/*!
Theme Name: ltewp
Text Domain: ltewp
*/
._flex-display {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
._justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}
._justify-content-around {
    -ms-flex-pack: center;
    justify-content: space-around;
}
._justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
._justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
._justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
._align-center {
    -ms-flex-align: center;
    align-items: center;
}
._align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}
._align-top {
    -ms-flex-align: start;
    align-items: flex-start;
}
img {
    height: auto;
}
input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.30);
}
input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.30);
}
input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.30);
}
input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.30);
}
.main-sub {
    margin-bottom: 0 !important;
    color: #000 !important;
}

#secondLang .language-dropdown {
	background-color: #fff;
}

.advantages-wrap__list .item-title span {
	font-weight: 700 !important;
}

.host-wrap__info img {
    float: right;
    padding-left: 20px;
    padding-top: 20px;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-response-output {
    color: #fff;
}
.mobcf .wpcf7-response-output {
    color: #000;
}

.wpcf7-not-valid {
    border-color: red !important;
}

.navbar-wrap__languages ul li {
    width: 100%;
    color: #A8A8A8 !important;
	min-width: 30px;
}

.navbar-wrap__languages ul li a {
    color: #A8A8A8 !important;
}

.navbar-wrap__languages .item-language-main {
    display: flex;
    align-items: center;
}

.navbar-wrap__languages .item-language-main::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url('./assets/img/main/eng-dropdown.svg') no-repeat center center;
    margin-left: 2px;
}

.item-top__price {
	margin-bottom: 30px;
}

.header-wrap__nav--mobile {
	margin-bottom: 0 !important;
}
@media (max-width: 1023px){
	.header-wrap__nav.header-wrap__nav--active {
  background: #eef7fc;
}
}
@media (max-width: 550px){
	.cases-wrap__list {
		align-items: flex-start !important;
	}
	.cases-wrap__list .item:nth-child(1) {
		align-items: center !important;
		order: 10;
	}
	.footer-wrap__menu {
		max-width: 100% !important;
	}
	
	.navbar-wrap__languages ul li,
	.navbar-wrap__languages ul li a{
		font-size: 20px;
		display: block;
		margin: 5px 0;
	}
	
}

.breadcrumblist {
      position: absolute;
      width: 100%;
      padding-top: 10px;
    color: #50A7DB;
    font-size: 12px;
    line-height: 250%;
}
.single-akcii .breadcrumblist, .page-template-template-akcii .breadcrumblist {
	position: relative;
}
.single-akcii h1, .page-template-template-akcii h1 {
	text-align: center;
	margin-top: 30px;
}
.breadcrumblist a {
    color: #50A7DB;
}
#polylang-2 select {
    border: none;
    background: none;
    color: #A8A8A8;
    font-size: 14px;
    padding: 21px 17px 21px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: no-repeat right url('./assets/img/main/down-arrow.svg');
}
#polylang-2 select::-ms-expand {
    display: none;
    /* remove default arrow on ie10 and ie11 */
}
.footer__up {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(92.74deg,#459350 10.08%,#8abb54 106.68%);
  -webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,.5019607843);
  box-shadow: 0 0 11px 0 rgba(0,0,0,.5019607843);
  color: #fff;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  position: fixed;
  bottom: 15px;
  left: 15px;
}
.footer__up:hover {
  -webkit-box-shadow: 0 0 30px 0 #8abb54;
  box-shadow: 0 0 30px 0 #8abb54;
}

 h1{
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  color: #50a7db;
  margin-bottom: 30px;
}
.search-results .breadcrumblist, .page-template-page-promo .breadcrumblist {
    display: none;
}
.post_top_title {
    display: table;
    max-width: 880px;
}
.post_top_date {
    font-size: 22px;
}
.post_top .btn {
    margin: 60px 0;
    border-radius: 6px;
    font-size: 20px;
    padding: 20px 30px;
}
.post_content {
    margin-top: 50px;
}
.post_content h2, .post_content h3 {
    color: #50A7DB;
    font-family: Ubuntu;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 22px;
}
.post_content h2, .page-template-openvpn h2 {
    font-size: 32px;
}
.post_content h3, .page-template-openvpn h3 {
    font-size: 22px;
}
.post_content h4, .post_content h5, .post_content h6, .page-template-openvpn h4 {
    font-size: 18px;
    color: #50A7DB;
    font-family: Ubuntu;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 22px;
}

.post_content p {
    font-size: 18px;
    line-height: 250%;
}
.post_text {
    margin-bottom: 50px;
}
.post_text p {
    text-indent: 40px;
}
.block_number_text {
    gap: 20px;
    flex-wrap: nowrap;
}
.block_number {
    width: 42px;
    height: 42px;
    border:1px solid #2D9BE0;
    border-radius: 50%;
    color: #2D9BE0;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
}
.block_ntext p {
    font-size: 18px;
    line-height: 250%;
}
.post_content ul {
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 30px;
}
.post_content ul li {
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    line-height: 250%;
}
.post_content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #50A5D9;
}
.post_image {
    margin-bottom: 50px;
}
.post_list {
    gap: 20px;
    margin-top: 60px;
}
.post_list article {
    width: 100%;
    max-width: 380px;
    border-radius: 10px;
    border: 1px solid #2D9BE0;
}
a.post_thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.posts_bottom {
    padding: 22px 12px;
}
a.posts_permalink {
    font-size: 24px;
    color: #000;
}
.posts_excerpt {
    margin-top: 8px;
    color: #545454;
    text-overflow: ellipsis;
    font-size: 18px;
}
.posts_meta {
    margin-top: 17px;
    font-size: 12px;
    color: #000;
}
.blog-header {
    padding: 22px 0 85px;
}
.blog-header_left {
    width: 100%;
    max-width: 630px;
}
.blog-header_img {
    width: 100%;
    max-width: 470px;
}
.archive-description {
    margin-top: 20px;
}
.archive-description p {
    font-size: 32px;
}
.subcats {
    margin-bottom: 30px;
    gap: 24px;
}
.subcats a {
    padding: 20px 30px;
    border-radius: 6px;
    border: 1px solid #3894DD;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.50);
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.subcats a:hover {
    border-radius: 6px;
    background: linear-gradient(93deg, #8ABB54 5.82%, #459350 90.48%);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.50);
    color: #fff;
}
#searchform {
    position: relative;
    margin-top: 10px;
}
#searchform input {
    padding: 14px 0 14px 54px;
    border-radius: 5px;
    border: 1px solid #6CF;
    color: rgba(0, 0, 0, 0.30);
    font-size: 24px;
}
#searchform button#searchsubmit {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    box-shadow: none;
    padding: 18px 20px;
}
.posts_more_container h3 {
    text-align: center;
    color: #50A5D9;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
}
.posts_more_container a.more {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    margin: 30px auto;
    border-radius: 30px;
    background: linear-gradient(90deg, #459350 0%, #8ABB54 100%);
    width: 258px;
    height: 60px;
}
.posts_more article {
    border-radius: 10px;
    border: 1px solid #50A5D9;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.posts_more a.post_thumbnail {
    display: block;
    height: 189px;
}
.posts_more a.post_thumbnail img {
    height: 100%;
    width: auto;
    max-width: max-content;
}
.posts_more a.posts_permalink {
    font-size: 32px;
}
.posts_more .owl-stage {
    display: flex;
    align-items: stretch;
}
.posts_more_container {
    position: relative;
}
.posts_btn_nav {
    position: absolute;
    bottom: 45%;
    cursor: pointer;
}
.posts_prev {
    left: -65px;
}
.posts_next {
    right: -65px;
}
.container.share_block {
    display: table;
    width: 100%;
    border-bottom: 2px solid #66CCFF;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.share {
    display: table;
    margin: 0 auto;
}
.share h4 {
    color: #2D9BE0;
    font-size: 18px;
    text-align: center;
    line-height: 160%;
}
.share_list {
    gap: 30px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #66CCFF;
}
.host-main {
    margin-top: 60px;
}
.nav-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.container.post_top {
    margin-top: 80px;
}
.open_top {
	padding-top: 60px;
}
.open_top_table {
	width: 100%;
	max-width: 694px;
	background: rgba(243, 249, 255, 0.7);
	padding: 17px 72px 40px;
}
.open_top_table_line {
	margin-bottom: 7px;
}
.open_top h1 {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 1;
}
.open_top_table_left {
	width: 50%;
}
.open_top_table_title {
	font-size: 18px;
	line-height: 200%;
	font-family: Ubuntu;
	color: rgb(21, 21, 21);
}
.open_top_table_txt {
	font-size: 14px;
	line-height: 200%;
	width: 50%;
	font-family: Ubuntu;
}
.open_top_table_icon {
	width: 44px;
}
.vpn_button {
	text-align: center;
	margin-top: 72px;
	margin-bottom: 30px;
}
.vpn_text1 {
	margin-top: 12px;
	color: rgb(21, 21, 21);
	font-size: 16px;
}
.vpn_text2 {
	margin-top: 9px;
	color: rgb(142, 142, 142);
	font-size: 14px;
}
.vpn_table_link {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0.5px solid rgb(80, 167, 219);
	border-radius: 5px;
}
.vpn_table_line {
	border-bottom: 0.5px solid rgb(80, 167, 219);
}
.vpn_table_line:last-child {
	border: 0 none;
}
.vpn_table_left {
	width: 65%;
	padding: 26px 25px;
}
.vpn_table_a {
	width: 35%;
	padding: 26px 25px 26px 0;
}
.vpn_table_a a {
	color: rgb(80, 167, 219);
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: 500;
	text-decoration-line: underline;
}
.page-template-openvpn h2, .page-template-openvpn h3, .page-template-openvpn h4, .page-template-page-simhost h2, .page-template-page-simhost h3, .page-template-page-simhost h4 {
	color: rgb(80, 167, 219);
	margin-bottom: 18px;
	margin-top: 30px;
}
.page-template-page-simhost .main {
  padding-bottom: 0;
}
.page-template-openvpn h2 {
	margin-top: 30px;
}
.page-template-page-simhost h3 {
	font-size: 32px;
}
.page-template-page-simhost h4 {
	font-size: 22px;
}
.page-template-page-simhost #faq {
	margin-top: 30px;
}
.page-template-page-simhost #faq h3 {
	font-size: 18px;
}
.page-template-openvpn h5, .page-template-openvpn h6 {
	color: rgb(80, 167, 219);
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: 700;
	line-height: 200%;
	margin-bottom: 8px;
	text-indent: 25px;
}
.page-template-openvpn .main-container ul {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 15px; 
}
.page-template-openvpn .main-container li {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 15px;
	line-height: 200%;
	font-size: 14px;
}
.page-template-openvpn p, .page-template-page-simhost p {
	margin-top: 12px;
	line-height: 200%;
	font-size: 14px;
	margin-bottom: 12px;
	text-indent: 25px;
}
.vpn_content {
	border-top: 1px solid #50A7DB;
	margin-top: 40px;
}
.sim-top_block {
	padding-top: 100px;
	border-bottom: 1px solid rgb(45, 155, 224);
	padding-bottom: 40px;
}
.top_block_left {
	width: 49%;
	max-width: 580px;
}
.top_block_right {
	width: 50%;
}
.sim-top_block_text {
	margin-top: 4px;
	margin-bottom: 20px;
	color: rgb(32, 32, 32);
	font-family: Ubuntu;
	font-size: 22px;
	font-weight: 500;
	line-height: 200%;
}
.sim_img {
	margin-bottom: 40px;
}
.text_image_blau_block {
	width: 100%;
	padding: 15px;
	border-radius: 5px 18px 18px 5px;
	background: rgba(243, 249, 255, 0.7);
}
.text_image_blau_left, .sim_2_cols_left, .sim_2_cols_right {
	width: 48%;
}
.text_image_blau_right {
	width: 49%;
	text-align: right;
}
.text_image_blau_left ol {
	margin-top: 21px;
	padding-left: 15px;
}
.text_image_blau_left ol li, .sim_2_cols ul li {
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: 400;
	line-height: 200%;
}
.sim-top_text_block {
	padding-top: 20px;
}
.sim-top_border {
	margin-top: 50px;
	border-bottom: 1px solid rgb(45, 155, 224);
	width: 100%;
}
.sim_2_cols ul {
	padding-left: 15px;
}
.sim-top_blue_text {
	margin-top: 50px;
	padding: 5px 25px 40px;
	background: rgba(243, 249, 255, 0.7);
	border-radius: 5px 18px 18px 5px;
}
.sim-top_blue_text ul {
	padding-left: 15px;
	margin-top: 40px;
}
.sim-top_blue_text ul li {
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: 700;
	line-height: 200%;
	color: #272727;
}
img.alignright {
	float: right;
	margin-left: 15px;
}
img.alignleft {
	float: left;
	margin-right: 15px;
}
.promo-top {
	background: url('./assets/img/promo.jpg') no-repeat center top;
	padding-top: 140px;
}
.main-top-title {
	max-width: 680px;
}
.main-top-title h1 {
	max-width: 480px;
	color: rgb(255, 255, 255);
	font-size: 42px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0%;
	margin-bottom: 20px;
}
.main-top-title h2 {
	color: rgb(184, 255, 115);
	font-size: 32px;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: 0%;
	margin-top: 20px;
	margin-bottom: 11px;
}
.main-top-title p {
	color: rgb(255, 255, 255);
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0%;
}
.main-top-title p.main-top-subtitle {
	color: rgb(184, 255, 115);
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
}
.main-top-buttons {
	margin-top: 20px;
	margin-bottom: 29px;
	gap: 20px;
}
.main-top-buttons a {
	height: 49px;
	padding-left: 33px;
	padding-right: 33px;
	border-radius: 100px;
	-webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,.5019607843);
	box-shadow: 0 0 11px 0 rgba(0,0,0,.5019607843);
	background: linear-gradient(127.49deg, rgb(138, 187, 84) 5.724%,rgb(69, 147, 80) 90.495%);
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 0%;
}
.main-top-buttons a:hover {
	box-shadow: 0 0 30px 0 #8abb54;
}
.main-top-reit {
	margin-bottom: 31px;
	gap: 45px;
}
.prom-reit {
	gap: 16px;
	color: rgb(184, 255, 115);
	font-size: 22px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0%;
}
.prom-reit2 {
	gap: 8px;
	color: rgb(184, 255, 115);
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0%;
}
.promo-title-bottom p {
	margin-bottom: 20px;
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0%;
}
.promo-title-bottom p a {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0%;
	text-decoration: underline;
	color: rgb(184, 255, 115);
}
.promo-title-bottom {
	display: table;
}
.promo-prime {
	padding-top: 100px;
}
.single-akcii .promo-prime {
	padding-top: 0;
}
.page-template-page-promo h3, .single-akcii h3 {
	color: rgb(80, 167, 219);
	font-size: 32px;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: 0%;
	text-align: center;
}
.promo-prime-block {
	margin-top: 41px;
	position: relative;
}
.promo-prime-block img {
	max-width: 100%;
	display: table;
	margin: 0 auto;
}
.promo-prime-item {
	position: absolute;
	max-width: 180px;
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0%;
}
.promo-prime1 {
	left: 12%;
	top: 7%;
}
.promo-prime2 {
	right: 12%;
	top: 7%;
}
.promo-prime3 {
	left: 0;
	top: 38%;
}
.promo-prime4 {
	right: 0;
	top: 38%;
}
.promo-prime5 {
	left: 12%;
	bottom: 22%;
}
.promo-prime6 {
	right: 12%;
	bottom: 24%;
}
.promo-prime7 {
	position: relative;
	display: table;
	margin: 10px auto;
}
.promo-prime-text {
	margin-top: 40px;
	width: 100%;
	border-radius: 5px;
	background: rgb(247, 251, 255);
	padding: 22px 0;
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0%;
	text-align: center;
}
.promo-act {
	margin-top: 100px;
}
.promo-act-block {
	margin-top: 40px;
}
.promo-act-block h4 {
	color: rgb(80, 167, 219);
	font-size: 32px;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: 0%;
}
.promo-act-item {
	width: 24%;
}
.promo-act-item-text {
	padding: 0 20px;
	margin-top: 10px;
	border: 1px solid rgb(247, 251, 255);
	border-radius: 5px;
	background: rgb(247, 251, 255);
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0%;
	text-align: center;
	min-height: 199px;
}
.promo-act-item-text span {
	font-weight: 700;
	color: #459350;
}
.promo-act-text {
	color: rgb(80, 167, 219);
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0%;
}
.price-bottom_text {
	margin: 20px auto 0;
	max-width: 680px;
	display: table;
	color: rgb(69, 147, 80);
	font-size: 32px;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: 0%;
	text-align: center;
}
.page-template-page-promo .price-wrap__list .item {
	width: 49%;
	margin-left: 0.25%;
	margin-right: 0.25%;
}
.page-template-page-promo .price-wrap__list .item-top__title {
	font-size: 32px;
}
.page-template-page-promo .price-wrap__list .item-top__price {
	height: 46px;
	font-size: 32px;
	margin: 0 auto;
	width: 92%;
}
.page-template-page-promo .price-wrap__list .item-bottom .btn {
	width: 174px;
	height: 46px;
	font-size: 18px;
	line-height: 21px;
	padding: 12px 0;
	margin: 0 auto;
    display: table;
}
.btn.all_tarifs {
	display: table;
	margin: 20px auto 30px;
}
.action {
	-webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,.5019607843);
  box-shadow: 0 0 11px 0 rgba(0,0,0,.5019607843);
  margin-bottom: 10px;
  padding: 5px 10px;
}
.action-icon, .action-button {
	width: 200px;
}
.action-text {
	width: calc(100% - 500px);
}
.action-button a {
	display: inline-block;
  border: none;
  background: linear-gradient(92.74deg,#459350 10.08%,#8abb54 106.68%);
  -webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,.5019607843);
  box-shadow: 0 0 11px 0 rgba(0,0,0,.5019607843);
  color: #fff;
  padding: 11px 21px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 33px;
}
.akcii-content {
	margin-top: 70px !important;
}
.akcii-content h2 {
	font-size: 32px;
	margin-top: 70px;
}
.akcii-content p {
	font-size: 20px;
}
.page-template-template-akcii .promo-act {
  margin-top: 50px;
}
.keshback {
	margin-top: 30px;
}
.keshbacks {
	width: 100%;
	margin-bottom: 10px;
}
.keshback-td {
	width: 22%;
	padding: 10px;
	text-align: center;
}
.keshback-td-state {
	width: 12%;
}
.keshback-td .map-img {
	display: table;
	margin: 0 auto;
}
.keshback-td-state img {
	border-radius: 50%;
    max-width: 88px;
    max-height: 88px;
	margin-top: 4px;
}
.keshback-td-state p {
	font-size: 18px;
    line-height: 24px;
	margin-top: 14px;
}
.keshback-td-discount {
	border: 1px solid #50a7db;
	border-right: 0;
}
.keshback-td-title {
	border: 1px solid #50a7db;
}
.keshback-td-period {
	border: 1px solid #50a7db;
	border-left: 0;
}
.keshback-td-link a {
	display: inline-block;
	  border: none;
	  background: linear-gradient(92.74deg,#459350 10.08%,#8abb54 106.68%);
	  -webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,.5019607843);
	  box-shadow: 0 0 11px 0 rgba(0,0,0,.5019607843);
	  color: #fff;
	  padding: 15px;
	  text-align: center;
	  cursor: pointer;
	  -webkit-transition: .3s;
	  transition: .3s;
	  border-radius: 33px;
}


@media (max-width: 1207px) {
	.open_top_img {
		text-align: center;
		width: 100%;
	}
	.open_top_table {
		max-width: 100%;
	}
	.promo-top {
	  background: url('./assets/img/promo.jpg') no-repeat right top;
	  padding-top: 100px;
	}
	.promo-prime1, .promo-prime5 {
		left: 5%;
	}
	.promo-prime2, .promo-prime6 {
		right: 5%;
	}
}
@media (max-width: 991px) {
	.top_block_left, .top_block_right, .keshback-td-state, .keshback-td-link {
		width: 100%;
		max-width: 100%;
	}
	.keshback-td-discount, .keshback-td-title, .keshback-td-period {
		width: 33%;
	}
	.keshback-td-link {
		margin-top: 10px;
	}
}
@media (min-width: 769px) {
	.promo-prime-block_mob {
		display: none;
	}
	.promo-top {
	  padding-top: 10px;
	}
}
@media (max-width: 768px) {
	.promo-prime-block {
		display: none;
	}
	.action-icon, .action-button, .action-text {
		width: 100%;
	}
	.action-icon img {
		max-width: 200px;
	}
	.promo-top {
	  padding-top: 10px;
	}
	.promo-prime-item-mob {
		margin-top: 20px;
		gap: 20px;
		color: #000;
		  font-size: 18px;
		  font-weight: 400;
		  line-height: 21px;
	}
	.promo-prime {
	  padding-top: 40px;
	}
	.promo-act-item {
	  width: 49%;
	  margin-top: 20px;
	}
	.promo-act-block {
	  margin-top: 0;
	}
	.action {
		text-align: center;
	}
	.action-button {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 700px) {
	.open_top_table {
		padding: 15px;
	}
	.open_top_table_left, .open_top_table_txt, .text_image_blau_left, .text_image_blau_right, .sim_2_cols_left, .sim_2_cols_right {
	  width: 100%;
	}
	.text_image_blau_right {
		text-align: center;
	}
	.single-akcii h1, .page-template-template-akcii h1 {
		font-size: 32px;
		line-height: 1;
	}
	.akcii-content h2, .page-template-page-promo h3, .single-akcii h3 {
		font-size: 22px;
		margin-top: 30px;
	}
	.akcii-content p {
		font-size: 14px;
	}
	.akcii-content {
	    margin-top: 40px !important;
	}
}
@media (max-width: 550px) {
    h1 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .post_top_title  h1 {
      font-size: 36px;
      line-height: 1;
      margin-bottom: 15px;
    }
    .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
        line-height: 1;
    }
    .block_ntext {
        width: calc(100% - 82px);
    }
    .post_content ul {
        padding-left: 0;
    }
	.main-top-title h1 {
		font-size: 22px;
	  margin-bottom: 10px;
	}
	.main-top-title p {
	  font-size: 18px;
	  line-height: 20px;
	}
	.main-top-title h2 {
	  font-size: 20px;
	  line-height: 22px;
	  margin-top: 10px;
	}
	.main-top-reit {
	  margin-bottom: 11px;
	  gap: 15px;
	}
	.promo-top {
	  background: url('./assets/img/promo.jpg') no-repeat center top;
	  background-size: cover;
	}
	.page-template-page-promo h3, .promo-act-block h4 {
	  font-size: 22px;
	  line-height: 24px;
	}
	.promo-prime-item-mob {
		text-align: center;
		justify-content: center;
	}
	  .promo-act-item, .keshback-td-discount, .keshback-td-title, .keshback-td-period {
		width: 100%;
	}
	.keshback-td-discount {
		border: 1px solid #50a7db;
	}
	.keshback-td-period {
		border: 1px solid #50a7db;
	}
}