

/* Start:/local/templates/alchemy/template_styles.css?17477567379859*/
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');


:root {
    --body-font-family: 'Manrope', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bg-color: #1E1E1E;
    --body-bg: var(--bg-color) url('/local/templates/alchemy/image/body-bg.jpg') no-repeat top center;
    --body-text-color: #c4c4c4;
    --yelow-color: #D0B282;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --grey-color: #888888;
    --border-color: #313131;
    --body-font-size: 14px;
    --small-font-size: 11px;
}

body {
    color: var(--body-text-color);
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    background: var(--body-bg);
}

* {
    box-shadow: none;
}

.container {
    max-width: 1124px;
}
.content {
    margin-bottom: 150px;
}
.navbar {
    margin: 24px 0 150px;
}
@media (max-width: 767px) {
    .navbar {
        margin: 24px 0 80px;
    }
}
.navbar .logo {
    color: var(--white-color);
    text-decoration: none;
    background: url(/local/templates/alchemy/image/logo.svg) no-repeat left center;
    display: block;
    height: 24px;
    padding-left: 31px;
    margin-top: 4px;
}

.navbar .lang-lg {
    width: 97px;
    height: 40px;
    display: flex;
    justify-content: center;
    margin-left: 40px;
}
.navbar .lang-lg > * {
    display: block;
    padding-top: 12px;
    align-items: center;
    justify-content: center;
    color: var(--grey-color);
    font-size: 12px;
    text-decoration: none;
    width: 49px;
    text-align: center;
    font-weight: bold;
}
.navbar .lang-lg a.active {
    border-bottom: 1px solid var(--yelow-color);
    color: var(--white-color);
}

.navbar .navbar-toggler-icon {
    background: url(/local/templates/alchemy/image/burger.svg) center center;
    width: 18px;
    height: 17px;
}

.navbar .navbar-collapse {
    transition: none;
    justify-content: flex-end;
}
.navbar .navbar-collapse.show {
    background-color: #1E1E1E;
    position: fixed;
    top: 0;
    left: -12px;
    right: -12px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 500;
}
.navbar-toggler:focus,
.btn-close:focus{
    box-shadow: none;
}
.navbar .navbar-nav {
    display: flex;
    align-items:end;
}
.navbar .navbar-collapse .nav-link {
    color: var(--grey-color);
    font-size: 12px;
    font-weight: bold;
}
.navbar .navbar-collapse .nav-item.active {
    border-bottom: 1px solid var(--yelow-color);
}
.navbar .navbar-collapse.show .nav-item.active {
    border-bottom: none;
}
.navbar .navbar-collapse .nav-item.active .nav-link {
    color: var(--white-color);
}
.navbar .navbar-collapse.show .navbar-nav {
    align-items: center;
}
.navbar .navbar-collapse.show .nav-link {
    color: var(--grey-color);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 24px;
}
.navbar .navbar-collapse.show .nav-item.active .nav-link {
    color: var(--yelow-color);
}
.navbar .lang-mobile, .navbar .btn-close {
    display: none;
}
@media (max-width: 1200px) {
    .navbar .lang-lg {
        display: none;
    }    
    .navbar .lang-mobile {
        position: fixed;
        top: 20px;
        right: 100px;
        left: 100px;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
    }
    .navbar .lang-mobile a {
        padding: 12px 16px 0;
        color: var(--grey-color);
        text-decoration: none;
        font-weight: bold;
        display: block;
        height: 40px;
    }
    .navbar .lang-mobile a.active {
        color: var(--white-color);
    }
    .navbar .btn-close {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        height: 38px;
        width: 38px;
    }
}

h1 {
    font-weight: 700;
    font-size: 64px;
    color: var(--white-color)
}
h2 {
    font-weight: 700;
    font-size: 24px;
    color: var(--white-color)
}
h3 {
    font-weight: 700;
    font-size: 24px;
    color: var(--grey-color)
}
h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1%;
    color: var(--yelow-color);
}

.greetings {
    margin-bottom: 100px;
}
.greetings img {
    max-width: 100%;
}
.greetings-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.greetings-text p {
    color: var(--light-text-color);
}



.form-control,.form-control:focus {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1%;
    color: var(--body-text-color);
    background-color: var(--black-color);
    border-color: var(--black-color);
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 8px;
    padding: 12px;
}
.form-check {
    padding-left: 24px;
    margin-bottom: 8px;
}
.form-check-label {
    font-size: 14px;
    line-height: 24px;
    color: var(--white-color);
    padding-left: 8px;
}
.form-check-input, .form-check-input:checked {
    background-color: var(--black-color);
    border: none;
    box-shadow: none;
    width: 24px;
    height: 24px;
    margin-top: 0;
}
.form-group {
    margin-bottom: 24px;
}
.form-control-textarea, .form-control-textarea:focus {
    border-radius: 10px;
    font-size: 12px;
}
.col-form-label {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1%;
    color: var(--body-text-color);
}


.button {
    cursor: pointer;
    border-radius: 40px;    
    padding: 12px 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    transition: all .2s;
    opacity: .8;
    vertical-align: middle;
    color: var(--black-color);
    background: var(--yelow-color);
    width: fit-content;
}
.button:hover {
    opacity: 1;
}

.button.dark {
    color: var(--yelow-color);
    background-color: var(--bg-color);
    border: 1px solid var(--border-color);
}
.badge.circle {
    content: "&nbsp;&nbsp;";
    width: 20px;
    height: 20px;
    background: url(/local/templates/alchemy/image/arrow-right-circle.svg) no-repeat center center;
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    
}


.portfolio-main {
    margin-bottom: 150px;
}
.portfolio-item {
    margin-bottom: 48px;
}
.portfolio-item h3 {
    margin-bottom: 20px;
    text-align: center;
}
.portfolio-item .portfolio-preview {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.portfolio-item .portfolio-preview img {
    height: 130px;
    border-radius: 8px;
    margin: 0 8px;
}
.portfolio-item .portfolio-preview a {
        display: none;
    }
    .portfolio-item .portfolio-preview a:nth-child(1),
    .portfolio-item .portfolio-preview a:nth-child(2) {
        display: inline;
    }
@media (min-width: 992px) {
    .portfolio-item .portfolio-preview img {
        height: 160px;
    }
    .portfolio-item .portfolio-preview a {
        display: inline;
    }
}

.review h2 {
    margin-bottom: 20px;
    text-align: center;
}
.review-item {
    margin-bottom: 40px;
}

footer {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 0 40px 24px 40px;
}
@media (min-width: 768px) {
    footer {
        flex-direction: row;
    }
}
.footer__wrapper a {
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-bottom: 16px;
    height: 24px;
    color: var(--white-color);
    text-decoration: none;
    line-height: 24px;
    display: inline-block;
}
.footer__phone {
    background-image: url(/local/templates/alchemy/image/phone-icon.svg);
}
.footer__address {
    background-image: url(/local/templates/alchemy/image/location-icon.svg);
}
.footer__mail {
    background-image: url(/local/templates/alchemy/image/mail-icon.svg);
}


.modal-dialog {
    width: 380px;
    margin: 1.75rem auto;
}
.modal-content {
    width: 380px;
    max-width: 100%;
    background: var(--bg-color);
    border-radius: 16px;
    margin: 0;
}
.modal-header {
    border: none;
    background: none;
}
.modal-body {
    padding: 0 40px 16px;
}


.fixcall {
    display: none;
    position: fixed;
    background-color: var(--yelow-color);
    height: 80px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.fixcall__wrapper {
    display: flex;
}
.fixcall__text{
    position: relative;
    display: inline-block;
    margin-top: 46px;
    text-decoration: none;
    color: var(--black-color);
	font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}
.fixcall__whattsapp .fixcall__text::before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 33px;
    top: -29px;
    background-image: url(/local/templates/alchemy/image/whatsapp-icon-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.fixcall__phone .fixcall__text::before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 28px;
    top: -29px;
    background-image: url(/local/templates/alchemy/image/phone-icon-black.svg);
    background-repeat: no-repeat;
}
.fixcall__whattsapp, .fixcall__phone {
    flex-grow: 1;
    text-align: center;
}

@media (max-width: 767px) {
    .fixcall {display: block;}
	footer { padding-bottom:94px; }
}
/* End */
/* /local/templates/alchemy/template_styles.css?17477567379859 */
