@font-face {
    font-family: "QanelasSoft";
    src: url('../fonts/QanelasSoft-Regular.otf');
}
* {margin: 0;padding: 0;outline: none;}
html,
body {height: 100%;font-family: QanelasSoft;}
li {list-style-type: none;}
a {color: #4b4b4b;text-decoration: none;}
a:hover {color: #ff9900;text-decoration: none;}
img:focus {outline: none;}
button:focus {outline: none;}

/*=========SECTION TOP=========*/
.section-top {
    /*background-color: #88CE10;*/
    background-color: #CCE5D2;

    padding: 15px 0 5px 0;
}
/*==========SECTION TOP END====*/

/*==============MODAL LOGIN=======*/
.modal-content {
    margin: 0 auto;
}
.title-section h3 {
    color: #ff9900;
    text-transform: uppercase;
    font-weight: 700;
}
.title-section span {
    background-color: #FF9800;
    display: block;
    height: 2px;
    margin: 10px auto;
    overflow: hidden;
    width: 50px;
}

.title-section p {
    font-size: 16px;
}


/*******************BANNER**********/
.banner{
    background-color: #CCE5D2;
    padding-bottom: 2%;
}

.block-red{
position: relative;
    min-height: 480px;
    height: 100%;
}

.block-red img{
    position: absolute;
    top: 15px;
    bottom: 0;
    right: -50px;
    /*max-width: 605px;*/
    max-width: 650px;
    width: 95%;
    z-index: 1;
}

.banner-about{
    background-color: #FF9800;
    max-width: 420px;
    width: 100%;
    border-radius: 0 0 90px 90px;
    padding-bottom: 10px;
    margin: 0 0 5% ;
}

.banner-about h1{
    font-size: 4em;
}

/*============PRESENTS==========*/

.present-block{
    margin: 0 auto;
    background-color: #f6f6f6;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.presents img {
    /*float: left;*/
    display: block;
    margin: 0 auto;
    width: 95px;
    height: 110px;
    /*overflow: hidden;*/
    /*margin-right: 35px;*/
}

.presents p{
    font-size: 18px;
}


/*============END PRESENTS==========*/
/*============NOMINATION==========*/

.nav-tabs li {
    margin: 0 auto;
}

.nav-tabs {
    border-bottom: none !important;
}

.profile-block {
    margin: 0 auto;
    display: inline-flex;
    border: 1px solid #f3f3f3;
    padding: 10px 5px 10px 15px;
    /*box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.15);*/
    border-radius: 20px;
    cursor: pointer;
    width: 100%;
    background-color: #fff;
}

.profile-image img {
    border-radius: 5%;
    width: 115px;
    height: 100px;
    border:1px solid #f3f3f3;
}

.profile__text-story {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /*border: 5px solid #EEE*/
}

#nominationTab li a {
    background-color: rgb(255, 153, 0);
    box-shadow: 0 0.125rem 0.625rem rgba(255, 133, 22, 0.62), 0 0.0625rem 0.125rem rgba(255, 133, 22, 0.58);
    color: #ffffff;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    min-width: 125px;
    width: 100%;
    height: 75px;
    opacity: 0.8;
    border:none;
}

#nominationTab li .active {
    background-color: rgb(255, 153, 0);
    color: #ffffff;
    border:none;
    opacity: 1;

}

#nominationTab li a:hover {
    opacity:1;
    border:none;
}

.icon-tab {
    font-size: 80px;
    color: #ff9900;
}


/*********TIMER********************/

.section-timer{
    height: 360px;
    /*height: 50%;*/
}

/*.start-timer{*/
/*    !*background: linear-gradient(0deg, #1D8E45, #1D8E45), #C4C4C4;*!*/
/*    background-color: rgb(136, 206, 16);*/
/*    !*box-shadow: rgb(102 204 0 / 62%) 0 0.125rem 0.625rem, rgb(102 204 0 / 58%) 0 0.0625rem 0.125rem;*!*/
/*    color: #ffffff;*/
/*    padding: 15px;*/
/*    font-size: 12px;*/
/*    border-radius: 15px;*/
/*    !*clip-path: circle(50% at center center);*!*/
/*    margin-right: 10px;*/
/*    margin-top: 10px;*/
/*    width: 90px;*/
/*    height: 90px;*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    font-weight: bold;*/
/*}*/
.block-timer{
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgb(0 0 0 / 3%), 0 0.275rem 0.75rem -0.0625rem rgb(0 0 0 / 6%);
    padding:45px 0;
    border-radius: 50px;
}
.start-timer{
    display: inline-block;
    background-color: #F8F8F8;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    color: #FF9900;
    padding: 15px 20px 15px 20px;
    border-radius: 30px;
    font-weight: 600;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}
.start-timer p{
    font-size: 1.9em;
    padding: 0;
    margin: 0;
}



/*=========NOMINATION END=========*/
/*============EXPERT==============*/

.block-expert {
    background: #f6f6f6 none repeat scroll 0 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 70px 60px 35px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 100%;
}

.block-expert:hover {
    box-shadow: 0 1px 45px 0 rgba(0, 0, 0, 0.1);
}

.block-expert img {
    width: 175px;
    border-radius: 100px;
    margin: -50px auto;
    display: block;
}

.block-expert span {
    font-size: 30px;
    padding-bottom: 10px;
    margin: 15px 33px -5px 33px;
    color: #ff9900;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.block-expert div {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 60px;
    margin-top: -89px;
    margin-left: 150px;
    position: relative;
    box-shadow: 0.934759px 3.73904px 4.6738px rgba(0, 0, 0, 0.25);
}

.block-expert div p {

}

.block-expert h4 {
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
    transition: all 0.2s ease 0s;
    color: #6b6b6b;
}

.block-expert h5 {
    font-weight: 600;
    text-transform: unset;
    font-size: 14px;
    color: #6b6b6b;
}

.block-expert p {
    margin-bottom: 0;
    line-height: 1.2em;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 14px;
}

.block-expert a {
    margin-top: 10px;
    color: #ff9900;
    display: block;
}

/*=========EXPERT END=========*/
/*============PROGRESS============*/
.progress-section {
    background-color: #88CE10;
}

.single_counter {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 500px;
    display: inline-block;
    height: 200px;
    margin-bottom: 10px;
    position: relative;
    width: 200px;
}

.counter h2 {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    height: 120px;
    left: 50%;
    line-height: 120px;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
}

.counter p {
    font-size: 14px;
    color: #fff;
    font-family: QanelasSoft, sans-serif;
    text-transform: uppercase;
}


/*=========PROGRESS END=========*/
/*============PARTNERS============*/

/*=========PARTNERS END=========*/


/*=============STORIES=============*/

.croppie-result {

}

.image_demo {
    display: none;
}

.image_demo.ready {
    display: block;
}

.photo-gallery img {
    /*max-width: 300px;*/
    min-height: 197px;
    width: 100%;
    border-radius: 5px;

}

.select {
    position: relative;
    display: block;
    min-width: 220px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}

.select__head {
    width: 100%;
    max-width: 100%;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);*/
    border: 1px solid #f6f6f6;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 14px 15px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(66, 67, 72, 0.8);
    cursor: pointer;
}

.select__head::after {
    width: 10px;
    height: 6px;
    background: #FFF url("../img/arrow.svg") no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.select__list {
    display: none;
    position: absolute;
    /*top: 100%;*/
    top: 55px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
    width: 8px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.select__item a {
    color: gray;
}

.select__list .select__item:hover {
    /*background-color: rgba(224, 229, 231, 0.5);*/
    background-color: rgba(255, 243, 232, 1);
}

.page-item.active .page-link {
    background-color: #4BB92F;
    border-color: #4BB92F;
}

.page-link {
    color: gray;
    margin-left: 5px;
}

.page-link:hover {
    color: gray;
}

.sort-block {
    position: relative;
    display: flex;
    min-width: 220px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}

.sorting {
    width: 100%;
    max-width: 100%;
    border: 1px solid #f6f6f6;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 14px 15px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(66, 67, 72, 0.8);
    cursor: pointer;
    text-align: center;
}

.sorting a {
    display: block;
    color: gray;
}

.sorting .fas.fa-arrow-up:before {
    padding-left: 3px;
    content: url("../img/arrow.svg");
}

.sorting .fas.fa-arrow-down {
    padding-left: 3px;
    content: url("../img/arrow.svg");
}

#result img {
    border-radius: 5px;
    box-shadow: 0 0.46875rem 1.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.33125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border: 1px solid #ECECEC;
    width: 100%;
}


/*************RULES******************/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border: 1px solid #ededed;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
    background:none;
    color: #6b6b6b;

}

.nav-link.active {
    color: #ff9900;
}

.nav-pills .nav-link {
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);*/
    border-radius: 10px;
    padding: 14px 15px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(66, 67, 72, 0.8);
    cursor: pointer;
    background-color: #ffffff;
    margin-right: 15px;
}

.border-bottom {
    position: relative;
}

.border-bottom:after {
    display: block;
    height: 10px;
    width: 10px;
    line-height: 10px;
    text-align: center;
    content: "+";
    font-weight: bold;
    color: rgba(66, 67, 72, 0.8);
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}

.border-bottom.active:after {
    content: "-";
}

/*============FOOTER==============*/
.footer {
    background: #f6f6f6;
}

.footer-hr {
    background: url("../img/line.svg") center repeat-x;
    border: none;
    display: block;
    /*margin-bottom: 4rem;*/
    height: 11px;
}

.top-footer .footer-container {
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 90px;
}

.footer-block .title span {
    font-size: 16px;
    text-transform: uppercase;
    color: #646464;
}

.footer-block p {
    font-size: 16px;
}

.footer-block .title span {
    font-size: 16px;
    text-transform: uppercase;
    color: #646464;
}

.footer-block .links {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    color: #646464;
}

.footer-block .phone {
    font-size: 1.7em
}

.top-footer li {
    list-style-type: none;
    padding-bottom: 5px;
}

.top-footer li a {
    color: #444444;
}

.social-icons li {
    float: left;
    padding-top: 5px;
}

.social-icons ul li:nth-child(1) {
    padding-right: 10px;
}

.social-icons ul li:nth-child(2) {
    padding-right: 10px;
}

.social-icons ul li:nth-child(3) {
    padding-right: 10px;
}

.social-icons ul li:nth-child(4) {
    padding-right: 10px;
}

.social-icons ul li:nth-child(5) {
    padding-right: 10px;
}

.social-icons ul li:nth-child(6) {
    padding-right: 10px;
}

.social-icons li a img {
    width: 28px;
}

.footer-copyright {
    margin: 0 auto;
}

.copyright-text {
    float: none;
    color: gray;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    font-size: 1em;
    margin-bottom: 30px;
    font-weight: 300;
}

.footer-phone {
    font-weight: 600;
    color: #444444;
}

.bottom-footer {
    border-top: 1px solid #BCC3C9;
    height: 60px;
    padding-top: 20px;
    bottom: 0;
    background-color: #ffab6a
}

.bottom-footer p {
    font-size: 14px;
    color: #ffffff
}

/*=========FOOTER END=========*/

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media screen  and (min-width: 320px) and (max-width: 767px){
    .block-red{
        min-height: 280px;
    }

    .block-red img{
        max-width: 370px;
        width: 100%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .banner-about{
        border-radius: 90px 90px 90px 90px;
        padding-top: 15px;
        margin: 0 auto;
    }

    .start-timer{
        font-size: 14px;
        width: 85px;
        height: 85px;
    }

    .slick-slide img{
        width: 100%;
    }
}

@media screen  and (min-width: 768px) and (max-width: 998px){
    .banner-about{
        width: 95%;
    }

    .block-red img{
        top: 45px;
        min-width: 420px;
    }
}
