html, body {
    margin: 0;
    padding: 0;
}
html.noscroll, html.noscroll body {
    overflow: hidden;
}

/*
** link hover
 */
a:hover,
#footer a:hover {
    color:  #004b78;
}

/*
** fonts
 */
.font_montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /*100-900*/
    font-style: normal;
}
* {
    color: #494949;
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /*200-900*/
    font-style: normal;
}
strong {
    font-weight: 700;
}

/*
** customs
 */
.dblock { display: block !important; }
.dflex { display: flex !important; }
.fdcolumn { flex-direction: column !important; }
.jcfstart { justify-content: flex-start !important; }
.jcfend { justify-content: flex-end !important; }
.jccenter { justify-content: center !important; }
.jcspacebetween { justify-content: space-between !important; }
.aicenter { align-items: center !important; }
.tleft { text-align: left !important; }
.tcenter { text-align: center !important; }
.tright { text-align: right !important; }
.tjustify { text-align: justify !important; }
.tjustify_all,
.tjustify_all * { text-align: justify !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml15 { margin-left: 15px !important; }
.mr0 { margin-right: 0 !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.pt0 { padding-top: 0 !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pb0 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.nowrap { white-space: nowrap !important; }
.border_bottom { border-bottom: 1px solid #dfdfdf; }
.border_none { border: none !important; }
.text_color_red { color: red !important; }
.maxwidth_875 { max-width: 875px !important; }
.box_centered { margin: 0 auto !important; }
.cpointer { cursor: pointer !important; }
.color_red1 { color: #e83216 !important; }
.color_blue1 { color: #314a88 !important; }
.color_blue2 { color: #302a45 !important; }

ul,
ol {
    margin: 0 0 15px 25px;
    padding-left: 0;
}
p {
    line-height: 24px;
    margin-top: 0;
}
input,
textarea {
    -webkit-appearance: none !important;
    outline: none !important;
    margin: 0;
}
.lcc-modal__content input[type="checkbox" i] {
    appearance: auto !important;
}
button {
    cursor: pointer;
    border: none;
}
.svg_mask {
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
}

/*
** custom checkbox
 */
.checkboxes .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkboxes .count {
    color: #919191;
}
.checkboxes label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.box_filter .checkboxes label {
    margin-bottom: 5px;
}
.checkboxes input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    order: 1;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    border: 1px solid #C6C8CE;
    border-radius: 4px;
    cursor: pointer;
}
.radio_format .checkmark {
    border-radius: 50%;
}
.checkboxes .text {
    order: 2;
    color: #919191;
}
.checkboxes label:hover .text {
    color:  #004b78;
}
.checkmark:after {
    content: "";
    display: none;
}
.checkboxes input:checked ~ .checkmark:after {
    display: block;
}
.checkboxes input:checked ~ .checkmark {
    background-color:  #004b78;
    border-color:  #004b78;
}
.checkboxes .checkmark:after {
    width: 3px;
    height: 7px;
    margin-top: -1px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*
** container
 */
#container {
    max-width: 1980px;
    width: 100%;
    margin: 0 auto;
    padding-top: 141px;
}

/*
** content
 */
.content {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.content_inner {
    display: flex;
    padding: 25px 10px 0 10px;
}
.width_narrow {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.sep_top {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ededed;
}
.side {
    flex-shrink: 0;
    width: 350px;
    padding: 0;
    box-sizing: border-box;
}
.side_layer .side_inner.fixed {
    max-width: 350px;
    width: 100%;
    position: fixed;
    top: 160px;
    z-index: 9;
    background-color: #fff;

}
h4,
.side h2 {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    position: relative;
}
h4:before,
.side h2:before {
    content: '';
    background-color: #494949;
    height: 3px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;

}
.side h3 {
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    color: #919191;
    font-size: 14px;
    font-weight: 600;
}
.side .box_filter h3 {
    margin-bottom: 3px;
}
.gap {
    flex-shrink: 0;
    width: 30px;
}
.data {
    flex: 1;
}
.data_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
/*
.data_header_left,
.data_header_left * {
    color: #a5a5a5;
    font-size: 15px;
}
*/

/*
** box_filter
 */
.box_filter {
    background-color: #f3f3f3;
    border: 1px solid #efefef;
    margin-bottom: 30px;
    padding: 20px 15px;
    box-sizing: border-box;
}

/*
** box_cats
 */
.box_cats {
    margin-bottom: 30px;
    padding: 0 15px;
}
.box_cats .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.box_cats a.row,
.box_cats a.row:hover {
    text-decoration: none;
}
.box_cats .row a,
.box_cats .row a:hover,
.box_cats .row .atitle,
.box_cats .row .atitle:hover {
    padding: 15px 10px 15px 0;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
}
.box_cats .row a:hover {
    color:  #004b78;
}
.box_cats a.row:hover .atitle {
    color: #000;
}
.box_cats .row .count {
    color: #b9b9b9;
}
.box_cats .row:last-child {
    border: none;
}
.cats_hover h2 {
    margin-bottom: 20px;
}
.cats_hover .row a,
.cats_hover .row a:hover {
    width: 100%;
    padding-left: 10px;
}
.cats_hover .row a:hover {
    color: #494949;
}
.cats_hover .row.selected a {
    background-color: #ededed;
    color: #494949;
}

/*
** box_colleagues
 */
.box_colleagues {
    margin-top: 30px;
}
.cats_colleagues .item_bottom {
    display: flex;
    flex-direction: row;
}
.cats_colleagues .item_bottom_left {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cats_colleagues .item_bottom_right {
    flex-shrink: 0;
    display: flex;
    padding: 10px 15px 0 10px;
}
.cats_colleagues .item_bottom_right .icon_envelope,
.cats_colleagues .item_bottom_right .icon_envelope:hover {
    width: 25px;
    height: 25px;
    text-decoration: none;
    background-color: #b6b6b6;
    -webkit-mask-image: url(../gfx/icon_envelope.svg);
    mask-image: url(../gfx/icon_envelope.svg);
}
.cats_colleagues .item_bottom_right .icon_envelope:hover {
    background-color:  #004b78;
}
.cats_colleagues .img.show_details {
    cursor: pointer;
    position: relative;
}
.cats_colleagues .item_inner:hover img {
    transform: none !important;
}
.cats_colleagues .item_inner:hover {
    background-color: #f4f4f4 !important;
}
.cats_colleagues .item_inner:hover .img:after {
    display: none;
}
.cats_colleagues .item_data {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in;
}
.cats_colleagues .img:hover .item_data {
    opacity: 1;
}
.cats_colleagues .img:hover .item_data .btn {
    background-color:  #004b78;
    color: #fff;
}

/*
** item_layer
 */
.item_layer_background {
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.item_layer_background.open {
    display: flex;
}
.item_layer_container {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    max-width: 800px;
    width: 100%;
    max-height: 600px;
    border-radius: 20px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05), -5px 4px 5px rgba(0, 0, 0, 0.05), 5px 4px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.item_layer_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ededed;
    padding: 20px;
    position: relative;
}
.item_layer_title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    position: relative;
}
.item_layer_content {
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.item_layer_inner {
    padding: 20px;
}

/*
** box_abc
 */
.box_abc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.box_abc .abc_item {
    padding: 0 5px;
}
.box_abc .abc_item a,
.box_abc .abc_item a:hover {
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
}
.box_abc .abc_item a:hover,
.box_abc .abc_item.selected a {
    color: #7be4c5;
}
.toggle_list {
    margin-bottom: 30px;
}
.toggle_list .toggle_group {
    padding: 0 10px;
    font-size: 25px;
    font-weight: 600;
}
.toggle_list .toggle_row {
    display: flex;
    flex-direction: column;
}
.toggle_list .toggle_header {
    background-color: #ededed;
    margin-bottom: 3px;
    padding: 0 10px;
    cursor: pointer;
}
.toggle_list .toggle_header:hover {
    background-color: #f3f3f3;
}
.toggle_list .toggle_header h2 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.toggle_list .toggle_content {
    display: none;
    background-color: rgba(0, 0, 0, 0.02);
    margin-bottom: 3px;
}
.toggle_list .toggle_content_inner {
    padding: 10px;
}

/*
** box_docs
 */
.box_docs {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 1px solid #ededed;
}
.box_docs .cols {
    display: flex;
    flex-wrap: wrap;
}
.box_docs .col {
    display: flex;
    min-width: 50%;
    padding: 0 50px 20px 0;
    box-sizing: border-box;
}
.box_docs .icon_file,
.table_orders .icon_file {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-color: #b6b6b6;
    -webkit-mask-image: url(../gfx/icon_file.svg);
    mask-image: url(../gfx/icon_file.svg);
}
.table_orders .icon_file {
    margin: 0;
    background-color: #696969;
}
.table_orders a:hover .icon_file {
    background-color: #fff;
}
.box_docs .docs_container {
    display: flex;
    flex-direction: column;
}
.box_docs .docs_title {
    line-height: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.box_docs .docs_file a {
    word-wrap: break-word;
}

/*
** list
 */
.list h2,
.desc h2 {
    line-height: normal;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #494949;
    font-size: 30px;
    font-weight: bold;
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
}
.list h3,
.desc h3,
.desc h4 {
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 0;
    color: #494949;
    font-size: 22px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
}
.desc h3 span,
.desc h3 strong {
    font-size: 22px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
}
.desc h4 {
    font-size: 18px;
}
.desc h4 span,
.desc h4 strong {
    font-size: 18px;
}
.desc h4:before {
    display: none;
}
.list_item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.list_clinics .list_item {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.list_item_inner {
    display: flex;
    align-items: center;
}
.list_left {
    max-width: 200px;
    width: 100%;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
}
.list_clinics .list_left {
    max-width: 215px;
}
.list_clinics .list_left strong {
    font-size: 20px;
}
.list_blog .list_left {
    max-width: 276px;
}
.list_image {
    display: block;
    aspect-ratio: auto 1/1;
}
.list_blog .list_image {
    aspect-ratio: auto 276/178;
}
.list_image img {
    object-fit: cover;
    transition: all 0.3s ease-in;
}
.list_image:hover img {
    transform: scale(1.1);
}
.list_title,
.list_title:hover {
    display: inline-block;
    margin-bottom: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.list_title:hover {
    color:  #004b78;
}
.list_clinics .list_title,
.list_clinics .list_title:hover {
    font-size: 17px;
}
.list_clinics .list_title:hover {
    color: #000;
}
.list_right_container {
    width: 100%;
}
.list_right {
    display: flex;
    width: 100%;
}
.list_data {
    padding: 10px 0;
    width: 100%;
}
.list_clinics .list_data {
    padding: 5px 0;
}
.list_right_container .list_data {
    flex: 1;
}
.list_right_container .list_data a:hover {
    text-decoration: none;
}
.list_right_container .list_data td {
    padding-right: 10px;
}
.list_right_container .icon {
    flex-shrink: 0;
}
.list_desc_row {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.list_basket {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 270px;
    margin-left: 15px;
    padding: 10px 0;
    border-left: 1px solid #ededed;
}
.list_basket_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.list_price {
    margin: 0 10px 15px 0;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: right;
}
.list_basket .link {
    margin: 15px 10px 0 0;
    text-align: right;
}
.list_basket .link a,
.list_basket .link a:hover {
    display: flex;
    align-items: center;
    color: #b6b6b6;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}
.list_basket .link a:hover {
    color:  #004b78;
}
.list_basket .link .icon_heart {
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background-color: #b6b6b6;
    -webkit-mask-image: url(../gfx/icon_heart.svg);
    mask-image: url(../gfx/icon_heart.svg);
}
.list_basket .link a:hover .icon_heart {
    background-color:  #004b78;
}

/*
** blog
 */
.blog_inner {
    background-color: #fff;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 50px;
    box-sizing: border-box;
    position: relative;
}

/*
** image_container
 */
.image_container {
    margin: 20px 0 -120px 0;
    position: relative;
    overflow: hidden;
}
.image_container img {
    min-height: 320px;
    display: block;
    object-fit: cover;
    aspect-ratio: auto 1200/570;
}
.date {
    background-color: #fff;
    line-height: 22px;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 60px;
}
.date strong {
    line-height: 32px;
    font-size: 30px;
}

/*
** map_container
 */
.map_container {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
}
.map_container_col {
    flex: 1;
    padding: 0;
    aspect-ratio: auto 16/4;
    box-sizing: border-box;
}
.map_container iframe {
    display: block;
    outline: none;
    user-select: none;
}

/*
** contact icons
 */
.icon_location,
.icon_phone,
.icon_mail,
.icon_web {
    -webkit-mask-image: url(../gfx/icon_location.svg);
    mask-image: url(../gfx/icon_location.svg);
}
.icon_phone {
    -webkit-mask-image: url(../gfx/icon_phone.svg);
    mask-image: url(../gfx/icon_phone.svg);
}
.icon_mail {
    -webkit-mask-image: url(../gfx/icon_mail.svg);
    mask-image: url(../gfx/icon_mail.svg);
}
.icon_web {
    -webkit-mask-image: url(../gfx/icon_web.svg);
    mask-image: url(../gfx/icon_web.svg);
}

/*
** contact
 */
.contact_text {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
}
.contact_container {
    background-color: #f6f6f6;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.contact_container .content {
    padding: 25px 10px;
}
.contact_container .cols {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.contact_container .col,
.contact_container .col:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 220px;
    width: 100%;
    text-decoration: none;
}
.contact_container .col:hover,
.contact_container .col:hover * {
    color:  #004b78;
}
.contact_container .col:hover .icon {
    background-color:  #004b78;
}
.contact_container .icon_location,
.contact_container .icon_phone,
.contact_container .icon_mail {
    width: 40px;
    height: 30px;
    margin: 0 0 20px 0;
    background-color: #494949;
}
.contact_container .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.contact_container .value {
    font-size: 15px;
    text-align: center;
}

.list_right_container .icon_location,
.list_right_container .icon_phone,
.list_right_container .icon_mail,
.list_right_container .icon_web {
    width: 20px;
    height: 15px;
    margin: 0 5px 0 0;
    background-color: #494949;
}
.list_right_container .icon_web {
    height: 18px;
}

/*
** cols
 */
.cols {
    display: flex;
    justify-content: space-between;
}
.col {
    flex: 1;
}
.cols_sep .sep {
    flex-shrink: 0;
    width: 50px;
}

/*
** input
 */
.input_multi {
    display: flex;
    align-items: center;
}
.input_multi input {
    width: 100%;
    box-sizing: border-box;
}
.input_multi .text,
.input_multi .dash {
    flex-shrink: 0;
    margin: 0 5px;
    font-size: 14px;
}
.input_multi .dash {
    font-size: 20px;
}
.box_filter .input_multi .text,
.box_filter .input_multi .dash {
    color: #919191;
}
.box_filter input {
    padding: 3px 5px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}
.box_filter .button {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

/*
** form
 */
.form {
    padding: 20px 0;
}
.form .form_row {
    display: flex;
    margin-bottom: 10px;
}
.form .form_row .sep {
    flex-shrink: 0;
    width: 20px;
}
.form .form_row .form_item {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.form .form_row .form_item .checkboxes {
    padding: 10px 0;
}
.form .form_row .form_item .input,
.form .form_row .form_item .textarea {
    display: flex;
    align-items: center;
    width: 100% !important;
}
.form .form_row .form_item input,
.form .form_row .form_item textarea,
.form .form_row .select_container,
.form .form_row .select_container span.select2 {
    width: 100% !important;
}
.form .form_row .form_item input,
.form .form_row .form_item textarea,
input.input_format {
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    box-sizing: border-box;
}
.form .form_row .form_item input:hover,
.form .form_row .form_item textarea:hover,
.form .form_row .form_item input:focus,
.form .form_row .form_item textarea:focus,
input.input_format:hover,
input.input_format:focus {
    border-color:  #004b78;
}
.form .form_row .form_item textarea {
    height: 95px;
}
.form .form_row .select2-container--default .select2-selection--single {
    border-radius: 10px;
}
.form .form_row .select2-container--default .select2-selection--single:hover,
.form .form_row .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form .form_row .select2-container--open .select2-dropdown--below {
    border-color:  #004b78;
}
/*
.form .form_row .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
#container .form .form_row .error .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-color: #d8d8d8 !important;
}
*/
.form .form_row .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px 10px;
}
.form .form_row .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form .form_row .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form .form_row .select2-dropdown {
    border-radius: 10px;
}
.form .form_row .select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form .form_row .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px;
}
.form .form_row .select2-container--default .select2-selection--single .select2-selection__rendered,
.form .form_row .select2-results__option {
    color: #494949;
}
.form .form_row .select2-container--default .select2-results__option--selected {
    color: #494949 !important;
}
.form .form_row .select2-results__option {
    padding: 10px;
}
.box_filter .select_container span.select2 {
    width: 100% !important;
}
.box_filter .select_container .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 3px 10px 3px 8px;
    color: #494949;
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
}
.chb_container {
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.form .checkboxes .text {
    color: #919191;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.chb_container:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.infos {
    display: none;
    line-height: 16px;
    padding: 5px 0 10px 0;
    color: #919191;
    font-size: 13px;
}

/*
** error
 */
.error_text {
    display: none;
}
.error .error_text {
    display: block;
    padding-top: 5px;
    color: red;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.form .form_row .error .select2-container--default .select2-selection--single:hover,
.form .form_row .error .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form .form_row .error .select2-container--open .select2-dropdown--below,
.error .select2-container--default .select2-selection--single,
.error .checkmark {
    border-color: red !important;
}
.form .form_row .form_item.error input,
.form .form_row .form_item.error textarea {
    border-color: red;
}
.form .form_row .form_item.error .checkboxes {
    margin-bottom: -5px;
    padding-bottom: 0;
}

/*
** table
 */
.table_container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.box_gray .table {
    width: 100%;
    border-collapse: collapse;
}
.box_gray .table th {
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.box_gray .table tr:first-child th {
    border: none;
}
.box_gray .table th,
.box_gray .table td {
    padding: 10px 5px;
    color: #919191;
    text-align: right;
}
.box_gray .table td p {
    color: #919191;
    font-size: 15px;
}
.box_gray .table th:first-child,
.box_gray .table td:first-child {
    text-align: left;
}
.box_gray .table td {
    padding: 0 5px 5px 5px;
}
.table_format {
    border-collapse: collapse;
}
.table_format th {
    color: #494949;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ededed;
}
.table_format td {
    margin: 0;
    padding: 8px 10px;
    border-bottom: 1px solid #ededed;
}
.table_format td,
.table_format td * {
    line-height: 10px;
}
.table_orders td {
    white-space: nowrap;
}
.table_orders .order_count {
    margin-bottom: 0;
}
.table_orders .order_count .form_item {
    flex: none;
}
.table_orders .order_img {
    display: block;
    max-width: 105px;
    width: 100%;
    margin-right: 10px;
    aspect-ratio: auto 1/1;
    overflow: hidden;
}
.table_orders .order_img img {
    object-fit: cover;
    transition: all 0.3s ease-in;
}
.table_orders .order_img:hover img {
    transform: scale(1.1);
}
.table_orders .order_title {
    display: -webkit-box;
    max-width: none;
    line-height: normal !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    clear: none;
    word-break: break-word;
    white-space: normal;
}
.table_orders .order_title,
.table_orders .order_title:hover,
.table_orders .text {
    line-height: 20px;
    font-size: 18px;
    text-decoration: none;
}
.table_orders strong.order_price {
    font-size: 16px;
    font-weight: 600;
}
.table_orders th strong.order_price {
    font-size: 18px;
}
.table_orders .icon_trash {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}
.table_orders .icon_trash:before {
    content: '';
    flex-shrink: 0;
    width: 16px;
    height: 18px;
    background-color: #fff;
    -webkit-mask-image: url(../gfx/icon_trash.svg);
    mask-image: url(../gfx/icon_trash.svg);
}
.table_orders .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 5px 10px 5px 15px;
    color: #494949;
}
.table_orders .select2-results__option--selectable {
    text-align: center;
}

/*
** box_gray
 */
.box_gray {
    margin-bottom: 30px;
    padding-top: 20px;
}
.box_gray_inner {
    background-color: #f5f5f5;
    padding: 20px;
}

/*
** btn
 */
.button_container {
    padding: 20px 0;
}
.btn,
.btn:hover {
    display: inline-flex;
    background-color: #f3f3f3;
    padding: 12px 20px;
    color: #494949;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.btn_small,
.btn_small:hover {
    padding: 12px;
    border-radius: 22px;
}
.box_filter .button .btn {
    background-color: #494949;
    color: #fff;
}
.btn:hover {
    background-color:  #004b78 !important;
    color: #fff;
}
.btn_basket:hover,
.basket_container .btn_basket,
.btn_color_green {
    background-color: #7be4c5 !important;
    color: #494949 !important;
}
.basket_container .btn_basket:hover,
.btn_color_green:hover {
    background-color: #696969 !important;
    color: #fff !important;
}

/*
** pager
 */
.pager_container {
    padding: 0 0 15px 0;
}
.pager_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pager_inner strong,
.pager_inner a,
.pager_inner a:hover {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    color: #bababa;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}
.pager_inner a:hover,
.pager_inner strong {
    background-color:  #004b78;
    color: #fff;
}

/*
** cats
 */
.cats {
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.cats_inner {
    display: flex;
    flex-wrap: wrap;
}
.cats_inner .item {
    display: flex;
    width: 25%;
    padding: 0 15px 30px 15px;
    box-sizing: border-box;
}
.hybrid_list .cats_inner .item {
    width: 33.33%;
}
.cats_inner .item_inner,
.cats_inner .item_inner:hover {
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    width: 100%;
    text-decoration: none;
    position: relative;
}
.cats_inner .item_inner:hover {
    background-color: #daf8ef;
}
.cats_inner .item_inner:hover .img:after {
    content: '';
    background-color: rgba(209, 246, 235, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.cats_inner .img {
    background-color: #fff;
    aspect-ratio: auto 1/1;
    overflow: hidden;
}
.cats_inner .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}
.cats_inner .item_inner:hover img {
    transform: scale(1.1);
}

/*
** lg-backdrop
 */
.lg_outer {
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}
#inline-gallery-container {
    height: 0;
    padding-bottom: 100%;
}
#inline-gallery-container a img {
    display: none;
}
.lg-backdrop {
    background: #fff;
}
.lg-outer .lg-thumb-outer {
    background: #fff;
}
.lg-next,
.lg-prev {
    background-color: #7be4c5;
    border: 1px solid #fff;
    border-radius: 7px;
}
.lg-next:before,
.lg-prev:after {
    color: #494949;
}
.lg-toolbar .lg-icon:hover {
    color: #000;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color:  #004b78;
}
.lg-outer .lg-image {
    cursor: pointer;
}

/*
** select2
 */
.select2 {
    width: auto !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #d8d8d8;
}
.select_type1 .select2-container--default .select2-selection--single {
    border-radius: 20px;
}
.select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: auto;
}
.basket_select2 {
    padding-bottom: 10px;
}
.cases_seletc2 .select2-container .select2-selection--single,
.basket_select2 .select2-container .select2-selection--single {
    height: 28px !important;
}
.cases_seletc2 .select2-container .select2-selection--single {
    height: 33px !important;
}
.cases_seletc2 .select2-container--default .select2-selection--single .select2-selection__rendered,
.basket_select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}
.select_type1 .select2-container .select2-selection--single {
    padding: 9px 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    flex: 1;
    padding-right: 10px;
    color: #a5a5a5;
    line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    position: static;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '';
    width: 20px;
    height: 15px;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    background-color: #a5a5a5;
    -webkit-mask-image: url(../gfx/icon_angle_down.svg);
    mask-image: url(../gfx/icon_angle_down.svg);
}
.select2-dropdown {
    border-color: #d8d8d8;
    overflow: hidden;
}
.select_type1 .select2-dropdown {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.select_type1 .select2-results__option {
    padding: 6px 15px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f3f3f3;
    color: #494949;
}
.select2-container--default .select2-results__option--selected {
    background-color: #7be4c5 !important;
    color: #494949;
}

/*
** swiper_main
 */
.swiper_main_ar {
    padding-bottom: 32.5%;
    position: relative;
}
.swiper_main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.swiper_main .swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    background:  #004b78;
    border: 2px solid #fff;
    opacity: 0.5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}

/*
** swiper_prods
 */
.swiper_prods {
    width: 100%;
    height: auto;
}
.swiper_prods .swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    height: auto;
}
.swiper_prods .item,
.swiper_prods .item:hover {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    position: relative;
}
.swiper_prods .item:hover {
    background-color: #daf8ef;
}
.swiper_prods .img {
    background-color: #fff;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.swiper_prods .item:hover .img:after {
    content: '';
    background-color: rgba(209, 246, 235, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.swiper_prods img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all 0.3s ease-in;
}
.swiper_prods .item:hover img {
    transform: scale(1.1);
}
.swiper_prods .title_outer,
.cats_inner .title_outer {
    display: flex;
    padding: 5px 15px;
}
.cats_inner .title_sub_outer {
    margin-top: -10px;
    padding: 10px 15px 0 15px;
}
.swiper_prods .title,
.cats_inner .title {
    display: -webkit-box;
    width: 100%;
    max-width: none;
    line-height: normal !important;
    margin: 0;
    padding: 0;
    color: #747474;
    font-size: 18px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    clear: none;
    word-break: break-word;
}
.cats_inner .title {
    text-align: center;
}
.cats_inner .title_sub_outer .title {
    color: #a0a0a0;
    font-size: 12px;
    font-weight: 600;
}
.cats_inner .title_sub_outer .title.style2 {
    display: inline-block;
    text-transform: uppercase;
}
.cats_inner .title_sub_outer .title.style2:first-letter {
    font-size: 15px;
}
.item_bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}
.item_bottom.type2 {
    flex-direction: column;
}
.item_bottom.type2 .item_outer {
    padding-top: 8px;
    position: relative;
}
.item_bottom.type2 .item_phone,
.item_bottom.type2 .item_mail {
    display: flex;
    align-items: center;
    padding: 0 15px;
    text-decoration: none;
}
.item_bottom.type2 .item_phone span,
.item_bottom.type2 .item_mail span {
    margin-left: 7px;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}
.item_bottom.type2 .item_phone:hover span,
.item_bottom.type2 .item_mail:hover span {
    color:  #004b78;
}
.item_bottom.type2 .item_phone .icon_phone,
.item_bottom.type2 .item_mail .icon_mail {
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    background-color: #a0a0a0;
    -webkit-mask-image: url(../gfx/icon_phone.svg);
    mask-image: url(../gfx/icon_phone.svg);
}
.item_bottom.type2 .item_mail .icon_mail {
    -webkit-mask-image: url(../gfx/icon_mail.svg);
    mask-image: url(../gfx/icon_mail.svg);
}
.item_bottom.type2 .item_phone:hover .icon_phone,
.item_bottom.type2 .item_mail:hover .icon_mail {
    background-color:  #004b78;
}
.swiper_prods .price {
    padding: 0 15px 10px 15px;
    font-size: 16px;
}
.swiper_prods_container {
    position: relative;
}
.swiper_prods_buttons_container {
    display: flex;
    align-items: center;
    background-color: #eeeeee;
    border-radius: 18px;
    position: absolute;
    margin-bottom: 20px;
    padding: 6px;
    bottom: 100%;
    right: 0;
}
.swiper_prods_buttons_container .sep {
    flex-shrink: 0;
    width: 5px;
}
.swiper_prods_buttons_container .swiper-button-prev,
.swiper_prods_buttons_container .swiper-button-next {
    background-color: #fff;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    border-radius: 50%;
    position: static !important;
}
.swiper_prods_buttons_container .swiper-button-prev:hover,
.swiper_prods_buttons_container .swiper-button-next:hover {
    background-color:  #004b78;
}
.swiper_prods_buttons_container .swiper-button-prev:after,
.swiper_prods_buttons_container .swiper-button-next:after {
    color: #bebebe;
    font-size: 12px;
}
.swiper_prods_buttons_container .swiper-button-prev:hover:after,
.swiper_prods_buttons_container .swiper-button-next:hover:after {
    color: #fff;
}

/*
** Offer/New (marker)
 */
.markers {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 10px;
    left: 0;
}
.offer,
.new,
.best {
    background-color:  #004b78;
    margin: 3px 0;
    padding: 5px 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.new {
    background-color: red;
}
.best {
    background-color: #7be4c5 !important;
    color: #494949 !important;
}

/*
** box
 */
.box {
    padding: 30px 0;
    border-bottom: 1px solid #e7e7e7;
}
.box_title {
    margin-bottom: 25px;
    color: #3a3a3a;
    font-size: 26px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

/*
** lang
 */
.header_top .langs {
    flex-shrink: 0;
    margin: 0;
    position: relative;
}
.header_top .langs .icon_lang {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background-color: #b5b5b5;
    -webkit-mask-image: url(../gfx/icon_lang.svg);
    mask-image: url(../gfx/icon_lang.svg);
}
.header_top .lang {
    display: flex;
    align-items: center;
}
.header_top .lang * {
    cursor: pointer;
}
.header_top .lang .title,
.header_top .lang .title:hover {
    margin: 0;
    color: #132150;
    font-size: 13px;
    font-weight: 600;
}
.header_top .lang .title:hover {
    color:  #004b78;
}
.header_top .lang .title_main,
.header_top .lang .title_main:hover {
    color: #b5b5b5;
    text-transform: uppercase;
}
.header_top .submenu {
    visibility: hidden;
    width: 60px;
    margin-top: -10px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    opacity: 0;
}
.header_top .menu .submenu {
    left: 50%;
    transform: translateX(-50%);
}
.header_top .menu .item:first-child .submenu {
    left: 0;
    transform: none;
}
.header_top .item:hover .submenu {
    visibility: visible;
    opacity: 1;
}
.header_top .submenu_inner {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding: 15px 20px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05), -5px 4px 5px rgba(0, 0, 0, 0.05), 5px 4px 5px rgba(0, 0, 0, 0.05);
}
.header_top .submenu .lang_item,
.header_top .submenu .lang_item:hover {
    background-color: transparent;
    margin: 3px 0;
    white-space: nowrap;
    text-decoration: none;
}

/*
** header
 */
#header {
    background-color: #fff;
    max-width: 1980px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #e7e7e7;
}
.header_top {
    background-color: #282828;
}
.header_top .content {
    display: flex;
    justify-content: space-between;
}
.header_top .content *,
.header_top .content *:hover {
    color: #b5b5b5;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}
.header_left,
.header_right {
    display: flex;
    align-items: center;
}
.header_left a,
.header_left span,
.header_left div {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 10px;
}
.header_left span {
    padding: 0 10px 0 0;
}
.header_left .icon_phone,
.header_left .icon_mail {
    width: 12px;
    height: 12px;
    background-color: #b5b5b5;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img {
    display: block;
}
.menu {
    display: flex;
}
.menu .item {
    color: #fff !important;
    display: flex;
    align-items: center;
    height: 20px;
    padding: 0 7px;
    text-transform: uppercase;
    position: relative;
}
.menu .item .title {
    color: #fff !important;
    text-transform: uppercase;
}
.menu .item .submenu {
    width: auto;
    margin-top: -15px;
}
.menu .item .submenu .title {
    color: #004b78 !important;
    font-weight: bold;
}
.header_top .item:hover {
    background-color: #3f3e43;
}
.header_bottom .content {
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
    position: relative;
}
#nav {
    position: relative;
    z-index: 10;
}
#nav,
.nav_inner {
    display: flex;
}
.nav_inner {
    padding: 10px 0;
}
.header_bottom .item,
.header_bottom .item:hover {
    display: flex;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.header_bottom .item .menu_more,
.header_bottom .item:hover .menu_more {
    cursor: default;
}
.header_bottom .item .title,
.header_bottom .item .title:hover {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: #313131;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 11;
}
.header_bottom .item .title:hover,
.header_bottom .item.selected .title {
    color:  #004b78;
}
.nav_close,
.nav_open {
    display: none;
}

/*
** scroll_up
 */
#scroll_up {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #494949;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 250px;
    right: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}
#scroll_up.show  {
    z-index: 13;
    opacity: 1;
}
#scroll_up:before {
    content: '';
    width: 20px;
    height: 30px;
    background-color: #fff;
    -webkit-mask-image: url(../gfx/icon_angle_right.svg);
    mask-image: url(../gfx/icon_angle_right.svg);
    transition: all 0.1s ease-in;
    transform: rotate(-90deg);
}

/*
** close
 */
.close {
    align-items: center;
    justify-content: center;
    background-color:  #004b78;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 100;
}
.item_layer_close {
    display: flex;
}
.close .svg_mask {
    width: 17px;
    height: 17px;
    background-color: #fff;
    -webkit-mask-image: url(../gfx/icon_x.svg);
    mask-image: url(../gfx/icon_x.svg);
}

/*
** menu_more
 */
.menu_more {
    display: none;
    justify-content: flex-start;
    background: #f9f9f9;
    margin: 0;
    padding: 15px 15px;
    box-sizing: border-box;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05), -5px 4px 5px rgba(0, 0, 0, 0.05), 5px 4px 5px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 100%;
    left: 0;
}
.menu_more:before {
    content: '';
    background-color: #f9f9f9;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 30px;
    transform: rotate(45deg);
}
.menu_more:after {
    content: '';
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
}
.header_bottom .item:hover .menu_more {
    display: flex;
}
.menu_more .col .col_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
}
/*
.menu_more .col {
    min-width: 170px;
}
*/
.main_cat,
.main_cat:hover {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 50px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}
.main_cat:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    margin: 4px 0 5px 0;
    border-bottom: 2px solid #5a5a5a;
}
.main_cat:hover:after {
    border-color:  #004b78;
}
.menu_more .col .item,
.menu_more .col .item:hover {
    display: inline-block;
    margin: 2px 0;
    font-size: 13px;
    font-family: "Source Sans 3";
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.menu_more .col .item:first-letter {
    font-size: 16px !important;
}
.menu_more.type2 .col .item {
    margin: 5px 0;
}

/*
** nav_right
 */
.nav_right {
    display: flex;
    padding: 10px 0;
}
.nav_right .item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.nav_right .menu_more {
    flex-direction: column;
    left: auto;
    right: -50px;
}
.nav_right .menu_more:before {
    left: auto;
    right: 55px;
}
.nav_right .menu_more {
    max-height: 400px;
    width: 300px;
    padding: 0;
}
.nav_right .basket_top {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
}
.nav_right .basket_content {
    padding: 15px;
}
.nav_right .basket_bottom {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-top: 1px solid #ededed;
}
.nav_right .basket_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
}
.nav_right .basket_item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.nav_right .basket_img,
.nav_right .basket_img:hover {
    flex-shrink: 0;
    max-width: 75px;
    width: 100%;
    margin-right: 10px;
    aspect-ratio: auto 1/1;
    text-decoration: none;
    overflow: hidden;
}
.nav_right .basket_img img {
    object-fit: cover;
    transition: all 0.3s ease-in;
}
.nav_right .basket_img:hover img {
    transform: scale(1.1);
}
.nav_right .basket_title,
.nav_right .basket_title:hover {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: -webkit-box;
    width: 100%;
    max-width: none;
    line-height: normal !important;
    box-sizing: border-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    clear: none;
    word-break: break-word;
}
.nav_right .price_container {
    padding: 5px 0;
}
.nav_right .price {
    font-size: 16px;
    font-weight: 600;
}
.nav_right .price_old {
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
}

/*
** search
 */
.search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 10px;
    border-radius: 16px;
    position: relative;
    z-index: 10;
}
.search_opened {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: width 0.3s ease-in;
    z-index: 1;
}
.search_opened form {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}
.search_opened.open {
    width: 200px;
}
.search_closed {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    cursor: pointer;
}
.search_closed .icon_search {
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-mask-image: url(../gfx/icon_search.svg);
    mask-image: url(../gfx/icon_search.svg);
}
.search_closed:hover .icon_search {
    background-color: rgba(0, 0, 0, 1);
}
.input_search {
    background-color: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 30px 0 10px;
    border-radius: 16px;
    overflow: hidden;
}
.input_search input {
    background-color: transparent;
    width: 100%;
    border: none;
    color: #000;
    font-size: 13px;
}
.input_search button {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 -2px 0 5px;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-mask-image: url(../gfx/icon_search.svg);
    mask-image: url(../gfx/icon_search.svg);
    position: absolute;
    top: 8px;
    right: 10px;
}
.input_search button:hover {
    background-color: rgba(0, 0, 0, 1);
}
::-webkit-input-placeholder {
    color: #494949;
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
}
::-moz-placeholder {
    color: #494949;
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
}
:-ms-input-placeholder {
    color: #494949;
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
}
:-moz-placeholder {
    color: #494949;
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
}

/*
** basket
 */
.basket,
.basket:hover {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    text-decoration: none;
    transition: background-color 0.1s ease-in;
    position: relative;
}
.basket .red_dot {
    display: block;
    background-color: red;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.basket .icon_basket {
    width: 18px;
    height: 18px;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-mask-image: url(../gfx/icon_basket.svg);
    mask-image: url(../gfx/icon_basket.svg);
}
.basket .icon_dollar {
    width: 25px;
    height: 25px;
    background-color: #004C78;
    -webkit-mask-image: url(../gfx/icon_dollar.svg);
    mask-image: url(../gfx/icon_dollar.svg);
}
.basket:hover .icon_basket {
    background-color: rgba(0, 0, 0, 1);
}
.basket:hover .icon_dollar {
    background-color: rgba(0, 0, 0, 1);
}

/*
** box_tabs
 */
.box_tabs {
    padding: 10px 0;
}
.box_tabs .tabs {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 1px solid #c8c8c8;
}
.box_tabs .tabs .tab {
    margin: 0 25px -1px 25px;
    padding: 15px 0;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
.box_tabs .tabs .tab:hover {
    color: #000;
}
.box_tabs .tabs .tab.selected {
    color: #000;
    border-color: #000;
}
.box_tabs .desc {
    display: none;
    padding: 20px 10px;
}
.box_tabs .desc.open {
    display: block;
}

/*
** box_banners
 */
.box_banners {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.box_banners .sep {
    flex-shrink: 0;
    width: 20px;
}
.box_banners .item {
    display: flex;
    max-width: 590px;
    width: 100%;
}
.box_banners .item_inner {
    flex-shrink: 0;
    width: 100%;
    padding-bottom: 38%;
    position: relative;
    overflow: hidden;
}
.box_banners .item img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}
.box_banners .item.img_zoom .item_inner:hover img {
    transform: scale(1.1);
}
.box_banners .link {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 15px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    transition: all 0.1s ease-in;
}
.box_banners .item:hover .link {
    background-color:  #004b78;
}
.box_banners .link .title {
    color: #979797;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    transition: all 0.1s ease-in;
}
.box_banners .item:hover .link .title {
    color: #fff;
}
.box_banners .link .icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-left: 12px;
    border: 1px solid #979797;
    border-radius: 50%;
    transition: all 0.1s ease-in;
}
.box_banners .item:hover .link .icon {
    border-color: #fff;
}
.box_banners .link .icon:after {
    content: '';
    width: 7px;
    height: 10px;
    background-color: #979797;
    -webkit-mask-image: url(../gfx/icon_angle_right.svg);
    mask-image: url(../gfx/icon_angle_right.svg);
    transition: all 0.1s ease-in;
}
.box_banners .item:hover .link .icon:after {
    background-color: #fff;
}
.box_banners .item_title,
.box_banners .item_title:hover {
    display: -webkit-box;
    width: 100%;
    max-width: none;
    line-height: normal !important;
    margin: 30px 0 15px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    clear: none;
    word-break: break-word;
}
.list .item_infos,
.box_banners .item_infos {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #888;
    font-size: 13px;
    font-style: italic;
}
.list .item_infos .icon_clock,
.list .item_infos .icon_cat,
.list .item_infos .icon_comment,
.box_banners .item_infos .icon_clock,
.box_banners .item_infos .icon_cat,
.box_banners .item_infos .icon_comment {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-color: #979797;
    -webkit-mask-image: url(../gfx/icon_clock.svg);
    mask-image: url(../gfx/icon_clock.svg);
}
.list .item_infos .icon_cat,
.box_banners .item_infos .icon_cat {
    -webkit-mask-image: url(../gfx/icon_cat.svg);
    mask-image: url(../gfx/icon_cat.svg);
}
.list .item_infos .icon_comment,
.box_banners .item_infos .icon_comment {
    -webkit-mask-image: url(../gfx/icon_comment.svg);
    mask-image: url(../gfx/icon_comment.svg);
}
.list .item_infos .sep,
.box_banners .item_infos .sep {
    flex-shrink: 0;
    width: 0;
    height: 16px;
    margin: 0 10px;
    border-right: 1px solid #b9b9b9;
}
.box_banners .item_desc {
    margin-bottom: 15px;
}
.list .list_more a,
.list .list_more a:hover,
.box_banners .item_link,
.box_banners .item_link:hover {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

/*
** box_partners
 */
.box_partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.box_partners .item,
.box_partners .item:hover {
    width: 150px;
    height: 100px;
    overflow: hidden;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}
.box_partners .item:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.box_partners .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*
** box_steps
 */
.box_steps {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 50px 0;
}
.box_steps .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.2;
}
.box_steps .step.active {
    opacity: 1;
}
.box_steps .step .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    border-radius: 40px;
    border: 1px solid #000;
}
.box_steps .step .title {
    color: #000;
    font-size: 16px;
    text-align: center;
}

/*
** logo_szechenyi
 */
.logo_szechenyi_container {
    z-index: 10 !important;
    position: fixed;
    right: 0;
    bottom: 0;
}
.logo_szechenyi_inner {
    position: relative;
    opacity: 0;
    z-index: -100;
}
.logo_szechenyi_inner.show {
    opacity: 1;
    z-index: 1;
}
.szechenyi_close {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #004b78;
    position: absolute;
    top: 5px;
    left: 10px;
    cursor: pointer;
    overflow: hidden;
}
.szechenyi_close:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #004b78;
    transition: 0.2s;
}
.szechenyi_close:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    left: 50%;
    top: 50%;
    background: #004b78;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: 0.2s;
}
.szechenyi_open {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border: 2px solid #004b78;
    position: absolute;
    left: auto;
    right: 0;
    cursor: pointer;
    overflow: hidden;
    transform: rotate(180deg);
    bottom: 80px;
    border-left: none;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.szechenyi_open:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #004b78;
    border-left: none;
    border-bottom: none;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.logo_szechenyi img {
    display: block;
}

/*
** footer
 */
#footer {
    background-color: #f6f6f6;
    position: relative;
    z-index: 12;
}
#footer * {
    color: #868686;
    font-size: 14px;
}
#footer a,
#footer a:hover {
    text-decoration: none;
}
#footer .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 10px;
}
#footer .content .col {
    flex: none;
}
#footer .title,
.title_small {
    display: flex;
    align-items: flex-end;
    height: 32px;
    margin-bottom: 30px;
    color: #3a3a3a;
    font-size: 26px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
}
.title_small {
    padding-bottom: 2px;
    font-size: 16px;
}
#footer .items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}
#footer .items .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
#footer .icon_location,
#footer .icon_phone,
#footer .icon_mail {
    width: 20px;
    height: 15px;
    margin: 3px 5px 0 0;
    background-color: #a0a0a0;
}
#footer .item:hover .icon_location,
#footer .item:hover .icon_phone,
#footer .item:hover .icon_mail {
    background-color:  #004b78;
}
#footer .links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#footer .links a {
    margin-bottom: 10px;
}
.box_socials .icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.box_socials .icons a,
.box_socials .icons a:hover {
    height: 19px;
    margin-left: 10px;
    background-color: #868686;
}
.box_socials .icons a:hover {
    background-color:  #004b78;
}
.box_socials .icons .icon_facebook,
.box_socials .icons .icon_facebook:hover {
    width: 11px;
    -webkit-mask-image: url(../gfx/icon_facebook.svg);
    mask-image: url(../gfx/icon_facebook.svg);
}
.box_socials .icons .icon_instagram,
.box_socials .icons .icon_instagram:hover {
    width: 21px;
    height: 21px;
    -webkit-mask-image: url(../gfx/icon_instagram.svg);
    mask-image: url(../gfx/icon_instagram.svg);
}
.box_socials .icons .icon_youtube,
.box_socials .icons .icon_youtube:hover {
    width: 30px;
    height: 24px;
    -webkit-mask-image: url(../gfx/icon_youtube.svg);
    mask-image: url(../gfx/icon_youtube.svg);
}
.box_socials .icons .icon_pinterest,
.box_socials .icons .icon_pinterest:hover {
    width: 15px;
    -webkit-mask-image: url(../gfx/icon_pinterest.svg);
    mask-image: url(../gfx/icon_pinterest.svg);
}
.box_socials .icons .icon_linkedin,
.box_socials .icons .icon_linkedin:hover {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url(../gfx/icon_linkedin.svg);
    mask-image: url(../gfx/icon_linkedin.svg);
}
.box_socials .icons .icon_viber,
.box_socials .icons .icon_viber:hover {
    width: 21px;
    height: 21px;
    -webkit-mask-image: url(../gfx/icon_viber.svg);
    mask-image: url(../gfx/icon_viber.svg);
}

/*
** box_newsletter
 */
.box_newsletter {
    margin-bottom: 30px;
}
.box_newsletter .btn_newsletter,
.box_newsletter .btn_newsletter:hover {
    display: block;
    background-color: #696969;
    width: 100%;
    padding: 13px 15px;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-decoration: none;
    border-radius: 21px;
    box-sizing: border-box;
}
.box_newsletter .btn_newsletter:hover {
    background-color:  #004b78;
}

/*
** top
 */
.top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    background: transparent url(../gfx/bg_top1.webp) no-repeat center center / cover;
}
.bg_top2 {
    background-image: url(../gfx/bg_top2.webp);
}
.bg_top3 {
    background-image: url(../gfx/bg_top3.webp);
}
.top h1 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 44px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.top_details {
    background: #f6f6f6;
    padding: 15px 0;
}
.top_left,
.top_right {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.top_right {
    padding-left: 50px;
}
.top_right h1 {
    line-height: 50px;
    margin: 15px 0 20px 0;
    padding: 0 0 15px 0;
    color: #000;
    font-size: 44px;
    font-weight: 300;
    font-family: "Source Sans 3", sans-serif;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}
.desc {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    z-index: 1;
}
.desc,
.desc * {
    line-height: 24px;
    font-size: 16px;
}
.desc p {
    margin-bottom: 10px;
}
.price_container {
    display: flex;
    align-items: flex-end;
}
.price {
    margin-right: 10px;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.price_old {
    line-height: 30px;
    color: #b8b8b8;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-decoration: line-through;
}
.basket_container {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.basket_container .count {
    background-color: #fff;
    width: 70px;
    height: 40px;
    margin-right: 3px;
    padding: 10px 5px 10px 15px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: right;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05), -5px 4px 5px rgba(0, 0, 0, 0.05), 5px 4px 5px rgba(0, 0, 0, 0.05);
}
.basket_container .text {
    font-size: 16px;
}
.breadcrumbs {
    font-size: 14px;
}
.breadcrumbs * {
    color: rgba(73, 73, 73, 0.83);
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs .sep {
    margin: 0 10px;
}

.bg_red {
    background-color: red !important;
}

.product-notes {
    font-style: italic;
    font-size: 0.9em;
}




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

Before-after

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

img {
  max-width: 100%;
}

.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  top : 25px;
  right : 25px;
  padding : 5px;
  background : white;
  color : black;
  font-family: Helvetica;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 25px;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #282c60;
  cursor: move;
  opacity: 0;
  border : 1px solid white;
  text-align : center;
  line-height : 44px;
  color : white;
  font-size : 18px;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  //background: #dc717d url("../img/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.svg-inline--fa.fa-w-8 {
    width: .5em;
}

/**
** icon_arrow_right
 */
.icon_arrow_right {
    display: flex;
}
.icon_arrow_right:before {
    content: '';
    width: 20px;
    height: 15px;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    background-color: #a5a5a5;
    -webkit-mask-image: url(../gfx/icon_angle_down.svg);
    mask-image: url(../gfx/icon_angle_down.svg);
    transform: rotate(-90deg);
}
.box_cats a.row:hover .icon_arrow_right:before {
    background-color: #000;
}
.box_cats a.row {
    cursor: pointer;
}

/*
** cats2
 */
.hybrid_list .cats2 .cats_inner .item {
    width: 25%;
}
.hybrid_list .cats2 .cats_inner .title {
    font-size: 15px;
}
/*
** select2 fix
 */
.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-left: 0 !important;
}
@media only screen and (max-width: 600px) {
    .hybrid_list .cats2 .cats_inner .item {
        width: 33.33%;
    }
}
@media only screen and (max-width: 500px) {
    .hybrid_list .cats2 .cats_inner .item {
        width: 50%;
    }
}

/*
** counts
 */
.counts {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 30px 10px 30px;
    position: relative;
}
.counts * {
    color: #fff;
}
/*
.counts:before {
    content: '';
    background: transparent url(../gfx/bg_count.png) no-repeat 105% 50px / auto 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}
.counts:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
*/
.count_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #024b78;
    width: 60px;
    height: 60px;
    margin: -35px 0 20px 0;
    transition: all 0.3s ease-in;
}
.num {
    display: flex;
    background-color: #3a3a3a;
    flex: 1;
    flex-direction: column;
    align-items: center;
    margin: 20px 20px 40px 20px;
    padding: 0 20px 20px 20px;
    position: relative;
    z-index: 3;
}
.count_container {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: bold;
}
.count {
    font-size: 35px;
    font-weight: bold;
}
.count_title {
    line-height: 25px;
    font-size: 18px;
    text-align: center;
}
.num:hover .count_icon {
    transform: scale(1.2);
}
.num_container {
    display: flex;
    flex: 1;
}
@media only screen and (max-width: 1040px) {
    .counts {
        flex-direction: column;
    }
    .counts:before {
        background: none;
    }
}
@media only screen and (max-width: 600px) {
    .counts {
        padding: 50px 10px 0 10px;
    }
    .num {
        margin: 10px 10px 40px 10px;
    }
}
@media only screen and (max-width: 500px) {
    .num_container {
        flex-direction: column;
    }
}

/*
** onyx message
 */
.onyx_message {
    display: none;
    white-space: normal !important;
    line-height: normal !important;
    background-color: lightgray !important;
    margin-top: -5px;
    padding: 5px;
    box-sizing: border-box;
    position: absolute !important;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1;
}
.onyx_message:before {
    content: '';
    width: 0;
    height: 10px;
    position: absolute;
    top: -10px;
    right: 13px;
    border-bottom: 10px solid lightgray;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.table_onyx .icon_info {
    float: right;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.table_onyx .icon_info:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-color: #979797;
    -webkit-mask-image: url(../gfx/icon_info.svg);
    mask-image: url(../gfx/icon_info.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
}
.table_onyx .icon_info:hover + .onyx_message {
    display: block;
}
