@font-face {
  font-family: 'PT Sans';
  src: url('../../fonts/ptsans/pts55f_w.eot');
  src: local('PT Sans'), url('../../fonts/ptsans/PTS55F_W.eot?#iefix') format('embedded-opentype'), url('../../fonts/ptsans/PTS55F_W.woff') format('woff'), url('../../fonts/ptsans/PTS55F_W.ttf') format('truetype'), url('../../fonts/ptsans/PTS55F_W.svg#PTSans-Regular') format('svg')
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  src: url('../../fonts/ptsans/pts56f_w.eot');
  src: local('PT Sans Italic'), url('../../fonts/ptsans/PTS56F_W.eot?#iefix') format('embedded-opentype'), url('../../fonts/ptsans/PTS56F_W.woff') format('woff'), url('../../fonts/ptsans/PTS56F_W.ttf') format('truetype'), url('../../fonts/ptsans/PTS56F_W.svg#PTSans-Italic') format('svg')
}
@font-face {
  font-family: 'PT Sans';
  src: url('../../fonts/ptsans/pts75f_w.eot');
  font-style: normal;
  font-weight: bold;
  src: local('PT Sans Bold'), url('../../fonts/ptsans/PTS75F_W.eot?#iefix') format('embedded-opentype'), url('../../fonts/ptsans/PTS75F_W.woff') format('woff'), url('../../fonts/ptsans/PTS75F_W.ttf') format('truetype'), url('../../fonts/ptsans/PTS75F_W.svg#PTSans-Bold') format('svg')
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: bold;
  src: url('../../fonts/ptsans/pts76f_w.eot');
  src: local('PT Sans Bold Italic'), url('../../fonts/ptsans/PTS76F_W.eot?#iefix') format('embedded-opentype'), url('../../fonts/ptsans/PTS76F_W.woff') format('woff'), url('../../fonts/ptsans/PTS76F_W.ttf') format('truetype'), url('../../fonts/ptsans/PTS76F_W.svg#PTSans-BoldItalic') format('svg')
}
@font-face {
  font-family: 'PT Sans Caption';
  src: url('../../fonts/ptsans/ptc55f_w.eot');
  src: local('PT Sans Caption'), url('../../fonts/ptsans/PTC55F_W.eot?#iefix') format('embedded-opentype'), url('../../fonts/ptsans/PTC55F_W.woff') format('woff'), url('../../fonts/ptsans/PTC55F_W.ttf') format('truetype'), url('../../fonts/ptsans/PTC55F_W.svg#PTSans-Caption') format('svg')
}
@font-face {
  font-family: 'PT Sans Caption';
  font-weight: bold;
  src: url('../../fonts/ptsans/ptc75f_w.eot');
  src: local('PT Sans Caption Bold'), url('../../fonts/ptsans/PTC75F_W.eot?#iefix') format('embedded-opentype'), url('../../fonts/ptsans/PTC75F_W.woff') format('woff'), url('../../fonts/ptsans/PTC75F_W.ttf') format('truetype'), url('../../fonts/ptsans/PTC75F_W.svg#PTSans-CaptionBold') format('svg')
}
@font-face {
  font-family: 'PT Sans Narrow';
  src: url('../../fonts/ptsans/ptn57f_w.eot');
  src: local('PT Sans Narrow'), url('../../fonts/ptsans/PTN57F_W.eot?#iefix') format('embedded-opentype'), url('../../fonts/ptsans/PTN57F_W.woff') format('woff'), url('../../fonts/ptsans/PTN57F_W.ttf') format('truetype'), url('../../fonts/ptsans/PTN57F_W.svg#PTSans-Narrow') format('svg')
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  src: url('../../fonts/ptsans/ptn77f_w.eot');
  src: local('PT Sans Narrow Bold'), url('../../fonts/ptsans/PTN77F_W.eot?#iefix') format('embedded-opentype'), url('../../fonts/ptsans/PTN77F_W.woff') format('woff'), url('../../fonts/ptsans/PTN77F_W.ttf') format('truetype'), url('../../fonts/ptsans/PTN77F_W.svg#PTSans-NarrowBold') format('svg')
}
:root {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  --swiper-theme-color: $black;
  --theme-color: $black;
}
body {
  color: #000;
  --swiper-theme-color: $black;
  --theme-color: $black;
  font-size: 24px;
  line-height: 1.5;
  min-width: 320px;
  overflow-x: hidden;
  padding-bottom: 195px;
  padding-top: 204px;
  width: 100%;
  font-family: 'PT Sans', Segoe, arial, sans-serif;
}
img {
  display: block;
  width: 100%;
}
.nightTheme .greennnn {
  filter: invert(1);
}
.container {
  max-width: 1920px;
}
.header-top .container {
  max-width: 950px;
}
.list .container,
.header-top .container,
.footer .container,
.second .container,
.third .container,
.playlists .container,
.fourth .container{
  padding-left: 20px;
  padding-right: 20px;
}
.container,
.header-top .container {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (max-width: 1899px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width:500px;
  }
}
.main-top-inner {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  padding: 30px 80px 100px
}
@media (max-width: 1899px) {
  .main-top-inner {
    padding: 80px 40px 40px
  }
}
@media (max-width: 1279px) {
  .main-top-inner {
    padding: 80px 20px 20px
  }
}
@media (max-width: 1023px) {
  .main-top-inner {
    padding: 36px
  }
}
@media (max-width: 767px) {
  .main-top-inner {
    flex-direction: column;
    justify-content: flex-start;
    padding: 60px 15px 23px
  }
}
.main-single-post {
  position: relative;
  width: 880px
}
@media (max-width: 1899px) {
  .main-single-post {
    width: 590px
  }
}
@media (max-width: 1279px) {
  .main-single-post {
    width: 480px
  }
}
@media (max-width: 1023px) {
  .main-single-post {
    width: 360px
  }
}
@media (max-width: 767px) {
  .main-single-post {
    margin-bottom: 30px;
    width: 100%
  }
}
.main-single-post a {
  display: block
}
.main-single-post:before {
  background-color: #e5e5e5;
  border-radius: 100px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 80px;
  top: 120px;
  z-index: 1
}
@media (max-width: 1899px) {
  .main-single-post:before {
    border-radius: 80px;
    right: 50px;
    top: 80px
  }
}
@media (max-width: 1023px) {
  .main-single-post:before {
    border-radius: 50px;
    right: 24px;
    top: 24px
  }
}
@media (max-width: 767px) {
  .main-single-post:before {
    border-radius: 40px;
    right: 15px;
    top: 15px
  }
}
.main-single-post-cover {
  padding-left: 40px;
  position: relative;
  z-index: 2
}
@media (max-width: 1899px) {
  .main-single-post-cover {
    padding-left: 25px
  }
}
@media (max-width: 1023px) {
  .main-single-post-cover {
    padding-left: 24px
  }
}
@media (max-width: 767px) {
  .main-single-post-cover {
    padding-left: 15px
  }
}
.main-single-post-cover .wp-post-image {
  border-radius: 100px
}
@media (max-width: 1899px) {
  .main-single-post-cover .wp-post-image {
    border-radius: 80px
  }
}
@media (max-width: 1023px) {
  .main-single-post-cover .wp-post-image {
    border-radius: 50px
  }
}
@media (max-width: 767px) {
  .main-single-post-cover .wp-post-image {
    border-radius: 40px
  }
}
.main-single-post-lvl-and-cat {
  display: flex;
  position: absolute;
  right: 108px;
  top: calc(100% - 30px);
  z-index: 3
}
@media (max-width: 1899px) {
  .main-single-post-lvl-and-cat {
    right: 90px;
    top: calc(100% - 25px)
  }
}
@media (max-width: 1023px) {
  .main-single-post-lvl-and-cat {
    right: 48px;
    top: calc(100% - 12px)
  }
}
@media (max-width: 767px) {
  .main-single-post-lvl-and-cat {
    right: 35px;
    top: calc(100% - 15px)
  }
}
.main-single-post-lvl-and-cat .post-categories {
  text-transform: lowercase
}
.main-single-post-lvl-and-cat .post-categories li {
  margin-left: 20px
}
@media (max-width: 1023px) {
  .main-single-post-lvl-and-cat .post-categories li {
    margin-left: 12px
  }
}
@media (max-width: 767px) {
  .main-single-post-lvl-and-cat .post-categories li {
    margin-left: 15px
  }
}
.main-single-post-inner {
  margin-top: 25px;
  padding: 0 160px 40px 80px;
  position: relative;
  z-index: 2
}
@media (max-width: 1899px) {
  .main-single-post-inner {
    margin-top: 20px;
    padding: 0 75px 25px 50px
  }
}
@media (max-width: 1023px) {
  .main-single-post-inner {
    margin-top: 18px;
    padding: 0 48px 40px 24px
  }
}
@media (max-width: 767px) {
  .main-single-post-inner {
    margin-top: 27px;
    padding: 0 30px 30px 15px
  }
}
.main-single-post__title {
  font-size: 60px;
  line-height: 102.8%;
  text-decoration-thickness: 3px;
  transition: -webkit-text-decoration-color .25s ease;
  transition: text-decoration-color .25s ease;
  transition: text-decoration-color .25s ease, -webkit-text-decoration-color .25s ease
}
@media (max-width: 1899px) {
  .main-single-post__title {
    font-size: 40px
  }
}
@media (max-width: 1023px) {
  .main-single-post__title {
    font-size: 22px;
    line-height: 1
  }
}
.main-single-post__excerpt {
  font-size: 20px;
  line-height: 1.25;
  margin-top: 10px
}
@media (max-width: 1899px) {
  .main-single-post__excerpt {
    font-size: 15px
  }
}
@media (max-width: 1023px) {
  .main-single-post__excerpt {
    font-size: 12px
  }
}
@media (min-width: 1025px) {
  .main-single-post:hover .main-single-post__title {
    -webkit-text-decoration-color: #121212;
    text-decoration-color: #121212
  }
}
.main-widget {
  margin-top: 103px;
  position: relative;
  width: 800px
}
@media (max-width: 1899px) {
  .main-widget {
    margin-top: 62px;
    width: 550px
  }
}
@media (max-width: 1279px) {
  .main-widget {
    width: 480px
  }
}
@media (max-width: 1023px) {
  .main-widget {
    margin-top: 36px;
    width: 310px
  }
}
@media (max-width: 767px) {
  .main-widget {
    margin-top: 46px;
    width: 100%
  }
}
.main-widget-tab {
  bottom: calc(100% - 15px);
  cursor: pointer;
  position: absolute;
  background: #fff;
}
.tab_walking,
.tab_reading {
  padding: 25px 60px;
  border-radius: 60px 60px 0 0;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  min-width: 300px;
}
.tab_reading {
  left: 0;
}
.tab_walking  {
  right: 150px;
}
.main-widget-tab.active {
  background: #e5e5e5;
}
.first-tabs,
.first-tabs-wrap {
  height: 100%;
  position: relative;
}
.main-widget-news--active .main-widget-reading,
.main-widget-news--active .main-widget-walking{
  display: block
}
.main-widget .active {
  z-index: 9;
}
@media (max-width: 1899px) {
  .main-widget-tab {
    bottom: calc(100% - 15px)
  }
  .tab_walking,
  .tab_reading {
    font-size: 30px;
    padding: 25px 30px;
    min-width: 250px;
  }
  .tab_walking  {
    right: 50px;
  }
}
@media (max-width: 1279px) {
  .main-widget-tab {
    bottom: calc(100% - 15px)
  }
  .tab_walking,
  .tab_reading {
    padding: 25px 30px;
    min-width: 220px
  }
  .tab_walking  {
    right: 50px;
  }
}
@media (max-width: 1023px) {
  .main-widget-tab {
    bottom: calc(100% - 11px)
  }
  .tab_walking,
  .tab_reading {
    padding: 20px 15px;
    min-width: 150px;
    font-size: 20px;
    border-radius: 35px 35px 0 0;
  }
  .tab_walking  {
    right: 34px;
  }
}
@media (max-width: 767px) {
  .main-widget-tab {
    bottom: calc(100% - 5px)
  }
  .tab_walking,
  .tab_reading {
    padding: 15px 15px;
    min-width: 150px;
    font-size: 20px;
    border-radius: 35px 35px 0 0;
  }
  .tab_walking  {
    left: 150px;
    right: auto;
  }
}
.main-widget-tab svg {
  max-height: unset;
  max-width: unset
}
@media (max-width: 1899px) {
  .main-widget-tab svg {
    height: 74px
  }
}
@media (max-width: 1023px) {
  .main-widget-tab svg {
    height: 50px
  }
}
.main-widget-tab svg path {
  fill: #fff
}
.main-widget-tab.tab-news {
  left: 0
}
@media (max-width: 1899px) {
  .main-widget-tab.tab-news svg {
    width: 262px
  }
}
@media (max-width: 1023px) {
  .main-widget-tab.tab-news svg {
    width: 170px
  }
}
.main-widget-tab-inner {
  position: relative
}
.main-widget-tab span {
  font-family: Steinbeck, sans-serif;
  font-size: 40px;
  left: 50%;
  line-height: 116.3%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
@media (max-width: 1899px) {
  .main-widget-tab span {
    font-size: 25px
  }
}
@media (max-width: 1023px) {
  .main-widget-tab span {
    font-size: 14px
  }
}
.main-widget-inner {
  background-color: #e5e5e5;
  border-radius: 15px 100px 100px 100px;
  display: none;
  height: 100%;
  padding: 40px 80px 20px;
  position: relative
}
@media (max-width: 1899px) {
  .main-widget-inner {
    border-radius: 15px 80px 80px 80px;
    padding: 25px 50px 20px
  }
}
@media (max-width: 1023px) {
  .main-widget-inner {
    border-radius: 15px 50px 50px 50px;
    padding: 0 24px
  }
}
@media (max-width: 767px) {
  .main-widget-inner {
    border-radius: 0 40px 40px 40px;
    padding: 0 15px
  }
}
@media (max-width: 352px) {
  .main-widget-inner {
    border-radius: 0 0 40px 40px
  }
}
.main-widget-post {
  align-items: flex-start;
  border-bottom: 1px solid #1b2b4c;
  display: flex;
  padding: 40px 0
}
.main-widget-post:last-child {
  border-bottom: none
}
@media (max-width: 767px) {
  .main-widget-post:last-child {
    padding-bottom: 25px
  }
}
@media (max-width: 1899px) {
  .main-widget-post {
    padding: 25px 0 30px
  }
}
@media (max-width: 1023px) {
  .main-widget-post {
    padding: 12px 0 20px
  }
}
@media (max-width: 767px) {
  .main-widget-post {
    padding: 15px 0 20px
  }
}
.main-widget-post-text {
  flex: auto
}
.main-widget-post__title {
  font-size: 30px;
  line-height: 1.2
}
@media (max-width: 1899px) {
  .main-widget-post__title {
    font-size: 20px;
    line-height: 1.4
  }
}
@media (max-width: 1023px) {
  .main-widget-post__title {
    font-size: 14px;
    line-height: 1.1
  }
}
.main-widget-post__title span {
  display: inline;
  transition: border-bottom .25s ease
}
.main-widget-post-date-wrp {
  align-items: center;
  display: flex;
  margin-top: 20px
}
@media (max-width: 1899px) {
  .main-widget-post-date-wrp {
    margin-top: 18px
  }
}
@media (max-width: 1023px) {
  .main-widget-post-date-wrp {
    margin-top: 10px
  }
}
.main-widget-post__date {
  font-size: 20px;
  line-height: 1.25
}
@media (max-width: 1899px) {
  .main-widget-post__date {
    font-size: 15px
  }
}
@media (max-width: 1023px) {
  .main-widget-post__date {
    font-size: 12px;
    line-height: 1.2
  }
}
.main-widget-post__thumbnail {
  border-radius: 50%;
  flex-shrink: 0;
  height: 94px;
  margin-left: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 94px
}
@media (max-width: 1899px) {
  .main-widget-post__thumbnail {
    height: 65px;
    margin-left: 30px;
    width: 65px
  }
}
@media (max-width: 1023px) {
  .main-widget-post__thumbnail {
    height: 35px;
    margin-left: 12px;
    width: 35px
  }
}
@media (max-width: 767px) {
  .main-widget-post__thumbnail {
    height: 45px;
    margin-left: 15px;
    width: 45px
  }
}
.main-single-post:hover .main-single-post__title,
.main-widget-post:hover .main-widget-post__title {
  color: #4664e6;
  border-bottom: none;
  text-decoration: none;
}
.first {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #00adad;
  position: relative;
  overflow: hidden;
}
.nightTheme .first-pin-top__img {
  background: #111;
}
.nightTheme .first-pin-bottom {
  background: #262626;
  color: #fff;
}
.nightTheme .first-tabs-top {
  filter: invert(1);
}
.nightTheme .main-single-post {
  color: #fff;
}
.nightTheme .main-single-post:before,
.nightTheme .main-widget-inner {
  background-color: #262626;
  color: #fff;
}
.nightTheme .main-widget-tab {
  filter: invert(1);
}
.nightTheme .main-widget-tab.active {
  background-color: #262626;
  color: #fff;
}
.nightTheme .main-widget-post {
  border-color: #ccc;
}
.nightTheme .main-single-post:before {
  background: #262626;
  border-radius: 80px;
}
.nightTheme .first-pin-top__tag {
  color: #fff;
  background: #4664e6;
}

.row {
  display: flex;
}
.row-reverse {
  flex-direction: row-reverse;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.desktop-hide {
  display: none;
}
.desktop-show {
  display: flex;
}
.all-caps {
  text-transform: uppercase;
}

.tag {
  padding: 4px 18px;
  border-radius: 25px;
  background: #ffffff;
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
  text-transform: lowercase;
}
.title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.desc {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.4;
}
@media (max-width: 1899px) {
  .title {
    font-size: 25px;
  }
  .desc {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .title {
    font-size: 19px;
  }
  .desc {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 15px;
  }
  .desc {
    font-size: 12px;
  }
}

body,
html,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #282828 #4664e6;
}

*::-webkit-scrollbar {
  /*height: 5px;*/
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: #cecece;
  border-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #4664e6;
  border-radius: 5px;
  border: 5px solid #4664e6;
}

[v-cloak] {
  height: 100vh;
  width: 100vw;
}

ins {
  text-decoration: none;
}

input.disabled {
  opacity: 0.4 !important;
  pointer-events: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: #282828 !important;
}

.disabled {
  pointer-events: none !important;
}

/*body {
	position: relative;
	overflow: hidden;
}

.root {
	overflow-y: scroll;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;

		&.popupOpened {
			overflow: hidden;
			padding-right: 5px;
		}
}
*/
body {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

.root {
  position: relative;
}

[disabled],
.swiper-button-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  border: none;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

button {
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

img {
  display: inline-block;
  object-position: center;
}

svg {
  display: inline-block;
  object-fit: contain;
}

picture {
  display: flex;
}

*:focus {
  outline: none;
}

input {
  font-family: "Lato", sans-serif;
}

input {
  outline: none;
}

.invert {
  filter: invert(1);
}

.rotate {
  transform: rotate(180deg);
}

.no-margin {
  margin: 0;
}

.full-height {
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.w100 {
  width: 100%;
}

.pc-hide {
  display: none !important;
}

.st-inline-share-buttons {
  z-index: 2 !important;
}

.form-message {
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 1170px) {
  .root.popupOpened {
    padding-right: 0;
  }
  * {
    scrollbar-width: 0;
  }
  *::-webkit-scrollbar {
    /*height: 5px;*/
    width: 0;
    display: none;
  }
  *::-webkit-scrollbar-track {
    display: none;
    width: 0;
  }
  *::-webkit-scrollbar-thumb {
    display: none;
    width: 0;
  }
  .pc-hide {
    display: flex !important;
  }
  .mobile-hide {
    display: none !important;
  }
}
.main > *:last-child {
  margin-bottom: -25px;
  position: relative;
  z-index: 2;
  border-radius: 0px 0px 25px 25px;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.slide-fade-enter-active {
  transition: all 0.6s ease-out;
}

.slide-fade-leave-active {
  transition: all 0.6s ease-out;
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(20px);
  opacity: 0;
}

[v-cloak] {
  display: block;
  padding: 50px 0;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
[v-cloak]:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
[v-cloak] > * {
  display: none;
}

.list-move,
.list-enter-active,
.list-leave-active {
  transition: all 0.5s ease;
}

.list-enter-from,
.list-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

/* ensure leaving items are taken out of layout flow so that moving
   animations can be calculated correctly. */
.list-leave-active {
  position: absolute;
}

.expand-enter-active,
.expand-leave-active {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.expand-enter,
.expand-leave-to {
  height: 0;
}

.transition-expanded * {
  will-change: height;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.expand-enter-active,
.expand-leave-active {
  transition-property: opacity, height;
}

.expand-enter,
.expand-leave-to {
  opacity: 0;
}

.ham6 {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}

.ham6 path {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #333;
  stroke-width: 5;
  stroke-linecap: round;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

.mobile-menu .ham6 path {
  stroke: #fff;
}

.primary-btn {
  background: #ffffff;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 18px;
  border-radius: 25px;
  transition: 0.2s;
}
.primary-btn:hover {
  transition: 0.2s;
}
.primary-btn:active {
  transition: 0.2s;
}

.main-btn {
  background: #4664e6;
  padding: 30px 10px;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.main-btn:hover {
  transition: 0.2s;
}
.main-btn:active {
  transition: 0.2s;
}

.more-btn {
  padding: 12.5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #4664e6;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  transition: 0.2s;
}
.more-btn:hover {
  transition: 0.2s;
  background: #2542bf;
}

@media (max-width: 1170px) {
  .more-btn {
    margin-top: 32px;
    padding: 8px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}


.header {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom: 1px solid #d9d9d9;
}
.header-top {
  color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.header-top .row {
  align-items: center;
  justify-content: start;
  gap: 46px;
  flex-wrap: nowrap;
}
.header-top-wrap {
  display: flex;
  align-items: start;
  justify-content: end;
  width: 100%;
  gap: 28px;
}
.header-logo {
  width: 250px;
  position: relative;
}
.header-logo__img {
  width:100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .header-logo__img {
    width:143px;
  }
}
.header-nav {
  border-radius: 30px;
  border: 2px solid #444;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px;
  height: 35px;
}
.header-nav__link {
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  padding: 6px 20px;
  border-radius: 30px;
  background: transparent;
  transition: 0.2s;
}
.header-nav__link:hover, .header-nav__link.active {
  transition: 0.2s;
  background:#ebebeb;
}
.header-search {
  border-radius: 30px;
  border: 1.5px solid #000;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  flex-wrap: nowrap;
  gap: 6px;
  width: 100%;
  height: 35px;
}
.header-search-close {
  width: 15px;
  min-width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-search-close__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-search__input {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  border: none;
}
.header-search__input::placeholder {
  color: #000;
}
.header-tools {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 28px;
}
.header-tools-btn__icon {
  width: 38px;
  height: 38px;
}
.switcher {
  width: 60px;
  height: 25.5px;
  padding: 1.3px;
  border-radius: 25px;
  /*display: inline-flex;*/
  align-items: center;
  position: absolute;
  top: 52px;
  left: 177px;
  justify-content: start;
  background-color: #e8e4e4;
  transition: 0.2s;
  z-index: 2;

  width: 36px;
  height: 20px;
  top: 0;
  left: 127px;
}
.switcher.active {
  background-color: #4bd750;
  transition: 0.2s;
}
.switcher__tumbler {
  position: absolute;
  left: 1.3px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s;
  left: 1.3px;
  width: 18px;
  height: 18px;
}
.active.switcher .switcher__tumbler {
  left: calc(100% - 1.3px);
  transform: translateX(-100%);
  transition: 0.2s;
}

.nightTheme .header-top {
  background: #17171a;
}
.nightTheme .switcher__tumbler {
  background-color: #000;
}
.nightTheme .header-search,
.nightTheme .header-nav,
.nightTheme .header-tools-btn.search {
  filter: invert(1);
}
.nightTheme .header-logo__img {
  filter: invert(1);
}
.nightTheme .header {
  border-color: #282828;
}
.nightTheme .header-burger {
  filter: invert(1);
}
.nightTheme .mobile-menu {
  border-radius: 0px 0px 25px 25px;
  background: #111;
}
.nightTheme .mobile-menu .header-nav {
  filter: invert(0);
}
.nightTheme .mobile-menu .mobile-menu__desc,
.nightTheme .mobile-menu .header-nav__link {
  color: #fff;
}
.nightTheme .header-nav__link:hover,
.nightTheme .header-nav__link.active {
  background: #000;
  color: #fff;
}
@media (max-width: 1170px) {
  .header-nav {
    display: none;
  }
}
@media (max-width: 1170px) {
  .header-top {
    padding-top: 18px;
    padding-bottom: 14px;
  }
  .header-nav {
    display: none;
  }
  .header-logo {
    width: 170px;
    height: 35px;
  }
  .header-tools-btn__icon {
    width: 38px;
    height: 38px;
  }
  .header-tools-btn {
    height: 30px;
    width: 30px;
  }
  .header-tools-btn__icon {
    width: 30px;
    height: 30px;
  }
  .header-burger {
    width: 33px;
    height: 20px;
  }
  .header-top-wrap {
    align-items: center;
  }
  .header-tools {
    gap: 10px;
  }
  .header-top-wrap {
    gap: 20px;
  }
  .header-top .row {
    gap: 0;
    align-items: center;
  }
  .mobile-menu {
    padding: 40px 20px 52px 20px;
    background: #f1f1f1;
    position: absolute;
    top: 62px;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - 62px);
    right: 0;
    z-index: 999;
  }
  .mobile-menu .header-nav {
    display: flex;
    gap: 20px;
    border: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    width: 172px;
  }
  .mobile-menu .header-nav__link {
    padding: 0;
    margin: 0;
    background: transparent !important;
    border: none;
    border-radius: 0;
    width: 100%;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .mobile-menu .header-nav__link:not(:first-child) {
    padding-top: 20px;
    border-top: 0.5px solid #4664e6;
  }
  .mobile-menu .row {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .mobile-menu__desc {
    color: #555;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .header-search {
    border-radius: 30px;
    border: 0.75px solid #000;
    background: #fff;
    gap: 3px;
    height: 30px;
    margin-left: 20px;
  }
  .header-search__input {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .header-search-close {
    width: 13px;
    height: 13px;
  }
  .switcher {
    width: 18.8px;
    height: 11.35px;
    padding: 0.3px;
    top: 2px;
    left: 99px;
  }
  .switcher__tumbler {
    left: 0.3px;
    width: 6px;
    height: 5.7px;
  }
  .active.switcher .switcher__tumbler {
    left: calc(100% - 0.3px);
  }
}
.page_con {
  margin: 0 auto;max-width: 1400px;padding: 40px;
}
.footer {
  background: #4664e6;
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer-top .row {
  align-items: start;
  justify-content: space-between;
}
.footer-logo {
  width: 164px;
  margin-top: -25px;
}
.footer-logo__img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer-socials {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 34px;
}
.footer-socials-link {
  width: 50px;
  height: 50px;
}
.footer-socials-link__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-bottom {
  margin-top: 34px;
}
.footer-bottom .row {
  align-items: center;
  justify-content: space-between;
}
.footer-bottom__text {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1170px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 22px;
  }
  .footer-logo {
    width: 70px;
    height: 28px;
  }
  .footer-top .row {
    align-items: center;
  }
  .footer-socials {
    gap: 20px;
  }
  .footer-socials-link {
    width: 30px;
    height: 30px;
  }
  .footer-bottom {
    margin-top: 14px;
  }
  .footer-bottom .row {
    flex-direction: column;
    gap: 9px;
    align-items: flex-start;
  }
  .footer-bottom__text {
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.popups {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: 0.2s;
}
.popups.active {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(7.5px);
  transition: 0.2s;
}

.popup {
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  max-height: 100%;
  width: 420px;
}
.popup__btn {
  position: absolute;
  top: -36px;
  right: -36px;
  width: 24px;
  height: 24px;
  background: url(./../../../assets/img/icons/close-popup.svg) no-repeat center;
  z-index: 3;
}

.thanks-popup > .row {
  height: 100%;
}
.thanks-popup-wrap {
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  flex-direction: column;
}
.thanks-popup__icon {
  background: rgba(239, 59, 82, 0.1);
  border-radius: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px;
}
.thanks-popup__icon svg {
  width: 42px;
  height: 42px;
}
.thanks-popup__title {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 110%;
  text-align: center;
  color: #333333;
  margin-top: 30px;
}
.thanks-popup__subtitle {
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #777777;
}
.thanks-popup__close {
  margin-top: 30px;
  width: fit-content;
}

@media (max-width: 1360px) {
  .thanks-popup {
    width: auto;
    top: unset;
    bottom: unset;
    left: 15px;
    right: 15px;
    width: auto;
    border-radius: 24px;
  }
  .thanks-popup-wrap {
    padding: 30px;
  }
  .thanks-popup .popup-top {
    display: none !important;
  }
  .thanks-popup .popup__btn {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    filter: invert(1);
  }
}
.second {
  padding-top: 180px;
  padding-bottom: 180px;
  background: #ffffff;
  position: relative;
}
.second .row {
  gap: 76px;
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
}
.second__img {
  position: absolute;
  display: inline-block;
  object-fit: contain;
}
.second__img.first-img {
  width: 295px;
  height: 267px;
  bottom: 127px;
  left: 175px;
}
.second__img.second-img {
  width: 156.464px;
  height: 297.084px;
  bottom: 210px;
  right: 380px;
}
.second-card {
  border-radius: 25px;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 33.3%;
  display: block;
  height: auto;
  background: #eaeaea;
}
.second-card:hover {
  -webkit-box-shadow: 0 16px 36px rgba(65,96,234,.2);
  -moz-box-shadow: 0 16px 36px rgba(65,96,234,.2);
  box-shadow:0 16px 36px rgba(65,96,234,.2);
}
.second-card__img {
  background: #d9d9d9;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.second-card-bottom {
  position: relative;
  padding: 30px 35px 40px 35px;

  display: flex;
  flex-direction: column;
}
.second-card__tag {
  position: absolute;
  top: -25px;
  right: 18px;
}
.second-card__desc {
  margin-top: 10px;
}

.nightTheme .second-card {
  background: #17171a;
}
.nightTheme .second-card__img {
  background: #000;
}
.nightTheme .second-card-bottom {
  color: #fff;
}
.nightTheme .second-card__tag {
  background: #4664e6;
  color: #fff;
}
@media (max-width: 1899px) {
  .second .row {
    gap: 30px;
  }
  .second-card__img {
    height: 170px;
  }
  .second {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (max-width: 1023px) {
  .second .row {
    gap: 15px;
  }
  .second {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .second {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .second .row {
    flex-direction: column;
  }
  .second-card {
    width: 100%;
    margin-bottom: 40px;
  }
}

.third {
  background: #4664e6;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}
.third .second-card {
  width: 100%;
  height: 100%;
}
.third-nav {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 58px;
}
.third-nav__btn {
  width: 21px;
  height: 39px;
}
.third-nav__btn svg {
  width: 100%;
  object-fit: contain;
}
.third-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.third-top__title {
  color: #ffffff;
  font-size: 55px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
.third-slider {
  margin-top: 40px;
}
.third .swiper-slide {
  height: auto;
}
@media (max-width: 1899px) {
  .third {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .third {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .third .second-card__img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .third {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .third .second-card__img {
    height: 320px;
  }
}

.playlists {
  padding-top: 52px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.playlists__bg {
  position: absolute;
  display: inline-block;
  object-fit: contain;
}
.playlists__bg.first-img {
  width: 1904px;
  height: 609.802px;
  top: -50px;
  left: -98px;
}
.playlists__title {
  color: #4664e6;
  font-size: 50px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.playlists .container {
  position: relative;
  z-index: 2;
}
.playlists-row {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 80px;
  margin-top: 60px;
}
.playlists-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.playlists-card__img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: #d9d9d9;
  object-fit: cover;
}
.playlists-card__title {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.playlists__img {
  margin-top: 80px;
  width: 100%;
  height: 214px;
  border-radius: 25px;
  background: #d9d9d9;
  object-fit: cover;
}
.nightTheme .playlists {
  background: #17171a;
  color: #fff;
}
.nightTheme .playlists-card__img {
  background: #000;
}
.nightTheme .playlists__img {
  background: #282828;
}
@media (max-width: 1170px) {
  .playlists {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .playlists__title {
    font-size: 40px;
  }
  .playlists-row {
    margin-top: 20px;
    gap: 18px;
    flex-direction: column;
  }
  .playlists-card {
    gap: 20px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .playlists-card__img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
  }
  .playlists-card__title {
    font-size: 30px;
  }
  .playlists__img {
    margin-top: 30px;
    border-radius: 12.5px;
  }
  .playlists__bg.first-img {
    display: none;
  }
}
.fourth {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eaeaea;
  position: relative;
}
@media (max-width: 1899px) {
  .third {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .fourth {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .fourth {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.fourth__img {
  position: absolute;
  display: inline-block;
  object-fit: contain;
}
.fourth__img.first-img {
  width: 512px;
  height: 489px;
  bottom: 20px;
  left: 118px;
}
.fourth__img.second-img {
  width: 403px;
  height: 373px;
  bottom: 30px;
  right: 166px;
}
.fourth .row {
  align-items: start;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 2;
}
.fourth-list {
  border-radius: 25px;
  background: #ffffff;
  padding: 38px 56px 36px 56px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.fourth-list-item {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.first-pin:hover .title,
.first-tab-article:hover .title,
.second-card:hover .second-card__title,
.playlists-card:hover,
.fourth-list-item:hover {
  color: #4664e6;
}
.fourth-list-item__img {
  width: 86px;
  height: 85px;
  border-radius: 25px;
  background: #d9d9d9;
  object-fit: cover;
  margin-left: 30px;
}
.fourth .second-card {
  width: 70%;
  margin-left: 5%;
}
.fourth .second-card-bottom {
  background: #ffffff;
  height: 100%;
}
.fourth .second-card__author {
  display: block;
  width: fit-content;
  margin-top: 20px;
  text-transform: none;
  background: #eaeaea;
  margin-left: auto;
}
.fourth .second-card__img {
  min-height: 176px;
}

.nightTheme .fourth {
  background: #17171a;
  border-top: 1px solid #282828;
}
.nightTheme .fourth-list {
  color: #fff;
  background: #282828;
}
.nightTheme .fourth-list-item__img {
  background: #000;
}
.nightTheme .fourth .second-card-bottom {
  background: #282828;
}
.nightTheme .fourth .second-card__author {
  background-color: #4664e6;
}

@media (max-width: 1170px) {
  .fourth {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #fff;
  }
  .fourth .second-card__img {
    display: block;
    height: 176px;
  }
  .fourth .second-card {
    width: 100%;
    margin: 0;
  }
  .fourth .second-card-bottom {
    padding: 30px 20px 20px 20px;
    background-color: #eaeaea;
  }
  .fourth .second-card__author {
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 20px;
  }
  .fourth .second-card__desc {
    font-size: 19px;
  }
  .fourth .row {
    flex-direction: column-reverse;
    gap: 60px;
  }
  .fourth-list {
    width: 100%;
    padding: 18px 34px;
    background-color: #eaeaea;
    gap: 20px;
  }
  .fourth-list-item__img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .fourth-list-item__title {
    font-size: 19px;
  }
  .fourth__img.first-img {
    bottom: 230px;
    top: unset;
    width: 156px;
    height: 149px;
    left: 0;
    z-index: 3;
  }
  .fourth__img.second-img {
    bottom: -20px;
    width: 111px;
    height: 103px;
    right: 7px;
    z-index: 3;
  }
}
/*# sourceMappingURL=home.css.map */




.blog-card {
  background: #eaeaea;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.blog-card__img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  background: #d9d9d9;
}
.blog-card-bottom {
  padding: 20px 35px 35px 35px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.blog-card__title {
  font-size: 38px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: normal;
}
.blog-card__tag {
  font-size: 25px;
  line-height: 1.2;
}

.nightTheme .blog-card {
  color: #fff;
  background: #282828;
}
.nightTheme .blog-card__img {
  background-color: #000;
}

.list {
  padding-bottom: 200px;
  background: #ffffff;
  padding-top: 82px;
}
.list__title {
  padding-top: 34px;
  color: #e53abc;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.list__more {
  margin-top: 150px;
  padding: 12.5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #4664e6;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  transition: 0.2s;
}
.list__more:hover {
  transition: 0.2s;
  background: #2542bf;
}
.nightTheme .list {
  background: #17171a;
}
@media (max-width: 1170px) {
  .list {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .list__title {
    font-size: 25px;
    margin-bottom: 19px;
  }
  .list .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .list__more {
    margin-top: 32px;
    padding: 8px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}


.list .row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: auto;
  gap: 50px;
}
.list .row .blog-card {
  position: relative;
}
.list .row .blog-card:nth-child(6n+1),
.list .row .blog-card:nth-child(6n+2) {
  grid-column: span 3;
}
.list .row .blog-card:nth-child(6n+1) .blog-card__img,
.list .row .blog-card:nth-child(6n+2) .blog-card__img {
  height: 600px;
  width: 100%;
}
.list .row .blog-card:nth-child(6n+3),
.list .row .blog-card:nth-child(6n+4),
.list .row .blog-card:nth-child(6n+5) {
  grid-column: span 2;
}
.list .row .blog-card:nth-child(6n+3) .blog-card__img,
.list .row .blog-card:nth-child(6n+4) .blog-card__img,
.list .row .blog-card:nth-child(6n+5) .blog-card__img {
  height: 350px;
  width: 100%;
}
.list .row .blog-card:nth-child(6n) {
  grid-column: span 6;
  flex-direction: row;
  flex-wrap: nowrap;
}
.list .row .blog-card:nth-child(6n) .blog-card-bottom {
  padding: 48px 35px 40px 56px;
  width: 100%;
}
.list .row .blog-card:nth-child(6n) .blog-card__wp_img {
  display: block;
  width: 640px;
}
.list .row .blog-card:nth-child(6n) .blog-card__wp_img .blog-card__img {
  height: 100%;
}
.list .row .blog-card:nth-child(6n) .blog-card-bottom .blog-card__title {
  font-size: 80px;
  margin-bottom: 30px;
  line-height: 1;
}
.blog-card:hover {
  -webkit-box-shadow: 0 16px 36px rgba(65,96,234,.2);
  -moz-box-shadow: 0 16px 36px rgba(65,96,234,.2);
  box-shadow:0 16px 36px rgba(65,96,234,.2);
}
.blog-card:hover .blog-card__title {
  color: #4664e6;
  border-bottom: none;
  text-decoration: none;
}
@media (max-width: 1899px) {
  .blog-card__title {
    font-size:25px;
    margin-bottom: 12px
  }
  .blog-card__tag {
    font-size: 16px;
  }
  .list .row .blog-card:nth-child(6n) .blog-card-bottom .blog-card__title  {
    font-size: 50px;
  }
  .list .row .blog-card:nth-child(6n+1) .blog-card__img,
  .list .row .blog-card:nth-child(6n+2) .blog-card__img {
    height: 400px;
  }
  .list .row .blog-card:nth-child(6n+3) .blog-card__img,
  .list .row .blog-card:nth-child(6n+4) .blog-card__img,
  .list .row .blog-card:nth-child(6n+5) .blog-card__img {
    height: 250px;
    width: 100%;
  }


}
@media (max-width: 1279px) {
  .list .row {
    gap: 30px;
  }
  .list .row .blog-card:nth-child(6n) .blog-card-bottom .blog-card__title  {
    font-size: 38px;
  }
}
@media (max-width: 1023px) {
  .blog-card__title {
    font-size:19px;
    margin-bottom: 5px
  }
  .blog-card__tag {
    font-size: 13px;
  }
  .list .row .blog-card:nth-child(6n) .blog-card-bottom .blog-card__title  {
    font-size: 22px;
  }

  .list .row .blog-card:nth-child(6n+1) .blog-card__img,
  .list .row .blog-card:nth-child(6n+2) .blog-card__img {
    height: 170px;
  }
  .list .row .blog-card:nth-child(6n+3) .blog-card__img,
  .list .row .blog-card:nth-child(6n+4) .blog-card__img,
  .list .row .blog-card:nth-child(6n+5) .blog-card__img {
    height: 300px;
    width: 100%;
  }

}
@media (max-width: 768px) {
  .list .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .blog-card__tag {
    font-size: 15px;
  }
  .list .row .blog-card:nth-child(6n) {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .list .row .blog-card:nth-child(6n) .blog-card-bottom {
    padding: 10px 20px 40px 20px;
  }
  .list .row .blog-card:nth-child(6n) .blog-card__wp_img .blog-card__img,
  .list .row .blog-card:nth-child(6n+1) .blog-card__img,
  .list .row .blog-card:nth-child(6n+2) .blog-card__img,
  .list .row .blog-card:nth-child(6n+3) .blog-card__img,
  .list .row .blog-card:nth-child(6n+4) .blog-card__img,
  .list .row .blog-card:nth-child(6n+5) .blog-card__img,
  .list .row .blog-card:nth-child(6n) .blog-card__img {
    height: 220px;
    width: 100%;
  }
}
/*# sourceMappingURL=reading.css.map */
