/*!
Theme Name: vpn-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vpntheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

vpn-theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5;
	color: #3a3a3a;
	overflow-x: hidden !important;
}
.wrapper {
	overflow-x: hidden !important;
}
.main-content {
	padding: 50px 0;
}
img.aligncenter {
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}
img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.page-template-template-contact .main-content {
	padding: 0;
}
a {
	transition: color .1s ease-in-out,background-color .1s ease-in-out;
}
a, a:visited {
	color: #1e73be;
}
a:hover {
	color: #000;
}
svg {
	width: 100% !important;
	height: 100% !important;
}

@media (min-width: 1200px) {
	.container-1400 {
		max-width: 1400px;
	}
}


/**
 * Site Header
 */
.site-header {
	display: flex;
	align-items: center;
	min-height: 75px;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #c9c9c9;
}
.site-header > .container {
	position: relative;
}
.page-title {
	padding: 0;
	margin: 0 0 20px;
	line-height: 1;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.position-initial {
	position: initial;
}
.site-logo img {
	max-width: 100%;
	vertical-align: bottom;
}

/**
 * Wysiwyg content
 */
.wysiwyg-content {
	overflow: hidden;
}
.wysiwyg-content p {
	margin: 0 0 1.5em;
}
.wysiwyg-content h2,
.faq-section-title {
	margin: 5px 0 20px;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	line-height: 1.2em;
	border-bottom: 3px solid #078BF7;
	padding-bottom: 2px;
}
.wysiwyg-content h3 {
	margin: 0 0 20px;
	font-size: 1.6em;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	line-height: 1.2em;
}
.wysiwyg-content ol {
	counter-reset: item;
	list-style-type: none;
	padding: 0;
}
.wysiwyg-content ol li {
	position: relative;
	counter-increment: item;
	margin-bottom: 15px;
	padding-left: 30px;
}
.wysiwyg-content ol li::before {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 10px;
	content: counter(item);
	background: #c42026;
	border-radius: 100%;
	color: #fff;
	width: 23px;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	display: inline-block;
}
.wysiwyg-content ul {
	list-style: none;
	padding: 0;
	padding-left: 20px;
	margin: 0 0 1.5em;
}
.wysiwyg-content ul li {
	position: relative;
	margin-bottom: 15px;
}
.wysiwyg-content ul li::before {
	position: absolute;
	left: -20px;
	top: 7px;
	margin-right: 10px;
	content: '\f054';
	font-family: 'FontAwesome';
	color: #c42026;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	text-align: center;
	display: inline-block;
}
.wysiwyg-content ul p {
	margin: 0;
}
.wysiwyg-content a {
	text-decoration: none;
}
.wysiwyg-content table {
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	border: none;
	border-collapse: collapse;
	word-break: break-word;
}
.wysiwyg-content table th {
	padding: 12px;
	border: 1px solid rgba(0,0,0,.1);
	font-weight: 500;
	color: #ffffff;
	text-align: left;
	background-color: #0d3153;
}
.wysiwyg-content table tr {
	transition-property: all;
	transition-timing-function: linear;
	transition-duration: .3s;
}
.wysiwyg-content table tr:hover {
	background-color: #f4f4f4;
}
.wysiwyg-content table td {
	font-weight: 300;
	text-align: left;
	padding: 12px;
	border-right: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.wysiwyg-content img {
	max-width: 100%;
	height: auto;
}

.folded-content-wrap {
	position: relative;
	height: 114px;
	overflow: hidden;
	transition: height .3s ease-in-out;
}
.folded-content-wrap::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 48px;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
}
.folded-content-wrap.open {
	height: 100%;
}
.folded-content-trigger {
	margin-top: 24px;
	text-align: center;
}
.folded-content-trigger__btn {
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	color: #1688e8;
}
.folded-content-trigger__btn::before {
	margin-right: 10px;
	content: '\f107';
	font-family: 'FontAwesome';
}

/**
 * Accordion
 */
.faq-accordion-wrap {
	margin-bottom: 40px;
	border-bottom: 1px solid #d4d4d4;
}
.faq-accordion-section {
	border: 1px solid #d4d4d4;
	border-bottom: 0 none;
}
.faq-accordion-section__title {
	margin: 0;
	padding: 15px 20px;
	color: #2753c4;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	cursor: pointer;
}
.faq-accordion-wrap--links {
	margin: 40px 0;
}
.faq-accordion-wrap--links .faq-accordion-section__title {
	position: relative;
	padding-left: 30px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #000000;
}
.faq-accordion-wrap--links .faq-accordion-section__title::before {
	content: '\f067';
	font-family: 'FontAwesome';
	position: absolute;
	left: 16px;
}
.faq-accordion-wrap--links .faq-accordion-section__title.active::before {
	content: '';
}
.faq-accordion-wrap--links .faq-accordion-section__content {
	padding-left: 30px;
	border-top: 0 none;
	padding-top: 0;
	font-size: 12px;
	color: #999;
}
.faq-accordion-wrap--links .faq-accordion-section__content ul,
.faq-accordion-wrap--links .faq-accordion-section__content ol {
	padding: 0;
	list-style-position: inside;
}
.faq-accordion-section__title a {
	text-decoration: none;
}
.faq-accordion-wrap--links a {
	color: #999;
	text-decoration: none;
}
.faq-accordion-section__content {
	display: none;
	padding: 15px 20px 0;
	overflow: hidden;
	border-top: 1px solid #d4d4d4;
}
.faq-accordion-section__content.active {
	display: block;
}
.faq-accordion-section__content p {
	margin: 0 0 20px;
}
.faq-accordion-section__content ul,
.faq-accordion-section__content .ol {
	margin: 0 0 20px;
}

/**
 * Pros and Cons
 */
.pros-cons-section {
	padding: 30px 0;
}
.pros-cons-section .section-title {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	line-height: 1.2em;
}
.pros-cons-section__content {
	height: 100%;
	background-color: #FBFBFB;
	border: 1px solid #004D8C;
}
.pros-cons-section__content .title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 20px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #004D8C;
}
.pros-cons-section__content .icon-pros,
.pros-cons-section__content .icon-cons {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-size: cover;
	background-repeat: no-repeat;
}
.pros-cons-section__content .icon-pros {
	background-image: url('assets/images/pros-icon.svg');
}
.pros-cons-section__content .icon-cons {
	background-image: url('assets/images/cons-icon.svg');
}
.pros-cons-section__content ul {
	margin: 0;
	padding: 15px 25px;
	list-style: none;
}
.pros-cons-section__content ul li {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 21px;
	font-family: 'Poppins';
	color: #000;
}
.pros-cons-section__content ul li:last-of-type {
	margin-bottom: 0;
}
.pros-cons-section__content ul li::before {
	content: '';
	font-family: 'FontAwesome';
	margin-right: 10px;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.pros-cons-section__content.pros ul li::before {
	content: '\f00c';
	color: #77c938;
}
.pros-cons-section__content.cons ul li::before {
	content: '\f00d';
	color: #CD712C;
}
.pros-cons-section__content p {
	padding: 0 25px;
	margin: 0;
	font-size: 14px;
	line-height: 21px;
	font-family: 'Poppins';
	color: #000;
}

/**
 * Sidebar
 */
.post-sidebar__image {
	margin-bottom: 5px;
	text-align: center;
	padding: 30px;
}
.logo .post-sidebar__image {
	padding: 20px;
	border-radius: 10px;
}
.post-sidebar__image img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.post-sidebar__price {
	padding: 15px 0;
	text-align: center;
}
.post-sidebar__price .overtitle {
	margin: 0;
	font-size: 16px;
	color: #12b300;
	font-weight: 700;
}
.post-sidebar__price .price {
	margin: 0;
	font-size: 35px;
	font-weight: 600;
}
.post-sidebar__price .subtitle {
	margin: 0;
	font-size: 13px;
}
.post-sidebar__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 70px;
	background-color: #ffdd32;
	transition: all .4s;
	text-decoration: none;
	color: #55595c;
	border-radius: 5px;
}
/*.features-table-section {*/
/*	max-width: 600px;*/
/*}*/
.features-table-section .container {
	padding: 0;
	max-width: 600px;
}
.features-table-section .cta-btn {
	display: block;
	padding: 15px 0;
	text-align: center;
	font-size: 12px;
	color: #4054b2;
	text-decoration: underline;
}
.features-table-section .cta-btn--btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 7px;
	width: 100%;
	background-color: #ffdd32;
	transition: all .4s;
	text-decoration: none;
	color: #55595c;
	border-radius: 5px;
}
.features-table-section .fa-times {
	color: #CD712C;
}
.features-table-section .fa-check {
	color: #77c938;
}
.post-sidebar__btn:visited {
	color: #55595c;
}
.post-sidebar__btn:hover {
	background-color: #f2b832;
}
.post-sidebar__btn .title {
	font-size: 18px;
	font-weight: 600;
	display: block;
	color: #55595c;
	font-family: "Poppins";
}
.post-sidebar__btn .subtitle {
	font-size: 12px;
	display: block;
}
.post-sidebar__features {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	color: #54595f;
	font-size: 11px;
}
.post-sidebar__features li {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.post-sidebar__features li span {
	position: relative;
}
.post-sidebar__features li span::before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #1d5fd1;
	font-size: 14px;
	margin-right: 7px;
}
.border-right {
	border-right: 1px solid #d1d1d1;
}
.fly-sidebar-wrap {
	position: relative;
}
.fly-sidebar {
	position: relative;
	z-index: 100;
	transition: transform 0.3s ease-in-out;
}
.fly-sidebar.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	transform: translateY(30px);
}
.fly-sidebar.stop {
	position: absolute;
	bottom: 0;
	transform: translateY(0);
}
.kk-star-ratings {
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}
.kk-star-ratings h3 {
	margin: 0 0 10px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	order: -1;
}

/**
 * Favourite Posts Section
 */
.favourite-posts-section {
	padding: 30px 0;
}
.favourite-posts-section .section-title {
	margin: 0;
	padding: 0;
	font-size: 19px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.favourite-posts-top-caption {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.favourite-posts-top-caption li {
	display: flex;
	align-items: center;
	margin-left: 25px;
	font-size: 11px;
	color: #54595f;
	text-transform: uppercase;
}
.favourite-posts-top-caption li span {
	min-width: 15px;
	margin-right: 5px;
}
.favourite-posts-top-caption li span img {
	vertical-align: bottom;
}
.favourite-posts {
	margin: 20px 0 30px;
}
.favourite-posts-header {
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	background-color: #000;
}
.favourite-posts .column-1 {
	width: 5.52%;
}
.favourite-posts .column-2 {
	width: 23.348%;
}
.favourite-posts .column-3 {
	width: 13.987%;
}
.favourite-posts .column-4 {
	width: 9.502%;
}
.favourite-posts .column-5 {
	width: 13.032%;
}
.favourite-posts .column-6 {
	width: 12.036%;
}
.favourite-posts .column-7 {
	width: 22.045%;
}
.favourite-posts .column {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.favourite-posts-item {
	display: flex;
	align-items: center;
	padding: 20px 0;
	position: relative;
}
.favourite-posts-item.first {
	border-style: solid;
	border-width: 3px;
	border-color: #3cba54;
}
.favourite-posts-item .count-row {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: center;
}
.favourite-posts-item.odd {
	background-color: #f4f4f4;
}
.favourite-posts-item .column {
	display: block;
	padding: 5px;
}
.favourite-posts-item .post-sidebar__image {
	border-radius: 10px;
	overflow: hidden;
}
.favourite-posts-item .permalink {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #4054b2;
}
.favourite-posts-item .icon {
	text-align: center;
}
.favourite-posts-item .icon svg {
	max-width: 50px;
}
.favourite-posts-item .icon .caption {
	margin: 15px 0 5px;
	font-size: 11px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
.favourite-posts-item .post-sidebar__features {
	margin: 0;
}
.favourite-posts-item .post-sidebar__features li span::before {
	color: #000;
}
.favourite-posts-item .post-sidebar__features li {
	justify-content: flex-start;
}
.favourite-posts-item .post-sidebar__price {
	padding: 0;
}
.favourite-posts-item .rating {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.favourite-posts-item .rating i {
	display: inline-block;
	position: relative;
	font-style: normal;
	cursor: default;
}
.favourite-posts-item .rating i::before {
	display: block;
	overflow: hidden;
	top: 0;
	left: 0;
	color: transparent;
}
.favourite-posts-item .rating i.full::before,
.favourite-posts-item .rating i.full + i:not(.full)::before {
	color: #f0ad4e;
}

/**
 * Footer
 */
.site-footer {
	padding: 50px 0 0;
	border-top: 5px solid #000;
}
.site-footer-top {
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d1d1;
}
.subscribe-form [type="email"] {
	min-height: 47px;
	padding: 6px 16px;
	color: #353535;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid #d8d8d8;
	border-radius: 9px;
	width: 100%;
	margin-right: 15px;
}
.subscribe-form [type="submit"] {
	min-height: 47px;
	width: 180px;
	background-color: #ffdd32;
	color: #54595f;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	border: 0 none;
	border-radius: 9px;
	padding: 0;
	transition: all .3s;
}
.subscribe-form .mc4wp-form-fields {
	display: flex;
	align-items: center;
}
.footer-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.footer-menu > li > a {
	position: relative;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px 20px;
}
.footer-menu > li.menu-item-has-children a::after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 1;
	padding: 10px 0 10px 10px;
	margin-top: -10px;
	margin-bottom: -10px;
}
.footer-menu .sub-menu {
	display: none;
}
.footer-description {
	margin: 0 0 30px;
	text-align: center;
	color: #d1d1d1;
	font-size: 13px;
}
.footer-copyright {
	margin: 50px 0 50px;
	text-align: center;
	font-size: 13px;
	color: #7a7a7a;
}
.site-footer-bottom {
	background-color: #000;
}
.footer-menu-bottom {
	padding: 10px 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-menu-bottom li {
	position: relative;
	color: #fff;
	padding: 0 15px;
	border-right: 1px solid #fff;
}
.footer-menu-bottom li::before {
	margin-right: 5px;
}
.footer-menu-bottom a {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}
.footer-menu-bottom li:last-child {
	border-right: 0 none;
}

/**
 * Author of Posts
 */
.post-author-section {
	padding: 40px;
	margin: 40px 0;
	background-color: #F3F3F3;
}
.post-author-section__avatar {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.post-author-section__avatar img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.post-author-section .social-links {
	display: flex;
	justify-content: center;
}
.post-author-section .social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	background-color: #A9A9A9;
	color: #ffffff;
	text-decoration: none;
	border-radius: 50%;
}
.post-author-section__name {
	margin: 0;
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 26px;
	color: #078BF7;
	line-height: 39px;
}
.post-author-section .post {
	margin: 0 0 20px;
	font-weight: normal;
	font-size: 19px;
	line-height: 28px;
}
.post-author-section .description {
	margin: 0;
	font-size: 19px;
	line-height: 28px;
	color: #888888;
}

	/**
     * Comments
     */
.comments-area {
	padding: 40px 0;
}
.comments-title {
	margin: 0 0 30px;
}
.comments-subtitle {
	margin: 0 0 30px;
	font-style: italic;
}
.comments-warning {
	margin: 0 0 30px;
	padding: 14px;
	font-size: 14px;
	color: #172c8f;
	background-color: #e1f1ff;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	height: 44px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.comment-form input[type="submit"] {
	display: inline-block;
	padding: 10px 25px;
	background-color: #ffdd32;
	transition: all .4s;
	text-decoration: none;
	color: #55595c;
	border-radius: 5px;
	border: 0 none;
	cursor: pointer;
}
.comment-list {
	padding: 0;
	list-style: none;
}
.comment-author {
	display: flex;
	align-items: center;
}
.comment-author .avatar {
	margin-right: 10px;
}
.comment-author .fn {
	margin-right: 5px;
}
.comment-metadata {
	padding: 10px;
	margin: 10px 0;
	background-color: #fff7d1;
	font-size: 12px;
}
.comment-content {
	border: 1px solid #f2f2f2;
	overflow: hidden;
	padding: 12px;
}
.comment-content p {
	margin: 0 0 10px;
}
.comment-content p:last-child {
	margin-bottom: 0;
}
.comment-body .reply {
	text-align: right;
}
.comment-body .reply a {
	margin-top: 3px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	padding: 3px 15px;
	display: inline-block;
	text-decoration: none;
}

/**
 * Main menu
 */
.main-menu {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-menu > li {
	padding: 10px;
	margin: 0 5px;
}
.main-menu > li > a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Poppins';
	color: #000;
	text-decoration: none;
}
.main-menu li a:hover {
	color: #7a7a7a;
}
.main-menu > li > a > img {
	width: 34px;
	height: 34px;
	padding: 0 !important;
	margin: 0 0 3px;
}
.main-menu .sub-menu {
	position: absolute;
	list-style: none;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 0.1s linear;
	top: 101%;
	left: 0;
	right: auto;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	z-index: 999;
	width: 100%!important;
	padding: 15px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
}
.main-menu .sub-menu.sub-menu--simple {
	width: 200px !important;
	right: 0;
	top: 101%;
	left: auto;
	display: block;
	text-align: center;
}
.main-menu .sub-menu.sub-menu--simple a {
	color: #1688E8;
}
.main-menu .sub-menu.open {
	opacity: 1;
	visibility: visible;
}
.menu-image-title-before.menu-image-title {
	padding-right: 0;
}
.main-menu > li.menu-item-has-children > a::after {
	content: '\f078';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 13px;
	right: -16px;
	bottom: 2px;
}
/*.main-menu .sub-menu > li {*/
/*	display: inline-block!important;*/
/*	width: 32.3333%!important;*/
/*}*/
.main-menu .sub-menu > li > a {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	padding: 10px;
	display: block;
	font-family: 'Poppins';
	text-decoration: none;
}
.main-menu-toggle {
	display: none;
	background-image: url('assets/images/icon-bar.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.main-menu-toggle.open {
	width: 25px;
	height: 33px;
	background-image: url('assets/images/icon-close.svg');
}
.anchor-links-generator {
	padding: 4px 20px;
	border: 1px solid #d4d4d4;
	color: #d4d4d4;
}
.anchor-links-generator h3 {
	margin: 0;
	cursor: pointer;
}
.anchor-links-generator h3 i {
	margin-left: 10px;
	font-size: 16px;
	transform: translateY(-1px);
}
.anchor-links-generator ul {
	margin: 0;
}
.anchor-links-generator > ul,
.anchor-links-generator > ol {
	display: none;
	margin-top: 20px;
	padding-left: 20px;
}
.anchor-links-generator ul a,
.anchor-links-generator ol a {
	color: #7a7a7a;
	text-decoration: none;
}

.position-initial {
	position: initial;
}
.position-relative {
	position: relative;
}
.sub-menu__column {
	padding: 0 10px 25px;
	box-sizing: border-box;
	color: #404040;
	display: block;
	white-space: nowrap;
	width: 100%;
}
.sub-menu__column--25 {
	max-width: 25%;
	flex: 0 0 25%;
}
.sub-menu__column--50 {
	max-width: 50%;
	flex: 0 0 50%;
}
.sub-menu__column--100 {
	max-width: 100%;
	flex: 0 0 100%;
}
.sub-menu__column--50 .sub-menu__list li {
	width: 50%;
	flex: 0 0 50%;
	padding-right: 10px;
}
.sub-menu__column--100 .sub-menu__list li {
	width: 25%;
	flex: 0 0 25%;
	padding-right: 10px;
}
.sub-menu__title {
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 2px solid #1688E8;
	padding: 0 0 9px 44px !important;
	height: 44px;
	position: relative;
	font-size: 16px !important;
	line-height: 18px;
	white-space: normal;
	text-decoration: none;
	letter-spacing: 1px;
	color: #1688E8 !important;
}
.sub-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.sub-menu__list li {
	padding: 5px 0 0 0;
	width: 100%;
	flex: 0 0 100%;
}
.sub-menu__list li a {
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	color: inherit;
}
.sub-menu__list li a::before {
	content: '';
	display: block;
	float: left;
	margin: 9px 7px 10px 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #1688E8;
}
.sub-menu__title-icon {
	max-width: 34px;
	width: 100%;
	position: absolute;
	left: 0;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}

.site-footer-middle .container {
	position: relative;
}
.site-footer-middle .main-menu .sub-menu {
	top: 0;
	transform: translateY(-100%);
}
.site-footer-middle .main-menu {
	justify-content: center;
}
.contact-page-section {
	position: relative;
	font-family: 'Poppins';
	text-align: center;
	padding: 150px 0;
}
.contact-page-section__bg-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	-o-object-fit: cover;
	   object-fit: cover;
}
.contact-page-section .container {
	position: relative;
	z-index: 10;
}
.contact-page-section__title {
	margin: 0 0 20px;
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
}
.contact-page-section__subtitle {
	margin: 0 0 70px;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
}
.contact-page-section__cta {
	margin-bottom: 70px;
	display: inline-block;
	vertical-align: bottom;
	font-weight: 500;
	background-color: #5bc0de;
	padding: 20px 50px;
	font-size: 24px;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
}
.contact-page-section__cta:hover {
	color: #fff;
	background-color: #91E2FF;
}
.contact-page-section__mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #1688e8;
	opacity: .7;
}

/* Scroll to top */
a.scroll-to-top {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	z-index: 10;
	border-radius: 3px;
	transition: opacity 300ms ease-in-out 0s;
	background-color: rgba(0,0,0,.4);
	color: #fff;
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
a.scroll-to-top.show {
	opacity: 1;
	visibility: visible;
}

.theme-breadcrumbs {
	margin: 20px 0;
	font-family: "Poppins";
	font-size: 13px;
	font-weight: 400;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ohidden {
	overflow: hidden;
}

/**
 * Best alternatives
 */
.best-alternatives-section {
	overflow: auto;
}
.best-alternatives-section__title {
	margin: 0 !important;
	padding: 12px !important;
	border: 0 none !important;
	text-align: center;
	font-size: 17px !important;
	font-weight: 700 !important;
	color: #fff;
	background-color: #0d3153;
}
.best-alternatives-table {
	min-width: 100%;
}
.best-alternatives-table td {
	padding: 8px !important;
	border: 1px solid rgba(0,0,0,.1);
}
.best-alternatives-table .count {
	width: 5%;
	text-align: center;
}
.best-alternatives-table .logo {
	width: 20%;
	text-align: center;
}
.best-alternatives-table .icon {
	width: 10%;
	text-align: center;
}
.best-alternatives-table .icon div {
	max-width: 40px;
	margin: 0 auto;
}
.best-alternatives-table .icon-caption {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 0;
	word-break: normal;
}
.best-alternatives-table .price-td,
.best-alternatives-table .btn {
	width: 20%;
	text-align: center;
	font-size: 12px;
}
.best-alternatives-table .price-td .overtitle,
.best-alternatives-table .price-td .price,
.best-alternatives-table .price-td .subtitle {
	margin-bottom: 0;
}
.best-alternatives-table .price-td .price {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}
.best-alternatives-table .price-td .overtitle,
.best-alternatives-table .price-td .subtitle {
	font-size: 16px;
}
.best-alternatives-table .price-td .overtitle {
	color: #12b300;
	font-weight: 700;
}
.best-alternatives-table .btn .title {
	font-size: 20px;
}
.best-alternatives-table .btn .subtitle {
	font-size: 14px;
}
.best-alternatives-table .btn .post-sidebar__btn {
	height: 64px;
}
.best-alternatives-notice-section {
	padding: 20px;
	margin-bottom: 30px;
	border: 3px solid;
	border-radius: 8px;
}
.best-alternatives-notice-section__title {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #C62831;
	text-transform: uppercase;
}
.best-alternatives-notice-section__title img {
	margin-right: 15px;
}
.best-alternatives-notice-section__content {
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: #000000;
}
.best-alternatives-notice-section__content p:last-child {
	margin-bottom: 0;
}
.features-table-section {
	overflow: auto;
	margin: 0  auto;
}
.features-table-section .icon-pros {
	width: 30px;
	height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(assets/images/pros-icon-blue.svg);
	display: block;
	margin: 0 auto;
}
.features-table-section .icon-cons {
	width: 30px;
	height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(assets/images/cons-icon-blue.svg);
	display: block;
	margin: 0 auto;
}
.features-table-section table {
	min-width: 100%;
}
.features-table-section .title {
	width: 200px;
	font-weight: 700;
	background-color: #f4f4f4;
}
.features-table-section table th {
	text-align: center;
}
.features-table-section table td {
	padding: 8px;
}
.features-table-section table td:not(.title) {
	text-align: center;
}
.features-table-section table .post-sidebar__image {
	padding: 5px;
}
.features-table-section table .post-sidebar__image img {
	max-height: 50px;
	width: auto;
}
.features-table-section table .favourite-posts-item {
	flex-direction: column;
	padding: 0;
	justify-content: center;
	align-items: center;
}
.features-table-section table .favourite-posts-item .rating {
	margin: 0;
}
.features-table-section table .icon {
	max-width: 40px;
	height: auto;
}

/**
 * price-package
 */
.price-packages-section__items {
	margin-bottom: 40px;
}
.price-package {
	height: 100%;
	padding: 20px 15px 15px;
	background: #F8FAFC;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
}
.price-package__title {
	margin: 0 0 30px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #55595C;
}
.price-package__before-price {
	margin: 0 0 6px;
	display: block;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #8D9397;
	min-height: 21px;
}
.price-package__price {
	margin: 0;
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 51px;
	text-align: center;
	text-transform: uppercase;
	color: #55595C;
}
.price-package__duration {
	margin: 0 0 25px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: #55595C;
}
.price-package__discount {
	max-width: 200px;
	padding: 7px 0;
	margin: 0 auto 25px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #04458F;
	min-height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.package__discount--border {
	border-top: 1px solid #04458F;
	border-bottom: 1px solid #04458F;
}
.price-package__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 60px;
	background-color: #ffdd32;
	transition: all .4s;
	text-decoration: none;
	color: #55595c;
	border-radius: 5px;
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #55595C;
}
.post-author-section--mobile,
.favourite-posts-item .permalink--mobile {
	display: none;
}

/* 29.05.2020 */
.site-disclosure {
	padding: 10px 0;
	font-size: 12px;
	line-height: 20px;
	color: #3A3A3A;
}
.site-disclosure p {
	margin: 0;
}

@media (max-width: 992px) {
	.site-footer-middle {
		padding-top: 40px;
	}
	.favourite-posts-header {
		display: none;
	}
	.favourite-posts-top-caption {
		margin-top: 10px;
		justify-content: flex-start;
	}
	.favourite-posts-top-caption li:first-child {
		margin-left: 0;
	}
	.favourite-posts .column-4,
	.favourite-posts .column-5 {
		display: none;
	}
	.favourite-posts .column-1 {
		width: 5%;
	}
	.favourite-posts .column-2 {
		width: 25%;
	}
	.favourite-posts .column-3 {
		width: 25%;
	}
	.favourite-posts .column-6 {
		width: 25%;
	}
	.favourite-posts .column-7 {
		width: 20%;
	}
	.favourite-posts-item .rating {
		margin-bottom: 15px;
		margin-top: 0;
	}
	.main-menu {
		width: 100%;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0;
	}
	.main-menu > li {
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #C9C9C9;
	}
	.main-menu > li > a {
		align-items: flex-start;
		padding: 10px;
	}
	.main-menu > li > a:hover {
		color: #fff;
		background-color: #1688E8;
	}
	.main-menu > li.menu-item-has-children > a::after {
		right: 17px;
		bottom: 13px;
	}
	.main-menu > li > a > img {
		display: none;
	}
	.main-menu-toggle {
		font-size: 28px;
		color: #000;
		display: block;
		width: 33px;
		height: 33px;
		padding: 0 3px;
		text-align: center;
		margin-left: auto;
	}
	.main-menu-toggle:visited {
		color: #000;
	}
	.main-navigation {
		position: absolute;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		min-height: 100vh;
		z-index: 9999;
		left: 0;
		top: 67px;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease-in-out;
	}
	.main-navigation.open {
		opacity: 1;
		visibility: visible;
		position: fixed;
		top: 75px;
		height: calc(100vh - 75px);
		overflow: auto;
		padding-bottom: 100px;
	}
	.close-main-menu {
		position: absolute;
		right: 30px;
		top: 30px;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		cursor: pointer;
	}
	.main-menu .sub-menu.sub-menu--simple {
		display: none;
	}
	.main-menu > li > a.open {
		color: #fff;
		background-color: #1688E8;
	}
	.main-menu .sub-menu {
		position: relative;
		padding: 0;
		box-shadow: none;
		display: none;
	}
	.main-menu .sub-menu.open {
		display: block;
	}
	.main-menu .sub-menu > li {
		display: block !important;
		width: 100% !important;
	}
	.main-menu .sub-menu > li > a {
		padding-left: 20px;
		font-size: 10px;
	}
	.pros-cons-section__content.cons {
		margin-top: 20px;
	}
	.sub-menu__column--25,
	.sub-menu__column--50 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.sub-menu__title {
		padding: 15px 0 15px 44px !important;
	}
	.sub-menu__title-icon {
		max-width: 24px;
	}
	.sub-menu__column {
		padding-bottom: 15px;
	}
	.main-menu .sub-menu.sub-menu--simple {
		width: 100% !important;
		text-align: left;
		padding: 0 10px;
	}
	.main-menu .sub-menu.sub-menu--simple li {
		padding: 5px 0 0 0;
		display: flex !important;
		align-items: center;
	}
	.main-menu .sub-menu.sub-menu--simple li a {
		letter-spacing: 1px;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.9;
		text-decoration: none;
		color: inherit;
		font-family: 'Roboto', sans-serif;
		padding: 0;
	}
	.main-menu .sub-menu.sub-menu--simple li a::before {
		content: '';
		display: block;
		float: left;
		margin: 9px 7px 10px 0;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #1688E8;
	}
	.sub-menu__column--100 .sub-menu__list li {
		width: 50%;
		flex: 0 0 50%;
		padding-right: 10px;
	}
	.site-footer-middle .main-navigation {
		display: none;
	}
	.price-package {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.price-package__duration,
	.price-package__before-price {
		display: none;
	}
	.price-package__title {
		order: 1;
		margin: 0;
		padding: 0 5px;
		font-size: 12px;
		line-height: 18px;
	}
	.price-package__discount {
		order: 2;
		padding: 0 5px;
		font-size: 14px;
		line-height: 21px;
		border: 0 none;
		margin: 0;
		min-width: 37%;
		display: flex;
		align-items: center;
	}
	.price-package__price {
		padding: 0 5px;
		order: 3;
		margin: 0;
		font-size: 19px;
		line-height: 28px;
	}
	.price-package__btn {
		order: 4;
		width: 105px;
		font-size: 16px;
		line-height: 24px;
	}
	.price-packages-section__title {
		margin: 0 !important;
		padding: 12px !important;
		border: 0 none !important;
		text-align: center;
		font-size: 17px !important;
		font-weight: 700 !important;
		color: #fff;
		background-color: #0d3153;
	}
	.best-alternatives-table .count {
		display: none;
	}
	.logo .post-sidebar__image {
		padding: 5px;
	}
}
@media (max-width: 770px) {
	.page-title {
		font-size: 30px;
	}
	.favourite-posts-item {
		flex-wrap: wrap;
		border: 1px solid #e7e6e6;
	}
	.favourite-posts .column-2,
	.favourite-posts .column-3,
	.favourite-posts .column-6,
	.favourite-posts .column-7 {
		width: 50%;
	}
	.favourite-posts .column-4, .favourite-posts .column-5 {
		display: block;
		width: 50%;
	}
	.favourite-posts .column-1,
	.favourite-posts-item .rating,
	.favourite-posts .column-5,
	.favourite-posts .column-3 {
		display: none;
	}
	.favourite-posts-item .permalink--mobile {
		display: block;
		margin-bottom: 15px;
	}
	.favourite-posts .column-2 {
		order: 0;
	}
	.favourite-posts .column-4 {
		order: 2;
	}
	.favourite-posts .column-6 {
		order: 3;
	}
	.favourite-posts .column-7 {
		order: 4;
	}
	.post-sidebar__image {
		padding: 10px 30px;
	}
	.favourite-posts-item {
		padding: 5px 0;
	}
	.favourite-posts-item .icon .caption {
		margin-top: 0;
	}
	.fly-sidebar {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		display: flex;
		flex-wrap: wrap;
		padding: 10px;
		padding-top: 0;
		background-color: #fff;
		border-top: 1px solid #bcbcbc;
	}
	.fly-sidebar .post-sidebar__btn,
	.fly-sidebar .post-sidebar__price {
		width: 50%;
	}
	.fly-sidebar .post-sidebar__image {
		display: flex;
		align-items: center;
	}
	.fly-sidebar .post-sidebar__features {
		display: none;
	}
	.fly-sidebar .post-sidebar__btn {
		margin-top: 15px;
	}
	.fly-sidebar .post-sidebar__price {
		order: 1;
		align-items: center;
		height: 100%;
		display: flex;
		flex-direction: column;
		margin: 15px 0;
	}
	.fly-sidebar .post-sidebar__btn {
		order: 2;
	}
	.fly-sidebar .post-sidebar__image {
		order: 3;
		width: 100%;
		border: 1px solid rgba(209,209,209,.71);
		border-radius: 10px;
		padding: 15px;
		box-sizing: border-box;
		max-height: 100px;
	}
	.fly-sidebar .post-sidebar__image a {
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.fly-sidebar .post-sidebar__image img {
		width: auto;
		height: 100%;
	}
	.fly-sidebar .post-sidebar__price .subtitle {
		font-size: 10px;
		line-height: 1;
	}
	.fly-sidebar .post-sidebar__price .overtitle {
		font-size: 16px;
		line-height: 1;
	}
	.fly-sidebar .post-sidebar__price .price {
		font-size: 36px;
		line-height: 1;
	}
	.pros-cons-section__content .title {
		padding: 8px 0;
		font-size: 15px;
		line-height: 20px;
	}
	.pros-cons-section__content .icon-pros, .pros-cons-section__content .icon-cons {
		width: 20px;
		height: 20px;
	}
	.wysiwyg-content h2,
	.faq-section-title {
		font-size: 24px;
	}
	.best-alternatives-table .price-td .price {
		font-size: 20px;
	}
	.best-alternatives-table .price-td .overtitle,
	.best-alternatives-table .price-td .subtitle {
		font-size: 12px;
	}
	.best-alternatives-table .btn .title {
		font-size: 12px;
	}
	.best-alternatives-table .btn .subtitle {
		font-size: 10px;
	}
	.best-alternatives-table .btn .post-sidebar__btn {
		height: 70px;
	}

	.post-sidebar__price .price {
		font-size: 40px;
	}
	.post-sidebar__price .overtitle {
		font-size: 20px;
	}
	.post-author-section {
		padding: 10px;
	}
	.post-author-section__avatar img {
		width: 70px;
		height: 70px;
	}
	.post-author-section__name {
		font-size: 20px;
	}
	.post-author-section .post {
		margin-bottom: 8px;
		font-size: 15px;
	}
	.post-author-section .description {
	    font-size: 13px;
	    line-height: 1.5;
	}

	/**
	 * Author section (25.05.2020)
	 */
	.post-author-section--desktop {
		display: none;
	}
	.post-author-section--mobile {
		display: block;
	}
	.post-author-section__header {
		display: flex;
		align-items: center;
	}
	.post-author-section__avatar {
		margin-right: 25px;
	}

	/**
	 * Sticky Header (25.05.2020)
	 */
	.site-header-wrapper {
 		height: 75px;
 	}
 	.sticky-header {
 	  	position: fixed;
 	  	top: 0;
 	  	left: 0;
 	  	width: 100%;
		background-color: #ffffff;
		z-index: 999;
 	}

	/**
	 * 29.05.2020
	 */
	.post-author-section--mobile .post-author-section__avatar {
		display: flex;
    	flex-direction: column;
	}
	.post-author-section .social-links {
		margin-top: 10px;
	}
	.post-author-section .social-links a {
		margin: 0 3px;
		width: 20px;
		height: 20px;
		font-size: 10px;
	}

	/**
	 * 02.06.2020
	 */
	.site-disclosure {
		font-size: 10px;
	}
}
@media (max-width: 576px) {
	.main-content {
		padding: 20px 0;
	}
	.page-title {
		margin: 0 0 12px;
		font-size: 30px;
	}
	.folded-content-trigger {
		margin-top: 0;
	}
	.favourite-posts-section {
		padding: 12px 0;
	}
	.sub-menu__column--100 .sub-menu__list li,
	.sub-menu__column--50 .sub-menu__list li {
		width: 100%;
		flex: 0 0 100%;
	}
	.contact-page-section {
		padding: 80px 0;
	}
	.contact-page-section__title {
		font-size: 30px;
	}
	.contact-page-section__subtitle {
		font-size: 20px;
	}
	.contact-page-section__cta {
		margin-bottom: 50px;
		padding: 13px 50px;
		font-size: 20px;
	}
	.features-table-section .title {
		width: 33%;
		font-size: 12px;
	}
	.features-table-section table td {
		font-size: 12px;
	}
	.features-table-section .cta-btn {
		height: auto;
		font-size: 12px;
		line-height: 20px;
	}
	.best-alternatives-table tr {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.best-alternatives-table .logo,
	.best-alternatives-table .icon,
	.best-alternatives-table .price-td,
	.best-alternatives-table .btn {
		width: 50%;
	}
	.best-alternatives-table .logo {
		border-right: 0 none;
		border-bottom: 0 none;
	}
	.best-alternatives-table .icon {
		border-left: 0 none;
		border-bottom: 0 none;
	}
	.best-alternatives-table .price-td {
		border-top: 0 none;
		border-right: 0 none;
	}
	.best-alternatives-table .btn {
		border-left: 0 none;
		border-top: 0 none;
	}
	.best-alternatives-table .btn .post-sidebar__btn {
		height: 52px;
	}
	.best-alternatives-table .price-td .overtitle,
	.best-alternatives-table .price-td .subtitle {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.favourite-posts .column-3,
	.favourite-posts .column-5,
	.favourite-posts .column-6,
	.favourite-posts .column-7 {
		width: 100%;
	}
	.favourite-posts .column-3 {
		width: 50%;
		order: 2;
	}
	.favourite-posts .column-5 {
		width: 50%;
		order: 3;
	}
	.favourite-posts .column-2 {
		order: 1;
	}
	.favourite-posts .column-6 {
		width: 50%;
		order: 4;
	}
	.favourite-posts .column-7 {
		width: 50%;
		order: 5;
	}
	.fly-sidebar .post-sidebar__image {
		padding: 5px 15px;
		max-height: 80px;
	}
	.fly-sidebar .post-sidebar__btn {
		height: 50px;
		margin-top: 8px;
	}
	.fly-sidebar .post-sidebar__btn .subtitle {
		display: none;
	}
	.fly-sidebar .post-sidebar__price {
		padding: 10px 0;
		margin: 0;
	}
	.favourite-posts .post-sidebar__price .subtitle {
		font-size: 10px;
		line-height: 1;
	}
	.favourite-posts .post-sidebar__price .overtitle {
		font-size: 16px;
		line-height: 1;
	}
	.favourite-posts .post-sidebar__price .price {
		font-size: 36px;
		line-height: 1;
	}
	.favourite-posts .post-sidebar__btn {
		height: 50px;
		margin-top: 0;
	}
	/* .favourite-posts .column-1 {
		display: block;
		width: 30px;
		height: 30px;
		background-color: #fff;
		position: absolute;
		left: 5px;
		top: 25px;
	} */
	.favourite-posts-item.odd .column-1 {
		background-color: #f4f4f4;
	}
}
