/*   
Theme Name: Тема Мультибренд
Theme URI: 
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Универсальная тема по мультибрендам
Author:
Author URI: 
*/
body {
  font-size: 16px;
  padding-top: 95px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #f7f5f5;
  padding: 10px 0;
  min-height: 95px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
label, input, textarea, a, button {
  cursor: pointer;
}
#menu-top_bk li.menu-item:hover ul {
  display: block;
}

#menu-item-region span {
  border-bottom: 1px dashed white;
  margin: 0 10px;
}

#regions_modal .modal-body {
  width: 300px;
}

#regions_modal input {
  width: 100%;
}

#regions_modal .result span {
  color: #63a253;
}

#regions_modal a {
  display: block;
}

#regions_modal .big {
  text-align: center;
}

#regions_modal .big div {
  width: 49%;
  display: inline-block;
}

/* хедер - добавить в закладки */
.bookmark {
  position: fixed;
  background: #5f5f5f;
  color: white;
  padding: 6px 15px;
  margin: 0 0 0 -310px;
  top: 230px;
  left: 0;
  z-index: 10;
  display: flex;
  border-radius: 0 0 3px 3px;
  transition: margin 0.8s ease-in-out;
  align-items: center;
}

.bookmark img {
  width: 20px;
  height: 20px;
}

.bookmark__text {
  margin: 0 10px 0 0;
}

.bookmark__text span {
  font-weight: 600;
  letter-spacing: 1px;
}

.bookmark__close {
  width: 26px;
  height: 93%;
  background: #e4e4e4;
  position: absolute;
  right: -27px;
  background-image: url(img/x.svg);
  background-size: 45%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bookmark__close:hover,
.bookmark__open:hover,
.bookmark__text {
  cursor: pointer;
}

.bookmark__open {
  width: 0px;
  height: 0px;
  border: 17px solid #ffffff;
  border-right-color: transparent;
  border-left-color: #5f5f5f;
  border-top-color: #5f5f5f;
  border-bottom-color: #5f5f5f;
  position: absolute;
  right: -35px;
}

/* конец хедер - добавить в закладки */

button.cld-like-dislike-trigger {
  border: none;
  background-color: transparent;
}

.b-top {
  z-index: 2600;
  position: fixed;
  left: 0;
  bottom: 90px;
  width: 34%;
  margin-left: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.b-top:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

.b-top-but {
  z-index: 2600;
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  right: -20px;
  bottom: 0;
  margin: 0 0 0 100%;
  padding: 13px 12px 4px;
  color: white;
  background: rgba(0, 0, 0, 0.13) url(img/up-arrow.png) no-repeat 50% 0;
  border-radius: 50%;
  background-position: center;
  background-size: 40%;
}

.block_kredcard {
  background: linear-gradient(45deg, #eecfba, #c5dde8);
  /* width: 100%; */
  display: flex;
  min-height: 190px;
  padding: 15px 25px;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 7px 7px 11px rgba(0, 0, 0, 0.23);
  position: relative;
  color: #2b2b2b;
  transition: 0.7s;
  margin: 25px 0;
}

.block_kredcard:hover,
.block_kredcard:focus {
  text-decoration: none;
  color: #2b2b2b;
  box-shadow: 13px 13px 20px rgba(0, 0, 0, 0.26);
  transition: 0.7s;
}

.block_kredcard .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  background-image: url(img/block_kredcard_bg.png);
  background-size: 70px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  /* filter: grayscale(.2); */
  opacity: 0.9;
}

.block_kredcard .txt {
  font-size: 38px;
  font-weight: 900;
  color: #5a5a5a;
  z-index: 2;
  position: relative;
}

.block_kredcard .link {
  margin-top: 25px;
  border-bottom: 1px dotted #a96500;
  line-height: normal;
  z-index: 2;
  position: relative;
  background: #ff9a04;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  transition: 0.5s;
}

.block_kredcard .link:hover,
.block_kredcard .link:focus {
  color: #ffffff;
  background: #ffa521;
  transition: 0.5s;
}

.approved-inside {
  position: absolute;
  background: #e6e6e6;
  padding: 2px 5px;
}

/*MAIN*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.caption,
.title,
.tit {
  color: #565656;
}

.h1.center,
.h2.center,
.h3.center,
.h4.center {
  text-align: center;
}

.h1,
h1 {
  font-size: 34px;
  line-height: 1.3;
}

.h2,
h2 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.category h2, .category .h2 {
  font-size: 20px;
}

.category h2 a, .category a.h2 {
  color: #63a253;
  text-decoration: underline;
}
.category a.h2 {
  display: block;
}

.category article {
  margin-top: 40px;
}

.pagination {
  margin-top: 30px;
  padding: 10px;
  background: #e8e6e6;
}

.page-link {
  color: #63a253;
  padding: 10px 20px;
}

.page-item.disabled .page-link {
  color: #484848;
  padding: 10px;
}

.page-item.active .page-link {
  background-color: #63a253;
  border-color: #63a253;
}

.page-link:hover,
.page-link:focus {
  box-shadow: none;
  color: #ff9900;
  background-color: #ffffff;
  border-color: #cacaca;
}

.btn-standart {
  border: 0;
  /* padding: 10px 40px; */
  padding: 10px 5px;
  text-align: center;
  background: #5f5f5f;
  color: #fff;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  transition: 0.7s;
  box-shadow: 7px 14px 25px rgba(0, 0, 0, 0.15);
}

.bg_main .btn-standart {
  padding: 10px 25px;
}

.btn-standart a {
  color: #fff;
}

button.btn-standart.red {
  background: #f73e44;
}

button.btn-standart.light {
  background: #56c313;
}

.btn-standart:hover,
.btn-standart:focus {
  box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.44);
  background: #6b6b6b;
}

ul {
  list-style-image: url(img/mark.png);
}

.flex-area {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.flex-area.new-category {
	flex-direction: column;
}

.navbar {
  width: 100%;
  justify-content: space-between;
  padding: 0;
}

.navbar-nav .nav-link {
  background: #63a253;
  color: #fff;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.23);
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
  white-space: nowrap;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.66);
  background: #76bf64;
  transition: 0.7s;
}

.navbar-expand-md .navbar-collapse {
  justify-content: flex-end;
}

ul.navbar-nav li + li {
  margin-left: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #cd7b02;
}

a:hover,
a:focus {
  color: #ff8e00;
  outline: none;
}

section.error {
  height: auto;
}

.error_box {
  width: 480px;
  margin: 2% auto;
  margin-top: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.error_box span {
  position: absolute;
  bottom: 15%;
  background: rgba(255, 255, 255, 0.39);
  padding: 10px 35px;
  color: white;
  text-shadow: 1px 1px 1px black;
  font-weight: 700;
  font-size: 22px;
}

.error_box span a {
  text-decoration: underline;
  text-shadow: 1px 1px 1px #1a2b63;
  letter-spacing: 2px;
  color: #fe3745;
}

.error_box h1 {
  font-size: 24px;
  text-align: center;
}

.error_box img {
  width: 75%;
}

#crumbs,
.breadcrumb-trail.breadcrumbs {
  margin-bottom: 30px;
  padding: 5px 10%;
  background: #ececec;
}

.breadcrumb-trail.breadcrumbs .trail-items {
  margin-bottom: 0;
}

#crumbs a {
  text-decoration: underline;
}

section .flex-area {
  width: 75%;
}

.home section .flex-area {
  width: 97%;
  align-items: stretch;
  flex-wrap: wrap;
}

/*section.card .flex-area{
	justify-content:center;
}*/
div.main-content {
  width: 70%;
}

aside.sidebar {
  width: 25%;
  margin-top: 65px;
}

aside.sidebar .pop_block {
  border: 1px solid #d8d8d8;
  transition: 0.7s;
}

.pop_block__title,
.pop_block__inner {
  padding: 5px;
  display: block;
  margin-bottom: 15px;
}

.pop_block__inner {
  border: 1px solid #d8d8d8;
}

.pop_block__inner ul {
  margin: 10px 0;
}

.pop_block__title {
  text-align: center;
  background: #ff9a04;
  color: #fff;
}

.pop_block__inner-one {
  padding: 10px 5px;
  margin: 5px;
  background-color: whitesmoke;
  border: 1px solid #d8d8d8;
  padding: 5px 10px;
}

.pop_block__inner-one span {
  display: inline-block;
  margin-bottom: 5px;
}

.pop_block__inner-one .btn-standart.get_url_data_link {
  color: #fff;
}
.pop_block__inner-one .btn-standart.get_url_data_link:hover,
.pop_block__inner-one .btn-standart.get_url_data_link:focus {
  color: #fff;
}

.requisites-info-title {
  color: green;
  margin: 0 10px 0 0;
  font-weight: 600;
}

.youtube__inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.conditions-block__title {
  display: block;
  text-align: center;
  padding: 8px;
  background: #ff9a04;
  color: white;
  font-size: 18px;
  margin: 20px 0;
}

.conditions-block__sv {
  font-weight: 600;
}

.conditions-block_inner {
  padding: 10px;
  border: 1px solid #d8d8d8;
  background-color: whitesmoke;
  margin-bottom: 15px;
}

.btn-link {
  color: #47ad2d;
}

.btn-link:hover {
  color: #ff9a04;
}

.only-link {
  background: none;
  box-shadow: none;
  text-decoration: underline;
  color: black;
  font-size: 18px;
}

.only-link:hover, .only-link:focus {
  background: none;
  box-shadow: none;
  text-decoration: underline;
  color: #47ad2d;
}

aside.sidebar .pop_block button {
  width: 100%;
  margin: 20px auto;
  height: 50px;
  padding: 10px 20px;
}

aside.sidebar .pop_block:hover,
aside.sidebar .pop_block:focus {
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.14);
  transition: 0.7s;
}

aside.sidebar .pop_block a {
  display: block;
  /*padding: 20px;*/
  color: #f3f3f3;
  text-align: center;
}

aside.sidebar .pop_block a.link {
  color: black;
  text-decoration: underline;
}

aside.sidebar .pop_block a:hover,
aside.sidebar .pop_block a:focus {
  text-decoration: none;
}

aside.sidebar .pop_block button.light {
  font-size: 16px;
}

aside.sidebar.one {
  width: 28%;
  padding: 15px;
  border: 4px solid transparent;
  border-image: linear-gradient(#e5ff10, #7ab36b);
  -moz-border-image: -moz-linear-gradient(#e5ff10, #7ab36b);
  -webkit-border-image: -webkit-linear-gradient(#e5ff10, #7ab36b);
  border-image-slice: 1;
}

aside.sidebar.three {
  width: 22%;
  margin-top: 65px;
}

aside.sidebar p.title {
  width: 100%;
  text-align: center;
  color: #565656;
  margin: 10px 0;
  font-weight: 500;
  font-size: 20px;
}

aside.sidebar.two .list_cards {
  flex-direction: column;
  align-items: center;
}

aside.sidebar.two .list_cards .box_list {
  width: 85%;
  margin-bottom: 25px;
}

aside.sidebar.two .list_cards .card-image {
  margin: auto;
  margin-bottom: 15px;
}

aside.sidebar .posts_block {
}

aside.sidebar .posts_block .posts a {
  position: relative;
  display: block;
  padding: 10px 15px;
  padding-right: 50px;
  background: #ffec02;
  margin: 15px 0;
  text-align: center;
  color: #636363;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.28);
  transition: 0.5s;
}

aside.sidebar .posts_block .posts a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background-color: #ffbd02;
  background-image: url(img/right-arrow.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.5s;
}

aside.sidebar .posts_block .posts a:hover,
aside.sidebar .posts_block .posts a:focus {
  text-decoration: none;
  background: rgba(255, 236, 2, 0.69);
  transition: 0.5s;
}

aside.sidebar .posts_block .posts a:hover:after {
  background-position: 22px center;
  background-color: #ffa502;
  transition: 0.5s;
}

aside.sidebar .counts_links a {
  width: 45%;
  background: #6eb55c;
  padding: 10px 5px;
  margin-bottom: 7px;
  color: #fff;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.42);
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

aside.sidebar .counts_links a:hover,
aside.sidebar .counts_links a:focus {
  text-decoration: none;
  background: #70d257;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.49);
  transition: 0.5s;
}

aside.sidebar .articles {
  padding: 20px;
}

aside.sidebar .articles .box_art + .box_art {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
}

aside.sidebar .articles .info {
  display: flex;
  align-items: center;
}

aside.sidebar .articles .info span,
.offer-views {
  display: block;
  margin-right: 5px;
  padding-left: 30px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 5px center;
  color: #000000;
  opacity: 0.7;
}

aside.sidebar .articles .date {
  background-image: url(img/calendar.svg);
}

aside.sidebar .articles .views,
.offer-views {
  background-image: url(img/eye.svg);
}

.offer-views {
  position: absolute;
  right: 10px;
  background-color: #e9ecef;
  padding: 1px 4px 1px 30px;
  margin: 0;
}

.offer-views.views-in-card {
  right: 25%;
}

aside.sidebar .articles .title {
  font-weight: 500;
  color: black;
  margin-top: 10px;
  display: block;
  text-align: left;
}

aside.sidebar .articles .box_art a:hover {
  text-decoration: none;
}

div.main-content h1:first-letter {
  color: #63a253;
}
.op h1:first-letter {
  color: #63a253;
}

div.main-content h1 {
  margin-bottom: 25px;
}

header button#search-form {
  background: #fed000;
  border-color: #fed000;
  color: #fff;
  border-radius: 0 2px 2px 0;
}

.dropdown-menu {
  min-width: 300px;
  background: rgba(255, 255, 255, 0.28);
  padding: 10px 15px;
  border: 0;
  border-radius: 0;
}

.dropdown-item {
  white-space: normal;
  font-size: 14px;
  padding: 10px 15px;
  background: #63a253;
  color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.37);
  transition: 0.7s;
}

ul.navbar-nav .dropdown-menu li + li {
  margin: 0;
  margin-top: 8px;
}
.navbar-nav .dropdown-menu {
  z-index: 1;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #559046;
  transition: 0.7s;
}

.dropdown-toggle::after {
  vertical-align: 0.1em;
}

.form-group-sorting {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #387d26;
}

.form-group-sorting label,
.form-group-sorting .label {
  margin: 0 5px 0 0;
  display: inline-block;
}

.form-group-sorting .form-control {
  width: 300px;
}

.btn-sort {
  font-size: 16px;
  /*padding: 7px 20px;*/
  background: #fff;
  border: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
  color: #212529;
  /*border: 1px solid #dadada;*/
  transition: 0.5s;
}

.btn-sort:hover {
  /*border: 1px solid rgba(189, 189, 189, 0.56);
  box-shadow: 1px 1px 10px rgba(165, 165, 165, 0.67);
  background: rgb(251, 251, 251);*/
  transition: 0.5s;
  color: #f5961f;
}

.btn-sort:focus {
  outline: none;
}

.btn-sort.to-more-active,
.btn-sort.to-less-active {
  /*border: 1px solid rgba(189, 189, 189, 0.56);
  box-shadow: 1px 1px 10px rgba(165, 165, 165, 0.67);
  background: rgb(251, 251, 251);*/
  color: #f5961f;
}
.btn-sort .arrows {
  padding-left: 5px;
}

.btn-sort .arrows span {
  display: block;
  width: 11px;
  height: 11px;
  background-size: 100%;
  margin-top: 1px;
}

.btn-sort.to-more-active .arrows span {
  background-image: url(img/to-more.png);
  transform: rotate(-45deg);
}

.btn-sort.to-less-active .arrows span {
  background-image: url(img/to-less.png);
  transform: rotate(45deg);
}

.btn-sort.reset:hover {
  color: red;
}

.form-control:focus {
  border-color: rgba(99, 162, 83, 0.47);
  box-shadow: 1px 1px 9px rgba(64, 216, 0, 0.56);
}

/*MAIN--END*/
/*HOME*/
.bg_main {
  min-height: 700px;
  margin-bottom: 50px;
  background-color: #fff;
  background: url(img/bg-main.webp) no-repeat;
  background-size: cover;
  position: relative;
}

.bg_main_hero {
  gap: 20px;
}

.bg_main .block_text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(179, 71, 8, 0.79);
  text-align: center;
}

.bg_main .caption {
  font-size: 70px;
  margin-bottom: 40px;
  color: #fff;
  line-height: 1;
}

.bg_main h1 {
  margin-bottom: 30px;
}

.bg_main .btn-standart {
  margin: 0;
}

.bg_main .btn-standart:hover {
  text-decoration: none;
  color: #fff;
}


.icons {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: space-evenly;
}

.icons img {
  width: 65px;
  margin: 0 15px;
  padding: 10px;
  border-radius: 3px;
  background: #ec8c00;
}

.bg_main .tit {
  font-size: 20px;
  margin-top: 15px;
  letter-spacing: 0.8px;
  color: #fff;
}

.navbar-brand {
  position: relative;
  padding: 5px 15px;
  padding-right: 10px;
  color: #f5961f;
  font-size: 16px;
  display: flex;
  /*flex-wrap: wrap;*/
  text-transform: uppercase;
  align-items: flex-start;
  /*width: 520px;*/
}

.navbar-brand span.one {
  font-size: 34px;
  letter-spacing: 0.8px;
  color: #63a253;
}

.navbar-brand span.two {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.8px;
  color: #ff9900;
}

.navbar-brand span.three {
  margin-top: -22px;
  font-size: 14px;
  color: #41922d;
  font-weight: 600;
}

.navbar-brand div.logo {
  border-radius: 50%;
  background: #717171;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}

.navbar-brand .logo-title {
  width: 320px;
  line-height: normal;
}

.navbar-brand img {
  width: 40px;
}

.ya-share2__container_size_m .ya-share2__icon {
  width: 30px !important;
  height: 30px !important;
  background-size: cover;
}

.ya-share2__list {
  width: 100%;
  padding: 0 0 !important;
  text-align: center;
}

.ya-share2__container_size_m .ya-share2__item {
  margin: 0.75% 0.5% !important;
  transition: 0.5s;
}

.ya-share2__item:hover {
  transform: rotate(20deg);
  transition: 0.5s;
}

.block-area {
  width: 65%;
  margin: auto;
}

.all-news {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 60%;
}

.mini-cards .card {
  width: 23%;
  border-color: #e6e5e5;
  color: #606060;
  box-shadow: 3px 4px 15px rgba(118, 105, 55, 0.32);
  transition: 0.7s;
}

.mini-cards .card:nth-child(n + 5) {
  margin-top: 20px;
}

.index_main_page .card:nth-child(n + 5) {
  margin-top: 0;
}

.mini-cards .card .count {
  position: relative;
}

.mini-cards .card .count .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff9a04;
  border-radius: 20px 0 0 0;
  transition: 0.5s;
}

.mini-cards .card .count .more img {
  width: 15px;
}

.mini-cards .card .count .more:hover {
  background: #f5971e;
  transition: 0.5s;
}

.mini-cards .card:hover,
.mini-cards .card:focus {
  text-decoration: none;
  box-shadow: 4px 4px 25px rgba(74, 65, 55, 0.52);
  transition: 0.5s;
}

.mini-cards .box-blocks {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 80px;
  border: 4px solid transparent;
  border-image: linear-gradient(#f5961f, #fee600);
  -moz-border-image: -moz-linear-gradient(#0b0e7f, #0b95dd);
  -webkit-border-image: -webkit-linear-gradient(#f5961f, #fee600);
  border-image-slice: 1;
}

.mini-cards .box-blocks:last-of-type {
  margin-bottom: 50px;
}

.mini-cards .box-blocks:nth-child(2n) {
  border: 4px solid transparent;
  border-image: linear-gradient(#7ab36b, #e5ff10);
  -moz-border-image: -moz-linear-gradient(#7ab36b, #e5ff10);
  -webkit-border-image: -webkit-linear-gradient(#7ab36b, #e5ff10);
  border-image-slice: 1;
}

.mini-cards .box-blocks .caption {
  display: inline;
  background: #fff;
  position: relative;
  padding: 5px 10px;
  top: -20px;
  left: 20px;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #4c4c4c;
}

.mini-cards .image {
  /*height: 90px;*/
}

.mini-cards .quote {
}

.mini-cards .image,
.mini-cards .count,
.mini-cards .quote {
  padding: 10px 15px;
}

.mini-cards .box-blocks .count {
  border-bottom: 1px solid #e4e4e4;
  color: #5a5a5a;
  background: #fdfdf6;
}

.mini-cards .box-blocks:nth-child(2n) .count {
  background: #fcfff4;
}

.mini-cards .count p {
  margin: 16px 0;
}

.mini-cards .box-blocks .count p span {
  font-weight: 600;
  color: #c36d00;
  font-size: 18px;
  letter-spacing: 0.3px;
}

.mini-cards .box-blocks:nth-child(2n) .count p span {
  color: #1a7f00;
}

.mini-cards .quote {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: 600;
  background: rgba(247, 247, 247, 0.42);
}

.mini-cards .butns, .res_posts.butns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 30px 0;
}

.posts_calc{
  padding: 10px 15px;
  width: 530px;
  text-align: center;
  color: #fff;
  box-shadow: 2px 2px 7px rgb(0 0 0 / 28%);
  transition: 0.7s;
  background: #7ab36b;
}

.mini-cards .butns a, .all-news a {
  padding: 10px 15px;
  width: 46%;
  text-align: center;
  color: #fff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.28);
  transition: 0.7s;
}

@media (max-width: 575px) {
    .mini-cards .butns a, .all-news a {
	width: 100%;
    }
}

.mini-cards .butns a.all {
  background: #faa701;
}

.mini-cards .butns a.other, .all-news a.other {
  background: #438332;
}

.mini-cards .butns a:hover,
.all-news a:hover,
.mini-cards .butns a:focus,
.all-news a:focus ,.posts_calc:hover, .posts_calc:focus{
  text-decoration: none;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
  transition: 0.7s;
}
.posts_calc:hover, .posts_calc:focus{
  color: #fff;
}
.mini-cards .butns a.all:hover,
.mini-cards .butns a.all:focus {
  background: #ffc10d;
  transition: 0.7s;
}

.mini-cards .butns a.other:hover,
.all-news a.other:hover,
.mini-cards .butns a.other:focus
.all-news a.other:focus, .posts_calc:hover, .posts_calc:focus {
  background: #5e9650;
  transition: 0.7s;
}

.block-form {
  width: 100%;
  min-height: 600px;
  background: url(img/bg-form.jpg);
  background-size: cover;
  padding: 0 5%;
  display: flex;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
}

.block-form .title {
  color: #fff;
}

.block-form .title {
  font-size: 34px;
  letter-spacing: 1px;
}

.box-form input,
.box-form textarea {
  background: #299242;
  color: #fff;
  border-color: #299242;
  border-radius: 0;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}

.box-form input.form-control:focus,
.box-form textarea.form-control:focus {
  background: #2eb94f;
  border: 0;
  box-shadow: 5px 5px 10px rgba(19, 19, 19, 0.37);
  color: #fff;
}

.box-form input[type="submit"] {
  width: 200px;
  margin: auto;
  height: 50px;
  background: #ffc215;
  border: 0;
  font-size: 18px;
  text-shadow: 1px 1px 1px #bd8c00;
  border-radius: 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.29);
  transition: 0.5s;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
  font-size: 14px;
}

span.wpcf7-not-valid-tip {
  color: #ffc215;
}

.box-form input[type="submit"]:hover,
.box-form input[type="submit"]:focus {
  background: #ffbc00;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.45);
  transition: 0.5s;
}

.box-form {
  width: 40%;
  margin-right: 10%;
  text-align: center;
}

.box-form textarea {
  height: 120px;
}

.box-form .acceptance {
  font-size: 14px;
  color: #dcdedd;
}

.box-form form {
  line-height: normal;
}

.box-form input[type="text"],
.box-form input[type="email"] {
  height: 45px;
}

/*стилизация placeholder (обязательно указываем type для input, а для textarea - name)*/
.box-form input[type="text"]::-webkit-input-placeholder,
.box-form input[type="email"]::-webkit-input-placeholder,
.box-form textarea[name="your-message"]::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

/*исчезновение placeholder  при клике*/
input:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

/*bottom-block*/
.bottom-block {
  padding: 0 10% 5%;
}

.bottom-block .h2 {
  margin-bottom: 30px;
  color: #4c4c4c;
}

.bottom-block .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bottom-block .boxes .box-news {
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  width: 24%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.21);
  transition: 0.5s;
}

.bottom-block .boxes .box-news .image {
  margin-top: auto;
 /* height: 100%;*/
}

.bottom-block .boxes .box-news .image img {
  height: 210px;
  width: 100%;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  object-fit: cover;
  object-position: center;
}

.bottom-block .boxes .box-news .image span {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f5b500;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  letter-spacing: 0.3px;
}

.bottom-block .boxes .box-news:hover,
.bottom-block .boxes .box-news:focus {
  text-decoration: none;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.43);
  transition: 0.5s;
}

.bottom-block .boxes .box-news:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.tit-news {
  padding: 5px 15px;
  text-align: center;
  font-size: 14px;
  color: #383838;
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*HOME--END*/
/*FOOTER*/
footer {
  background: #63a253;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-top: 50px;*/
  z-index: 2;
  position: relative;
}

.home footer {
  margin: 0;
}

footer .flex-area {
  align-items: center;
  width: 80%;
}

footer .navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
}

footer .navbar-nav a.nav-link {
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.15);
  background: #76bf64;
  transition: 0.7s;
  padding: 10px 15px !important;
}

.logo-footer p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #dfffd5;
  /*font-size: 32px;*/
  font-size: 24px;
  letter-spacing: 1px;
}

.logo-footer p span {
  font-size: 18px;
  /*font-size: 14px;*/
  color: #ffc215;
  letter-spacing: 1px;
}

.logo-footer p.txt {
  font-size: 14px;
  color: #efff72;
  letter-spacing: 1.3px;
  margin-top: 4px;
  font-weight: 600;
}

.logo-footer img {
  /*width: 45px;*/
  width: 30px;
  margin: 0 7px;
}

.logo-footer a:hover,
.logo-footer a:focus {
  text-decoration: none;
}

.copyright {
  margin-top: 50px;
  padding: 10px 5%;
  /* text-align: center; */
  color: #afdca4;
  font-size: 14px;
}

/*FOOTER--end*/
/*SINGLE*/
section.post .flex-area {
  justify-content: space-evenly;
}

section.post aside.sidebar {
  margin-top: 0;
}

section.post .main-content {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 65%;
  background: #f3f3f3;
}

section.post .main-content article {
  padding: 0 25px;
  width: 87%;
  max-width: 800px;
}

section.post .main-content .post_info {
  width: 10%;
  max-width: 75px;
  padding: 10px 10px;
  background: #ffffff;
  margin-left: 20px;
  border: 1px solid #efefef;
  margin-top: -35px;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  position: sticky;
  top: 15px;
}

.post_info .score {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
}

.post_info .score .arrow {
  width: 25px;
  height: 20px;
  background-image: url(img/arr_like.svg);
  background-size: 100%;
  display: block;
  opacity: 0.5;
  transition: 0.5s;
  cursor: pointer;
}

.post_info .score .arrow:hover,
.post_info .score .arrow:focus {
  opacity: 0.9;
  transition: 0.5s;
}

.post_info.arrow-rotate .score .arrow.dis {
  transform: rotate(180deg);
}


.post_info .count {
  padding: 10px 0;
  font-size: 14px;
  color: #908b8b;
}

.post_info .count.l {
  color: #60d043;
}

.post_info .count.d {
  color: #ff6d02;
}

.post_info .views {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.post_info .views img {
  width: 23px;
  opacity: 0.7;
}

/*social*/
.post_info .social {
  padding: 20px 0;
}

.post_info .ya-share2__list {
  width: 100%;
  padding: 0 0 !important;
  text-align: center;
}

.post_info .ya-share2__container_size_m .ya-share2__item {
  margin: auto !important;
  margin-bottom: 5px !important;
  transition: 0.5s;
}

.post_info .ya-share2__container_size_m .ya-share2__icon {
  width: 27px !important;
  height: 27px !important;
}

.post_info .ya-share2__item {
  opacity: 0.5;
  filter: grayscale(100%);
  /*черно-белый фильтр*/
  transition: 0.5s;
}

.post_info .ya-share2__item:hover {
  opacity: 1;
  filter: none;
  transform: none;
  transition: 0.5s;
}

/*SINGLE--END*/
/*LISTING*/
.list_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_cards .box_list {
  border: 1px solid #dcdada;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.19);
  background: #ffffff;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}

.list_cards.item-2 .box_list {
  width: 48%;
}

.list_cards.item-3 .box_list {
  width: 32%;
}

.list_cards.item-4 .box_list {
  width: 22%;
}

.list_cards .box_list .bott {
  /*margin-top: auto;*/
}

.list_cards .box_list:hover {
  box-shadow: 6px 6px 27px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
}

.list_cards .box_list a:hover,
.list_cards .box_list a:focus {
  text-decoration: none;
}

.list_cards .box_list .title a {
  /*margin-bottom: 10px;*/
  color: #387d26;
  font-weight: 500;
  text-transform: uppercase;
  /* letter-spacing: 0.3px; */
  min-height: 61px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.list_cards .box_list .count {
  margin: 7px 0;
  font-size: 14px;
  color: #3a3a3a;
}

.list_cards .box_list .str {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #9a9a9a;
}

.list_cards .box_list .str.lic {
  flex-wrap: wrap;
  justify-content: center;
}

.list_cards .box_list .str + .str {
  border-top: 1px solid #eaeaea;
}

.list_cards .box_list .str span {
  width: 50%;
}

.list_cards .box_list .str.svid span {
  width: unset;
  white-space: nowrap;
}

.list_cards .box_list .str.lic span {
  width: 100%;
}

.list_cards .box_list .str span.count {
  width: 69%;
  text-align: right;
}

.list_cards .box_list .str.lic span {
  text-align: center;
}

.list_cards .box_list .more {
  display: block;
  padding: 10px 10px;
  background: #47ad2d;
  width: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.27);
  transition: 0.5s;
}

.list_cards .box_list .site {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #9c9c9c;
  text-decoration: underline;
}

.list_cards .box_list .site:hover,
.list_cards .box_list .site:focus {
  color: grey;
}

.list_cards .box_list .more:hover,
.list_cards .box_list .more:focus {
  background: #399023;
  transition: 0.7s;
}

/*svidetelstvo*/
/* .list_cards .box_list .str.svid{
    flex-wrap: wrap;
    justify-content: center;
}
.list_cards .box_list .str.svid span{
    width:100%;
}
.list_cards .box_list .str.svid span{
    text-align: center;
} */
/*svidetelstvo-end*/

.recomend_block span.el {
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}

/**/
.card-image {
  text-align: center;
  position: relative;
  margin-top: 10px;
}

.recomend-main-block {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}

.recomend {
  max-width: 95%;
  text-align: left;
  position: relative;
  color: #fff;
  line-height: normal;
  margin: 0;
  min-height: 30px;
  height: auto;
  padding: 5px 10px 5px 45px;
  letter-spacing: 0.3px;
  background: #e61b25;
  display: inline-flex;
  align-items: center;
  box-shadow: 5px 4px 11px rgba(0, 0, 0, 0.25);
}

.recomend:before {
  content: "";
  background-image: url(img/like2.svg);
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.recomend_block {
  position: absolute;
  bottom: 0;
  left: -4px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.recomend_block:hover span.el {
  -ms-line-clamp: unset;
  -webkit-line-clamp: unset;
}

.recomend .is {
  position: absolute;
  border-style: solid;
  border-color: transparent;
  top: -5px;
  border-width: 5px 5px 0 0;
  border-right-color: #a96500;
  left: 0;
}

.recomend .tr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 7px solid #e61b25;
  border-bottom: 15px solid transparent;
  right: -7px;
}

/*LISTING--END*/
/*CARD*/
.card {
  border: 0;
}

section.card h2,
section.card h3 {
  line-height: 1.5;
  margin-bottom: 20px;
}

section.card h3 {
  font-size: 22px;
}

.card-top h1 {
  width: 85%;
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}

.card-top h1:first-letter {
  color: #fd9a00;
  font-size: 32px;
}

.card-top .backgraund {
  min-height: 450px;
  display: flex;
  align-items: center;
  background: linear-gradient(to left, #ffde00, #ffa500);
}
.box_list .info {
  margin-bottom: 20px;
  margin-top: 5px;
  flex-grow: 2;
}

.card-top .image,
.card-top .info {
  width: 45%;
}

.card-top .image {
  text-align: center;
  position: relative;
}

.image .img-logo {
  display: inline-block;
  position: relative;
}

.card-top .flex-area {
  justify-content: space-around;
}

.card-top .info {
  flex-wrap: wrap;
}

.card-top .info .links {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.card-top .info .links a, .card-top .info .links .get_url_data_link {
  width: 45%;
  padding: 10px 10px;
  text-align: center;
}

.card-top .in-box {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 15px 0;
  font-size: 18px;
  color: black;
}

.card-top .info .count.count-str {
  width: 100%;
}

.card-top .info .count.count-str span {
  display: inline;
  padding-left: 5px;
}

.card-top .in-box.update {
  text-align: center;
  width: 100%;
  padding: 0;
}

.card-top .info img {
  width: 50px;
  margin-right: 25px;
}

.card-top .info .count span {
  display: block;
  color: #1b1b1b;
  font-weight: 700;
}

.txt_count_card {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: -1px;
}

.txt_count_card span {
  font-weight: 700;
}

.recomend_card {
  margin: 40px auto;
}

.recomend_card .list_cards {
  justify-content: space-between;
  width: 100%;
}

.recomend_card .list_cards p.h4 {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 30px;
}

.recomend_card .list_cards .box_list .str {
  font-size: 14px;
}

/*yakor-card*/

.list_panel {
  position: sticky;
  background: white;
  top: 95px;
  box-shadow: 1px 4px 11px rgba(0, 0, 0, 0.27);
  z-index: 9;
}

section.card .list_panel ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
}

.list_panel ul a {
  padding: 15px 10px;
  display: block;
  padding-bottom: 12px;
  color: #101010;
  border-bottom: 4px solid transparent;
}

.card-bank .list_panel ul a {
	white-space: nowrap;
	padding: 15px 0 15px 0;
}

.list_panel ul li:hover {
  background: #f1f1f1;
}

.list_panel ul li:hover a {
  text-decoration: none;
}

.list_panel ul li.active a {
  border-bottom: 4px solid #ffaf00;
}

/*licenzia*/
.lic_cell {
  text-align: center;
}

.lic_cell .lic_img {
  max-height: 200px;
}

.list-boxes-help {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 25px 0;
}

.list-boxes-help .box-info-bottom {
  margin: 7px 0;
  padding: 15px 15px 15px 35px;
  box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.16);
}

.list-boxes-help .box-info-bottom .title {
  font-size: 16px;
  margin-bottom: 10px;
}

.list-boxes-help .box-info-bottom ol {
  padding-left: 10px;
  margin: 0;
  color: #47ad2d;
  font-size: 14px;
  line-height: normal;
}

.list-boxes-help .box-info-bottom ol li {
  margin-bottom: 15px;
}

.list-boxes-help .box-info-bottom ol li span {
  font-size: 14px;
  color: #212529;
}

.lk-help-big-block {
  display: flex;
  flex-wrap: wrap;
}

.lk-help-big-block .image {
  min-width: 100%;
}

.lk-help-big-block img {
}

.lk-help-big-block .txt {
  flex: 1;
  width: 100%;
}

.lk-help-big-block .bottom-link-help {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}

.lk-help-big-block .bottom-link-help a, .lk-help-big-block .bottom-link-help .get_url_data_link{
  padding: 10px 35px;
  background: #ff9a04;
  color: #fff;
  transition: 0.7s;
}

.lk-help-big-block .bottom-link-help a:hover,
.lk-help-big-block .bottom-link-help a:focus,
.lk-help-big-block .bottom-link-help .get_url_data_link:hover,
.lk-help-big-block .bottom-link-help .get_url_data_link:focus  {
  box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.22);
  transition: 0.7s;
}

/*CARD--END*/

/*КОММЕНТАРИИ */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#comments .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-bottom: none;
}

#comments .card {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.002);
  border-left: 1px #007bff solid;
}

.chip {
  display: inline-block;
  border-radius: 16px;
  font-size: 14px;
  background-color: #eceff1;
  color: rgba(0, 0, 0, 0.7);
  height: initial;
  min-height: 25px;
  line-height: 25px;
  margin-bottom: 0rem;
  margin-right: 0.5rem;
  padding: 0px 10px;
  box-shadow: 0 1px 1px rgba(128, 128, 128, 0.18);
  font-weight: 600;
}

#comments .children .media .card-block {
  background: rgba(0, 0, 0, 0.02);
  padding: 0.75rem;
}

#comments .media p {
  margin: 5px 15px;
}

.comment-body {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #56565657;
}

.comment-body p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 5px;
  background-color: #f6f6f6;
}

.comment-body .commentmetadata > span {
  font-size: 14px;
  color: #838383;
}


h4.media-heading {
  margin-left: 20px;
}

.hoverable {
  transition: box-shadow 0.5s;
}

.hoverable:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.comment-edit-link {
  margin-right: 2rem;
}

.comment-reply-link:hover {
  color: #63a253;
  text-decoration: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* КОНЕТЕНТ в ОФЕРАХ */
.table-offer-content ul {
  margin-bottom: 0;
}

#menu-menu-1 .menu-item.current-menu-item.active a,
#menu-menu-2 .menu-item.current-menu-item.active a,
#menu-menyu-vnizu .menu-item.current-menu-item.active a {
  pointer-events: none;
  cursor: default;
  color: #ffec02;
}

.col.new_style_one {
  border: 4px solid transparent;
  border-image: linear-gradient(#f5961f, #fee600);
  -moz-border-image: -moz-linear-gradient(#0b0e7f, #0b95dd);
  -webkit-border-image: -webkit-linear-gradient(#f5961f, #fee600);
  border-image-slice: 1;
  padding: 9px 7px;
  position: relative;
}

.col.new_style_one div p {
  display: inline;
}

/*.col.new_style_one div p::before{
    content: '\1F680';
    position: absolute;
    font-size: 28px;
    bottom: 0;
    right: 0;
}*/
.col.new_style_one div {
  padding: 10px;
  /* text-align: center; */
}

section.card.offer_one .flex-area.content {
  position: relative;
  /*display: block;*/
  width: 60%;
}

section.card.offer_one .flex-area.content .main-content {
  margin-top: 50px;
  line-height: 1.5;
}

aside.sidebar.four {
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  right: 0;
  width: 27%;
}

.pop_block {
  width: 100%;
  opacity: 0;
  padding: 10px 10px 20px 10px;
  position: sticky;
  right: 5%;
  top: 170px;
  /*transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;*/
}

.pop_block.fixed {
  opacity: 1;
  z-index: 1;
}

/*.offer_one .main-content>div:before{
    display: block;
    content: "";
    height: 65px;
    margin: -65px 0 0;
}*/
blockquote {
  display: block;
  margin: 21px 5px;
  padding: 15px 19px 15px 44px;
  background: #f7f5f5;
  position: relative;
}

blockquote:before {
  content: "\201F";
  color: #47ad2d;
  font-size: 186px;
  opacity: 0.3;
  position: absolute;
  top: -70px;
  left: -22px;
}

.btn-orange {
  background-color: #faa701 !important;
}

.btn-orange:hover {
  color: white;
}

.btn-green {
  background-color: #47ad2d !important;
}

.btn-green a:hover,
.btn-standart a:hover,
a.btn-green:hover {
  color: white;
  /* background-color: #76bf64; */
}

a.btn-green:focus {
  color: white;
}

.big-button {
  display: block;
  text-align: center;
  padding: 20px 0;
  color: white;
}

.bigbutton a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  color: white;
}

.card.offer_one a:hover {
  text-decoration: none !important;
}

.text-botton h2 {
  margin-top: 20px;
}

.h3,
h3 {
  font-size: 1.3rem;
  font-weight: 400;
}

.offer-views-in-card {
  background-color: #e9ecef;
  padding: 1px 4px 1px 30px;
  margin: 0;
  font-weight: 700;
  background-image: url(img/eye.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 5px center;
  font-size: 14px;
  color: #000000;
  opacity: 0.7;
  margin-left: 15px;
}

/* МОБИЛЬНАЯ КАТЕГОРИЯ */
.ov_click {
  display: none;
}

.overlay.active {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.overlay {
  transition: all 0.5s;
}

aside.sidebar.one.ov_cont.active {
  position: absolute;
  top: 10px;
  background-color: #ffffff;
  z-index: 15;
}

/* СВАЙПЕР В КАРТОЧКАХ (ЛУЧШИЕ ОФФЕРА) */
.swiper-best-offer .title a {
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 21px;
  min-height: 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #387d26;
  font-weight: 600;
  text-transform: uppercase;
}

.swiper-best-offer .recomend_block {
  left: -5px;
  font-size: 14px;
}

.swiper-best-offer .info {
  margin: 10px 0;
}

.swiper-best-offer .info .str span {
  font-size: 14px;
  width: 49%;
  display: inline-block;
}

.swiper-best-offer .info .str span.count {
  font-weight: 600;
}

.swiper-best-offer a.bott {
  display: block;
  padding: 10px 10px;
  background: #47ad2d;
  width: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.27);
  transition: 0.5s;
}

.swiper-best-offer a span.site {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #9c9c9c;
  text-decoration: underline;
}

.swiper-button-prev.swiper-best-offer__arrow {
  background-image: url("img/arrow/left-arrow.png");
}

.swiper-button-next.swiper-best-offer__arrow {
  background-image: url("img/arrow/right-arrow.png");
}

.swiper-best-offer__arrow {
  display: none;
}

.swiper-best-offer .box_list {
  border: 1px solid #dcdada;
  padding: 15px;
  margin-bottom: 15px;

  background: #ffffff;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.swiper-best-offer .box_list .str {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #9a9a9a;
}

.swiper-best-offer .box_list .str .count {
  margin: 7px 0;
  font-size: 14px;
  color: #3a3a3a;
  text-align: right;
}

.swiper-best-offer .box_list .str + .str {
  border-top: 1px solid #eaeaea;
}

.slider-best {
  position: relative;
}

.swiper-button-prev.swiper-best-offer__arrow {
  left: -26px;
}

.swiper-button-next.swiper-best-offer__arrow {
  right: -26px;
}

/*.swiper-best-offer .swiper-wrapper {
	align-items: stretch;
    display: flex;
    flex-direction: row;
}*/
.swiper-best-offer .swiper-wrapper .swiper-slide {
  height: auto;
  margin-bottom: 15px;
}

.swiper-best-offer .box_list .bott {
  margin-top: auto;
}

.swiper-best-offer .box_list:hover {
  box-shadow: 6px 6px 27px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
}

.swiper-best-offer .box_list a.bott:hover,
.swiper-best-offer .box_list a.bott:focus {
  background: #399023;
  text-decoration: none;
  transition: 0.7s;
}

.list_cards .box_list .str.delivery span.count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 44px;
}

/*stick-sidebar*/
.stick-sidebar {
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.19);
  padding-top: 4px;
  position: sticky;
  top: 30px;
}

.stick-sidebar p.title {
  font-size: 18px;
}

.swiper-pagination {
  bottom: auto;
  top: 0;

  color: #ffffff;
  padding: 5px;
  font-weight: 600;
}

.stick-sidebar .box_list {
  padding-top: 30px;
  margin-bottom: 0;
}

.stick-sidebar .swiper-best-offer .swiper-wrapper .swiper-slide {
  margin-bottom: 0;
}

/*stick-sidebar--end*/
.mini-block-rek {
  display: block;
  text-align: right;
  padding-top: 15px;
}

.mini-block-rek span {
  position: relative;
  color: #47ad2d;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
  padding-left: 35px;
}

.mini-block-rek span:hover,
.mini-block-rek span:focus {
  text-decoration: none;
}

.mini-block-rek span:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url(img/warning.svg);
}

/*blue*/
/*.mini-block-rek.blue{
	background: repeating-linear-gradient(45deg, #7b87d2, #606dbc 10px, #465298 10px, #465298 20px);
}
.mini-block-rek.blue:hover, .mini-block-rek.blue:focus{
	background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);	
}*/
/*red*/
.mini-block-rek.red {
  background: repeating-linear-gradient(
    45deg,
    #ca68a2,
    #bc6071 10px,
    #943030 10px,
    #943d3d 20px
  );
}

.mini-block-rek.red:hover,
.mini-block-rek.red:focus {
  background: repeating-linear-gradient(
    45deg,
    #9c4b7b,
    #bc6071 10px,
    #943030 10px,
    #943d3d 20px
  );
}

.offer_in_different .title {
  width: 100%;
}

.offer_in_different .title h2 {
  color: #63a253;
  text-decoration: underline;
  margin-bottom: 10px;
  display: inline-block;
}

.offer_in_different .info_strs {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  gap: 10px;
}

.offer_in_different .info_strs span {
  background: #efefef;
  border-left: 1px solid #cecece;
}

.offer_in_different .info_strs .element {
  padding: 5px;
  font-size: 14px;
  height: 100%;
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}

.offer_in_different .info_strs .count {
  font-weight: 600;
  border: 0;
}

.offer_in_different .more {
  /*min-width: 210px;*/
  background: #47ad2d;
  color: #fff;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.27);
  transition: 0.5s;
  align-self: center;
}

.offer_in_different .more:hover,
.offer_in_different .more:focus,
.offer_in_different .more.get_url_data_link:hover,
.offer_in_different .more.get_url_data_link:focus {
  background: #399023;
  text-decoration: none;
  transition: 0.7s;
}
.offer_in_different_link {
  grid-row: span 2;
  align-self: center;
}
.offer_in_different {
  margin-top: 40px;
  margin-bottom: 40px;
}

.offer_in_different {
  margin-top: 40px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #f3f3f3;
}
.offer_mimic_stati.offer_in_different .info_strs span.marking_adv {
  border-left: none;
  background-color: transparent;
}
.offer_in_different .marking_adv {
  /*text-align: left;
  margin-bottom: 10px;*/
  justify-self: center;
  grid-column: 3 / -1;
}

@media (max-width: 1680px) {
  .offer_in_different .info_strs .element {
  	gap: 0px;
  	flex-direction: column;
  }
}
@media (max-width: 860px) {
  .offer_in_different .info_strs {
  	grid-template-columns: 1fr 1fr;
  }
  .offer_in_different .info_strs .get_url_data_link {
  	grid-row: 3 / 4;
  }
  .offer_in_different .marking_adv {
  	grid-column: 1 / 2;
  }
}
@media (max-width: 560px) {
  .offer_in_different .info_strs {
    grid-template-columns: 1fr;
  }
  .offer_in_different .info_strs .get_url_data_link {
  	min-height: 52px;
  }
  .offer_in_different .info_strs .get_url_data_link {
    grid-row: unset;
  }
  .offer_in_different .info_strs .element {
    flex-direction: row;
    gap: 6px;
    flex-wrap: wrap;
  }
}

.slider-best.slider_2 .swiper-container {
  padding-bottom: 45px;
}

.slider-best.slider_2
  .swiper-container-horizontal
  > .swiper-pagination-bullets {
  top: auto;
  bottom: 0;
}

.slider-best.slider_2
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 0;
}

.slider-best.slider_2
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffbd02;
}

/*MODAL-OFFER*/
.modal.show .modal-dialog.offer-modal {
  max-width: 50%;
  width: 50%;
  margin: auto;
  background-image: url(img/mod-off-bg2.jpg);
  background-size: cover;
}

.modal-dialog.offer-modal .modal-content {
  background-color: #ffffff75;
  border: 0;
}

.offer-modal button.close {
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 1;
}

.offer-modal button.close span {
  color: #fff;
  font-size: 50px;
}

.offer-modal .modal-body {
  padding: 0;
}

.offer-modal .modal-body .title {
  padding: 10px 35px;
  padding-right: 70px;
  background: #7b7b7b;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.offer-modal .modal-body .title a {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.offer-modal .modal-body .info {
  background: rgba(255, 255, 255, 0.68);
  padding: 0px 10%;
  margin-top: -35px;
  padding-top: 50px;
  width: 100%;
  display: block;
}

.offer-modal .modal-body .image {
  width: 40%;
}

.offer-modal .modal-body .image img {
  width: auto;
  border-radius: 15px;
}
.offer-modal .modal-body .bott {
  margin-bottom: 20px;
  display: block;
}

.offer-modal .image .img-logo {
  box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.24);
  border-radius: 15px;
}

.offer-modal .str {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 18px !important;
  color: #2f2f2f !important;
  padding: 3px 0 !important;
  font-weight: 600 !important;
}

.offer-modal .str span.count {
  font-size: 16px !important;
  color: #252525 !important;
  margin: 7px 0;
}

.offer-modal .site {
  margin-bottom: 10px !important;
  color: #171717 !important;
  display: block;
  margin-top: 10px;
  text-align: center;
  text-decoration: underline;
}

.offer-modal .str.svid {
  flex-wrap: wrap;
  justify-content: center !important;
  text-align: center;
}

.offer-modal .str.svid span {
  width: 100%;
}

.offer-modal .str.svid span.count {
  font-size: 14px !important;
  color: #737373 !important;
}

.offer-modal .str + .str {
  border-top: 1px solid #eaeaea;
}

.modal.fade.show {
  display: flex !important;
  align-items: center;
}

.offer-modal .more {
  display: block;
  padding: 10px 10px;
  background: #47ad2d;
  width: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.27);
  transition: 0.5s;
}

.offer-modal .more:hover {
  background: #399023;
  transition: 0.7s;
}

.region_link {
  color: #ffffff;
}

.btn.btn-link.questions {
  text-align: left;
}

/*RESPONSIVE*/
/*min*/
@media (min-width: 1535px) {
  .modal.show .modal-dialog.offer-modal {
    max-width: 55%;
  }
}

@media (min-width: 1599px) {
  .modal.show .modal-dialog.offer-modal {
    max-width: 50%;
  }
}

@media (min-width: 1919px) {
  .modal.show .modal-dialog.offer-modal {
    max-width: 40%;
  }
}

/*max*/
@media (max-width: 1366px) {
  .offer-modal .modal-body .title {
    padding: 10px 20px;
    padding-right: 70px;
  }
}

@media (max-width: 1280px) {
  .offer-modal .modal-body .title a {
    font-size: 14px;
  }

  .offer-modal .str,
  .offer-modal .str span.count {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .modal.show .modal-dialog.offer-modal {
    max-width: 80%;
    width: 80%;
  }
}

@media (max-width: 720px) {
  .offer-modal .modal-body .image img {
    max-width: 100%;
  }
}

@media (max-width: 580px) {
  .offer-modal .modal-body .image {
    width: 50%;
  }
}

@media (max-width: 420px) {
  .offer-modal .modal-body .image {
    width: 60%;
  }

  .modal.show .modal-dialog.offer-modal {
    max-width: 90%;
    width: 90%;
  }

  .offer-modal .modal-body .title a {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .offer-modal .str,
  .offer-modal .str span.count {
    font-size: 14px !important;
  }
}

/* акция в оферах, в карточке офера и попап при наведении */
.list_cards .box_list {
  position: relative;
}

.box_list__sale {
  width: 50px;
}

.box_list__text {
  position: absolute;
  color: white;
  top: 17px;
  left: 8px;
  font-size: 11px;
}

.box_list__img {
  transition: all 0.15s ease-in-out;
  position: absolute;
}

.box_list__img:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.box_list__message {
  position: absolute;
  background: #e52327;
  color: white;
  width: 300px;
  top: -16px;
  left: 85px;
  z-index: 10;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.53);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 115px;
  text-align: left;
  animation: fade 0.6s;
}

.box_list__message-none {
  display: none;
  transition: all 0.6s ease-in-out;
}

.box_list__message p {
  margin-bottom: 10px;
}

.box_list__i {
  position: absolute;
  top: 35px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 10px solid #e52327;
  border-bottom: 20px solid transparent;
  left: -10px;
}

.backgraund .box_list__sale {
  width: 66px;
}

.backgraund .box_list__img {
  top: -20px;
  left: -20px;
}

.backgraund .box_list__message {
  top: -40px;
  left: 65px;
}

.backgraund .box_list__text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box_list__x {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 15px;
  height: 15px;
}

.box_list__x:hover {
  cursor: pointer;
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .box_list .box_list__message {
    top: 85px;
    left: 0px;
    min-height: auto;
  }

  .box_list .box_list__i {
    top: -29px;
    left: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 10px solid #e52327;
  }
}

@media (max-width: 992px) {
  .backgraund .box_list__message {
    top: 65px;
    left: -25px;
    min-height: auto;
  }

  .backgraund .box_list__i {
    top: -29px;
    left: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 10px solid #e52327;
  }
}

@media (max-width: 800px) {
  .backgraund .box_list__i {
    left: 20px;
  }
}


@media (max-width: 480px) {
  .backgraund .box_list__message {
    left: -10px;
  }

  .backgraund .box_list__i {
    left: 0;
  }
  .backgraund .box_list__sale {
    width: 54px;
  }
  .backgraund .box_list__img {
	top: -15px;
  	left: -15px; 
  }

}


/* конец акция в оферах, в карточке офера и попап при наведении */

/* стр карточка банка */

.card-top h1:first-letter {
  color: #fd9a00;
  font-size: 32px;
}

.card-top h1 {
  width: 85%;
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}

.backgraund__eye {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.backgraund__ico-eye {
  display: block;
  width: 22px;
  height: 14px;
  background: url(img/eye.png) no-repeat 0;
  margin-right: 10px;
  opacity: 0.7;
}

.backgraund__namber-eye {
  font-size: 14px;
}

.backgraund__parameters {
  display: flex;
  flex-direction: column;
  flex-basis: 35%;
}

.backgraund__name {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  color: #464636;
  line-height: 26px;
  margin-right: 35px;
}

.backgraund__title {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #464646;
  flex-basis: 75px;
  flex-shrink: 0;
  display: inline-block;
  margin-left: 23px;
}

.backgraund__information {
  font-size: 18px;
  line-height: 20px;
}

.card-top .backgraund__container {
  align-items: center;
  justify-content: center;
}

.background__title-info {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.backgraund__name-eye {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.background__title-info:not(:last-child) {
  border-bottom: 1px solid #00000021;
}

.backgraund__logo {
  margin-right: 75px;
}

section.card-bank .list_panel ul {
  list-style-image: url(img/mark.png);
}

.card-bank .flex-area.content {
  margin-top: 50px;
}

.card-bank .info {
  width: 100%;
}

.list_cards .justif-cont {
  border: none;
  padding: 0;
  box-shadow: none;
  background: transparent;
  background-color: transparent;
}

.list_cards .justif-cont:hover {
  border: none;
  padding: 0;
  box-shadow: none;
  background: transparent;
  background-color: transparent;
}

.sidebar-bank__pop-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sidebar-bank__pop-img a {
  max-width: 40%;
  margin: 2px;
}

aside.sidebar-bank {
  margin: 0;
}

aside.sidebar-bank.one {
  border-image: none;
  width: 24%;
  border-left: 1px solid #cecece;
}

.sidebar-bank__pop-img .sidebar-bank__cap {
  width: 40%;
  margin: 2px;
}

.sidebar-bank__mame-sum {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sidebar-bank__name {
  font-size: 18px;
  font-weight: 600;
  width: 100px;
  color: #565656;
}

.sidebar-bank__rating-2 {
  margin-left: 40px;
}

.sidebar-bank__pop {
  padding-bottom: 40px;
  border-bottom: 1px solid #cecece2e;
}

.sidebar-bank__rating {
  padding-top: 20px;
}

.sidebar-bank__ico {
  width: 25px;
  margin-right: 5px;
}

aside.sidebar-bank p.title {
  width: auto;
}

.sidebar-bank__title-ico {
  display: flex;
  justify-content: center;
}

.info-bank__b-i {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.info-bank__b-t {
  display: flex;
  margin-bottom: 10px;
}

.info-bank__b-title {
  margin: 0;
  font-size: 18px;
}

.inaj-bank__b-tx-1 {
  font-weight: 600;
}

.info-bank__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.info-bank__b-1 {
  margin-bottom: 30px;
}

.info-bank__b-1 {
  flex-basis: 30%;
  flex-shrink: 0;
}

.info-bank__b-tx-b {
  display: flex;
  flex-direction: column;
}

.info-bank {
  display: flex;
  flex-direction: column;
}

.info-bank iframe {
  margin: 0 auto 30px;
  border: none;
}

section.card.card-bank .flex-area.backgraund__container {
  align-items: center;
}

section.card-bank .list_panel ul {
  flex-wrap: nowrap;
}

.item-4 .item-3 .box_list {
  width: calc(24% - 10px);
  margin: 0 5px 5px;
}

.card-bank .list_panel ul li:not(:last-child) {
  margin-right: 40px;
}


@media (max-width: 1440px) {
  aside.sidebar-bank p.title {
    font-size: 18px;
  }

  .sidebar-bank__ico {
    width: 20px;
  }
}

@media (max-width: 1366px) {
  .sidebar-bank__rating-2 {
    margin-left: 10px;
  }
}

@media (max-width: 1280px) {
  .backgraund__parameters {
    flex-basis: 50%;
  }

  .backgraund__logo {
    flex-basis: 30%;
  }

  .card-top.card-bank .backgraund {
    min-height: 340px;
  }
}

@media (max-width: 1200px) {
  .card-bank .box_list .info {
    width: 100%;
  }

  section.card-bank .flex-area div.main-content {
    margin-right: 0;
  }

  .sidebar-bank__name {
    font-size: 16px;
    width: 85px;
  }
}

@media (max-width: 1180px) {
  section.card.card-top.card-bank .flex-area.content {
    flex-direction: column;
  }

  aside.sidebar.one.sidebar-bank {
    display: flex;
    padding: 15px 15px 0 15px;
  }

  .sidebar-bank__pop {
    flex-basis: 50%;
    border-bottom: none;
    padding-bottom: 0;
  }

  aside.sidebar-bank.one {
    border-top: 1px solid #cecece;
    border-left: none;
  }

  .sidebar-bank__rating {
    padding-top: 0;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
  }

  .sidebar-bank__rating-2 {
    margin: 0 auto;
  }

  .background__title-info {
    padding: 2px 0;
  }
}

@media (max-width: 860px) {
  .backgraund__parameters {
    flex-basis: 70%;
  }

  .backgraund__name {
    font-size: 24px;
  }

  section.card-bank .list_panel ul {
    padding-left: 0;
    justify-content: flex-start;
  }

  .card-bank .list_panel {
    width: 100%;
  }

  .card-bank .list_panel2 {
    margin: 0 0 0 20px;
    overflow-x: scroll;
  }
  .list_cards.item-3 .box_list {
  	width: calc(50% - 10px);
  }
}

@media (max-width: 800px) {
  .card-bank .list_panel ul li:not(:last-child) {
    margin-right: 20px;
  }

  section.card.card-bank .list_panel ul li {
    flex-basis: auto;
    flex-shrink: 0;
  }

  section.card.card-bank .list_panel ul li a {
    padding: 5px 10px 5px 0;
  }

  .card-top.card-bank .backgraund {
    min-height: 250px;
  }

  .backgraund__name {
    font-size: 20px;
  }

  .backgraund__title {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .info-bank__b-1 {
    flex-basis: 100%;
    margin: 0 auto 40px;
  }

  .info-bank__b-2 {
    flex-basis: 45%;
    margin: 0 10px 10px;
  }

  .info-bank__bottom {
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .backgraund__logo {
    margin-right: 30px;
  }

  .backgraund__information {
    font-size: 14px;
  }

  .backgraund__name-eye {
    margin-bottom: 8px;
  }

  .backgraund__parameters {
    flex-basis: 60%;
  }

  .backgraund__title {
    font-size: 16px;
  }
}

@media (max-width: 620px) {
  section.card.card-bank aside.sidebar {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .sidebar-bank__pop {
    flex-basis: 100%;
  }

  .sidebar-bank__rating {
    flex-basis: 100%;
  }

  section.card.card-bank aside.sidebar {
    flex-wrap: wrap;
  }

  .info-bank iframe {
    width: 100%;
    height: 250px;
  }
}

@media (max-width: 540px) {
  section.card.card-bank .flex-area.backgraund__container {
    flex-direction: column;
	align-items: start;
  }

  .backgraund__logo {
    width: 40%;
    margin-bottom: 20px;
    position: relative;
  }

  .tax_bank_backgraund__logo{
    width: 100%;
  }

  .backgraund__parameters {
    width: 70%;
  }

  .info-bank__b-2 {
    flex-basis: 100%;
    margin: 0 10px 10px 0;
  }
}

@media (max-width: 480px) {

  .info-bank iframe {
    height: 220px;
  }

  .card-bank .list_panel ul li:not(:last-child) {
    margin-right: 24px;
  }
}

@media (max-width: 420px) {
  .backgraund__parameters {
    width: 90%;
  }

}

@media (max-width: 414px) {
  .card-bank .list_panel ul li:not(:last-child) {
    margin-right: 35px;
  }
}

@media (max-width: 380px) {
  .info-bank iframe {
    height: 175px;
  }

  .info-bank__title {
    font-size: 20px;
  }

  section.card-bank .list_panel ul {
    margin: 0 0 0 23px;
  }
}

@media (max-width: 375px) {
  .backgraund__parameters {
    width: 100%;
  }

}

@media (max-width: 320px) {

  .backgraund__name {
    font-size: 16px;
  }

  .backgraund__title {
    font-size: 14px;
  }

  .info-bank__title {
    font-size: 18px;
  }

  .info-bank iframe {
    height: 140px;
  }
}

/* конец стр карточка банка */

/* скругленные уголки карточек jpg */
.card-rounded {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  border-radius: 0;
}

.approved-inside {
  top: 0;
  left: 0;
}

/* конец скругленные уголки карточек jpg */
/* правка иконок соцсетей */
.ya-share2__container_size_m .ya-share2__icon {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* конец правка иконок соцсетей */

/* сайдбар 'ПОКАЗАТЬ ВСЕ' на всех виджетах если они больше трех (кроме популярных) */
.butall {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  background: #f3f3f3;
  margin-bottom: 15px;
}

.butall__text {
  text-align: center;
  color: #532c7b;
  cursor: pointer;
}

.butall:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.butall.butall2:after {
  transform: rotate(180deg);
}

.height-auto-butall {
  height: auto;
}

/* конец сайдбар 'ПОКАЗАТЬ ВСЕ' на всех виджетах если они больше трех (кроме популярных) */
aside.sidebar .counts_links_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

/* добавление в меню выбор геолакации */
.navbar-expand-md .navbar-nav .menu-item-region a.nav-link::before {
  content: "";
  background: url(img/location.svg) no-repeat 0 center;
  background-size: 25px 20px;
  width: 20px;
  height: 25px;
  padding-left: 15px;
  /* background-color: #63a253; */
}

/* конец добавление в меню выбор геолакации */
/* правки 04.09.20 */
@media (max-width: 540px) {
  .modal-dialog {
    margin: 0.5rem auto;
  }
}

/* конец правки 04.09.20 */

/* главная 11.09.2020 */
.block_main_text {
  margin: 10px 10px 30px 10px;
  font-size: 16px;
}

.box-blocks .descr {
  margin: 0px 10px 20px 10px;
  font-size: 16px;
}

/* конец */
.thumbnail-img-div img {
  width: 100%;
}

.slider-filter__title {
  margin-left: -15px;
  margin-right: -15px;
}

.card-top .info .links a:nth-child(1), .card-top .info .links .get_url_data_link:nth-child(1) {
  font-size: 24px;
}

@media (max-width: 1600px) {
  aside.sidebar .title-ref-sidebar p.title {
    font-size: 19px;
  }
}

/* содержание в новостях */
.links-new__li a {
  color: #000000;
  font-size: 16px;
  text-align: start;
  display: block;
  /* color: #f5961f; */
  /* font-weight: 600; */
}

.links-new__li a:hover {
  color: #000000;
}

.links-new__li {
  margin-bottom: 12px;
  line-height: 19px;
  position: relative;
}

.links-new__ul {
  width: 100%;
  margin: 10px auto 0;
  /* list-style-image: url(img/mark2.svg); */
}

.links-new {
  background: white;
  margin: 20px -10px;
  padding: 20px 20px 15px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.links-new__title {
  font-weight: 600;
  font-size: 20px;
  color: #5a5a5a;
  display: inline-block;
}

@media (max-width: 860px) {
  .links-new__ul {
    padding: 0 20px 0 25px;
  }
}

/* конец содержание в новостях */
/* блок предложени дня над блоком сортировка */
.suggest__block {
  display: flex;
  margin-top: 10px;
  background: #5ba057;
  padding: 10px;
  align-items: center;
  border-radius: 5px;
  position: relative;
}

.suggest__spans {
  margin-right: 4px;
  color: white;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.suggest__img {
  width: 100%;
}

.suggest__foto {
  flex-basis: 200px;
  flex-shrink: 0;
}

.suggest__spans span:nth-child(1) {
  font-size: 19px;
  line-height: 20px;
  text-transform: uppercase;
}

.suggest__spans span:nth-child(2) {
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}

.suggest__spans span:nth-child(3) {
  font-size: 40px;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  left: -2px;
}

.suggest__title {
  display: flex;
  align-items: center;
  margin-right: 45px;
  margin-left: 40px;
}

.suggest__vz {
  width: 20px;
  position: relative;
  top: 4px;
}

.suggest__text {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-left: 30px;
  color: white;
  font-size: 20px;
  line-height: 20px;
}

.suggest__left {
  display: flex;
  flex-basis: 400px;
  flex-shrink: 0;
}

.suggest__button {
  background: #f5961f;
  color: white;
  padding: 10px 30px;
  width: 170px;
  height: 50px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 5px;
  margin-right: 30px;
  margin-left: 30px;
  transition: 0.5s;
}

.suggest__button:hover {
  color: white;
  text-decoration: none;
  background: #38683d;
}

.suggest__button:focus {
  color: white;
}

.suggest__round {
  border-radius: 7px;
  overflow: hidden;
}

@media (max-width: 1903px) {
  .suggest__title {
    position: relative;
    top: -3px;
  }
}

@media (max-width: 1536px) {
  .suggest__text {
    margin-left: 15px;
  }

  .suggest__button {
    margin-left: 15px;
  }
}

@media (max-width: 1200px) {
  .suggest__title {
    margin-right: 30px;
    margin-left: 25px;
  }

  .suggest__left {
    flex-basis: 365px;
  }

  .suggest__button {
    margin-right: 15px;
  }
}

@media (max-width: 1024px) {
  .suggest__title {
    margin-right: 40px;
    margin-left: 35px;
  }

  .suggest__left {
    flex-basis: 385px;
  }

  .suggest__button {
    /*margin-right: 35px;*/
    margin-left: 35px;
  }

  .suggest__text {
    margin-left: 30px;
  }
}

@media (max-width: 860px) {
  .suggest__title {
    margin-right: 30px;
    margin-left: 20px;
  }

  .suggest__left {
    flex-basis: 340px;
  }

  .suggest__button {
    margin-right: 20px;
    margin-left: 20px;
  }

  .suggest__text {
    margin-left: 20px;
  }

  .suggest__foto {
    flex-basis: 180px;
  }
}

@media (max-width: 768px) {
  .suggest__foto {
    flex-basis: 160px;
  }

  .suggest__left {
    flex-basis: 320px;
  }

  .suggest__spans span:nth-child(3) {
    font-size: 35px;
    line-height: 26px;
  }

  .suggest__spans span:nth-child(2) {
    font-size: 20px;
    line-height: 22px;
  }

  .suggest__spans span:nth-child(1) {
    font-size: 17px;
    line-height: 16px;
  }

  .suggest__vz {
    width: 17px;
  }

  .suggest__title {
    margin-right: 20px;
    margin-left: 15px;
  }

  .suggest__left {
    flex-basis: 290px;
  }

  .suggest__button {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (max-width: 684px) {
  .suggest__block {
    flex-wrap: wrap;
  }

  .suggest__text {
    margin-left: 30px;
    flex-basis: 30%;
    margin-right: 30px;
  }

  .suggest__title {
    margin-right: 35px;
    margin-left: 35px;
  }
}

@media (max-width: 540px) {
  .suggest__text {
    flex-basis: 100%;
    text-align: center;
    margin: 10px 25px;
    display: block;
  }

  .suggest__left {
    flex-basis: 290px;
    margin: auto;
  }

  .suggest__title {
    margin-left: 0px;
  }
}

@media (max-width: 380px) {
  .suggest__title {
    margin-right: 20px;
  }

  .suggest__left {
    flex-basis: 270px;
  }
}

@media (max-width: 320px) {
  .suggest__foto {
    flex-basis: 140px;
  }

  .suggest__title {
    margin-right: 12px;
  }

  .suggest__left {
    flex-basis: 245px;
  }
}

/* конец блок предложени дня над блоком сортировка */
.text-first-mani {
  border: 4px solid transparent;
  border-image: linear-gradient(#f5961f, #fee600);
  -moz-border-image: -moz-linear-gradient(#0b0e7f, #0b95dd);
  -webkit-border-image: -webkit-linear-gradient(#f5961f, #fee600);
  border-image-slice: 1;
  padding: 19px 15px;
}

.text-first-mani p {
  margin: 0;
}

.pb-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.acrhive-content .pb-3 {
  gap: 10px;
}

@media (max-width: 620px) {
  .new_style_one {
    flex-basis: 100%;
  }
}

.card-rounded2 {
  border-radius: 25px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .card-rounded2 {
    border-radius: 15px;
  }
}
.sidebar .box_list__img {
  top: 3px;
  left: 3px;
}
aside.sidebar .box_list p.title {
  margin: 0;
}
aside.sidebar .box_list {
  padding-top: 18px;
}
/* стр о проекте */
.op-block-1__text:first-letter {
  color: #63a253;
}
.op-block-1__text span {
  font-size: 20px;
  font-weight: 600;
}
.op-block-1 {
  display: flex;
  justify-content: center;
  background: url(img/fon-op-1.jpg) no-repeat;
  background-position: center 0;
  padding: 40px 0;
  margin-bottom: 30px;
}
.op-block-1__left {
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
  flex-basis: 35%;
  flex-shrink: 0;
  background: #ffffffe3;
  padding: 35px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.op-block-1__right {
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
  flex-basis: 35%;
  flex-shrink: 0;
  font-size: 20px;
  background: #ffffffe3;
  display: flex;
  align-items: center;
  padding: 35px;
}
.op-block-1__text {
  margin: 0;
}
.op-block-1 ul {
  margin: 0;
  padding-left: 0;
}
.op-block-1 ul li span {
  font-weight: 600;
  color: #363636;
  text-decoration: underline;
}
.op-block-1 ul li:not(:last-child) {
  margin-bottom: 15px;
}
.op-block-1 ul {
  list-style-image: none;
  list-style: none;
}
.op-block-1 ul li {
  padding-left: 45px;
  margin-left: 10px;
  line-height: 20px;
}
.op-block-1 ul li:nth-child(1) {
  background: url("img/ico-op-01.svg") no-repeat;
  background-size: 5%;
  background-position: 0px center;
}
.op-block-1 ul li:nth-child(2) {
  background: url("img/ico-op-02.svg") no-repeat;
  background-size: 5%;
  background-position: 0px center;
}
.op-block-1 ul li:nth-child(3) {
  background: url("img/ico-op-03.svg") no-repeat;
  background-size: 5%;
  background-position: 0px center;
}
.op-block-1 ul li:nth-child(4) {
  background: url("img/ico-op-04.svg") no-repeat;
  background-size: 5%;
  background-position: 0px center;
}
.op-block-1 ul li:nth-child(5) {
  background: url("img/ico-op-05.svg") no-repeat;
  background-size: 5%;
  background-position: 0px center;
}
.op h2:first-letter {
  color: #63a253;
}
.op-block-2 ul {
  list-style-image: none;
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 30px;
  padding-top: 10px;
}
.op-block-2 ul li {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding-left: 45px;
  line-height: 20px;
}
.op-block-2 ul li:not(:last-child) {
  margin-bottom: 15px;
}
.op-block-2 ul li:nth-child(1) {
  background: url(img/op-icon-1.svg) no-repeat;
  background-size: 35px;
  background-position: 0 center;
}
.op-block-2 ul li:nth-child(2) {
  background: url(img/op-icon-2.svg) no-repeat;
  background-size: 35px;
  background-position: 0 center;
}
.op-block-2 ul li:nth-child(3) {
  background: url(img/op-icon-3.svg) no-repeat;
  background-size: 35px;
  background-position: 0 center;
}
.op-block-2 {
  background: #bcb8b1a1;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.op-block-4 {
  padding: 0 30px;
  margin-bottom: 30px;
}

.op-block-4 ul {
  list-style-image: none;
  list-style: none;
  margin: 0;
  width: 65%;
}
.op-block-4 ul li,
.op-block-5 ul li {
  background: url(img/galka.svg) no-repeat;
  background-size: 20px;
  background-position: 0px 12px;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.op-block-4 ul li:not(:last-child),
.op-block-5 ul li:not(:last-child) {
  border-bottom: 1px solid #aeaeae;
}
.op-block-3 {
  padding: 50px 30px;
  margin-bottom: 10px;
}
.swiper-block {
  position: relative;
}
.op-article {
  width: 100%;
}
.op-block-3 .swiper-button-prev {
  background-image: url(img/arrow/left-arrow.png);
  left: -30px;
}

.op-block-3 .swiper-button-next {
  background-image: url(img/arrow/right-arrow.png);
  right: -30px;
}
.op-block-5 {
  background: #bcb8b126;
  padding: 30px;
  margin-bottom: 30px;
}

.op-block-5__mini:not(:last-child) {
  margin-bottom: 30px;
}
.op-block-5__mini2 {
  display: flex;
  align-items: flex-start;
}
.op-block-5__m-left {
  display: flex;
  flex-direction: column;
  flex-basis: 20%;
  flex-shrink: 0;
  flex-grow: 1;
}
.op-block-5__m-right {
  flex-basis: 80%;
  flex-shrink: 0;
  flex-grow: 1;
  padding: 0 40px;
}
.op-block-5 ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style: none;
}
.op-block-5__red {
  color: #c04141;
}

.op-block-5__title {
  font-size: 26px;
  color: #565656;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
.op-block-5__title:first-letter {
  color: #c04141;
}
.op h2:first-letter {
  color: #63a253;
}
.op-block-6 {
  padding: 30px;
  margin-bottom: 30px;
}
.op-block-6__all {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.op-block-6__all:not(:last-child) {
  margin-bottom: 50px;
}
/* .op-block-6__all::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #fe0000 0%, #fe0000 15%, #ffc41f 20%, #ffc41f 35%,  #3ab54a 40%, #3ab54a 55%, #0072bb 60%, #0072bb 75%, #92278f 80%);
  bottom: 0;
}
.op-block-6__all-2::after {
  background: linear-gradient(90deg, #92278f 0%, #92278f 15%, #0072bb 20%, #0072bb 35%,  #3ab54a 40%, #3ab54a 55%, #ffc41f 60%, #ffc41f 75%,  #fe0000 80%);
}
.op-block-6__all-3::after {
  background: linear-gradient(90deg, #fe0000 0%, #fe0000 75%, #ffc41f 90%);
  width: 50%;
} */

.op-block-6__mini {
  flex-basis: 18%;
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 40px;
  padding-top: 15px;
  margin-bottom: 30px;
}

.op-block-6__mini span {
  position: absolute;
  left: -2px;
  bottom: 0;
  padding: 0 10px;
  color: white;
  font-weight: 600;
  z-index: 1;
}
.op-block-6__1 span {
  background: #fe0000;
}
.op-block-6__1 {
  border-left: 2px solid #fe0000;
}
.op-block-6__2 span {
  background: #ffc41f;
}
.op-block-6__2 {
  border-left: 2px solid #ffc41f;
}
.op-block-6__3 span {
  background: #3ab54a;
}
.op-block-6__3 {
  border-left: 2px solid #3ab54a;
}
.op-block-6__4 span {
  background: #0072bb;
}
.op-block-6__4 {
  border-left: 2px solid #0072bb;
}
.op-block-6__5 span {
  background: #92278f;
}
.op-block-6__5 {
  border-left: 2px solid #92278f;
}
.op-block-6__1::after,
.op-block-6__2::after,
.op-block-6__3::after,
.op-block-6__4::after,
.op-block-6__5::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  bottom: 0;
}
.op-block-6__1::after {
  background: linear-gradient(90deg, #fe0000 0%, #fe0000 75%, #ffc41f 100%);
}
.op-block-6__2::after {
  background: linear-gradient(90deg, #ffc41f 0%, #ffc41f 75%, #3ab54a 100%);
}
.op-block-6__3::after {
  background: linear-gradient(90deg, #3ab54a 0%, #3ab54a 75%, #0072bb 100%);
}
.op-block-6__4::after {
  background: linear-gradient(90deg, #0072bb 0%, #0072bb 75%, #92278f 100%);
}
.op-block-6__5::after {
  background: linear-gradient(90deg, #92278f 0%, #92278f 75%, #fe0000 100%);
}

.op-block-6 ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style: none;
}
.op-block-6 ul li {
  background: url(img/galka.svg) no-repeat;
  background-size: 10px;
  background-position: 0 3px;
  padding-left: 15px;
  padding-right: 10px;
  margin-left: 20px;
  line-height: 15px;
}
.op-block-6 ul li:not(:last-child) {
  margin-bottom: 5px;
}
.op-block-7,
.op-block-8 {
  padding: 0 30px;
  margin-bottom: 30px;
}
.op-block-8__all {
  display: flex;
}
.op-block-8__bl {
  flex-basis: 20%;
  flex-shrink: 0;
  margin-right: 40px;
}
.op-block-8__bl img {
  cursor: pointer;
}
.op-block-8 ul {
  padding-left: 20px;
  line-height: 19px;
  list-style-image: none;
}
.op-block-8 ul li:not(:last-child) {
  margin-bottom: 10px;
}
.op-block-7__mini {
  margin: 0 15px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  /* border-bottom: 1px solid #aeaeae; */
  flex-basis: 22%;
  flex-grow: 1;
  flex-direction: column;
  padding: 0 20px 10px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
  background: #f6f6f64f;
}

.op-block-7__mini p {
  margin: 0;
}
.op-block-7__mini-right {
  padding: 0 30px;
}
.op-block-7__mini span {
  text-align: end;
  line-height: 15px;
  padding: 10px;
  display: block;
  color: #565656;
}
.op-block-7__name {
  font-weight: 600;
  font-size: 20px;
}
.op-block-7__opis {
  font-size: 15px;
}
.op-block-7__flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width: 75%;
}
.op-block-7__mini img {
  width: 100%;
}
.op h2 {
  line-height: 29px;
}
@media (max-width: 1600px) {
  .op-block-1__left {
    flex-basis: 40%;
  }
  .op-block-1__right {
    flex-basis: 40%;
  }
}
/* конец стр о проекте */
.bottom-block.in-post{
  padding: 0;
}
.in-post .h2{
  margin: 30px 0 10px;
}
.in-post .boxes .box-news {
  width: 48%;
}
.in-post .boxes{
  margin-bottom: -30px;
}
.slider_op{
  position: relative;
}

/* Адаптивные таблицы */

table.resp-table {
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.resp-table tr {
    background-color: #fff;
}
table.resp-table th, table.resp-table td {
    text-align: left;
    padding: 10px;
    border: 1px solid #ff8e00;
}

table.resp-table th {
    font-weight: bold;
    background-color: #63a253;
    color: #fff;
    width: 20%;
}

table.resp-table th a {
    color: #fff;
}

@media screen and (max-width: 649px) {
    table.resp-table th {
	    width: 100%;
    }
    table.resp-table tr{
	display: block;
	margin-bottom: 20px;
    }
    table.resp-table th, table.resp-table td{
	display: block;
	border: 1px solid #ff8e00;
	text-align: center;
    }
}

.resp-tab-wrap {
  margin-bottom: 20px;
  overflow-x: auto;
}

table.resp-tab-top {
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table.resp-tab-top tr {
  padding: 5px;
  background-color: #fff;
}

table.resp-tab-top th,
table.resp-tab-top td {
  padding: 10px;
  border: 1px solid #ff8e00;
  text-align: left;
  vertical-align: top;
}

table.resp-tab-top th {
  background-color: #63a253;
  color: #fff;
}

.resp-tab-top th.sort-ico span::after, .resp-tab-top th.asc span::after, .resp-tab-top th.desc span::after {
  content: "";
  background-image: url(img/up_down_arrows.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  transform: translateY(3px);
  filter: invert(100%);
}

.resp-tab-top th.sort-ico span, .resp-tab-top th.asc span, .resp-tab-top th.desc span {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-width: 100px;
}

.pagination{
  margin-top: 30px;
  display: flex;
    justify-content: center;
}

.data-page{
  padding: 5px 9px;
  margin: 0 5px;
  cursor: pointer;
}

.paged_active{
  background-color: #d7d4d4;
  border-radius: 5px;
}


.litebox{
  cursor: pointer;
}



.topWindow {
  position: fixed;
  /* top: -260px; */
  z-index:1; /* Чтобы приклеенный элемент располагался над всеми остальными элементами страницы */
  width: 220px;
  }

  @media (max-width: 1200px) {
    .topWindow {
      width: 22%;
    }
  }

  .table-offer-content td, .table-offer-content th {
    width: 50%!important
}


/*Модуль звездный рейтинг*/

/*оценка в форме комментария*/
.flex-stars{
  display: flex;
  /*margin-bottom: -16px;*/
}
.rating-area {
overflow: hidden;
display: flex;
flex-direction: row-reverse;
}
.rating-area:not(:checked) > input {
display: none;
}
.rating-area:not(:checked) > label {
float: right;
width: 25px;
padding: 0;
cursor: pointer;
font-size: 32px;
line-height: 32px;
color: lightgrey;
text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
content: '★';
}
.rating-area > input:checked ~ label {
color: gold!important;
text-shadow: 1px 1px #c60!important;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
color: gold!important;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
color: gold!important;
text-shadow: 1px 1px goldenrod!important;
}
.rating-area > label:active {
position: relative;
}
/*вывод в карточке в листингах*/
.card_index .img-fluid,
.card-image .img-fluid,
.suggest__img {
  aspect-ratio: 35 / 22;
  width: 100%;
  object-fit: cover;
}
.box_list .rating-result {
  padding: 0;
  margin-top: 10px;
}
.rating-result-wrapper {
  display: flex;
  align-items: center;
}
.box_list .title{
  margin-bottom: 0;
}
.box_list .flex_res_block{
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  /* margin-top: -10px; */
  align-items: baseline;
}

.card_offer_title{
  margin-bottom: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card_index .flex_res_block{
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-left: 10px;
  padding-right: 15px;
  margin-bottom: 5px;
}
.box_list .flex_res_block .rating-result,  .card_index .flex_res_block .rating-result{
  margin-top: 0;
  display: flex;
  width: 90px;
}
.flex_res_block .rating-result{
  margin-right: 5px;
  /*padding: 0 5px;*/
}
.numb_rating{
  padding-left: 12px;
  width: 35px;
  padding-right: 5px;
  color: #181818;
  font-size: 14px;
}
.box_list .flex_res_block .numb_rating , .card_index .flex_res_block .numb_rating{
  padding-left: 0;
  padding-right: 0;
}
.comment-body .numb_rating{
  padding-left: 0;
  width: 0;
  padding-right: 0;
}
.comment-body .flex_res_block, .comment-body .rating-result{
  padding: 0;
}
.res_star {
	padding: 0;
	font-size: 19px;
  width: 16px;
	margin: 0;
	line-height: 1;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.card-top .image .res_star {
  font-size: 32px;
 /* color: #ffc900;
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;*/
  background-image: url(img/white_notfull_star.png);
  display: block;
width: 24px;
height: 24px;
background-size: cover;
}
.res_star:before {
/*	content: '★';*/
content: '';
background-image: url(img/star_noactive.png);
display: block;
width: 16px;
height: 16px;
background-size: cover;
opacity: .3;
}
.image .res_star:before{
  background-image: none;
}
.res_star.active {
	text-shadow: 1px 1px #c60;
  background-image: url(img/rating_star.png);
  display: block;
width: 16px;
height: 16px;
background-size: cover;
}
.res_star.active:before {
background-image: none;
}
.card-top .image .res_star.active {
  background-image: url(img/white_star.png);
  display: block;
width: 24px;
height: 24px;
background-size: cover;

 /* color: #fff;
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;*/
}
.card-top .image .flex_res_block{
  display: flex;
  align-items: baseline;
  width: 420px;
  margin-top: 11px;
  margin-bottom: 10px;
}
.rate_title{
  margin-right: 15px;
  font-size: 18px;
  color: black;
  font-weight: 700;
}
.card-top .image .numb_rating{
display: none;
}
.card-top .image{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image .img-logo {
  width: 420px;
}
.rewiews_odobrenie{
  display: flex;
  width: 420px;
  align-items: baseline;
}
.rewiews_odobrenie_title{
  margin-right: 11px;
  font-size: 18px;
  color: black;
  font-weight: 700;
}
.max_rate{
  margin-left: 3px;
  font-size: 16px;
  color: black;
}
.rewiews_count .reviews-icon {
  margin-right: 2px;
  width: 15px;
  height: 15px;
}

.res_star.half_star:after {
  content: '';
  background-image: url(img/halfstar.png);
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;
 

  color: gold;
  position: absolute;
  /*margin-left: -15.83px;*/
  overflow: hidden;
  text-shadow: none;
 /* width: 7.92px;*/
}
.res_star.not_full_star25:after {
  content: '';
  background-image: url(img/halfstar.png);
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;


  color: gold;
  position: absolute;
  /*margin-left: -15.83px;*/
  overflow: hidden;
  text-shadow: none;
  /*width: 3.96px;*/
}
.res_star.not_full_star49:after {
 content: '';
  background-image: url(img/halfstar.png);
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;
  

  color: gold;
  position: absolute;
  /*margin-left: -15.83px;*/
  overflow: hidden;
  text-shadow: none;
 /* width: 6.33px;*/
}
.res_star.not_full_star75:after {
   content: '';
  background-image: url(img/halfstar.png);
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;

  color: gold;
  position: absolute;
 /* margin-left: -15.83px;*/
  overflow: hidden;
  text-shadow: none;
 /* width: 10.5px;*/
}
.res_star.not_full_star25::before{
  background-image: none;
}
.res_star.not_full_star25:before,  .res_star.not_full_star49:before, .res_star.not_full_star75:before , .res_star.half_star:before,
.card-top .image .res_star.half_star:before, .card-top .image .res_star.not_full_star25:before, 
.card-top .image .res_star.not_full_star49:before, .card-top .image .res_star.not_full_star75:before{
  background-image: none;
  width: 0;
  height: 0;
  }
.card-top .image .res_star.half_star:after, .card-top .image .res_star.not_full_star25:after, 
.card-top .image .res_star.not_full_star49:after, .card-top .image .res_star.not_full_star75:after{
  /*color: #fff;
  margin-left: -26.66px;*/
  background-image: url(img/halfstar_white.png);
  width: 24px;
  height: 24px;
}
/*.card-top .image .res_star.half_star:after{
  width: 13.33px;
}
.card-top .image .res_star.not_full_star49:after{
  width: 10.66px;
}
.card-top .image .res_star.not_full_star25:after{
width: 6.67px;
}
.card-top .image .res_star.not_full_star75:after{
  width: 18.5px;
}*/

.rewiews_stats{
  display: block;
  width: 200px;
  height: 5px;
  background-color: lightgray;
  position: relative;
}
.rewiews_stats_active{
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  background-color: #47ad2d;
}
.rewiews_stats_procent{
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .image .img-logo, .card-top .image .flex_res_block, .rewiews_odobrenie{
    width: 312px;
  }
 /* .card-top .image .res_star {
    font-size: 22px;
  }
  .card-top .image .res_star.half_star:after, .card-top .image .res_star.not_full_star25:after, 
  .card-top .image .res_star.not_full_star49:after, .card-top .image .res_star.not_full_star75:after{
    margin-left: -18.33px;
  }
  .card-top .image .res_star.half_star:after{
    width: 9.17px;
  }
  .card-top .image .res_star.not_full_star49:after{
    width: 7.33px;
  }
  .card-top .image .res_star.not_full_star25:after{
  width: 4.58px;
  }
  .card-top .image .res_star.not_full_star75:after{
    width: 12.83px;
  }*/
}
@media (max-width: 767px) {
  .image .img-logo, .card-top .image .flex_res_block , .rewiews_odobrenie {
    width: 420px;
  }
}
@media (max-width: 480px) {
  .image .img-logo, .card-top .image .flex_res_block , .rewiews_odobrenie {
    width: 280px;
  }
  .rate_title {
    margin-right: 10px;
    font-size: 15px;
  }
  .max_rate {
    font-size: 13px;
  }
  .rewiews_odobrenie_title {
    font-size: 15px;
  }
  .rewiews_stats_procent {
	font-size: 13px;
  }
}
/*Конец звездного рейтинга*/
.cld-like-dislike-wrap {
  margin-bottom: 8px!important;
      width: 100%!important;
    display: flex!important;
    justify-content: flex-end!important;
}
.cld-common-wrap {
  min-width: 35px!important;
}
.reply{
  margin-top: -32px!important;
}
.rewiews_count{
  font-size: 14px;
  color: #9a9a9a;
}

.fa-thumbs-up{
  color: #63a253!important;
}
.fa-thumbs-up:hover{
   transform: translateY(-2.5px)!important;
   transition: 0.1s ease-in!important;
}
.fa-thumbs-down:hover{
  transform: translateY(2.5px)!important;
  transition: 0.1s ease-in!important;
}

.no_rate_class{
  margin-top: 27px;
}

.mt-50{
  margin-top: 50px;
}

.btn-like:hover{   
  transform: translateY(-2.5px)!important;
  transition: 0.1s ease-in!important;
}

.btn-dislike:hover{   
  transform: translateY(2.5px)!important;
  transition: 0.1s ease-in!important;
}

.likes-dislikes .btn-like{
  background: url('data:image/svg+xml,\<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="thumbs-up" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-thumbs-up fa-w-16 fa-7x"><path fill="forestgreen" d="M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z" class=""></path></svg>')!important;
}
.likes-dislikes .btn-dislike{
  background: url('data:image/svg+xml,\<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="thumbs-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-thumbs-down fa-w-16 fa-7x"><path fill="orange" d="M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z" class=""></path></svg>')!important;
}
.btn-like, .btn-dislike{
width: 20px;
height: 20px;
margin: 0 8px;
cursor: pointer;
}
.likes-dislikes{
  display: flex;
}
.likes-block, .dislikes-block{
  display: flex;
}

.likes-dislikes .pk-plus-count{
 color: #63a253;
}
.likes-dislikes .pk-minus-count{
  color: #f5961f;
}

.comment .flex_res_block .rating-result, .image .rating-result, .comment .rating-result{
display: flex;
}


.flex-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 500px) {
.flex-block{
  flex-direction: column;
}
.post-listing .flex-block{
  align-items: baseline;
  margin-top: 15px;
}
}
.post-view img{
  width: 23px;
  height: 23px;
  margin-right: 8px;
}

.post-listing p{
  margin-bottom: 8px!important;
}

.time-post, .post-listing .post-view{
  color: #9a9a9a;
}

.block-gradient{
  position: absolute;
  background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(250,250,250,0.1) 35%);
width: 100%;
bottom: 0;
height: 70%;
}
.bottom-block-news{
  position: absolute;
  padding: 0 4px;
  bottom: 0;
  height: 26px;
}

.bottom-block-news .time-post{
color: #fff;
}

.bottom-right-block{
  left: 0;
}

.bottom-left-block{
  right: 0;
}

.bottom-block-news .wpulike-updown-voting{
 padding-top:0!important;
 padding-bottom:0!important;
}

.bottom-block-news .wp_ulike_btn_up:after, .bottom-block-news .btn-like{
  background: url('data:image/svg+xml,\<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="thumbs-up" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-thumbs-up fa-w-16 fa-7x"><path fill="white" d="M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z" class=""></path></svg>')!important;
}

.bottom-block-news .wp_ulike_btn_down:after, .bottom-block-news .btn-dislike{
  background: url('data:image/svg+xml,\<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="thumbs-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-thumbs-down fa-w-16 fa-7x"><path fill="white" d="M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z" class=""></path></svg>')!important;
}

.bottom-block-news .count-box{
  color: #fff;
  padding: 0 9px;
}


.post-listing .likes-dislikes .pk-container, .bottom-block-news .likes-dislikes .pk-container .count-new-likes, .bottom-block-news .likes-dislikes .pk-container .count-new-dislikes, .bottom-block-news .likes-dislikes .pk-container .l, .bottom-block-news .likes-dislikes .pk-container .d{
  font-size: 0!important;
}
.post-listing .likes-dislikes{
  display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}


.bottom-block-news .likes-dislikes .pk-plus-count{
  color: #fff!important;
  font-size: 15px;
  opacity: 0.7;
 }
 .bottom-block-news .likes-dislikes .pk-minus-count{
   color: #fff!important;
   font-size: 15px;
   opacity: 0.7;
 }

 .bottom-block-news .btn-like, .bottom-block-news .btn-dislike{
  width: 18px;
  height: 18px;
  opacity: 0.7;
  }

  .bottom-block-news .time-post{
    font-size: 15px;
    opacity: 0.7;
  }

/* Нижний блок с подборками */

section.collections {
    padding-top: 50px;
}
.block-collections {
    max-width: 1430px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.block-collections__content {
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.block-collections__title {
    margin-bottom: 20px;
    font-size: 28px;
    
    line-height: 1.5;
}

.block-collections__title a {
    text-decoration: none;
    transition: 0.2s;
    color: #565656;
    font-weight: 500;
}
.block-collections__title a:hover {
    color: #47ad2d;
}

.block-collections__grid-wrapper {
    display: flex;
    justify-content: center;
}

.block-collections__grid {
    display: grid;
    grid-template-columns: repeat(4, 290px);
    grid-template-rows: repeat(2, auto);
    gap: 30px;

    grid-template-areas:
        "item01 item02 item03 item04"
        "item05 item05 item06 item06"
    ;
}

.grid-item-01 { grid-area: item01; }
.grid-item-02 { grid-area: item02; }
.grid-item-03 { grid-area: item03; }
.grid-item-04 { grid-area: item04; }
.grid-item-05 { grid-area: item05; }
.grid-item-06 { grid-area: item06; }

.block-collections__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 290px));
    grid-template-rows: repeat(2, auto);
    gap: 30px;
    grid-auto-rows: auto;

    grid-template-areas:
        "item01 item02 item03 item04"
        "item05 item05 item06 item06"
    ;
}

.collection-card {
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    background: #FFFFFF;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.collection-card__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    border-radius: 0px 0px 10px 10px;
    background: #63A253;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);

    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;

    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.collection-card__title img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.collection-card__content {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.collection-card__content ul {
    padding-left: 0;
}

.collection-card__content ul > * + * {
    margin-top: 10px;
}

.collection-card__content a {
    font-size: 18px;
    color: #212529;
    text-decoration: none;
    transition: 0.2s;
}

.collection-card__content a:hover {
    color: #47ad2d;
}

.collection-card.collection-card--big ul + ul {
    margin-left: 90px;
}

@media (max-width: 1430px) {
    .block-collections {
        max-width: 90%;
    }
}

@media (max-width: 1068px) {
    .block-collections__grid {
        grid-template-columns: repeat(3, 290px);
        grid-template-areas:
            "item01 item02 item03"
            "item04 item05 item05"
            "item06 item06 item06";
    }
}

@media (max-width: 949px) {
    .block-collections__grid {
        grid-template-columns: repeat(2, 290px);
        grid-template-areas:
            "item01 item02"
            "item03 item04"
            "item05 item05"
            "item06 item06";
    }
}

@media (max-width: 629px) {
    .block-collections__grid {
        grid-template-columns: 290px;
        grid-template-areas:
            "item01"
            "item02"
            "item03"
            "item04"
            "item05"
            "item06";
    }

    .collection-card__content {
        flex-direction: column;
        align-items: start;
        padding-left: 25%;
    }
    
    .collection-card.collection-card--big ul + ul {
        margin-left: 0;
    }
}

/* КОНЕЦ Нижний блок с подборками */

/* Блок перед футером с соцсетями */

.bottom_social {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #f7f5f5;
    text-align: center;
}

.home .bottom_social {
  margin-top: 0;
}

.bottom_social-p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #4c4c4c;
    line-height: 1;
    margin-bottom: 20px;
}

.bottom_social-text {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .bottom_social-p {
    	font-size: 18px;
    }
}

/* Новый footer */

.footer__wrapper {
      /*margin-bottom: 200px;*/
}

.footer__content {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    border-bottom: 2px solid #afdca4;
}

.footer__col {
    width: 20%;
}
.footer__col a {
    transition: all 0.2s;
}
.footer__col a:hover {
    color: #ff9800;
}

.footer__col--contacts {
    width: 30%;
}

.footer__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #efff72;
}

.footer__list, .footer__social {
    list-style: none;
    padding-left: 0;
}

.footer__list-item a {
    text-decoration: none;
    color: #fff;
}

.footer__list-item + .footer__list-item {
    margin-top: 10px;
}

.logo-footer {
  text-align: left;
}


.footer__contacts {
    margin-bottom: 20px;
}

.footer__contacts > * + * {
    margin-top: 20px;
}

.footer__contacts-row {
    display: flex;
    align-items: center;
}

.footer__contacts-row p {
    margin: 0 !important;
}

.footer__contacts-row p span {
    font-weight: 600;
}

.footer__contacts-row img {
    margin-right: 10px;
    width: 15px;
}

.footer__contacts-row a {
    color: #efff72;
}


.footer__social {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.footer__social > * + * {
    margin-left: 15px;
}

.footer__social img {
    width: 20px;
}

.footer__social a {
    transition: all 0.2s;
}

.footer__social a:hover {
    opacity: 0.7;
}


.footer__copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.copyright-new {
    width: 60%;
    color: #afdca4;
}

@media (max-width: 1024px) {
    .footer__content {
	flex-wrap: wrap;
    }
    .footer__col, .footer__col--contacts {
    	width: 50%;
	margin-bottom: 30px;
    }
    .footer__social > * + * {
    	margin-left: 20px;
    }
    .footer__social img {
    	width: 25px;
    }
    .footer__copyright {
	align-items: flex-start;
    }
    .copyright-new {
  	padding-top: 3px;
	width: 50%;
    }
}

@media (max-width: 767px) {
    .footer__col {
	    margin-bottom: 10px;
     	width: 100%;
	    text-align: center;
    }
    .footer__col--contacts {
    	margin-top: 30px;
	    width: 100%;
    }
    .footer__social {
  	justify-content: center;
    }
    .footer__contacts {
  	  display: flex;
  	  flex-direction: column;
  	  align-items: center;
    }
    .footer__copyright {
	    flex-direction: column;
    }
    .copyright-new {
	    margin-top: 20px;
  	  padding-top: 0;
	    width: 100%;
    }
}

@media (max-width: 469px) {
    .footer__content {
	padding-bottom: 0;
    }
    .footer__col--contacts img {
	display: none;
    }
    .footer__col--contacts span {
	display: block;
    }
}

@media (max-width: 379px) {
    .logo-footer p.txt {
  	font-size: 11px;
    }
    .footer__social {
	justify-content: space-around;
    }
    .footer__social li {
	margin-left: 0;
    } 
}

.min_val_sum-srok, .max_val_sum-srok {
  position: absolute;
  bottom: -23px;
}
.mini_text {
  font-size: 15px;
  margin: 0 5px;
  font-family: Verdana, sans-serif;
  color: #fff;
}
.min_val_sum-srok {
  left: 0;
}
.max_val_sum-srok {
  right: 0;
}

.infografika .slider span.ui-slider-handle{
  height: 30px!important;
  margin-top: 2px!important;
}

.infografika .slider input {
  width: 90%;
}
.slider .sum-srok{
  width: 30%;
}
.infografika .slider-potreb .ui-slider{
  transform: translateY(9px);
}

.bottom_social-p{
  margin-bottom: 0;
}
.page_info .score{
  flex-direction: row!important;
  align-items: baseline;
  justify-content: center;
    height: 40px;
    margin-bottom: 0;
}
.page_info .pk-plus-add{
  order: 0;
  width: 20px!important;
  background: none!important;
  /*background: url('data:image/svg+xml,\<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="thumbs-up" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-thumbs-up fa-w-16 fa-7x"><path fill="forestgreen" d="M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z" class=""></path></svg>')!important;
*/}
.page_info .pk-plus-add::before{
  content: "Да";
  color: #228b22;
}
.page_info .score .arrow{
  opacity: 1!important; 
}
.page_info .pk-minus-add::before{
  content: "Нет";
  color: #ffa500;
}
.post {
  margin-bottom: 30px;
}
/*.post_info .score .arrow.dis {
  transform: rotate(0deg)!important; 
}*/
.page_info .pk-minus-add{
  order: 2;
  width: 20px!important; 
  background: none!important;
  /*background: url('data:image/svg+xml,\<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="thumbs-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-thumbs-down fa-w-16 fa-7x"><path fill="orange" d="M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z" class=""></path></svg>')!important;
*/}
.page_info .count.l{
  order: 1;
  color: #228b22!important; 
  margin: 0 7px!important;
}
.page_info .count.d{
  order: 3;
  color: #ffa500!important; 
  margin: 0 12px!important;
}



.stati_likes .score{
  display: flex;
  flex-direction: row!important;
  align-items: baseline;
  justify-content: flex-end;
  height: 40px;
  margin-top: 8px;
}
.stati_likes .pk-plus-add, .home_like i::before{
  cursor: pointer;
  order: 0;
  display: block;
  width: 18px!important;
  height: 18px!important;
  content: ""!important;
  background: url('data:image/svg+xml,\<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="thumbs-up" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-thumbs-up fa-w-16 fa-7x"><path fill="forestgreen" d="M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z" class=""></path></svg>')!important;
}
.stati_likes .pk-plus-add:hover{
  transform: translateY(-3px);
  transition: .2s ease-in;
}
.stati_likes .pk-minus-add:hover{
  transform: translateY(3px);
  transition: .2s ease-in;
}
.stati_likes .pk-minus-add, .home_dislike i::before{
  cursor: pointer;
  order: 2;
  display: block;
  width: 18px!important;
  height: 18px!important;
  content: ""!important;
  background: url('data:image/svg+xml,\<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="thumbs-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-thumbs-down fa-w-16 fa-7x"><path fill="orange" d="M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z" class=""></path></svg>')!important;
}
.stati_likes .count.l{
  order: 1;
  color: #228b22!important; 
  margin: 0 10px 0 5px;
}
.stati_likes .count.d{
  order: 3;
  color: #ffa500!important; 
  margin: 0 5px!important;
}

.bottom-block-news .stati_likes .score{
 margin-top: 0;
}
.bottom-block-news .stati_likes .pk-plus-add{
  width: 18px!important;
  height: 18px!important;
  background: url('data:image/svg+xml,\<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="thumbs-up" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-thumbs-up fa-w-16 fa-7x"><path fill="Silver" d="M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z" class=""></path></svg>')!important;
}
.bottom-block-news .stati_likes .pk-minus-add{
  width: 18px!important;
  height: 18px!important;
  background: url('data:image/svg+xml,\<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="thumbs-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-thumbs-down fa-w-16 fa-7x"><path fill="Silver" d="M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z" class=""></path></svg>')!important;
}
.bottom-block-news .stati_likes .count.l{
  order: 1;
  color: #cbcbcb!important; 
  margin: 0 5px 0 5px;
}
.bottom-block-news .stati_likes .count.d{
  order: 3;
  color: #cbcbcb!important; 
  margin: 0 5px!important;
}

/* СТИЛИ СТРАНИЦЫ КАЛЬКУЛЯТОРА */
.calc-container {
  max-width: 1300px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.calc-content {
  padding: 30px 100px 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #f3f3f3;
}
section.post .calc-content .post_info {
  width: 10%;
  max-width: 75px;
  padding: 10px 10px;
  background: #ffffff;
  /* margin-left: 20px; */
  border: 1px solid #efefef;
  margin-top: -35px;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  position: sticky;
  top: 15px;
}
section.post .calc-content article {
  padding: 30px 50px 50px;
  width: 90%;
  max-width: 1100px;
  background-color: #ffffff;
}
div.calc-content h1::first-letter {
  color: #63a253;
}
.calculator__heading {
  margin-bottom: 10px;
}
.calculator__desc {
  margin-bottom: 40px;
}
.calculator__desc p {
  font-size: 18px;
  line-height: 1.5;
  color: #212529;
}
.calculator__desc p + p {
  margin-top: 10px;
}
.calculator__title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #212529;
}

/* TABS */
.calculator-tabs {
  /*margin-bottom: 40px;*/
  padding-top: 5px;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
.calculator-tabs__nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
.calculator-tabs__nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  background: #ffebcd;
  opacity: 0.5;
}
.calculator-tabs__nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  height: 60px;
  width: 100%;
  text-decoration: none;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #212529;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.calculator-tabs__nav img {
  margin-right: 10px;
}
.calculator-tabs__item {
  display: none;
  padding: 30px 50px 40px;
}
.calculator-tabs__item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.calculator-tabs__item:nth-child(2n) {
  display: block;
}
li.current {
  opacity: 1;
  background: #76bf64;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15);
}
li.current a {
  color: #fff;
  transition: 0.2s;
}
.calculator-tabs__content-wrapper {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
/* FORM */
.calculator-form > * + * {
  margin-top: 20px;
}
.calculator-form .slider {
  justify-content: start;
  align-items: end;
  background: #fff;
}
.calculator-form .mini_text {
  font-family: 'PT Sans', sans-serif;
  color: #212529;
}
.criterion-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.field-wrapper {
  width: 260px;
  margin-right: 30px;
}
.calculator-form .slider .sl {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 60%;
  height: 20px;
}
.calculator-form .slider input {
  width: 100%;
}
.calculator-form .slider span.ui-slider-handle{
  width: 20px;
  margin-top: -2px !important;
}
.calculator-form .slider .min_val_sum-srok,
.calculator-form .slider .max_val_sum-srok {
  top: -35px;
}
.field-wrapper label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
}
.field-wrapper input {
  display: block;
  outline: none;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance:textfield;
}
.calculator-button {
  display: block;
  outline: none;
  margin-top: 40px;
  width: 250px;
  height: 48px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s;
}
a.calculator-button {
  text-decoration: none;
}
.calculator-button--green {
  margin-left: auto;
  margin-right: auto;
  background: #63a253;
}
.calculator-button--orange {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff9900;
}
.calculator-button--green:hover {
  background: #4f923e;
  color: #fff;
}
.calculator-button--orange:hover,
.calculator-button--orange:focus {
  background: #fdae38;
  color: #fff;
}
.calculation-block {
  display: none;
  padding: 40px 30px 40px 50px;
  border-top: 1px solid #c4c4c4;
  justify-content: space-between;
}
.calculation-block__content {
  width: 40%;
}
.calculation-block__row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #c4c4c4;
}
.calculation-block__row + .calculation-block__row {
  margin-top: 30px;
}
.calculation-block__text {
  line-height: 1;
}
.calculation-block__value {
  font-weight: 600;
  line-height: 1;
}
.calculation-block__diagram {
  display: flex;
  justify-content: space-between;
  width: 415px;
  color: #212529;
}
.calculation-diagram__desc > * + * {
  margin-top: 20px;
}
.calculation-diagram__value {
  cursor: pointer;
}
.calculation-diagram__text,
.calculation-diagram__summ {
  display: block;
}
.calculation-diagram__text {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.calculation-diagram__text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 5px;
}
.calculation-diagram__text--overpayment::before {
  background-color: #ff9900;
}
.calculation-diagram__text--credit::before {
  background-color: #41922d;
}
.calculation-diagram__summ {
  padding-left: 20px;
  font-weight: 600;
  font-size: 18px;
}

/* Diagram calculation */
.calculation-diagram {
  margin-top: -20px;
  width: 240px;
}
.calculation-diagram__chart {
  width: 240px;
}
.calculation-diagram__unit {
  fill: none;
  stroke-width: 5;
  animation-name: render;
  animation-duration: 1.5s;
  transition-property: all; 
  transition-duration: 1.5s;
}
.calculation-diagram__unit:hover {
  opacity: 0.7;
  stroke-width: 7;
}
.calculation-diagram__unit:nth-child(1) {
  stroke: #41922d;
}
.calculation-diagram__unit:nth-child(2) {
  stroke: #ff9900;
}
.calculation-diagram__unit:nth-child(1) {
  stroke: #41922d;
  stroke-dasharray: 95 100; /* 95 - это сумма кредита (%) */
}
.calculation-diagram__unit:nth-child(2) {
  stroke: #ff9900;
  stroke-dasharray: 5 100; /* 5 - это переплата (%) */
  stroke-dashoffset: -95; /*сдвиг части круга, равен % кредита со знаком -*/
}
.hovered {
  opacity: 0.7;
  stroke-width: 7;
}
@keyframes render {
  0% {
      stroke-dasharray: 0 100;
  }
}

/* Listing */
.calculator-tabs.infografika{
  margin-bottom: 40px;
}
.calculator-listing {
  padding-bottom: 60px;
}
.calculator-listing__title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #565656;
}
.calculator-listing__content {
  margin-bottom: 30px;
}

/* Types */
.calculator-type {
  margin-bottom: 60px;
}
.calculator-type__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.calculator-type__item {
  width: 48%;
  padding: 20px 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background-size: 200% auto;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.calculator-type__item:hover {
  background-position: right center;
}
.calculator-type__item--orange {
  background-image: linear-gradient(135deg, #ff9900 0%, #fbed96 51%, #ff9900 100%);
}
.calculator-type__item--green {
  background-image: linear-gradient(135deg, #63a253 0%, #6fe696 51%, #63a253 100%);
}
.calculator-type__title {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
.calculator-type__title img {
  margin-right: 30px;
}
.calculator-type__desc {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
}
.calculator-type__desc img {
  margin-right: 30px;
}

/* Calc instruction */
.calculator-instruction__list {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.calculator-instruction__list.small-margin {
  margin-bottom: 30px;
}
.calculator-instruction__list li {
  background: #fff;
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 15px 10px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.calculator-instruction__list li:nth-child(even) {
  border: 2px solid transparent;
  border-image: linear-gradient(#f5961f, #fee600);
  -moz-border-image: -moz-linear-gradient(#f5961f, #fee600);
  -webkit-border-image: -webkit-linear-gradient(#f5961f, #fee600);
  border-image-slice: 1;
}
.calculator-instruction__list li:nth-child(odd) {
  border: 2px solid transparent;
  border-image: linear-gradient(#7ab36b, #e5ff10);
  -moz-border-image: -moz-linear-gradient(#7ab36b, #e5ff10);
  -webkit-border-image: -webkit-linear-gradient(#7ab36b, #e5ff10);
  border-image-slice: 1;
}
.calculator-instruction__list li span,
.calculator-instruction__list li .calculator-span {
  padding: 0 40px;
  display: block;
}
.calculator-instruction__list li:hover {
  z-index: 1;
}
.calculator-instruction__list li:before {
  position: absolute;
  top: -14px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: bold;
  color: #4d4d4d;
  background: #fff;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.calculator-instruction__list li:nth-child(odd):before {
  border: 2px solid #63a253;
}
.calculator-instruction__list li:nth-child(even):before {
  border: 2px solid #ff9900;
}
.calculator-instruction__list li:hover:before {
  color: #fff;
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
.calculator-instruction__list li:nth-child(odd):hover:before {
  border: 2px solid #63a253;
  background: #63a253;
}
.calculator-instruction__list li:nth-child(even):hover:before {
  border: 2px solid #ff9900;
  background: #ff9900;
}

.calculator-instruction__list li:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: width;
  transition-property: width;
  z-index: -1;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.calculator-instruction__list li:nth-child(odd):after {
  background: linear-gradient(
      180deg,
      rgba(122, 179, 106, 0.1) 0%,
      rgba(227, 254, 16, 0.1) 100%
  );
}
.calculator-instruction__list li:nth-child(even):after {
  background: linear-gradient(
      180deg,
      rgba(245, 150, 30, 0.1) 0%,
      rgba(253, 229, 0, 0.1) 100%
  );
}
.calculator-instruction__list li:hover:after {
  width: 100%;
}

/* Questions */
.questions-accordion {
  margin-bottom: 40px;
}
.text-botton .questions-accordion + * {
  margin-top: 20px;
}
.text-botton .questions-accordion {
	margin-bottom: 0;
}
.questions-accordion__header {
  position: relative;
  padding: 10px 60px 10px 30px;
  display: flex;
  align-items: center;
  background: #63a253;
  cursor: pointer;
  font-size: 18px;
  color: white;
  transition: all 0.3s;
}
.questions-accordion__header:hover {
  background: #41922d;
}
.questions-accordion__header img {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.questions-accordion__item {
  border-bottom: 1px solid #63a253;
}
.questions-accordion__item + .questions-accordion__item {
  margin-top: 5px;
}
.questions-accordion__body {
  background: #f3f3f3;
  color: #353535;
  display: none;
}
.questions-accordion__body-contents {
  padding: 20px 30px;
  font-size: 16px;
}
.questions-accordion__body-contents > * + * {
  margin-top: 10px;
}
.questions-accordion__item.active:last-child .questions-accordion__header {
  border-radius: none;
}
.questions-accordion:first-child
  > .questions-accordion__item
  > .questions-accordion__header {
  border-bottom: 1px solid transparent;
}
.questions-accordion__item > .questions-accordion__header:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  background-image: url("img/calculator/question-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s all;
  transform: rotate(0deg) translateY(-50%);
}
.questions-accordion__item.active > .questions-accordion__header:after {
  transform: rotate(-180deg) translateY(50%);
}
.questions-accordion__item.active .questions-accordion__header {
  background: #41922d;
}

@media (max-width: 1299px) {
  .calc-content {
    padding-right: 30px;
  }
  .calculator-tabs__nav li {
    width: 32%;
  }
  .calculator-tabs__nav a {
    font-size: 18px;
  }
  .calculator-tabs__nav img {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .calculator__heading h2,
  .calculator__heading .h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .calculator-type__title img {
    margin-right: 20px;
    width: 80px;
  }
  .calculation-block__diagram {
    flex-direction: column-reverse;
    width: 375px;
    align-items: center;
  }
  .calculation-diagram__desc {
    display: flex;
  }
  .calculation-block__content {
    width: 50%;
  }
  .calculation-diagram__desc > * + * {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (max-width: 1169px) {
  .calculator-form .slider .sl {
    width: 50%;
  }
  .calculator-tabs__item {
    padding: 30px 30px 40px;
  }
  .calculation-block {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  section.post .calc-content article {
    padding: 30px 20px 50px;
  }
  .calculator__desc p {
    font-size: 16px;
  }
  .calculator-tabs__nav a {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .calculator-type__item {
    padding: 20px 20px;
  }
  .calculator-type__title img {
    margin-right: 10px;
    width: 50px;
  }
  .calculator-type__title {
    font-size: 18px;
  }
}
@media (max-width: 899px) {
  .calculator-tabs__nav img {
    width: 25px;
    margin-right: 5px;
  }
  .calculation-block__diagram {
    justify-content: start;
    width: 275px;
  }
  .calculation-diagram__desc {
    flex-direction: column;
  }
  .calculation-block__content {
    width: 250px;
  }
  .calculation-block__row {
    flex-direction: column;
  }
  .calculation-block__value {
    margin-top: 10px;
  }
  .calculation-diagram__desc > * + * {
    margin-top: 10px;
    margin-left: 0;
  }
  .calculation-diagram__value {
    display: flex;
  }
  .calculation-diagram__summ {
    font-size: 16px;
  }
  .calculator-instruction__list li {
    padding: 10px 10px;
    font-size: 16px;
  }
  .field-wrapper {
    width: 230px;
  }
    .calculator-form .slider .sl {
    width: 40%;
  }
  .questions-accordion__header {
    font-size: 16px;
  }
}
@media (max-width: 789px) {
  section.post .calc-content .post_info {
    width: 8%;
  }
  .calculator-type__desc {
    font-size: 16px;
  }
  .calculator-type__desc img {
    margin-right: 15px;
    width: 80px;
  }
  .calculator-instruction__list li span,
  .calculator-instruction__list li .calculator-span {
    padding: 0 20px 0 40px;
  }
}
@media (max-width: 767px) {
  .calculation-block {
    flex-direction: column;
  }
  .calculation-block__row {
    flex-direction: row;
  }
  .calculation-block__content {
    width: 100%;
    margin-bottom: 40px;
  }
  .calculation-block__value {
    margin-top: 0;
  }
  .calculator-button--orange {
    margin-left: auto;
    margin-right: auto;
  }
  .calculation-block__diagram {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .calc-content {
    padding: 0;
    flex-direction: column;
  }
  section.post .calc-content .post_info {
    display: none;
    /*max-width: 100%;
    width: 100%;
    margin-top: -15px;
    right: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 10;*/
  }
  section.post .calc-content .post_info .score {
    flex-direction: row;
    padding-bottom: 0;
  }
  section.post .calc-content .post_info .views {
    padding: 0;
    border: none;
  }
  section.post .calc-content .post_info .social {
    padding: 0;
  }
  section.post .calc-content .post_info .ya-share2__container_size_m .ya-share2__item {
    margin-right: 10px !important;
  }
  section.post .calc-content article {
    padding: 30px 20px 0;
    width: 100%;
  }
  .field-wrapper {
    margin-right: 20px;
    width: 230px;
  }
  .calculator-form .slider .sl {
    width: 40%;
  }
}
@media (max-width: 599px) {
  .calculator-type__content {
    flex-direction: column;
  }
  .calculator-type__item {
    width: 100%;
  }
  .calculator-type__item + .calculator-type__item {
    margin-top: 20px;
  }
  .calculator-tabs__nav {
    flex-direction: column;
  }
  .calculator-tabs__nav > * + * {
    margin-top: 5px;
  }
  .calculator-tabs__nav li {
    width: 100%;
  }
  .calculator-tabs__item {
    margin-top: 5px;
  }
  .calculator-tabs__nav a {
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 564px) {
  .field-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .calculator-form .slider .sl {
    width: 100%;
    margin: 45px 0 10px;
  }
  .calculator-form .slider span.ui-slider-handle {
    left: 2.8%;
  }
}
@media (max-width: 475px) {
  .calculator__heading .h2 {
    font-size: 22px;
  }
  section.post .calc-content .post_info {
    flex-wrap: wrap;
 }
  section.post .calc-content .post_info .social {
    width: 100%;
    margin-top: 10px;
  }
  section.post .calc-content .post_info .ya-share2__list.ya-share2__list_direction_horizontal {
    display: flex;
    justify-content: center;
  }
  section.post .calc-content .post_info .ya-share2__container_size_m .ya-share2__item {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
}
@media (max-width: 430px) {
  .calculation-block__row {
    flex-direction: column;
  }
  .calculation-block__value {
    margin-top: 10px;
  }
  .calculator-button {
    font-size: 14px;
  }
}
@media (max-width: 413px) {
  .calculator-instruction__list li span,
  .calculator-instruction__list li .calculator-span {
    padding: 10px 0 0 10px;
  }
}
@media (max-width: 364px) {
  .calculator-button {
    width: 100%;
  }
  .calculation-diagram__value {
    display: block;
  }
}

/* КОНЕЦ СТИЛЕЙ СТРАНИЦЫ КАЛЬКУЛЯТОРА */

.calculator__form .top .pie {
  height: 270px;
}
.calculator__form .flex-between{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-top: 20px;
}
.calculator__form .slider {
  margin-top: 20px;
  align-items: end;
  background-color: #fff;
}
.calculator__form .flex-column {
  width: 49%;
}
.calculator__form .slider .sl {
  height: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 47%;
}
.calculator__form .top .mini_text {
  font-family: 'PT Sans', sans-serif;
  color: #212529;
}
.calculator__form .min_val_sum-srok, .calculator__form .max_val_sum-srok {
  top: -30px;
}
.calculator__form .slider span.ui-slider-handle {
  margin-top: -2px !important;
  width: 20px;
}


.result_calc.list_cards.item-3{
  justify-content: center;
  margin-top: 30px;
}
.result_calc.list_cards.item-3 .box_list{
  width: 19%;
  margin: 10px 5px;
}
/*.flex-between {
  display: flex;
  justify-content: space-between;
}*/


.modal-table{
  overflow: scroll!important;
  top: 15%;
  width: 85%;
  background: #fff;
  height: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
}
.table_to_pdf{
  width: 100%;
}
.modal-table .table-striped{
width: 100%;
text-align: center;
}

.modal-table .table-striped tr{
 height: 45px;
 width: 100%;
}
.modal-table .table-striped tr td{
  min-width: 25%;
}
.modal-table .table-striped tr td:first-child {
    color: #41922d;
    font-weight: 700;
    font-size: 13px;
}
.modal-table .table-striped tr th {
    line-height: 1;
}

.close_table{
  width: 22px;
  position: fixed;
  top: 6px;
  right: 6px;
  cursor: pointer;
  opacity: .6;
}

@media (max-width: 600px) {
	.modal-table{
    width: 100%;
    /*padding: 4px;*/
  }
}

.table__title{
    font-family: Roboto;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    color: #5A5A5A;
}
.offer-param{
  margin-top: 12px;
}
.export{
  cursor: pointer;
}
.pdf_img{
  margin-right: 7px;
}

.bold{
  font-weight: 700;
}
.list-none{
  display: none!important;
}
.listing__result.mini-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.listing__result .card.card_index{
  margin: 8px;
}

.listing__result .card_index .flex_res_block{
  align-items: center;
}
.listing__result.mini-cards .count {
  background: #f5ffd9;
  padding: 1px 15px;
}
.listing__result.mini-cards .count p span {
  color: #82ce32;
  font-weight: 600;
}
.interactive_calc{
  position: relative;
   width: 40%!important;

}
.interactive_calc, .interactive_calc_text{ /*менять только 2 отступа сразу, а то текст уедет*/
  padding-top: 50px;
}
.interactive_calc_text{
  font-family: 'Digital-7'; 
  font-size: 60px!important;
    position: absolute;
    top: 60px;
    right: 70px;
    transform: rotate(-3.5deg);
}
.calc-between {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: -45px;
}
.calc-p{
  margin-top: 35px!important;
  width: 75%;
  margin: 0 auto;
} 

.const_calc{
  padding: 6px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin: 0;
  color: #495057;
}

#infografika_mfo #slider_srok .form-control,
#infografika_mfo #slider_summa .form-control{
  margin-bottom: 10px!important;
}
.flex-between .flex-column{
  display: flex;
}

/* персональные консультации */
.comments {
  margin-top: 30px;
  margin-bottom: 30px;
}
.personal {
    width: 100%;
}
.personal.personal--contacts {

}
* + .personal {
  margin-top: 40px;
}
/*.personal .comment-form-cookies-consent {
    display: flex;
    align-items: start;
}
.personal .comment-form-cookies-consent input {
    margin-top: 3px;
    margin-right: 5px;
}*/
.personal .connect-form .form-group {
    margin-bottom: 1.5rem;
}
.personal .connect-form .form-group label {
    display: none;
}
.personal .connect-form .form-submit{
    margin-bottom: 0;
    text-align: end;
}

.personal__wrapper {
    display: flex;
    padding: 30px 5px;
    /*padding-top: 30px;
    padding-bottom: 30px;*/
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background: #47ad2d08;
}
section.post .main-content.main-content--contacts .personal.personal--contacts {
	width: 40%;
}
.personal.personal--contacts .personal__wrapper {
	padding: 0;
}

.personal__wrapper.personal__wrapper--support {
    display: block;
}
.personal__title {
    margin-bottom: 30px;
}
.personal__title .h3 {
    font-weight: 500;
    font-size: 22px;
}
.personal__img {
    margin-right: 30px;
    width: 30%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.personal__content > * + * {
    margin-top: 15px;
}
.personal__content-wrapper {
    display: flex;
}
.personal__content-wrapper:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px dashed #63a253;
}
.personal__content-wrapper img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.personal__text {
    margin-bottom: 0;
    font-size: 18px;
}
.personal__contacts {
    display: flex;
}
.personal__social {
    margin-right: 15%;
}
.personal__social-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
}
.personal__social-text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 18px;
    transition: 0.2s;
}
.personal__social-text, .personal__social-text:focus {
    color: #212529;
}
.personal__social-text:hover {
    color: #63a253;
}
.personal__social-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.personal__social-icons {
    display: flex;
    align-items: center;
}
.personal__social-icons > * + * {
    margin-left: 15px;
}

.personal__social-icons img {
    width: 30px;
    height: 30px;
}
.personal__social-icons a {
    transition: 0.2s;
}
.personal__social-icons a:hover {
    opacity: 0.6;
}

@media (max-width: 1506px) {
    .personal__contacts {
	flex-direction: column;
    }
    .personal__social {
  	margin-right: 0;
  	margin-bottom: 30px;
    }
}
@media (max-width: 1199px) {
    .personal__text {
	font-size: 16px;
    }
}
@media (max-width: 991px) {
.personal__img {
  margin-right: 20px;
  width: auto;
}
}

@media (max-width: 540px) {
    .personal {
  	padding: 20px 10px;
    }
    .personal__title .h3 {
  	font-weight: 400;
  	font-size: 20px;
    }
}
@media (max-width: 474px) {
    .personal__wrapper {
  	flex-direction: column;
    }
    section.post .main-content.main-content--contacts article .personal__img {
  	margin: 0 auto 20px;
 	width: 240px;
	height: 290px;
    }
    .personal__modal-window {
  	width: 380px;
	padding-left: 30px;
  	padding-right: 30px;
    }
}
@media (max-width: 379px) {
    .personal__social-icons img {
  	width: 25px;
  	height: 25px;
    }
    .personal__social-icons > * + * {
  	margin-left: 12px;
    }
    .personal__modal-window {
  	width: 300px;
    }
}

/* модалка обратного звонка */
.personal__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999999;
    overflow: hidden!important;
}
.personal__modal-window {
    position: relative;
    width: 430px;
    padding: 50px;
    background-color: #fff;
    border: 1px solid #212529;
}
.personal__modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.personal__modal-title {
    margin-bottom: 30px;
}
.personal__form input {
    display: block;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
    outline: none;
}
.personal__form input:focus {
    border: 2px solid #F5961F;
}
.personal__form-button {
    display: block;
    outline: none;
    width: 100%;
    height: 48px;
    border: none;
    background: #63a253;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s;
}
.personal__form-button:hover {
    background: #4f923e;
    color: #fff;
}
.personal__modal-window span {
    display: block;
    font-size: 14px;
    color: #565656;
}
.personal-hidden {
    display: none;
}

/* // персональные консультации */
.thanks{
  font-size: 24px;
}

.listing__result .rewiews_count{
  display: flex;
  align-items: center;
}


@media (max-width: 649px) {
    .calc-p {
  	width: 100%;
    }
}
@media (max-width: 480px) {
    .calc_podborki .calculator__form .flex-between {
	flex-direction: column;
    }
    .calc_podborki .calculator__form .flex-between > * + * {
	margin-top: 20px;
    }
    .calc_podborki .calculator__form .flex-column, .const_calc {
  	width: 100%;
    }
    .calc_podborki .calculator__form .slider .sl {
	width: 97%;
	margin-top: 35px;
  	margin-left: auto;
  	margin-right: auto;
    }
    .calc_podborki .calculator__form .slider .flex-column input {
  	width: 100% !important;
    }
}
@media (max-width: 361px) {
    .block-collections__title .h2 {
	font-size: 24px;
    }
    .block-collections__grid {
  	grid-template-columns: 250px;
    }
    .collection-card__content a {
  	font-size: 16px;
    }
}

/* стр Контакты */
section.post .main-content.main-content--contacts {
  width: 100%;
}
section.post .main-content.main-content--contacts article {
  width: 100%;
  max-width: unset;
  padding: 0;
}
section.post .main-content.main-content--contacts .contacts-page__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

section.post .main-content.main-content--contacts .personal {
  padding-top: 0;
  padding-bottom: 0;
  width: 58%;
}
section.post .main-content.main-content--contacts .personal .personal__wrapper {
  background: transparent;
  border-top: none;
  border-bottom: none;
}
section.post .main-content.main-content--contacts .personal .personal__wrapper span {
  display: block;
  white-space: normal; 
}
section.post .main-content.main-content--contacts .personal .personal__contacts {
  flex-direction: column;
}

section.post .main-content.main-content--contacts .personal .personal__social {
  margin-right: 0;
  margin-bottom: 30px;
}
section.post .main-content.main-content--contacts .personal div.personal__social-text:hover {
  cursor: default;
  text-decoration: none;
  color: unset;
}

section.post .main-content.main-content--contacts .contacts-page__address {
  width: 40%;
  padding: 30px 5px;
}
section.post .main-content.main-content--contacts .personal .personal__wrapper .personal__time .personal__social-text,
section.post .main-content.main-content--contacts .personal .personal__wrapper .personal__address .personal__social-text {
  align-items: start;
}
section.post .main-content.main-content--contacts .contacts-page__map {
  width: 100%;
  height: 100%;
}
section.post .main-content.main-content--contacts .contacts-page__form-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 20px;
}
section.post .main-content.main-content--contacts .contacts-page__form-wrapper .contacts-page__form {
  width: 60%;
}
section.post .main-content.main-content--contacts .contacts-page__form-wrapper .contacts-page__form-img {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.post .main-content.main-content--contacts .contacts-page__form-wrapper .contacts-page__form-img img {
  margin-top: -100px;
}
section.post .main-content.main-content--contacts .contacts-page__form .form-submit {
  text-align: right;
}
section.post .main-content.main-content--contacts .contacts-page__form .comment-form-cookies-consent {
  display: flex;
  /*align-items: flex-start;*/
}
section.post .main-content.main-content--contacts .contacts-page__form .comment-form-cookies-consent input {
  /*margin-right: 5px;
  margin-top: 3px;*/
} 

@media (max-width: 991px) {
  section.post .main-content.main-content--contacts .contacts-page__form-wrapper {
    flex-direction: column;
  }
  section.post .main-content.main-content--contacts .personal.personal--contacts {
    width: 100%;
  }
  section.post .main-content.main-content--contacts .contacts-page__wrapper {
	flex-direction: column;
	margin-bottom: 30px;
  }
  section.post .main-content.main-content--contacts .personal {
	width: 100%;
	padding: 0;
  }
  section.post .main-content.main-content--contacts .contacts-page__address {
  	width: 100%;
  	padding: 0 0 30px;
  }
  section.post .main-content.main-content--contacts .contacts-page__map {
  	height: 500px;
  }
  section.post .main-content.main-content--contacts .contacts-page__form-wrapper .contacts-page__form {
  	width: 100%;
  }
  section.post .main-content.main-content--contacts .contacts-page__form-wrapper .contacts-page__form-img {
  	display: none;
  }
  section.post .main-content.main-content--contacts .personal .personal__wrapper {
  	padding: 30px 5px 0;
  }
  section.post .main-content.main-content--contacts .personal.personal--contacts .personal__wrapper {
  	padding: 0;
  }

}

@media (max-width: 540px) {
  section.post .main-content.main-content--contacts article img {
	margin: 0;
	margin-right: 10px;
  }
  section.post .main-content.main-content--contacts .contacts-page__map {
  	height: 330px;
  }
  section.post .main-content.main-content--contacts .personal .personal__wrapper {
	margin-bottom: 0;
  }
  section.post .main-content.main-content--contacts .personal .personal__wrapper .personal__social-text {
	font-size: 16px;
  }
}

.form-submit {
  display: flex;
  justify-content: flex-end;
}

.bankr{
  margin-bottom: 20px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.19);
}

@media (min-width: 769px) {
.sidebar_bez_otkaza .ov_cont{
  display: none;
}
}
@media (max-width: 768px) {
  .sidebar_bez_otkaza aside.sidebar.one.ov_cont.active{
left: 0;
  }
  }

@media (max-width: 450px) {
    section.card .list_panel ul{
      flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    .comment-form-rating .rating-area{
      width: 135px;
      overflow: visible;
    }
}

.form-group-sorting.sort-none{
  display: none!important;
}

@media (max-width: 650px) {
  .form-group-sorting.form-group{
    flex-direction: column!important;
    align-items: flex-start!important;
  }
  .form-group .btn-sort{
    margin: 5px!important;
  }
}


/* Plus-Minus */
.pluses {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pluses__item {
    width: 48%;
    padding: 20px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    background-size: 200% auto;
    transition: all 0.5s ease-out;
    cursor: pointer;
}
.pluses__item:hover {
    background-position: right center;
}
.pluses__item--orange {
    background-image: linear-gradient(135deg, #ff9900 0%, #fbed96 51%, #ff9900 100%);
}
.pluses__item--green {
    background-image: linear-gradient(135deg, #63a253 0%, #6fe696 51%, #63a253 100%);
}
.pluses__title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #565656;
}
.pluses__title img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.pluses__desc {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.5;
}
.pluses__desc img {
    margin-right: 30px;
}
.pluses__list {
    padding-left: 20px;
    list-style-image: url(img/mark-white02.svg);
    color: #212529;
}
.pluses__list > * + * {
	margin-top: 10px;
}
@media (max-width: 991px) {
    .pluses > * + * {
        margin-top: 20px;
    }
    .pluses__item {
        width: 100%;
        padding: 20px 30px
    }
    .pluses__title img {
        width: 50px;
        height: 50px;
    }
}


.to_lk_b_help a, .to_lk_b_help .get_url_data_link{
  width: 100%;
  display: block;
  text-align: center;
}

/* search in header */

.nav__search-btn {
  border: 0;
  cursor: pointer;
  transition: 0.25s;
  background: url(img/search-btn.svg) no-repeat;
  flex-shrink: 0;
  display: block;
  background-color: #63a253;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.23);
  padding: 20px 20px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.search_result {
  position: absolute;
  width: 800px;
  background: #f3f3f3;
  height: auto;
  max-height: 400px;
  overflow-y: auto;
  top: 84%;
  right: 100%;
  padding: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.nav__search .search_result {
  color: #212529;
}
.nav__search .search_result div:not(:first-child) {
  border-top: 1px solid #787878;
  padding-top: 10px;
  margin-top: 10px;
}
.nav__search .search_result div:last-child {
  border-top: none;
}
.nav__search .search_result .items a {
  display: block;
}
.nav__search-btn:hover {
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.66);
  background-color: #76bf64;
}
.nav__search {
  position: relative;
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
}
.nav__search-input {
  width: 0;
  padding: 0;
  border: 0;
  height: 50px;
  position: absolute;
  right: 100%;
  transition: 0.25s;
}
.nav__search-input:focus {
  outline: 2px solid #63a253;
  box-shadow: 0 0 8px #63a25369;
}
.nav__search-input.active {
  width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 9999999999;
}
.nav__search .search_result .more-search {
  cursor: pointer;
  background: #55b559;
  width: 140px;
  padding: 10px;
  color: white;
}
.nav__search .search_result .more-search::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background: url(img/more-arrow.svg) top 5px center no-repeat;
}
.tax_bank_h1:first-letter {
  color: #565656!important;
}
.tax_bank_h1 {
  margin: inherit!important;
  text-align: left!important;
  width: fit-content!important;
  flex-shrink: 0;
}
.tax_bank_name_eye{
  margin-bottom: 0!important;
  margin-right: 20px!important;
}  

@media (max-width: 1535px) {
.nav__search-input.active, .search_result {
  width: 670px;
}
}
@media (max-width: 1359px) {
.nav__search-input.active, .search_result {
  width: 610px;
}
}
@media (max-width: 875px) {
.nav__search-input.active, .search_result {
  width: 575px;
}
}
@media (max-width: 767px) {
.nav__search-input.active, .search_result {
  width: 700px;
}
}



/* секция с подборками из старого сайдбара */
.h2.block-collections__title {
  display: block; 
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.5;
}

.fast {
  padding: 30px 0;
}
.fast-tabs__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;

}
.fast-tabs__item {
  padding: 10px 40px;
  font-weight: 700;
  font-size: 18px;
  color: #565656;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}
.fast-tabs__item svg {
    width: 18px;
    height: 18px;
}
.fast-tabs__item--active {
    background-color: #63a253;
    color: #fff;
    cursor: default;
    pointer-events: none;
  }
.fast-tabs__item:hover, .fast-tabs__item:focus {
    background-color: #47ad2d30;
  }

.fast-tabs__content {
  padding: 10px;
  background-color: #fff;
  font-size: 16px;
  border: 4px solid transparent;
  border-image: linear-gradient(#f5961f, #fee600);
  border-image-slice: 1;
}
.fast-tabs__content-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.fast-tabs__content-link {
  padding: 10px 20px;
  display: inline-block;
  color: inherit;
}
.fast-tabs__content-link:hover, .fast-tabs__content-link:focus {
    background-color: #47ad2d30;
	color: inherit;
	text-decoration: none;
}
.fast-tabs__content--hidden {
	display: none;
}

@media (max-width: 1599px) {
  .fast-tabs__item {
	padding: 10px 30px;
    font-size: 16px;
  }
}

@media (max-width: 1070px) {
  .fast-tabs__item {
	padding: 10px 20px;
  }
}

@media (max-width: 428px) {
  .h2.block-collections__title {
	margin-bottom: 10px;
    font-size: 24px;
}
  .fast-tabs__item {
	max-width: 50%;
  	width: 100%;
  	flex-shrink: 0;
  }
}
@media (max-width: 390px) {
  .fast-tabs__item {
	padding: 6px 10px;
	max-width: 100%;
  }
  .fast-tabs__content-link {
  	padding: 7px 15px;
  }
}


/* Отзывы на главной */

.rev-swiper {
  padding: 0 20px 2px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.rev-swiper__slide {
  width: 320px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.rev-swiper__img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.rev-swiper__content {
  padding: 15px 10px;
}
.rev-swiper__content .cld-like-dislike-wrap {
  margin-bottom: 0 !important;
}
.rev-swiper__author {
  margin-bottom: 0;
  line-height: 1.5;
}
.rev-swiper__date {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}
.rev-swiper__rating {
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
  min-height: 16px;
}
.rev-swiper__prev.swiper-button-prev,
.rev-swiper__next.swiper-button-next {
  top: 300px;
  width: 40px;
  height: 40px;
  padding: 18px;
  background-position: center;
  background-size: 14px;
  background-color: #F4F4F4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.rev-swiper__prev.swiper-button-prev {
  left: -15px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='25' viewBox='0 0 18 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 1L2 11.9524L17 24' stroke='%23666666' stroke-width='2'/%3e%3c/svg%3e ");
}
.rev-swiper__next.swiper-button-next {
  right: -15px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='25' viewBox='0 0 18 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 24L16 13.0476L1 0.999999' stroke='%23666666' stroke-width='2'/%3e%3c/svg%3e ");
}
.rev-swiper__next.swiper-button-next.swiper-button-disabled,
.rev-swiper__prev.swiper-button-prev.swiper-button-disabled {
  display: none;
}

/* Кнопака показать в карточке отзыва */
.content-block-fix {
    background: #FFF;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    color: #4C4C4C;
}
.content-block-text {
    height: 150px;
    overflow: hidden;    
    position: relative;
    transition: margin 0.3s;
}
.content-block-text-open {
    height: auto;
    padding-bottom: 40px;
}
.content-block-text-shadow:after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 75%)    
}
.show-all-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: none;
}
.show-all {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 50px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase; 
  background: #ff9a04;
  cursor: pointer; 
  z-index: 1;
  border: none;
  transition: .7s;
}
.show-all:hover {
  color: #FFF;
  box-shadow: 4px 8px 25px rgba(0,0,0,.22);
}



.rev-swiper__slide .comment-body{
  margin: 0;
  padding: 0;
  border: none;
}

.rev-swiper__slide .comment-body p{
  margin: 0;
  padding: 0;
  border: none;
  background-color: #fff;
}
.flex_res_block.flex_res_block--mfo {
  align-items: center;
  margin-top: auto;
}
.info-btn {
  margin-left: auto;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M50.0011 0C22.3849 0 0 22.3821 0 49.998C0 77.62 22.3849 100 50.0011 100C77.6151 100 100 77.62 100 49.998C100 22.3821 77.6149 0 50.0011 0ZM49.9999 23.318C53.467 23.318 56.2778 26.129 56.2778 29.5959C56.2778 33.0628 53.4658 35.8729 49.9999 35.8729C46.5339 35.8729 43.7219 33.0619 43.7219 29.5959C43.7219 26.129 46.533 23.318 49.9999 23.318ZM60.986 76.683H39.014V67.2651H43.7219V48.4312H39.014V39.014H56.279V48.431V67.2649H60.9869V76.6828H60.986V76.683Z' fill='%23ff9a04'/%3e%3cpath d='M76.3906 92.4487L98.3316 98.3268L92.4526 76.3867L76.3906 92.4487Z' fill='%23ff9a04'/%3e%3c/svg%3e");  background-size: contain;
  background-color: transparent;
  transition: background-image 0.3s;
  background-repeat: no-repeat;
}
.info-btn:hover, .info-btn:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M50.0011 0C22.3849 0 0 22.3821 0 49.998C0 77.62 22.3849 100 50.0011 100C77.6151 100 100 77.62 100 49.998C100 22.3821 77.6149 0 50.0011 0ZM49.9999 23.318C53.467 23.318 56.2778 26.129 56.2778 29.5959C56.2778 33.0628 53.4658 35.8729 49.9999 35.8729C46.5339 35.8729 43.7219 33.0619 43.7219 29.5959C43.7219 26.129 46.533 23.318 49.9999 23.318ZM60.986 76.683H39.014V67.2651H43.7219V48.4312H39.014V39.014H56.279V48.431V67.2649H60.9869V76.6828H60.986V76.683Z' fill='%23FF7A00'/%3e%3cpath d='M76.3906 92.4487L98.3316 98.3268L92.4526 76.3867L76.3906 92.4487Z' fill='%23FF7A00'/%3e%3c/svg%3e");  
}

/* всплывашка с инфо */
.info-mdl-wrap {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.64);
  z-index: 1000;
  cursor: pointer;
  padding: 20px;
  overflow-y: auto;
}
.info-mdl {
  position: relative;
  z-index: 1001;
  max-width: 850px;
  width: 100%;
  margin: auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: rgba(22, 33, 54, 0.16) 0px 8px 16px, rgba(22, 33, 54, 0.16) 0px 8px 24px, rgba(22, 33, 54, 0.16) 0px 24px 24px;
  cursor: default;
}
.info-mdl__close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background-color: transparent;
  outline: none;
  color: #9a9a9a;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1002;
}
.info-mdl__close:hover, .info-mdl__close:focus {
  outline: none;
  color: #3a3a3a;
}
.info-mdl__close:hover {
  transform: rotate(180deg);
}
.info-mdl__close svg {
  display: block;
  width: 18px;
  height: 18px;
}
.info-mdl__header {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  width: fit-content;
  color: unset;
  transition: 0.3s;
}
.info-mdl__header:hover {
  text-decoration: none;
}
.info-mdl__header:hover .info-mdl__logo {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.info-mdl__logo {
  width: 105px;
  height: 66px;
  transition: 0.3s;
  object-fit: cover;
}
.info-mdl__name {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}
.info-mdl__benefit {
  margin: 0;
}
.info-tabs__list {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  overflow-x: auto;
}
.info-tabs__item {
  padding: 5px 40px;
  font-weight: 700;
  font-size: 16px;
  color: #565656;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}
@media (hover: hover) {
  .info-tabs__item:hover {
    color: #47ad2d;
}
}
.info-tabs__item:focus {
    color: #fff;
}
.info-tabs__item--active {
  color: #fff;
  cursor: default;
  pointer-events: none;
  background-color: #63a253;
}

.info-tabs__content {
  padding: 10px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  border-top: 4px solid #f5961f;
}
.info-tabs__content--hidden {
	display: none;
}
.info-tabs__table {
  width: 100%;
}
.info-tabs__table-th, .info-tabs__table-td {
  padding: 10px 0;
  border-bottom: 1px solid #33333320;
  vertical-align: top;
}
.info-tabs__table-th {
  padding-right: 20px;
  font-weight: 400;
  color: #797979;
}
.info-tabs__table-td {
  color: #131313;
}
.info-tabs__table-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.info-tabs__table-ul {
  margin: 0;
  padding-left: 20px;
}
.info-tabs__table img {
  width: 80px;
  height: auto;
}
.info-mdl__btn {
  margin: 30px auto 0;
  width: 250px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
a.info-mdl__btn:not([href]),
a.info-mdl__btn:not([href]):hover {
  color: #fff;
}
.info-mdl__btn:hover {
  background-color: #fd7e14;
  text-decoration: none;
}
.info-mdl__btn:focus {
  color: #fff;
}
.info-tabs__content .lic_img {
  object-fit: contain;
  aspect-ratio: 1 / 1;
}

@media (max-width: 479px) {
  .info-mdl-wrap {
    padding: 0;
  }
  .info-mdl {
    padding: 40px 20px 30px;
  }
  .info-mdl__header {
    gap: 10px;
  }
  .info-mdl__name {
    font-size: 18px;
  }
  .info-tabs__list {
    gap: 20px;
  }
  .info-tabs__content {
    overflow-x: auto;
  }
  .info-tabs__table-icons {
	gap: 10px;
  }
  .info-tabs__table img {
  	width: 78px;
  }
  .info-mdl__header {
    flex-direction: column;
    align-items: unset;
  }
}
@media (max-width: 320px) {
  .info-tabs__list {
    gap: 10px;
  }
}

.conditions-block {
  margin-top: 20px;
}

.info-tabs__table-li{
  display: inline-block;
}

.lic_img {
  margin: 0 auto;
}
.num_licenziya {
  padding-right: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='34' height='37' viewBox='0 0 34 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_713_2)'%3e%3cpath d='M33.6603 13.0002C33.3825 9.7268 31.9777 6.65119 29.6853 4.29806C27.3929 1.94493 24.3551 0.460075 21.0902 0.0968113C17.8252 -0.266453 14.5353 0.514384 11.7818 2.30611C9.02827 4.09783 6.98173 6.78943 5.99131 9.92171C5.00089 13.054 5.12795 16.4329 6.35082 19.4819C7.57369 22.531 9.8166 25.0613 12.6969 26.6411C15.5772 28.221 18.9164 28.7525 22.1449 28.1451C25.3734 27.5376 28.2911 25.8288 30.4003 23.3102C32.8041 20.4379 33.9758 16.7323 33.6603 13.0002ZM20.4403 24.7302C18.3541 24.9119 16.2609 24.4711 14.4253 23.4634C12.5896 22.4558 11.0939 20.9265 10.1272 19.069C9.16047 17.2115 8.76616 15.109 8.99409 13.0274C9.22203 10.9458 10.062 8.97852 11.4078 7.3742C12.7536 5.76987 14.5448 4.60055 16.555 4.01402C18.5652 3.42749 20.7042 3.4501 22.7016 4.07898C24.6989 4.70787 26.465 5.91479 27.7766 7.5472C29.0882 9.17961 29.8864 11.1642 30.0703 13.2502C30.3144 16.0493 29.4371 18.8308 27.6314 20.9834C25.8257 23.136 23.2391 24.4837 20.4403 24.7302ZM19.6603 5.65017C19.4003 5.65017 19.1303 5.65017 18.8703 5.65017C16.5558 5.83036 14.4031 6.90672 12.8703 8.65017C12.7804 8.74276 12.7118 8.85377 12.6691 8.97551C12.6264 9.09725 12.6107 9.22682 12.6231 9.35523C12.6355 9.48364 12.6756 9.60783 12.7407 9.71919C12.8059 9.83055 12.8944 9.92643 13.0003 10.0002C13.1875 10.1338 13.415 10.1987 13.6445 10.1842C13.874 10.1696 14.0915 10.0764 14.2603 9.92017C15.4733 8.53305 17.1671 7.65753 19.0003 7.47017C19.2103 7.47017 19.4203 7.47017 19.6303 7.47017C21.2104 7.46705 22.7472 7.9875 24.0003 8.95017C24.0925 9.03171 24.2005 9.09345 24.3175 9.13159C24.4345 9.16973 24.5582 9.18346 24.6807 9.17192C24.8033 9.16038 24.9222 9.12382 25.03 9.0645C25.1379 9.00518 25.2325 8.92436 25.3078 8.82704C25.3832 8.72972 25.4379 8.61797 25.4683 8.4987C25.4988 8.37944 25.5045 8.25518 25.485 8.13363C25.4656 8.01207 25.4214 7.8958 25.3552 7.79201C25.289 7.68821 25.2023 7.5991 25.1003 7.53017C23.5416 6.32494 21.6305 5.66448 19.6603 5.65017Z' fill='%23F5961F'/%3e%3cpath d='M6.26003 23.0801L1.00003 29.2301C0.248143 30.1318 -0.114737 31.2953 -0.00877859 32.4646C0.0971795 33.6339 0.663296 34.7132 1.56503 35.4651C2.46677 36.217 3.63026 36.5798 4.79955 36.4739C5.96884 36.3679 7.04814 35.8018 7.80003 34.9001L13 28.7801C10.2713 27.537 7.9389 25.5645 6.26003 23.0801ZM6.47003 26.8101L3.00003 31.0001C2.77727 31.2862 2.65434 31.6375 2.65003 32.0001C2.65124 32.2417 2.70458 32.4803 2.8064 32.6995C2.90822 32.9187 3.05613 33.1133 3.24003 33.2701C3.31395 33.3282 3.37521 33.4008 3.42005 33.4834C3.46489 33.5661 3.49237 33.657 3.50079 33.7507C3.50922 33.8443 3.49842 33.9387 3.46906 34.028C3.43969 34.1173 3.39238 34.1997 3.33003 34.2701C3.2065 34.4109 3.03296 34.498 2.84626 34.5129C2.65955 34.5278 2.47438 34.4694 2.33003 34.3501C1.99843 34.0552 1.73332 33.6932 1.5523 33.288C1.37127 32.8828 1.27846 32.4438 1.28003 32.0001C1.28707 31.2954 1.54197 30.6156 2.00003 30.0801L5.44003 25.9401C5.56017 25.8114 5.72496 25.7334 5.90068 25.7222C6.0764 25.7111 6.24975 25.7675 6.38522 25.88C6.5207 25.9924 6.60805 26.1524 6.62939 26.3272C6.65074 26.502 6.60446 26.6783 6.50003 26.8201L6.47003 26.8101Z' fill='%23F5961F'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_713_2'%3e%3crect width='33.72' height='36.48' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  background-position: center right;
  background-size: 18px;
  background-repeat: no-repeat;
}


.text-bank {
	margin-bottom: 10px;
}
.text-bank h3 {
	font-size: 22px;
}
.text-bank h4 {
	font-size: 20px;
}
h2.h4.info-bank__b-title {
	font-size: 18px;
}

@media (max-width: 1200px) {
.info-bank__b-i {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
section.card h2.info-bank__title {
	font-size: 26px;
}
section.card h2.h4.info-bank__title {
	font-size: 22px;
}
}
@media (max-width: 860px) {
.text-bank h4 {
	font-size: 18px;
}
}
@media (max-width: 860px) {
section.card h2.info-bank__title {
  font-size: 22px;
}
section.card h2.h4.info-bank__title {
	font-size: 20px;
}

.text-bank h4 {
  font-size: 16px;
}
}

.show-more-button {
  display: none;
  outline: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #63a253;
  margin-top: 0;
  margin-bottom: 40px;
  height: 40px;
  border: none;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s;
}

/* Маркировка "реклама" */
.marking_adv {
  display: block;
  font-size: 12px;
  opacity: 0.4;
  text-align: center;
  line-height: 1.1;
}
.info-mdl__content .marking_adv,
.box_list .marking_adv {
  margin-top: 15px;
}
.box_list .marking_adv {
  min-height: 27px;
}
.marking_adv.marking_adv_banner {
  opacity: 0.6;
  position: absolute;
  bottom: 10px;
  right: 40px;
  color: #fff;
}
.wrapper.flex-area {
  position: relative;
}
.marking_adv.marking_adv_offer {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.marking_adv.marking_adv_modal {
	margin-bottom: 10px;
	opacity: 1;
}


@media (max-width: 1024px) {
.marking_adv.marking_adv_banner {
  right: 20px;
}
}

@media (max-width: 860px) {
  .suggest__button {
    margin-right: 0;
  }
.marking_adv.marking_adv_banner {
  right: 10px;
}
  .marking_adv.marking_adv_offer {
	bottom: -20px;
  }
}

@media (max-width: 684px) {
  .suggest__block {
    padding-bottom: 30px;
	justify-content: right;
  }
  .suggest__button {
    margin-top: 10px;
  }
}

@media (max-width: 580px) {
.offer_in_different .marking_adv {
  text-align: center;
}
  .suggest__left {
    flex-basis: 100%;
  }
}
@media (max-width: 540px) {
  .suggest__block {
    justify-content: center;
	padding-bottom: 10px;
  }
  .suggest__button {
    margin-right: 0;
    margin-left: 0;
  }
  .get_and_adv_block {
	display: flex;
  	flex-direction: column;
  	align-items: center;
  	gap: 15px;
  }
   .marking_adv.marking_adv_banner {
	position: relative;
    right: unset;
	bottom: unset;
    transform: none;
	width: 100%;
  }
  .suggest__left {
	justify-content: center;
  }

}

.title.have_akcia {
  padding-left: 55px;
}

.get_url_data_link{
  cursor: pointer;
}

.pop_block__inner-one .get_url_data_link{
display: block;
}

.offer_in_different .info_strs .get_url_data_link{
  background: #47ad2d;
  border-left: 0;
}

/* Новый блок в карточке офера */

.card-top__grid {
  position: unset;
  margin: 0 auto;
  width: 75%;
  display: grid;
  grid-template-columns: 420px auto;
  align-items: center;
  gap: 10px 60px;
  justify-content: center;
}
.card-top .image {
  align-items: start;
}
.card-top .image, .card-top .info {
  width: 100%;
}
.card-top .image .flex_res_block {
  align-items: center;
  width: unset;
}
.rewiews_odobrenie {
  width: unset;
}
.card-top .image .img-logo {
  width: unset;
}
.card-top .info .count__wrap {
  display: flex;
  gap: 5px;
}
.card-top .marking_adv.marking_adv_offer {
  position: unset;
  grid-column: 1/-1;
  justify-self: end;
}
.card-top .in-box {
  margin: 0;
  width: 100%;
}
.card-top .sgl-offer-card__info {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  gap: 40px 20px;
}
.card-top .btn-standart {
  margin: 0;
}
.card-top .info .get_url_data_link {
  align-self: center;
  justify-self: center;
  text-align: center;
  min-width: 200px;
  font-size: 22px;
  transition: 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
.card-top .info .get_url_data_link:hover,
.card-top .info .get_url_data_link:focus {
  color: #fff;
}
.card-top .info .card-top__text {
  margin-bottom: 0;
  font-size: 22px;
  text-decoration: underline;
  cursor: default;
  justify-self: center;
  align-self: center;
}

@media (max-width: 1368px) {
  .card-top .info .get_url_data_link {
    width: fit-content;
	font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .card-top__grid {
	width: 80%;
	grid-template-columns: 1fr 1fr;
	gap: 0;
  }
  .card-top .image {
	width: 100%;
  }
  .card-top .info img {
    width: 30px;
    margin-right: 10px;
  }
  .card-top .sgl-offer-card__info {
  	grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1079px) {
  .card-top__grid {
	grid-template-columns: auto 1fr;
    gap: 20px 50px;
    justify-content: center;
	width: 90%;
  }
  .card-top .sgl-offer-card__info {
    grid-template-columns: 1fr;
	gap: 20px;
  }
  .card-top .info .get_url_data_link {
	justify-self: start;
    font-size: 16px;
  }
  .card-top .in-box {
    display: flex;
    width: 100%;
  }
  .card-top .in-box .count {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .card-top .marking_adv.marking_adv_offer {
  	justify-self: start;
  	grid-column: 2 / 3;
  }
  .card-top .info .card-top__text {
  	font-size: 20px;
	justify-self: start;
  }

}

@media (max-width: 840px) {
  .card-top .backgraund {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .card-top__grid {
    grid-template-columns: 1fr;
    max-width: 90%;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
   .card-top .sgl-offer-card__info {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-top .marking_adv.marking_adv_offer {
    justify-self: end;
    grid-column: 1 / -1;
  }
}
@media (max-width: 575px) {
  .card-top .info img {
    width: 24px;
  }
  .card-top .marking_adv.marking_adv_offer {
	justify-self: center;
  }
  .card-top .sgl-offer-card__info {
    grid-template-columns: 1fr;
  }
  .card-top .info .get_url_data_link {
	justify-self: center;
	min-width: 200px;
  }
  .card-top .info .only-link.get_url_data_link {
  	grid-row: 7;
  }
  .card-top .info .btn-standart.get_url_data_link {
	font-size: 20px;
  }
  .card-top .info .card-top__text {
    font-size: 18px;
    text-align: center;
	justify-self: center;
  }
  .slider .sum-srok {
  	width: 100%;
  }
  .infografika .slider input {
  	width: 100%;
  }
  .mini_text {
	align-self: flex-start;
  }
}


/* Список ol новый */
.numbered-list.small-margin {
  margin-bottom: 30px;
}
.numbered-list {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.numbered-list li:nth-child(2n+1) {
  border: 2px solid transparent;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
  border-image: linear-gradient(#7ab36b, #e5ff10);
  -moz-border-image: -moz-linear-gradient(#7ab36b, #e5ff10);
  -webkit-border-image: -webkit-linear-gradient(#7ab36b, #e5ff10);
    border-image-slice: 100%;
  border-image-slice: 1;
}
.numbered-list li:nth-child(2n) {
  border: 2px solid transparent;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
  border-image: linear-gradient(#f5961f, #fee600);
  -moz-border-image: -moz-linear-gradient(#f5961f, #fee600);
  -webkit-border-image: -webkit-linear-gradient(#f5961f, #fee600);
    border-image-slice: 100%;
  border-image-slice: 1;
}
.numbered-list li {
  background: #fff;
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 15px 10px 15px 40px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.numbered-list li:nth-child(2n+1)::before {
  border: 2px solid #63a253;
}
.numbered-list li:nth-child(2n)::before {
  border: 2px solid #ff9900;
}
.numbered-list li::before {
  position: absolute;
  top: -14px;
  left: 10px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: bold;
  color: #4d4d4d;
  background: #fff;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.numbered-list li:nth-child(2n+1)::after {
  background: linear-gradient( 180deg, rgba(122, 179, 106, 0.1) 0%, rgba(227, 254, 16, 0.1) 100% );
}
.numbered-list li:nth-child(2n)::after {
  background: linear-gradient( 180deg, rgba(245, 150, 30, 0.1) 0%, rgba(253, 229, 0, 0.1) 100% );
}
.numbered-list li::after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: width;
  transition-property: width;
  z-index: -1;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.numbered-list li:hover {
  z-index: 1;
}
.numbered-list li:nth-child(2n+1):hover::before {
  border: 2px solid #63a253;
  background: #63a253;
}
.numbered-list li:nth-child(2n):hover::before {
  border: 2px solid #ff9900;
  background: #ff9900;
}
.numbered-list li:hover::before {
  color: #fff;
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
.numbered-list li:hover::after {
  width: 100%;
}

@media (max-width: 899px) {
  .numbered-list li {
    padding: 20px 15px 10px;
    font-size: 16px;
  }
}


.swiper-best-offer .box_list__message{
  width: 100%;
  top: 70px;
  left: 0;
}
.swiper-best-offer .box_list__i {
  top: -25px;
  left: 22px;
  transform: rotate(90deg);
}

@media (max-width: 1024px) {
  .swiper-best-offer .box_list__i {
    top: -35px;
    left: 13px;
  	transform: rotate(90deg);
    border-top: 20px solid transparent;
  	border-right: 10px solid #e52327;
  	border-bottom: 20px solid transparent;
  }
}

.error-page {
  min-height: 86vh;
  padding: 0 20px;
  display: flex;
}
.error-page__content {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.error-page__img {
  height: 42vh;
  object-fit: contain;
}
.error-page__404 {
  font-size: calc(26px + 14 * (100vw / 1920));
  line-height: 1;
}
.error-page__message {
  text-transform: uppercase;
  font-size: calc(16px + 16 * (100vw / 1920));
  color: #f90;
  line-height: 1.1;
}
.error-page__text {
  font-size: 20px;
  font-size: calc(16px + 4 * (100vw / 1920));
}
.error-page__btns {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.error-page__btn.btn-standart {
  margin: 0;
  padding: 10px;
  width: 160px;
}
.error-page__btn.btn-standart:hover,
.error-page__btn.btn-standart:focus-visible {
  text-decoration: none;
}

@media (max-width: 480px) {
  .error-page {
  	min-height: 80vh;
  	padding: 0 15px;
  }
  .error-page__img {
  	height: 36vh;
  }
}

.card-top__btns {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.map_cont {
  margin-bottom: 40px;
}

/* чекбоксы согласия с ПК */
.checkbox {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.checkbox::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  /*border-radius: 4px;*/
  border: 1px solid #b9b9b9;
  background-color: #fff;
  z-index: 3;
  transition: 0.3s;
}
.checkbox::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("img/checkbox.svg");
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 4;
}
.checkbox:checked::after {
  opacity: 1;
}
.checkbox:checked::before {
  border-color: #ff9a04;
  background-color: #ff9a04;
}
.approval-pd {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  order: 2;
}
.approval-pd__input {
  width: 20px;
  height: 20px;
  display: block;
}
a.approval-pd__link {
  color: #ff9a04;
}
a.approval-pd__link:hover {
  text-decoration: underline;
}

.approval-pd span {
  text-align: left;
}
.approval-pd__input.checkbox {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.personal__form .approval-pd__input.checkbox:focus {
  border: none;
}
.comment-form {
  display: flex;
  flex-direction: column;
}
.form-submit {
  order: 3;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 20px;
}
.comment-form-cookies-consent label {
  margin-bottom: 0;
}
.comment-form-cookies-consent #wp-comment-cookies-consent,
.comment-form-cookies-consent #wp-comment-cookies-consentID {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.comment-form-cookies-consent #wp-comment-cookies-consent::before,
.comment-form-cookies-consent #wp-comment-cookies-consentID::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #b9b9b9;
  background-color: #fff;
  z-index: 3;
  transition: 0.3s;
}
.comment-form-cookies-consent #wp-comment-cookies-consent::after,
.comment-form-cookies-consent #wp-comment-cookies-consentID::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("img/checkbox.svg");
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 4;
}
.comment-form-cookies-consent #wp-comment-cookies-consent:checked::after,
.comment-form-cookies-consent #wp-comment-cookies-consentID:checked::after {
  opacity: 1;
}
.comment-form-cookies-consent #wp-comment-cookies-consent:checked::before,
.comment-form-cookies-consent #wp-comment-cookies-consentID:checked::before {
  border-color: #ff9a04;
  background-color: #ff9a04;
}

.text-center {
  text-align: center;
}
.risk-info {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  /*color: #535d7f;
  opacity: 0.6;*/
}
.risk-info_mt {
  margin-top: 10px;
}
.risk-info_mb {
  margin-bottom: 10px;
}
.offer_in_different .risk-info {
  grid-column: 1/-1;
  border-left: none;
  background-color: transparent;
  opacity: 0.4;
}
.offer_in_different .info_strs_title {
  grid-column: 1/-1;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #5a5a5a;
  display: inline-block;
  text-align: center;
}
.offer_in_different  .adv-risk-wrap {
  grid-column: 1/-1;
  text-align: center;
}
.offer_in_different .marking_adv,
.offer_in_different .risk-info {
  display: inline;
}

.suggest__block-wrap {
  margin-bottom: 20px;
  background: #5ba057;
}

.suggest__block-wrap .risk-info {
  opacity: 0.6;
  padding: 0 10px 10px;
  color: #fff;
}
.risk {
  padding: 0 10px 10px;
  background: linear-gradient(to left, #ffde00, #ffa500);
}
.risk span {
  display: block;
  font-size: 12px;
  opacity: 0.4;
  line-height: 1.1;
  text-align: center;
}