*,

*::before,

*::after {

  box-sizing: border-box;

  margin:0;

}



body{

    margin: 0;

    font-family: var(--primary-text);

}



.primary-font, .primary-font *{

    font-family: var(--wc-font-btn-primary);

}



/*breadcrumb*/

.breadcrumb{

    display: inline-flex;

    align-items: center;

    padding:0;

    margin-left: 30%;

    gap: 0 .5rem;

}

.breadcrumb li{

    list-style: none;

}

.breadcrumb .button-breadcrumb,

.button-breadcrumb.btn-back{

    display: inline-flex;

    align-items: center;

    background-color: transparent;

    border: none;

    padding: 0;

    gap: 20px;
    margin-bottom: 20px;

}

.breadcrumb .button-breadcrumb span,

.breadcrumb .button-breadcrumb a,

.button-breadcrumb.btn-back span,

.button-breadcrumb.btn-back a{

    font-size: 20px;

    color: #000000;

    padding: 0;

    text-decoration: var(--wc-text-decoration-breadcrumb);

    font-family: 'Inter';

    font-weight: 600;

}

.breadcrumb .button-breadcrumb > .has-link,

.button-breadcrumb.btn-back > .has-link{

    text-decoration: var(--wc-text-decoration-breadcrumb);

    cursor: pointer;

}

.current-page-breadcrumb span{

    font-weight: var(--wc-weight-curent-breadcrumb);

}

.breadcrumb .button-breadcrumb .fas{

    font-size: 1.2rem;

    color: var(--grey-dark);

}

.button-breadcrumb img{

    width: 15px;

}

.button-breadcrumb.btn-back img{

    width: 25px;

}

.breadcrumb li:nth-last-child(1) img{

    display: none;

}



/*layouts*/

.row-center{

    display: flex;

    justify-content: center;

    align-items: center;

}



/*list*/

.ul-row ul{

    display: flex;

    margin: 0;

    padding: 0;

    justify-content: space-between;

}

.ul-row ul li{

    list-style: none;

}

.list-type-lower-latin ul > li{

    list-style: lower-latin;

}



.ul-gap-1 ul{

    display: flex;

    flex-direction: column;

    gap: 1rem 0;

}



/*br*/

.br-desktop{

    display: block;

}

.br-mobile{

    display: none;

}

.m-0 *{

    margin: 0;

}



/*contact form 7*/

.wpcf7{

    width: 80%;

    margin: 0 auto;

}

.wpcf7 .group-input{

    margin-bottom: 2rem;

}

.wpcf7 .wpcf7-form-control{

    width: 100%;

    background-color: white;

    border: 1px solid var(--grey-dark);

    padding: 5px 15px;

    color: var(--black);

    font-size: 16px;

    font: var(--primary-text);

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}

.wpcf7 .wpcf7-form-control:focus-visible{

    outline: none;

}

.wpcf7 .wpcf7-form-control::placeholder{

    color: var(--secondary-c);

    font-weight: 400;

    opacity: 1;

    font-size: 16px;

    font: var(--primary-text);

}

.wpcf7 .wpcf7-form-control.wpcf7-text,

.wpcf7 .wpcf7-form-control.wpcf7-date,

.wpcf7 .wpcf7-form-control.wpcf7-number,

.wpcf7 .wpcf7-form-control.wpcf7-select{

    height: 40px;

}

.wpcf7 .wpcf7-form-control.wpcf7-textarea{

    height: 150px;

}

.wpcf7 .group-input-submit,

.wpcf7 .group-input-submit p{

    display: flex;

    justify-content: flex-start;

    align-items: center;

}

.wpcf7 .wpcf7-form-control.wpcf7-submit{

    background-color: var(--primary-c) !important;

    height: 35px;

    font: var(--primary-text);

    color: var(--white) !important;

    font-size: 16px;

    width: min-content !important;

    padding: 2px 50px;

    border: none !important;

    cursor: pointer;

}

.wpcf7  .form-input-submit{

    position: relative;

    display: flex;

    align-items: center;

}

.wpcf7  .form-input-submit .wpcf7-spinner{

    position: absolute;

    left: 10px;

    margin: 0;

}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {

    color: crimson;

    font-size: .8rem;

    font-weight: normal;

    display: block;

    margin-top: 5px;

    font-weight: 300;

}



.wpcf7 form .wpcf7-response-output{

    margin: 1.3rem 0 0 0;

    padding: 8px 10px;

    font-family: 'phoger-light', sans-serif;

    color: var(--blue-dark);

    font-size: .9rem;

    border-width: 1px;

    text-align: center;

    background-color: #FFFBDB;

}

.wpcf7 form.invalid .wpcf7-response-output, 

.wpcf7 form.unaccepted .wpcf7-response-output, 

.wpcf7 form.payment-required .wpcf7-response-output {

    border-color: #ffb900;

    background-color: #FFFBDB;

}

.wpcf7 form.sent .wpcf7-response-output {

    border-color: var(--blue-light);

    background-color: var(--blue-light);

}





@media only screen and (max-width: 575px) {

    .wpcf7{

        width: 100%;

    }

    .wpcf7 .wpcf7-form-control::placeholder{

        font-size: 1rem;

    }

}



/*others*/

.cursor-pointer a,

.cursor-pointer button{

    cursor: pointer;

}



@media only screen and (max-width: 960px) {

    /*br*/

    .br-desktop{

        display: none;

    }

    .br-tablet{

        display: block;

    }

    .br-mobile{

        display: none;

    }



    /*breadcrumb*/

    .breadcrumb{

        display: flex;

        gap: 0 5px;

        margin-left: 0;

        margin-top: 15px;

    }

}



@media only screen and (max-width: 575px) {

    /*layout*/

    .column-mobile{

        flex-direction: column;

    }

    .column-mobile img{

        width: 100%;

    }

    .column-mobile .wp-caption{

        width: auto !important;

    }



    /*breadcrumb*/

    .button-breadcrumb.btn-back span,

    .button-breadcrumb.btn-back a{

        font-size: .9rem;

    }

    .breadcrumb .button-breadcrumb span,

    .breadcrumb .button-breadcrumb a{

        font-size: .8rem;

    }

    .breadcrumb .button-breadcrumb .fas{

        font-size: 1rem;

    }

    .button-breadcrumb img{

        width: 10px;

    }

    .button-breadcrumb.btn-back img{

        width: 15px;

    }



    /*br*/

    .br-desktop{

        display: none;

    }

    .br-mobile{

        display: block;

    }



    /*contact form 7*/

    .wpcf7 .row-group-input .group-input {

        width: 100%;

    }



    .wpcf7 .row-group-input{

        flex-direction: column;

        gap: 0;

    }

    .wpcf7 .group-input-inline{

        flex-direction: column;

        align-items: flex-start;

    }

    .wpcf7 .group-input label{

        font-size: .9rem;

        text-align: left;

    }

}



/*animations*/

@keyframes expand {

    from{

        max-height: 0px;

    }

    to{

        max-height: 500px;

    }

}

@keyframes close {

    from{

        max-height: 500px;

    }

    to{

        max-height: 0px;

    }

}



@keyframes expand-menu-footer {

    from{

        height: auto;

    }

    to{

        height: 250px;

    }

}

@keyframes close-menu-footer {

    from{

        height: 250px;

    }

    to{

        height: auto;

    }

}