@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
    position: relative;
}
img {
    max-width: 100%;
}
.mainimage_inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
ul.object_charlist {
    list-style: none;
    padding: 0px;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    margin-top: 2rem;
}
ul.object_charlist li {
    margin-bottom: 0.7rem;
}
.inline_svg {
    width: 1.3rem;
    margin-right: 0.1rem;
}
.inline_link {
    color: #7F3287;
    border: none;
    background: none;
    text-decoration: underline;
    font-size: 1rem;
}
.inline_link:hover {
    opacity: 0.8;
}
.promo_card_top {
        box-shadow: 0px 2px 7px rgb(0 0 0 / 35%);
    border-radius: 4px;
    padding: 1.5rem;
}
.action_btn {
        color: #fff;
    background: linear-gradient(90.16deg, #7D2685 -36.43%, #4E04AB 94.54%);
    border-radius: 4px;
    padding: 14px 32px 14px 32px;
    border: none;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block !important;
}
.action_btn:hover {
    color: #7F3287;
    background: #FFBB37;
}
.promo_card_top>p:first-child {
    font-size: 1.2rem;
}
.promo_card_top>p {
    margin-bottom: 1.2rem;
}
.object_content_inner {
        padding: 3rem 0 3rem 0;
}
.object_gallery_item {
    margin-bottom: 30px;
}
.object_gallery_item:hover {
    cursor: pointer;
    opacity: 0.8;
}
.object_gallery_item_inner {
        padding: 50%;
    height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.plan_slider  .plan_item {
    padding:15px;
}

.plan_slider  .plan_item .plan_item_inner .plan_item_img img {
height: 100%;
margin: 0 auto;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px;
    color: #7F3287;
}
.slick-dots li.slick-active button:before {
   color: #7F3287; 
}
.plan_slider  .plan_item .plan_item_inner{
        box-shadow: 0px 2px 7px rgb(0 0 0 / 35%);
    border-radius: 4px;
    padding: 1.5rem;
}
.plan_slider  .plan_item .plan_item_inner .plan_item_desc{
    margin: 15px 0 15px 0;
}
.plan_slider  .plan_item .plan_item_inner .action_btn{
        padding: 8px 16px 8px 16px;
    font-size: 0.8rem;
}
.object_item_inner a.action_btn{
    display: inline-block;
    text-decoration: none;
      padding: 8px 16px 8px 16px;
    font-size: 0.8rem;
        margin-top: 1rem;
}
.plan_slider  .plan_item .plan_item_inner .plan_item_img {
    max-height: 50vh;
    border-radius: 4px;
}
.object_item_inner .object_item_img {
height: 0;
    padding: 50%;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    border-radius: 4px;
}
a {
    opacity: 1;
    transition: opacity 0.3s;
}
.object_item_inner {
        margin-bottom: 30px;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 35%);
    border-radius: 4px;
    padding: 1.5rem;
    display: block;
    text-decoration: none;
    color: #212529;
    
}
.object_item_inner:hover {
    opacity: 0.7;
}
.object_item_inner .object_item_desc p {
margin-bottom: 0.2rem;
}
.object_item_inner .object_item_desc h5 {
    margin: 0.7rem 0 0.7rem 0;
}
.active>.page-link, .page-link.active {

    background-color: #7D2685;
    border-color: #7D2685;
}
.page-link,.page-link:hover,.page-link:focus {
    color: #7D2685;
}
.page-link:hover {
    opacity: 0.8;
}
.pagenav_inner {
        display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0 3rem 0;
}
header nav, footer nav {
    background: #7D2685;
    padding: 10px 0px;
}
 .logo_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
  .logo_block a.logolink img {
    height: 50px;
    margin-right: 1rem;
 }
  .logo_block a.logolink span{
        font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
        top: 2px;
    position: relative;
 }
  .contact_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
 }
  .contact_block a:not(:last-child) {
        margin-right: 1rem;
 }
   .contact_block a:last-child {
            border-radius: 4px;
    border: 2px solid;
    color: #7F3287;
    background: #FFBB37;
    padding: 5px 14px;
    opacity: 1;
 }
  .contact_block a:last-child:hover {
    opacity: 0.8;
 }
 header a, footer a{
    color: #fff;
    text-decoration: none;
}
header a:hover, footer a:hover {
    color: #c2c2c2;
}
.cookie-policy {
    display: none;
    bottom: 0px;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 35%);
    border-radius: 0px;
    width: 100%;
    padding: 1rem;
    z-index: 999;
    font-size: 0.8rem;
}
.cookie-policy.show {
    display: block;
}
.policy-btn button.action_btn {
    width: 100%;
    font-size: 0.8rem;
    padding: 8px 16px;
}

.cnk_text ul {
    list-style: none;
    padding: 1rem;
    background: linear-gradient(180deg, #33014A 0%, #7F3287 100%);
    color: #fff;
    font-size: 0.85rem;
}
.cnk_text ul li{
margin-bottom: 0.5rem;
}
.cnk_text ul li:before {
content: "-";
    margin-right: 0.3rem;
}
.cnk_promo a{
    color: #7F3287;
    text-decoration: none;
    opacity: 1;
}
.cnk_promo a:hover {
    opacity: 0.8;
}
#mainbanner_desc {
    display:block;
}
#mainbanner_mob {
    display:none;
}
@media screen and (min-width:567px) { /*sm*/
    .mainimage_inner {
        height: 516px;
    }
}
@media screen and (min-width:768px) { /*md*/
    .mainimage_inner {
        height: 336px;
    }
    ul.object_charlist {
    margin-bottom: 3rem;
    margin-top: 0px;
}
    .plan_slider  .plan_item .plan_item_inner .plan_itplan_item_imgem_img {
    height: 202px;
}
.cookie-policy {
    left: 20px;
    bottom: 20px;
    border-radius: 4px;
    width: 600px;
}
.policy-btn button.action_btn {

}

.cnk_text ul {

    font-size: 1rem;
}
.cnk_text ul li{
margin-bottom: 1rem;
}

}

@media screen and (min-width:992px) { /*lg*/
.mainimage_inner {
        height: 456px;
    }
        .plan_slider  .plan_item .plan_item_inner .plan_item_img {
    height: 282px;
}
}
@media screen and (min-width:1200px) { /*xl*/
.mainimage_inner {
        height: 546px;
    }
        .plan_slider  .plan_item .plan_item_inner .plan_item_img {
    height: 249px;
}
.cnk_text ul {

    font-size: 1.3rem;
    padding:1.8rem
}

}
@media screen and (min-width:1400px) { /*xxl*/
    .mainimage_inner {
        height: 636px;
    }
    .plan_slider  .plan_item .plan_item_inner .plan_item_img {
    height: 294px;
}
}
@media screen and (max-width:566px) { /*sm*/
    .mainimage_inner {
        height: 0px;
        padding-top: 100%;
    }
    
        ul.pagination>li:first-child, ul.pagination>li:last-child {
        display:none;
    }

}


@media screen and (max-width:1199px) {
     .logo_block a.logolink img {
        height: 40px;
    }
    header nav, footer nav {
        font-size: 75%;
    }
}

@media screen and (max-width:767px) {
 .logo_block {
    justify-content: center;
}
#mainbanner_desc {
    display:none;
}
#mainbanner_mob {
    display:block;
}
}


@media screen and (max-width:420px) {
   .logo_block a.logolink img {
        height: 30px;
    }
     .logo_block a.logolink span {
        font-size: 1rem;
    }
}






