@charset "UTF-8";
/* Start:/assets/css/main/styles.css?1659964492180129*/
.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:after {
    clear: both;
}

.slick-track:after, .slick-track:before {
    display: table;
    content: "";
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow:focus {
    outline: none;
}

.slick-prev {
    position: absolute;
    display: block;
    width: 20px;
    height: 35px;
    top: 50%;
    left: -32px;
    border: none;
    background: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9990px;
    cursor: pointer;
}

.slick-prev:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid gray;
}

.slick-next {
    position: absolute;
    display: block;
    width: 20px;
    height: 35px;
    top: 50%;
    right: -32px;
    border: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    text-indent: -9990px;
    cursor: pointer;
}

.slick-next:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid gray;
}

.slick-active:focus {
    outline: none;
}

.slick-dots {
    min-height: 30px;
    padding-left: 0;
    line-height: 30px;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 1px solid #acbbc1;
    border-radius: 100%;
    text-indent: -9990px;
    cursor: pointer;
}

.slick-dots li button:hover {
    width: 15px;
    height: 15px;
    border: 1px solid;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    border: 1px solid;
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 37px;
    font-size: 13px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-size: 13px;
    margin-top: 10px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
    padding-bottom: 8px;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 0;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    margin: -1px;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 2px;
}

.select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-weight: 500;
    color: #888;
    line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 6px 6px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #edf0f1;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #cdcdcd;
    font-size: 13px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    display: none;
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    font-weight: 700;
    color: #000;
}

.select2-container--default .select2-search--inline .select2-seaarch__field::-moz-placeholder, .select2-container--default .select2-search--inline .select2-search__field:-moz-placeholder {
    font-weight: 700;
    color: #000;
}

.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
    font-weight: 700;
    color: #000;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f6f6f6;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1f5f89;
    color: #fff;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: none;
    outline: none;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff, #eee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #edf0f1;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    display: none;
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.select2-dropdown {
    -webkit-transform: translateY(8px) !important;
    -ms-transform: translateY(8px) !important;
    transform: translateY(8px) !important;
    border: none !important;
    -webkit-box-shadow: 0 0 16px 0 #888 !important;
    box-shadow: 0 0 16px 0 #888 !important;
}

.datepicker--cells {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.datepicker--cell, .datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}

.datepicker--cell.-focus- {
    background: #f0f0f0;
}

.datepicker--cell.-current- {
    color: #4eb5e6;
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6;
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae;
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px;
}

.datepicker--cell.-selected- {
    border: none;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced;
}

.datepicker--cell:empty {
    cursor: default;
}

.datepicker--days-names {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px;
}

.datepicker--day-name, .datepicker--days-names {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.datepicker--day-name {
    color: #ff9a19;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
}

.datepicker--cell-day {
    width: 14.28571%;
}

.datepicker--cells-months {
    height: 170px;
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}

.datepicker--cells-years, .datepicker--years {
    height: 170px;
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100;
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease;
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.datepicker-inline .datepicker--pointer {
    display: none;
}

.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px;
}

.-only-timepicker- .datepicker--content {
    display: none;
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: -webkit-calc(100% - 4px);
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: -webkit-calc(100% - 4px);
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: -webkit-calc(100% - 4px);
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: -webkit-calc(100% - 4px);
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 10px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: -webkit-calc(50% - 10px / 2);
    left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: -webkit-calc(50% - 10px / 2);
    top: calc(50% - 10px / 2);
}

.datepicker--body {
    display: none;
}

.datepicker--body.active {
    display: block;
}

.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px;
}

.-only-timepicker- .datepicker--nav {
    display: none;
}

.datepicker--nav-action, .datepicker--nav-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker--nav-action:hover {
    background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
    visibility: hidden;
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px;
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px;
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px;
}

.datepicker--nav-title:hover {
    background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none;
}

.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef;
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0;
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px;
    position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
    -ms-flex: 0 1 138px;
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px;
}

.-only-timepicker- .datepicker--time {
    border-top: none;
}

.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
}

.datepicker--time-label {
    display: none;
    font-size: 12px;
}

.datepicker--time-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
    content: "";
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    opacity: 1;
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}

.datepicker--time-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
    background: linear-gradient(90deg, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
    margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
    outline: none;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-lower, .datepicker--time-row input[type=range]::-ms-fill-upper {
    background: transparent;
}

.datepicker--time-row span {
    padding: 0 12px;
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute;
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
    left: -webkit-calc(50% - 1px);
    left: calc(50% - 1px);
    top: -webkit-calc(50% + 1px);
    top: calc(50% + 1px);
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.tooltip {
    position: absolute;
    z-index: 10;
    display: block;
    font-family: ProximaNova-Regular;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip .tooltip-inner {
    max-width: 100%;
    padding: 3px 8px;
    text-align: center;
    background-color: #000;
    border-radius: 5px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.ui-pnotify {
    top: 36px;
    right: 36px;
    position: absolute;
    height: auto;
    z-index: 2;
}

body > .ui-pnotify {
    position: fixed;
    z-index: 100040;
}

.ui-pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

body > .ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 100039;
}

.ui-pnotify.ui-pnotify-in {
    display: block !important;
}

.ui-pnotify.ui-pnotify-move {
    -webkit-transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-slow {
    -webkit-transition: opacity .6s linear;
    transition: opacity .6s linear;
    opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-normal {
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-fast {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1;
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0;
}

.ui-pnotify-container:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.ui-pnotify-container.ui-pnotify-sharp {
    border-radius: 0;
}

.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0;
}

.ui-pnotify-text {
    display: block;
}

.ui-pnotify-icon, .ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em;
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-topleft {
    left: 25px;
    right: auto;
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-bottomright {
    bottom: 25px;
    top: auto;
}

.ui-pnotify.stack-bar-top {
    right: 0;
    top: 0;
}

.ui-pnotify.stack-bar-bottom {
    margin-left: 15%;
    right: auto;
    bottom: 0;
    top: auto;
    left: auto;
}

.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -150px;
}

.brighttheme {
    border-radius: 0;
}

.brighttheme.ui-pnotify-container {
    padding: 18px;
}

.brighttheme .ui-pnotify-title {
    margin-bottom: 12px;
}

.brighttheme-notice {
    background-color: #ffffa2;
    border: 0 solid #ff0;
    color: #4f4f00;
}

.brighttheme-info {
    background-color: #8fcedd;
    border: 0 solid #0286a5;
    color: #012831;
}

.brighttheme-success {
    background-color: #aff29a;
    border: 0 solid #35db00;
    color: #104300;
}

.brighttheme-error {
    background-color: #ffaba2;
    background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 35px, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) 70px);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) 70px);
    border: 0 solid #ff1800;
    color: #4f0800;
}

.brighttheme-icon-closer, .brighttheme-icon-info, .brighttheme-icon-notice, .brighttheme-icon-sticker, .brighttheme-icon-success {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    font-family: Courier New, Courier, monospace;
    border-radius: 50%;
}

.brighttheme-icon-closer:after, .brighttheme-icon-info:after, .brighttheme-icon-notice:after, .brighttheme-icon-sticker:after, .brighttheme-icon-success:after {
    position: absolute;
    top: 0;
    left: 4px;
}

.brighttheme-icon-notice {
    background-color: #2e2e00;
    color: #ffffa2;
    margin-top: 2px;
}

.brighttheme-icon-notice:after {
    content: "!";
}

.brighttheme-icon-info {
    background-color: #012831;
    color: #8fcedd;
    margin-top: 2px;
}

.brighttheme-icon-info:after {
    content: "i";
}

.brighttheme-icon-success {
    background-color: #104300;
    color: #aff29a;
    margin-top: 2px;
}

.brighttheme-icon-success:after {
    content: "\002713";
}

.brighttheme-icon-error {
    position: relative;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #2e0400;
    font-size: 0;
    line-height: 0;
    color: #ffaba2;
    margin-top: 1px;
}

.brighttheme-icon-error:after {
    position: absolute;
    top: 1px;
    left: -4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    font-family: Courier New, Courier, monospace;
    content: "!";
}

.brighttheme-icon-closer, .brighttheme-icon-sticker {
    display: inline-block;
}

.brighttheme-icon-closer:after {
    top: -4px;
    content: "\002715";
}

.brighttheme-icon-sticker:after {
    top: -5px;
    content: "\01D1BC";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.brighttheme .ui-pnotify-action-bar {
    padding-top: 12px;
}

.brighttheme .ui-pnotify-action-bar input, .brighttheme .ui-pnotify-action-bar textarea {
    display: block;
    width: 100%;
    margin-bottom: 12px !important;
}

.brighttheme .ui-pnotify-action-button {
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 8px;
    border: none;
    background: transparent;
}

.brighttheme .ui-pnotify-action-button.btn-primary {
    border: none;
    border-radius: 0;
}

.brighttheme-notice .ui-pnotify-action-button.btn-primary {
    background-color: #ff0;
    color: #4f4f00;
}

.brighttheme-info .ui-pnotify-action-button.btn-primary {
    background-color: #0286a5;
    color: #012831;
}

.brighttheme-success .ui-pnotify-action-button.btn-primary {
    background-color: #35db00;
    color: #104300;
}

.brighttheme-error .ui-pnotify-action-button.btn-primary {
    background-color: #ff1800;
    color: #4f0800;
}

.ui-pnotify-closer, .ui-pnotify-sticker {
    float: right;
    margin-left: .2em;
}

.ui-pnotify-container {
    position: relative;
    left: 0;
}

.easy-autocomplete {
    position: relative;
}

.easy-autocomplete input {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #555;
    float: none;
    padding: 6px 12px;
}

.easy-autocomplete input:focus, .easy-autocomplete input:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.easy-autocomplete a {
    display: block;
}

.easy-autocomplete.eac-blue-light input:focus, .easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light ul {
    border-color: #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul .eac-category, .easy-autocomplete.eac-blue-light ul li {
    border-color: #66afe9;
}

.easy-autocomplete.eac-blue-light ul .eac-category.selected, .easy-autocomplete.eac-blue-light ul li.selected {
    background-color: #ecf5fc;
}

.easy-autocomplete.eac-green-light input:focus, .easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light ul {
    border-color: #41db00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul .eac-category, .easy-autocomplete.eac-green-light ul li {
    border-color: #41db00;
}

.easy-autocomplete.eac-green-light ul .eac-category.selected, .easy-autocomplete.eac-green-light ul li.selected {
    background-color: #9eff75;
}

.easy-autocomplete.eac-red-light input:focus, .easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light ul {
    border-color: #ff5b5b;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul .eac-category, .easy-autocomplete.eac-red-light ul li {
    border-color: #ff5b5b;
}

.easy-autocomplete.eac-red-light ul .eac-category.selected, .easy-autocomplete.eac-red-light ul li.selected {
    background-color: #ff8e8e;
}

.easy-autocomplete.eac-yellow-light input:focus, .easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light ul {
    border-color: #ffdb00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul .eac-category, .easy-autocomplete.eac-yellow-light ul li {
    border-color: #ffdb00;
}

.easy-autocomplete.eac-yellow-light ul .eac-category.selected, .easy-autocomplete.eac-yellow-light ul li.selected {
    background-color: #ffe233;
}

.easy-autocomplete.eac-dark-light input:focus, .easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light ul {
    border-color: #333;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul .eac-category, .easy-autocomplete.eac-dark-light ul li {
    border-color: #333;
}

.easy-autocomplete.eac-dark-light ul .eac-category.selected, .easy-autocomplete.eac-dark-light ul li.selected {
    background-color: #4d4d4d;
    color: #fff;
}

.easy-autocomplete.eac-dark {
    color: #fff;
}

.easy-autocomplete.eac-dark input {
    background-color: #404040;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #f6f6f6;
}

.easy-autocomplete.eac-dark input:focus, .easy-autocomplete.eac-dark input:hover {
    border-color: #333;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.easy-autocomplete.eac-dark ul {
    border-color: #333;
}

.easy-autocomplete.eac-dark ul .eac-category, .easy-autocomplete.eac-dark ul li {
    background-color: #404040;
    border-color: #333;
}

.easy-autocomplete.eac-dark ul .eac-category.selected, .easy-autocomplete.eac-dark ul li.selected {
    background-color: #737373;
    color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass {
    color: #fff;
}

.easy-autocomplete.eac-dark-glass input {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass input:focus, .easy-autocomplete.eac-dark-glass input:hover {
    border-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.easy-autocomplete.eac-dark-glass ul {
    border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul .eac-category, .easy-autocomplete.eac-dark-glass ul li {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul .eac-category.selected, .easy-autocomplete.eac-dark-glass ul li.selected {
    background-color: rgba(64, 64, 64, 0.8);
    color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass ul .eac-category:last-child, .easy-autocomplete.eac-dark-glass ul li:last-child {
    border-radius: 0 0 4px 4px;
}

.easy-autocomplete.eac-blue {
    color: #fff;
}

.easy-autocomplete.eac-blue input {
    background-color: #6d9ed1;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
    color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-moz-placeholder, .easy-autocomplete.eac-blue input::-moz-placeholder {
    color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
    color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:focus, .easy-autocomplete.eac-blue input:hover {
    border-color: #5a91cb;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.easy-autocomplete.eac-blue ul {
    border-color: #5a91cb;
}

.easy-autocomplete.eac-blue ul .eac-category, .easy-autocomplete.eac-blue ul li {
    background-color: #6d9ed1;
    border-color: #5a91cb;
}

.easy-autocomplete.eac-blue ul .eac-category.selected, .easy-autocomplete.eac-blue ul li.selected {
    background-color: #94b8dd;
    color: #f6f6f6;
}

.easy-autocomplete.eac-yellow {
    color: #333;
}

.easy-autocomplete.eac-yellow input {
    background-color: #ffdb7e;
    border-radius: 4px;
    color: #333;
}

.easy-autocomplete.eac-yellow input, .easy-autocomplete.eac-yellow input:focus, .easy-autocomplete.eac-yellow input:hover {
    border-color: #333;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.easy-autocomplete.eac-yellow ul {
    border-color: #333;
}

.easy-autocomplete.eac-yellow ul .eac-category, .easy-autocomplete.eac-yellow ul li {
    background-color: #ffdb7e;
    border-color: #333;
}

.easy-autocomplete.eac-yellow ul .eac-category.selected, .easy-autocomplete.eac-yellow ul li.selected {
    background-color: #ffe9b1;
    color: #333;
}

.easy-autocomplete.eac-purple {
    color: #333;
}

.easy-autocomplete.eac-purple input {
    background-color: #d6d1e7;
    border-color: #b8afd5;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #333;
}

.easy-autocomplete.eac-purple input:focus, .easy-autocomplete.eac-purple input:hover {
    border-color: #333;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.easy-autocomplete.eac-purple ul {
    border-color: #333;
}

.easy-autocomplete.eac-purple ul .eac-category, .easy-autocomplete.eac-purple ul li {
    background-color: #d6d1e7;
    border-color: #333;
}

.easy-autocomplete.eac-purple ul .eac-category.selected, .easy-autocomplete.eac-purple ul li.selected {
    background-color: #ebe8f3;
    color: #333;
}

.easy-autocomplete.eac-bootstrap input {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    padding: 6px 12px;
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
}

.easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
    background: inherit;
    border-color: #ccc;
    -webkit-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
    font-weight: 400;
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: 400;
    word-break: break-all;
}

.easy-autocomplete-container ul li b {
    font-weight: 700;
}

.easy-autocomplete-container ul .eac-category {
    font-color: #aaa;
    font-style: italic;
}

.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: .9em;
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px;
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative;
}

.eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px;
}

@font-face {
    font-family: ruble;
    src: url(../../../../ruble/ruble-webfont.eot@) format("embedded-opentype"), url(/ruble/ruble-webfont.woff) format("woff"), url(/ruble/ruble-webfont.ttf) format("truetype");
}

@font-face {
    font-family: ProximaNova-Regular;
    src: url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Regular/ProximaNova-Regular.otf), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Regular/ProximaNova-Regular.eot), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Regular/ProximaNova-Regular.woff2) format("woff2"), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Regular/ProximaNova-Regular.woff) format("woff"), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Regular/ProximaNova-Regular.ttf) format("truetype"), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Regular/ProximaNova-Regular.svg) format("svg"), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Regular/ProximaNova-Regular.eot@) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: ProximaNova-Regular;
    src: url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Bold/ProximaNova-Bold.otf), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Bold/ProximaNova-Bold.eot), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Bold/ProximaNova-Bold.woff2) format("woff2"), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Bold/ProximaNova-Bold.woff) format("woff"), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Bold/ProximaNova-Bold.ttf) format("truetype"), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Bold/ProximaNova-Bold.svg) format("svg"), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Bold/ProximaNova-Bold?) format("embedded-opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: ProximaNova-Semibold;
    src: url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Semibold/ProximaNova-Semibold.otf), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Semibold/ProximaNova-Semibold.eot), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Semibold/ProximaNova-Semibold.woff2) format("woff2"), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Semibold/ProximaNova-Semibold.woff) format("woff"), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Semibold/ProximaNova-Semibold.ttf) format("truetype"), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Semibold/ProximaNova-Semibold.svg) format("svg"), url(/local/templates/benjamin/components/bitrix/catalog/catalog_benjamin/bitrix/catalog.element/.default/ProximaNova-Semibold/ProximaNova-Semibold?) format("embedded-opentype");
    font-weight: 500;
    font-style: normal;
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    font-size: 1em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    font-family: ProximaNova-Regular;
}

button, html input {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button, select {
    text-transform: none;
}

input::-ms-clear {
    width: 0;
    height: 0;
}

a:not([href]) {
    cursor: default;
}

.easy-autocomplete {
    width: 100% !important;
}

.u-ff-ruble {
    font-family: ruble;
    font-size: .9em;
}

.l-container {
    *zoom: 1;
    width: auto;
    max-width: 1440px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 48px;
    padding-right: 48px;
}

.l-container:after, .l-container:before {
    content: "";
    display: table;
}

.l-container:after {
    clear: both;
}

.l-container__detail {
    width: 100%;
}

html.bx-ie .l-container {
    overflow: hidden;
}

.l-main {
    min-height: -webkit-calc(100vh - 104px - 168px);
    min-height: calc(100vh - 104px - 168px);
    padding-top: 54px;
}

html.bx-ie .l-main {
    display: block;
}

.m-page-header {
    min-height: 104px;
    font-size: 0;
    background: #1f5f89;
}

.m-page-header__content {
    display: table;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin: 0 -16px;
    height: 104px;
}

.m-page-header__col1 {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding: 0 16px;
}

.m-page-header__col2 {
    width: 41.66667%;
    padding: 0;
}

.m-page-header__col2, .m-page-header__col3 {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.m-page-header__col3 {
    width: 33.33333%;
    padding: 0 16px;
}

.m-page-header__col3 .c-login {
    margin-bottom: 5px;
}

html.bx-ie .c-main-logo {
    max-height: 104px;
}

html.bx-ie .l-main .l-container._ie-margin {
    margin-top: 104px;
}

.m-catalog-search .c-input-field .c-btn-color-pattern {
    width: 100%;
}

.m-catalog-search__btn-wrapper {
    font-size: 0;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin: 32px 0 76px -16px;
}

.m-catalog-search__btn {
    display: inline-block;
    width: 33.33333%;
    padding: 0 16px;
}

.m-catalog-search__btn .c-btn {
    display: block;
}

.m-catalog-search__cards-wrapper {
    font-size: 0;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin: 0 -16px 8px;
}

.m-catalog-search__card {
    display: inline-block;
    width: 33.33333%;
    padding: 16px;
    height: 224px;
    font-size: 16px;
}

.m-catalog-search__card input {
    display: none;
}

.m-catalog-search__card input:checked + label {
    outline: 4px solid #1f5f89;
}

.m-catalog-search__card.is-hidden {
    display: none;
}

.m-catalog-search__card.is-disabled .c-mini-card {
    cursor: auto;
}

.m-catalog-search__card.is-disabled .c-mini-card__overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0.9)), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, rgba(245, 245, 245, 0.9), #f5f5f5);
    background-image: linear-gradient(180deg, rgba(245, 245, 245, 0.9), #f5f5f5);
}

.m-catalog-search__card.is-disabled .c-mini-card__title {
    color: #d6d6d6;
}

.m-catalog-search__card.is-disabled:hover .c-mini-card__overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0.9)), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, rgba(245, 245, 245, 0.9), #f5f5f5);
    background-image: linear-gradient(180deg, rgba(245, 245, 245, 0.9), #f5f5f5);
}

.m-catalog-search__fields-group {
    width: 720px;
    margin: 0 auto;
    padding: 20px 0 72px;
    font-size: 0;
}

.m-catalog-search__fields-group .c-input-field {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    padding: 16px;
    font-size: 17px;
}

.m-catalog-search__result {
    background: #fafafa;
    padding-bottom: 80px;
    border-top: 2px solid #f0f0f0;
}

.m-catalog-search__result-item {
    padding: 48px 0 36px;
    border-bottom: 1px solid #8a8a8a;
}

.m-catalog-search__result-item .c-product-preview {
    *zoom: 1;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
}

.m-catalog-search__result-item .c-product-preview:after, .m-catalog-search__result-item .c-product-preview:before {
    content: "";
    display: table;
}

.m-catalog-search__result-item .c-product-preview:after {
    clear: both;
}

.m-catalog-search__result-item .c-product-preview__img-wrapper {
    float: left;
    width: 33.33333%;
    padding: 0 16px 0 96px;
}

.m-catalog-search__result-item .c-product-preview__img {
    height: 208px;
    width: 208px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.m-catalog-search__result-item .c-product-preview__content {
    float: right;
    width: 66.66667%;
    padding: 0 16px;
}

.m-catalog-search__result-item .c-product-preview__content .c-title {
    margin-bottom: 16px;
}

.m-catalog-search__result-item .c-product-preview__content .c-content {
    width: 87.5%;
    margin-bottom: 32px;
}

.m-catalog-search__result-item .c-btn {
    display: block;
    width: 25%;
    line-height: 32px;
    font-size: 14px;
}

.m-catalog-search__select-color {
    padding-top: 48px;
    padding-bottom: 40px;
}

.m-catalog-search__select-color.is-hidden {
    display: none;
}

.m-catalog-search__buttons {
    width: 100%;
    text-align: center;
    padding: 0 24px;
}

.m-catalog-search__buttons .c-btn {
    display: inline-block;
    margin: 0 8px;
    padding: 0 48px;
    line-height: 40px;
}

.m-catalog-search__toggle {
    width: 100%;
    padding: 32px 0 64px;
}

.m-catalog-search__toggle .c-select-group {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.m-catalog-search__toggle .c-select-group__item {
    width: 30%;
}

.m-catalog-search__color-info {
    padding-top: 40px;
}

.m-catalog-search__search-icons {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 16px;
    height: 16px;
}

.m-catalog-search__search-msg {
    display: none;
    font-size: 14px;
    margin-top: 5px;
}

.m-catalog-search__search {
    position: relative;
    width: 304px;
    margin: 0 auto 30px;
}

.m-catalog-search__search .c-icon_search {
    width: 16px;
    height: 16px;
    fill: #878787;
    cursor: pointer;
}

.m-catalog-search__search .easy-autocomplete input {
    width: 100%;
    padding: 0 26px 0 10px;
    border: 1px solid #878787;
    border-radius: 2px;
    color: #888;
    font-size: 14px;
    line-height: 30px;
    outline: none;
}

.m-catalog-search__search .easy-autocomplete-container ul {
    top: 8px;
    padding-bottom: 8px;
    border: none;
    -webkit-box-shadow: 0 0 8px 0 #888;
    box-shadow: 0 0 8px 0 #888;
}

.m-catalog-search__search .easy-autocomplete-container ul li {
    border: none;
    font-size: 13px;
    line-height: 24px;
    padding: 0 10px;
    cursor: pointer;
}

.m-catalog-search__search .easy-autocomplete-container ul li:hover {
    background-color: #f5f5f5;
}

.m-catalog-search__search .easy-autocomplete-container ul li.selected, .m-catalog-search__search .easy-autocomplete-container ul li.selected:hover {
    background-color: #1f5f89;
    color: #fff;
}

.m-catalog-search__search.is-hidden + .easy-autocomplete-container {
    display: none !important;
}

html.bx-ie .m-catalog-search__btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

html.bx-ie .m-catalog-search__cards-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

html.bx-ie .m-catalog-search__cards-wrapper .m-catalog-search__card {
    width: 33%;
}

.m-page-footer {
    min-height: 176px;
    padding-top: 28px;
    background: #242424;
}

.m-page-footer__wrapper {
    *zoom: 1;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 16px;
}

.m-page-footer__wrapper:after, .m-page-footer__wrapper:before {
    content: "";
    display: table;
}

.m-page-footer__wrapper:after {
    clear: both;
}

.m-page-footer__col1, .m-page-footer__col2 {
    float: left;
    width: 25%;
    margin-right: 8.33333%;
}

.m-page-footer__col3 {
    float: right;
}

.m-product-card {
    *zoom: 1;
    position: relative;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.m-product-card:after, .m-product-card:before {
    content: "";
    display: table;
}

.m-product-card:after {
    clear: both;
}

.m-product-card__col1 {
    float: left;
    width: 33.33333%;
    padding: 16px;
}

.m-product-card__col2 {
    float: right;
    width: 66.66667%;
    padding: 16px;
}

.m-product-card__img {
    width: 100%;
    height: 288px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.m-product-card__describe {
    margin-bottom: 32px;
}

.m-product-card__describe .c-content {
    margin-bottom: 40px;
}

.m-product-card__describe .c-select-group {
    display: table;
    margin-bottom: 15px;
}

.m-product-card__describe .c-select-group__item {
    display: table-cell;
}

.m-product-card__describe .c-content__table {
    width: 100%;
}

.m-product-card__describe .c-content__table-mobile-caption {
    display: none;
    font-size: 11px;
    font-weight: 700;
}

.m-product-card__describe .c-content__table-cell {
    padding: 5px 0;
    vertical-align: top;
}

.m-product-card__describe .c-content__table-cell:first-child {
    width: 37.5%;
    font-family: ProximaNova-Semibold;
}

.m-product-card__describe .c-content__table-cell:last-child {
    width: 62.5%;
}

.m-product-card__describe .c-content__table-item:not(:last-child) {
    margin-bottom: 32px;
}

.m-product-card__describe .c-content__table-item .c-subtitle {
    margin-bottom: 8px;
}

.m-product-card__describe .c-content__table--big {
    width: 608px;
    border-collapse: collapse;
}

.m-product-card__describe .c-content__table--big .c-content__table-head-cell {
    text-align: left;
    vertical-align: middle;
    padding: 8px 0;
}

.m-product-card__describe .c-content__table--big .c-content__table-head-cell:nth-child(1), .m-product-card__describe .c-content__table--big .c-content__table-head-cell:nth-child(2), .m-product-card__describe .c-content__table--big .c-content__table-head-cell:nth-child(3) {
    width: 72px;
}

.m-product-card__describe .c-content__table--big .c-content__table-head-cell:nth-child(4) {
    width: 168px;
}

.m-product-card__describe .c-content__table--big .c-content__table-head-cell:nth-child(5) {
    width: 200px;
}

.m-product-card__describe .c-content__table--big .c-content__table-cell {
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    color: #242424;
    padding: 8px 0;
}

.m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(1) {
    width: 72px;
    font-family: ProximaNova-Regular;
}

.m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(2), .m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(3) {
    width: 72px;
}

.m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(4) {
    width: 168px;
}

.m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(5) {
    width: 64px;
}

.m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(5) .c-input-field__input {
    width: 64px;
    font-size: 14px;
    padding: 6px 10px;
}

.m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(6) {
    width: 75px;
    font-size: 14px;
    text-align: center;
}

.m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(7) {
    width: 85px;
}

.m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(7) a {
    color: #1f5f89;
    text-decoration: none;
    vertical-align: middle;
    line-height: 16px;
    font-size: 13px;
}

.m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(7) a:hover {
    text-decoration: underline;
}

.m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(7) .c-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
    fill: #1f5f89;
}

.m-product-card__describe .c-content__table--big .c-content__table-cell--bold {
    font-weight: 700;
}

.m-product-card__links-to-files {
    margin-bottom: 32px;
}

.m-product-card__links-to-files .c-content__link-to-file {
    margin-right: 10px;
}

.m-product-card__select-color {
    width: 100%;
    margin-bottom: 30px;
}

.m-product-card__select-quantity {
    margin-bottom: 30px;
}

.m-product-card__select-quantity .c-input-field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 28px;
    width: -webkit-calc(1 / 4 * 100% - 24px);
    width: calc(1 / 4 * 100% - 24px);
}

.m-product-card__select-quantity .c-input-field input {
    width: 100%;
    height: 32px;
}

.m-product-card__select-quantity .c-select {
    display: inline-block;
    vertical-align: bottom;
    width: -webkit-calc(1 / 4 * 100% - 24px);
    width: calc(1 / 4 * 100% - 24px);
}

.m-product-card__prices {
    margin-bottom: 32px;
}

.m-product-card__prices .c-prices__row {
    margin-bottom: 16px;
    font-size: 15px;
}

.m-product-card__prices .c-prices__field-name {
    display: inline-block;
    width: -webkit-calc(1 / 4 * 100% - 24px);
    width: calc(1 / 4 * 100% - 24px);
    margin-right: 28px;
}

.m-product-card__prices .c-prices__field-value {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}

.m-product-card__prices .c-prices__info {
    display: inline-block;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    color: #8a8a8a;
    text-decoration: none;
}

.m-product-card__prices .c-prices__info--decor {
    margin: 0 5px;
    padding: 0 5px;
    background: #8a8a8a;
    color: #fff;
    border-radius: 50%;
}

.m-product-card__prices .c-prices__total {
    padding-top: 8px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.m-product-card .c-btn {
    display: inline-block;
    margin-bottom: 32px;
    padding: 0 45px;
    font-size: 16px;
    line-height: 40px;
}

.m-product-card .c-btn:not(:last-child) {
    margin-right: 28px;
}

.m-product-card .c-btn:focus {
    outline: none;
}

.m-product-card__info {
    width: 75%;
}

.m-product-card__promo {
    width: 33.33333%;
    padding: 0 16px;
    margin-top: 320px;
}

.m-product-card__promo .c-decor-link {
    margin-bottom: 16px;
}

.m-product-card__color-info {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.m-product-card__color-info span {
    display: block;
}

.m-product-card-palette {
    padding-bottom: 64px;
}

.m-product-card-palette.is-hidden {
    display: none;
}

.m-slider {
    padding: 24px 48px 68px;
    background: #f5f5f5;
}

.m-slider__title {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 16px;
    text-align: center;
}

.m-slider .c-slider {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.m-personal {
    overflow: hidden;
}

.m-personal__top {
    padding-top: 24px;
    margin-bottom: 20px;
}

.m-personal__bottom {
    margin-bottom: 40px;
}

.m-personal .c-content {
    margin-bottom: 88px;
}

.m-personal .c-content__info {
    padding: 80px 0 0;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #8a8a8a;
}

.m-personal .c-content.is-active {
    display: block;
}

.m-personal .c-select-group {
    *zoom: 1;
    border-bottom: 1px solid #d6d6d6;
}

.m-personal .c-select-group:after, .m-personal .c-select-group:before {
    content: "";
    display: table;
}

.m-personal .c-select-group:after {
    clear: both;
}

.m-personal .c-select-group__item {
    width: 25%;
    margin-bottom: -1px;
    text-align: center;
}

.m-personal__pass {
    font-size: 14px;
    line-height: 16px;
    color: #1f5f89;
    text-decoration: none;
}

.m-user-info {
    *zoom: 1;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 8px;
}

.m-user-info:after, .m-user-info:before {
    content: "";
    display: table;
}

.m-user-info:after {
    clear: both;
}

.m-user-info__error {
    display: block;
    margin-bottom: 10px;
}

.m-user-info__col {
    float: left;
    width: 33.33333%;
    padding: 16px;
}

.m-user-info__text {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #bdbdbd;
}

.m-user-info__buttons {
    position: relative;
    clear: both;
    width: 100%;
    padding: 80px 0;
    text-align: center;
}

.m-user-info__buttons .c-btn {
    width: 208px;
    margin: 0 16px;
}

.m-user-info__buttons .c-btn:first-child {
    margin-right: 16px;
}

.m-user-info__buttons .js-msg {
    font-size: 16px;
    line-height: 32px;
    color: red;
}

.m-user-info__buttons.is-hidden {
    display: none;
}

.m-user-info.is-active {
    display: block;
}

.m-cart {
    position: relative;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    padding-bottom: 88px;
    margin-left: -16px;
}

.m-cart__item {
    position: relative;
    padding: 24px 0 44px;
}

.m-cart__item:after {
    content: "";
    position: absolute;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    height: 1px;
    left: 16px;
    bottom: 0;
    background: #f0f0f0;
}

.m-cart__info {
    width: 83.33333%;
    margin: 0 auto;
    padding: 40px 16px 32px;
    font-size: 13px;
    line-height: 16px;
    color: #8a8a8a;
}

.m-cart__info-empty {
    text-align: center;
    font-size: 20px;
}

.m-cart__info-empty a {
    color: #8a8a8a;
}

.m-cart__wrapper {
    *zoom: 1;
}

.m-cart__wrapper:after, .m-cart__wrapper:before {
    content: "";
    display: table;
}

.m-cart__wrapper:after {
    clear: both;
}

.m-cart__palette {
    float: left;
    width: 25%;
    padding: 16px;
}

.m-cart__discount {
    float: right;
    width: 41.66667%;
    padding: 16px;
}

.m-cart__btn-wrapper {
    text-align: center;
}

.m-cart__btn-wrapper .c-btn {
    display: inline-block;
    padding: 0 45px;
}

.m-cart__clean {
    position: absolute;
    right: 40px;
    top: -44px;
    font-size: 12px;
    color: #8a8a8a;
    cursor: pointer;
}

.m-cart__clean:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.m-cart__clean:after, .m-cart__clean:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 7px;
    width: 10px;
    height: 1px;
    background: #8a8a8a;
}

.m-cart__clean:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.m-cart__clean.is-hidden {
    display: none;
}

.m-cart__clean:hover {
    color: #242424;
}

.m-cart__clean:hover:after, .m-cart__clean:hover:before {
    background: #242424;
}

.m-orders__list {
    list-style: none;
    padding: 24px 0 0;
    margin: 0;
}

.m-orders .c-files-list {
    padding-top: 32px;
}

.m-order__preview {
    padding-top: 8px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.m-order__preview:hover {
    background: #f0f0f0;
}

.m-order__detail.is-hidden {
    display: none;
}

.m-form {
    padding-top: 64px;
    padding-bottom: 64px;
}

.m-form .c-input-block {
    position: relative;
}

.m-form .c-input-block__label--password-2 {
    margin-top: 16px;
}

.m-form label.error {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #d42929;
}

.m-form label#password-2-error {
    top: 56px;
}

.m-form label#UF_AGREE_TERMS_REG-error {
    top: -22px;
}

.m-form input.error {
    border: 1px solid #d42929;
    border-radius: 2px;
}

.m-404-page {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #1f5f89;
}

.m-404-page__wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 448px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.m-404-page__logo {
    display: inline-block;
    width: 208px;
    height: 38px;
    margin-bottom: 16px;
}

.m-404-page__logo .c-icon {
    fill: #fff;
}

.m-404-page__text {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}

.m-404-page__text--small {
    font-size: 14px;
    line-height: 16px;
}

.m-404-page__link {
    color: #fff;
}

.m-checkout {
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
}

.m-checkout .c-btn-order-confirm[disabled] {
    background-color: #888;
}

.m-checkout .c-input-block {
    position: relative;
}

.m-checkout label.error {
    position: absolute;
    top: -14px;
    height: 32px;
    max-width: 280px;
    color: #d42929;
}

.m-checkout .easy-autocomplete label.error, .m-checkout label.error {
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}

.m-checkout .easy-autocomplete label.error {
    top: -webkit-calc(-100% - 7px);
    top: calc(-100% - 7px);
    height: 100%;
}

.m-checkout label#UF_AGREE_TERMS_REG-error {
    top: -16px;
}

.m-checkout input.error, .m-checkout select.error ~ .select2-container .select2-selection--single {
    border: 1px solid #d42929 !important;
    border-radius: 2px;
}

.m-checkout .c-select__address, .m-checkout .c-select__date {
    display: none;
}

.m-checkout .c-select__address.is-active, .m-checkout .c-select__date.is-active {
    display: block;
}

.m-checkout .c-select__address .c-input-block__label, .m-checkout .c-select__date .c-input-block__label {
    font-size: 15px;
    color: #8a8a8a;
    margin-top: -1px;
}

.m-checkout .c-select__address .c-input-block__label input, .m-checkout .c-select__date .c-input-block__label input {
    font-size: 14px;
    border: 1px solid #8a8a8a;
    border-radius: 2px;
    background: none;
    margin-top: 7px;
    font-weight: 500;
    font-family: ProximaNova-Regular;
    padding-left: 8px;
}

.m-checkout .c-popup-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(31, 95, 137, 0.3);
    z-index: 1000;
    display: none;
}

.m-checkout .c-popup-bg.is-active {
    display: block;
}

.m-checkout .c-popup-bg .c-checkout-popup-window {
    position: absolute;
    width: 448px;
    padding: 32px;
    min-height: 200px;
    left: 50%;
    top: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.m-checkout .c-popup-bg .c-checkout-popup-window .c-subtitle-message, .m-checkout .c-popup-bg .c-checkout-popup-window .c-subtitle-title {
    margin-bottom: auto;
}

.m-checkout .c-popup-bg .c-checkout-popup-window .c-subtitle {
    text-align: center;
}

.m-checkout .c-popup-bg .c-checkout-popup-window__close {
    position: absolute;
    float: right;
    display: block;
    width: 24px;
    height: 24px;
    right: 32px;
    top: 32px;
    cursor: pointer;
}

.m-success-checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5rem 0;
}

.m-success-checkout a {
    color: inherit;
}

.m-success-checkout .m-success-checkout__text--big {
    font-size: 2.5rem;
}

.m-success-checkout .m-success-checkout-status {
    margin-top: .2rem;
    font-size: 1.5rem;
}

.m-success-checkout .m-success-checkout__text--small {
    max-width: 300px;
    margin-top: 2rem;
    color: #888;
    text-align: center;
}

.m-color-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    visibility: visible;
}

.m-color-info.is-hidden {
    height: 0;
    visibility: hidden;
}

.m-color-info__swatch {
    width: 56px;
    height: 56px;
    margin-right: 16px;
    border-radius: 50%;
}

.m-color-info__swatch.is-wooden {
    background-image: url(../../../../main/wood-texture.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.m-color-info__name {
    display: block;
    font-size: 20px;
    line-heigth: 28px;
}

.m-color-info__code {
    display: block;
    font-size: 16px;
    line-heigth: 24px;
}

.m-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 40px;
}

.m-contacts__info {
    width: 40%;
}

.m-contacts__map {
    width: 50%;
}

.m-page-footer .c-info-links {
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.m-page-footer .m-page-footer .c-copyright__row {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}

.m-terms-and-conditions {
    padding-bottom: 40px;
}

.c-preloader {
    -webkit-transition: visibility 0s ease .2s, opacity .2s ease;
    transition: visibility 0s ease .2s, opacity .2s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.c-preloader.is-hidden {
    display: none;
}

.c-preloader.is-open .c-preloader__spinner {
    -webkit-animation: yb .33s linear infinite alternate;
    animation: yb .33s linear infinite alternate;
}

.c-preloader.is-invisible {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s ease .2s, opacity .2s ease;
    transition: visibility 0s ease .2s, opacity .2s ease;
}

.c-preloader--global {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.9);
}

.c-preloader--global .c-preloader__spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 70px;
    height: auto;
    fill: #1f5f89;
}

.c-select {
    position: relative;
}

.c-select__native {
    width: 100%;
}

.c-select_without-label .c-subtitle {
    display: none;
}

.c-select_date {
    width: 32%;
}

.c-select_date .select2 {
    width: 100% !important;
}

.c-checkbox {
    position: relative;
    display: inline-block;
}

.c-checkbox__native {
    position: absolute;
    top: 0;
    left: -22px;
    z-index: -1;
    margin: 0;
    padding: 0;
    border: none;
    width: 12px;
    height: 12px;
    opacity: 0;
}

.c-checkbox__native:checked ~ .c-checkbox__label .c-checkbox__control {
    background: #f0f0f0;
    border: none;
}

.c-checkbox__native:checked ~ .c-checkbox__label .c-checkbox__control:after, .c-checkbox__native:checked ~ .c-checkbox__label .c-checkbox__control:before {
    content: "";
}

.c-checkbox__control {
    position: absolute;
    top: 0;
    left: -22px;
    z-index: 5;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    -webkit-transition: background .1s linear, border-color .1s linear;
    transition: background .1s linear, border-color .1s linear;
}

.c-checkbox__control:after, .c-checkbox__control:before {
    position: absolute;
    height: 3px;
    background: #1f5f89;
}

.c-checkbox__control:before {
    top: 5px;
    left: -1px;
    width: 8px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

.c-checkbox__control:after {
    top: 3px;
    left: 2px;
    width: 12px;
    -webkit-transform: rotate(-52deg);
    -ms-transform: rotate(-52deg);
    transform: rotate(-52deg);
}

.c-checkbox__label {
    display: block;
    cursor: pointer;
}

.c-checkbox:hover .c-checkbox__control {
    border: 1px solid #000;
}

label.error + .c-checkbox__label .c-checkbox__control {
    border-color: #d42929;
}

.c-radio {
    position: relative;
    display: block;
}

.c-radio__native {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0;
    padding: 0;
    border: none;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.c-radio__native:checked + .c-radio__label {
    background: #1f5f89;
    color: #fff;
}

.c-radio__native:not(:checked) + .c-radio__label:hover {
    background: #f0f0f0;
}

.c-radio.is-disabled .c-radio__label {
    color: #8a8a8a;
}

.c-radio.is-disabled .c-radio__native:disabled + .c-radio__label:hover {
    background: #fff;
}

.c-radio__control {
    display: block;
}

.c-radio__label {
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    color: #000;
    cursor: pointer;
}

.c-logo {
    fill: #fff;
}

.c-logo svg {
    width: 300px;
}

.c-phone {
    font-weight: 700;
    text-decoration: none;
}

.c-login, .c-phone {
    font-family: ProximaNova-Regular;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.c-login {
    min-width: 48px;
    text-align: right;
}

.c-login__item {
    color: #fff;
    text-decoration: none;
}

.c-login__item .c-icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-bottom: 4px;
    fill: #fff;
    fill-opacity: .7;
}

.c-login__item:hover .c-icon {
    fill-opacity: 1;
}

.c-user-cart {
    font-family: ProximaNova-Regular;
    font-size: 18px;
    line-height: 32px;
    text-align: right;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.c-user-cart .c-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
    fill: #fff;
    fill-opacity: .7;
}

.c-user-cart:hover .c-icon {
    fill-opacity: 1;
}

.c-user-cart.has-items .c-user-cart__basket {
    display: none;
}

.c-page-title {
    position: relative;
    margin: 0;
    padding-bottom: 24px;
    font-family: ProximaNova-Regular;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #242424;
}

.c-page-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #878787;
}

.c-page-title sup {
    vertical-align: middle;
}

.c-btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 24px;
    border: 1px solid #1f5f89;
    background: #1f5f89;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-btn:hover {
    background: #194c6e;
}

.c-btn.is-disabled {
    border-radius: 24px;
    background: none;
    color: #cfcfcf;
    border: 1px solid #cfcfcf;
    cursor: default;
}

.c-btn--toggle {
    font-size: 16px;
    line-height: 48px;
    border-radius: 24px;
    cursor: pointer;
    background: #fff;
    color: #1f5f89;
    border: 1px solid #1f5f89;
}

.c-btn--toggle:hover {
    background: #e6e6e6;
}

.c-btn--toggle.is-active {
    color: #fff;
    background: #1f5f89;
}

.c-btn--toggle.is-active:hover {
    background: #194c6e;
}

.c-btn--light {
    background: #fff;
    color: #1f5f89;
    border: 1px solid #1f5f89;
}

.c-btn--light:not(.is-disabled):hover {
    background: #e6e6e6;
}

.c-btn--big {
    font-size: 16px;
    line-height: 48px;
}

.c-btn:focus {
    outline: none;
}

.c-mini-card {
    position: relative;
    display: block;
    height: 192px;
    padding-top: 152px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    cursor: pointer;
    z-index: 0;
}

.c-mini-card:hover .c-mini-card__overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(245, 245, 245, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(245, 245, 245, 0.9));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(245, 245, 245, 0.9));
}

.c-mini-card__overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(245, 245, 245, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(245, 245, 245, 0.9));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(245, 245, 245, 0.9));
}

.c-mini-card__title {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 5px;
    text-align: center;
    letter-spacing: 1.5px;
}

.c-show-all-btn {
    position: relative;
    width: 100%;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
}

.c-show-all-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 20px;
    background: #878787;
}

.c-show-all-btn:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -webkit-calc(50% - 16px);
    left: calc(50% - 16px);
    bottom: 5px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 8px solid #878787;
    border-bottom: 8px solid transparent;
}

.c-show-all-btn.is-pressed:before {
    bottom: 22px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #878787;
}

.c-input-field .c-subtitle {
    margin-bottom: 8px;
}

.c-input-field .c-btn-color-pattern {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(25% - 24px);
    width: calc(25% - 24px);
    height: 32px;
    margin-right: 28px;
    cursor: pointer;
}

.c-input-field .c-btn-color-pattern.with-border {
    border: 1px solid #8a8a8a;
}

.c-input-field .c-btn-color-pattern--wood {
    background-image: url(../../../../main/wood-texture.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.c-input-field__input {
    display: block;
    padding: 5px 10px;
    border: 1px solid #8a8a8a;
}

.c-input-field__input:focus {
    outline: none;
}

.c-input-field--number {
    position: relative;
}

.c-input-field__btn-up {
    bottom: 20px;
    border: 6px solid transparent;
    border-bottom-color: #8a8a8a;
}

.c-input-field__btn-down, .c-input-field__btn-up {
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    font-size: 0;
    cursor: pointer;
}

.c-input-field__btn-down {
    bottom: 0;
    border: 6px solid transparent;
    border-top-color: #8a8a8a;
}

.c-subtitle {
    display: block;
    font-family: ProximaNova-Regular;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    color: #242424;
}

.c-subtitle--larger {
    font-size: 20px;
    line-height: 24px;
}

.c-subtitle--big {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.c-select-imitation {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
    font-size: 14px;
    color: #878787;
    line-height: 30px;
    border: 1px solid #878787;
    border-radius: 2px;
    cursor: pointer;
}

.c-select-imitation__text {
    margin-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-select-imitation:before {
    content: "";
    position: absolute;
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    right: 12px;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    width: 0;
}

.c-select-imitation__wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    padding-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 16px 0 #878787;
    box-shadow: 0 0 16px 0 #878787;
    z-index: 1;
}

.c-select-imitation__wrapper.is-hidden {
    display: none;
}

.c-select-imitation .c-checkbox {
    width: 100%;
    padding-left: 30px;
    color: #242424;
}

.c-select-imitation .c-checkbox:hover {
    background: #f0f0f0;
}

.c-select-imitation .c-checkbox__control {
    left: 10px;
    top: 8px;
}

.c-select-imitation .c-checkbox.is-disabled {
    color: #8a8a8a;
}

.c-select-imitation .c-checkbox.is-disabled:hover {
    background: #fff;
}

.c-select-imitation .c-checkbox.is-disabled:hover .c-checkbox__control {
    border-color: #ccc;
}

.c-select-imitation.is-active:before {
    border-color: transparent transparent #888;
    border-width: 0 6px 6px;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
}

.c-title {
    font-size: 24px;
    line-height: 32px;
    color: #3d3d3d;
}

.c-content {
    font-size: 13px;
    line-height: 16px;
    color: #3d3d3d;
}

.c-content sup {
    font-size: 16px;
    vertical-align: top;
}

.c-content__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.c-content__list-item {
    position: relative;
    padding-left: 12px;
}

.c-content__list-item:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #000;
    left: 5px;
    top: 8px;
}

.c-content__link-to-file {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    color: #1f5f89;
    text-decoration: none;
}

.c-content__link-to-file .c-icon {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    fill: #1f5f89;
}

.c-content__link-to-file:hover {
    text-decoration: underline;
}

.c-content--lighten {
    color: #8a8a8a;
}

.c-content--light {
    color: #ccc;
}

.c-content.is-hidden {
    display: none;
}

.c-socials__title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.c-socials__link {
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    height: 33px;
    padding: 0 5px;
    cursor: pointer;
}

.c-socials__link .c-icon {
    width: 33px;
    height: 33px;
    fill: #fff;
    fill-opacity: .7;
}

.c-socials__link:hover .c-icon {
    fill-opacity: 1;
}

.c-copyright {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
}

.c-select-group {
    width: 100%;
    font-size: 0;
}

.c-select-group__item {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #8a8a8a;
    text-decoration: none;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
    cursor: pointer;
}

.c-select-group__item.is-active {
    font-family: ProximaNova-Semibold;
    color: #242424;
    border-bottom-color: #242424;
}

.c-select-group__item:hover {
    color: #242424;
}

.c-select-group--big .c-select-group__item {
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    border-bottom-width: 2px;
}

.c-palette {
    width: 100%;
}

.c-palette__group {
    width: 100%;
    margin-bottom: 40px;
}

.c-palette__group--wood-palette {
    padding-top: 32px;
}

.c-palette__select-group .c-select-group__item {
    width: 25%;
}

.c-palette__select-group .c-select-group__item--1-to-2 {
    width: 50%;
}

.c-palette__select-field {
    position: relative;
    margin-bottom: 24px;
    font-size: 0;
}

.c-palette__select-field.is-hidden {
    display: none;
}

.c-palette__wrapper {
    font-size: 0;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 16px 0 0;
}

.c-palette__wrapper--pb32 {
    padding-bottom: 32px;
}

.c-palette__wrapper--pt48 {
    padding-top: 48px;
}

.c-palette__wrapper.is-hidden {
    display: none;
}

.c-palette__active-wrap {
    height: 48px;
}

.c-palette__active-wrap .c-palette__spectrum {
    height: 100%;
}

.c-palette__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 4px;
    padding: 16px 16px 0;
    cursor: pointer;
}

.c-palette__item.is-active .c-palette__spectrum {
    position: relative;
    outline: 3px solid #1f5f89;
}

.c-palette__item.is-active .c-palette__spectrum:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #1f5f89;
}

.c-palette__item.is-active .c-palette__spectrum:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #1f5f89;
}

.c-palette__item.is-active .c-palette__subtitle {
    font-weight: 700;
}

.c-palette__item.is-disabled {
    position: relative;
    cursor: auto;
}

.c-palette__item.is-disabled .c-palette__spectrum .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
}

.c-palette__item.is-disabled .c-palette__subtitle {
    color: #b3b3b3;
}

.c-palette__column {
    list-style: none;
}

.c-palette__subtitle {
    font-size: 14px;
    line-height: 32px;
}

.c-palette__subtitle, .c-palette__title {
    text-transform: uppercase;
    text-align: center;
}

.c-palette__title {
    margin-bottom: 24px;
    font-size: 24px;
    letter-spacing: 6px;
}

.c-palette__spectrum {
    position: relative;
    height: 32px;
}

.c-palette__spectrum--detail {
    height: 48px;
}

.c-palette__columns {
    height: 100%;
    padding: 0;
}

.c-palette__column {
    display: inline-block;
    height: 100%;
}

.c-palette__swatch {
    height: 14.28571%;
}

.c-palette__swatch:hover {
    cursor: pointer;
}

.c-palette__swatch--wood {
    background-image: url(../../../../main/wood-texture.svg);
    background-size: auto 100%;
    background-repeat: repeat;
}

.c-palette__tooltip {
    position: absolute;
    width: 340px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    z-index: 3;
}

.c-palette__tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.c-palette__tooltip.top {
    top: -40px;
}

.c-palette__tooltip.top:after {
    bottom: -20px;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.c-palette__tooltip.top.left {
    left: 10%;
}

.c-palette__tooltip.top.left:after {
    left: 20%;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.c-palette__tooltip.top.right {
    left: auto;
    right: 10%;
}

.c-palette__tooltip.top.right:after {
    left: auto;
    right: 20%;
    border-right-color: #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.c-palette__tooltip.bottom {
    top: auto;
    bottom: -40px;
}

.c-palette__tooltip.bottom:after {
    bottom: auto;
    top: -20px;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.c-palette__tooltip.bottom.left {
    left: 10%;
}

.c-palette__tooltip.bottom.left:after {
    left: 15%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.c-palette__tooltip.bottom.right {
    left: auto;
    right: 10%;
}

.c-palette__tooltip.bottom.right:after {
    left: auto;
    right: 20%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.c-palette__tooltip.is-hidden {
    display: none;
}

.c-palette__aim {
    position: absolute;
    height: 48px;
    bottom: 0;
    left: 0;
    outline: 6px solid #1f5f89;
}

.c-palette__detail {
    position: relative;
    height: 280px;
}

.c-palette__detail-wrap {
    position: relative;
    overflow-x: hidden;
    height: 100%;
}

.c-palette__detail-line {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    font-size: 0;
}

.c-palette__detail-line .c-palette__spectrum {
    height: 100%;
}

.c-palette__detail-line .c-palette__swatch.is-favourite {
    position: relative;
}

.c-palette__detail-line .c-palette__swatch.is-favourite:after {
    content: url(../../../../main/i-favourite.svg);
    position: absolute;
    right: 7px;
    top: 7px;
    width: 12px;
    height: 12px;
}

.c-palette__detail-line .c-palette__swatch.is-active {
    -webkit-box-shadow: inset 0 0 0 2px #1f5f89, inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 2px #1f5f89, inset 0 0 0 3px #fff;
}

.c-palette__detail-line .c-palette__swatch.is-disabled {
    position: relative;
}

.c-palette__detail-line .c-palette__swatch.is-disabled:before {
    content: url(../../../../main/i-disabled.svg);
    position: absolute;
    right: 7px;
    bottom: 5px;
    width: 12px;
    height: 12px;
    fill: #1f5f89;
}

.c-palette__detail-columns {
    padding: 0;
    list-style: none;
    font-size: 0;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
}

.c-palette__detail-column {
    width: 12.5%;
    display: inline-block;
}

.c-palette__detail-swatch {
    height: 40px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

.c-palette__detail-swatch.is-favourite {
    position: relative;
}

.c-palette__detail-swatch.is-favourite:after {
    content: url(../../../../main/i-favourite.svg);
    position: absolute;
    right: 7px;
    top: 7px;
    width: 12px;
    height: 12px;
    fill: #fff;
}

.c-palette__detail-swatch.is-active {
    -webkit-box-shadow: inset 0 0 0 2px #1f5f89, inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 2px #1f5f89, inset 0 0 0 3px #fff;
}

.c-palette__btn {
    position: absolute;
    width: 32px;
    height: 64px;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.c-palette__btn:after {
    content: "";
    position: absolute;
    top: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
}

.c-palette__btn--left {
    left: -32px;
}

.c-palette__btn--left:after {
    right: 10px;
    border-right: 16px solid #8a8a8a;
    border-left: 16px solid transparent;
}

.c-palette__btn--right {
    right: -32px;
}

.c-palette__btn--right:after {
    left: 10px;
    border-left: 16px solid #8a8a8a;
    border-right: 16px solid transparent;
}

.c-palette__btn:focus {
    outline: none;
}

.c-palette__btn.is-hidden {
    display: none;
}

.c-palette__text {
    width: 66.66667%;
    margin: 0 auto;
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    color: #8a8a8a;
    text-align: center;
}

.c-palette__favourites {
    width: 75%;
    margin: 0 auto;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-palette__favourites-item {
    width: 10%;
    height: 32px;
    background-size: cover;
}

.c-palette__favourites-item:not(.is-disabled) {
    cursor: pointer;
}

.c-palette__favourites-item.is-disabled {
    opacity: .5;
}

.c-palette__favourites-item--wood {
    background-image: url(../../../../main/wood-texture.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.c-palette__favourites-item.is-active {
    -webkit-box-shadow: inset 0 0 0 2px #1f5f89, inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 2px #1f5f89, inset 0 0 0 3px #fff;
}

html.bx-ie .c-palette__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-breadcrumbs {
    margin-bottom: 32px;
}

.c-breadcrumbs__link {
    font-size: 14px;
    line-height: 32px;
    font-weight: 600;
    color: #8a8a8a;
    text-decoration: none;
}

.c-breadcrumbs__link .c-icon {
    height: 11px;
    width: 11px;
    fill: #8a8a8a;
}

.c-breadcrumbs__link:hover {
    color: #242424;
}

.c-breadcrumbs__link:hover .c-icon {
    fill: #242424;
}

.c-advice {
    max-width: 80%;
    padding-right: 24px;
    text-align: center;
}

.c-advice__title {
    font-size: 16px;
    font-weight: 700;
}

.c-advice__content, .c-advice__title {
    margin-bottom: 8px;
}

.c-advice__content .c-content {
    font-size: 14px;
    line-height: 1.2;
}

.c-advice__info .c-content {
    font-size: 14px;
}

.c-editable-field {
    position: relative;
    margin-bottom: 8px;
    font-family: ProximaNova-Regular;
    font-size: 18px;
    line-height: 24px;
}

.c-editable-field .c-editable-field__buffer {
    cursor: pointer;
}

.c-editable-field:first-of-type {
    margin-bottom: 24px;
}

.c-editable-field input {
    display: none;
    width: auto;
    margin-right: 8px;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.c-editable-field input:focus {
    border-bottom: 1px solid #d6d6d6;
}

.c-editable-field input:focus + .c-icon_pencil {
    visibility: hidden;
}

.c-editable-field .c-icon_pencil {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.c-editable-field .c-icon_pencil use {
    fill: #d6d6d6;
}

.c-editable-field--name:first-of-type {
    margin-bottom: 8px;
    padding: 0 16px;
    font-size: 36px;
    line-height: 40px;
}

.c-editable-field--name:first-of-type input {
    font-weight: 400;
}

.c-editable-field__label-value {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
    color: #8a8a8a;
}

.c-editable-field__label:hover .c-icon_pencil use {
    fill: #242424;
}

.c-decor-link {
    display: table;
    width: 100%;
    height: 64px;
    padding-left: 20px;
    background: #f5f5f5;
    border-radius: 10px;
    text-decoration: none;
}

.c-decor-link__img, .c-decor-link__text {
    display: table-cell;
    vertical-align: middle;
}

.c-decor-link__text {
    padding: 0 20px;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    font-size: 14px;
    line-height: 16px;
    color: #8a8a8a;
    font-weight: 700;
}

.c-decor-link .c-icon {
    width: 40px;
    height: 40px;
    fill: #8a8a8a;
}

.c-decor-link:hover .c-decor-link__text {
    color: #242424;
}

.c-decor-link:hover .c-icon {
    fill: #242424;
}

.c-cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.c-cart-item__img-link {
    width: 16.66667%;
    height: 116px;
    padding: 0 16px;
}

.c-cart-item__img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.c-cart-item__img:hover {
    cursor: pointer;
}

.c-cart-item__img--instrument {
    width: 25%;
}

.c-cart-item__swatch-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 8.33333%;
    min-height: 40px;
    padding: 0 12px 0 8px;
}

.c-cart-item__swatch {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #8a8a8a;
}

.c-cart-item__swatch--wood {
    background-image: url(../../../../main/wood-texture.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.c-cart-item__name-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.c-cart-item__name {
    width: 33.33333%;
    padding: 0 16px;
    font-size: 18px;
    line-height: 24px;
}

.c-cart-item__model {
    font-weight: 700;
    text-transform: uppercase;
}

.c-cart-item__quantity {
    width: 16.66667%;
    padding: 0 16px;
}

.c-cart-item__quantity .c-input-field {
    margin-bottom: 8px;
}

.c-cart-item__quantity input {
    width: 100%;
    line-height: 20px;
}

.c-cart-item__price {
    width: 16.66667%;
    padding: 0 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.c-cart-item__price.has-discount .c-cart-item__full-price {
    display: block;
}

.c-cart-item__full-price {
    display: none;
    opacity: .5;
    text-decoration: line-through;
}

.c-cart-item__delete {
    width: 8.33333%;
    padding-top: 8px;
}

.c-cart-item__delete .c-delete-btn {
    display: block;
    position: relative;
    width: 32px;
    margin-left: 16px;
    height: 32px;
    cursor: pointer;
}

.c-cart-item__delete .c-delete-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-cart-item__delete .c-delete-btn:after, .c-cart-item__delete .c-delete-btn:before {
    content: "";
    position: absolute;
    width: 144%;
    height: 2px;
    right: -8px;
    top: 48%;
    background: #8a8a8a;
}

.c-cart-item__delete .c-delete-btn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-cart-item__delete .c-delete-btn:hover:after, .c-cart-item__delete .c-delete-btn:hover:before {
    background: #242424;
}

.c-cart-item__info--color {
    margin-top: 5px;
    font-size: 16px;
}

.c-cart-item__info--color-code {
    font-size: 14px;
}

html.bx-ie .c-cart-item .c-input-field__input {
    height: 32px;
}

a:not([href]) .c-cart-item__img:hover {
    cursor: default;
}

.c-mini-palette {
    width: auto;
    font-size: 0;
}

.c-mini-palette .c-subtitle {
    margin-bottom: 8px;
}

.c-mini-palette__list {
    width: 100%;
}

.c-mini-palette__item {
    display: inline-block;
    width: 20%;
    height: 24px;
    border: 1px solid #8a8a8a;
}

.c-mini-palette__item--wood {
    background-image: url(../../../../main/wood-texture.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.c-mini-palette__text {
    font-size: 14px;
    line-height: 16px;
    color: #bdbdbd;
}

.c-discount__row {
    *zoom: 1;
    margin-bottom: 16px;
}

.c-discount__row:after, .c-discount__row:before {
    content: "";
    display: table;
}

.c-discount__row:after {
    clear: both;
}

.c-discount .c-subtitle {
    float: left;
    width: 40%;
    padding: 0 16px;
    text-align: right;
}

.c-discount .c-price {
    float: right;
    width: 60%;
    padding: 0 16px;
}

.c-discount .c-price.is-hidden {
    display: none;
}

.c-discount__text {
    width: 60%;
    float: right;
    padding: 0 16px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: left;
}

.c-discount__text.is-hidden {
    display: none;
}

.c-discount__link {
    color: #1f5f89;
    text-decoration: none;
}

.c-discount__link:hover {
    text-decoration: underline;
}

.c-price {
    font-family: ProximaNova-Regular;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    color: #242424;
}

.c-price--big {
    font-size: 24px;
    line-height: 32px;
}

.c-order-preview {
    *zoom: 1;
}

.c-order-preview:after, .c-order-preview:before {
    content: "";
    display: table;
}

.c-order-preview:after {
    clear: both;
}

.c-order-preview__item {
    float: left;
    width: 25%;
    padding-bottom: 8px;
}

.c-order-preview__item--status {
    color: #888;
}

.c-order-item {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    *zoom: 1;
}

.c-order-item:after, .c-order-item:before {
    content: "";
    display: table;
}

.c-order-item:after {
    clear: both;
}

.c-order-item__item {
    float: left;
    font-size: 16px;
    line-height: 24px;
}

.c-order-item__item a {
    display: block;
    color: #3d3d3d;
    text-decoration: none;
}

.c-order-item__item--img-color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16.66667%;
    padding: 0;
    padding-left: 52px;
}

.c-order-item__item--img-color img {
    width: 100%;
    max-width: 110px;
}

.c-order-item__item--img-instrument {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16.66667%;
    padding: 0;
    padding-left: 52px;
}

.c-order-item__item--img-instrument img {
    width: 80%;
}

.c-order-item__item--color-swatch {
    display: inline-block;
    width: 8.33333%;
    padding: 16px 8px 0;
}

.c-order-item__item--color-swatch div {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border: 1px solid #888;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.c-order-item__item--color-swatch.is-hidden {
    visibility: hidden;
}

.c-order-item__item--name {
    width: 33.33333%;
    padding: 0 16px;
}

.c-order-item__item--quantity {
    width: 16.66667%;
    padding: 0 16px;
}

.c-order-item__item--price {
    width: 25%;
    padding: 0 16px;
}

.c-order-item__model {
    display: block;
    font-weight: 700;
}

.c-order-item__text-info {
    color: #bdbdbd;
}

.c-order-detail {
    position: relative;
    padding-bottom: 60px;
    font-size: 16px;
    line-height: 24px;
}

.c-order-detail:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #8a8a8a;
    left: 0;
    bottom: 30px;
}

.c-order-detail__item {
    position: relative;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
}

.c-order-detail__item:after {
    content: "";
    position: absolute;
    height: 1px;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    background: #f0f0f0;
    left: 16px;
    bottom: 0;
}

.c-order-detail__delivery {
    position: relative;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
}

.c-order-detail__delivery:after {
    content: "";
    position: absolute;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    left: 16px;
    height: 1px;
    background: #f0f0f0;
}

.c-order-detail__total {
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
}

.c-order-detail__btn .c-btn {
    display: block;
    width: 206px;
    height: 44px;
    margin: 0 auto;
    padding: 13px 0;
    font-size: 16px;
    line-height: 16px;
}

.c-order-delivery {
    *zoom: 1;
    padding-left: 25%;
    padding-top: 16px;
    padding-bottom: 16px;
}

.c-order-delivery:after, .c-order-delivery:before {
    content: "";
    display: table;
}

.c-order-delivery:after {
    clear: both;
}

.c-order-delivery__col1 {
    float: left;
    width: 66.66667%;
    padding: 0 16px;
}

.c-order-delivery__col2 {
    float: left;
    width: 33.33333%;
    padding: 0 16px;
}

.c-form {
    width: 288px;
    margin: 0 auto;
}

.c-form__error {
    margin-bottom: 10px;
    color: #d42929;
}

.c-form__confirm-policy {
    position: relative;
    margin-top: 32px;
    font-size: 11px;
    line-height: 16px;
    color: #8a8a8a;
}

.c-form__btn {
    padding: 24px 0;
    text-align: center;
}

.c-form__btn .c-btn {
    padding: 0 45px;
    line-height: 40px;
}

.c-form__link {
    margin-top: 16px;
    font-size: 11px;
    line-height: 16px;
    color: #1f5f89;
    text-decoration: none;
    text-align: center;
}

.c-form__link:hover {
    text-decoration: underline;
}

.c-form .c-input-block {
    margin-bottom: 20px;
}

.c-input-block {
    width: auto;
    font-size: 15px;
}

.c-input-block__label {
    display: block;
    width: 100%;
}

.c-input-block__label input {
    display: block;
    width: 100%;
    height: 32px;
    margin-top: 8px;
    padding-left: 10px;
    font-size: 18px;
    border: none;
    background: #f5f5f5;
}

.c-input-block__label input:focus {
    outline: none;
}

.c-input-block__label input:nth-of-type(n+2) {
    margin-top: 16px;
}

.c-order-total {
    position: relative;
    padding: 16px 0;
    *zoom: 1;
}

.c-order-total:after, .c-order-total:before {
    content: "";
    display: table;
}

.c-order-total:after {
    clear: both;
}

.c-order-total:before {
    content: "";
    display: block;
    width: 58.33333%;
    padding: 0 16px;
    height: 1em;
    float: left;
}

.c-order-total__text {
    float: left;
    width: 20%;
    padding: 0 16px;
    font-size: 20px;
    line-height: 24px;
}

.c-order-total__text:first-child {
    width: 16.66667%;
}

.c-files-list {
    list-style: none;
    padding: 0 40px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.c-product-add-to-card {
    position: absolute;
    width: 448px;
    padding: 32px;
    min-height: 200px;
    left: 50%;
    top: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 16px;
}

.c-product-add-to-card__addition {
    position: relative;
    padding-top: 10px;
    clear: both;
}

.c-product-add-to-card__addition:after, .c-product-add-to-card__addition:before {
    content: "";
    display: table;
    clear: both;
}

.c-product-add-to-card__addition.is-hidden {
    display: none;
}

.c-product-add-to-card .c-subtitle {
    margin-bottom: 32px;
    padding: 0 24px;
    text-align: center;
}

.c-product-add-to-card__wrapper {
    *zoom: 1;
    margin-bottom: 32px;
}

.c-product-add-to-card__wrapper:after, .c-product-add-to-card__wrapper:before {
    content: "";
    display: table;
}

.c-product-add-to-card__wrapper:after {
    clear: both;
}

.c-product-add-to-card__img {
    float: left;
    width: 72px;
    height: 72px;
    margin-right: 8px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.c-product-add-to-card__color {
    float: left;
    padding-top: 8px;
    margin-right: 8px;
}

.c-product-add-to-card__color .c-btn-color-pattern {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.c-product-add-to-card__color .c-btn-color-pattern--wood {
    background-image: url(../../../../main/wood-texture.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.c-product-add-to-card__color .c-btn-color-pattern.with-border {
    border: 1px solid #8a8a8a;
}

.c-product-add-to-card__name {
    margin-bottom: 5px;
    font-size: 18px;
    float: left;
    width: 208px;
    padding-left: 8px;
}

.c-product-add-to-card__model {
    font-weight: 700;
}

.c-product-add-to-card__close {
    position: absolute;
    float: right;
    display: block;
    width: 24px;
    height: 24px;
    right: 32px;
    top: 32px;
    cursor: pointer;
}

.c-product-add-to-card__close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-product-add-to-card__close:after, .c-product-add-to-card__close:before {
    content: "";
    position: absolute;
    width: 130%;
    height: 1px;
    left: -3px;
    top: 12px;
    background: #8a8a8a;
}

.c-product-add-to-card__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-product-add-to-card__buttons {
    padding: 0 96px;
}

.c-product-add-to-card__buttons .c-btn {
    display: block;
    width: 100%;
    line-height: 40px;
}

.c-product-add-to-card__buttons .c-btn:not(:last-child) {
    margin-bottom: 8px;
}

.c-product-add-to-card__color-name {
    margin-top: 5px;
    font-size: 16px;
}

.c-product-add-to-card__code {
    font-size: 14px;
}

.c-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(31, 95, 137, 0.3);
    visibility: visible;
    opacity: 1;
    z-index: 100;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.c-popup.is-hidden {
    visibility: hidden;
    opacity: 0;
    z-index: -5;
}

.c-menu-control {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.c-menu-control.is-mobile-hidden, .c-menu-control__item.is-hidden {
    display: none;
}

.c-form-checkout {
    padding-bottom: 40px;
}

.c-form-checkout fieldset {
    border: none;
}

.c-form-checkout__wrapper {
    *zoom: 1;
}

.c-form-checkout__wrapper:after, .c-form-checkout__wrapper:before {
    content: "";
    display: table;
}

.c-form-checkout__wrapper:after {
    clear: both;
}

.c-form-checkout__user-info {
    float: left;
    width: 320px;
    padding: 16px;
}

.c-form-checkout__user-info .c-input-block {
    margin-bottom: 16px;
}

.c-form-checkout__user-info .c-input-block sup {
    padding-left: 2px;
    vertical-align: top;
}

.c-form-checkout__title {
    padding: 16px;
    font-size: 24px;
    line-height: 32px;
}

.c-form-checkout__parameters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.c-form-checkout__parameters_total {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-form-checkout__map {
    float: right;
    width: 66.66667%;
    margin-top: 64px;
    padding: 0 16px;
}

.c-form-checkout__map .c-map {
    height: 320px;
    background: #f0f0f0;
}

.c-form-checkout__additional {
    padding: 0 16px;
    width: 50%;
}

.c-form-checkout__additional_mobile {
    display: none;
}

.c-form-checkout__info {
    margin: 0 auto;
    padding: 20px 0 12px;
    font-size: 13px;
    line-height: 16px;
    color: #8a8a8a;
    text-align: center;
}

.c-form-checkout__info-left {
    text-align: left;
}

.c-form-checkout__info_black {
    color: #000;
}

.c-form-checkout__prices {
    position: relative;
    float: right;
    min-width: 336px;
    padding: 16px;
}

.c-form-checkout__prices:after {
    content: "";
    position: absolute;
    left: 36px;
    width: -webkit-calc(100% - 72px);
    width: calc(100% - 72px);
    height: 1px;
    bottom: 76px;
    background-color: #000;
}

.c-form-checkout__terms-of-delivery {
    float: left;
    width: 66.66667%;
    margin: 0;
    padding: 0;
}

.c-form-checkout__terms-of-delivery-col {
    padding: 0 16px;
    width: 50%;
    float: left;
}

.c-form-checkout__delivery-calc-intro {
    padding-top: 54px;
    padding-bottom: 0;
    height: 120px;
}

.c-form-checkout__warm-ttl {
    margin-bottom: 8px;
    color: #8a8a8a;
    font-weight: 400;
}

.c-form-checkout__personal-checkbox, .c-form-checkout__warm-checkbox {
    margin-left: 22px;
}

.c-form-checkout__personal-checkbox .c-checkbox__control, .c-form-checkout__warm-checkbox .c-checkbox__control {
    top: 3px;
}

.c-form-checkout__personal-checkbox {
    margin-top: 20px;
}

.c-form-checkout .c-select-group__item {
    width: 50%;
}

.c-form-checkout .c-price-table {
    width: 100%;
    padding-top: 16px;
    border: 1px solid #d6d6d6;
}

.c-form-checkout .c-price-table__cell {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 16px;
}

.c-form-checkout .c-price-table__row:last-child .c-price-table__cell {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 24px;
}

.c-form-checkout .c-price-table__cell:nth-child(even) {
    padding-left: 4px;
    font-family: ProximaNova-Semibold;
    text-align: right;
}

.c-form-checkout .c-price-table__cell:nth-child(odd) {
    padding-right: 4px;
    text-align: left;
}

.c-form-checkout .c-select-delivery {
    padding-top: 24px;
}

.c-form-checkout .c-select-delivery .easy-autocomplete-container ul li:hover {
    background-color: #f5f5f5;
}

.c-form-checkout .c-select-delivery .easy-autocomplete-container ul li.selected, .c-form-checkout .c-select-delivery .easy-autocomplete-container ul li.selected:hover {
    background-color: #1f5f89;
    color: #fff;
}

.c-form-checkout .c-select-delivery .c-select {
    margin-bottom: 24px;
}

.c-form-checkout .c-select-delivery .c-select input[disabled] {
    background-color: #eee;
}

.c-form-checkout .c-select-delivery .c-select:last-child {
    margin-bottom: 0;
}

.c-form-checkout .c-select-delivery .c-subtitle {
    margin-bottom: 8px;
    color: #8a8a8a;
    font-weight: 400;
}

.c-form-checkout .c-select-delivery_calc {
    padding-top: 10px;
}

.c-form-checkout .c-select-delivery__date-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-form-checkout__payment-system {
    width: 670px;
    margin: 0 auto;
}

.c-form-checkout__payment-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    font-size: 0;
    padding-left: 0;
}

.c-form-checkout__payment-list-item {
    width: 80px;
    height: 50px;
    text-align: center;
}

.c-form-checkout__payment-list-item img {
    width: 100%;
}

.c-form-checkout__payment-icon {
    width: 100%;
    height: 100%;
}

.c-form-checkout__btn-wrapper {
    padding: 48px 0;
    text-align: center;
}

.c-form-checkout__btn-wrapper .c-btn {
    display: inline-block;
    width: 206px;
    font-size: 16px;
    line-height: 40px;
}

.c-link {
    font-size: 13px;
    line-height: 16px;
    color: #1f5f89;
    text-decoration: none;
}

.c-link:hover {
    text-decoration: underline;
}

.c-slider__item.slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
}

.c-parameter, .c-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-parameter {
    width: 50%;
    min-height: 60px;
    padding: 10px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.c-parameter:last-of-type {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-parameter__icon {
    min-width: 30px;
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px;
}

.c-parameter__icon-svg {
    width: 100%;
    height: auto;
}

.c-parameter__icon_weight .c-parameter__icon-svg {
    width: 90%;
}

.c-parameter__info {
    min-width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column;
    margin-left: 10px;
}

.c-parameter__ttl {
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 3px;
    white-space: nowrap;
}

.c-parameter__value {
    font-size: 18px;
    white-space: nowrap;
}

.c-parameter_total .c-parameter__info {
    text-align: center;
}

.c-parameter_total.c-parameter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-hidden-input {
    position: absolute;
    opacity: 0;
    z-index: -20;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes a {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes a {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: a;
    animation-name: a;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes b {
    0%, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes b {
    0%, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: b;
    animation-name: b;
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes c {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.pulse {
    -webkit-animation-name: c;
    animation-name: c;
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes d {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.rubberBand {
    -webkit-animation-name: d;
    animation-name: d;
}

.shake {
    -webkit-animation-name: xb;
    animation-name: xb;
}

@-webkit-keyframes e {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes e {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: e;
    animation-name: e;
}

@-webkit-keyframes f {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes f {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: f;
    animation-name: f;
}

@-webkit-keyframes g {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes g {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.tada {
    -webkit-animation-name: g;
    animation-name: g;
}

@-webkit-keyframes h {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes h {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: h;
    animation-name: h;
}

@-webkit-keyframes i {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes i {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: i;
    animation-name: i;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes j {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes j {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.bounceIn {
    -webkit-animation-name: j;
    animation-name: j;
}

@-webkit-keyframes k {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes k {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: k;
    animation-name: k;
}

@-webkit-keyframes l {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes l {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: l;
    animation-name: l;
}

@-webkit-keyframes m {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes m {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: m;
    animation-name: m;
}

@-webkit-keyframes n {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes n {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInUp {
    -webkit-animation-name: n;
    animation-name: n;
}

@-webkit-keyframes o {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes o {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: o;
    animation-name: o;
}

@-webkit-keyframes p {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes p {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: p;
    animation-name: p;
}

@-webkit-keyframes q {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes q {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: q;
    animation-name: q;
}

@-webkit-keyframes r {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes r {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: r;
    animation-name: r;
}

@-webkit-keyframes s {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes s {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: s;
    animation-name: s;
}

@-webkit-keyframes t {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes t {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: t;
    animation-name: t;
}

@-webkit-keyframes u {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes u {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: u;
    animation-name: u;
}

@-webkit-keyframes v {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes v {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: v;
    animation-name: v;
}

@-webkit-keyframes w {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes w {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: w;
    animation-name: w;
}

@-webkit-keyframes x {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes x {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: x;
    animation-name: x;
}

@-webkit-keyframes y {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes y {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: y;
    animation-name: y;
}

@-webkit-keyframes z {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes z {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: z;
    animation-name: z;
}

@-webkit-keyframes A {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes A {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: A;
    animation-name: A;
}

@-webkit-keyframes B {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes B {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: B;
    animation-name: B;
}

@-webkit-keyframes C {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes C {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: C;
    animation-name: C;
}

@-webkit-keyframes D {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes D {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: D;
    animation-name: D;
}

@-webkit-keyframes E {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes E {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: E;
    animation-name: E;
}

@-webkit-keyframes F {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes F {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: F;
    animation-name: F;
}

@-webkit-keyframes G {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes G {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: G;
    animation-name: G;
}

@-webkit-keyframes H {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes H {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: H;
    animation-name: H;
}

@-webkit-keyframes I {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes I {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: I;
    animation-name: I;
}

@-webkit-keyframes J {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes J {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: J;
    animation-name: J;
}

@-webkit-keyframes K {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes K {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: K;
    animation-name: K;
}

@-webkit-keyframes L {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes L {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: L;
    animation-name: L;
}

@-webkit-keyframes M {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes M {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: M;
    animation-name: M;
}

@-webkit-keyframes N {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes N {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: N;
    animation-name: N;
}

@-webkit-keyframes O {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes O {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: O;
    animation-name: O;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes P {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes P {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: P;
    animation-name: P;
}

@-webkit-keyframes Q {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes Q {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: Q;
    animation-name: Q;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes R {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes R {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: R;
    animation-name: R;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes S {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes S {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: S;
    animation-name: S;
}

@-webkit-keyframes T {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes T {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: T;
    animation-name: T;
}

@-webkit-keyframes U {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes U {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: U;
    animation-name: U;
}

@-webkit-keyframes V {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes V {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: V;
    animation-name: V;
}

@-webkit-keyframes W {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes W {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: W;
    animation-name: W;
}

@-webkit-keyframes X {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes X {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: X;
    animation-name: X;
}

@-webkit-keyframes Y {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

@keyframes Y {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: Y;
    animation-name: Y;
}

@-webkit-keyframes Z {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes Z {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: Z;
    animation-name: Z;
}

@-webkit-keyframes ab {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes ab {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: ab;
    animation-name: ab;
}

@-webkit-keyframes bb {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes bb {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: bb;
    animation-name: bb;
}

@-webkit-keyframes cb {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes cb {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: cb;
    animation-name: cb;
}

@-webkit-keyframes db {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes db {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: db;
    animation-name: db;
}

@-webkit-keyframes eb {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

@keyframes eb {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: eb;
    animation-name: eb;
}

@-webkit-keyframes fb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes fb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: fb;
    animation-name: fb;
}

@-webkit-keyframes gb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes gb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: gb;
    animation-name: gb;
}

@-webkit-keyframes hb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes hb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: hb;
    animation-name: hb;
}

@-webkit-keyframes ib {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes ib {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: ib;
    animation-name: ib;
}

@-webkit-keyframes jb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes jb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: jb;
    animation-name: jb;
}

@-webkit-keyframes kb {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes kb {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: kb;
    animation-name: kb;
}

@-webkit-keyframes lb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes lb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: lb;
    animation-name: lb;
}

@-webkit-keyframes mb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes mb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: mb;
    animation-name: mb;
}

@-webkit-keyframes nb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes nb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: nb;
    animation-name: nb;
}

@-webkit-keyframes ob {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes ob {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: ob;
    animation-name: ob;
}

@-webkit-keyframes pb {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes pb {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInDown {
    -webkit-animation-name: pb;
    animation-name: pb;
}

@-webkit-keyframes qb {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes qb {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInLeft {
    -webkit-animation-name: qb;
    animation-name: qb;
}

@-webkit-keyframes rb {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes rb {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInRight {
    -webkit-animation-name: rb;
    animation-name: rb;
}

@-webkit-keyframes sb {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes sb {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInUp {
    -webkit-animation-name: sb;
    animation-name: sb;
}

@-webkit-keyframes tb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes tb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: tb;
    animation-name: tb;
}

@-webkit-keyframes ub {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ub {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: ub;
    animation-name: ub;
}

@-webkit-keyframes vb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes vb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: vb;
    animation-name: vb;
}

@-webkit-keyframes wb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes wb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: wb;
    animation-name: wb;
}

@-webkit-keyframes xb {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15%, 45%, 75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    30%, 60%, 90% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes xb {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15%, 45%, 75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    30%, 60%, 90% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@-webkit-keyframes yb {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes yb {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@media only screen and (max-width: 1024px) {
    .l-container {
        *zoom: 1;
        width: auto;
        max-width: 1100px;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 48px;
        padding-right: 48px;
    }

    .l-container:after, .l-container:before {
        content: "";
        display: table;
    }

    .l-container:after {
        clear: both;
    }

    .m-page-header__content {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .m-page-header__col1, .m-page-header__col2 {
        width: 33.33333%;
        padding: 0 8px;
    }

    .m-page-header__col3 {
        padding: 0 8px;
    }

    .m-catalog-search__btn-wrapper {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin: 32px 0 48px -8px;
    }

    .m-catalog-search__btn {
        padding: 0 8px;
    }

    .m-catalog-search__wrapper {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .m-catalog-search__cards-wrapper {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin: 0 -8px;
    }

    .m-catalog-search__card {
        padding: 8px;
        height: 208px;
    }

    .m-catalog-search__fields-group {
        width: 684px;
        margin: 0 auto;
    }

    .m-catalog-search__fields-group .c-input-field {
        padding: 16px 8px;
    }

    .m-catalog-search__result-item .c-product-preview {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .m-catalog-search__result-item .c-product-preview__img-wrapper {
        padding: 0 8px;
    }

    .m-catalog-search__result-item .c-product-preview__img {
        margin: 0 auto;
    }

    .m-catalog-search__result-item .c-product-preview__content {
        padding: 8px;
    }

    .m-catalog-search__result-item .c-product-preview__content .c-content {
        width: 100%;
    }

    .m-catalog-search__buttons {
        width: 70%;
        margin: 0 auto;
        font-size: 0;
    }

    .m-catalog-search__buttons .c-btn {
        width: 40%;
        margin: 16px 16px 0;
        padding: 0 10px;
    }

    .m-catalog-search__buttons .c-btn .is-mobile-hidden {
        display: none;
    }

    html.bx-ie .m-catalog-search__card {
        width: 100%;
    }

    .m-page-footer {
        padding-bottom: 64px;
    }

    .m-page-footer__wrapper {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .m-page-footer__col1 {
        float: left;
        width: 33.33333%;
        margin-left: 8.33333%;
        margin-bottom: 32px;
    }

    .m-page-footer__col1 .c-socials {
        text-align: center;
    }

    .m-page-footer__col2 {
        float: right;
        width: 33.33333%;
        margin-left: 8.33333%;
        margin-right: 8.33333%;
        margin-bottom: 32px;
        text-align: right;
    }

    .m-page-footer__col2 .c-socials {
        text-align: center;
    }

    .m-page-footer__col3 {
        float: left;
        width: 100%;
    }

    .m-product-card {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .m-product-card__col1, .m-product-card__col2 {
        padding: 16px 8px;
    }

    .m-product-card__describe .c-select-group__item {
        display: block;
    }

    .m-product-card__describe .c-content__table--big {
        display: block;
        width: auto;
    }

    .m-product-card__describe .c-content__table--big tbody {
        display: block;
    }

    .m-product-card__describe .c-content__table--big .c-content__table-row {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(n - 3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
    }

    .m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(5) {
        display: inline-block;
    }

    .m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(6), .m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(7) {
        display: inline-block;
        width: 95px;
    }

    .m-product-card__describe .c-content__table--big thead {
        display: none;
    }

    .m-product-card__describe .c-content__table-mobile-caption {
        display: block;
        width: 168px;
        padding-right: 16px;
    }

    .m-product-card__describe .c-content__table-value {
        width: 268px;
    }

    .m-product-card__promo {
        padding: 0 8px;
    }

    .m-product-card__select-quantity .c-input-field, .m-product-card__select-quantity .c-select {
        width: 40%;
    }

    .m-product-card__buttons-wrapper {
        margin-bottom: 32px;
    }

    .m-product-card .c-btn {
        display: block;
        width: 208px;
        padding: 0;
        margin-bottom: 8px;
        margin-right: 0;
    }

    .m-product-card .c-btn:not(:last-child) {
        margin-right: 0;
    }

    .m-product-card__info {
        width: 100%;
    }

    .m-personal .c-select-group__item {
        width: 33.33333%;
    }

    .m-personal__pass {
        padding-left: 8px;
    }

    .m-user-info {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
        font-size: 0;
    }

    .m-user-info__col {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-right: 8.33333%;
    }

    .m-user-info__col--3 {
        width: auto;
        padding-right: 16.66667%;
    }

    .m-cart {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .m-cart__item:after {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        margin-left: -8px;
    }

    .m-cart__info {
        width: 100%;
        padding: 32px 8px;
    }

    .m-cart__palette {
        width: 33.33333%;
        padding: 16px 8px;
    }

    .m-cart__discount {
        width: 50%;
        padding: 16px 8px;
    }

    .m-cart__btn-wrapper .c-btn {
        line-height: 40px;
    }

    .m-order__preview {
        padding-left: 8px;
    }

    .m-checkout {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .m-checkout label.error {
        max-width: 210px;
    }

    .m-contacts {
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .m-contacts__info {
        width: 100%;
        text-align: center;
    }

    .m-contacts__map {
        width: 100%;
        min-height: 500px;
        margin-top: 20px;
    }

    .m-page-footer .c-copyright__row, .m-page-footer .c-info-links {
        text-align: center;
    }

    .c-input-field .c-btn-color-pattern {
        width: 40%;
    }

    .c-socials__link {
        width: 54px;
    }

    .c-copyright {
        text-align: center;
    }

    .c-copyright__item {
        display: inline-block;
    }

    .c-palette__select-group .c-select-group__item {
        width: 100%;
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 40px;
    }

    .c-palette__wrapper {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .c-palette__item {
        width: 33.33333%;
        padding: 16px 8px;
    }

    .c-palette__aim {
        width: 7.5%;
    }

    .c-palette__detail-column {
        width: 16.66667%;
    }

    .c-decor-link {
        padding-left: 16px;
    }

    .c-decor-link__text {
        padding: 16px 8px 16px 16px;
    }

    .c-cart-item__img {
        padding: 0 8px;
    }

    .c-cart-item__swatch-wrapper {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 0 8px;
    }

    .c-cart-item__swatch {
        width: 40px;
        height: 40px;
    }

    .c-cart-item__name, .c-cart-item__price, .c-cart-item__quantity {
        padding: 0 8px;
    }

    .c-cart-item__delete {
        padding-top: 0;
    }

    .c-cart-item__delete .c-delete-btn {
        width: 24px;
        height: 24px;
        left: 16px;
    }

    .c-cart-item__delete .c-delete-btn:after, .c-cart-item__delete .c-delete-btn:before {
        right: 0;
    }

    .c-mini-palette__list {
        width: 560px;
    }

    .c-mini-palette__item {
        width: 10%;
    }

    .c-discount .c-price, .c-discount .c-subtitle {
        width: 50%;
        padding: 0 8px;
    }

    .c-discount .c-price.is-hidden {
        display: none;
    }

    .c-discount__text {
        width: 50%;
        padding: 0 8px;
        font-size: 12px;
    }

    .c-order-item__item {
        padding: 0 8px;
    }

    .c-order-item__item--color-swatch div {
        width: 40px;
        height: 40px;
    }

    .c-order-detail__item {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .c-order-detail__item:after {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        left: 8px;
    }

    .c-order-detail__delivery {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .c-order-detail__delivery:after {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        left: 8px;
    }

    .c-order-detail__total {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .c-order-delivery__col1 {
        width: 66.66667%;
        padding: 0 8px;
    }

    .c-order-delivery__col2 {
        padding: 0 8px;
    }

    .c-order-total:before {
        width: 58.33333%;
        padding: 0 8px;
    }

    .c-order-total__text {
        padding: 0 8px;
    }

    .c-order-total__text:first-child {
        width: 16.66667%;
    }
}

@media only screen and (max-width: 768px) {
    .l-container {
        *zoom: 1;
        width: auto;
        max-width: 520px;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 8px;
        padding-right: 8px;
    }

    .l-container:after, .l-container:before {
        content: "";
        display: table;
    }

    .l-container:after {
        clear: both;
    }

    .l-container__detail {
        width: 85%;
        margin: 0 auto;
    }

    .l-main {
        padding-top: 40px;
    }

    .m-page-header {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .m-page-header__content {
        display: block;
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        height: auto;
        margin-left: -8px;
    }

    .m-page-header__col1 {
        display: block;
        width: 240px;
        height: 40px;
        margin: 0 auto 32px;
    }

    .m-page-header__col2 {
        display: block;
        width: 240px;
        margin: 0 auto 16px;
        text-align: center;
    }

    .m-page-header__col2.is-mobile-hidden {
        display: none;
    }

    .m-page-header__col3 {
        display: block;
        width: 240px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 16px;
    }

    .m-page-header__col3 .c-login {
        text-align: center;
    }

    .m-page-header__col3 .is-mobile-hidden {
        display: none;
    }

    .m-catalog-search__btn-wrapper {
        width: 304px;
        margin: 32px auto;
    }

    .m-catalog-search__btn {
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
    }

    .m-catalog-search__card {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .m-catalog-search__wrapper {
        width: 304px;
        margin: 0 auto;
    }

    .m-catalog-search__fields-group {
        width: 100%;
    }

    .m-catalog-search__fields-group .c-input-field {
        width: 100%;
        padding: 16px 0;
        text-align: center;
    }

    .m-catalog-search__result-item {
        padding-bottom: 16px;
    }

    .m-catalog-search__result-item .c-product-preview__img-wrapper {
        float: none;
        width: 100%;
    }

    .m-catalog-search__result-item .c-product-preview__img {
        margin: 0 auto;
    }

    .m-catalog-search__result-item .c-product-preview__content {
        float: none;
        width: 100%;
    }

    .m-catalog-search__result-item .c-product-preview__content .c-title {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .m-catalog-search__result-item .c-product-preview__content .c-btn {
        width: 50%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .m-catalog-search__buttons {
        width: auto;
    }

    .m-catalog-search__buttons .c-btn {
        width: -webkit-calc(50% - 8px);
        width: calc(50% - 8px);
        margin: 0 0 16px;
    }

    .m-catalog-search__buttons .c-btn:nth-child(2n+1) {
        margin-right: 16px;
    }

    html.bx-ie .m-catalog-search__btn-wrapper {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    html.bx-ie .m-catalog-search__card {
        width: 100% !important;
    }

    .m-page-footer__col1, .m-page-footer__col2 {
        float: none;
        width: 100%;
        margin: 0 auto 32px;
    }

    .m-product-card {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .m-product-card__col1, .m-product-card__col2 {
        float: none;
        width: 100%;
    }

    .m-product-card__img {
        width: 208px;
        height: 208px;
        margin: 0 auto;
    }

    .m-product-card__describe .c-content__table-cell:first-child, .m-product-card__describe .c-content__table-cell:last-child {
        width: 50%;
    }

    .m-product-card__select-color {
        width: 100%;
    }

    .m-product-card__select-quantity {
        *zoom: 1;
    }

    .m-product-card__select-quantity:after, .m-product-card__select-quantity:before {
        content: "";
        display: table;
    }

    .m-product-card__select-quantity:after {
        clear: both;
    }

    .m-product-card__select-quantity .c-input-field {
        float: left;
        width: -webkit-calc(50% - 8px);
        width: calc(50% - 8px);
        margin-right: 16px;
    }

    .m-product-card__select-quantity .c-select {
        float: right;
        width: -webkit-calc(50% - 8px);
        width: calc(50% - 8px);
        margin-top: 24px;
    }

    .m-product-card__prices {
        position: relative;
    }

    .m-product-card__prices .c-prices__row {
        *zoom: 1;
    }

    .m-product-card__prices .c-prices__row:after, .m-product-card__prices .c-prices__row:before {
        content: "";
        display: table;
    }

    .m-product-card__prices .c-prices__row:after {
        clear: both;
    }

    .m-product-card__prices .c-prices__field-name, .m-product-card__prices .c-prices__field-value {
        width: 50%;
        margin: 0;
    }

    .m-product-card__prices .c-prices__field-name {
        float: left;
    }

    .m-product-card__prices .c-prices__field-value {
        float: right;
        padding-left: 8px;
    }

    .m-product-card__prices .c-prices__info {
        position: absolute;
        width: 320px;
        left: -5px;
        bottom: 48px;
    }

    .m-product-card__prices .c-prices__row:last-child {
        margin-top: 24px;
    }

    .m-product-card__buttons-wrapper {
        text-align: center;
    }

    .m-product-card .c-btn {
        width: 304px;
        margin: 0 auto;
    }

    .m-product-card .c-btn:not(:last-child) {
        margin-right: auto;
        margin-bottom: 8px;
    }

    .m-product-card__promo {
        width: 100%;
        margin-top: 0;
    }

    .m-product-card__links {
        margin-bottom: 32px;
    }

    .m-product-card__links .c-decor-link {
        margin-bottom: 8px;
    }

    .m-cart__discount {
        width: 66.66667%;
    }

    .m-order__preview {
        padding-left: 0;
    }

    .c-logo svg {
        width: 240px;
    }

    .c-page-title {
        text-align: center;
    }

    .c-mini-card {
        position: static;
        height: auto;
        padding: 10px 0;
        background-size: 0;
        background-color: #f5f5f5;
    }

    .c-mini-card__overlay {
        position: static;
        height: 0;
        width: 0;
    }

    .c-mini-card__title {
        position: static;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .c-input-field .c-btn-color-pattern {
        width: -webkit-calc(50% - 8px);
        width: calc(50% - 8px);
        margin-right: 8px;
    }

    .c-palette__wrapper {
        text-align: center;
    }

    .c-palette__item {
        width: 70%;
        min-width: 304px;
        padding: 8px 0;
    }

    .c-palette__aim {
        width: 5%;
    }

    .c-palette__detail-spectrum {
        width: 80%;
        margin: 0 auto;
    }

    .c-palette__detail-column {
        width: 25%;
    }

    .c-palette__text {
        width: 100%;
    }

    .c-palette__btn {
        width: 32px;
        height: 64px;
    }

    .c-palette__btn:after {
        top: 16px;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
    }

    .c-palette__btn--left {
        left: -32px;
    }

    .c-palette__btn--left:after {
        right: 10px;
        border-right: 8px solid #8a8a8a;
        border-left: 8px solid transparent;
    }

    .c-palette__btn--right {
        right: -32px;
    }

    .c-palette__btn--right:after {
        left: 10px;
        border-left: 8px solid #8a8a8a;
        border-right: 8px solid transparent;
    }

    .c-palette__tooltip {
        width: 280px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .c-palette__tooltip.top {
        top: -30px;
    }

    .c-palette__tooltip.bottom {
        bottom: -30px;
    }

    .c-cart-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-cart-item__img {
        margin-bottom: 32px;
        background-position: 50% 0;
    }

    .c-cart-item__img--instrument {
        width: 50%;
    }

    .c-cart-item__swatch-wrapper {
        width: 20.83333%;
    }

    .c-cart-item__swatch {
        width: 40px;
        height: 40px;
    }

    .c-cart-item__name {
        width: 50%;
    }

    .c-cart-item__quantity {
        width: 100%;
        font-size: 0;
        margin-bottom: 32px;
    }

    .c-cart-item__quantity .c-input-field {
        margin-right: 16px;
        margin-bottom: 0;
    }

    .c-cart-item__quantity .c-input-field, .c-cart-item__quantity .c-select {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(50% - 8px);
        width: calc(50% - 8px);
    }

    .c-cart-item__price {
        width: 50%;
    }

    .c-cart-item__delete {
        width: 50%;
        padding: 0 8px;
        text-align: right;
    }

    .c-cart-item__delete .c-delete-btn {
        width: 24px;
        height: 24px;
        left: -webkit-calc(100% - 36px);
        left: calc(100% - 36px);
    }

    .c-mini-palette__list {
        width: 304px;
    }

    .c-mini-palette__item {
        width: 12.5%;
    }

    .c-order-preview__item {
        width: 50%;
        padding: 0 8px 8px;
        margin-right: 0;
    }

    .c-order-item {
        font-size: 0;
    }

    .c-order-item__item {
        float: none;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
    }

    .c-order-item__item--img-color {
        width: 31.25%;
        text-align: center;
    }

    .c-order-item__item--img-instrument {
        width: 31.25%;
        padding: 0 8px;
    }

    .c-order-item__item--img-instrument img {
        width: 95%;
    }

    .c-order-item__item--color-swatch {
        width: 18.75%;
    }

    .c-order-item__item--name {
        width: 50%;
        padding-left: 0 8px;
    }

    .c-order-item__item--quantity {
        width: 50%;
        padding: 8px;
        padding-left: 16px;
    }

    .c-order-item__item--price {
        width: 50%;
        padding: 8px;
    }

    .c-order-item__item--price .c-order-item-price {
        display: inline-block;
    }

    .c-order-delivery {
        padding-left: 8px;
    }

    .c-order-delivery__col1 {
        width: 50%;
        padding: 0 8px;
    }

    .c-order-delivery__col2 {
        padding-left: 0;
    }

    .c-order-total:before {
        display: none;
    }

    .c-order-total__text {
        float: left;
        padding: 0 16px;
        width: auto;
    }

    .c-order-total__text:first-child {
        width: auto;
        padding-left: 8px;
    }

    .c-menu-control.is-mobile-hidden {
        display: block;
    }

    .c-menu-control__item.is-hidden {
        display: none;
    }

    .c-form-checkout {
        position: relative;
    }

    .c-form-checkout .select2-container {
        width: 100% !important;
    }

    .c-form-checkout__prices {
        position: absolute;
        float: none;
        left: 50%;
        width: 320px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 144px;
        padding: 16px 0;
    }

    .c-form-checkout__title {
        text-align: center;
    }

    .c-form-checkout__payment-system {
        width: 480px;
        margin-bottom: 200px;
    }

    .c-form-checkout__user-info {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .c-form-checkout__additional {
        width: 100%;
    }

    .c-form-checkout__additional_desktop {
        display: none;
    }

    .c-form-checkout__additional_mobile {
        display: block;
    }

    .c-form-checkout__info-left {
        text-align: center;
    }

    .c-form-checkout__terms-of-delivery {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .c-form-checkout__terms-of-delivery-col {
        width: 100%;
        float: none;
    }

    .c-form-checkout__map {
        float: none;
        width: 320px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 520px) {
    .m-product-card__describe .c-content__table--big {
        font-size: 11px;
    }

    .m-product-card__describe .c-content__table--big .c-content__table-cell:nth-child(6) {
        width: 82px;
    }

    .m-product-card__describe .c-content__table--big .c-content__table-mobile-caption {
        width: 152px;
        padding-right: 16px;
    }

    .m-product-card__describe .c-content__table--big .c-content__table-value {
        width: 152px;
    }

    .m-personal .c-select-group__item {
        width: 100%;
    }

    .m-user-info__col {
        width: 100%;
        padding: 16px 8px;
    }

    .m-user-info__buttons {
        padding: 0 8px;
    }

    .m-user-info__buttons .c-btn {
        width: 304px;
        margin: 0 auto;
    }

    .m-user-info__buttons .c-btn:not(:last-child) {
        margin-bottom: 16px;
    }

    .m-user-info__buttons .js-msg {
        width: 100%;
        margin-bottom: 8px;
        line-height: 20px;
    }

    .m-cart__palette {
        width: 66.66667%;
    }

    .m-cart__discount {
        width: 100%;
    }

    .m-cart__clean {
        top: -25px;
        right: 23px;
    }

    .m-404-page__wrapper {
        width: 260px;
    }

    .c-palette__tooltip {
        width: 160px;
        padding: 5px 10px;
    }

    .c-palette__tooltip.top {
        top: -40px;
    }

    .c-palette__tooltip.bottom {
        bottom: -40px;
    }

    .c-advice {
        max-width: 95%;
    }

    .c-advice__title {
        font-size: 14px;
    }

    .c-advice__content .c-content, .c-advice__info .c-content {
        font-size: 12px;
    }

    .c-cart-item__quantity {
        width: 100%;
        margin-bottom: 32px;
        margin-right: 0;
    }

    .c-cart-item__name {
        font-size: 14px;
        line-height: 16px;
    }

    .c-cart-item__price {
        width: 50%;
    }

    .c-cart-item__delete .c-delete-btn {
        right: 16px;
    }

    .c-cart-item__img {
        width: 100%;
        background-position: 50% 0;
    }

    .c-cart-item__img--instrument {
        width: 50%;
    }

    .c-cart-item__img-link {
        width: 33.33333%;
        padding: 0 8px;
    }

    .c-cart-item__img-link.c-cart-item__img--instrument {
        width: 50%;
    }

    .c-cart-item__swatch-wrapper {
        width: 16.66667%;
    }

    .c-discount .c-subtitle {
        padding: 0;
        text-align: left;
    }

    .c-discount__row {
        margin-bottom: 16px;
    }

    .c-order-preview__item {
        width: 66.66667%;
    }

    .c-order-preview__item_status {
        width: 33.33333%;
        text-align: right;
    }

    .c-order-item__item {
        font-size: 14px;
    }

    .c-order-item__item_img {
        width: 33.33333%;
        text-align: center;
    }

    .c-order-item__item--color-swatch {
        width: 16.66667%;
    }

    .c-order-item__item--name {
        width: 50%;
        padding-left: 8px;
    }

    .c-order-item__item--quantity {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 10px;
    }

    .c-order-item__item--price {
        width: 100%;
        padding: 0 8px;
    }

    .c-order-delivery__col1 {
        width: 100%;
        padding-left: 0;
        margin-bottom: 8px;
    }

    .c-form__confirm-policy {
        padding-left: 24px;
    }

    .c-form__btn .c-btn {
        display: block;
        width: 100%;
    }

    .c-product-add-to-card {
        width: 320px;
        padding: 32px 16px;
    }

    .c-product-add-to-card .c-subtitle {
        margin-bottom: 32px;
        font-size: 18px;
        text-align: left;
    }

    .c-product-add-to-card__name {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 16px;
        text-align: center;
    }

    .c-product-add-to-card__color, .c-product-add-to-card__img {
        float: none;
        display: inline-block;
    }

    .c-product-add-to-card__buttons {
        padding: 0 32px;
    }

    .c-product-add-to-card__close {
        right: 16px;
    }

    .c-product-add-to-card__wrapper {
        text-align: center;
    }

    .c-form-checkout__payment-system {
        width: 320px;
    }

    .c-form-checkout__payment-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .c-form-checkout__payment-list-item {
        margin: 0 4px 16px;
    }
}

@media (max-width: 480px) {
    .ui-pnotify-mobile-able.ui-pnotify {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: auto !important;
        font-size: 1.2em;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }

    .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom-width: 5px;
    }

    .ui-pnotify-mobile-able .ui-pnotify-container {
        border-radius: 0;
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft, .ui-pnotify-mobile-able.ui-pnotify.stack-topleft {
        left: 0;
        right: 0;
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow {
        border-top-width: 5px;
        border-bottom-width: 1px;
    }
}

@media print {
    .datepickers-container {
        display: none;
    }
}

/* End */
/* Start:/local/templates/benjamin/styles.css?1659964408966*/
[data-tooltip] {
    position: relative;
    /* Относительное позиционирование */
}

[data-tooltip]::after {
    content: '123';
    /* Выводим текст */
    position: absolute;
    /* Абсолютное позиционирование */
    width: 340px;
    /* Ширина подсказки */
    height: 35px;
    left: 15px;
    top: 15px;
    /* Положение подсказки */
    background: #fff;
    /* Белый цвет фона */
    color: #000;
    padding: 0;
    /* Поля вокруг текста */
    border-radius: 8px;
    text-align: center;
    pointer-events: none;
    /* Подсказка */
    opacity: 0;
    /* Подсказка невидима */
    transition: 1s;
    /* Время появления подсказки */
    z-index: 10;
}

[data-tooltip]:hover::after {
    opacity: 1;
    /* Показываем подсказку */
    top: 2em;
    /* Положение подсказки */
}

/* End */
/* /assets/css/main/styles.css?1659964492180129 */
/* /local/templates/benjamin/styles.css?1659964408966 */
.tabs__button:hover {
    text-decoration: none;
}

.product_item-out {
    font-size: 13px;
}

.popup-color {
    display: none;
    width: 1200px;
    max-width: 100%;
    padding: 24px;
    line-height: 1.3;
    box-shadow: 0px 0px 20px 0px rgba(11, 10, 69, 0.15);
}

.popup-color form {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.popup-color form .ttl {
    font-weight: bold;
    font-size: 18px;
    font-weight: 600;
}

.popup-color form input {
    max-width: 100%;
    width: 500px;
    background: #F2F4F4;
    border-radius: 8px;
    border: none;
    padding: 12px 20px;
}

.popup-color form button {
    align-self: flex-start;
}

.popup-color .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.popup-color .desc {
    margin: 20px 0 0;
    color: #909090;
    max-width: 860px;
    margin-bottom: 45px;
    font-size: 13px;
}

@media (min-width: 768px) {
    .popup-color .desc {
        font-size: 16px;
    }
}

.popup-color .tabs-head {
    margin-top: 20px;
    display: flex;
    gap: 5px;
}

@media (min-width: 768px) {
    .popup-color .tabs-head {
        gap: 20px;
    }
}

.popup-color .tabs-head button {
    margin: 0;
    padding: 0 0 20px;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-bottom: 1px solid currentColor;
    color: #909090;
    transition: color 0.3s;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.3;
    flex-direction: column;
    gap: 5px;
}

.popup-color .tabs-head button svg {
    gap: 10px;
    width: 20px;
    min-width: 20px;
    min-height: 20px;
    max-height: 20px;
}

@media (min-width: 768px) {
    .popup-color .tabs-head button {
        padding: 0;
        font-size: 16px;
        flex-flow: row nowrap;
        gap: 20px;
    }
}

.popup-color .tabs-head button:hover, .popup-color .tabs-head button.active {
    color: #0b1759;
}

.popup-color .tabs-wrap {
    margin-top: 20px;
}

.popup-color .tab .tabs-head button {
    padding: 0;
}

.popup-color .tab:not(.active) {
    display: none;
}

.popup-color form {
    display: flex;
}

.b-palette {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 5px;
}

@media (min-width: 992px) {
    .b-palette {
        grid-template-columns: repeat(9, 1fr);
        gap: 13px 9px;
    }
}

.b-palette li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .b-palette li {
        font-size: 16px;
    }
}

.b-palette div {
    height: 47px;
}

@media (min-width: 768px) {
    .b-palette div {
        height: 88px;
    }
}

/*# sourceMappingURL=style.css.map */


.contacts-box__info-download {
    margin-top: 0px;
    margin-bottom: 0px;
}

.contacts-box__info-download-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px 5px 0px;
    margin-bottom: 20px;
    margin-top: 30px;
    background-color: transparent !important;
}

.contacts-box__info-download-btn svg {
    max-width: 46px;
    min-width: 46px;
    max-height: 59px;
    margin-right: 20px;
}

input#QUANTITY {
    user-select: none;
    padding: 6px 12px 6px 12px;
    border-radius: 4px;
    background: #F2F4F4;
    border: none;
    height: 36px;
    font-size: 14px;
    color: #2a2b2c;
    width: 50px;
}

.product-stock_status {
  display: flex;
  gap: 7px;
  align-items: center;
}
.product-stock .product-stock_status--available span {
  color: #449e50;
}
.product-stock .product-stock_status--available svg {
  color: #449e50;
}
.product-stock .product-stock_status--call-available span {
  color: #ef9a0f;
}
.product-stock .product-stock_status--call-available svg {
  color: #ef9a0f;
}
.product-stock .product-stock_status--not-available span {
  color: #e8204f;
}
.product-stock .product-stock_status--not-available svg {
  color: #e8204f;
}
.modal-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-not-available-modal-data__title, .product-added-check-available__title {
    color: var(--color-black);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 50px;
    margin-bottom: 30px;
}
.product-not-available-modal-data__contacts {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}

.product-not-available-modal-data__contacts > div {
    display: flex;
    gap: 10px;
    align-items: center;
}
.close-modal.modal-close {
    position: absolute;
    top: 20px;
    right: 15px;
    border: none;
    background: none;
	background: transparent;
}
.modal-content {
    width: 100%;
    overflow: auto;
    padding: 24px;
}