
 
.new-year {
    position: relative;
    margin-bottom: 16px;
    margin-top: 16px
}

.new-year__preview-empty {
    background: #f8f8f8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10
}

.new-year__preview-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%
}

.new-year__fake-navbar {
    position: relative
}

.new-year__container {
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.new-year__body {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 22px
}

.new-year__body-settings {
    width: 300px;
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 24px
}

.new-year__body-preview {
    min-height: 647px;
    background: #34363a;
    position: relative;
    width: 100%;
    overflow: hidden
}

.new-year__settings-form {
    padding-top: 16px
}

.new-year__settings-group {
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 1px solid #e6e6e6
}

.new-year__settings-group:first-child {
    padding-top: 0
}

.new-year__settings-group:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.new-year__settings-row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.new-year__settings-row-label {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    color: #777;
    font-size: 12px
}

.new-year__settings-row-options {
    width: 100%
}

.new-year__settings-row-options .btn-group .btn {
    border-right-width: 0
}

.new-year__settings-row-options .btn-group .btn:last-child {
    border-right-width: 1px
}

.new-year__settings-row:last-child {
    margin-bottom: 0
}

.new-year__header {
    position: relative;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
    height: 55px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.new-year__header-description {
    font-weight: 700;
    padding-left: 110px
}

.new-year__header-snowman {
    position: absolute;
    left: 19px;
    bottom: 0
}

.new-year__header-snowman img {
    display: block;
    max-width: 67px
}

.new-year__footer {
    border-top: 1px solid #ddd;
    padding: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.new-year__footer .btn-primary {
    margin-right: 8px
}

.new-year__footer-deactivate {
    margin-left: auto
}

.dark-mode .new-year__preview-empty {
    background: #000
}

.dark-mode .new-year__container {
    border: 1px solid #3f4149
}

.dark-mode .new-year__body-preview {
    background: #141418
}

.dark-mode .new-year__settings-form {
    padding-top: 16px
}

.dark-mode .new-year__settings-group {
    border-bottom: 1px solid #3f4149
}

.dark-mode .new-year__settings-group:first-child {
    padding-top: 0
}

.dark-mode .new-year__settings-group:last-child {
    border-bottom: none
}

.dark-mode .new-year__settings-row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.dark-mode .new-year__settings-row-label {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    color: #878ea0;
    font-size: 12px
}

.dark-mode .new-year__settings-row-options {
    width: 100%
}

.dark-mode .new-year__settings-row-options .btn-group .btn {
    border-right-width: 0
}

.dark-mode .new-year__settings-row-options .btn-group .btn:last-child {
    border-right-width: 1px
}

.dark-mode .new-year__settings-row-options .active {
    background: #000
}

.dark-mode .new-year__settings-row:last-child {
    margin-bottom: 0
}

.dark-mode .new-year__header {
    border-bottom: 1px solid #3f4149;
    background: none
}

.dark-mode .new-year__footer {
    border-top: 1px solid #3f4149
}

@media (max-width:768px) {
    .new-year__body-settings {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right: 0
    }

    .new-year__body-preview {
        display: none
    }
}

.toys-select {
    width: 100%
}

.toys-select__label {
    color: #888;
    font-size: 12px;
    margin-bottom: 8px
}

.toys-select__options {
    margin-bottom: 2px
}

.toys-select__options-row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.toys-select__options-row:last-child {
    margin-bottom: 0
}

.toys-select__options-item {
    position: relative;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 41px;
    height: 41px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px;
    cursor: pointer;
    margin-bottom: 8px
}

.toys-select__options-item img {
    display: block;
    max-width: 28px
}

.toys-select__options-item-active {
    border: 1px solid #337ab7;
    -webkit-box-shadow: 0 0 0 1px #337ab7;
    -moz-box-shadow: 0 0 0 1px #337ab7;
    box-shadow: 0 0 0 1px #337ab7
}

.toys-select__options-item-disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grey;
    filter: gray;
    opacity: .8
}

.toys-select__options-item:last-child,
.toys-select__options-item:nth-child(6n) {
    margin-right: 0
}

.dark-mode .toys-select__label {
    color: #878ea0
}

.dark-mode .toys-select__options-item {
    border: 1px solid #3f4149
}

.dark-mode .toys-select__options-item-active {
    border: 1px solid #1e73d0;
    -webkit-box-shadow: 0 0 0 1px #1e73d0;
    -moz-box-shadow: 0 0 0 1px #1e73d0;
    box-shadow: 0 0 0 1px #1e73d0
}

.particle-snow,
.particle-snow canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.christmas-garland {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    padding: 0;
    pointer-events: none;
    width: 100%;
    height: 85px
}

.christmas-garland .christmas-garland__item {
    position: relative;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-left: 20px
}

.christmas-garland .christmas-garland__item .shape {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: flash-1;
    -moz-animation-name: flash-1;
    -o-animation-name: flash-1;
    animation-name: flash-1;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.christmas-garland .christmas-garland__item .apple {
    width: 22px;
    height: 22px;
    margin-top: 8px
}

.christmas-garland .christmas-garland__item .apple,
.christmas-garland .christmas-garland__item .pear {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto
}

.christmas-garland .christmas-garland__item .pear {
    width: 12px;
    height: 28px;
    margin-top: 6px
}

.christmas-garland .christmas-garland__item:nth-child(odd) .shape {
    -webkit-animation-name: flash-2;
    -moz-animation-name: flash-2;
    -o-animation-name: flash-2;
    animation-name: flash-2;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s
}

.christmas-garland .christmas-garland__item:nth-child(4n+2) .shape {
    -webkit-animation-name: flash-3;
    -moz-animation-name: flash-3;
    -o-animation-name: flash-3;
    animation-name: flash-3;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    animation-duration: 1.1s
}

.christmas-garland .christmas-garland__item:nth-child(odd) .shape {
    -webkit-animation-duration: 1.8s;
    -moz-animation-duration: 1.8s;
    -o-animation-duration: 1.8s;
    animation-duration: 1.8s
}

.christmas-garland .christmas-garland__item:nth-child(3n+1) .shape {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s
}

.christmas-garland .christmas-garland__item:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -1px;
    left: 9px
}

.christmas-garland .christmas-garland__item:after {
    content: "";
    top: -9px;
    left: 14px;
    position: absolute;
    width: 52px;
    height: 18px;
    border-bottom: 2px solid #222;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.christmas-garland .christmas-garland__item:last-child:after {
    content: none
}

.christmas-garland .christmas-garland__item:first-child {
    margin-left: -40px
}
 
