@font-face {
    font-family: 'Gilroy';
    src: url(../themes/demo/assets/css/'../fonts/Gilroy/Gilroy-Black.ttf);
    font-weight: 900;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-Bold.ttf');
    font-weight: 900;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../themes/demo/assets/css/'../fonts/Gilroy/Gilroy-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-BoldItalic.woff2');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-ExtraBold.ttf');
    font-weight: 800;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-ExtraBoldItalic.woff2');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-LightItalic.woff2');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-MediumItalic.woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-RegularItalic.woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../themes/demo/assets/fonts/OpenSans/OpenSans-Bold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-SemiboldItalic.woff2');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-Thin.ttf');
    font-weight: 100;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-ThinItalic.woff2');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-UltraLight.ttf');
    font-weight: 200;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../themes/demo/assets/fonts/Gilroy/Gilroy-UltraLightItalic.woff2');
    font-weight: 200;
    font-style: italic;
}

:root {
    --accent-blue: #4844D9;
    --dark-blue: #010727;
    --accent-orange: #FAA916;
    --white:#fff;
}

html {
    font-size: 14px;
}

body {
    font-family: 'Gilroy', OpenSans, Arial, Helvetica, sans-serif;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aos-init[data-aos].aos-animate {
    transform: unset !important;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5px !important;
}

header {
    padding: 37px 0;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
}

.header-logo {
    margin-right: 3em;
}

.header-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav-list-item:not(:last-child) {
    margin-right: 2em;
}

.header-nav-list-item-link {
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.3;
    color: #1b1b1b;
    border-bottom: 1px solid transparent;
    transition: all .2s ease-in;
}

.header-nav-list-item-link:hover {
    color: var(--accent-blue);
    border-bottom-color: var(--accent-blue);
}

.header-nav-list-item-link:active {
    color: var(--dark-blue);
    border-bottom-color: var(--dark-blue);
}

.header-phone {
	display: flex;
	gap: 5px;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.3;
    color: #151515;
    margin-left: auto;
    margin-right: 2em;
    transition: all .2s ease-in;
    align-items: center;
}

.header-phone:hover {
    color: var(--accent-blue);
}

.header-phone:active {
    color: var(--dark-blue);
}



.header-wrapper .header-button {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.3;
    color: var(--white);
    background: var(--accent-blue);
    border: 1px solid #4844D9;
    padding: 16px 2%;
    border-radius: 6px;
    transition: all .2s linear;
}

.header-button:hover,
.header-button:focus,
.header-button:active {
    background: var(--white);
    color: var(--accent-blue);
}


section {
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
}

.section-title {
    text-align: center;
    font-weight: 700;
    font-size:2.625rem;
    line-height: 1.1;
    color: #151515;
    margin-bottom: 20px;
}

.modal-subtitle{
	text-align: center;
	margin-bottom: 10px;
}

.section-subtitle {
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #535353;
    margin-bottom: 30px;
}

.footer-header {
    padding: 32px 0;
    background: #000832;
}

.footer-header .container {
    display: flex;
}

.footer-header-section {
    display: flex;
    margin-right: 4em;
}

.footer-header-caption {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
    color: var(--accent-blue);
    margin-right: 0.6rem;
}

.footer-header-link {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
    color: white;
    transition: all .2s ease-in;
}

.footer-header-link:hover {
    color: var(--accent-blue);
}

.footer-header-link:active {
    color: #ababab;
}

.footer-header-link:not(:last-child) {
    margin-right: 2em;
}

.footer-header-link svg {
    margin-right: 0.2rem;
}

.footer-body {
    background: #010727;
    padding: 2em 0 4em 0;
}

.footer-body .container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.footer-logo-image {
    width: 103px;
    height: 61px;
}

.footer-section-title {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: var(--accent-blue);
    margin-bottom: 27px;
}

.footer-section-list {
    max-height: 8em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer-section-list-item {
    margin-bottom: 10px;
    margin-right: 2em;
}

.footer-section-list-item-link {
    font-weight: 600;
    font-size: .8125rem;
    line-height: 1.2;
    color: white;
    transition: all .2s ease-in;
}

.footer-section-list-item-link:hover {
    color: var(--accent-blue);
}

.footer-section-list-item-link:active {
    color: #ababab;
}

.footer-social-link:not(:last-child) {
    margin-right: 10px;
}

.footer-abc {
    background: #010727;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.2;
    color: #ABABAB;
}

.footer-abc .container {
    padding: 3em 0 3em 0 !important;
    border-top: 1px solid #FFFFFF21;
}

.modal-body {
    padding: 4em 3em;
}

.modal-body .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
    margin-top: 15px;
}

.form-title {
    font-weight: 700;
    font-size: 2.8125rem;
    line-height: 1.2;
    color: #151515;
    margin-bottom: 22px;
}

.form-subtitle {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.2;
    color: #666666;
    margin-bottom: 22px;
}

.consultation-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.consultation-form-input {
    padding: 15px 20px;
    margin-bottom: 22px;
    border: 1px solid #BDBDBD;
    border-radius: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #777777;
    background: transparent;
    transition: all .2s ease-in;
}

.consultation-form-input:focus {
    border-color: var(--accent-blue);
    outline: none;
    color: var(--accent-blue);
}

.consultation-form-input:focus::placeholder {
    color: var(--accent-blue);
}

.consultation-form-input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #777777;
}

.consultation-form-textarea{
	overflow: hidden;
    outline: none;
    resize: none;
}

.consultation-form-button {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    color: white;
    background: var(--accent-blue);
    padding: 18px 0;
    border: none;
    border-radius: 7px;
    transition: all .2s ease-in;
}

.consultation-form-button:hover {
    background: var(--dark-blue);
}

.consultation-form-button:active {
    background: #151515;
}

.header-burger {
    border: none;
    background: transparent;
    display: none;
}

.offcanvas-body {
    padding-top: 2em;
}

.offcanvas-body .header-nav-list {
    flex-direction: column;
    text-align: center;
    margin-bottom: 25px;
}

.offcanvas-body .header-nav-list-item {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.offcanvas-body .container {
    position: relative;
    flex-direction: column;
}

.offcanvas-body .btn-close {
    position: absolute;
    top: 0;
    right: 0;
}

.offcanvas-body .header-nav-list-item-link {
    font-weight: 500;
    font-size: 1.25rem;
}

.offcanvas-body .header-phone {
    margin: 0 auto;
    margin-bottom: 25px;
}

.offcanvas {
    height: fit-content !important;
}

.offcanvas-body {
    height: fit-content;
}

.fixed-container {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    z-index: 9999;
}

@media (max-width: 1215px) {
    .container {
        max-width: 95%;
    }

    html {
        font-size: 15px;
    }

    .footer-header .container {
        flex-direction: column;
    }

    .footer-header-section {
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .header-burger {
        display: block;
    }

    .header-nav, .header-phone, .header-button {
        display: none;
    }

    .offcanvas-body .header-phone, .offcanvas-body .header-button {
        display: block;
    }

    .footer-body .container {
        flex-direction: column;
    }

    .footer-logo {
        margin-bottom: 25px;
    }

    .footer-section {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .container {
        max-width: 98%;
        width: 100%;
    }

    section {
        margin-bottom: 40px;
    }
}

@media (max-width: 625px) {
    .footer-header-section {
        flex-direction: column;
    }

    .footer-header-caption {
        margin-bottom: 15px;
    }

    .footer-header-link {
        margin-bottom: 10px;
    }
}

@media (max-width: 550px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 425px) {
    html {
        font-size: 12px;
    }
}

/* Reviews partial */
.sect-reviews h2 {
	margin-bottom: 30px;
}

.sect-reviews .swiper-button-prev {
	margin-left: 0.8rem;
}

.sect-reviews .swiper-button-next {
	margin-right: 0.8rem;
}

@media (max-width: 767px) {
	.sect-reviews .swiper-button-prev,
    .sect-reviews .swiper-button-next {
    	top: 95%;
    }
}

/* New reviews swiper */
.swiper-reviews {
    padding-bottom: 2em;
}

.swiper-reviews .swiper-slide {
    border-radius: 20px;
    background: #F6F6F6;
    border: none;
    position: relative;
    height: auto;
}

.review-container {
    padding: 4em 5%;
}

.review-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 80%;
    object-fit: contain;
    margin-right: 10em;
}

.review-content {
    width: 60%;
}

.review-body {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #151515;
    margin-bottom: 30px;
}

.review-title {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #151515;
    margin-bottom: 10px;
}

.review-name {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 2;
}

@media (max-width: 1024px) {
    .swiper-reviews .swiper-reviews {
        padding: 0 3em;
    }

    .review-content {
        width: 60%;
    }

    .review-image {
        margin-right: 0;
    }
}


@media (max-width: 767px) {
	.review-image {
        height: 75%;
    }
}

@media (max-width: 525px) {
	.swiper-reviews {
        padding: 0;
    }

    .review-image {
        height: 45%;
        transform: translateY(0);
    }

    .review-content {
        width: 100%;
    }

    .request-content {
        width: 90%;
    }
}

.meme {
	border-radius: 20px;
	padding: 32px 16px;
	background: #f6f6f6;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.meme__image {
	border-radius: 50%;
	background-color: #4844d9;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 142px;
	height: 142px;
	overflow: hidden;
	margin-bottom: 24px;
}

.meme__image img {
	width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center bottom; 
}

.meme__text {
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	color: #000;
	line-height: 1.2;
	max-width: 583px;
}

.meme__bottom {
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #808080;
	line-height: 1.2;
}

.team-list-item-image-container {
	border-radius: 50% !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
	overflow: hidden !important;
	width: 200px !important;
	height: 200px !important;
	align-items: center !important;
}

.team-list-item-image-container img {
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain !important;
	object-position: center bottom !important;
}

.team-list-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}