

/* Start:/local/components/cci/support.search/templates/.default/style.css?16394686435967*/
.support_search {
    margin-top: -39px;
}

form.c-form.c-form_valid-green {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.select_cat {
    max-width: 190px;
    width: 100%;
    display: none;
}

.selected_cat {
    height: 64px;
    color: #fa5f55;
    letter-spacing: -0.2px;
    font-weight: 700;
    font-size: 16px;
    background: #fff;
    box-shadow: 0px 2px 0 0 #e6e6e6;
    padding-left: 40px;
    line-height: 66px;
    position: relative;
    cursor: pointer;
}

.select_cat_in i {
    font-size: 20.5px;
    position: absolute;
    right: 0;
    top: 1px;
    color: #323c4b;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.select_cat.open .select_cat_in i {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

ul.select_list {
    background: #fff;
    padding: 0 20px 20px 40px;
    position: absolute;
    z-index: 50;
    box-shadow: 0px 2px 0 0 #e6e6e6;
    min-width: 220px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.select_cat.close ul.select_list {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0)
}

.select_cat.open ul.select_list {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

ul.select_list li {
    margin: 10px 0;
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, -10, 0);
    -ms-transform: matrix(1, 0, 0, 1, -10, 0);
    -o-transform: matrix(1, 0, 0, 1, -10, 0);
    transform: matrix(1, 0, 0, 1, -10, 0);
    -webkit-transition: opacity .35s, transform .35s;
    -moz-transition: opacity .35s, transform .35s;
    -ms-transition: opacity .35s, transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
}

ul.select_list li:hover a {
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

ul.select_list li:hover a {
    color: #fa5f55;
}

.select_cat.open ul.select_list li {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

select#select_cat {
    display: none;
}

.search_input input {
    border: none;
    box-shadow: 0px 2px 0 0 #e6e6e6;
}

.search_input {
    position: relative;
}

.search_input, .search_input input {
    width: 100%;
    height: 64px;
    font-size: 20.5px;
    letter-spacing: -0.3px;
    font-weight: 300;
    color: rgba(50, 60, 75, 0.5);
}

.search_input input {
    padding-left: 30px;
}

.search_input input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.search_input input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.search_input input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.search_input input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.search_input input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.search_input input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.search_input input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.search_input input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.search_input button {
    background: #fff;
    position: absolute;
    right: 30px;
    top: 3px;
    height: 61px;
    color: #afbec3;
}

.search_input button i {
    font-size: 32.5px;
}

.search_result_block {
    background: #fff;
    position: absolute;
    z-index: 50;
    box-shadow: inset -2px 0px 0 0 #e6e6e6, inset 2px 0 0 0 #e6e6e6, 0px 2px 0 0 #e6e6e6;
    padding: 25px 0 0;
    margin-top: 2px;
    color: #000;
    /*max-width: 980px;*/
    max-width: 1184px;
    right: 0;
    display: none;
    width: 100%;
}

.close_search_result_block {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.search_result {
    font-size: 14px;
    padding: 0 30px;
    font-weight: 300;
}

.search_result span {
    font-weight: normal;
}

.search_result_list {
    padding-bottom: 30px;
}

.search_result_item {
    padding: 22px 55px 22px 30px;
    position: relative;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.search_result_item:hover {
    background: #e6e6e6;
}

.search_result_item:after {
    content: '';
    display: block;
    border-bottom: 1px solid #dce1dc;
    position: absolute;
    bottom: 0;
    width: calc(100% - 85px);
}

.search_result_item_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}
.search_result_item_text {
    font-size: 16px;
    line-height: 24px;
}
.more_result {
    background: #6d4fbe;
    text-align: center;
    padding: 14px 0;
    margin-top: 40px;
    display: none;
}
.more_result a {
    color: #fff;
    font-size: 14px;
}
.example {
    margin-bottom: 130px;
    line-height:30px;
}
.example a {
    color: #fa5f55;
    position: relative;
}
.example a:after {
    content: '';
    border-bottom: 1px solid #fa5f55;
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
}
/* End */
/* /local/components/cci/support.search/templates/.default/style.css?16394686435967 */
