

/* Start:/include/components/brands/style.css?17420414293173*/
.section.brands {}
.section.brands .title {
    text-align: center;
    margin-bottom: 30px;
    display: block;
}
.section.brands .brands_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section.brands .brands_wrapper .brand_item {

    width: 19%;
}
.section.brands .brands_wrapper .brand_item:not(.clear) {
    height: 100px;

    display: block;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
    transition: box-shadow 0.3s;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
}
.section.brands .brands_wrapper .brand_item:not(.clear):hover {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15);
    overflow: visible;
}
.section.brands .brands_wrapper .brand_item .brand_item_link {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
}
.section.brands .brands_wrapper .brand_item .brand_item_link .brand_item_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 25px;
    transition: background-color 0.3s;
    text-align: center;
}
.section.brands .brands_wrapper .brand_item .brand_item_link .brand_item_image {
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 5px;
}
.section.brands .brands_wrapper .brand_item .brand_item_list {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s;
    /*padding-bottom: 35px;*/
    z-index: 9;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15);
}
.section.brands .brands_wrapper .brand_item:hover .brand_item_list {
    opacity: 0.99;
    z-index: 99;
}
.section.brands .brands_wrapper .brand_item .brand_item_list a {
    color: #424242;
    position: relative;
    margin-bottom: 3px;
    width: -moz-fit-content;
    width: fit-content;
}
.section.brands .brands_wrapper .brand_item .brand_item_list a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    margin: 0 auto;
    background-color: #26a9e1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.section.brands .brands_wrapper .brand_item .brand_item_list a:hover:before {
    width: 100%;
}
.section.brands .brands_wrapper .brand_item .brand_item_list a:first-of-type {
    font-weight: bold;
}
.section.brands .brands_wrapper .brand_item .brand_item_list a.brand_item_show_link {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media screen and (max-width: 768px) {
    .section.brands .brands_wrapper .brand_item {
        width: 48%;
    }
}
/* End */


/* Start:/include/components/feedbacks/style.css?17420414296177*/
.feedbacks {
    padding: 15px;
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.feedbacks.feedbacks-simple {

}
.feedbacks.feedbacks-simple .feedbacks_list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.feedbacks.feedbacks-simple .feedback_item_right {
    width: 100%;
}
.feedbacks.feedbacks-simple .feedback_item {
    width: 25%;
    padding-right: 15px;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .feedbacks.feedbacks-simple .feedback_item_right_top {
        padding: 0 10px;
    }
    .feedbacks.feedbacks-simple .feedback_item:nth-child(4) {
        padding-right: 0;
    }
    .feedbacks.feedbacks-simple .feedback_item_text {
        
        padding: 10px;
    }
}
.feedbacks.feedbacks-simple .feedback_item_right_top {
    flex-direction: column;
}

.feedbacks_detail {
    margin-top: 0
}

.feedbacks_list {
    display: flex;
    flex-direction: column;
    align-items: center
}

.feedback_item {
    display: flex;
    margin-top: 30px;
    width: 100%
}

.feedback_item_left {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 15px;
    box-sizing: border-box
}

.feedbacks_detail .feedback_item_left {
    display: none
}

.feedback_item_left > span {
    text-align: center
}

.feedback_item_title {
    font-weight: 700;
    border-bottom: 1px solid #26a9e1;
    color: #26a9e1;
    width: fit-content;
    width: -moz-fit-content
}

.feedback_item_image {
    border-radius: 50%;
    object-fit: cover;
    height: 120px;
    width: 120px;
    margin-top: 15px;
    border: 2px solid #26a9e1
}

.feedback_item_name {
    font-weight: 700
}

.feedback_item_right {
    width: 70%
}

.feedbacks_detail .feedback_item_right {
    width: 100%
}

.feedback_item_right_top {
    display: flex;
    justify-content: space-between
}

.feedback_item_rate {
    width: 265px;
    margin: 0 auto
}

.feedback_item_rate span {
    padding: 0;
    font-size: 40px;
    line-height: 1;
    color: #d3d3d3;
    text-shadow: 1px 1px #bbb
}

.feedback_item_rate > span:before {
    content: '★'
}

.feedback_item_rate > span.active {
    color: #ffd700;
    text-shadow: 1px 1px #c60
}

.feedback_item_date {
    opacity: .5
}

.feedback_item_text {
    margin-top: 15px
}

.feedbacks_all {
    text-align: center;
    margin-top: 30px
}

.feedbacks_form_rate {
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 5px
}

.feedbacks_form_rate:not(:checked) > input {
    display: none
}

.feedbacks_form_rate:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 50px;
    line-height: 50px;
    color: #d3d3d3;
    text-shadow: 1px 1px #bbb
}

.feedbacks_form_rate:not(:checked) > label:before {
    content: '★'
}

.feedbacks_form_rate > input:checked ~ label {
    color: #ffd700;
    text-shadow: 1px 1px #c60
}

.feedbacks_form_rate > input ~ label.attention {
    text-shadow: 0 0 3px red
}

.feedbacks_form_rate:not(:checked) > label:hover, .feedbacks_form_rate:not(:checked) > label:hover ~ label {
    color: #ffd700
}

.feedbacks_form_rate > input:checked + label:hover, .feedbacks_form_rate > input:checked + label:hover ~ label, .feedbacks_form_rate > input:checked ~ label:hover, .feedbacks_form_rate > input:checked ~ label:hover ~ label, .feedbacks_form_rate > label:hover ~ input:checked ~ label {
    color: #ffd700;
    text-shadow: 1px 1px #daa520
}

.feedbacks_form_body {
    display: flex;
    flex-direction: column
}

.feedbacks_form_body input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    border-radius: 22.5px;
    margin-bottom: 18px;
    padding: 15px 10px;
    background-color: #fff;
    text-align: center
}

.feedbacks_form_body textarea {
    border: 1px solid #cdcdcd;
    border-radius: 22.5px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    min-height: 128px;
    margin-bottom: 24px;
    resize: none;
    text-align: center
}

.feedbacks_form_body input[type="text"].attention, .feedbacks_form_body textarea.attention {
    border-color: red
}

.feedbacks_form_body button {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 50px;
    padding: 7px 20px;
    background-color: #0ebcf6;
    font: 20px Calibri-Bold, sans-serif;
    letter-spacing: .51px;
    text-transform: uppercase;
    color: #fff
}

.feedbacks_form_body button:hover {
    background-color: #0899c9
}

.feedbacks_form .form_group_horizontal {
    display: flex;
    justify-content: space-between
}

.feedbacks_form .form_group_horizontal input:first-child, .feedbacks_form .form_group_horizontal input:last-child {
    width: calc(50% - 8px)
}

.feedbacks_form .form-agree {
    margin-top: 15px
}

.feedbacks_form .form-agree.attention {
    border: 1px solid red
}

.feedbacks_form .form-agree a {
    border-bottom: 1px solid #26a9e1;
    color: #26a9e1
}

@media screen and (max-width: 768px) {
    .feedback_item {
        flex-direction: column
    }
    .feedbacks.feedbacks-simple .feedback_item {
        width: 100%;
        padding-right: 0;
    }

    .feedback_item_left {
        width: 100%
    }

    .feedback_item_right {
        width: 100%
    }

    .feedback_item_right_top {
        flex-direction: column
    }

    .feedbacks_form .form_group_horizontal {
        display: flex;
        justify-content: space-between;
        flex-direction: column
    }

    .feedbacks_form .form_group_horizontal input:first-child, .feedbacks_form .form_group_horizontal input:last-child {
        width: 100%
    }

    .feedbacks_form_rate {
        justify-content: center
    }
}
/* End */


/* Start:/include/components/form_callback/style.css?17420414291538*/
.form_callback{background-repeat:no-repeat;background-color:#f8f8f8;background-size:contain;background-position:right;padding:15px;width:100%;min-height:300px;margin-top:30px;box-sizing:border-box}.form_callback .title{max-width:60%;display:block}.form_callback .phones{display:flex;flex-direction:column;padding:15px 0;width:fit-content;width:-moz-fit-content}.form_callback .phones a{font-size:28px;line-height:1}.form_callback p{font-size:20px;max-width:60%;margin-top:0}.form_callback .form-input{max-width:60%}.form_callback .form-input input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #cdcdcd;border-radius:22.5px;margin-bottom:18px;padding:15px 10px;background-color:#fff;text-align:center}.form_callback .form-input input.attention{border-color:red}.form_callback .form-input button{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border:0;border-radius:50px;padding:7px 20px;background-color:#0ebcf6;font:20px Calibri-Bold,sans-serif;letter-spacing:.51px;text-transform:uppercase;color:#fff}.form_callback .form-input button:hover{background-color:#0899c9}.form_callback .form-agree{max-width:60%;margin-top:15px}.form_callback .form-agree.attention{border:1px solid red}.form_callback .form-agree a{border-bottom:1px solid #26a9e1;color:#26a9e1}@media screen and (max-width: 768px){.form_callback{padding:30px;background-position:bottom right;background-size:100px}.form_callback form > *{max-width:100%!important}.form_callback .title{max-width:100%;padding:0;line-height:1}}
/* End */
/* /include/components/brands/style.css?17420414293173 */
/* /include/components/feedbacks/style.css?17420414296177 */
/* /include/components/form_callback/style.css?17420414291538 */
