.bx-soa-page-block .bx-soa-page-payment-addition .btn-buy {
    border-color: #8d7b6f;
    background-color: #8d7b6f;
    color: #fff;
    padding: 9px 24px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.375;
    border: 0;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-property: color, border-color, background-color;
    -moz-transition-property: color, border-color, background-color;
    -ms-transition-property: color, border-color, background-color;
    -o-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-duration: 350ms;
    -moz-transition-duration: 350ms;
    -ms-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bx-soa-page-block .bx-soa-page-payment-addition .btn-buy:active,
.bx-soa-page-block .bx-soa-page-payment-addition .btn-buy:hover {
    border-color: #706259;
    background-color: #706259;
    color: #fff;
}

.system-video-tag-content video {
	background: none!important;
	height: 1071px!important;
}

.c-header-template-1 .widget-container .widget-tag-line-container .widget-tag-line
{
font-size: 15px !important;
max-width: 300px;
font-weight:bold !important;
margin-left:-16px;
}

.c-header-template-1 .intec-grid
{
justify-content: space-between;
}


.global-telegram {
    width: 96px;
    position: fixed;
    bottom: 165px;
    right: 70px;
    z-index: 500;
    display: block;
}

.global-telegram img {
    display: block;
    width: 62px;
    transition: 300ms;
    margin: 0 auto;
}

.global-telegram img:hover {
    transform: scale(0.89);
}

.global-vk {
    width: 96px;
    position: fixed;
    bottom: 240px;
    right: 70px;
    z-index: 500;
    display: block;
}

.global-vk img {
    display: block;
    width: 70px;
    transition: 300ms;
    margin: 0 auto;
}

.global-vk img:hover {
    transform: scale(0.89);
}

.global-whatsapp {
    width: 96px;
    position: fixed;
    bottom: 80px;
    right: 70px;
    z-index: 500;
    display: block;
}


.global-whatsapp img {
    display: block;
    width: 70px;
    transition: 300ms;
    margin: 0 auto;
}

.global-whatsapp img:hover {
    transform: scale(0.89);
}

.global-telegram:hover, .global-whatsapp:hover, .global-vk:hover {
    z-index: 505;
}

@media screen and (max-width: 600px) {
    .global-telegram {
        width: 76px;
        bottom: 195px;
        right: 5px;
    }

    @media screen and (max-width: 600px) {
        .global-vk {
            width: 76px;
            bottom: 258px;
            right: 5px;
        }

    .global-telegram img {
        width: 54px;
    }

    .global-vk img {
        width: 60px;
    }

    .global-whatsapp {
        width: 76px;
        bottom: 130px;
        right: 5px;
    }

    .global-whatsapp img {
        width: 52px;
    }
}


