* {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    /* position: relative; */
    min-height: 100%;
    min-width: 290px;
    /* overflow: hidden; */
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
}
@media screen and (max-width: 768px) {
    html.overflow {
        overflow: hidden;

    }
    html.overflow .page {
        /* height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0; */
    }
}

body {
    font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    font-size: 16px;
}
.bx-touch .page {
    cursor: pointer;
}
@media (max-width: 991px){
    .container {
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

.svg-icon{
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    background-repeat: no-repeat;
    height: 1em;
    max-width: 1em;
    line-height: 1em;
}
    .svg-icon svg {
        width: auto;
        max-height: 100%;
        max-width: 100%;
        fill: currentColor;
        width: 100%;
        height: 100%;
    }

p{
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

a{
    color: #e2001a;
    text-decoration: underline;
}
a:hover{
    color: #494949;
    text-decoration: none;
}
a:focus, a:active, a:focus:hover, a:active:hover{
    text-decoration: inherit;
}

h1, .h1{
    margin: 0 0 24px;
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    color: #444444;
}
h2, .h2{
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    color: #494949;
}
@media (max-width: 992px) {
    h2, .h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

h3, .h3{
    margin: 0 0 16px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #494949;
}

.visually-hidden {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.select-breed.select-breed_type_bb{}
    .select-breed.select-breed_type_bb .select-breed__select{
        position: relative;
        width: 100%;
        height: 38px;
        border: none;
        background: transparent;
        border: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .select-breed.select-breed_type_bb .select-breed__select .selectize-control{
        height: 38px;
        border-bottom: 0;
    }
    .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input{
        display: inline-block;
        vertical-align: middle;
        height: 38px;
        padding: 5px 0 0;
        text-transform: none;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #444444;
        border-radius: 0;
        border-width: 0 0 2px;
        border-style: solid;
        border-color: #d7d7d7;
        box-shadow: none;
        -webkit-transition: border-color 0.2s;
        -o-transition: border-color 0.2s;
        transition: border-color 0.2s;
    }
        .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input.input-active{}
        .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input.dropdown-active{
            border-color: transparent;
        }
        .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input.has-items{
            border-color: #666666;
        }
        .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input.has-items.dropdown-active{
            border-color: transparent;
        }
        .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input:after{
            top: 50%;
            right: 3px;
            width: 16px;
            height: 9px;
            margin-top: -6px;
            background-image: url(../images/arrow_select.svg) !important;
            background-position: 50% 50% !important;
            background-repeat: no-repeat !important;
            z-index: 2;
            background-size: 16px 9px;
            -moz-background-size: 16px 9px;
            -webkit-background-size: 16px 9px;
            -o-background-size: 16px 9px;
            border: 0;
        }
        @media screen and (max-width: 991px) {
            .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input:after{
                right: 9px;
            }
        }
        .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input.items:before{
            content: "";
            display: none;
            position: absolute;
            top: 0;
            bottom: 2px;
            right: 0;
            width: 40px;
            height: auto;
            z-index: 1;
            background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
            background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        }
        .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input.has-items:before{
            display: block;
        }
        .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input.dropdown-active:before{
            left: auto;
        }
        .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input .item{
            display: inline-block;
            vertical-align: middle;
            max-width: calc(100% - 30px) !important;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            z-index: 0;
            font-size: 14px;
            line-height: 24px;
            font-weight: normal;
        }
        .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input input{
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            line-height: 24px !important;
            font-weight: normal;
            font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        }
            .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input input::-webkit-input-placeholder {
                color: rgba(102, 102, 102, 0.5);
                font-weight: 500;
            }
            .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input input::-moz-placeholder {
                color: rgba(102, 102, 102, 0.5);
                font-weight: 500;
            }
            .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input input:-moz-placeholder {
                color: rgba(102, 102, 102, 0.5);
                font-weight: 500;
            }
            .select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input input:-ms-input-placeholder {
                color: rgba(102, 102, 102, 0.5);
                font-weight: 500;
            }

    .select-breed.select-breed_type_bb .select-breed__select .selectize-dropdown{
        display: block !important;
        min-width: inherit;
        margin: 0;
        padding: 0;
        border: 1px solid #d7d7d7;
        border-radius: 2px;
        text-transform: none;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
        transition: opacity 0.2s linear, visibility 0.2s linear;
        top: 38px !important;
    }

        .select-breed.select-breed_type_bb .select-breed__select .selectize-dropdown:before,
        .select-breed.select-breed_type_bb .select-breed__select .selectize-dropdown:after{
            content: "";
            position: absolute;
            right: 6px;
            width: 10px;
            height: 10px;
            z-index: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }
            .select-breed.select-breed_type_bb .select-breed__select .selectize-dropdown:before{
                background: #d7d7d7;
                top: -5px;
            }
            .select-breed.select-breed_type_bb .select-breed__select .selectize-dropdown:after{
                background: #ffffff;
                top: -4px;
            }
        .select-breed.select-breed_type_bb .selectize-dropdown-content{
            position: relative;
            overflow-y: auto;
            overflow-x: hidden;
            max-height: 100%;
            padding-right: 0;
        }
        .select-breed.select-breed_type_bb .select-breed__select .selectize-dropdown [data-selectable]{
            padding: 12px 20px;
        }

.slider.slider_range {
    position: relative;
    padding: 0 40px;
}
    .slider.slider_range .slider{
        margin: 0 !important;
    }
    .slider.slider_range .slider__control{
        display: block;
        width: 100%;
    }
    .slider.slider_range .slider-range {
        position: relative;
        width: 100%;
        margin-left: 0;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .slider.slider_range .prevAge {
        display: inline-block;
        position: absolute;
        top: 0;
        left: -10px;
        width: 15px;
        height: 20px;
        cursor: pointer;
        text-indent: -9999px;
        background-image: url(../img/slider-arrow.png);
        background-repeat: no-repeat;
    }
    .slider.slider_range .nextAge {
        display: inline-block;
        position: absolute;
        top: -4px;
        right: -27px;
        width: 15px;
        height: 20px;
        cursor: pointer;
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
        text-indent: -9999px;
        background-image: url(../img/slider-arrow.png);
        background-repeat: no-repeat;
        /* для IE8+ */

        -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=1.2246467991473532e-16, M21=-1.2246467991473532e-16, M22=-1, SizingMethod=\'auto expand\')';
        /* IE6 and 7 */
            filter: 'progid:DXImageTransform.Microsoft.Matrix(
              M11=-1,
              M12=1.2246467991473532e-16,
              M21=-1.2246467991473532e-16,
              M22=-1,
              SizingMethod=\'auto expand\')';
    }
    .slider.slider_range .slider > .dragger {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        margin-left: -12px;
        width: 24px;
        height: 24px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        background: #e2001a;
        transition: left 0.1s;
        -webkit-transition: left 0.1s;
    }
    .slider.slider_range .slider > .track,
    .slider.slider_range .slider > .highlight-track {
        overflow: hidden;
        height: 8px;
        background: #d7d7d7;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        transition: width 0.1s;
        -webkit-transition: width 0.1s;
    }
    .slider.slider_range .slider > .highlight-track {
        border-color: #e2001a;
        background: #e2001a;
    }

    .slider.slider_range .slider__btn{
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
    }
    .slider.slider_range .slider__btn_prev {
        left: -40px;
    }
    .slider.slider_range .slider__btn_next {
        right: -40px;
    }
    .slider.slider_range .dragger.dragging{
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .slider.slider_range .dragger.dragging .age-output {}
    .slider.slider_range .age-output {
        display: block;
        position: absolute;
        background-color: #d7d7d7;
        top: -45px;
        left: 12px;
        height: 30px;
        padding: 5px;
        font-size: 14px;
        color: #666666;
        text-align: center;
        white-space: nowrap;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        opacity: 0;
        visibility: hidden;

        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .slider.slider_range .age-output.show {
        opacity: 1;
        visibility: visible;
    }
    .slider.slider_range .age-output:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #d7d7d7;
    }
/* ===== End Range Slider ====== */

/* иконки соцсетей */
.socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
    margin-top: 8px;
}

@media (max-width: 991px) {
    .socials-list {
        margin-right: 0;
        margin-top: 5px;
    }
}

@media (max-width: 575px) {
    .socials-list {
        padding-left: 3px;
    }
}

.socials-list__item {
    color: #fff;
    margin-left: 30px;
}
    .socials-list__item:hover {
        color: rgba(255, 255, 255, 0.8);
    }

    .socials-list__item_vk{ width: 17px; height: 10px; }
    .socials-list__item_fb{ width: 9px; height: 16px; }
    .socials-list__item_yt{ width: 19px; height: 13px; }
    .socials-list__item_in{ width: 15px; height: 15px; }

    .socials-list_color .socials-list__item.socials-list__item_vk{ color: #577fa8; }
    .socials-list_color .socials-list__item.socials-list__item_fb{ color: #3b5998; }
    .socials-list_color .socials-list__item.socials-list__item_yt{ color: #cd201f; }
    .socials-list_color .socials-list__item.socials-list__item_in{ color: #e1306c; }

    .socials-list_color .socials-list__item.socials-list__item_vk:hover{ color: #577fa8; }
    .socials-list_color .socials-list__item.socials-list__item_fb:hover{ color: #3b5998; }
    .socials-list_color .socials-list__item.socials-list__item_yt:hover{ color: #cd201f; }
    .socials-list_color .socials-list__item.socials-list__item_in:hover{ color: #e1306c; }

    .socials-list__item .svg-icon{
        display: block;
        vertical-align: top;
        height: 100%;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
        .socials-list__item .svg-icon svg{
            vertical-align: top;
        }
@media (max-width: 991px) {
    .socials-list__item {
        margin-left: 35px;
    }
}
@media (max-width: 575px) {
    .socials-list__item {
        margin-left: 0;
        margin-right: 32px;
    }
}

.form-group{
    margin-bottom: 20px;
}
.form-group label:not(.rbc-radio__label):not(.checkbox-static__label):not(.na-checkbox__inner):not(.error):not(.rbc-checkbox__label):not(.rbc-label),
.form-group__label{
    display: block;
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 16px;
    color: #b2b2b2;
}
.form-group label .required{
    color: #e50006;
}
.form-group label.error{
    /*margin-top: 2px;
    font-size: 12px;
    line-height: 16px;
    color: #e50006;*/
}
.form-group.loading .field{
    position: relative;
}
.form-group .form-control__loader{
    display: none;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 25px;
    height: 25px;
}
.form-group.loading .form-control__loader{
    display: block;
}

.form-control{
    display: block;
    width: 100%;
    height: 48px;
    padding: 11px 15px;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #b5b9c1;
    /*border-color: #d7d7d7;*/
    border-radius: 2px;
    font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
    .form-control:focus{
        outline: none;
        border-color: #000000;
    }
    .form-control.error{
        border-color: #e50006;
    }
    .form-control.error.disabled{
        border-color: #b5b9c1;
        background-color: #ffffff;
    }
    .form-control.error.disabled + label.error{
        display: none!important;
    }
    .form-control[disabled]{
        background-color: #f0f0f0;
        color: rgba(62, 62, 62, 1);
    }

textarea.form-control{
    resize: none;
}

.form-group-checkbox_inline {}
    .form-group-checkbox_inline .field{
        padding: 14px 0;
    }
    .form-group-checkbox_inline .field .na-checkbox{
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
    }
    .form-group-checkbox_inline .field .na-checkbox:last-child{
        margin-right: 0;
    }

.btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 10px 32px 14px 32px;
    border-radius: 1px;
    background-color: #e2001a;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    white-space: normal;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    outline: none;
}
.btn, .btn:focus, .btn:active, .btn:active.focus, .btn:active:focus, .btn.active.focus, .btn.active:focus{
    outline: none !important;
}
.btn::-moz-focus-inner {
  border: 0 !important;
}

.btn:hover {
    background-color: #d40006;
    color: #fff;
}

.btn--sm {
    padding: 7px 24px 9px 24px;
    font-size: 14px;
}

.btn-primary{
    background-color: #e2001a;
}
.btn-primary:hover{
    background-color: #d40006;
    color: #fff;
}

.page_type_eukanuba .btn-primary{
    background-color: #ec008c;
    color: #fff;
}
.page_type_eukanuba .btn-primary:hover{
    background-color: #ff20a4;
    color: #fff;
}

.btn-primary.disabled,
.btn-primary:disabled{
    background-color: #e9ecee;
    color: #d2d6d9;
    cursor: default;
}

.btn .btn__loader{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.btn.loading{
    cursor: default;
}
    .btn.loading .btn__loader{
        display: block;
        cursor: default;
    }
    .btn.loading .btn__text{
        opacity: 0;
        visibility: hidden;
    }
    .btn.btn-primary.loading,
    .btn.btn-primary.loading:hover{
        background-color: #e2001a;
    }
        .page_type_eukanuba .btn.btn-primary.loading,
        .page_type_eukanuba .btn.btn-primary.loading:hover{
            background-color: #ec008c;
        }
    .btn.btn-primary .btn__loader{
        background-color: #e2001a;
    }
        .page_type_eukanuba .btn.btn-primary .btn__loader{
            background-color: #ec008c;
        }

.captcha{
    margin-bottom: 20px;
    white-space: nowrap;
}
    .captcha__image{
        display: inline-block;
        vertical-align: top;
        width: 130px;
        margin-right: 10px;
    }
        .captcha__image img{
            display: block;
            width: 100%;
        }
    .captcha__refresh{
        display: inline-block;
        vertical-align: top;
    }
        .captcha__refresh-btn{
            display: block;
            width: 32px;
            height: 32px;
            font-size: 32px;
            color: #bababa;
            padding: 0;
            cursor: pointer;
            background: none;
            border: 0;
        }
            .captcha__refresh-btn .svg-icon{
                display: block;
                width: 100%;
                height: 100%;
                max-width: 100%;
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }
            .captcha__refresh-btn:hover{
                color: #E2001A;
            }
            .captcha__refresh-btn:hover .svg-icon{
                -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
            }


.select-static {
  position: relative;
}
  .select-static select {
    display: block !important;
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
  .select-static .selectize-input {
    vertical-align: top;
    height: 48px;
    border-color: #b5b9c1;
    border-radius: 2px;
    padding: 11px 15px;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    box-shadow: none;
  }
    .select-static .selectize-input > input {
      vertical-align: top;
      padding: 0;
      font-size: 16px;
      line-height: 24px;
      color: #232323;
    }
      .select-static .selectize-input > input::-webkit-input-placeholder {
        color: rgba(102, 102, 102, 0.5);
        opacity: 1;
      }
      .select-static .selectize-input > input::-moz-placeholder {
        color: rgba(102, 102, 102, 0.5);
        opacity: 1;
      }
      .select-static .selectize-input > input:-moz-placeholder {
        color: rgba(102, 102, 102, 0.5);
        opacity: 1;
      }
      .select-static .selectize-input > input:-ms-input-placeholder {
        color: rgba(102, 102, 102, 0.5);
        opacity: 1;
      }
    .select-static .selectize-input:after {
      content: '';
      width: 9px;
      height: 9px;
      border-bottom: 2px solid #ec001a;
      border-left: 2px solid #ec001a;
      border-top: none;
      border-right: none;
      -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      position: absolute;
      top: 50%;
      right: 15px;
    }
    .select-static .selectize-input.dropdown-active {
      border-radius: 2px 2px 0 0;
    }
      .select-static .selectize-input.dropdown-active:after {
        border-bottom: 2px solid #ec001a;
        border-left: 2px solid #ec001a;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-225deg);
            -ms-transform: rotate(-225deg);
                transform: rotate(-225deg);
      }
    .select-static .selectize-input.focus {
      box-shadow: none;
      border-color: #000000;
    }
      .select-static .selectize-input.focus + .selectize-dropdown {
        border-color: #000000;
      }
  .select-static .selectize-dropdown {
    display: block !important;
    overflow: hidden;
    min-width: inherit;
    margin: -1px 0 0 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border-color: #b5b9c1;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 2px 2px;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    max-height: 240px;
    z-index: -1;
  }
    .select-static .selectize-dropdown-content {
      position: relative;
      overflow-y: auto;
      overflow-x: hidden;
      max-height: 100%;
      padding-right: 0;
    }
    .select-static .selectize-dropdown .option {
      padding: 11px 15px;
      font-size: 16px;
      line-height: 24px;
      background-color: #ffffff;
      cursor: pointer;
    }
      .select-static .selectize-dropdown .option.active {
        background-color: #f5fafd;
        color: #495c68;
      }
    .select-static .selectize-dropdown > .nano-pane {
      position: absolute;
      width: 4px;
      height: 100%;
      right: 0;
      top: 0;
      bottom: 0;
      border-radius: 4px;
      background: none;
      opacity: 1;
      z-index: 9;
      transition: .2s;
    }
      .select-static .selectize-dropdown > .nano-pane > .nano-slider {
        position: relative;
        background-color: #d3d7d9;
        margin: 0;
        border-radius: 4px;
        transition: background-color 0.1s ease-in-out;
      }
      .select-static .selectize-dropdown > .nano-pane:hover > .nano-slider {
        background-color: #d3d7d9;
      }
  .select-static .selectize__container {
    position: relative;
  }
  .select-static .selectize-control.single {
    font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
    .select-static .selectize-control.single .selectize-input:before {
      content: '';
      width: 65px;
      height: 100%;
      position: absolute;
      left: auto;
      right: 0;
      top: 0;
      bottom: 0;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    }
    .select-static .selectize-control.single .selectize-input.disabled {
      background-color: #f0f0f0;
      opacity: 1;
    }
    .select-static .selectize-control.single .selectize-input.disabled:before {
      background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, #f0f0f0 40%, #f0f0f0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#f0f0f0',GradientType=1 );
    }
    .select-static .selectize-control.single .selectize-input:after {
      content: '';
      width: 9px;
      height: 9px;
      border-bottom: 2px solid #ec001a;
      border-left: 2px solid #ec001a;
      border-top: none;
      border-right: none;
      -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      position: absolute;
      top: 50%;
      right: 15px;
    }
    .select-static .selectize-control.single .selectize-input.dropdown-active {
      border-radius: 2px 2px 0 0;
    }
      .select-static .selectize-control.single .selectize-input.dropdown-active:after {
        border-bottom: 2px solid #ec001a;
        border-left: 2px solid #ec001a;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-225deg);
            -ms-transform: rotate(-225deg);
                transform: rotate(-225deg);
      }
    .select-static .selectize-control.single .selectize-input .item {
      white-space: nowrap;
    }
      .select-static .selectize-control.single .selectize-input .item + input[type="text"] {
        visibility: hidden;
        opacity: 0;
      }
  .select-static_error .selectize-input,
  .select-static_error .selectize-control.single .selectize-input {
    border-color: #e50006;
  }
  .select-static-lg .selectize-input {
    height: 48px;
    padding: 11px 15px;
    line-height: 24px;
  }
    .select-static-lg .selectize-input.dropdown-active {
      border-radius: 2px 2px 0 0;
    }

.checkbox-static{
    display: block;
    position: relative;
    padding: 0;
}
    .checkbox-static input[type="checkbox"]{
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 24px;
        height: 24px;
        margin: 0;
        cursor: pointer;
        z-index: -1;
        visibility: hidden;
    }
    .checkbox-static__label{
        display: block;
        margin: 0;
        padding-top: 1px;
        padding-left: 31px;
        font-size: 12px;
        line-height: 18px;
        color: #666666;
        min-height: 26px;
    }
        .checkbox-static__label:before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 24px;
            height: 24px;
            border-radius: 3px;
            border-width: 1px;
            border-style: solid;
            border-color: #d7d7d7;
            margin: 0;
            cursor: pointer;
            background: #fff;
            transition: background 0.4s;
        }
        .form-group_error .checkbox-static__label:before{
            border-color: #e50006;
        }
        .checkbox-static__label:after{
            content: '';
            position: absolute;
            width: 12px;
            height: 9px;
            left: 6px;
            top: 6px;
            opacity: 0;
            border: 0;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMiA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MS4zICg1NzU0NCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+Y2hlY2tib3g8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iQ2hlY2tib3giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02LjAwMDAwMCwgLTcuMDAwMDAwKSIgc3Ryb2tlPSIjRTIwMDFBIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9ImNoZWNrYm94IiBwb2ludHM9IjcgMTIgMTAgMTUgMTcgOCI+PC9wb2x5bGluZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) 0 0 no-repeat;
            transition: all 0.4s 0.2s;
            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
            z-index: 5;
        }
    .checkbox-static input[type=checkbox]:checked + .checkbox-static__label:before {
        background: #ffffff;
        border-color: #d7d7d7;
    }
    .checkbox-static input[type=checkbox]:checked + .checkbox-static__label:after {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }


    .checkbox-static__label a{
        color: #666666;
        text-decoration: underline;
    }
        .checkbox-static__label a:hover{
            text-decoration: none;
        }
