/* Paketa */

section.paketa {
    max-width: 1200px;
    margin: 0 auto;
}

section.paketa p {
    font-size: 12px !important;
    line-height: 1.3;
    margin: 0;
}

.single-paketa .page-container {
    max-width: 100%;
    width: 100%;
}

.paketa__content {
    display: flex;
}

.paketa__content > div {
    padding: 30px 30px 80px 30px;
    position: relative;
    transition: all 100ms cubic-bezier(0.16, 0.01, 0.77, 1);
    background: #f7f7f7;
    width: 33%;
    margin-right: 5px;
    flex-wrap: wrap;
    display: flex;
}

.paketa__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.paketa__logo img {
    width: 200px;
}


.paketa__title span {
    font-family: des-bold;
    color: #7bccc1;
}

.paketa__title {
    font-family: des-regular;
    font-size: 30px;
}

.paketa__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #7bccc1;
    margin-bottom: 10px;
}

.paketa__packet-title {
    font-family: des-bold;
    font-size: 14px;
}

.paketa__packet-cost {
    color: #7bccc1;
    font-size: 16px;
    font-weight: 600;
}

.paketa__packet-cost span {
    font-size: 19px;
}

.paketa__list ul {
    list-style: none;
    padding-left: 15px;
}

.paketa__list ul li {
    position: relative;
    font-size: 14px;
}

.paketa__list ul li:before {
    content: "";
    position: absolute;
    color: #7bccc1;
    left: 0;
    margin-left: -15px;
    margin-top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #7bccc1;
}

.paketa__prefooter {
    padding: 20px 0;
}

.paketa__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    margin-bottom: 20px;
    font-size: 14px;
}

.paketa__footer-sep {
    background: #7bccc1;
    width: 100%;
    height: 1px;
    margin: 0 20px;
}

.paketa__footer-left {
    white-space: nowrap;
}

.paketa__button {
    position: absolute;
    bottom: 15px;
    background: #7bccc1;
    padding: 7px 35px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.paketa__content > div:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
    transform: scale(1.005);
    z-index: 2;
}

.paketa_popup {
    background: rgba(100, 100, 100, 0.6);
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.paketa_popup > div {
    position: fixed;
    background: #FFFFFF;
    width: 95%;
    max-width: 500px;
    z-index: 5001;
    left: 50%;
    top: 50%;
    text-align: left;
    height: auto;
    min-height: 400px;
    transform: translate(-50%, -50%);
}

.paketa_popup-btn-close {
    position: absolute;
    background-color: #7bccc1;
    color: white;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    z-index: 5002;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.paketa_popup-text {
    background: #fff;
    color: #333;
    font-size: 19px;
    line-height: 30px;
    z-index: 9999;
}

.paketa_popup .wpcf7 input,
.paketa_popup .wpcf7 textarea {
    width: 95%;
    max-width: 400px;
    background: #f7f7f7;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.paketa_popup .wpcf7 textarea {
    height: 100px;
}

.paketa_popup .wpcf7 {
    padding: 50px;
}

.paketa_popup .wpcf7-submit {
    width: auto!important;
    padding: 9px 26px!important;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .paketa__content {
        display: block;
        width: 100%;
    }
    
    .paketa__content > div {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

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

    .paketa__header,
    .paketa__footer {
        display: block;
    }
    
    .paketa__header > div,
    .paketa__footer > div {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .paketa__footer-sep {
        margin: 0 auto;
    }
}

.paketa__list li:last-child:before {
    display: none;
}
.paketa__list li:last-child {
    margin-top: 10px;
    font-size: 12px;
}

li.extra__paroxes {
    margin-left: 20px;
}

li.extra__paroxes:before {
    border-color: transparent transparent transparent #414042!important;
    
}

.packet__info {
    align-self: flex-end;
    border-top: 5px solid #fff;
    margin: 0 -30px;
    margin-top: 20px;
}

li.extra__paroxes-title:before {
    border-color: transparent!important;
}

.packet__info--inner h3 {
    font-size: 15px;
}


@media print {
    .fb_dialog {
        display: none!important;
    }
}
