@font-face {
font-family: 'Inter';
src: url(//journal.timepad.ru/wp-content/plugins/sub_form/fonts/InterRegular.eot);
src: url(//journal.timepad.ru/wp-content/plugins/sub_form/fonts/InterRegular.eot) format('embedded-opentype'),
url(//journal.timepad.ru/wp-content/plugins/sub_form/fonts/InterRegular.woff2) format('woff2'),
url(//journal.timepad.ru/wp-content/plugins/sub_form/fonts/InterRegular.woff) format('woff'),
url(//journal.timepad.ru/wp-content/plugins/sub_form/fonts/InterRegular.ttf) format('truetype'),
url(//journal.timepad.ru/wp-content/plugins/sub_form/fonts/InterRegular.svg#InterRegular) format('svg');
}
#subform{
display:flex;
position:relative;
width:100%;
max-width:900px;
min-height:360px;
bor-sizing:border-box;
background-color:#B1BFFE;
border-radius:20px;
padding:50px;
align-items:center;
justify-content:space-between;
font-family:'Inter', sans-serif;
line-height:100%;
font-weight:normal;
color:#382631;
}
#subform *{
font-family:'Inter', sans-serif;
line-height:100%;
font-weight:normal;
color:#382631;
box-sizing:border-box;
appearance:none;
outline:none;
border:0;
margin:0;
padding:0;
line-height:normal;
}
#subform a{
text-decoration:underline;
}
#subform a:hover{
color:#382631;
text-decoration:none;
}
#subform .form{
width:100%;
max-width:370px;
margin-right:20px;
}
#subform .form h5{
padding:0 0 12px 0;
margin:0;
font-size:36px;
}
#subform .form p{
padding:0 0 32px 0;
margin:0;
font-size:20px;
}
#subform .form > div{
padding-right:30px;
position:relative;
}
#subform .form > div #iagreesub{
width:0;
left:0;
top:40px;
}
#subform .form input{
border:0;
border-bottom:2px solid #382631;
width:100%;
outline:none;
font-size:20px;
padding:4px;
background-color:transparent;
}
#subform .form input::placeholder{
color:#8d91c1;
}
#subform .form input.err{
background-color:#c199cb;
}
#subform .form #iagreesub{
position:absolute;
z-index:-1;
opacity:0;
}
#subform .form label{
display:block;
font-size:12px;
line-height:120%;
margin-top:14px;
}
#subform .form #iagreesub+label span{
display:inline-block;
width:14px;
height:14px;
border:1px solid #382631;
border-radius:4px;
margin-right:6px;
position:relative;
cursor:pointer;
vertical-align:sub;
}
#subform .form #iagreesub+label.err span{
border-color:#ff0000;
}
#subform .form #iagreesub+label span::before{
content:'';
display:block;
position:absolute;
left:1px;
top:1px;
right:1px;
bottom:1px;
width:10px;
height:10px;
border:0;
border-radius:3px;
background-color:transparent;
}
#subform .form #iagreesub:checked+label span::before{
background-color:#382631;
}
#subform .form button{
height:46px;
border-radius:6px;
background-color:#382631;
border:0;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
width:100%;
cursor:pointer;
margin-top:24px;
}
#subform .preview{
width:100%;
display:flex;
align-items:center;
justify-content:end;
position:relative;
}
#subform .preview img{
width:auto;
height:auto;
max-width:100%;
max-height:100%;
border:0;
}
#subform .preview > div{
display:none;
position:absolute;
width:230px;
max-width:100%;
border:2px solid #382631;
border-radius:16px;
padding:25px;
background-color:#fff;
text-align:center;
left:50%;
top:50%;
margin:-115px 0 0 -115px;
font-size:30px;
line-height:106%;
}
#subform .preview > div span{
display:block;
margin:0 auto;
width:48px;
height:48px;
cursor:pointer;
margin-bottom:10px;
background:url(//journal.timepad.ru/wp-content/plugins/sub_form/img/subform3.svg) center center no-repeat;
}
@media only screen and (max-width: 819px) {
#subform{
flex-wrap:wrap;
padding:30px;
}
#subform .form{
order:2;
margin-right:0;
max-width:580px;
min-height:270px;
display:flex;
flex-direction:column;
justify-content:center;
}
#subform .form > div{
padding-right:0;
}
#subform .preview{
order:1;
padding-bottom:10px;
justify-content:start;
}
#subform .preview img{
height:80px;
}
#subform .preview > div{
left:auto;
right:0;
top:0;
margin:0;
}
}@keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
@-webkit-keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
}
@keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
@-webkit-keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
.hiddend {
display: none !important;
}
div.asl_w.asl_an_fadeInDrop,
div.asl_w.asl_an_fadeOutDrop {
-webkit-animation-duration: 100ms;
animation-duration: 100ms;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
div.asl_w.asl_an_fadeInDrop {
animation-name: aslAnFadeInDrop;
-webkit-animation-name: aslAnFadeInDrop;
}
div.asl_w.asl_an_fadeOutDrop {
animation-name: aslAnFadeOutDrop;
-webkit-animation-name: aslAnFadeOutDrop;
}
div.asl_w.asl_main_container {
transition: width 130ms linear;
-webkit-transition: width 130ms linear;
}
div.asl_w,
div.asl_w *,
div.asl_r,
div.asl_r *,
div.asl_s,
div.asl_s * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
text-transform: none;
text-shadow: none;
box-shadow: none;
text-decoration: none;
text-align: left;
letter-spacing: normal;
}
div.asl_r,
div.asl_r * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.asl_r {
box-sizing: border-box;
margin: 12px 0 0 0;
}
div.asl_m .proinput input::-ms-clear {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m .proinput input::-ms-reveal {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m input[type="search"]::-webkit-search-decoration,
div.asl_m input[type="search"]::-webkit-search-cancel-button,
div.asl_m input[type="search"]::-webkit-search-results-button,
div.asl_m input[type="search"]::-webkit-search-results-decoration {
display: none;
}
div.asl_m input[type="search"] {
appearance: auto !important;
-webkit-appearance: none !important;
}
.clear {
clear: both;
}
.hiddend {
display: none;
}
div.asl_m textarea:focus,
div.asl_m input:focus {
outline: none;
}
div.asl_m {
width: 100%;
height: auto;
border-radius: 0;
background: rgba(255, 255, 255, 0);
overflow: hidden;
position: relative;
z-index: 200;
}
div.asl_m .probox {
width: auto;
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #fff;
box-shadow: 1px 0 3px #ccc inset;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
div.asl_m .probox .proinput {
width: 1px;
height: 100%;
margin: 0 0 0 10px;
padding: 0 5px;
float: left;
box-shadow: none;
position: relative;
flex: 1 1 auto;
-webkit-flex: 1 1 auto;
order: 5;
-webkit-order: 5;
}
div.asl_m .probox .proinput input:before,
div.asl_m .probox .proinput input:after,
div.asl_m .probox .proinput form:before,
div.asl_m .probox .proinput form:after {
display: none;
}
div.asl_m .probox .proinput input {
height: 28px;
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: -1px;
padding: 0;
left: 0;
line-height: normal !important;
display: block;
min-height: unset;
max-height: unset;
}
div.asl_m .probox .proinput input::-webkit-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input::-moz-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-ms-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-moz-placeholder {
opacity: .85;
}
div.asl_m .proinput input.orig {
padding: 0 !important;
margin: 0 !important;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
z-index: 10;
position: relative;
}
div.asl_m .proinput input.autocomplete {
padding: 0 !important;
margin: 0;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
opacity: .2;
}
div.asl_m .probox .proinput input.autocomplete {
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: 0;
margin-top: -28px !important;
padding: 0;
left: 0;
position: relative;
z-index: 9;
}
div.asl_m .probox .proinput.iepaddingfix {
padding-top: 0;
}
div.asl_m .probox .proinput .loading {
width: 32px;
background: #000;
height: 100%;
box-shadow: none;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose,
div.asl_m .probox .promagnifier,
div.asl_m .probox .prosettings {
width: 20px;
height: 20px;
background: none;
background-size: 20px 20px;
float: right;
box-shadow: none;
margin: 0;
padding: 0;
text-align: center;
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
z-index: 100;
}
div.asl_m .probox .promagnifier {
order: 10;
-webkit-order: 10;
}
div.asl_m .probox .prosettings {
order: 1;
-webkit-order: 1;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose {
background-position: center center;
display: none;
background-size: auto;
background-repeat: no-repeat;
background-color: transparent;
order: 6;
-webkit-order: 6;
}
div.asl_m .probox .proclose {
position: relative;
cursor: pointer;
}
div.asl_m .probox .promagnifier .innericon,
div.asl_m .probox .prosettings .innericon,
div.asl_m .probox .proclose .innericon {
background-size: 20px 20px;
background-position: center center;
background-repeat: no-repeat;
background-color: transparent;
width: 100%;
height: 100%;
text-align: center;
overflow: hidden;
line-height: initial;
}
div.asl_m .probox .promagnifier .innericon svg,
div.asl_m .probox .prosettings .innericon svg,
div.asl_m .probox .proloading svg {
height: 100%;
width: 22px;
vertical-align: baseline;
display: inline-block;
}
div.asl_m .probox .proloading {
padding: 2px;
box-sizing: border-box;
}
div.asl_m .probox div.asl_loader,
div.asl_m .probox div.asl_loader * {
box-sizing: border-box !important;
margin: 0;
padding: 0;
box-shadow: none;
}
div.asl_m .probox div.asl_loader {
box-sizing: border-box;
display: flex;
flex: 0 1 auto;
flex-direction: column;
flex-grow: 0;
flex-shrink: 0;
flex-basis: 28px;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
div.asl_m .probox div.asl_loader-inner {
width: 100%;
margin: 0 auto;
text-align: center;
height: 100%;
}
@-webkit-keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
div.asl_m .probox div.asl_simple-circle {
margin: 0;
height: 100%;
width: 100%;
animation: rotate-simple .8s infinite linear;
-webkit-animation: rotate-simple .8s infinite linear;
border: 4px solid #fff;
border-right-color: transparent !important;
border-radius: 50%;
box-sizing: border-box;
}
div.asl_m .probox .proclose svg {
background: #333;
border-radius: 50%;
position: absolute;
top: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
left: 50%;
margin-left: -10px;
fill: #fefefe;
padding: 4px;
box-sizing: border-box;
box-shadow: 0 0 0 2px rgba(255, 255, 255, .9);
}
div.asl_r * {
text-decoration: none;
text-shadow: none;
}
div.asl_r .results .asl_nores {
overflow: hidden;
width: auto;
height: 100%;
line-height: initial;
text-align: center;
margin: 0;
background: #fff;
padding: 10px 3px;
color: #222;
}
div.asl_r.horizontal {
padding: 2px 0 10px;
}
div.asl_r.horizontal .results .nores {
background: transparent;
}
div.asl_r .results {
overflow: hidden;
width: auto;
height: 0;
margin: 0;
padding: 0;
}
div.asl_r.horizontal .results {
height: auto;
width: auto;
}
div.asl_r .results .item {
overflow: hidden;
width: auto;
margin: 0;
padding: 3px;
position: relative;
background: #f4f4f4;
border-left: 1px solid rgba(255, 255, 255, .6);
border-right: 1px solid rgba(255, 255, 255, .4);
animation-delay: 0s;
animation-duration: 1s;
animation-fill-mode: both;
animation-timing-function: ease;
backface-visibility: hidden;
-webkit-animation-delay: 0s;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
-webkit-animation-timing-function: ease;
-webkit-backface-visibility: hidden;
}
div.asl_r.vertical .results .item:last-child {
margin-bottom: 0;
}
div.asl_r.vertical .results .item:last-child:after {
height: 0;
margin: 0;
width: 0;
}
div.asl_r .results .item .asl_image {
overflow: hidden;
background: transparent;
margin: 2px 8px 0 0;
padding: 0;
float: left;
background-position: center;
background-size: cover;
}
div.asl_r .results .item .asl_image img {
width: 100%;
height: 100%;
}
div.asl_r .results .item .asl_content {
overflow: hidden;
height: auto;
background: transparent;
margin: 0;
padding: 3px 3px 5px 3px;
}
div.asl_r .results .item .asl_content h3 {
margin: 0;
padding: 0;
display: inline;
line-height: inherit;
}
div.asl_r .results .item .asl_content .asl_desc {
margin-top: 4px;
font-size: 12px;
line-height: 18px;
}
div.asl_r .results .item div.etc {
margin-top: 4px;
}
div.asl_r .results a span.overlap {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
div.asl_r p.showmore {
text-align: center;
padding: 0;
margin: 0;
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
background-color: #fff;
margin-top: 3px;
cursor: pointer;
}
div.asl_r p.showmore a {
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
display: block;
text-align: center;
cursor: pointer;
}
.results .asl_nores .asl_keyword {
padding: 0 6px;
cursor: pointer;
font-weight: bold;
font-family: Open Sans;
}
div.asl_r .resdrg {
height: auto;
}
div.asl_w .group:first-of-type {
margin: 0 0 -3px;
}
div.asl_s.searchsettings {
width: 200px;
height: auto;
position: absolute;
display: none;
z-index: 1101;
border-radius: 0 0 3px 3px;
visibility: hidden;
padding: 0;
}
div.asl_s.searchsettings form {
display: flex;
flex-wrap: wrap;
margin: 0 0 12px 0 !important;
padding: 0 !important;
}
div.asl_s.searchsettings .asl_option_inner {
margin: 2px 10px 0 10px;
*padding-bottom: 10px;
}
div.asl_s.searchsettings.ie78 .asl_option_inner {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
div.asl_s.searchsettings .asl_option_label {
font-size: 14px;
line-height: 20px !important;
margin: 0;
width: 150px;
text-shadow: none;
padding: 0;
min-height: 20px;
border: none;
background: transparent;
float: none;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox] {
display: none !important;
}
div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox] {
display: block;
}
div.asl_s.searchsettings.ie78 .asl_option_label {
float: right !important;
}
div.asl_s.searchsettings .asl_option {
display: flex;
flex-direction: row;
-webkit-flex-direction: row;
align-items: flex-start;
margin: 0 0 10px 0;
cursor: pointer;
}
div.asl_s.searchsettings .asl_option.asl-o-last,
div.asl_s.searchsettings .asl_option:last-child {
margin-bottom: 0;
}
div.asl_s.searchsettings .asl_option_inner {
width: 17px;
height: 17px;
position: relative;
flex-grow: 0;
-webkit-flex-grow: 0;
flex-shrink: 0;
-webkit-flex-shrink: 0;
}
div.asl_s.searchsettings .asl_option_inner label {
cursor: pointer;
position: absolute;
width: 17px;
height: 17px;
top: 0;
padding: 0;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
overflow: hidden;
font-size: 0 !important;
color: rgba(0, 0, 0, 0);
} div.asl_r.vertical .results,
div.asl_s.searchsettings .asl_sett_scroll {
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
}
div.asl_r.vertical .results::-webkit-scrollbar {
width: 10px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar {
width: 6px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-track {
background: transparent;
box-shadow: inset 0 0 12px 12px transparent;
border: none;
}
div.asl_r.vertical .results::-webkit-scrollbar-track {
background: rgb(255, 255, 255);
box-shadow: inset 0 0 12px 12px transparent;
border: solid 2px transparent;
}
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
background: transparent;
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0);
border: solid 2px transparent;
border-radius: 12px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
border: none;
}
div.asl_r.vertical:hover .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings:hover .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
@media (hover: none), (max-width: 500px) {
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
} div.asl_s.searchsettings .asl_option_inner label:after {
opacity: 0;
font-family: 'aslsicons2';
content: "\e800";
font-weight: normal !important;
background: transparent;
border: none !important;
box-sizing: content-box;
color: #fff;
height: 100%;
width: 100%;
padding: 0 !important;
margin: 1px 0 0 0 !important;
line-height: 17px;
text-align: center;
text-decoration: none;
text-shadow: none;
display: block;
font-size: 11px !important;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
div.asl_s.searchsettings.ie78 .asl_option_inner label:after {
display: none;
}
div.asl_s.searchsettings .asl_option_inner label:hover::after {
opacity: .3;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+label:after {
opacity: 1;
}
div.asl_s.searchsettings fieldset {
position: relative;
float: left;
}
div.asl_s.searchsettings fieldset {
background: transparent;
font-size: .9em;
margin: 12px 0 0 !important;
padding: 0;
width: 192px;
}
div.asl_s.searchsettings fieldset .asl_option_label {
width: 130px;
display: block;
}
div.asl_s.searchsettings form fieldset legend {
padding: 5px 0 8px 10px;
}
#asl_hidden_data {
display: none !important;
}
.rtl .asl_content,
.rtl .asl_nores,
.rtl .asl_content *,
.rtl .asl_nores *,
.rtl .searchsettings form {
text-align: right !important;
direction: rtl !important;
}
.rtl .asl_nores>* {
display: inline-block;
}
.rtl div.asl_r .results .item .asl_image {
float: right;
margin: 2px 0 0 8px;
}
.rtl .searchsettings .asl_option {
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
}
.rtl .asl_option {
direction: ltr;
}
.rtl .asl_label,
.rtl .asl_option div.asl_option_label {
text-align: right !important;
}
.rtl .asl_label {
max-width: 1000px !important;
width: 100%;
direction: rtl !important;
}
.rtl .asl_label input[type=radio] {
margin: 0 0 0 6px !important;
}
.rtl .asl_option_cat_level-0 div.asl_option_label {
font-weight: bold !important;
}
.rtl fieldset .asl_option_cat_level-1 {
margin-right: 12px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-2 {
margin-right: 24px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-3 {
margin-right: 36px !important;
margin-left: 0;
}
.rtl .searchsettings legend {
text-align: right !important;
display: block;
width: 100%;
}
.rtl .searchsettings input[type=text],
.rtl .searchsettings select {
direction: rtl !important;
text-align: right !important;
}
.rtl div.asl_w.asl_s.searchsettings form,
.rtl div.asl_w.asl_sb.searchsettings form {
flex-direction: row-reverse !important;
}
.rtl div.horizontal.asl_r div.item {
float: right !important;
}
.rtl p.asl-try {
direction: rtl;
text-align: right;
margin-right: 10px;
width: auto !important;
}div.asl_w{width:100%;height:auto;border-radius:5px;background-color:transparent;overflow:hidden;border:0 solid #b5b5b5;border-radius:0 0 0 0;box-shadow:none;}#ajaxsearchlite1 .probox,div.asl_w .probox{margin:0;padding:8px;height:28px;background-color:#fff;border:2px solid #1e1e1e;border-radius:0 0 0 0;box-shadow:0 0 0 0 #b5b5b5 inset;border-radius:30px;}#ajaxsearchlite1 .probox .proinput,div.asl_w .probox .proinput{font-weight:normal;font-family:Open Sans;color:#000 !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);}#ajaxsearchlite1 .probox .proinput input,div.asl_w .probox .proinput input{font-weight:normal;font-family:Open Sans;color:#000 !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);border:0;box-shadow:none;}div.asl_w.asl_msie .probox .proinput input{line-height:24px !important;}div.asl_w .probox .proinput input::-webkit-input-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input::-moz-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-ms-input-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-moz-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input.autocomplete{font-weight:normal;font-family:Open Sans;color:#000;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proloading,div.asl_w .probox .proclose,div.asl_w .probox .promagnifier,div.asl_w .probox .prosettings{width:28px;height:28px;}div.asl_w .probox .promagnifier .innericon svg{fill:#363636;}div.asl_w .probox div.asl_simple-circle{border:4px solid #000;}div.asl_w .probox .prosettings .innericon svg{fill:#363636;}div.asl_w .probox .promagnifier{width:28px;height:28px;background-image:-o-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-ms-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-webkit-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-position:center center;background-repeat:no-repeat;border:0 solid #fff;border-radius:0 0 0 0;box-shadow:-1px 1px 0 0 rgba(255,255,255,.64) inset;cursor:pointer;background-size:100% 100%;background-position:center center;background-repeat:no-repeat;cursor:pointer;}div.asl_w .probox div.prosettings{width:28px;height:28px;background-image:-o-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-ms-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-webkit-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-position:center center;background-repeat:no-repeat;float:right;border:0 solid #fff;border-radius:0 0 0 0;box-shadow:0 1px 0 0 rgba(255,255,255,.64) inset;cursor:pointer;background-size:100% 100%;order:7;-webkit-order:7;}div.asl_r{position:absolute;z-index:1100;}div.asl_r.vertical{padding:4px;background:#fff;border-radius:3px;border:0 solid #b5b5b5;border-radius:0 0 0 0;box-shadow:0 0 3px -1px rgba(0,0,0,.3);visibility:hidden;display:none;}div.asl_r .results .nores .keyword{padding:0 6px;cursor:pointer;font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:13px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);font-weight:bold;}div.asl_r .results .item{height:auto;background:#fff;}div.asl_r.vertical .results .item:after{background:#ccc;}div.asl_r .results .item.hovered{background:#f4f4f4;}div.asl_r .results .item .asl_image{width:70px;height:70px;}div.asl_r .results .item .asl_content h3,div.asl_r .results .item .asl_content h3 a{margin:0;padding:0;line-height:inherit;font-weight:normal;font-family:Open Sans;color:#1468a9;font-size:14px;line-height:22px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .asl_content h3 a:hover{font-weight:normal;font-family:Open Sans;color:#2e6bbc;font-size:14px;line-height:20px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item div.etc{padding:0;line-height:10px;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:12px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_author{padding:0;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:12px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_date{margin:0 0 0 10px;padding:0;font-weight:normal;font-family:Open Sans;color:#adadad;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item p.desc{margin:2px 0;padding:0;font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:13px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .mCSBap_scrollTools .mCSBap_buttonDown{border-color:#3e3e3e transparent transparent transparent;}div.asl_r .mCSBap_scrollTools .mCSBap_buttonUp{border-color:transparent transparent #3e3e3e transparent;}div.asl_r span.highlighted{font-weight:bold;color:#d9312b;background-color:#eee;color:rgba(217,49,43,1);background-color:rgba(238,238,238,1);}div.asl_r p.showmore a{border:1px solid #eaeaea;}div.asl_s.searchsettings{background:#fff;box-shadow:1px 1px 0 1px #1e1e1e;}div.asl_s.searchsettings .asl_option_label{font-weight:bold;font-family:Open Sans;color:#2b2b2b;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_s.searchsettings .asl_option_inner label{background-image:linear-gradient(180deg,#222,#36373a);background-image:-webkit-linear-gradient(180deg,#222,#36373a);background-image:-moz-linear-gradient(180deg,#222,#36373a);background-image:-o-linear-gradient(180deg,#222,#36373a);background-image:-ms-linear-gradient(180deg,#222,#36373a);;}div.asl_s.searchsettings fieldset .categoryfilter{max-height:200px;overflow:auto;}div.asl_s.searchsettings fieldset legend{padding:5px 0 0 10px;margin:0;font-weight:normal;font-family:Open Sans;color:#474747;font-size:13px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }@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; }.podcast-main-left p {
line-height: 1.4;
color: #fafaff;
margin-bottom: 15px;
font-family: 'InputSansNarrow', sans-serif;
font-size: 16px;
}
.experts-left p, .expert-left p {
font-size: 20px;
font-family: "Coolvetica", sans-serif;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 0;
}
.wp-block-gallery {
margin: 40px 0;
justify-content: space-between;
}
.wp-block-gallery figure {
width: 48.9%;
}
.wp-block-gallery figure img {
border-radius: 2px;
}
.wp-block-image {
text-align: center;
margin: 40px 0;
}
.uscl-item {
padding: 0 10px 10px 0 !important;
}
.uscl-item > span {
background: #000 !important;
}
.uscl-list > .uscl-item:first-child {
padding-left: 0 !important;
}
.uscl-list > .uscl-item:last-child {
padding-right: 0 !important;
}
.uscl-item {
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.uscl-item:hover {
opacity: 0.7;
}
.footer-bottom p {
font-size: 13px;
font-family: "NeueHaasUnica", sans-serif;
line-height: 1.6;
}
.footer-bottom p a {
color: #643fff;
}
.editor-popup p {
font-size: 14px;
line-height: 1.2;
margin-bottom: 15px;
}
.editor-popup p:last-of-type {
margin-bottom: 0;
}
.only-article {
position: relative;
}
.only-article .subscribe-telegram {
margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
.podcast-main-left p {
font-size: 14px;
}
.experts-left p, .expert-left p {
font-size: 16px;
}
.wp-block-gallery {
margin: 30px 0;
}
.wp-block-image {
text-align: center;
margin: 30px 0;
}
.footer-bottom p {
line-height: 1.4;
}
}
.article-content a:not(.subscribe-telegram), .podcast-wrapper .breadcrumb a:not(.subscribe-telegram){font-weight:bold;color:#000;background:#C7CFF4;display: inline;}
.article-content a:hover:not(.subscribe-telegram), .podcast-wrapper a:hover:not(.subscribe-telegram) {color:#000;background:transparent;}
.selections-right .breadcrumb a, .podcasts-right .breadcrumb a, .heading-right .breadcrumb a, .experts-right .breadcrumb a, .expert-right .breadcrumb a{font-weight:bold;color:#000;background:#C7CFF4;}
.article-other-top a {
color: #c7cff4 !important;
background: #000 !important;
}
.article-tags a {
white-space: nowrap;
}
.article-main-img, .podcast-main-img img {
width: 520px;
height: 420px; object-fit: cover;
object-position: top;
border-radius: 10px;
max-width: 100%;
}
.wp-block-image img {
object-fit: cover;
object-position: top;
border-radius: 10px;
max-width: 100%;
}
.article-tags a {background:transparent!important;}
.article-tags a:hover {
background: #643fff!important;
color: #fff!important;
}
.only-article {
font-family: 'Helvetica Neue', sans-serif!important;
}
.selections-right .selections-item-img img {
border-radius: 10px;
width: 100%;
height: 376px;
object-fit: cover;
}
.expert-main-img img {
max-height: 400px;
border-radius: 10px;
max-width: 100%;
}
.wp-block-quote {
background-color: #c7cff4;
margin: 0;
padding: 20px 20px;
border-radius: 10px;
}
.asl_w_container {
z-index: 1;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
border: none;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
color: #fff !important;
}
div.asl_w .probox .proinput input::-webkit-input-placeholder {
font-weight: normal;
font-size: 14px;
color: #ffffff !important;
text-shadow: 0 0 0 rgba(255,255,255,0);
}
div.asl_w .probox .proinput input::-moz-placeholder {
font-weight: normal;
font-size: 14px;
color: #ffffff !important;
text-shadow: 0 0 0 rgba(255,255,255,0);
}
div.asl_w .probox .proinput input:-ms-input-placeholder {
font-weight: normal;
font-size: 14px;
color: #ffffff !important;
text-shadow: 0 0 0 rgba(255,255,255,0);
}
div.asl_w .probox .proinput input:-moz-placeholder {
font-weight: normal;
font-size: 14px;
color: #ffffff !important;
text-shadow: 0 0 0 rgba(255,255,255,0);
}
.main-heading-other-img img {
max-width: 660px;
height: 444px;
object-fit: cover;
object-position: top;
border-radius: 10px;
}
div.asl_r .results .item .asl_content .asl_desc {
display: none;
}
.kod_podkasta {
margin: 40px 0;
}
.podcasts-desc, .heading-desc {
min-height: 144px;
}
figcaption br {
display: none;
}
.wp-element-caption {
color: #ABB8C3!important;
margin-top: 15px;
}
.wp-block-quote {
margin-bottom: 15px;
}
.wp-block-quote p {
margin-bottom: 0px;
}
.wp-block-quote cite {
margin-top: 15px;
display: block;
text-align: right;
}
.article-content ol li, .article-content ul li {
font-size: 20px;
font-family: 'Helvetica Neue', sans-serif;
line-height: 1.4;
margin-bottom: 10px;
}
.article-content h2.article-subtitle, .article-content .article-subtitle h2 {
font-size: 40px;
font-weight: bold;
margin: 40px 0 20px;
text-transform: uppercase;
letter-spacing: 2px;
}
.article-content h3.article-subtitle {
font-size: 30px;
font-weight: normal;
margin: 30px 0 15px;
text-transform: uppercase;
letter-spacing: 2px;
}
.article-content h4.article-subtitle {
font-size: 25px;
font-weight: normal;
margin: 20px 0 10px;
text-transform: uppercase;
letter-spacing: 2px;
}
pre {
max-width: 100%;
font-size: 1.5em;
line-height: 1.2;
margin: 2em;
}
.wp-block-pullquote {
font-size: 1.5rem !important;
margin: 0px !important;
@media only screen and (max-width: 767px) {
.wp-block-pullquote {
font-size: 1.5rem !important;
margin: 0;
}
pre {
font-size: 1.2rem !important;
margin: 2em;
padding: 0;
}
.experts-left p, .expert-left p {
margin-bottom: 20px;
}
.main-news-item-img img, .experts-item-img img, .podcasts-item-img img, .article-main-img, .podcast-main-img img, .selections-item-img, .expert-articles-item-img {
height: 260px!important;
}
.home .main-news-item-img img, .main-podcasts-item-img img, .main-selections-item-img img {
height: auto!important;
}
.main-heading-item {
margin-right: 0px;
}
.wp-block-gallery {
gap: 20px !important;
}
.wp-block-gallery figure {
width: 100%;
}
.main-heading-other-img img {
max-width: 100%;
}
}
.mnu-item-drop img {
border-radius: 10px;
}
.single .aviasales-podcast .aviasales {
top: 360px;
}
.single  .afisha  {
top: 830px;
}
.main-podcasts-item-desc {
display: none;
}
.breadcrumb {
margin-bottom: 20px;
line-height: 1.4;
font-size: 14px;
color: #999;
margin-top: 50px;
text-transform: uppercase;
font-family: 'InputSansNarrow', sans-serif;
}
.breadcrumb a {
color: #000 !important;
background: transparent !important;
font-family: 'InputSansNarrow', sans-serif;
}
.date-invis {
color: #000;
}
.home .heading-other-img img {
max-height: 279px;
object-fit: cover;
width: 530px;
}
} .wp-block-button__link {
display: flex!important; 
}
.wp-block-buttons {
row-gap: 0px;
column-gap: 10px;
}
@media (max-width: 768px) {
.main-heading-other-img img {
max-width: 100%;
}
.wp-block-gallery.has-nested-images {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
gap: 10px !important; 
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
width: 100% !important;
margin: 0 !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
width: 100% !important;
height: auto !important;
}
.wp-block-gallery.has-nested-images .blocks-gallery-caption {
width: 100%;
text-align: center; 
margin-top: 15px;   
caption-side: bottom; 
}
.article-content h2.article-subtitle, .article-content .article-subtitle h2 {
font-size: 20px;
word-break: break-word;
}
.article-content h3.article-subtitle {
font-size: 18px;
word-break: break-word;
}
}
.blocks-gallery-caption {
color: #ABB8C3 !important;
margin-top: 15px !important;
width: 100%;
text-align: center;
}
body {
min-width: 100%;
max-width: 100%;
overflow-x: hidden;
}
.home .main-podcasts-item-desc {
display: none;
}
.wp-block-button {
margin-bottom: 20px !important;
} .article-inline-banner {
margin: 30px 0;
}
.article-inline-banner img {
display: block;
max-width: 100%!important;
border-radius: 10px;
} .article-meta-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 20px;
flex-wrap: wrap;
}
.article-meta-actions {
display: flex;
align-items: center;
gap: 10px;
flex-shrink: 0;
position: relative;
flex-wrap: wrap;
max-width: 100%;
}
.article-pub-date {
font-size: 13px;
color: rgba(255,255,255,0.6);
font-family: 'InputSansNarrow', sans-serif;
white-space: nowrap;
letter-spacing: 0.02em;
} .article-bookmark-btn {
display: inline-flex;
align-items: center;
gap: 6px;
background: none;
border: 1px solid #b7b7b7;
border-radius: 50px;
padding: 5px 13px;
cursor: pointer;
font-size: 13px;
font-family: 'InputSansNarrow', sans-serif;
color: #fff;
line-height: 1;
transition: background 0.18s ease, color 0.18s ease;
white-space: nowrap;
text-transform: lowercase;
letter-spacing: 0.01em;
}
.article-bookmark-btn:hover {
background: #fff;
color: #000;
} .bookmark-toast {
position: absolute;
left: 0;
top: calc(100% + 8px);
background: #000;
color: #fff;
font-size: 13px;
font-family: 'InputSansNarrow', sans-serif;
padding: 8px 14px;
border-radius: 8px;
white-space: nowrap;
pointer-events: none;
opacity: 0;
transform: translateY(-4px);
transition: opacity 0.18s ease, transform 0.18s ease;
z-index: 300;
}
.bookmark-toast.is-visible {
opacity: 1;
transform: translateY(0);
} .article-share-wrapper {
position: relative;
}
.article-share-btn {
display: inline-flex;
align-items: center;
gap: 6px;
background: none;
border: 1px solid #b7b7b7;
border-radius: 50px;
padding: 5px 13px;
cursor: pointer;
font-size: 13px;
font-family: 'InputSansNarrow', sans-serif;
color: #fff;
line-height: 1;
transition: background 0.18s ease, color 0.18s ease;
white-space: nowrap;
text-transform: lowercase;
letter-spacing: 0.01em;
}
.article-share-btn:hover {
background: #fff;
color: #000;
} .article-share-dropdown {
display: none;
position: absolute;
top: calc(100% + 8px);
right: 0;
background: #fff;
border-radius: 14px;
box-shadow: 0 6px 28px rgba(0,0,0,0.13);
padding: 6px 0;
min-width: 230px;
z-index: 400;
border: 1px solid rgba(0,0,0,0.07);
}
.article-share-dropdown.is-open {
display: block;
}
.share-copy-btn,
.share-item {
display: flex;
align-items: center;
gap: 12px;
padding: 10px 18px;
background: none;
border: none;
width: 100%;
text-align: left;
cursor: pointer;
font-size: 15px;
font-family: 'Helvetica Neue', sans-serif;
color: #000;
text-decoration: none;
transition: background 0.12s;
box-sizing: border-box;
line-height: 1.2;
}
.share-copy-btn:hover,
.share-item:hover {
background: #f4f4f4;
}
.share-copy-btn svg,
.share-item svg {
flex-shrink: 0;
}
@media (max-width: 600px) {
.article-share-dropdown {
left: calc(50% - 115px);
}
} .header-socials {
display: flex;
align-items: center;
gap: 10px;
margin: 0 16px 0 0;
}
.header-social-link {
display: flex;
align-items: center;
opacity: 0.8;
transition: opacity 0.2s ease;
}
.header-social-link:hover {
opacity: 1;
}