@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
	--font-primary: 'Geologica', sans-serif;
	--color-baltic: #1C1C21;
	--color-lilac: #F4F3FB;
	--color-kimberly: #8283BC;
	--color-indigo: #2F3190;
	--color-grey: #A4A4A6;
	--color-snuff: #E0E0EF;
	--color-red: #F24747;
	--color-storm: #6B6C88;
	--color-white: #FFF;
    --color-scampi: #595AA6;
    --color-water: #EBEBF4;
    --color-mercury: #E9E9E9;
    --color-albaster: #F8F8F8;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus {
    outline: none;
}

html {
	overflow-x: hidden;
	font-size: 10px;
}

body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
	font-family: var(--font-primary);
	font-weight: 300;
}

.e-con > .e-con-inner {
    max-width: 1434px !important;
    padding-top: 0 !important;
    /* gap: 0 !important; */
}

.e-con {
    gap: 0px !important;
}

.elementor-element:not(.use-padding) {
    padding: 0 !important;
}

.container {
	max-width: 1434px;
	margin: 0 auto;
}

main {
	padding-top: 115px;
}

a {
	text-decoration: none;
}

p {
    font-size: 1.4rem;
    color: var(--color-storm);
    font-weight: 300;
    line-height: 140%;
    padding-bottom: 20px;
}

strong {
    font-weight: 400;
    color: var(--color-baltic);
}

.elementor-widget-text-editor a,
.wysiwyg-editor a {
    color: var(--color-indigo);
    text-decoration: underline !important;
}

.elementor-widget-text-editor ul,
.wysiwyg-editor ul {
	padding-left: 20px;
    padding-bottom: 20px;
}

.elementor-widget-text-editor ul li,
.wysiwyg-editor ul li {
	position: relative;
	padding: 8px 0;
	font-size: 1.4rem;
	color: var(--color-storm);
	font-weight: 300;
	line-height: 140%;
}

.elementor-widget-text-editor ul li:before,
.wysiwyg-editor ul li:before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
    border-radius: 50%;
    background-color: var(--color-indigo);
	left: -20px;
    top: 13px;
}

.elementor-widget-text-editor ol,
.wysiwyg-editor ol {
    list-style: decimal;
    padding-left: 20px;
    padding-bottom: 20px;
}

.elementor-widget-text-editor ol li::marker,
.wysiwyg-editor ol li::marker {
    color: var(--color-indigo);
    font-weight: 500;
}

.elementor-widget-text-editor ol li,
.wysiwyg-editor ol li {
    position: relative;
    color: var(--color-storm);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 140%;
    padding: 8px 0;
    padding-left: 12px;
}

h1 {
    color: var(--color-baltic);
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 110%;
}

h2 {
    color: var(--color-baltic);
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
}

h3 {
    color: var(--color-baltic);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 110%;
}

h4 {
    color: var(--color-baltic);
    font-size: 2rem;
    font-weight: 500;
    line-height: 110%;
}

h5 {
    color: var(--color-baltic);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 110%;
}

.elementor-widget-text-editor h1,
.wysiwyg-editor h1,
.elementor-widget-text-editor h2,
.wysiwyg-editor h2,
.elementor-widget-text-editor h3,
.wysiwyg-editor h3,
.elementor-widget-text-editor h4,
.wysiwyg-editor h4,
.elementor-widget-text-editor h5,
.wysiwyg-editor h5 {
    padding-bottom: 20px;
}

#header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    background-color: var(--color-white);
}

.header-wrapper {
	display: flex;
    align-items: center;
	gap: 60px;
	padding: 8px 0;
}

.header-logo {
	width: 114px;
    flex-shrink: 0;
}

.header-logo img {
	width: 114px;
    height: auto;
}

.header-menu {
	flex-grow: 1;
}

.header-menu > ul {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.header-menu > ul > li > a {
	padding: 12px 16px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-baltic);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 140%;
	transition: .3s ease;
}

.header-menu > ul > li > a:hover {
    color: var(--color-indigo);
}

.header-menu > ul > li > a.menu-current-item {
    color: var(--color-indigo);
}

.header-btns {
	display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 6px;
}

.header-btn {
	padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-btn svg {
	width: 24px;
    height: 24px;
}

.header-btn svg.dropdown-chevron {
	width: 12px;
	height: auto;
}

.header-btn span {
	color: var(--color-baltic);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 140%;
}

.subscribe {
	background-color: var(--color-snuff);
	margin-top: 40px;
}

.subscribe-wrapper {
	padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}

.subscribe-wrapper img {
    width: 132px;
    height: auto;
    position: absolute;
    top: -16px;
}

.subscribe-title {
	padding-left: 152px;
    color: var(--color-baltic);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 110%;
}

input {
	height: 48px;
    padding: 0 20px;
    border-radius: 12px;
    background-color: var(--color-white);
    color: var(--color-baltic);
    font-size: 1.6rem;
    font-weight: 300;
	border: none;
}

.btn {
	padding: 13px 30px;
    transition: .3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.6rem;
    font-weight: 600;
	border: none;
}

.btn-indigo {
	background-color: var(--color-indigo);
	color: var(--color-white);
	border-color: var(--color-indigo);
}

.btn-lilac {
    background-color: var(--color-kimberly);
    color: var(--color-white);
}

.btn-snuff-border {
    border: 2px solid var(--color-snuff);
    color: var(--color-baltic);
}

.btn-scampi {
    background-color: var(--color-scampi);
    color: var(--color-white);
}

.btn-has-icon {
    align-items: center;
    gap: 10px;
}

#footer {
	position: relative;
    z-index: 2;
    background-color: var(--color-lilac);
}

#subscribe-form {
	display: flex;
    align-items: center;
    gap: 8px;
}

input#subscribe-email {
	width: 438px;
}

.footer-upper {
	display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    justify-content: space-between;
	gap: 140px;
}

.footer-menus {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
}

.footer-upper {
    padding: 60px 0 80px;
}

.footer-column-title {
    color: var(--color-storm);
    font-weight: 599;
    line-height: 140%;
    font-size: 1.4rem;
    padding-bottom: 12px;
}

.footer-nav-menu ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-nav-menu ul li a {
    color: var(--color-baltic);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 140%;
}

.footer-phones {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 6px;
}

.footer-phones a {
    color: var(--color-indigo);
    font-size: 2rem;
    font-weight: 600;
    line-height: 110%;
}

.footer-hours {
    color: var(--color-storm);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 140%;
    padding-bottom: 20px;
}

.footer-email {
    color: var(--color-indigo);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 110%;
    padding-bottom: 20px;
}

.footer-address {
    color: var(--color-baltic);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 140%;
    padding-bottom: 30px;
}

.socials-title {
    color: var(--color-grey);
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 140%;
    padding-bottom: 12px;
}

.socials-list {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.socials-list a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials-list a svg {
    width: 36px;
    height: 36px;
}

.footer-lower {
    position: relative;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-lower:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100vw;
    background-color: var(--color-snuff);
}

.footer-copyright {
    color: var(--color-storm);
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 140%;
}

.footer-icons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-icons svg {
    height: 24px;
    width: auto;
}

.page-has-sidebar > .container {
    display: grid;
    grid-template-columns: 268px minmax(0, 1fr);
    gap: 40px;
}

.sidebar-wrapper {
    position: relative;
}

.sidebar-wrapper:after {
    content: '';
    right: -12px;
    top: -30px;
    height: calc(100% + 30px);
    width: 1px;
    background-color: #E9E9E9;
    position: absolute;
}

.sb-auth {
    background-color: var(--color-lilac);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

.sb-auth:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: calc(100% + 12px);
    height: 1px;
    background-color: #E9E9E9;
}

.sb-auth-title {
    color: var(--color-baltic);
    font-size: 2rem;
    font-weight: 600;
    line-height: 110%;
    padding-bottom: 8px;
}

.text-13 {
    color: var(--color-storm);
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 140%;
}

#sb-login-btn {
    margin-top: 20px;
    width: 100%;
}

.sb-become-partner {
    padding: 20px 0;
    position: relative;
}

.sb-become-partner a {
    width: 100%;
}

.sb-become-partner:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: calc(100% + 12px);
    height: 1px;
    background-color: #E9E9E9;
}

.sb-navigation {
    position: relative;
    padding: 20px 0;
}

.sb-nav-title {
    color: var(--color-grey);
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 140%;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.sb-nav-menu ul {
    display: flex;
    flex-direction: column;
}

.sb-nav-menu ul li a {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    color: var(--color-baltic);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 140%;
    transition: .3s ease;
}

.sb-navigation:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: calc(100% + 12px);
    height: 1px;
    background-color: #E9E9E9;
}

.sb-socials {
    padding: 20px 0;
}

.hero-banner {
    height: 404px;
    margin-bottom: 30px;
}

.hero-banner-wrapper {
    display: grid;
    grid-template-columns: 40% minmax(0, 1fr);
    height: 100%;
}

.hero-banner-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--color-indigo);
    border-radius: 12px 0 0 12px;
}

.hero-date {
    color: var(--color-white);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 140%;
    padding-bottom: 8px;
}

.hero-title {
    font-size: 3.6rem;
    color: var(--color-white);
    font-weight: 500;
    line-height: 110%;
    padding-bottom: 8px;
}

.hero-subtitle {
    color: var(--color-white);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 140%;
}

.hero-btn-wrapper {
    padding-top: 50px;
}

.hero-banner-img {
    border-radius: 0 12px 12px 0;
    object-fit: cover;
    object-position: center center;
}

.recent-news {
    padding: 30px 0;
}

.recent-news-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 20px 0;
}

.post-card {
    padding: 12px;
    border-radius: 12px;
}

.post-card-image {
    border-radius: 12px;
    padding-bottom: 12px;
}

.post-card .post-card-image img {
    aspect-ratio: 17 / 9;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px;
    max-width: 100%;
}

.post-card-title {
    color: var(--color-baltic);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 6px;
}

.post-card-date {
    color: var(--color-storm);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 140%;
}

.more-btn .btn {
    width: 100%;
}

.about {
    padding: 30px 0;
}

.about .about-wrapper img {
    height: 510px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: center center;
    margin-bottom: 30px;
}

.about-title {
    padding-bottom: 12px;
}

.about-btn {
    padding-top: 30px;
}

.about-btn .btn {
    width: 100%;
}

.breadcrumbs {
    padding: 14px 0;
    color: var(--color-baltic);
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 140%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.breadcrumbs a span {
    color: var(--color-baltic);
}

.breadcrumbs span {
    color: var(--color-grey);
}

.posts-filters {
    background-color: var(--color-lilac);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.posts-filter-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.posts-filter-title {
    color: var(--color-baltic);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 140%;
}

.posts-filter-options {
    display: flex;
    align-items: center;
}

.posts-filter {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--color-kimberly);
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 12px;
    transition: .3s ease;
}

.posts-filter:hover {
    cursor: pointer;
    color: var(--color-indigo);
}

.posts-filter.posts-filter-active {
    color: var(--color-indigo);
}

.posts-filter.posts-filter-active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    height: 2px;
    border-radius: 1000px 1000px 0 0;
    background-color: var(--color-indigo);
}

.posts-share {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.posts-share svg {
    width: 16px;
    height: 16px;
}

.posts-share span {
    color: var(--color-kimberly);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 140%;
}

.posts-list {
    padding: 20px 0 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.posts-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.posts-pagination * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: .3s ease;
    background-color: var(--color-water);
    border-radius: 12px;
    color: var(--color-indigo);
    font-size: 1.4rem;
    font-weight: 600;
}

.posts-pagination *:not(.dots):hover {
    background-color: var(--color-scampi);
    color: var(--color-white);
}

.posts-pagination .current {
    background-color: var(--color-scampi);
    color: var(--color-white);
}


.lds-dual-ring,
.lds-dual-ring:after {
    box-sizing: border-box;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6.4px solid currentColor;
    border-color: var(--color-indigo) transparent var(--color-indigo) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.input-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid var(--color-snuff);
    border-radius: 4px;
    background-color: var(--color-white);
}

.input-checkbox input:checked ~ .checkmark {
    background-color: var(--color-indigo);
    border-color: var(--color-indigo);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.input-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.input-checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contacts-wrapper {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 20px;
}

.contacts-info-wrapper {
    padding: 30px;
    background-color: var(--color-lilac);
    border-radius: 12px;
}

.contacts-info .contacts-info-wrapper img {
    width: 115px;
    height: auto;
    padding-bottom: 36px;
}

.registration-number {
    padding-top: 5px;
    padding-bottom: 36px;
    color: var(--color-storm);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 140%;
}

.contacts-links {
    padding-bottom: 12px;
}

.contacts-subtitle {
    color: var(--color-storm);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 140%;
    padding-bottom: 6px;
}

.contacts-links a,
.contacts-address {
    color: var(--color-baltic);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 4px;
    display: flex;
}

.contactform-wrapper {
    border: 1px solid var(--color-mercury);
    padding: 30px;
    border-radius: 12px;
}

.contactform-wrapper h3 {
    padding-bottom: 12px;
}

#contact-form {
    padding-top: 24px;
    position: relative;
}

.form-input-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-bottom: 8px;
}

.form-input-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-bottom: 8px;
}

.form-input-1 {
    padding-bottom: 8px;
}

.form-input-1 input,
.form-input-2 input,
.form-input-3 input {
    width: 100%;
    background-color: var(--color-albaster);
    height: 60px;
}

.form-input-1 input::placeholder,
.form-input-2 input::placeholder,
.form-input-3 input::placeholder {
    color: var(--color-grey);
}

.form-input-1 textarea,
.form-input-2 textarea,
.form-input-3 textarea {
    background-color: var(--color-albaster);
    padding: 20px;
    border-radius: 12px;
    color: var(--color-baltic);
    font-size: 1.6rem;
    font-weight: 300;
    border: none;
    min-height: 150px;
    resize: none;
    width: 100%;
}

.form-input-1 textarea::placeholder,
.form-input-2 textarea::placeholder,
.form-input-3 textarea::placeholder {
    color: var(--color-grey);
}

.form-input-1 textarea:focus,
.form-input-2 textarea:focus,
.form-input-3 textarea:focus {
    outline: none;
}

.form-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 30px;
    padding-top: 24px;
}

.input-checkbox span {
    color: var(--color-baltic);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 140%;
}

.input-checkbox span a {
    color: var(--color-baltic);
    text-decoration: underline;
}

.form-btn button {
    width: 100%;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .85);
}

.map {
    padding: 30px 0;
}

#map {
    height: 582px;
    width: 100%;
    border-radius: 12px;
}

.single-post-featured {
    height: 320px;
    margin-bottom: 40px;
}

.single-post-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px;
}

h1.single-post-title {
    font-size: 3rem;
    padding-bottom: 20px;
}

.single-post-share {
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-mercury);
}

.share-title {
    font-size: 1.4rem;
    color: var(--color-storm);
    font-weight: 300;
    line-height: 140%;
    padding-bottom: 6px;
}

.share-btns {
    display: flex;
    align-items: center;
    gap: 4px;
}

.share-btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: var(--color-lilac);
    transition: .3s ease;
}

.recent-posts {
    padding-top: 40px;
}

.related-posts-list {
    padding-top: 30px;
    padding-bottom: 40px;
}

.related-posts-list .slick-slide {
	margin: 0 7px;
}

.related-posts-list .slick-list {
	margin: 0 -7px;
}

.ed-image {
    padding: 30px 0;
}

.image-fullwidth {
    max-height: 628px;
}

.ed-image .image-fullwidth img {
    width: 100%;
    max-height: 628px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px;
}

.ed-video {
    padding: 30px 0;
}

.video-wrapper {
    position: relative;
}

.ed-video .video-wrapper img {
    height: 628px;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    object-position: center center;
}

.video-overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    width: 100%;
    height: 628px;
    background: rgba(0, 0, 0, 0.40);
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
    pointer-events: none;
    border-radius: 50%;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play svg {
    position: relative;
    left: 2px;
}

.no-padding-top {
    padding-top: 0 !important;
}

.icon_block {
    padding: 30px 0;
}

.icon-block-items {
    display: grid;
    gap: 12px;
}

.icon-block-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.icon-block-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.icon-item {
    background-color: var(--color-lilac);
    border-radius: 12px;
    padding: 20px;
}

.icon-item-icon {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-item-icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.icon-item .icon-item-icon img {
    position: relative;
    z-index: 2;
    width: auto;
    height: auto;
    max-height: 36px;
    max-width: 36px;
}

.icon-item-title {
    padding-bottom: 4px;
}

.icon-item .icon-item-wrapper p {
    padding-bottom: 0;
}

.partner-form {
    padding: 30px 0;
}

.partner-form-wrapper {
    padding: 30px;
    border: 1px solid var(--color-mercury);
    border-radius: 12px;
}

.form-section-title {
    padding-top: 30px;
    padding-bottom: 6px;
}

.form-section-title.title-no-desc {
    padding-bottom: 12px;
}

.form-section-description {
    padding-bottom: 12px;
}

.form-section-description p {
    padding-bottom: 0 !important;
}

.auth-page {
    padding: 160px 0;
}

.auth-page-container {
    width: 520px;
    margin: 0 auto;
}

.auth-form {
    border: 1px solid var(--color-mercury);
    padding: 40px;
    border-radius: 12px
}

.auth-form-title {
    text-align: center;
    padding-bottom: 30px;
}

.auth-remember {
    padding: 10px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.auth-btn button {
    width: 100%;
}

.auth-remember label {
    margin-bottom: 0;
}

.form-forgot-link a {
    color: var(--color-kimberly);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%;
}

.auth-footer {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.auth-footer p {
    padding-bottom: 0;
}

.auth-footer a {
    color: var(--color-baltic);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%;
}