/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10.04.2020, 10:10:40
    Author     : PASHA
*/
/*.punkty-sov-rn-br-container {
    background: #fff;
    margin-bottom: 30px;
    padding: 1.5rem 2.5rem;
    position: relative;
}
.punkty-sov-rn-br-container .punkty-sov-rn-br-title {
    color: #0f66dd;
    font-size: 2rem;
    letter-spacing: .7px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.3;
    max-width: 70%;
}
.punkty-sov-rn-br-container .punkty-sov-rn-br-divider {
    border-color: #0f66dd;
    border-width: 4px;
    border-radius: 2px;
    border-bottom-style: solid;
    max-width: 120px;
    margin: .7rem 0 1rem;
}
.punkty-sov-rn-br-container .punkty-sov-rn-br-subtitle {
    color: #5295f2;
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.3;
}
.punkty-sov-rn-br-container .punkty-sov-rn-br-title-n1 {
    color: #fd5f00;
    font-size: 1.2rem;
    letter-spacing: .8px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.3;
}
.punkty-sov-rn-br-container .punkty-sov-rn-br-body {
    font-weight: 300;
    letter-spacing: .6px;
    line-height: 1.45;
    font-size: 1.15rem;
    color: #47617d;
}



.card-address-cassi {
    text-align: center;
    background-color: #fff;
    padding: 1.5rem 2rem;
    height: 100%;
    -webkit-border-radius: 3rem;
    border-radius: .3rem;
    -webkit-box-shadow: 0 10px 30px 4px rgba(0,0,0, .15);
    box-shadow: 0 10px 30px 4px rgba(0,0,0, .15);
}
.card-address-cassi .card-address-cassi-title {
    color: #fd5f00;
    font-size: 1.5rem;
    letter-spacing: .7px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: .6rem;
}
.card-address-cassi .card-address-cassi-divider {
    border-color: #fd5f00;
    border-width: 3px;
    border-radius: 1px;
    border-bottom-style: solid;
    max-width: 120px;
    margin: .7rem auto 1rem;
}
.card-address-cassi .card-address-cassi-subtitle {
    font-size: 1.1rem;
    letter-spacing: .7px;
    color: #6d7c90;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: .6rem;
}
.card-address-cassi .card-address-cassi-text {
    font-weight: 300;
    letter-spacing: .6px;
    line-height: 1.45;
    font-size: .99rem;
    color: #969696;
}
.address-cassi-animation-panel {
    height: 100%;
}
.address-cassi-block-panel {
    text-align: center;
    background-color: #fff;
    padding: 1.5rem 2rem;
    height: inherit;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 10px 30px 4px rgba(0,0,0, .15);
    box-shadow: 0 10px 30px 4px rgba(0,0,0, .15);
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
.address-cassi-block-panel:hover {
    background-color: #3853bc;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 50px 30px -40px rgba(56,83,188,.6);
    box-shadow: 0 50px 30px -40px rgba(56,83,188,.6);
}
.address-cassi-block-panel .address-cassi-title {
    color: #0f66dd;
    font-size: 1.1rem;
    letter-spacing: .7px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.3;
}
.address-cassi-block-panel:hover .address-cassi-title {
    color: #fc332f;
}
.address-cassi-block-panel .address-cassi-divider {
    border-color: #0f66dd;
    border-width: 3px;
    border-radius: 1px;
    border-bottom-style: solid;
    max-width: 120px;
    margin: .3rem auto .5rem;
}
.address-cassi-block-panel:hover .address-cassi-divider {
    border-color: #fc332f;
}
.address-cassi-block-panel .address-cassi-subtitle {
    font-size: .97rem;
    letter-spacing: .7px;
    color: #fd5f00;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: .6rem;
}
.address-cassi-block-panel p.address-cassi-text {
    font-weight: 400;
    letter-spacing: .6px;
    line-height: 1.45;
    font-size: .85rem;
    color: #969696;
}
.address-cassi-block-panel:hover p.address-cassi-text {
    color: rgba(255,255,255,.8);
}*/