body {
  background: #F0F8FF;
}

body::-webkit-scrollbar {
  width: 7px;
  display: block;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #949494;
  border-radius: 10px;
  display: block;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #57bdc3;
  display: block;
}

header {
  background: #57bdc3;
}

header .header__desktop .btn-white-header{
  background: white;
  border-radius: 8px;
  color: #2F2F2F;
}
header .underlinks-mob a {
  font-weight: 400;
  font-size: 16px;
  color: #4f4f4f;
}
header .header__mob .offcanvas-header {
  background-color: #57bdc3;
}

.nav-up {
  background: white;
}

.nav-body .slider {
  background-color: #252525;
}
.nav-body .slider:before {
  background-color: white;
}
.nav-body input:checked + .slider {
  background-color: #d0d0d0;
}
.nav-body input:focus + .slider {
  box-shadow: 0 0 1px #ffffff;
}

.bg-white-wide {
  background: white;
}

.section__feedback .bg-white-padding {
  background: white;
}
.overlay-body .bg-white {
  background: black !important;
}

.mob-overflow .bg-white-card-overlay {
  background: white;
  background-color: unset !important;
  /*box-shadow: 0px 2.10938px 4.21875px rgba(225, 233, 255, 0.5);*/
  box-shadow: 0px 1.10938px 6.21875px 3px rgb(205 205 205 / 30%);
  border-radius: 8px;
}

.size-scroll .bg-white-card-overlay {
  background: white;
  background-color: unset !important;
  /*box-shadow: 0px 2.10938px 4.21875px rgba(225, 233, 255, 0.5);*/
  box-shadow: 0px 1.10938px 6.21875px 3px rgb(205 205 205 / 30%);
  border-radius: 8px;
}

.section__nav-links-main .nav-links {
  background: #FFFFFF;
}
.section__nav-links-main .nav-links a {
  color: #2F2F2F;
}
.section__nav-links-main .nav-links a:hover {
  color: #6c6c6c;
}

.section__main-post-title {
  color: #2F2F2F;
}

.nav-body a {
  color: #2F2F2F;
}
.nav-body .filter-links {
  color: #2F2F2F;
}

.popular .main-title {
  color: #2F2F2F;
}
.popular .theme-title {
  color: #2F2F2F;
}
.popular .time {
  color: #B3B3B3;
}

.slider .splide__arrow svg g circle {
  fill: white;
}

.section__main .popular .bg-white {
  background: white;
}

.section__main .slider .arrows-bottom {
  background: white;
}

.text-theme {
  color: #2F2F2F;
}

.body-text-post a {
  color: #2F2F2F;
}

.body-text-post a:hover {
  color: #5e5e5e;
}

.section__main .slider .arrows-bottom .arrows-bg {
  background: #F4F7FF;
}

.btn-white-bord-orange {
  transition: 0.1s ease-in-out;
  border: 1px solid #57bdc3;
  border-radius: 8px;
  background: white;
  color: #57bdc3;
}

.btn-white-bord-orange:hover {
  background: #57bdc3;
  color: white;
}

footer .footer-row-1 {
  background: #F0F0F0;
}

.btn-border-white-post{
  transition: 0.1s ease-in-out;
  background: white;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  color: #57bdc3;
}

.btn-border-white-post:hover{
  background: #57bdc3;
  border: 1px solid #57bdc3;
  border-radius: 8px;
  color: white;
}

#up{
  background-color: #57bdc3!important;
}

#up svg path{
  fill: white!important;
}

.simularNews .splide__arrow:hover:not(:disabled) svg{
  fill: black;
}

.inWorld .splide__arrow:hover:not(:disabled) svg{
  fill: black;
}

.ural .splide__arrow:hover:not(:disabled) svg{
  fill: black;
}

.Strana .splide__arrow:hover:not(:disabled) svg{
  fill: black;
}



.simularNews .splide__arrow svg{
  fill: #57e1d9;
}

.inWorld .splide__arrow svg{
  fill: #57e1d9;
}

.ural .splide__arrow svg{
  fill: #57e1d9;
}

.Strana .splide__arrow svg{
  fill: #57e1d9;
}



/*# sourceMappingURL=theme-light.css.map */
