/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.page-content {
    background-color: #FFF2F8 !important;
}

.contact-breadcrumbs {
    /*margin-left: 38px;*/
}

.contact-breadcrumbs .hidden-sm-down {
    display: block !important;
}
.contact-breadcrumbs .breadcrumb {
    background-color: #FFF2F8 !important;
    margin-bottom: 0 !important;
}

.js-content-wrapper.left-column#content-wrapper{
    width: 100%;
    float: none;
    padding: 0;
}
#left-column{
    display: none;
}
#content.page-content.card.card-block{
    padding: 0;
}
nav.breadcrumb.hidden-sm-down{
    display: none;
}
.custom_form{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.custom_form p{
    margin: 0 0 14px;
}
.contact_head_wrapper{
    background-color: #fff3fc;
    padding: 27px 30px 0 30px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
.contacts_h2{
    color: #390E47;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 27px;
}
.container_for_contacts_information{
    display: flex;
    justify-content: space-between;
    gap: 0 95px;
    margin-bottom: 40px;
}
.socials-tablet{
    display: none;
}

.custom_form .contacts-col-heading{
    font-size: 21px;
    font-weight: 500 !important;
    line-height: 25px;
    margin-bottom: 15px;
}
.custom_form .contact-text{
    color: #390E47;
    font-size: 16px;
}
.custom_form .contacts-email{
    color: #390E47;
    font-size: 16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.custom_form .contacts-socials{
    height: 32px;
    margin-bottom: 38px;
    margin-top: 30px;
}
.custom_form a.contacts-social-icons{
    padding-right: 5px;
    margin-right: 15px;
    display: unset;
}
.custom_form .contacts-social-icons span{
    position: relative;
    margin-right: 11px;
    padding: 11px 12px;
}

.custom_form .solid-icon-facebook::before{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    padding: 19px;
    border: 1px solid #798494;
    border-radius: 300px;
}
.custom_form .solid-icon-facebook::after{
    content: "\e917";
    color: #798494;
    font-size: 16px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.custom_form .solid-icon-instagram::before{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    padding: 19px;
    border: 1px solid #390E47;
    border-radius: 300px;
}
.custom_form .solid-icon-instagram::after{
    content: "\e918";
    color: #390E47;
    font-size: 18px;
    position: absolute;
    top: 11px;
    left: 11px;
}

body .contacts-email a{
    position: relative;
    font-size: 18px;
    color: #390E47;
    vertical-align: top;
    display: block;
    line-height: 15px;
    transition: color 0.3s;
}
body .contacts-email a:hover{
    color: #9292e5;
}

[class^="solid-icon-"], [class*=" solid-icon-"] {
    font-family: 'Nauja-oda' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom_form p{
    color: #390E47;
    font-size: 18px;
}

.custom_form .contacts-phone{
    position: relative;
    padding-left: 30px;
    margin-bottom: 24px;
}

body .contacts-phone::before{
    position: absolute;
    left: 0;
    top: -3px;
    content: "\e915";
    font-family: 'Nauja-oda';
    height: 0;
    width: 0;
    color: #9292e5;
    font-size: 22px;
}

.contacts-socials a.contacts-social-icons:hover .solid-icon-facebook::before{
    background-color: #fff;
}
.contacts-socials a.contacts-social-icons:hover .solid-icon-instagram::before{
    background-color: #fff;
}

.column-desk-4{
    width: 50%;
}

.contacts-email a, .contacts-address a, .contacts-phone a{
    text-decoration: none;
    color: #363636;
    vertical-align: top;
    display: block;
    line-height: 15px;
}

.contacts-accept {
    padding-top: 12.5px;
}

.contacts-address{
    position: relative;
    padding-left: 30px;
}
body .contacts-address::before{
    position: absolute;
    left: 0;
    top: -3px;
    content: "\e914";
    font-family: 'Nauja-oda';
    height: 0;
    width: 0;
    color: #9292e5;
    font-size: 22px;
}

.contacts-map-button{
    color: #798494;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #798494;
    width: 240px;
    height: 40px;
    display: block;
    text-align: center;
    padding: 10px 0px;
    padding-left: 28px;
    position: relative;
    vertical-align: top;
}

.contacts-map-button::before{
    content: "";
    background-image: url(/img/SVG-Google-maps.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    height: 22px;
    width: 15px;
    top: 8px;
    position: absolute;
    vertical-align: top;
}

.contacts-map-button:hover{
    background-color: #fff;
    outline: 0;
    color: #23527c;
}

.btn--success{
    color: #390E47;
    background: #CBB6FF;
}
.btn{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn{
    width: fit-content;
    border: 1px solid transparent;
    outline: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-uno__button{
    padding: 11px 32px;
    margin-top: 25px;
    color: #390E47 !important;
    border-radius: 10px;
}

.btn--success:focus, .btn--success:hover{
    border: 1px solid #B79AFF;
    background: #B79AFF;
}

.column-row:has(.contacts-column-3){
    justify-content: space-between;
}

@media only screen and (max-width: 1024px){
    .column-desk-4{
        width: 100%;
        margin-bottom: 22px;
    }
    .container_for_contacts_information{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 80px;
    }
    .contacts-column-2{
        border-right: 1px solid #f7e0eb;
        padding-top: 20px;
        grid-row: 2;
        grid-column: 1;
    }
    .contacts-column-3{
        padding-top: 20px;
        grid-row: 2;
        grid-column: 2;
    }
    .custom_form .contacts-socials{
        margin-bottom: 14px;
    }
    .contacts-map-button{
        margin-bottom: 32px;
        margin-top: 28px;
    }

    .container_for_contacts_information:has(:not(.contacts-column-2)){
        grid-template-columns: 1fr;
        grid-column-gap: 0;
    }

    .container_for_contacts_information:has(:not(.contacts-column-2)) .contacts-column-3{
        grid-row: 1;
        grid-column: 2;
    }

    .contact-page-form .contacts-main-heading{
        margin-top: 33px;
    }
}

@media only screen and (max-width: 767px){
    .container_for_contacts_information{
        grid-template-columns: 1fr;
        grid-column-gap: 0;
    }
    .contacts-column-2{
        border-right: none;
    }
    .contacts-column-3{
        grid-row: 3;
        grid-column: 1;
    }
    .container_for_contacts_information:has(:not(.contacts-column-2)) .contacts-column-3{
        grid-row: 3;
        grid-column: 1;
    }
    .column-desk-4{
        margin-bottom: 27px;
    }
    .container_for_contacts_information div:last-child{
        border-bottom: none;
    }
    .custom_form .container_for_contacts_information .contacts-socials{
        margin-bottom: 20px;
    }
    .contacts-map-button{
        margin-bottom: 30px;
    }
    .contacts_h2{
        font-size: 30px;
        margin-bottom: 22px;
    }
    .contact_head_wrapper{
        padding: 25px 20px 0 20px
    }
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-uno__button{
        margin-top: 12px;
    }

    .contact-page-form .contacts-main-heading{
        margin-bottom: 21px !important;
    }

    .custom_form .contacts-socials{
        margin-bottom: 38px !important;
        margin-top: 20px;
    }

    .custom_form .contacts-col-heading{
        margin-bottom: 10px !important;
    }

    .contact_head_wrapper{
        padding-top: 8px !important;
    }

    .contact-breadcrumbs {
        margin-left: 15px;
    }

    .container_for_contacts_information{
        margin-bottom: 0 !important;
    }

    .contacts-accept {
        padding-top: 4px;
    }

    .content-uno__button{
        padding: 9px 32px;
        border-radius: 6px;
        height: 34px;
        font-size: 13px;
    }

    .contacts-form__button.btn--success{
        border-radius: 6px !important;
        border: none !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        padding: 9px 32px !important;
    }
}

.contact-page-form .contacts-main-heading{
    margin-bottom: 36px;
    color: #390E47;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
}

.wrapper_for_contact_form{
    max-width: 1200px;
    width: 100%;
    display: flex;
}

.wrapper_for_contact_form p{
    color: #363636;
    font-size: 18px;
}

.contact-page-form{
    width: 100%;
    /*padding-right: 60px;*/
}

.contacts-form__item label{
    color: #6d6d6d;
    font-size: 16px;
    padding-bottom: 7px;
    display: block;
    text-align: left;
}

.contacts-form__item p {
    margin: 0 !important;
}

.form-control-wrap{
    position: relative;
}

.contacts-form__item input{
    border: 1.5px solid #CBB6FF;
    box-shadow: none;
    border-radius: 10px;
    height: 42px;
    padding: 6px 17px !important;
    outline: none;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: #390E47;
}

.contacts-form__item select{
    border: 1.5px solid #CBB6FF;
    background: #fff;
    box-shadow: none;
    border-radius: 10px;
    height: 42px !important;
    padding: 6px 17px !important;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: #390E47;
    outline: none !important;
}

.contacts-form__item .form-control:focus {
    border: 1.5px solid #CBB6FF !important;
}

.contacts-form__item select {
    cursor: pointer;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229%22%20height%3D%224.969%22%20viewBox%3D%220%200%209%204.969%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%231d2020%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22filter_arrow_down%22%20class%3D%22cls-1%22%20d%3D%22M1206%2C429.55a0.535%2C0.535%2C0%2C0%2C1%2C.17-0.383%2C0.6%2C0.6%2C0%2C0%2C1%2C.81%2C0l3.52%2C3.3%2C3.51-3.3a0.6%2C0.6%2C0%2C0%2C1%2C.81%2C0%2C0.513%2C0.513%2C0%2C0%2C1%2C0%2C.767L1210.5%2C434l-4.33-4.066A0.537%2C0.537%2C0%2C0%2C1%2C1206%2C429.55Z%22%20transform%3D%22translate%28-1206%20-429.031%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 15px);
}

form.contact_form{
    display: flex;
    flex-direction: column;
}

.contact_form_first_row {
    display: grid;
    margin-bottom: 10px;
}
.three-rows {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
}
.two-rows {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
}
.contact_form_last_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    margin-top: 30px;
}

.contacts-form__item textarea{
    border: 1.5px solid #CBB6FF;
    box-shadow: none;
    border-radius: 10px;
    height: 120px;
    padding: 9px 11px !important;
    outline: none;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: #390E47;
}

.contact-page-form-side{
    width: 50%;
    position: relative;
    display: none;
}

.contact-page-image-position{
    position: absolute;
    width: calc(100vw / 2);
    height: 100%;
    left: 0;
}

.contact-page-form-side img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.success-message {
    background: #fff;
    min-height: 260px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #390E47;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    gap: 10px;
    border-radius: 10px;
}

.success-message span:first-of-type {
    max-height: 21px;
}

.contacts-form__item--long{
    grid-column: 1 / 3;
}

footer.footer-container{
    margin: 0;
}

body:not(#index) .page-footer{
    display: none;
}

.contacts-form__item label.checkbox{
    display: block !important;
    position: relative !important;
    padding-left: 0px !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.form-control-custom{
    margin-left: 1em;
    padding-left: 14px;
    display: block;
}

.contacts-form__item label.checkbox input[type=checkbox]{
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}
.checkbox label, .radio label{
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

label .cb-text{
    white-space: nowrap;
}

.checkmark{
    position: absolute;
    top: -3px;
    left: -1px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1.5px solid #9292e5;
    border-radius: 5px;
}

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

label .checkmark{
    font-size: 18px!important;
    background-color: #fff;
    font-weight: 500;
    color: black;
    line-height: 24px;
}

label.checkbox input[type=checkbox]:checked ~ .checkmark:after{
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #9292e5;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}

.contacts-form__button.btn--success{
    background-color: #CBB6FF !important;
    color: #390E47 !important;
    opacity: 1 !important;
    border-radius: 10px;
    border: none !important;
    font-size: 16px;
    font-weight: 400 !important;
    padding: 11px 32px;
    line-height: 20px;
}

body .contacts-form__button.btn--success{
    background-color: #CBB6FF !important;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
}

.cb-text a{
    color: #7b6492;
}

.cb-text a:hover{
    color: #e067a3;
}

#content.page-content.card.card-block{
    margin-bottom: 0;
}

.contacts-form__button.btn--success:disabled{
    opacity: 0.8 !important;
}

@media (max-width: 1200px){
    .wrapper_for_contact_form{
        flex-direction: column-reverse;
    }
    .contact-page-form-side{
        height: 515px;
        width: 100%;
    }
    .contact-page-image-position{
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
    .contact-page-form{
        padding-right: 0;
        width: 100%;
    }
    .contacts-form__button.btn--success{
        margin-bottom: 75px;
    }
}

@media (max-width: 768px){
    form.contact_form{
        display: block;
    }
    body .contacts-form__button.btn--success{
        max-width: unset;
        width: 100%!important;
        margin-bottom: 50px !important;
    }

    .contact_form_first_row {
        display: grid;
        margin-bottom: 10px;
        gap: 10px !important;
    }

    .three-rows {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .two-rows {
        grid-template-columns: repeat(1, 1fr)!important;
    }

    .checkbox {
        margin-top: 8px
    }

    .contact_form_last_row {
        margin-top: 20px !important;
    }

    .contacts-main-heading {
        margin-top: 12px !important;
    }

    .success-message {
        margin-bottom: 50px;
    }
}

@media (max-width: 460px){
    .contact_form_last_row {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .contacts-accept {
        padding-top: 0;
    }
}

.contacts__map{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 750px;
    position: relative;
}

.contacts__map img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.contacts-map-button.big-map{
    position: absolute;
    bottom: 60px;
    left: 50%;
    height: 50px;
    padding-top: 15px;
    transform: translate(-50%, 0);
    background-color: #fff;
    border: none;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 20%);
}

.contacts-map-button.big-map::before{
    content: "";
    background-image: url(/img/SVG-Google-maps.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    height: 22px;
    width: 15px;
    top: 14px;
    vertical-align: top;
    position: absolute;
}

.contacts-map-button.big-map:hover{
    background-color: #ddd;
}
.col-xs-12.alert ul{
    margin: 0;
}
form .field_error{
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

form .show{
    padding-block: 5px;
}

header .leo-megamenu.cavas_menu.navbar.navbar-default.enable-canvas{
    box-shadow: none;
}