.partners__row{display: flex; flex-wrap: nowrap;}
.partners__row.reverse{flex-direction: row-reverse;}
.partners__image{flex: 0 0 50%; width: 50%; background: no-repeat center/cover;}
.partners__box{flex: 0 0 50%; width: 50%; padding: 100px; background-color: #f4f1ed;}
.partners__box h3{font-size: 15px; line-height: 23px; letter-spacing: 1px; padding-bottom: 16px; font-weight: 500;}
.partners__box h1{font-size: 30px; font-weight: 700; line-height: 40px; margin-bottom: 35px;}
.program{padding: 30px 0 90px;}
.program__title{border-top: 1px solid #2a2a2c; text-align: center; margin-bottom: 30px;}
.program__title h2{font-size: 17px; line-height: 1; font-weight: 600; padding: 0 14px; background-color: #fff; color: #2c4949; transform: translateY(-50%);}
.program__list{max-width: 555px; margin: 0 auto;}
.program__item{margin-bottom: 10px;}
.program__name{padding: 13px 35px 13px 15px; cursor: pointer; background-color: #f4f1ed; color: #030712; font-size: 17px; font-weight: 600; line-height: 27px; position: relative;}
.program__name .number{display: inline-block; margin-right: 10px; color: #9b8c70;}
.program__desc{font-size: 17px; line-height: 30px; font-weight: 400; color: #2a2a2c; height: 0; visibility: hidden; opacity: 0; transition: 0.5s ease-out;}
.program__desc a{color: #2a2a2c;}
.program__desc.active{visibility: visible; opacity: 1; height: auto; padding: 16px 0 8px;}
.program__button{text-align: center;}
.program__button a{display: inline-block; font-size: 16px; line-height: 55px; color: #fdf1d1; padding: 0 35px; border-radius: 35px; background-color: #2d4a4a; transition: 0.3s; -webkit-transition: 0.3s;}
.program__button a:hover{color: #fff;}
.program__name .line{position: absolute; top: 25px; right: 15px; width: 8px; height: 8px;}
.program__name .line span{background-color: #030712; width: 8px; height: 2px; display: block;}
.program__name .line span:first-of-type{transform: rotate(90deg) translateX(2px); transition: 200ms;}
.program__name.active .line span:first-of-type{transform: rotate(0) translateY(2px);}

.price__mobile.price__row{display: none;}
.price {display: flex; flex-direction: column; font-size: 16px;}
.price__header, .price__header2, .price__rows{display: flex; flex-direction: column;}
.price__header {
    background: #d7d7d7;
}
.price__header .price__small {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-family: "AllianceNo2SemiBold",Arial,sans-serif;
}
.rabat {
    letter-spacing: 1px;
    font-size: 14px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
    float: right;
    background: #ffffff;
    padding: 4px 6px 6px;
    border-radius: 20px;
    transform: translateY(-6px);
    margin-left: 10px;
}
.price__header2 {background: #f5f1ee; color: #352a24; font-size: 16px;}
.price__row {
    display: flex;
    flex-direction: row;
    padding: 30px 10px;
    align-items: center;
}
.price__row.lok {
    padding: 10px 10px;
}
.price__header2.price__row {
    padding: 15px 10px;
    background: #ebebeb;
    color: #000000;
    font-size: 16px;
    font-family: "AllianceNo2SemiBold",Arial,sans-serif;
    font-weight: 200;
}
.price__summary {
    background: #ebebeb;
    color: #000000;
    font-family: "AllianceNo2SemiBold",Arial,sans-serif;
}
.price__big {width: 25%;}
.price__small {
    text-align: center;
    width: 25%;
    color: #000000;
}
.price__3m.price__small, .price__6m.price__small, .price__12m.price__small {font-weight: 600;}
.price__rows .price__row:nth-of-type(2n){background: #e8e8e8;}
.price__rows .price__row:nth-of-type(2n+1){background: #f8f8f8;}
.price__rows .price__row:not(.price__disabled):hover {
    background: #ebe990;
}
.price__summary {
    background: #d7d7d7;
    color: #000000;
}
.lok {color: #354948;}
.price__sum {
    background: #ebebeb;
}
.price__sum .price__small {
    color: #ebebeb;
    font-size: 14px;
    font-weight: 600;
    font-family: "AllianceNo2SemiBold",Arial,sans-serif;
}
.price__sum .price__big {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: "AllianceNo2SemiBold",Arial,sans-serif;
}
.button-choose {
    border: none;
    margin-top: 15px;
    font-family: "AllianceNo2SemiBold",Arial,sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.05em;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    text-decoration: none;
    background: #eae61b;
    padding: 21px 40px;
    display: inline-block;
    cursor: pointer;
}
.button-choose:focus {outline: none;}
.button-choose:hover {
    transform: translateY(-10px);
}
.popup {display: none; position: fixed; background: rgba(0,0,0,0.3); z-index:999; top:0; left:0; right:0; bottom:0;}
.popup__inner {
    display: flex;
    width: 1200px;
    max-width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 900px;
    max-height: 90vh;
    flex-direction: row;
    overflow: hidden;
}.popup__left {
    width: 43%;
    background: #ffffff;
    color: #000;
    padding: 30px;
    font-size: 16px;
    overflow: auto;
}.popup__right { width:60%; background: #f8f8f8; border-radius: 0 25px 25px 0; padding: 30px; text-align:center; color:#354948; overflow: auto; }
.hidden-fields { visibility: hidden; height: 0; opacity: 0; }
.hidden-fields span{display: block; height: 0;}
.popup.active { display: block; }
.saving-info { display: none; }
.saving-info.active {
    display: block;
    color: #fdf1d1;
    font-size: 16px;
}
.popup__close { position: absolute; right: 10px; top: 10px; background: #fff; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 30px; border: 2px solid #00000030; cursor: pointer;}
.popup__close::before { content:''; height:15px; width:2px; background: #000; display: block; position: absolute; left:0; top:0; right:0; bottom:0; margin: auto; transform: rotate(45deg); }
.popup__close::after { content:''; height:15px; width:2px; background: #000; display: block; position: absolute; left:0; top:0; right:0; bottom:0; margin: auto; transform: rotate(-45deg); }
.popup__left h3, .popup__right h3 {
    text-align: center;
    font-size: 28px;
    margin: 3vh 0;
    color: #000000;
}
.popup__right h3 { color: #000; }
.popup__left h4 {
    color: #000000;
    text-transform: uppercase;
    margin: 3vh 0 2vh;
}
#popup__lok {
    color: #000;
}
#popup__lok { line-height: 1.8; }
.summary { margin-top: 13%; text-align: center; font-size: 20px; }
#popup__months {
    margin-bottom: 5px;
    color: #fdf1d1;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
#popup__months span { color: #fef1d1; display: inline-block; margin-left: 10px; }
#popup__price { font-size: 26px; margin-top: 8px; display: inline-block; color: #ffd383; }
#popup__saving {
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
}
.mod__close { position: absolute; right: 10px; top: 10px; background: #fff; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 30px; border: 2px solid #00000030; cursor: pointer;}
.mod__close::before { content:''; height:15px; width:2px; background: #000; display: block; position: absolute; left:0; top:0; right:0; bottom:0; margin: auto; transform: rotate(45deg); }
.mod__close::after { content:''; height:15px; width:2px; background: #000; display: block; position: absolute; left:0; top:0; right:0; bottom:0; margin: auto; transform: rotate(-45deg); }
.popup__right input:not([type="checkbox"]):not([type="submit"]) {
    max-width: 100%;
    width: 440px;
    border-radius: 30px;
    padding: 0 30px;
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 4vh;
    background: #fff;
    border: 1px solid #ececec;
    color: #000;
}
.popup__right .hidden-fields input:not([type="checkbox"]):not([type="submit"]){ line-height: 0; margin-bottom: 0; font-size: 0; border: none; } 
.popup__right .hidden-fields textarea{ line-height: 0; margin-bottom: 0; font-size: 0; border: none; } 
.popup__right .hidden-fields br{ display: none; } 
.popup__right input:focus{outline: none;}
.popup .wpcf7-acceptance{font-size: 12px;}
.popup input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #000;
    color: #fff;
}
.price__lok{position: relative;}
.price__lok input[type=checkbox] {position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.price__lok label {
    cursor: pointer;
    padding-left: 40px;
    width: 100%;
    font-weight: 600;
    font-family: "AllianceNo2SemiBold",Arial,sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 0;
    position: relative;
}
.price__lok .checkmark {
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #000000;
    box-shadow: 0px 2px 4px 0px #88888850;
}
.price__lok .mark {
    position: absolute;
    top: 3px;
    left: 2px;
    height: 0px;
    width: 0px;
    background-color: transparent;
}
.price__lok input[type="checkbox"]:checked + .checkmark .mark {
    height: 10px;
    width: 12px;
    background-image: url(https://mediapark.pl/wp-content/themes/mediapark/images/done.svg);
}
.price__lok label:hover {
    color: #303030;
}
.price__disabled .price__lok label:hover{color: #858585;}
.price__lok label:hover .checkmark {
    border-color: #00000070;
}
.popup__right::-webkit-scrollbar {width: 8px;}
.popup__right::-webkit-scrollbar-track {background: transparent;}
.popup__right::-webkit-scrollbar-thumb {background: #354948;}
.popup__right::-webkit-scrollbar-thumb:hover {background: #354948;}
.popup__left::-webkit-scrollbar {width: 8px;}
.popup__left::-webkit-scrollbar-thumb {background: #354948;}
.four{background-color: #fff; color: #354948;}
.four a, .four a:hover{color: #354948; font-weight: 700;}
#timeAds {
    font-family: "AllianceNo2SemiBold",Arial,sans-serif;
    background-color: #000;
    display: inline-block;
    font-weight: 600;
    line-height: 1.5em;
    padding: 10px 40px 10px 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    font-size: 16px;
    background-image: linear-gradient( 45deg , #ffffff00 50%, #eae61b 50%), linear-gradient( 135deg , #eae61b 50%, transparent 50%), radial-gradient(#ddd0 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    color: #ffffff;
    margin-left: 10px;
    border: none;
    border-bottom: 1px solid #fff!important;
}
#timeAds:focus { outline: none; }
.price__small-month {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 25px;
}
.price__row.price__summary .price__small {font-weight: 700;}
.price__big {padding-left: 90px;}
.bigprice {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.bigprice span{font-size: 24px;}
.more__info {
    background: rgb(24 24 24 / 80%);
    border-radius: 10px;
    color: #e7e7e7;
    bottom: -25px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    left: calc(100% + 20px);
    width: max-content;
    opacity: 0;
    visibility: hidden;
    padding: 10px 15px;
    position: absolute;
    z-index: 99;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.more__info:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid rgb(24 24 24 / 80%) 10px;
    bottom: 30px;
    content: " ";
    height: 0;
    left: -14.8px;
    position: absolute;
    width: 0;
    transform: rotate(90deg);
}
.more__info p {
    font-size: 14px;
    margin: 0;
    line-height: 26px;
}
.price__lok label:hover .more__info {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.more__info strong {
    color: #ffffff;
}
.price__summary .switch {
    display: none;
    position: absolute;
    right: 20px;
    top: 10px;
    height: 34px;
    width: 60px;
    border-radius: 34px;
    background-color: #000000;
}
.price__summary .switch:before {position: absolute; content: ""; height: 26px; width: 26px; right: 4px; bottom: 4px; border-radius: 50%; background-color: white; -webkit-transition: .4s; transition: .4s;}
.price__summary .switch.off{background-color: #ccc;}
.price__summary .switch.off:before{-webkit-transform: translateX(-26px); -ms-transform: translateX(-26px); transform: translateX(-26px);}
input[type="checkbox"] {
    cursor: pointer;
    margin-right: 10px;
}
input[type="checkbox"]:after {
    content: " ";
    background-color: #b1a892;
    display: inline-block;
    position: relative;
    top: -5px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    right: 6px;
    background: #f8f8f8;
    border: 2px solid #858585;
    border-radius: 6px;
}
input[type=checkbox]:checked:after {
    content: "\00a0\2714";
    color: #f4f1ed;
    font-size: 14px;
    background: #9B8C70;
    padding: 0 1px;
}
@media(max-width: 1199px){
    .price__big {padding-left: 55px;}
    .price__small.lok_rek {
    padding-left: 0!important;}
}
@media(max-width: 991px){
    .price__big {padding-left: 5px;}
	.modal-body iframe {
    width: 100%!important;
    height: 100%!important;}
    #videoModal .modal-body {
    width: 100%!important;
}
	#videoModal {
    width: 100%!important;
}
.lightbox:target {
    background: #000;
}
}
@media(max-width: 767px){
    .header__burger{display: block; z-index: 98;}
    .header__menu{width: 100%; position: fixed; left: 0; right: 0; text-align: center; top: -120vh; bottom: 0; height: 100vh; background-color: #2c4949; padding-top: 20vh; display: block; transition: 300ms;}
    .header__menu.active{top: 0;}
    .header__menu li{display: block; line-height: 10vh;}
    .header__logo{z-index: 99; position: relative;}
    .footer__logo, .footer__cp{text-align: center;}
    .offer__item{width: 100%; flex: 0 0 100%;}
    .contact__item{flex: 0 0 100%; width: 100%;}
    .price__header2 .price__small{display: none;}
    .price__rows .price__small{display: none;}
    .price__sum{flex-wrap: wrap;}
    .price__sum .price__big{width: 100%; flex: 0 0 100%; text-align: center; margin: 20px 0;}
    .price__desktop.price__header{display: none;}
    .price__mobile{display: flex;}
    .price__mobile .price__small{width: 33%;}
    .price__sum .price__small{width: 100%; text-align:left; font-size:16px;margin-bottom: 20px; line-height: 50px; }
    .price__header .price__small{font-size: 20px;}
    .popup__inner{position: relative; margin-top: 20px; height: 100%; max-height: inherit; overflow: auto; max-height: inherit; flex-wrap: wrap;}
    .popup__left{width: 100%; border-radius: 0;}
    .popup__right{width: 100%; border-radius: 0;}
    .price__big{width: 100%;}
    .price__summary { flex-direction: column; }
    .price__summary div { width: 100%; text-align: left; margin: 5px; font-size: 18px; }
    .price__sum .price__small div { display: inline-block; }
    .price__sum .price__small::after { content:''; display:table; clear:both; }
    .button-choose {float:right; margin-top:0;}
    .price__small-month { width: 180px; }
    .price__sum .price__small{display: flex; flex-wrap: wrap; align-content: space-between; position: relative; text-align: center; padding-bottom: 30px;}
    .price__sum .price__small:after{position: absolute; content: ''; height: 1px; width: 90%; margin: 0 auto; background-color: #fef1d1; left: 0; right: 0; bottom: 0;}
    .price__sum .price__small div, .price__sum .button-choose{flex: 0 0 50%;}
    .price__sum .price__small:last-of-type{padding-bottom: 0;}
    .price__sum .price__small:last-of-type:after{display: none;}
    .price__summary .switch{display: block;}
    .price__summary .price__small.hide{opacity: 0; visibility: hidden; height: 0; margin: 0;}
    .price__row.price__summary{position: relative;}
.price__sum .price__small div, .price__sum .button-choose{flex: 0 0 100%;}

a.order-now {
    font-size: 18px;
    margin-left: 0;
    line-height: 75px;
}
}
@media(max-width: 565px){
    .price__sum .price__small{font-size: 15px;}
}
}
