/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/* web-analitica */
.web-analit {
    box-sizing: border-box;
    display: block;
    opacity: 0;
    position: fixed;
    z-index: 10000;
    right: 3.1%;
    bottom: 80px;
    align-items: center;
    width: 94%;
    max-width: 360px;
    background-color: #f8f8f8;
    padding: 12px 18px;
    transition: opacity linear 300ms;
    box-shadow: 0px 0px 6px  rgba(0,0,0,0.27);
    border-bottom: 2px solid #0095e5;
    border-radius: 5px;
}
@media screen and (max-width: 768px){
    .web-analit {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

}

.web-analit__show {
    display: block;
    opacity: 1;
    transition: opacity linear 300ms;
}

.web-analit_cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.web-analit_text {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: justify;
    padding-bottom: 8px;
}

.web-analit_text a {
    color: #000;
    text-decoration: underline;
}

.web-analit_text a:hover {
    text-decoration: none;
}

.web-analit_button {
    width: 120px;
    height: 36px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #941e47;
    border: none;
    cursor: pointer;
}

.web-analit_start {
    background-color: #e1e1e1;
    padding: 3px 18px;
    color: #000;
    position: fixed;
    right: 3.1%;
    bottom: 2px;
    border-bottom: 2px solid #941e47;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0;
}

.web-analit_start:hover {
    text-decoration: underline;
}

.footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 120px;
}

@media screen and (max-width: 768px){
    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
        margin: 0 0px;
    }
}

.ps-link, .ps-link:hover, .ps-link:visited {
    color: #333;
    font-size: 12px;
}
.ps-link {
    text-decoration: underline;
}
.ps-link:hover {
    text-decoration: none;
}
/* /web-analitica */
