

.select input {
    position: absolute !important;
    left: -9999px !important;
}

.selectize-control {
    position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #303030;
    font-size: 16px;
    line-height: 1.2;
}


.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px !important;
    width: 20px;
    height: 20px;
    border: none !important;
    background-image: url(../images/arrow-select.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .3s;
    transform: rotate(0deg);
    opacity: .5;
    pointer-events: none;
}

.selectize-input.input-active:after {
    transform: rotate(180deg) !important;
}

.selectize-input {
    border: 1px solid #dbdbdb;
    height: 40px;
    background-color: #fff;
    box-shadow: none !important;
    border-radius: 20px;
    display: inline-flex !important;
    align-items: center;
    padding: 0;
    min-width: 280px;
}

.select.nobord .selectize-input {
    border: none;
    height: auto;
    background-color: transparent;
    box-shadow: none !important;
    border-radius: 0;
    display: inline-flex !important;
    align-items: center;
    padding: 0;
    min-width: 0;
}

.selectize-input.input-active {
    border-radius: 20px;
}

.selectize-input:hover {
}

.selectize-input > .item {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    padding-right: 0;
    align-items: center;
    cursor: pointer;
    text-align: center;
    padding-right: 52px;
    font-weight: 600;

}

.select.nobord .selectize-input > .item {
    padding-left: 6px;
}

.selectize-dropdown [data-selectable].option {
    cursor: pointer;
}


/*Плейсхолдер*/
.selectize-input .item[data-value=""] {
    /*opacity: .5;*/
    /*color: #BDBDBD;*/
}

.selectize-dropdown-content .option[data-value=""] {
    display: none;
}


.selectize-input input {
    visibility: hidden !important;
}



.selectize-dropdown {
    border-radius: 5px;
    display: block !important;
    overflow: hidden;
    top: 42px !important;
    transform: translateX(-9999px);
    opacity: 0;
    transition: opacity .5s;
    box-shadow: none;
    border: 1px solid #dbdbdb;
}

.select.nobord .selectize-dropdown {
    top: 28px !important;
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header {
    padding: 12px;
    line-height: 1.1;
}

.selectize-input.dropdown-active::before {
    display: none;
}


.selectize-dropdown-content {
    max-height: 329px;
}

.input-active + .selectize-dropdown {
    transform: translateX(0px);
    opacity: 1;    
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header {
    padding: 12px 16px;
    transition: background-color .7s, color .3s;
}

.selectize-dropdown .option {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

.selectize-dropdown .option:last-child {
    border-bottom: none;
}

.selectize-dropdown .option.active  {
    color: #ff7e00;
    background-color: #fff;
}


.selectize-dropdown .option.active:before  {
    opacity: 1;
}


/*===========================================================*/


.slick-list {
   /*overflow: visible;*/
}

.slick-arrow {
    position: absolute;
    top: calc(50% - 32px);
    cursor: pointer;
    background-color: rgba(83,142,182,.4);
    width: 64px !important;
    height: 64px;
    border-radius: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-prev {
    left: calc(50% - 760px);
    background-color: rgba(255,255,255,.2 );
}

.slick-next {
    right: calc(50% - 760px);
}

.slick-prev img {
    transform: rotate(180deg);
}




.slick-dots {
    position: absolute;
    left: calc(50% - 80px);
    bottom: 0;
    text-align: center;
}

.slick-dots > * {
    display: inline-block;
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #538eb6;
    margin: 0 6px;
    cursor: pointer;
    vertical-align: middle;
    opacity: .5;
    transition: all .3s;
}

.slick-dots .slick-active {
    background-color: #fd443b;
    transform: scale(1.2);
    opacity: 1;
}

.slick-dots button {
    font-size: 0;
}







/*------------------------------------------------------*/




.popup {
    padding: 40px 48px;
    width: 420px;
    max-width: 100%;
    border-radius: 5px;
    padding-bottom: 60px;
}

.popup.popup-page {
    padding: 40px 56px;
    width: 960px;
    max-width: 100%;
    border-radius: 5px;
    padding-bottom: 60px;
}


.fancybox-is-open .fancybox-bg {
    opacity: .5;
}

.fancybox-slide--html .fancybox-close-small {
    /*display: none !important;*/
}

.fancybox-image {
    display: block;
}


@media (max-width: 479px) {
    .popup {
        padding: 20px 24px;
    }
    
    .popup.popup-page {
        padding: 24px 24px;
        padding-bottom: 40px;
    }
}








/*------------------------------------------------------------*/






























