.home-description{
    font-size: 16px;
}

.wss-offers-text{
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 40px;
}
.offers-titles{
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.image-pistol{
    text-align: center;
}

.image-code-colour{
    height: 60px;
    text-align: center;
}

.image-code-colour img{
    height: 100%;
}

.after-offers-wss{
    font-size: 16px;
    margin-top: 75px;
}

.before-footer-text{
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.before-footer-link{
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

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

    .offers-titles {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .after-offers-wss {
        margin-top: 20px;
    }
}

.terms-title{
    font-size: 30px;
    font-weight: 700;
}

.terms-article-title{
    font-size: 20px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px;
}

.terms-article-text{
    font-size: 16px;
}

.terms-article-text:last-child{
    margin-bottom: 60px;
}

#mask {
    z-index: 9;
    background-color: black;
    opacity: 0.8;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
#boxes .window {
    position:absolute;
    left:0;
    top:0;
    width:440px;
    height:850px;
    display:none;
    z-index:99;
    padding:20px;
    border-radius: 5px;
    text-align: center;
}
#boxes #dialog {
    /*width:950px;*/
    width: 590px;
    height:auto;
    padding: 5px;
    background-color:#ffffff;
    box-shadow: #646161 0px 0px 8px 3px !important;
}

#boxes #san .popupimage{
    width: 100%;
    height: auto;
}

#boxes .popup-close-button{
    z-index: 999;
    position: absolute;
    float: left;
    top: -18px;
    right: -18px;
    width: 30px;
    cursor: pointer;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width: 918px){
    #boxes #dialog {
        width:700px;
    }
}

@media(max-width: 680px){
    #boxes #dialog {
        width:650px;
    }
}

@media(max-width: 568px){
    #boxes #dialog {
        width:380px;
    }
}

@media(max-width: 375px){
    #boxes #dialog {
        width:300px;
    }
}

.popup-show-btn{
    float: right;
    bottom: 79px;
    position: absolute;
    right: 380px;
}

@media (max-width: 1366px) {
    .popup-show-btn{
        right: 112px;
    }
}

@media (max-width: 1024px) {
    .popup-show-btn{
        right: 10px;
    }
}

@media (max-width: 568px) {
    .popup-show-btn{
        position: unset;
    }

    .popup-show-btn .btn-identify{
        top: 220px;
        left: 65px;
    }
}

@media (max-width: 320px) {
    .popup-show-btn .btn-identify{
        top: 193px;
        left: 44px;
    }
}
