@font-face {
font-family: 'InputSansNarrow';
src: url(//journal.timepad.ru/wp-content/themes/timepad/fonts/InputSansNarrow-Regular.woff2) format("woff2");
font-weight: normal;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'Coolvetica';
src: url(//journal.timepad.ru/wp-content/themes/timepad/fonts/CoolveticaRg-Regular.woff2) format("woff2");
font-weight: normal;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'NeueHaasUnica';
src: url(//journal.timepad.ru/wp-content/themes/timepad/fonts/NeueHaasUnica-Bold.woff2) format("woff2");
font-weight: bold;
font-style: normal;
font-display: swap; }
@font-face {
font-family: 'NeueHaasUnica';
src: url(//journal.timepad.ru/wp-content/themes/timepad/fonts/NeueHaasUnica-Regular.woff2) format("woff2");
font-weight: normal;
font-style: normal;
font-display: swap; }
* {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
body {
background-color: #FAFAFF;
font-family: 'InputSansNarrow', sans-serif;
font-weight: normal;
min-width: 320px;
overflow-x: hidden;
position: relative;
margin: 0;
-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
font-feature-settings: 'pnum' on, 'lnum' on; }
body.mnu-active {
overflow: hidden; }
a {
display: inline-block;
text-decoration: none;
color: #fff; }
a:hover, a:focus, a:active {
text-decoration: none;
outline: none; }
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
line-height: normal; }
ul {
margin: 0;
padding: 0; }
input,
button,
textarea,
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none; }
img { height: auto;
vertical-align: top; }
.c-container {
width: 1390px;
margin: auto;
position: relative; } .header {
background-color: #000;
padding: 16px 0; }
.header-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.header-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.header-toggle {
cursor: pointer; }
.header-logo {
margin-left: 105px;
margin-right: 35px; }
.header-logo-mob {
display: none; }
.header-search {
width: 320px;
height: 32px; }
.header-search-input {
background: url(//journal.timepad.ru/wp-content/themes/timepad/img/search-icon.svg) no-repeat left center;
padding-left: 25px;
width: 100%;
height: 100%;
border: 2px solid transparent;
font: 14px 'InputSansNarrow', sans-serif;
color: #fff;
border-radius: 4px; }
.header-search-input:focus {
background: none;
padding-left: 15px;
border-color: #643FFF; }
.header-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.header-links {
margin-right: 40px; }
.header-links li {
display: inline-block;
margin-right: 10px;
padding-right: 15px;
border-right: 1px solid #29292C; }
.header-links li:last-child {
margin-right: 0;
padding-right: 0;
border: none; }
.header-links a {
font-size: 14px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.header-links a:hover {
color: #643FFF; }
.header-login {
background-color: #fff;
padding: 9px 16px;
border-radius: 4px;
font-size: 14px;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.header-login:hover {
background-color: #643FFF;
color: #fff; }
.header-search-input::-webkit-search-cancel-button {
-webkit-appearance: none;
width: 15px;
height: 15px;
background: url(//journal.timepad.ru/wp-content/themes/timepad/img/cross.svg) no-repeat center;
cursor: pointer; }
.header-search-mob {
background-color: #000;
display: flex;
align-items: center;
justify-content: space-between; width: 84%;
position: absolute;
right: 16px;
top: -5px;
opacity: 0;
z-index: -1;
transition: .5s;
}
.header-search-mob.active {
opacity: 1;
z-index: 100;
}
.header-search-mob .header-search {
display: block;
height: 40px;
}
.header-search-mob .header-search-input {
background: rgba(206, 205, 222, 0.2);
border: 2px solid #643FFF;
padding-left: 15px; width: 100%;
}
.header-search-mob .header-search-input::-webkit-search-cancel-button {
width: 16px;
height: 16px;
background: url(//journal.timepad.ru/wp-content/themes/timepad/img/search-mob-close.svg) no-repeat center;
}
.header-search-close {
margin-left: 15px;
}
.header-search-close img {
width: 18px;
}
.header-mob-right {
display: flex;
align-items: center;
}
.header-search-mob-icon {
display: none;
margin-right: 20px;
}
.header-search-mob-icon img {
width: 20px;
}
.header-mob-left {
display: flex;
align-items: center;
}
.header-plan {
background: rgba(128, 128, 128, 0.2);
border-radius: 2px;
padding: 8px 15px;
align-items: center;
font-size: 12px;
font-family: 'InputSansNarrow', sans-serif;
color: #FEFFA6;
text-transform: uppercase;
margin-left: 15px;
transition: .5s;
display: none;
margin-right: 15px;
}
.header-plan img {
flex-shrink: 0;
margin-right: 8px;
width: 15px;
}
.mnu-event-mob-wrap {
text-align: center;
margin-top: 40px;
display: none;
}
.mnu-event-mob {
display: inline-block;
width: 85%;
padding: 7px;
text-align: center;
background-color: #000;
border-radius: 4px;
font-size: 14px;
font-family: 'InputSansNarrow', sans-serif;
}  .main {
padding: 60px 0; }
.main-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.main-info { ;
width: 380px;}
.main-title {
font-size: 40px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
color: #FAFAFF;
margin-bottom: 20px; }
.main-title span {
display: inline-block;
padding: 3px 6px;
background-color: #000;
border-radius: 2px;
line-height: 1; }
.main-desc {
font-size: 20px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 20px;
padding-right: 20px;}
.main-tags {
width: 260px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -3px -6px; }
.main-tags-item {
background-color: #000;
border-radius: 2px;
padding: 10px;
margin: 0 3px 6px;
font-size: 14px;
text-transform: uppercase;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-tags-item:hover {
background-color: #643FFF; }
.main-tags-item-1 {
color: #C7CFF4; }
.main-tags-item-2 {
color: #FFB4B4; }
.main-tags-item-3 {
color: #E1FEB1; }
.main-tags-item-4 {
color: #A9B6F2; }
.main-tags-item-5 {
color: #FEFFA6; }
.main-tags-item-6 {
color: #D0C5FF; }
.main-tags-item-7 {
color: #E4ECEE; }
.main-tags-item-8 {
color: #F8B4E4; }
.main-tags-item-9 {
color: #E1FEB1; }
.main-tags-item-10 {
color: #FEFFA6; }
.main-tags-item-11 {
color: #C7CFF4; }
.main-tags-item-12 {
color: #E4ECEE; }
.main-tags-drop {
margin-top: 6px;
display: none; }
.main-tags-more {
margin-top: 6px;
background-color: #000;
border-radius: 2px;
padding: 10px;
padding-left: 35px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
color: #FAFAFF;
text-transform: uppercase;
cursor: pointer;
position: relative;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-tags-more:hover {
background-color: #643FFF; }
.main-tags-more.active:before {
-webkit-transform: translateY(-70%) rotate(180deg);
-ms-transform: translateY(-70%) rotate(180deg);
transform: translateY(-70%) rotate(180deg); }
.main-tags-more:before {
content: '';
width: 15px;
height: 10px;
background: url(//journal.timepad.ru/wp-content/themes/timepad/img/arrow-down.svg) no-repeat center;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 10px;
-webkit-transform: .5s;
-ms-transform: .5s;
transform: .5s; }
.main-items {
width: 1005px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.main-item {
width: 32.4%;
border-radius: 2px; }
.main-item:hover .main-item-title {
color: #643FFF; }
.main-item:hover .main-item-img:before {
opacity: 1; }
.main-item-img {
width: 100%;
overflow: hidden;
border-radius: 2px;
position: relative;
border-radius: 10px;}
.main-item-img:before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity: 0; }
.main-item-img img {
border-radius: 2px;
width: 100%;
height: 376px;
-o-object-fit: cover;
object-fit: cover; }
.main-item-title {
margin: 20px 0;
font-size: 24px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
letter-spacing: 1px;}
.main-item-desc {
line-height: 1.4;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.mnu {
padding-left: 135px;
position: relative; }
.mnu li {
display: block;
margin-bottom: 20px; }
.mnu li:last-child {
margin-bottom: 0; }
.mnu a {
font-size: 30px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
color: #000;
position: relative; }
.mnu a:hover:before {
opacity: 1; }
.mnu a:before {
content: '';
width: 10px;
height: 10px;
border-radius: 2px;
background-color: #000;
position: absolute;
top: 13px;
left: -25px;
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.mnu-item.active a:before {
opacity: 1; }
.mnu-item-drop {
position: absolute;
top: 0;
right: 245px;
display: none; }
.mnu-item-drop-text {
width: 360px;
margin-top: 25px;
font-size: 14px;
color: #252525;
line-height: 1.4;
text-transform: uppercase; }
.mnu-close {
cursor: pointer; }
.mnu-top {
background-color: #000;
padding: 16px 0; }
.mnu-top-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.mnu-top-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.mnu-top-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.mnu-wrapper {
position: fixed;
top: -100%;
left: 0;
width: 100%;
height: 60%;
background-color: #fff;
z-index: 100;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.mnu-wrapper.active {
top: 0; }
.mnu-event {
background-color: #fff;
padding: 9px 16px;
border-radius: 4px;
font-size: 14px;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin-right: 10px; }
.mnu-event:hover {
background-color: #643FFF;
color: #fff; }
.mnu-wrap {
padding-top: 35px; }
.body-dark {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: -1;
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.body-dark.active {
opacity: 1;
z-index: 100; } .main-heading {
background-color: #C7CFF4;
padding: 60px 0; }
.main-heading-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.main-heading-wrap {
width: 1005px; }
.main-heading-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 40px; }
.main-heading-title {
width: 670px;
font-size: 96px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
line-height: 1;
text-transform: uppercase; }
.main-heading-news {
background-color: #fff;
padding: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 40px; }
.main-heading-news-info {
width: 300px; }
.main-heading-news-title {
font-size: 30px;
font-family: "Coolvetica", sans-serif;
text-transform: uppercase;
font-weight: normal;
margin-bottom: 20px; }
.main-heading-news-item {
margin-bottom: 20px; }
.main-heading-news-item:last-of-type {
margin-bottom: 0; }
.main-heading-news-item-date {
font-size: 14px;
font-family: "Coolvetica", sans-serif;
color: #454440;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 15px; }
.main-heading-news-item-title {
color: #454440;
line-height: 1.4; }
.main-heading-other {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 50px; }
.main-heading-other-info {
width: 325px;
padding-right: 10px;}
.main-heading-other-title {
font-size: 24px;
color: #000;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 20px; }
.main-heading-other-desc {
color: #000;
line-height: 1.4; }
.main-heading-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -20px; }
.main-heading-item {
width: 32.3%;
border-radius: 10px;
margin-bottom: 20px;
margin-right: 10px;}
.main-heading-item:hover .main-heading-item-img:before {
opacity: 1; }
.main-heading-item:hover .main-heading-item-title {
color: #6440FF; }
.main-heading-item-hidden {
display: none; }
.main-heading-item-img {
width: 100%;
overflow: hidden;
border-radius: 10px;
position: relative; }
.main-heading-item-img:before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-heading-item-img img {
border-radius: 10px;
width: 100%;
-o-object-fit: cover;
object-fit: cover; }
.main-heading-item-title {
margin: 20px 0;
font-size: 24px;
font-family: "Coolvetica", sans-serif;
text-transform: uppercase;
font-weight: normal;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
letter-spacing: 1px;}
.main-heading-item-desc {
line-height: 1.4;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-section-more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 20px;
font-family: "Coolvetica", sans-serif;
text-transform: uppercase;
color: #000; }
.main-section-more:hover img {
-webkit-transform: translateX(2px);
-ms-transform: translateX(2px);
transform: translateX(2px); }
.main-section-more img {
margin-left: 5px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; } .main-news {
padding: 60px 0; }
.main-news-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 40px; }
.main-news-top-inner {
width: 1005px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.main-news-title {
width: 600px;
font-size: 96px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
line-height: 1; }
.main-news-more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.main-news-more img {
margin-left: 5px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-news-slider {
padding: 0 15%; }
.main-news-item {
width: 325px;
border-radius: 10px; }
.main-news-item:hover .main-news-item-img:before {
opacity: 1; }
.main-news-item:hover .main-news-item-title {
color: #643FFF; }
.main-news-item-hidden {
display: none; }
.main-news-item-img {
overflow: hidden;
border-radius: 10px;
position: relative; }
.main-news-item-img:before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-news-item-img img {
border-radius: 10px;
width: 100%;
height: 376px;
-o-object-fit: cover;
object-fit: cover; }
.category-news .main-news-item-img img {
height: auto; }
.main-news-item-title {
margin: 20px 0;
font-size: 24px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
letter-spacing: 1px;}
.main-news-item-date {
font-size: 14px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
color: #454440;
text-transform: uppercase; }
.arrows {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.arrows-mob {
width: 100%;
display: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 30px; }
.arrow-prev {
margin-right: 15px;
cursor: pointer; }
.arrow-next {
cursor: pointer; } .main-new {
background-color: #6440FF; }
.main-new .main-heading-title {
color: #FAFAFF; }
.main-new .main-heading-more {
color: #FAFAFF; }
.main-new .main-heading-news {
background-color: transparent;
padding: 0;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.main-new .main-heading-news-title {
color: #FAFAFF; }
.main-new .main-heading-news-item-date {
color: #FAFAFF; }
.main-new .main-heading-news-item-title {
color: #FAFAFF; }
.main-new .main-heading-other-title {
color: #FAFAFF; }
.main-new .main-heading-other-desc {
color: #FAFAFF; }
.main-new .main-heading-item:hover .main-heading-item-title {
color: #FAFAFF; }
.main-new .main-heading-item:hover .main-heading-item-desc {
color: #FAFAFF; }
.main-new .main-heading-item-title {
color: #FAFAFF; }
.main-new .main-heading-item-desc {
color: #FAFAFF; } .main-podcasts {
padding: 60px 0; }
.main-podcasts-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 40px; }
.main-podcasts-top-inner {
width: 1005px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.main-podcasts-title {
width: 600px;
font-size: 96px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
line-height: 1; }
.main-podcasts-more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.main-podcasts-more img {
margin-left: 5px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-podcasts-slider {
padding: 0 15%; }
.main-podcasts-item {
width: 325px;
border-radius: 10px; }
.main-podcasts-item:hover .main-podcasts-item-img:before {
opacity: 1; }
.main-podcasts-item:hover .main-podcasts-item-title {
color: #643FFF; }
.main-podcasts-item-img {
overflow: hidden;
border-radius: 10px;
position: relative; }
.main-podcasts-item-img:before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-podcasts-item-img img {
border-radius: 10px;
width: 100%;
height: 376px;
-o-object-fit: cover;
object-fit: cover; }
.main-podcasts-item-title {
margin: 20px 0;
font-size: 24px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-podcasts-item-desc {
line-height: 1.4;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; } .main-party {
background-color: #E1FEB1; }
.main-party .main-heading-news {
background-color: transparent;
padding: 0; } .main-selections {
padding: 60px 0 80px; }
.main-selections-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 40px; }
.main-selections-top-inner {
width: 1005px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.main-selections-title {
width: 600px;
font-size: 96px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
line-height: 1; }
.main-selections-more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.main-selections-more img {
margin-left: 5px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-selections-slider {
padding: 0 15%; }
.main-selections-item {
width: 325px;
border-radius: 10px; }
.main-selections-item:hover .main-selections-item-img:before {
opacity: 1; }
.main-selections-item:hover .main-selections-item-title {
color: #643FFF; }
.main-selections-item-img {
overflow: hidden;
border-radius: 10px;
position: relative; }
.main-selections-item-img:before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-selections-item-img img {
border-radius: 10px;
width: 100%;
height: 376px;
-o-object-fit: cover;
object-fit: cover; }
.main-selections-item-title {
margin: 20px 0;
font-size: 24px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-selections-item-date {
font-size: 14px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
color: #454440;
text-transform: uppercase; }
.main-selections-btn {
margin-top: 70px;
background-color: #000;
padding: 11px 50px;
border-radius: 2px;
font-size: 14px;
color: #C7CFF4;
text-transform: uppercase;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-selections-btn:hover {
background-color: #6440FF;
color: #fff; }
.main-selections-btn-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; } .main-learn {
background-color: #FC98DD; } .footer {
padding: 50px 0 30px; }
.footer-top {
padding-bottom: 30px;
border-bottom: 1px solid #E2E2E6;
margin-bottom: 30px; }
.footer-logo-mob {
display: none; }
.footer-mnu li {
display: block;
margin-bottom: 20px; }
.footer-mnu li:last-child {
margin-bottom: 0; }
.footer-mnu a {
font-size: 15px;
font-family: "NeueHaasUnica", sans-serif;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.footer-mnu a:hover {
color: #6440FF; }
.footer-mnu-item {
width: 23%; }
.footer-mnu-item-title {
font-size: 15px;
font-family: "NeueHaasUnica", sans-serif;
font-weight: bold;
margin-bottom: 20px; }
.footer-mnu-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 30px;
border-bottom: 1px solid #E2E2E6; }
.footer-contacts {
padding: 25px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.footer-apps {
width: 680px;
margin-right: 30px; }
.footer-apps-text {
width: 350px;
font-size: 15px;
font-family: "NeueHaasUnica", sans-serif;
line-height: 1.4;
margin-bottom: 10px; }
.footer-apps-text span {
display: block;
font-weight: bold; }
.footer-apps-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.footer-apps-item {
margin-right: 10px; }
.footer-apps-item:last-of-type {
margin-right: 0; }
.footer-social {
width: 350px; }
.footer-social-text {
width: 350px;
font-size: 15px;
font-family: "NeueHaasUnica", sans-serif;
line-height: 1.4;
margin-bottom: 20px; }
.footer-social-text span {
display: block;
font-weight: bold; }
.footer-social-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none; }
.footer-social-list li {
margin-right: 15px; }
.footer-social-list li:last-child {
margin-right: 0; }
.footer-social-list a {
width: 48px;
height: 48px;
background-color: rgba(206, 205, 222, 0.2);
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.footer-social-list a:hover {
background-color: rgba(206, 205, 222, 0.5); }
.footer-bottom {
padding-top: 25px; }
.footer-copy {
font-size: 13px;
font-family: "NeueHaasUnica", sans-serif;
line-height: 1.6; }
.footer-copy a {
color: #643FFF; } .article {
padding: 60px 0; }
.article-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 60px; }
.article-main {
width: 1015px;
padding: 40px 40px 60px;
background-color: #000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: start;
align-self: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
border-radius: 10px;}
.article-main-left {
width: 400px; padding-right: 40px;}
.article-main-title {
font-size: 24px;
letter-spacing: 1px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
color: #fff;
margin-bottom: 10px; }
.article-main-time {
font-size: 14px;
color: #fff; }
.article-main-author {
font-size: 14px;
color: #F2F2F2;
text-transform: uppercase;
margin-bottom: 5px; }
.article-main-tag {
font-size: 14px;
color: #F2F2F2;
text-transform: uppercase; }
.article-main-info {
position: absolute;
left: 0;
bottom: 0;
padding: 40px; }
.article-content {
width: 900px; }
.article-content-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-right: 115px; }
.article-text {
font-size: 20px;
font-family: 'Helvetica Neue', sans-serif;
line-height: 1.4;
margin-bottom: 15px; }
.article-subtitle, .has-text-color {
margin: 40px 0;
font-size: 40px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px; }
.article-quote {
margin: 40px 0;
border-radius: 2px;
background-color: #C7CFF4;
padding: 35px 50px 40px; }
.article-quote-wrapper {
position: relative; }
.article-quote-text {
font-size: 20px;
font-family: 'Helvetica Neue', sans-serif;
line-height: 1.4;
margin-bottom: 15px; }
.article-quote-text:last-of-type {
margin-bottom: 0; }
.article-quote-author {
margin-top: 30px;
font-size: 14px;
text-transform: uppercase; }
.article-photos {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 40px 0; }
.article-photos-item {
width: 48.9%;
border-radius: 2px; }
.article-photo {
text-align: center;
margin: 40px 0; }
.article-other {
background-color: #C7CFF4;
border-radius: 10px;
padding: 40px 50px 35px;
margin: 40px 0; }
.article-other-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-right: 70px;
margin-bottom: 30px; }
.article-other-top-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.article-other-title {
font-size: 14px;
text-transform: uppercase;
margin-right: 35px; }
.article-other-name {
width: 335px;
font-size: 14px;
text-transform: uppercase; }
.article-other-btn {
background-color: #000;
border-radius: 2px;
padding: 10px;
font-size: 14px;
color: #A9B6F2;
text-transform: uppercase;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.article-other-btn:hover {
background-color: #FAFAFF;
color: #000; }
.article-other-desc {
font-size: 20px;
font-family: 'Helvetica Neue', sans-serif;
line-height: 1.4; }
.article-bottom {
margin-top: 80px; }
.article-tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
margin-bottom: 15px;}
.article-tags-item {
border: 1px solid #000;
border-radius: 2px;
padding: 10px;
font-size: 14px;
text-transform: uppercase;
color: #000;
margin-right: 15px;
margin-bottom: 5px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.article-tags-item:hover {
background-color: #643FFF;
border-color: #643FFF;
color: #fff; }
.article-tags-item:last-of-type {
margin-right: 0; }
.article-share {
margin-top: 30px; }
.article-share-title {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 20px; }
.article-share-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none; }
.article-share-list li {
margin-right: 10px; }
.article-share-list li:last-child {
margin-right: 0; }
.article-share-list a {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.article-share-list a:hover {
opacity: .7; }
.subscribe-telegram {
width: 325px;
padding: 20px 30px;
background-color: #C7CFF4;
border-radius: 2px;
position: absolute;
left: -375px;
top: 5px; }
.subscribe-telegram-title {
font-size: 24px;
font-family: "Coolvetica", sans-serif;
text-transform: uppercase;
font-weight: normal;
color: #000;
margin-bottom: 12px;
letter-spacing: 1px;}
.subscribe-telegram-desc {
font-size: 14px;
color: #000;
line-height: 1.2; }
.subscribe-telegram span {
display: inline-block;
width: 17px;
height: 17px;
background: url(//journal.timepad.ru/wp-content/themes/timepad/img/telega-subscribe.svg) no-repeat center;
-webkit-transform: translateY(1px);
-ms-transform: translateY(1px);
transform: translateY(1px);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.subscribe-telegram-2 {
background-color: #fff;
left: 0;
top: 510px; }
.subscribe-telegram-2 .subscribe-telegram-title {
color: #3E3FF3; }
.subscribe-telegram-2 .subscribe-telegram-desc {
color: #3E3FF3; }
.subscribe-telegram-2 span {
background: url(//journal.timepad.ru/wp-content/themes/timepad/img/telega-subscribe-2.svg) no-repeat center; }
.subscribe-telegram-3 {
background-color: #fff;
left: 0;
top: 510px; }
.subscribe-telegram-4 {
background-color: #E4ECEE;
left: 0;
top: 405px;
text-align: left;
margin-bottom: 30px; }
.subscribe-telegram-5 {
background-color: #000;
left: 0;
top: 250px;
margin-bottom: 30px; }
.subscribe-telegram-5 .subscribe-telegram-title {
color: #fff; }
.subscribe-telegram-5 .subscribe-telegram-desc {
color: #fff; }
.subscribe-telegram-5 span {
background: url(//journal.timepad.ru/wp-content/themes/timepad/img/telega-subscribe-3.svg) no-repeat center; } .similar {
padding: 60px 0; }
.similar-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 40px; }
.similar-top-inner {
width: 1005px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.similar-title {
font-size: 96px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
line-height: 1; }
.similar-more {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px); }
.similar-slider {
padding: 0 15%; }
.similar-item {
width: 325px;
border-radius: 10px; }
.similar-item:hover .similar-item-img:before {
opacity: 1; }
.similar-item:hover .similar-item-title {
color: #643FFF; }
.similar-item-img {
overflow: hidden;
border-radius: 10px;
position: relative; }
.similar-item-img:before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.similar-item-img img {
border-radius: 10px;
width: 100%;
height: 376px;
object-position: top;
object-fit: cover; }
.similar-item-title {
margin: 20px 0;
font-size: 24px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
letter-spacing: 1px;}
.similar-item-desc {
line-height: 1.4;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.similar-item-date {
font-size: 14px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
color: #454440;
text-transform: uppercase; } .heading {
padding: 60px 0 80px;
background-color: #C7CFF4; }
.heading-go {
background-color: #E1FEB1; }
.heading-try {
background-color: #6440FF; }
.heading-try .heading-category-title span {
background-color: #fff;
color: #000; }
.heading-try .heading-desc {
color: #fff; }
.heading-try .heading-more {
background-color: #fff;
color: #000; }
.heading-try .heading-more:hover {
background-color: #000;
color: #fff; }
.heading-try .main-heading-item:hover .main-heading-item-title {
color: #fff; }
.heading-try .main-heading-item:hover .main-heading-item-desc {
color: #fff; }
.heading-try .main-heading-item-title {
color: #fff; }
.heading-try .main-heading-item-desc {
color: #fff; }
.heading-learn {
background-color: #FC98DD; }
.heading-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative; }
.heading-left {
width: 270px; }
.heading-right {
width: 1015px; }
.heading-category-title {
font-size: 40px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
color: #FAFAFF;
margin-bottom: 20px; }
.heading-category-title span {
display: inline-block;
padding: 3px 6px;
background-color: #000;
border-radius: 2px;
line-height: 1; }
.heading-desc {
font-size: 20px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 40px; }
.heading-title {
font-size: 96px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
line-height: 0.8;
margin-bottom: 40px; }
.heading-other {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 40px 115px 40px 40px;
background-color: #FAFAFF;
border-radius: 10px;
margin: 20px 0 40px; }
.heading-other-img {
width: 460px; }
.heading-other-img img {
width: 100%;
max-width: 100%;
border-radius: 10px;}
.heading-other-info {
padding-top: 30px;
width: 325px; }
.heading-other-title {
font-size: 24px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 20px;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
letter-spacing: 1px;}
.heading-other-title:hover {
color: #3E3FF3; }
.heading-other-desc {
line-height: 1.4; }
.heading-more {
margin-top: 60px;
margin-left: 230px;
display: inline-block;
padding: 11px 50px;
background-color: #000;
border-radius: 2px;
font-size: 14px;
color: #C7CFF4;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.heading-more:hover {
background-color: #3E3FF3;
color: #fff; }
.heading-results {
background-color: #FAFAFF; }
.heading-results-title {
font-size: 30px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 60px; }
.heading-news {
background-color: #FAFAFF; }
.heading-news-title {
font-size: 96px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
line-height: 1;
margin-bottom: 40px; }
.aviasales {
width: 325px;
height: 320px; padding: 40px 20px;
font-size: 24px;
font-family: "Coolvetica", sans-serif;
text-transform: uppercase;
color: #3E3FF3;
position: absolute;
top: 710px;
left: 0; }
.aviasales-black { color: #000; }
.aviasales-podcasts .aviasales {
top: 580px; color: #000; }
.aviasales-podcast .aviasales {
top: 220px; color: #fff; } .selections {
padding: 60px 0 80px; }
.selections-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.selections-left {
width: 300px; }
.selections-right {
width: 1015px; }
.selections-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -50px; }
.selections-item {
width: 32.3%;
border-radius: 10px;
margin-bottom: 50px;
margin-right: 10px;}
.selections-item:hover .selections-item-img:before {
opacity: 1; }
.selections-item:hover .selections-item-title {
color: #6440FF; }
.selections-item-hidden {
display: none; }
.selections-item-img {
width: 100%;
overflow: hidden;
border-radius: 10px;
position: relative; }
.selections-item-img:before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.selections-item-img img {
border-radius: 10px;
width: 100%;
-o-object-fit: cover;
object-fit: cover; }
.selections-item-title {
margin: 20px 0;
font-size: 24px;
font-family: "Coolvetica", sans-serif;
text-transform: uppercase;
font-weight: normal;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.selections-item-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.selections-item-date { font-size: 14px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
color: #454440;
text-transform: uppercase;}
.selections-item-time {
font-size: 14px;
text-transform: uppercase;
color: #000; }
.selections-more {
margin-top: 60px;
margin-left: 230px;
display: inline-block;
padding: 11px 50px;
background-color: #000;
border-radius: 2px;
font-size: 14px;
color: #C7CFF4;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.selections-more:hover {
background-color: #3E3FF3;
color: #fff; } .experts {
padding: 60px 0 80px; }
.experts .heading-desc {
margin-bottom: 0; }
.experts-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.experts-left {
width: 300px; }
.experts-right {
width: 1015px; }
.experts-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -50px; }
.experts-item {
width: 32.3%;
border-radius: 10px;
margin-bottom: 50px;
margin-right: 10px;}
.experts-item:hover .experts-item-img:before {
opacity: 1; }
.experts-item:hover .experts-item-name {
color: #6440FF; }
.experts-item-hidden {
display: none; }
.experts-item-img {
width: 100%;
border-radius: 10px;
overflow: hidden;
position: relative; }
.experts-item-img:before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.experts-item-img img {
border-radius: 10px;
width: 100%;
height: 376px;
-o-object-fit: cover;
object-fit: cover; }
.experts-item-name {
margin: 20px 0;
font-size: 24px;
font-family: "Coolvetica", sans-serif;
text-transform: uppercase;
font-weight: normal;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
letter-spacing: 1px;}
.experts-item-desc {
font-size: 14px;
color: #333;
line-height: 1.2;
text-transform: uppercase;
margin-bottom: 20px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.experts-item-link {
font-size: 14px;
text-transform: uppercase;
color: #000;
border-bottom: 1px solid #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.experts-item-link:hover {
color: #6440FF;
border-color: #6440FF; }
.experts-more {
margin-top: 60px;
margin-left: 230px;
display: inline-block;
padding: 11px 50px;
background-color: #000;
border-radius: 2px;
font-size: 14px;
color: #C7CFF4;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.experts-more:hover {
background-color: #3E3FF3;
color: #fff; }
.contact-editor {
margin-top: 30px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px;
background-color: #000;
border-radius: 2px;
font-size: 14px;
color: #FAFAFF;
text-transform: uppercase;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.contact-editor:hover {
background-color: #6440FF; }
.contact-editor img {
margin-right: 10px; } .heading-news .main-heading-items {
margin-bottom: -20px; }
.heading-news .main-news-item {
width: 32.1%;
margin-bottom: 20px;
margin-right: 10px;}
.news-more {
margin-top: 60px;
margin-left: 230px;
display: inline-block;
padding: 11px 50px;
background-color: #000;
border-radius: 2px;
font-size: 14px;
color: #C7CFF4;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.news-more:hover {
background-color: #3E3FF3;
color: #fff; } .podcasts {
padding: 60px 0 80px; }
.podcasts-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: relative; }
.podcasts-left {
width: 270px;
margin-right: 80px; }
.podcasts-right {
width: 900px; }
.podcasts-title {
margin-bottom: 40px;
font-size: 40px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
color: #FAFAFF;
margin-bottom: 20px; }
.podcasts-title span {
display: inline-block;
padding: 3px 6px;
background-color: #000;
border-radius: 2px;
line-height: 1; }
.podcasts-title:nth-of-type(even) {
color: #E1FEB1; }
.podcasts-desc {
font-size: 20px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase; }
.podcasts-items {
margin-bottom: -30px; }
.podcasts-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px; }
.podcasts-item:hover .podcasts-item-img:before {
opacity: 1; }
.podcasts-item:hover .podcasts-item-title {
color: #643FFF; }
.podcasts-item:hover .podcasts-item-btn {
background-color: #643FFF; }
.podcasts-item-hidden {
display: none; }
.podcasts-item-img {
width: 553px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 20px;
overflow: hidden;
position: relative;
border-radius: 10px;}
.podcasts-item-img:before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.podcasts-item-img img {
width: 100%;
height: 376px;
-o-object-fit: cover;
object-fit: cover; }
.podcasts-item-title {
font-size: 24px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
color: #000;
margin-bottom: 20px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
letter-spacing: 1px;}
.podcasts-item-title:hover {
color: #643FFF; }
.podcasts-item-desc {
font-size: 14px;
line-height: 1.4;
color: #000;
margin-bottom: 20px; }
.podcasts-item-btn {
background-color: #000;
border-radius: 2px;
padding: 10px;
font-size: 14px;
text-transform: uppercase;
color: #FAFAFF;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.podcasts-item-btn:hover {
background-color: #643FFF;
color: #fff; }
.podcasts-more {
margin-top: 60px;
margin-left: 230px;
display: inline-block;
padding: 11px 50px;
background-color: #000;
border-radius: 2px;
font-size: 14px;
color: #C7CFF4;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.podcasts-more:hover {
background-color: #3E3FF3;
color: #fff; } .podcast {
padding: 60px 0 90px; }
.podcast .podcasts-title {
color: #E1FEB1; }
.podcast .podcasts-desc { }
.podcast-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative; }
.podcast-left {
width: 325px; }
.podcast-right {
width: 1015px; }
.podcast-main {
background-color: #000;
padding: 40px;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 60px; }
.podcast-main-left {
width: 400px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 10px; }
.podcast-main-title {
font-size: 24px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
color: #FAFAFF;
margin-bottom: 20px;
letter-spacing: 1px;}
.podcast-main-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 140px; }
.podcast-main-info-item {
font-size: 14px;
color: #FAFAFF;
text-transform: uppercase;
margin-right: 20px; }
.podcast-main-info-item:last-of-type {
margin-right: 0; }
.podcast-main-desc {
line-height: 1.4;
color: #FAFAFF;
margin-bottom: 15px; }
.podcast-main-desc:last-of-type {
margin-bottom: 0; }
.podcast-listen-title {
font-size: 40px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 60px; }
.podcast-listen-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.podcast-listen-item {
font-size: 20px;
text-transform: uppercase;
color: #000;
margin-right: 30px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.podcast-listen-item:hover {
color: #643FFF; }
.podcast-listen-item:last-of-type {
margin-right: 0; } .expert {
padding: 60px 0 80px; }
.expert .heading-desc {
margin-bottom: 0; }
.expert-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.expert-left {
width: 300px; }
.expert-right {
width: 1015px; }
.expert-main {
background-color: #A9B6F2;
padding: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 70px;
border-radius: 10px;}
.expert-main-info {
width: 350px; }
.expert-main-name {
font-size: 30px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 20px; }
.expert-main-tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 5px; }
.expert-main-tags-item {
border-radius: 2px;
border: 1px solid #000;
padding: 10px;
font-size: 14px;
color: #000;
text-transform: uppercase;
margin-right: 15px;
margin-bottom: 15px;
line-height: 1.4;}
.expert-main-desc {
font-size: 14px;
line-height: 1.4;
color: #333;
margin-bottom: 130px; }
.expert-share-title {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 20px; }
.expert-share-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none; }
.expert-share-list li {
margin-right: 10px; }
.expert-share-list li:last-child {
margin-right: 0; }
.expert-share-list a {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.expert-share-list a:hover {
opacity: .7; }
.expert-articles {
margin-bottom: 60px; }
.expert-articles-title {
font-size: 40px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 60px; }
.expert-articles-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.expert-articles-item {
width: 32.3%;
border-radius: 10px; }
.expert-articles-item:hover .expert-articles-item-img:before {
opacity: 1; }
.expert-articles-item:hover .expert-articles-item-title {
color: #6440FF; }
.expert-articles-item-img {
width: 100%;
overflow: hidden;
border-radius: 10px;
position: relative; }
.expert-articles-item-img:before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.expert-articles-item-img img {
border-radius: 10px;
width: 100%;
-o-object-fit: cover;
object-fit: cover; }
.expert-articles-item-title {
margin: 20px 0;
font-size: 24px;
font-family: "Coolvetica", sans-serif;
text-transform: uppercase;
font-weight: normal;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.expert-articles-item-title:hover {
color: #6440FF; }
.expert-articles-item-desc {
line-height: 1.4;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.expert-others-title {
font-size: 40px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 60px; }
.expert-others-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; } .popup {
display: none; }
.editor-popup {
background-color: #C7CFF4;
max-width: 670px;
margin: auto;
position: relative;
padding: 30px 55px 40px; }
.editor-popup-title {
font-size: 24px;
font-family: "Coolvetica", sans-serif;
text-transform: uppercase;
color: #000;
font-weight: normal;
margin-bottom: 30px; }
.editor-popup-text {
font-size: 14px;
line-height: 1.2;
margin-bottom: 15px; }
.editor-popup-text:last-of-type {
margin-bottom: 0; }
.editor-popup-btn {
margin-top: 30px;
background-color: #000;
border-radius: 2px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
text-transform: uppercase;
color: #FAFAFF;
padding: 10px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.editor-popup-btn:hover {
background-color: #643FFF; }
.editor-popup-btn img {
margin-right: 10px; }
.mfp-bg {
opacity: 1;
background: rgba(0, 0, 0, 0.5); }
.my-mfp-zoom-in .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0; } @media only screen and (max-width: 1400px) {
.c-container {
width: 100%;
padding: 0 16px; }
.mnu-item-drop {
right: 0; }
.main-info {
width: 29%; }
.main-items {
width: 68%; }
.main-item-title {
font-size: 20px; }
.main-heading-title {
font-size: 70px; }
.main-news-title {
font-size: 70px; }
.main-podcasts-title {
font-size: 70px; }
.main-selections-title {
font-size: 70px; }
.footer-contacts {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.footer-apps {
width: 350px;
margin-right: 0; }
.article-main {
width: 68%; }
.article-main-left {
width: 30%;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 20px; }
.article-content {
width: 100%; }
.article-content-wrapper {
padding: 0; }
.subscribe-telegram {
position: static; }
.similar-title {
font-size: 70px; }
.heading-wrapper {
display: block; }
.heading-left {
width: 100%; }
.heading-right {
width: 100%;
text-align: center; }
.heading-more {
margin-left: 0; }
.heading-title {
text-align: left; }
.heading .main-heading-news {
text-align: left; }
.heading .main-heading-items {
text-align: left; }
.heading-results-title {
text-align: left; }
.subscribe-telegram-2 {
position: static; }
.subscribe-telegram-wrapper {
width: 100%;
margin-bottom: 30px; }
.aviasales {
position: static; }
.selections-left {
width: 29%; }
.selections-right {
width: 68%; }
.selections-item-title {
font-size: 22px; }
.experts-left {
width: 29%; }
.experts-right {
width: 68%; }
.experts-item-title {
font-size: 22px; }
.heading-news-title {
text-align: left;
font-size: 70px; }
.news-more {
margin-left: 0; }
.podcasts-wrapper {
display: block; }
.podcasts-left {
width: 100%;
margin-bottom: 30px; }
.podcasts-right {
width: 100%;
text-align: center; }
.podcasts-items {
text-align: left; }
.podcasts-titles {
margin-bottom: 70px; }
.podcasts-more {
margin-left: 0; }
.subscribe-telegram-3 {
position: static;
background-color: #FAFAFF;
color: #000; }
.subscribe-telegram-3 span {
background: url(//journal.timepad.ru/wp-content/themes/timepad/img/telega-subscribe.svg) no-repeat center; }
.aviasales-podcasts {
width: 100%;
margin-bottom: 30px; }
.podcast-wrapper {
display: block; }
.podcast-left {
width: 100%;
margin-bottom: 70px; }
.podcast-right {
width: 100%; }
.expert-left {
width: 29%; }
.expert-right {
width: 68%; }
.expert-main-desc {
margin-bottom: 60px; } }
@media only screen and (max-width: 1023px) {
.header-logo {
margin-left: 30px; }
.header-search { width: 100%;}
.mnu {
padding-left: 60px; }
.main-wrapper {
display: block; }
.main-info {
width: 100%;
margin-bottom: 70px; }
.main-items {
width: 100%; }
.main-section-more {
display: none; }
.main-heading-wrap {
width: 100%; }
.main-heading-title {
width: 100%; }
.main-heading-news {
display: block;
text-align: center; }
.main-heading-news-info {
width: 100%;
margin-bottom: 40px;
text-align: left; }
.main-heading-other {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.main-heading-other-info {
width: 100%;
margin-top: 30px; }
.main-heading-other-img {
width: 100%;
text-align: center; }
.main-heading-items {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -30px; }
.main-heading-item {
width: 48%;
margin-bottom: 30px; }
.main-news-top-inner {
width: 100%; }
.arrows-desctop {
display: none; }
.arrows-mob {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.main-new .main-heading-news {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.main-new .main-heading-news-info {
margin-bottom: 0;
margin-top: 30px; }
.main-new .main-heading-other {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.main-podcasts-top-inner {
width: 100%; }
.main-party .main-heading-news {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.main-party .main-heading-news-info {
margin-bottom: 0;
margin-top: 30px; }
.main-selections-top-inner {
width: 100%; }
.article-top {
display: block; }
.article-main {
width: 100%; }
.similar-top-inner {
width: 100%; }
.heading-title {
font-size: 70px; }
.heading-other {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
padding: 40px; }
.heading-other-info {
padding: 0;
width: 100%;
margin-bottom: 40px; }
.heading-other-img {
width: 100%;
text-align: center; }
.heading-other-img img {
width: auto; }
.heading .main-heading-news {
text-align: center; }
.aviasales {
width: 100%;
}
.aviasales-wrapper {
width: 48%; }
.selections-wrapper {
display: block; }
.selections-left {
width: 100%;
margin-bottom: 60px; }
.selections-right {
width: 100%;
text-align: center; }
.selections-items {
text-align: left; }
.selections-more {
margin-left: 0; }
.experts-wrapper {
display: block; }
.experts-left {
width: 100%;
margin-bottom: 60px; }
.experts-right {
width: 100%;
text-align: center; }
.experts-items {
text-align: left; }
.experts-more {
margin-left: 0; }
.podcasts-item-img {
width: 48%; }
.podcast-main {
display: block; }
.podcast-main-left {
width: 100%;
margin-bottom: 40px; }
.podcast-main-info {
margin-bottom: 30px; }
.podcast-main-img {
text-align: center; }
.podcast-listen {
margin-top: 60px; }
.podcast-listen-items {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -15px; }
.podcast-listen-item {
margin-bottom: 15px; }
.expert-wrapper {
display: block; }
.expert-left {
width: 100%; }
.expert-right {
width: 100%; } }
@media only screen and (max-width: 767px) {
.header-search {
display: none; }
.header-links {
display: none; }
.mnu-wrap {
padding-top: 20px; }
.mnu-wrapper {
height: 95%; }
.main {
padding: 20px 0 50px; }
.main-items {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -30px; }
.main-item {
width: 48%;
margin-bottom: 30px; }
.main-heading-title {
font-size: 50px; }
.main-heading-news {
padding: 20px; }
.main-heading-news-title {
font-size: 25px; }
.main-heading-news-title br {
display: none; }
.main-heading-item {
width: 100%; }
.main-news-title {
font-size: 50px; }
.main-news-slider {
padding: 0 25%; }
.main-news-item {
width: 240px; }
.main-news-item-title {
font-size: 20px;
margin-top: 15px;
margin-bottom: 10px; }
.main-podcasts-title {
font-size: 50px; }
.main-podcasts-slider {
padding: 0 25%; }
.main-podcasts-item {
width: 240px; }
.main-podcasts-item-title {
font-size: 20px;
margin-top: 15px;
margin-bottom: 10px; }
.main-selections-title {
font-size: 50px; }
.main-selections-slider {
padding: 0 25%; }
.main-selections-item {
width: 240px; }
.main-selections-item-title {
font-size: 20px;
margin-top: 15px;
margin-bottom: 10px; }
.main-selections-btn-wrap {
display: none; }
.footer {
background-color: #F1F0F5;
padding: 50px 0 12px; }
.footer-logo-desctop {
display: none; }
.footer-logo-mob {
display: block; }
.footer-mnu-items {
padding-bottom: 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.footer-mnu-item {
width: 48%;
margin-bottom: 30px; }
.footer-contacts {
display: block; }
.footer-apps {
width: 100%;
margin-bottom: 40px; }
.footer-social {
width: 100%; }
.article-main {
display: block;
padding: 40px 20px;
text-align: center; }
.article-main-left {
width: 100%;
margin-bottom: 30px;
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.article-main-title {
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-bottom: 12px; }
.article-main-time {
width: 100%;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
margin-bottom: 12px; }
.article-main-info {
width: 100%;
position: static;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.article-main-author {
margin-bottom: 0;
margin-right: 10px; }
.article-text {
font-size: 18px; }
.article-subtitle {
font-size: 26px; }
.article-quote {
padding: 20px 23px; }
.article-quote-text {
font-size: 18px; }
.article-photos {
display: block; }
.article-photos-item {
width: 100%;
margin-bottom: 20px; }
.article-photos-item:last-of-type {
margin-bottom: 0; }
.article-other {
padding: 20px 23px 75px;
position: relative; }
.article-other-top {
display: block;
padding-right: 0;
margin-bottom: 0; }
.article-other-top-left {
display: block; }
.article-other-name {
width: 100%;
margin: 15px 0 20px; }
.article-other-btn {
position: absolute;
bottom: 20px;
left: 23px; }
.article-other-desc {
font-size: 18px; }
.article-bottom {
margin-top: 40px; }
.similar-title {
font-size: 50px; }
.similar-slider {
padding: 0 25%; }
.similar-item {
width: 240px; }
.similar-item-title {
font-size: 20px;
margin-top: 15px;
margin-bottom: 10px; }
.similar-btn-wrap {
display: none; }
.heading {
padding-top: 0;
padding-bottom: 40px; }
.heading .c-container {
padding: 0; }
.heading-try .heading-category-title span {
background-color: #000;
color: #fff; }
.heading-try .heading-desc {
color: #000; }
.heading-left {
background-color: #fff;
padding: 20px 16px 25px; }
.heading-right {
padding: 0 16px;
padding-top: 60px; }
.heading-title {
font-size: 50px; }
.heading-desc {
margin-bottom: 20px; }
.heading-more {
margin-top: 35px;
padding: 7px 25px;
font-size: 12px; }
.heading-other {
margin: 0 0 30px; }
.aviasales-wrapper {
width: 100%;
margin-bottom: 30px;
}
.selections-items {
margin-bottom: -40px; }
.selections-item {
width: 48%;
margin-bottom: 40px; }
.selections-item-title {
font-size: 20px;
margin: 15px 0; }
.experts-items {
margin-bottom: -40px; }
.experts-item {
width: 48%;
margin-bottom: 40px; }
.experts-item-title {
font-size: 20px;
margin: 15px 0; }
.heading-results .heading-left {
background-color: #FAFAFF; }
.heading-results .heading-right {
padding-top: 15px; }
.heading-news-title {
font-size: 50px; }
.heading-news .heading-left {
background-color: #FAFAFF; }
.heading-news .heading-right {
padding-top: 15px; }
.heading-news .main-news-item {
width: 48%; }
.podcasts-item {
display: block; }
.podcasts-item-hidden {
display: none; }
.podcasts-item-img {
width: 100%;
margin-right: 0; }
.podcasts-item-info {
margin-top: 15px; }
.podcasts-item-btn {
display: none; }
.podcast .podcasts-desc {
display: block; }
.podcast-listen-title {
margin-bottom: 30px; }
.podcast-listen-items {
display: block; }
.podcast-listen-item {
display: block; }
.aviasales-podcast { }
.expert-left {
margin-bottom: 40px; }
.expert-main {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
margin-bottom: 40px; }
.expert-main-info {
width: 100%;
margin-top: 30px;
margin-right: 0; }
.expert-main-desc {
margin-bottom: 30px; }
.expert-main-img {
text-align: center;
width: 100%; }
.expert-articles-title {
margin-bottom: 30px; }
.expert-articles-items {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -30px; }
.expert-articles-item {
width: 48%;
margin-bottom: 30px; }
.expert-articles-item-title {
font-size: 20px; }
.expert-others-title {
margin-bottom: 30px; }
.expert-others-items {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -20px; } }
@media only screen and (max-width: 479px) {
.header-search-mob-icon {
display: block;
}
.header-plan {
display: flex;
}
.mnu-event-mob-wrap {
display: block;
}
.header {
padding: 20px 0; }
.header-left {
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.header-right {
display: none; }
.header-logo {
margin: 0; }
.header-logo-desctop {
display: none; }
.header-logo-mob {
display: block; }
.mnu {
padding-left: 25px; }
.mnu a {
font-size: 20px; }
.mnu a:before {
top: 8px; }
.mnu-wrap {
padding-top: 15px; }
.mnu-top {
padding: 20px 0; }
.mnu-top-left {
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.mnu-top-right {
display: none; }
.mnu-close {
width: 20px; }
.main-title {
font-size: 32px;
margin-bottom: 15px; }
.main-desc {
font-size: 16px;
margin-bottom: 25px; }
.main-tags-item {
font-size: 12px; }
.main-tags-more {
font-size: 12px; }
.main-item {
width: 100%; }
.main-item-title {
margin-top: 15px;
margin-bottom: 10px; }
.main-item-desc {
font-size: 14px; }
.main-heading-top {
margin-bottom: 30px; }
.main-heading-title {
font-size: 40px; }
.main-heading-info {
margin-bottom: 30px; }
.main-heading-news-title {
font-size: 20px;
margin-bottom: 15px; }
.main-heading-news-item-title {
font-size: 14px; }
.main-heading-item {
border-radius: 2px; }
.main-heading-item-img {
border-radius: 10px; }
.main-heading-item-img img {
border-radius: 2px; }
.main-heading-item-title {
margin-top: 15px;
margin-bottom: 10px;
font-size: 20px; }
.main-heading-item-desc {
font-size: 14px; }
.main-news-top {
margin-bottom: 30px; }
.main-news-title {
font-size: 40px; }
.main-news-slider {
padding: 0 12%; }
.main-podcasts-top {
margin-bottom: 30px; }
.main-podcasts-title {
font-size: 40px; }
.main-podcasts-slider {
padding: 0 12%; }
.main-selections-top {
margin-bottom: 30px; }
.main-selections-title {
font-size: 40px; }
.main-selections-slider {
padding: 0 12%; }
.footer-apps-text {
width: 100%; }
.footer-social-text {
width: 100%; }
.footer-copy {
line-height: 1.4; }
.article {
background-color: #fff;
padding: 20px 0 50px; }
.article .main-info {
margin-bottom: 25px; }
.article .main-tags {
display: none; }
.article .main-tags-more {
display: none; }
.article-top {
margin-bottom: 70px; }
.article-main {
padding: 20px; }
.article-main-time {
font-size: 12px; }
.article-main-title {
font-size: 20px; }
.article-main-author {
font-size: 12px; }
.article-main-tag {
font-size: 12px; }
.article-text {
font-size: 16px; }
.article-subtitle {
font-size: 20px;
margin: 30px 0; }
.article-quote {
margin: 30px 0; }
.article-quote-text {
font-size: 16px; }
.article-photos {
margin: 30px 0; }
.article-photo {
margin: 30px 0; }
.article-other {
margin: 30px 0; }
.article-other-desc {
font-size: 16px; }
.article-other-btn {
font-size: 12px;
padding: 6px; }
.article-tags-item {
font-size: 12px;
padding: 6px;
margin-right: 8px; }
.subscribe-telegram {
width: 100%; }
.subscribe-telegram-title {
font-size: 20px; }
.subscribe-telegram-title br {
display: none; }
.similar {
padding: 50px 0; }
.similar-top {
margin-bottom: 30px; }
.similar-title {
font-size: 40px; }
.similar-slider {
padding: 0 12%; }
.heading-2 .heading-right {
padding-top: 30px; }
.heading-category-title {
font-size: 32px;
margin-bottom: 15px; }
.heading-desc {
font-size: 16px; }
.heading-title {
font-size: 40px;
margin-bottom: 30px;
line-height: 1; }
.heading-other {
padding: 20px; }
.heading-other-title {
font-size: 20px; }
.heading-other-desc {
font-size: 14px; }
.aviasales {
height: 285px;
font-size: 20px;
background: #FAFAFF url(//journal.timepad.ru/wp-content/themes/timepad/img/aviasales-img-mob.png) no-repeat left 20px; }
.aviasales-black {
background: #FAFAFF url(//journal.timepad.ru/wp-content/themes/timepad/img/aviasales-img-black-mob.png) no-repeat left 20px; }
.selections {
padding-top: 20px;
padding-bottom: 45px; }
.selections-item {
width: 100%; }
.selections-more {
margin-top: 35px;
padding: 7px 25px;
font-size: 12px; }
.experts {
padding-top: 20px;
padding-bottom: 45px; }
.experts-item {
width: 100%; }
.experts-more {
margin-top: 35px;
padding: 7px 25px;
font-size: 12px; }
.heading-results-title {
font-size: 24px;
margin-bottom: 30px; }
.heading-news-title {
font-size: 40px;
margin-bottom: 30px; }
.heading-news .main-news-item {
width: 100%; }
.podcasts {
padding: 20px 0 50px; }
.podcasts-title {
font-size: 32px;
margin-bottom: 15px; }
.podcasts-item-title {
font-size: 20px;
margin-bottom: 15px; }
.podcasts-item-desc {
margin-bottom: 0; }
.aviasales-podcasts .aviasales {
background: #E4ECEE url(//journal.timepad.ru/wp-content/themes/timepad/img/aviasales-img-black-mob.png) no-repeat left 20px; }
.podcasts-desc {
font-size: 16px; }
.podcast {
padding: 20px 0 50px; }
.podcast-left {
margin-bottom: 30px; }
.podcast-main {
padding: 20px;
margin-bottom: 30px;
border-radius: 10px;}
.podcast-main-title {
font-size: 20px; }
.podcast-main-desc {
font-size: 14px; }
.podcast-listen {
margin-top: 30px; }
.podcast-listen-title {
font-size: 24px; }
.podcast-listen-item {
font-size: 18px; }
.expert {
padding: 20px 0 50px; }
.expert-left {
margin-bottom: 30px; }
.expert-main {
padding: 20px;
border-radius: 10px;}
.expert-main-name {
font-size: 22px;
margin-bottom: 15px; }
.expert-main-info {
margin-top: 20px; }
.expert-main-tags-item {
font-size: 12px;
padding: 6px;
margin-right: 8px;
margin-bottom: 8px; }
.expert-main-desc {
font-size: 12px; }
.expert-articles-title {
font-size: 24px;
margin-bottom: 15px; }
.expert-articles-item {
width: 100%; }
.expert-articles-item-title {
margin: 15px 0 10px; }
.expert-articles-item-desc {
font-size: 14px; }
.expert-others-title {
font-size: 24px;
margin-bottom: 15px; }
.editor-popup {
padding: 30px 25px 45px; }
.editor-popup-title {
font-size: 20px;
margin-bottom: 20px; }
.editor-popup-btn {
margin-top: 20px; } } .archive-pagination,
.selections-pagination,
.news-pagination,
.heading-pagination,
.podcasts-pagination,
.tag-pagination { margin: 30px 0 20px; }
.archive-pagination .page-numbers,
.selections-pagination .page-numbers,
.news-pagination .page-numbers,
.heading-pagination .page-numbers,
.podcasts-pagination .page-numbers,
.tag-pagination .page-numbers {
display: inline-flex; flex-wrap: wrap; gap: 6px;
padding: 0; margin: 0; list-style: none;
}
.archive-pagination .page-numbers li,
.selections-pagination .page-numbers li,
.news-pagination .page-numbers li,
.heading-pagination .page-numbers li,
.podcasts-pagination .page-numbers li,
.tag-pagination .page-numbers li { list-style: none; }
.archive-pagination a, .archive-pagination span,
.selections-pagination a, .selections-pagination span,
.news-pagination a, .news-pagination span,
.heading-pagination a, .heading-pagination span,
.podcasts-pagination a, .podcasts-pagination span,
.tag-pagination a, .tag-pagination span {
display: inline-block; min-width: 36px; padding: 8px 12px;
text-align: center; text-decoration: none;
border: 1px solid #ddd; border-radius: 4px;
color: #333; font-size: 14px; line-height: 1;
transition: background .15s, border-color .15s;
}
.archive-pagination a:hover,
.selections-pagination a:hover,
.news-pagination a:hover,
.heading-pagination a:hover,
.podcasts-pagination a:hover,
.tag-pagination a:hover { background: #f5f5f5; border-color: #bbb; }
.archive-pagination .current,
.selections-pagination .current,
.news-pagination .current,
.heading-pagination .current,
.podcasts-pagination .current,
.tag-pagination .current { background: #111; color: #fff; border-color: #111; }
.archive-pagination .dots,
.selections-pagination .dots,
.news-pagination .dots,
.heading-pagination .dots,
.podcasts-pagination .dots,
.tag-pagination .dots { border: none; }