@font-face{
    font-family: 'Inter';
    src: url('fonts/Inter/Inter-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}
@font-face{
    font-family: 'Inter';
    src: url('fonts/Inter/Inter-Regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: 'Inter';
    src: url('fonts/Inter/Inter-Bold.woff') format('woff');
    font-style: normal;
    font-weight: bold;
}
* {
    margin: 0;
    padding: 0;
}
body{
    background-color: #F8F8F8;
    color: #212121;
    font-weight: normal;
    font-style: normal;
    min-width: 360px;
}
a { text-decoration: none }
.flex { display: flex }
.form-input{
	width: 100%;
	box-sizing: border-box;
    font: 15px Oswald, sans-serif;
    line-height: 22px;
    letter-spacing: 0.02em;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 2px 0 0 2px;
    outline: none;
}
.form-submit {
    border: none;
    background-color: #212121;
    color: #fff;
    border-radius: 0 2px 2px 0;
    font: 16px Oswald, sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    cursor: pointer;
}
.big-wrapp { width: 100% }
.container {
    width: 1200px;
    margin: 0 auto;
}
.main-container {
    width: 1200px;
    margin: 20px auto 120px auto;
}
.blog-container {
    width: 1200px;
    margin: 32px auto 0 auto;
}
.fixed_body {
    position: fixed;
    width: 100%;
}
.between { justify-content: space-between }
.header-container, .footer-container {
    height: 91px;
    display: flex;
    align-items: center;
    background-image: url('images/header-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.header-logo {
    width: 244px;
    height: 36px;
}
.mobile-menu-btn {
    width: 126px;
    height: 24px;
    display: none;
    font: 14px Inter, sans-serif;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}
.mobile-menu-btn::after {
    content: "";
    width: 16px;
    height: 12px;
    margin-left: 16px;
    display: inline-block;
    background: url("images/burger.svg") no-repeat;
}
.mobile-menu-btn-close { width: 86px }
.mobile-menu-btn-close::after {
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 16px;
    background: url("images/close.svg") no-repeat;
}
.mobile-menu {
    background-color: #3D3D3D;
    display: none;
}
.mobile-menu ul { margin-bottom: 20px }
.mobile-menu li {
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #4F4F4F;;
    list-style-type: none;
}
.mobile-menu li a{
    font: 14px Inter, sans-serif;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.mobile-menu  .subscribe-small { margin-bottom: 0 }
.form-box{
	display: flex;
	flex-direction: column;
}
.tg-panel { background-color: #2B9CDD }
.tg-panel .container {
    height: 64px;
    display: flex;
    align-items: center;
}
.tg-panel-icon {
    width: 48px;
    height: 48px;
}
.tg-panel-text {
    font: 18px Inter, sans-serif;
    margin-left: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #ffffff;
}
.tg-panel-link {
    padding: 5px 34px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    margin-left: 62px;
    font: 16px Oswald, sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}
.tg-panel-close {
    width: 14px;
    height: 14px;
    padding: 10px;
    margin-left: auto;
    cursor: pointer;
}
.page_category {
	font: 38px Oswald, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
	padding-top: 30px;
    padding-bottom: 10px;
}
.posts { width: 949px }
.post-link {
    margin-bottom: 20px;
    text-decoration: none;
    color: #212121;
}
.post, .post-min {
    width: 301px;
    padding-bottom: 16px;
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
}
.post-min { width: 267px }
.post img.wp-post-image, .post-min img.wp-post-image{
    width: 100%;
/*     height: 206px; */
	min-height: 170px;
	height: auto;
    margin-bottom: -4px;
/*     object-fit: cover; */
}
.post-cat, .post-title, .post-description {
    margin-top: 20px;
    padding: 0 20px;
}
.post-cat {
    max-height: 54px;
    overflow: hidden;
    font: 13px Inter, sans-serif;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #C4C4C4;
}
.post-title {
    max-height: 60px;
    overflow: hidden;
    font: 20px Oswald, sans-serif;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.post-description {
    margin: 28px 0 40px 0;
    max-height: 90px;
    overflow: hidden;
    font: 14px Inter, sans-serif;
    font-family: Inter, sans-serif;
    line-height: 18px;
    letter-spacing: 0.01em;
}
.post-info {
    margin: 0 20px;
    display: flex;
    font: 12px Inter, sans-serif;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #BDBDBD;
}
.post-info span {
    display: flex;
    align-items: center;
}
.post-info img { margin-right: 4px }
.post-view { margin: 0 22px 0 auto }
.post-likes { margin-right: 7px }
.posts-more-btn {
    width: 100%;
    height: 58px;
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;
    outline: none;
	font: 14px Oswald, sans-serif;
    line-height: 180.8%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
	color: #212121;
}
.posts-more-btn::before {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url("images/arrow_down.svg");
	display: inline-block;
}
.sidebar-container {
    width: 232px;
    min-width: 232px;
    margin-left: 21px;
    order: 3;
}
.sidebar-cat, .sidebar-popular {
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
}
.sidebar-cat-title, .sidebar-popular-title {
    font: 20px Oswald, sans-serif;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #212121;
    margin: 30px 20px 0 20px;
}
.sidebar-cat li {
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
    list-style-type: none;
}
.sidebar-cat li a{
    font: 14px Inter, sans-serif;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #17619A;
}
.subscribe-big { margin-bottom: 20px }
.subscribe-big-top {
    width: 100%;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3D3D3D;
}
.subscribe-big-icon {
    width: 67px;
    height: 67px;
}
.subscribe-big-bottom {
    background-color: #F0AB26;
    padding: 15px 20px 37px 20px;
}
.subscribe-big-bottom-text {
    font: 14px Inter, sans-serif;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 26px;
}
.subscribe-big-bottom-text-mobile {
    font: 20px Oswald, sans-serif;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
    display: none;
}
.subscribe-big-input{
    width: 144px;
    height: 36px;
}
.subscribe-big-submit { padding: 6px 12px }
.sidebar-popular { padding-bottom: 10px }
.sidebar-popular-title { margin: 30px 20px 24px 20px }
.popular-post {
    display: flex;
    padding: 0 20px;
    margin-bottom: 20px;
}
.popular-post-image {
    width: 50px;
    height: 60px;
	object-fit: cover;
	position: relative;
}
.popular-post-title {
    max-height: 42px;
    overflow: hidden;
    font: 14px Oswald, sans-serif;
    font-weight: bold;
    line-height: 21px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #212121;
}
.popular-post-text {
	width: 125px;
/*     margin-left: 12px; */
	margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: column;
}
.popular-post-view {
    display: flex;
    align-items: center;
    font: 12px Inter, sans-serif;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #C4C4C4;
}
.popular-post-view img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.social-buttons-container {
    width: 52px;
    display: flex;
    order: 1;
    flex-direction: column;
    margin-right: 50px;
}
.social-buttons-item {
    width: 52px;
    height: 52px;
    margin-bottom: 10px;
}
.full-post-slide {
	height: 565px;
	color: #FFFFFF !important;
}
.full-post-slide img.wp-post-image {
    width: 100%;
	height: 565px;
    min-width: 360px;
    object-fit: cover;
    position: absolute;
    z-index: -10;
}
.full-post-cat {
    height: 53px;
    display: flex;
    align-items: flex-end;
}
.full-post-cat-item {
    margin-right: 10px;
    font: 14px Oswald, sans-serif;
    line-height: 21px;
    text-transform: uppercase;
    color: #E5E5E5;
    opacity: 0.8;
}
.full-post-slide-texts { padding-top: 110px }
.full-post-slide-h1 {
    font: 48px Oswald, sans-serif;
    font-weight: bold;
    line-height: 72px;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.full-post-slide-h2 {
    font: 24px "Open Sans", sans-serif;
    font-weight: bold;
    line-height: 33px;
    letter-spacing: 0.02em;
    margin-bottom: 28px;
}
.full-post-slide-h3 {
    font: 20px "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}
.full-post-info {
    font: 14px "Open Sans", sans-serif;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
}
.full-post-slide-stats, .full-post-stats {
    font: 14px Inter, sans-serif;
    line-height: 18px;
    letter-spacing: 0.01em;
    display: flex;
}
.full-post-likes { margin-left: 24px }
.full-post-view:before, .full-post-likes:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 4px;
    background: url('images/eye.svg');
}
.full-post-likes:before { background: url('images/likes.svg') }
.full-post {
    width: 845px;
    order: 2;
    padding: 0 64px 60px 64px;
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
}
.full-post b { font-weight: 600 }
.full-post h3 {
    padding-top: 40px;
    margin-bottom: -6px;
    font: 20px "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #F07C26;
}
.full-post p  {
    padding-top: 22px;
    font: 16px "Open Sans", sans-serif;
    line-height: 26px;
    letter-spacing: 0.02em;
}
.full-post img {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.wp-block-image {
    margin-bottom: 0;
}
.full-post blockquote, .full-post blockquote p {
    padding-top: 30px;
    padding-bottom: 10px;
    font: 24px "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.02em;
}
.full-post blockquote p {
	padding-top: 0;
    padding-bottom: 0;
    font: 24px "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.02em;
}
.full-post ul, .full-post ol  {
    font: 16px "Open Sans", sans-serif;
    line-height: 26px;
    letter-spacing: 0.02em;
}
.full-post ul {
    list-style-image: url('images/ul-icon.svg');
    padding-left: 16px;
}
.full-post ul li{
    padding-top: 22px;
    padding-left: 8px;
}
.full-post ol {
    list-style: none;
    counter-reset: new-counter;
}
.full-post ol li {
    padding-top: 22px;
    counter-increment: new-counter;
}
.full-post ol li::before {
    width: 14px;
    height: 16px;
    padding-left: 1px;
    border-radius: 2px;
    margin-right: 8px;
    content: counter(new-counter) ". ";
    background-color: #F2F2F2;
    font: 14px "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.02em;
}
.full-post ul p, .full-post ol p {
    padding-top: 16px;
    padding-left: 8px;
}
.full-post ul ul, .full-post ul ol, .full-post ol ol, .full-post ol ul {
    padding-left: 24px;
}
.full-post figcaption {
	font: 14px "Open Sans", sans-serif;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #C4C4C4;
	margin-top: -2px;
	margin-bottom: 2px;
}
.full-post-bottom-info {
    align-items: center;
    margin-top: 30px;
}
.likebtn-button {
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.23);
}
.lb-a {
    padding: 0 48px 0 24px !important;
	cursor: pointer;
}
.likebtn-icon {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.likebtn-label {
	margin-left: 21px !important;
	font: 14px Oswald, sans-serif !important;
	font-weight: bold !important;
	line-height: 21px !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
}
.full-post-stats { color: #C4C4C4 }
.full-post-hashtags {
    margin-top: 40px;
    font: 16px "Open Sans", sans-serif;
    line-height: 26px;
    letter-spacing: 0.02em;
}
.full-post-hashtags a { color: #17619A }
.other-post-by {
    width: 847px;
    margin-left: 102px;
    margin-bottom: 160px;
}
.other-post-by-title {
    font: 30px Oswald, sans-serif;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
    padding: 40px 0;
}
.contact-us {
    padding: 50px 64px 80px 64px;
    margin: 40px -64px 10px -64px;
    background-color: #F07C26;
}
.contact-us-text {
    font: 28px "Open Sans", sans-serif;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.contact-us span {
	width: 67%;
	margin-right: 20px;
}
.contact-us br { display: none }
.contact-us-input, .contact-us-submit {
    height: 46px;
    border-radius: 2px;
}
.contact-us-input {
    width: 100%;
    font: 16px "Open Sans", sans-serif;
    line-height: 24px;
    letter-spacing: 0.02em;
}
.contact-us-submit {
    width: 143px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    background: #3D3D3D;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.26), inset 0 -2px 0 rgba(0, 0, 0, 0.5);
}
.subscribe-small {
    background-color: #3D3D3D;
    padding: 24px 20px 21px 20px;
    margin-bottom: 20px;
}
.subscribe-small br{
  	display: none;
}
.subscribe-small-text {
    font: 14px Inter, sans-serif;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 26px;
}
.subscribe-small-input, .subscribe-small-submit {
    height: 36px;
    border-radius: 2px;
}
.subscribe-small-submit {
    margin-top: 9px;
    background-color: #F07C26;;
}
.copyright {
    font: 14px "Open Sans", sans-serif;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #AFAFB5;
    text-align: center;
}
.pnf {
	width: 99%;
    font: 48px Oswald, sans-serif;
    font-weight: bold;
    line-height: 72px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 40%;
}
#bitnami-banner {
	display: none;
}