header .head-content .head-logo .head-rating,
header .head-content .head-logo a,
main .body-wrapper .body-c-buy .button,
main .body-wrapper .body-c-buy .sum {
    font-family: Nunito-Bold, sans-serif;
    font-style: normal
}

body,
ul {
    margin: 0
}

.offer_modal .button .offer_button,
p {
    margin-top: 0
}

header,
.offers_wrapper {
    position: relative;
    z-index: 99;
}

.btn-wrapper,
.icon_fire,
.modal .offer_button,
.modal_text,
.modal_title,
ul.list-style-2 {
    text-align: center
}

@font-face {
    font-family: Nunito-Light;
    src: url("../fonts/nunito/Nunito-Light.woff2");
    font-display: swap
}

@font-face {
    font-family: Nunito-Regular;
    src: url("../fonts/nunito/Nunito-Regular.woff2");
    font-display: swap
}

@font-face {
    font-family: Nunito-Bold;
    src: url("../fonts/nunito/Nunito-Bold.woff2");
    font-display: swap
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

body {
    background-color: #309de5;
    position: relative;
    overflow-x: hidden;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

img {
    width: 100%
}

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

:root {
/*    --bg-body: #4db6e3;*/
    --light-color: #fff;
    --light-color-2: #f9f9f9;
    --accent-color-1: #FD3E01;
    --accent-color-2: #3B8CC4;
    --light-grey-1: #babcbd;
    --light-grey-2: #e7ecf0;
    --links-color-1: #888888;
    --links-color-2: #003f88;
    --text-dark-color: #404040;
    --text-dark-color-2: #343333;
    --text-dark-color-3: #303d4e;
    --text-grey-color: #636363
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
    .d-lg-none {
        display: none !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.col,
.col-12 {
    max-width: 100%
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.d-block {
    display: block !important
}

.d-none {
    display: none !important
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.offer_modal,
.text_bottom ul li {
    margin: 10px 0
}

header {
    padding: 30px 10px
}

header .head-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 350px;
    margin: 0 auto
}

header .head-content .head-checkbox,
main .body-wrapper .body-c-buy {
    display: flex;
    align-items: center
}

header .head-content .head-logo a {
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 5px
}

header .head-content .head-logo .head-rating {
    font-weight: 900;
    font-size: 13px;
    line-height: 19px;
    color: #2171dc;
    background: #fff;
    border-radius: 38px;
    padding: 3px 10px;
    text-align: center
}

main {
    margin-bottom: 50px
}

.top-banner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    max-width: 450px;
}

main .body-wrapper {
    width: 344px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    border-radius: 29px;
    padding: 17px 5px 4px;
    padding-top: 30px;
    margin: 0 auto 40px;
    position: relative
}

/*main .body-wrapper:before {
	content: '';
    background-image: url(../img/snow-hat-2.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    height: 60px;
}*/

main .body-wrapper .orange-background {
    position: absolute;
    width: 374px;
    background: rgba(255, 255, 255, .4);
    border-radius: 20px 20px 30px 30px;
    height: 95%;
    left: -15px;
    top: 31px;
    z-index: -1
}

main .body-wrapper .body-card-logo {
    height: 100px;
    margin-bottom: 22px;
    background-size: 85%;
    display: flex;
    justify-content: center;
    align-items: center
}

.body-card-logo img {
    display: block;
    margin: 0 auto;
    max-width: 68%;
    height: auto
}



main .body-wrapper .body-card-info {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

main .body-wrapper .body-card-info .body-info-item {
    background: #fff;
    box-shadow: 0 4px 20px rgba(211, 211, 211, .53);
    border-radius: 7px;
    width: 48%;
    padding: 17px 12px;
    margin-bottom: 10px
}

main .body-wrapper .body-card-info .body-info-item.grow {
    flex-grow: 1;
    width: 100%
}

main .body-wrapper .body-card-info .body-info-item .bold-b-text {
    font-family: Nunito-Bold, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-dark-color);
}

main .body-wrapper .body-card-info .body-info-item .small-text {
    font-family: Nunito-Regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #a1a1a1
}

main .body-wrapper .body-c-buy {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 15px
}

main .body-wrapper .body-c-buy .sum {
    background: #404040;
    border-radius: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 97.9%;
    color: #fff;
    padding: 14px;
    margin-left: 10px
}

main .body-wrapper .body-c-buy .button {
    position: relative;
    background: #FD3E01;
    border: 7px solid #fff;
    box-sizing: border-box;
    border-radius: 33px 0;
    display: block;
    text-decoration: none;
    font-weight: 900;
    font-size: 16px;
    line-height: 97.9%;
    color: #fff;
    padding: 14px 15px
}

main .body-wrapper .body-c-buy .button:after {
    -webkit-animation: 1.5s linear 1s infinite pulseblob;
    -moz-animation: 1.5s linear 1s infinite pulseblob;
    -ms-animation: pulseblob 1.5s 1s infinite linear;
    -o-animation: 1.5s linear 1s infinite pulseblob;
    animation: 1.5s linear 1s infinite pulseblob;
    content: '';
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    background: rgba(255, 255, 255, .22);
    border-radius: 100px;
    opacity: 0;
    width: 44px;
    height: 44px;
    z-index: 100;
}

@media (max-width:410px) {
    header {
        padding-left: 10px;
        padding-right: 10px
    }
    header .head-content {
        width: 100%
    }
    main .col-12 {
        padding: 0
    }
    main .body-wrapper {
        width: 290px;
        border-radius: 20px;
        padding: 13px 0 0;
        padding-top: 30px;
    }
    main .body-wrapper .orange-background {
        width: 312px;
        left: -11px;
        top: 28px
    }
    main .body-wrapper .body-card-logo {
        height: 80px;
        min-height: auto;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    main .body-wrapper .body-c-buy .sum {
        padding: 12px;
        font-size: 14px
    }
    main .body-wrapper .body-c-buy .button {
        padding: 12px 15px;
        font-size: 13px
    }
}

ul {
    list-style-type: none;
    padding: 0
}

p {
    margin-bottom: 0
}

.icon_fire,
.icon_fire img,
.modal,
.modal_title {
    position: relative
}

.text_bottom {
    color: #272727
}

.text_bottom p {
    line-height: 24px
}

.icon_fire img {
    margin: -28px auto 0
}

.point_block {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:767px) {
    button.duration-200 {
        font-size: 11px
    }
}

.modal-details ul.list-style-1 li,
.modal-details ul.list-style-2 li {
    font-weight: 500;
    color: var(--text-dark-color-2);
    display: inline-block
}

.modal-details ul.list-style-1 li span,
.modal-details ul.list-style-2 li span {
    font-weight: 700;
    color: var(--accent-color-2)
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99999
}

.modal-content {
    background-color: #fff;
    padding: 30px 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -50px
}

.modal-content .modal-title h3,
.modal-content .modal-title h4,
.modal-content .modal-title h5 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 23px;
    color: var(--text-dark-color-2)
}

.modal-content .modal-title p {
    text-align: center;
    font-size: 13px;
    max-width: 300px;
    margin: 0 auto;
    color: var(--text-dark-color-2)
}

.modal-content .modal-offers .modal-offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    margin-top: 20px
}

.modal-content .modal-offers .offer-img {
    width: 30%;
    height: 50px;
    border-radius: 3px;
    background-color: var(--light-color-2);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat
}

.modal-content .modal-offers .offer-text {
    font-weight: 700;
    font-size: 20px;
    color: var(--text-dark-color-2)
}

.modal-content .modal-offers .button {
    width: 30%
}

.modal-content .modal-offers .button span {
    position: relative;
    background-color: var(--accent-color-1);
    border: none;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 15px 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.modal-content .close {
    position: absolute;
    top: 2px;
    right: 7px;
    padding: 0;
    color: #7f7f7f;
    margin: 0;
    cursor: pointer;
    font-size: 30px;
    display: inline-block
}

.modal-details .modal-content {
    padding: 15px 40px;
    width: calc(100% - 70px);
    background-color: var(--light-color);
    -webkit-box-shadow: 0 0 25px rgb(255 255 255 / 30%);
    box-shadow: 0 0 25px rgb(255 255 255 / 30%)
}

.modal-details .modal-logo {
    max-width: 200px;
    margin: 0 auto
}

.modal-details ul.list-style-1 {
    text-align: center;
    padding-top: 15px
}

.modal-details ul.list-style-1 li {
    position: relative;
    padding-right: 15px;
    text-align: center;
    font-size: 18px
}

.btn-main,
.btn-offer-details,
.modal-details .modal-heading {
    text-align: center;
    font-size: 14px
}

.modal-details ul.list-style-1 li:last-child {
    padding-right: 0
}

.modal-details ul.list-style-1 li:first-child:before {
    content: '';
    position: absolute;
    right: 5px;
    width: 1px;
    height: 90%;
    background: var(--light-grey-1)
}

.modal-details .modal-heading {
    margin-bottom: 5px;
    margin-top: 1em
}

.modal-details ul.list-style-2 li {
    position: relative;
    text-align: center;
    padding: 0 4px;
    font-size: 14px;
    margin-bottom: 2px
}

.modal-details .modal-offer-links {
    text-align: center;
    margin-top: 8px
}

.modal-details .modal-offer-links a {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    text-decoration: none;
    color: var(--links-color-1)
}

.modal-details .modal-button {
    margin-top: 25px
}

.btn-offer-details {
    display: inline-flex;
    position: relative;
    user-select: none;
    cursor: pointer;
    color: var(--links-color-2);
    margin-bottom: 15px;
    padding: 10px 14px 8px 0px;
}

.icon,
.triangle-down {
    display: inline-block
}

.triangle-down {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border: 1px solid var(--links-color-2);
    border-width: 0 1.5px 1.5px 0;
    height: 9px;
    width: 9px
}

.icon {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat
}

.icon.icon-info {
    background-image: url('../img/ico-i.svg');
    margin-top: -3px;
    margin-right: 4px
}

.icon.icon-link-arrow {
    width: 12px;
    height: 12px;
    background-image: url('../img/ico-link-arrow.svg');
    margin-top: -2px;
    margin-left: 5px
}

.btn-main {
    position: relative;
    background: var(--accent-color-1);
    border-radius: 7px;
    border: none;
    width: 100%;
    height: 55px;
    line-height: 19px;
    color: var(--light-color);
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(90, 153, 212, .5);
    -webkit-animation: 2s infinite pulse;
    text-decoration: none
}

@media (max-width:767px) {
    .modal-details .modal-content {
        width: calc(100% - 30px)
    }
}

@media (max-width:350px) {
    .modal-details .modal-content {
        padding: 15px;
        margin-top: 0
    }
    .modal-content .modal-offers .button span {
        font-size: 12px
    }
    .modal-content .modal-offers .offer-text {
        font-size: 17px
    }
}

@keyframes pulseblob {
    0% {
        transform: scale(.2);
        opacity: 0
    }
    33% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(3);
        opacity: 0
    }
}


.switch-theme {
    position: relative;
    z-index: 1000;
}
.c-switch__background {
  --border: #193a4a;
/*    --border: #8abed8;*/
  color: #96cae5;
/*    color: #32a6f6;*/
  font-size: 20px;
  width: 4.25em;
  height: 2.065em;
  padding: 0.375em 0.438em;
  border: 0.188em solid var(--border);
  border-radius: 3.125em;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  background-color: #194a63;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s;
}
.c-switch__background::before, .c-switch__background::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: currentColor;
}
.c-switch__background::after {
  height: 9em;
  width: 9em;
  top: -115%;
  left: -10%;
  transform: scale(0.03);
  z-index: 1;
  transition: transform 0.3s;
}
.c-switch__background::before {
  height: 0.2em;
  width: 0.2em;
  top: 20%;
  left: 55%;
  box-shadow: -0.1em 1.5em 0 -0.025em, 1.5em 0.3em 0 0.01em, 1.5em 0.3em 0 0.01em, 1.5em 1.3em 0 -0.05em, 1em 1.7em 0 -0.02em;
}

.c-switch__figure {
  height: calc(2.125em - 0.375em - (0.188em * 4));
  width: calc(2.125em - 0.375em - (0.188em * 4));
  border-radius: 50%;
  border: 0.188em solid #caba94;
  box-sizing: inherit;
  display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #ffefb5;
  box-shadow: inset -0.15em -0.15em #ffe096;
  background-image: radial-gradient(circle at 60% 10%, #e6cea5 15%, transparent 0), radial-gradient(circle at 30% 50%, #e6cea5 10%, transparent 0), radial-gradient(circle at 60% 70%, #e6cea5 13%, transparent 0);
  transition: transform 0.2s ease-in-out, background-color 0.3s, border-color 0.3s;
}
.c-switch__figure::after {
  color: white;
/*  content: "";*/
  position: absolute;
  right: 50%;
  top: 55%;
  width: 1.5em;
  height: 0.3em;
  border-radius: 2em;
  box-shadow: -0.5em -0.2em, -1em 1.1em 0 0.1em;
  opacity: 0;
  transform: translateX(-50%);
  background-color: currentColor;
}

.c-switch__input {
/*  display: none;*/
}
.c-switch__active.c-switch__input .c-switch__background {
  --border: #8abed8;
  background-color: currentColor;
}
.c-switch__active.c-switch__input .c-switch__background::after {
  transform: scale(1);
}
.c-switch__active.c-switch__input .c-switch__background > .c-switch__figure {
  transform: translateX(calc(4.25em - (100% + (0.438em * 2) + (0.188em * 2))));
  background-color: #ffde7b;
  border-color: #debd56;
  box-shadow: none;
  background-size: 0;
}
.c-switch__active.c-switch__input .c-switch__background > .c-switch__figure::after,
.c-switch__active.c-switch__input .c-switch__background > .switch-cloud {
  transition: transform 0.5s, opacity 0.5s;
  opacity: 1;
  transform: scale(0.3);
}
.switch-cloud {
    background-color: white;
    border-radius: 20px;
    bottom: -4px;
    display: block;
    height: 30px;
    top: 9px;
    left: -4px;
    position: absolute;
    transform: scale(0.3) translateX(-202%);
    transition: all 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 80px;
    z-index: 2;
}
.switch-cloud:after {
    background-color: white !important;
    border-radius: 100%;
    content: "";
    display: block;
    height: 30px;
    position: relative;
    right: -18px;
    top: -20px;
    transform: rotateZ(30deg);
    width: 30px;
}

/*.anim-item {
    transition: all .3s linear;
}*/
.theme-item {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 400px;
    max-width: 450px;
    overflow: hidden;
    z-index: 0;
}
.theme-item .day, .theme-item .night {
    position: relative;
    width: 100%;
    height: 100%;
    transition: 1s;
}

.theme-item .day {
/*  background: linear-gradient(#fff3a0 20%, #ffc31e 60%, #3a8bc1, #1c84c9);*/
  background: linear-gradient(#1c68dc, #309de5);
}

.theme-item .night {
    opacity: 0;
    transform: translateY(-400px);
}


@keyframes rotating {
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}
.theme-item .sun {
  position: absolute;
  top: 5%;
  right: 20%;
  width: 80px;
  height: 80px;
  background-color: #ffcc3e;
  border-radius: 50%;
  box-shadow: 0 0 25px #ffcc3e;
}

.theme-item .cloud {
  position: absolute;
  right: 25%;
  top: 20%;
  width: 80px;
  height: 25px;
  background-color: #fff;
  border-radius: 50px;
/*  animation: moving 20s linear infinite alternate-reverse;*/
}

.theme-item .cloud::before {
  content: "";
  position: absolute;
  top: -65%;
  left: 10%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.theme-item .cloud::after {
  content: "";
  position: absolute;
  top: -35%;
  left: 45%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}

@keyframes moving {
  0% {
    left: 50%;
  }
  100% {
    left: 70%;
  }
}
.theme-item .night {
  background: linear-gradient(#255d82, #1d4763, #0e2230);
}
body.dark-mode .theme-item .day {
    opacity: 0;
} 
body.dark-mode .theme-item .night {
    opacity: 1;
}

.theme-item .moon {
  position: absolute;
  top: 5%;
  right: -2%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: inset -20px -5px 0 #fff;
}

.theme-item .star {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #fff;
  animation: staring 10s linear infinite;
}

.theme-item .star1 {
  top: 22%;
  left: 61%;
  animation-delay: -0.1s;
}

.theme-item .star2 {
  top: 20%;
  left: 35%;
  animation-delay: -0.2s;
}

.theme-item .star3 {
  top: 33%;
  left: 33%;
  animation-delay: -0.3s;
}

.theme-item .star4 {
  top: 6%;
  left: 19%;
  animation-delay: -0.4s;
}

.theme-item .star5 {
  top: 7%;
  left: 50%;
  animation-delay: -0.5s;
}

.theme-item .star6 {
  top: 28%;
  left: 22%;
  animation-delay: -0.6s;
}

.theme-item .star7 {
  top: 31%;
  left: 15%;
  animation-delay: -0.7s;
}

.theme-item .star8 {
  top: 27%;
  left: 37%;
  animation-delay: -0.8s;
}

.theme-item .star9 {
  top: 24%;
  left: 37%;
  animation-delay: -0.9s;
}

.theme-item .star10 {
  top: 48%;
  left: 42%;
  animation-delay: -1s;
}

.theme-item .star11 {
  top: 24%;
  left: 87%;
  animation-delay: -1.1s;
}

.theme-item .star12 {
  top: 33%;
  left: 8%;
  animation-delay: -1.2s;
}

.theme-item .star13 {
  top: 42%;
  left: 37%;
  animation-delay: -1.3s;
}

.theme-item .star14 {
  top: 38%;
  left: 52%;
  animation-delay: -1.4s;
}

.theme-item .star15 {
  top: 4%;
  left: 98%;
  animation-delay: -1.5s;
}

.theme-item .star16 {
  top: 45%;
  left: 56%;
  animation-delay: -1.6s;
}

.theme-item .star17 {
  top: 19%;
  left: 50%;
  animation-delay: -1.7s;
}

.theme-item .star18 {
  top: 4%;
  left: 25%;
  animation-delay: -1.8s;
}

.theme-item .star19 {
  top: 42%;
  left: 50%;
  animation-delay: -1.9s;
}

.theme-item .star20 {
  top: 43%;
  left: 68%;
  animation-delay: -2s;
}

.theme-item .star21 {
  top: 7%;
  left: 66%;
  animation-delay: -2.1s;
}

.theme-item .star22 {
  top: 46%;
  left: 58%;
  animation-delay: -2.2s;
}

.theme-item .star23 {
  top: 21%;
  left: 31%;
  animation-delay: -2.3s;
}

.theme-item .star24 {
  top: 36%;
  left: 81%;
  animation-delay: -2.4s;
}

.theme-item .star25 {
  top: 21%;
  left: 58%;
  animation-delay: -2.5s;
}

.theme-item .star26 {
  top: 41%;
  left: 93%;
  animation-delay: -2.6s;
}

.theme-item .star27 {
  top: 4%;
  left: 1%;
  animation-delay: -2.7s;
}

.theme-item .star28 {
  top: 40%;
  left: 86%;
  animation-delay: -2.8s;
}

.theme-item .star29 {
  top: 39%;
  left: 99%;
  animation-delay: -2.9s;
}

.theme-item .star30 {
  top: 14%;
  left: 3%;
  animation-delay: -3s;
}

.theme-item .star31 {
  top: 46%;
  left: 61%;
  animation-delay: -3.1s;
}

.theme-item .star32 {
  top: 5%;
  left: 58%;
  animation-delay: -3.2s;
}

.theme-item .star33 {
  top: 15%;
  left: 1%;
  animation-delay: -3.3s;
}

.theme-item .star34 {
  top: 16%;
  left: 71%;
  animation-delay: -3.4s;
}

.theme-item .star35 {
  top: 11%;
  left: 32%;
  animation-delay: -3.5s;
}

.theme-item .star36 {
  top: 23%;
  left: 38%;
  animation-delay: -3.6s;
}

.theme-item .star37 {
  top: 8%;
  left: 64%;
  animation-delay: -3.7s;
}

.theme-item .star38 {
  top: 29%;
  left: 85%;
  animation-delay: -3.8s;
}

.theme-item .star39 {
  top: 40%;
  left: 43%;
  animation-delay: -3.9s;
}

.theme-item .star40 {
  top: 49%;
  left: 50%;
  animation-delay: -4s;
}

@keyframes staring {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}


@keyframes swimming {
  0% {
    left: -100px;
  }
  50% {
    left: 250px;
  }
  100% {
    left: 450px;
  }
}

body.dark-mode {
    background-color: #0d2231;
}
body.dark-mode main .body-wrapper .body-c-buy .sum {
    background: #173f58;
}
body.dark-mode main .body-wrapper .body-c-buy .button {
    background: #ffc621;
    color: #181b20;
}
body.dark-mode .head-logo a {
    color: #fff;
}
body.dark-mode .head-logo .head-rating {
    color: #235779;
    background: #fff;
}
