/*
.aci-packages{
    width:100%;
    color: #233f63;
}

.aci-packages-selection, .aci-packages-dropdown{
    max-width:1200px;
    margin:0 auto;
}

.aci-package-item{
    position:relative;
    display:inline-block;
    box-sizing:border-box;
    width:30%;
    text-align:center;
    vertical-align:top;
    padding:60px 20px 20px 20px;
    margin:20px 1%;
    background-color:#ffffff;
}

.aci-package-item h2{
    height:50px;
    font-size:45px;
    font-weight:bold;
    vertical-align:middle;
}

.aci-package-item img{
    display:inline-block;
    width:40%;
    margin:0 auto;
}

.aci-package-item img.aci-package-recommended{
    position:absolute;
    top:0;
    right:0;
    width:100px;
}

.aci-packages-list{
    width:100%;
    height:160px;
    list-style:none;
    text-align:left;
    vertical-align:top;
}

.aci-packages-list li:before{
    content: '✓';
    margin-right:10px;
    vertical-align:top;
}

.aci-packages-list li.hidden:before{
    content: ' ';
}

.aci-packages-list li div{
  display:inline-block;
    width:80%;
}

.aci-packages-button{
    display: inline-block;
    background-color: #00aeef;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px;
    border-radius: 4px;
    width:80%;
    cursor:pointer;
}

.aci-packages-dropdown-content{
    position:relative;
    display:none;
    margin-top:30px;
    padding:20px 40px;
    background-color:#ffffff;
    border: 1px solid #cccccc;
}

.aci-packages-dropdown-content h3{
    border-bottom: 1px solid #cccccc;
    padding:20px 0;
}

.aci-packages-dropdown-content h3 img{
    width:30px;
    float:right;
    cursor:pointer;
}

.aci-packages-dropdown-content a{
    font-weight:bold;
}

.aci-packages-dropdown-content p.aci-sms{
    color:#00aeef;
    
}
*/

.aci-dd-pc-display{
    display:block;
}

.aci-dd-mob-display{
    display:none;
}

.aci-arrow{
    position:absolute;
    top:0;
}

.aci-arrow:after, .aci-arrow:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
}

.aci-arrow:before {
    content: "";
    border-bottom: 15px solid #cccccc;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin-left: -15px;
}

.aci-arrow:after {
    content: "";
    border-bottom: 14px solid #ffffff;/*#fafafa;*/
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    margin-left: -14px;
}

.aci-boxed-desc{
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    border-radius:5px;
    background-color:#e9ecf5;
    margin:20px;
    padding:0px 60px;
    width:90%;
    height:100px;
    line-height: 100px;
}

.aci-boxed-desc span{
    display: inline-block;
    vertical-align: middle;
    line-height:normal;
}

.aci-packages-selection{
    text-align:center;
}

.aci-sms span{
    /*color:red;*/
}

.aci-tm-price-box{
    display:inline-block;
    width:27%;
    margin:20px 3%;
    padding:40px 20px;
    background:#ffffff;
    text-align:center;
}

/* header nav */

.header_buttons .oew-button-inner{
	position:relative;
}

.header_buttons .oew-button-inner a span:last-child{
	display:inline-block;
}

.header_buttons .oew-button-inner a span:last-child:after {
    display: block;
    background-color: #13aff0;
    /*position: absolute;*/
    /*bottom: -30%;*/
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    visibility: hidden;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: bottom left;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.header_buttons .oew-button-inner a:hover > span:last-child:after {
    visibility: visible;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.header_buttons .oew-button-inner .buttton_active span:last-child:after{
    visibility: visible;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.red{
    color:red;
}

.old{
    text-decoration:line-through;
}

.aci-packages-list{
    height:160px;
}

.aci-package-item h2{
    /*font-size:32px;*/
    font-size:29px;
}

.package_podnadpis{
    font-size:20px;
    font-weight:bold;
}

/*.aci-packages-item-front {
    padding: 30px;
}

.aci-packages-item-front h2 {
    font-size: 45px;
}

.aci-packages-item-front ul {
    margin:0;
    margin-bottom:20px;
}

.aci-packages-item-front li{
    margin-bottom:20px;
    line-height:1.3;
}

.aci-packages-item-front li div {
    width:90%;
}

.aci-packages-item-front li:before {
    content: "•";
    margin-right:10px;
    vertical-align:top;
}

.aci-packages-item-front .aci-packages-button {
    width:100%;
}



.aci-strong{
    text-align:left;
    margin-bottom:-12px;
    padding:0 20px;
}


@media (max-width: 768px) {
    .aci-package-item{
        width:100%;
        margin:20px 0;
    }
    .aci-dd-pc-display{
        display:none;
    }

    .aci-dd-mob-display{
        display:block;
    }
    .aci-tm-price-box{
        width:90%;
    }
    .aci-package-item h2{
        font-size:25px;
    }
    .oew-button-inner span:last-child{
        margin:0 auto;
    }
}

*/