@charset "UTF-8";

.content-breadcrump {
  margin-bottom: 20px;
}

.content-breadcrump__bl {
  margin: 0;
  padding: 0;
}

.content-breadcrump__bl li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  color: #5d1bb8;
  font-weight: 400;
}

.content-breadcrump__bl li:after {
  content: '/';
  padding: 0 5px;
}

.content-breadcrump__bl li:last-child:after {
  display: none;
}

.content-breadcrump__bl li a {
  display: inline-block;
  font-size: 12px;
  color: #5d1bb8;
}

.content-breadcrump__bl li.active,
.content-breadcrump__bl li:hover a,
.content-breadcrump__bl li:hover {
  color: #343434;
}

.content-breadcrump__bl li:hover a {
  text-decoration: underline;
}

.pg-bl ul.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pg-bl ul.pagination li {
  margin: 0 5px 10px;
}

.pg-bl ul.pagination li * {
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #f15045;
  padding: 10px 13px;
  font-size: 16px;
  font-weight: 500;
  background: #f0f0f0;
}

.pg-bl ul.pagination li:last-child a:after {
  content: '';
  margin: 0 0 0 5px;
  vertical-align: middle;
}

.pg-bl ul.pagination li.active *,
.pg-bl ul.pagination li:hover * {
  color: #fff;
  background: #5d1bb8;
}

.vnut-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.kred-bl {
  margin-bottom: 40px;
}

.kred-bl .kred-bl__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  min-height: 337px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px;
  margin-bottom: 30px;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.kred-bl .kred-bl__item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fe965b), to(#f94560));
  background: linear-gradient(to right, #fe965b, #f94560);
  opacity: 0.2;
  z-index: 2;
}

.kred-bl .kred-bl__item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.kred-bl .kred-bl__item .kred-bl__item-main {
  background: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 385px;
  flex: 0 1 385px;
  padding: 30px;
  position: relative;
  z-index: 2;
  max-width: 285px;
  border-radius: 12px;
  min-height: 182px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kred-bl .kred-bl__item .kred-bl__item-main .main__tit {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 5px;
}

.kred-bl .kred-bl__item .kred-bl__item-main .main__year {
  font-weight: 500;
  font-size: 18px;
}

.kred-bl .kred-bl__item .kred-bl__item-main .main__year span {
  font-size: 20px;
  color: #f15045;
}

.kred-bl .kred-bl__item .kred-bl__item-main .main__t {
  color: #b7b7b7;
  font-size: 12px;
  margin-bottom: 10px;
}

.site_link {
  background: #f15045;
  padding: 10px;
  color: #f2f2f2;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  border-radius: 20px 0 20px 0;
}

.site_link:hover {
  background: #5d1bb8;
  color: #fff;
}

.kred-tab {
  color: #494949;
  margin-bottom: 40px;
}

.kred-tab .kred-tab__tit {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
}

.kred-tab .kred-tab__tit span {
  color: #f15045;
}

.kred-tab .kred-tab-bl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

.kred-tab .kred-tab-bl .tab-bl__item {
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2.735px 6.444px 34.65px 0.35px rgba(0, 0, 0, 0.07);
  box-shadow: 2.735px 6.444px 34.65px 0.35px rgba(0, 0, 0, 0.07);
}

.kred-tab .kred-tab-bl .tab-bl__item .tab-bl__item-btn {
  border-radius: 10px;
  background: #fff;
  padding: 10px 20px;
  cursor: pointer;
}

.kred-tab .kred-tab-bl .tab-bl__item .tab-bl__item-btn:hover {
  background: #5d1bb8;
}

.kred-tab .kred-tab-bl .tab-bl__item .tab-bl__item-btn:hover button {
  color: #fff;
}

.kred-tab .kred-tab-bl .tab-bl__item .tab-bl__item-btn button {
  font-weight: bold;
  font-size: 16px;
  color: #494949;
  border: none;
  background: none;
  text-align: left;
  margin-right: 15px;
}

.kred-tab .kred-tab-bl .tab-bl__item .tab-bl__item-btn span {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/tb-str.png) center center no-repeat;
}

.kred-tab .kred-tab-bl .tab-bl__item .tab-bl__item-more {
  background: #fff;
  display: none;
  padding: 20px 30px;
}

.kred-tab .kred-tab-bl .tab-bl__item .tab-bl__item-more p {
  color: #494949;
  line-height: 1.5;
}

.kred-tab .kred-tab-bl .tab-bl__item.active .tab-bl__item-btn {
  background: #5d1bb8;
}

.kred-tab .kred-tab-bl .tab-bl__item.active .tab-bl__item-btn button {
  color: #fff;
}

.kred-tab .kred-tab-bl .tab-bl__item.active .tab-bl__item-btn span {
  background: url(../img/tab-str1.png) center center no-repeat;
}

.kred-tab .kred-tab__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.kred-tab .kred-tab__txt p {
  color: #696969;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}

.ab-bl {
  margin-bottom: 60px;
  position: relative;
}

.ab-bl .ab-bl-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-right: 20px;
}

.ab-bl .ab-bl-left .ab-bl__txt {
  margin-bottom: 30px;
}

.ab-bl .ab-bl-left .ab-bl__txt p {
  font-size: 14px;
  color: #696969;
  word-break: break-word;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: 500;
}

.ab-bl .ab-bl-left .ab-bl__pic {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ab-bl .ab-bl-left .ab-bl__pic a {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  max-width: 390px;
  max-height: 275px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
  margin-right: 30px;
  margin-bottom: 15px;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.ab-bl .ab-bl-left .ab-bl__pic a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ab-bl .ab-bl-left .ab-bl__pic a:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.ab-bl .ab-bl-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.ab-bl .ab-bl-right.active {
  margin-right: 0;
  position: fixed;
  display: block;
  overflow-y: auto;
  min-width: 250px;
  z-index: 100;
  height: 100vh;
  top: 0;
  right: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.ab-bl .ab-bl-right.active .burger {
  display: none;
}

.ab-bl .ab-bl-right .burger {
  background: #f15045;
  position: fixed;
  top: 8%;
  right: 20px;
  z-index: 99;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  display: none;
}

.ab-bl .ab-bl-right .burger:hover {
  background: #5d1bb8;
}

.ab-bl .ab-bl-right .close {
  background: #f15045;
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 99;
  text-align: center;
  top: 20px;
  right: -25px;
  font-size: 25px;
  padding: 2px 0 0 0;
  cursor: pointer;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.ab-bl .ab-bl-right .close:hover {
  background: #5d1bb8;
}

.ab-bl .ab-bl-right .close.active {
  visibility: visible;
  opacity: 1;
  right: 275px;
}

.ab-bl .ab-bl-right nav {
  border-radius: 5px;
  background-color: white;
  padding: 25px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 19.4px 0.6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 19.4px 0.6px rgba(0, 0, 0, 0.1);
}

.ab-bl .ab-bl-right nav ul {
  padding: 0;
  margin: 0;
}

.ab-bl .ab-bl-right nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ab-bl .ab-bl-right nav ul li:last-child a {
  border: none;
}

.ab-bl .ab-bl-right nav ul li a {
  color: #191919;
  display: block;
  padding: 15px 0;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
}

.ab-bl .ab-bl-right nav ul li:hover a {
  color: #fc765d;
}

.main-gal {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 20px;
}

.main-gal__item {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 40px;
  position: relative;
}

.main-gal__item a {
  position: relative;
  display: block;
  font-size: 0;
}

.main-gal__item a:after {
  content: '+';
  font-size: 250px;
  color: #fff;
  font-weight: 100;
  line-height: 0.2;
  position: absolute;
  visibility: hidden;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.main-gal__item a:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.main-gal__item a:hover:before {
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.main-gal__item a:hover:after {
  top: 50%;
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.main-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}

.main-top .main__title {
  font-weight: 400;
  font-size: 40px;
  margin: 0;
}

.main-top .form-search {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 779px;
  flex: 0 1 779px;
  max-width: 779px;
}

.main-top .form-search .form-search__item {
  position: relative;
}

.main-top .form-search input[type='search'] {
  padding: 23px 70px 23px 38px;
  border-radius: 36px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}

.main-top .form-search input[type='search']::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.main-top .form-search button[type='submit'] {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 62px;
  width: 62px;
  border: none;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#fe965b), to(#f94560));
  background: linear-gradient(to right, #fe965b, #f94560);
  cursor: pointer;
}

.main-top .form-search button[type='submit']:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../img/search.svg) center no-repeat;
}

.categ {
  display: none;
}

.main-gr .main-gr__lf {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  margin-right: 60px;
}

.main-gr .main-gr__lf ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main-gr .main-gr__lf ul li.tit {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 13px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fc6f5d;
}

.main-gr .main-gr__lf ul li {
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.main-gr .main-gr__lf ul li span {
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  color: #fff;
  width: 8px;
  height: 14px;
  background: url(../img/span-trig.svg) center no-repeat;
}

.main-gr .main-gr__lf ul li > a {
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 10px 40px 12px 0;
}

.main-gr .main-gr__lf ul li ul {
  position: absolute;
  top: 0;
  left: 110%;
  padding: 30px;
  display: none;
  background: #fff;
  z-index: 10;
  min-width: 768px;
  max-width: 768px;
  border-radius: 15px;
  -webkit-column-count: 2;
  column-count: 2;
  opacity: 0;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.main-gr .main-gr__lf ul li ul:before {
  content: '';
  width: 50px;
  height: 100%;
  display: block;
  background: transparent;
  left: -50px;
  top: 0;
  position: absolute;
}

.main-gr .main-gr__lf ul li ul li a {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  padding: 5px 0;
}

.main-gr .main-gr__lf ul li ul li:hover a,
.main-gr .main-gr__lf ul li ul li.active a {
  color: #fc765d;
}

.main-gr .main-gr__lf ul li ul li.tit {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 0;
}

.main-gr .main-gr__lf ul li:hover > a,
.main-gr .main-gr__lf ul li.active > a {
  color: #fc765d;
}

.main-gr .main-gr__lf ul li:hover > span,
.main-gr .main-gr__lf ul li.active > span {
  background: url(../img/strel.png) center center no-repeat;
}

.main-gr .main-gr__lf ul li:hover ul,
.main-gr .main-gr__lf ul li.active ul {
  display: block;
  opacity: 1;
  -webkit-animation: bounceInRight 1s ease-in-out alternate;
  animation: bounceInRight 1s ease-in-out alternate;
}

.main-gr .content-breadcrump {
  margin-bottom: 50px;
}

.main-gr__mn .main__title {
  text-align: left;
  font-size: 40px;
  margin-bottom: 38px;
}

.main-gr__mn .main-gr__mn-bl {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 82px;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-pic {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  min-height: 150px;
  max-height: 274px;
  font-size: 0;
  margin-bottom: 20px;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-pic img {
  width: 100%;
  height: 100%;
  object-fic: cover;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-num {
  padding: 0 35px;
  font-size: 20px;
  margin-bottom: 5px;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-name {
  padding: 0 35px;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: bold;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-count {
  padding: 0 35px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-count span {
  font-weight: 400;
  margin-left: 5px;
  margin-right: 15px;
  color: #f94460;
  text-decoration: line-through;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-btn {
  padding: 0 41px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -25px;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-btn a {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 190px;
  flex: 0 1 190px;
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fe965b), to(#f94560));
  background: linear-gradient(to right, #fe965b, #f94560);
  color: #fff;
  border-radius: 25px;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-btn a:before {
  content: '';
  opacity: 0;
  border-radius: 30px;
  visibility: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: -1;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-btn a:hover {
  opacity: 1;
  -webkit-animation: animate-hover 3s ease-in-out infinite;
  animation: animate-hover 3s ease-in-out infinite;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-btn a:hover:before {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-btn a:first-child {
  background: -webkit-gradient(linear, left top, right top, from(#fe965b), to(#f94560));
  background: linear-gradient(to right, #fe965b, #f94560);
  margin-right: 10px;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-btn a:last-child {
  background: linear-gradient(30deg, #7437ff 0%, #5e86ff 45%, #53aaff 100%);
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-btn a:last-child:hover {
  opacity: 1;
  -webkit-animation: blue-hover 3s ease-in-out infinite;
  animation: blue-hover 3s ease-in-out infinite;
}

.main-gr__mn .main-gr__mn-bl .main-gr__mn-item-btn a:last-child:hover:before {
  right: 0;
  opacity: 1;
  background: #f15045;
  visibility: visible;
}

/* // ================ page gr end ======================================= */

.more-gr {
  margin-bottom: 50px;
}

.more-gr h1.main__title {
  text-align: left;
  font-size: 40px;
}

.more-gr__mn {
  padding-top: 10px;
}

.more-gr__mn .more-bl {
  padding-top: 16px;
}

.more-gr__mn .more-bl .count {
  margin-bottom: 91px;
}

.more-gr__mn .more-bl .count span {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.more-gr__mn .more-bl .count__old {
  text-decoration: line-through;
  color: #f94460;
  font-size: 30px;
  margin-bottom: 9px;
}

.more-gr__mn .more-bl .count__new {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 38px;
}

.more-gr__mn .more-bl .count__btn {
  padding: 0 0px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.more-gr__mn .more-bl .count__btn a {
  text-align: center;
  padding: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 190px;
  flex: 0 1 190px;
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fe965b), to(#f94560));
  background: linear-gradient(to right, #fe965b, #f94560);
  color: #fff;
  border-radius: 25px;
}

.more-gr__mn .more-bl .count__btn a:first-child {
  background: linear-gradient(30deg, #7437ff 0%, #5e86ff 45%, #53aaff 100%);
  margin-right: 24px;
}

.more-gr__mn .more-bl .count__btn a:last-child {
  background: -webkit-gradient(linear, left top, right top, from(#fe965b), to(#f94560));
  background: linear-gradient(to right, #fe965b, #f94560);
}

.more-gr__mn .more-bl__info {
  color: #fff;
}

.more-gr__mn .more-bl__info div {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 33px;
}

.more-gr__mn .more-bl__info span {
  font-size: 20px;
  display: block;
  margin-bottom: 35px;
}

.more-gr__mn .more-bl__info span:before {
  content: '– ';
}

.more-gr__mn .more-pic {
  width: 720px;
  height: 788px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 20px;
}

.more-gr__mn .more-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site-page .form-bl {
  padding-bottom: 35px;
}

.site-page .form-bl .fr-abs,
.site-page .form-bl .fr-abs2,
.site-page .form-bl .fr-abs2,
.site-page .form-bl .fr-abs3,
.site-page .form-bl .tit-ab {
  display: none;
}

.site-page .form-bl .centered {
  padding: 0;
}

.contact-title {
  font-size: 80px;
  text-align: left;
  font-weight: 900;
  margin-bottom: 26px;
}

.main-contact__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}

.main-contact__item .contact-tit {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.main-contact__item-elem {
  margin-bottom: 35px;
}

.main-contact__item-elem div {
  color: #fc765d;
  font-size: 20px;
  margin-bottom: 5px;
}

.main-contact__item-elem a,
.main-contact__item-elem span {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
  max-width: 350px;
  line-height: 1.25;
}

.page-reviews .fot {
  padding-top: 130px;
}

.main-reviews h1 {
  font-weight: 900;
  font-size: 60px;
  text-align: center;
  margin-bottom: 46px;
}

.main-reviews .reviews-bl {
  margin-bottom: 102px;
}

.main-reviews .reviews-bl__item {
  color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 37px 40px 40px 60px;
  min-height: 370px;
}

.main-reviews .reviews-bl__item-tit {
  font-size: 30px;
  margin-bottom: 29px;
}

.main-reviews .reviews-bl__item-txt {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  padding-bottom: 40px;
}

.main-reviews .reviews-bl .owl-next,
.main-reviews .reviews-bl .owl-prev {
  margin-top: -25px;
}

.main-reviews .reviews-bl .owl-next {
  margin-right: -25px;
}

.main-reviews .reviews-bl .owl-prev {
  margin-left: -25px;
}

.main-reviews .rev-form {
  text-align: center;
  margin-bottom: 56px;
}

.main-reviews .rev-form .d-fl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 14px;
}

.main-reviews .rev-form__tit {
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin-bottom: 46px;
}

.main-reviews .rev-form .rev-form__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 504px;
  flex: 0 1 504px;
  margin-right: 20px;
}

.main-reviews .rev-form .rev-form__item input {
  background: none;
  border-radius: 37px;
  padding: 27px 35px;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-bottom: 18px;
  border: none;
  border: 1px solid #fff;
}

.main-reviews .rev-form .rev-form__item input:last-child {
  margin-bottom: 0;
}

.main-reviews .rev-form .rev-form__item input::-webkit-input-placeholder {
  color: #fff;
}

.main-reviews .rev-form .rev-form__item input:-ms-input-placeholder {
  color: #fff;
}

.main-reviews .rev-form .rev-form__item input::-ms-input-placeholder {
  color: #fff;
}

.main-reviews .rev-form .rev-form__item input::placeholder {
  color: #fff;
}

.main-reviews .rev-form .rev-form__item input:focus {
  outline: none;
}

.main-reviews .rev-form .rev-form__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 504px;
  flex: 0 1 504px;
}

.main-reviews .rev-form .rev-form__txt textarea {
  border: 1px solid #fff;
  background: none;
  border-radius: 40px;
  padding: 27px 37px;
  display: block;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  resize: none;
}

.main-reviews .rev-form .rev-form__txt textarea::-webkit-input-placeholder {
  color: #fff;
}

.main-reviews .rev-form .rev-form__txt textarea:-ms-input-placeholder {
  color: #fff;
}

.main-reviews .rev-form .rev-form__txt textarea::-ms-input-placeholder {
  color: #fff;
}

.main-reviews .rev-form .rev-form__txt textarea::placeholder {
  color: #fff;
}

.main-reviews .rev-form .rev-form__txt textarea:focus {
  outline: none;
}

.main-reviews .rev-form .rev-form__file {
  max-width: 500px;
  margin: 0 auto 45px;
}

.main-reviews .rev-form .rev-form__file label {
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.main-reviews .rev-form .rev-form__file label span {
  vertical-align: middle;
  display: inline-block;
  font-size: 55px;
  color: #53aaff;
  margin-left: 10px;
}

.main-reviews .rev-form .rev-form__file input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.main-reviews .rev-form button {
  border: none;
  min-width: 300px;
  color: #fff;
  font-size: 20px;
  border-radius: 40px;
  padding: 27px 0;
  background: -webkit-gradient(linear, left top, right top, from(#fe965b), to(#f94560));
  background: linear-gradient(to right, #fe965b, #f94560);
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.main-reviews .rev-form button:hover {
  background: linear-gradient(30deg, #7437ff 0%, #5e86ff 45%, #53aaff 100%);
  -webkit-animation: pulse 0.5s ease-in alternate;
  animation: pulse 0.5s ease-in alternate;
}

.main-reviews .rev-text {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.main-tarif {
  color: #FFF;
  padding-top: 16px;
}

.main-tarif h1 {
  font-weight: 900;
  font-size: 60px;
}

.main-tarif .tarif-bl {
  margin-bottom: 94px;
}

.main-tarif .tarif-bl__pic {
  float: right;
  margin-top: 7px;
  max-width: 420px;
  margin-left: 45px;
  margin-bottom: 40px;
}

.main-tarif .tarif-bl__pic:after {
  content: '';
  clear: both;
  float: none;
}

.main-tarif .tarif-bl__pic .tarif-sl__item {
  border-radius: 15px;
  overflow: hidden;
  font-size: 0;
  width: 420px;
  height: 326px;
}

.main-tarif .tarif-bl__pic .tarif-sl__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-tarif .tarif-bl__pic .tarif-sl .owl-dots {
  text-align: center;
  margin-top: 19px;
}

.main-tarif .tarif-bl__pic .tarif-sl .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.main-tarif .tarif-bl__pic .tarif-sl .owl-dots .owl-dot.active {
  background: #53aaff;
}

.main-tarif .tarif-bl .tarif-bl__tit {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 15px;
}

.main-tarif .tarif-bl p {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  color: #c5c5c5;
  margin-bottom: 10px;
}

.main-tarif .tarif-advantages {
  margin-bottom: 90px;
}

.main-tarif .tarif-advantages__tit {
  font-size: 36px;
  margin-bottom: 35px;
}

.main-tarif .tarif-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}

.main-tarif .tarif-advantages__item:after {
  content: '';
  display: block;
  position: absolute;
  height: 200%;
  bottom: 0;
  left: 20px;
  width: 1px;
  z-index: 0;
  background: #fff;
}

.main-tarif .tarif-advantages__item:nth-child(2):after {
  height: 50%;
}

.main-tarif .tarif-advantages__item:last-child:after {
  bottom: 50%;
  height: 100%;
}

.main-tarif .tarif-advantages__item:nth-child(4) {
  margin-bottom: 14px;
}

.main-tarif .tarif-advantages__item:nth-child(5) {
  margin-bottom: 16px;
}

.main-tarif .tarif-advantages__item:nth-child(6) {
  margin-bottom: 18px;
}

.main-tarif .tarif-advantages__item:nth-child(7) {
  margin-bottom: 13px;
}

.main-tarif .tarif-advantages__item div.count {
  min-width: 40px;
  color: #000;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
  min-height: 40px;
  font-weight: 700;
  background: #e6e6e6;
  border-radius: 50%;
  margin-right: 32px;
}

.main-tarif .tarif-advantages__item .item-txt {
  line-height: 1.5;
  color: #c5c5c5;
}

.main-tarif .tarif-advantages__item .item-txt span {
  color: #fc765d;
}

.main-tarif .advantages-txt {
  text-align: center;
  font-size: 20px;
  max-width: 1024px;
  margin: 0 auto 50px;
  line-height: 1.5;
}

.main-tarif .advantages-btn {
  margin-bottom: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-tarif .advantages-btn a {
  position: relative;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin: 0 21px 20px 38px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
  max-width: 500px;
  color: #fff;
  background: #f15045;
  z-index: 2;
  border-radius: 40px;
  -webkit-transition: all .3s  linear;
  transition: all .3s  linear;
}

.main-tarif .advantages-btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-radius: 40px;
  background: linear-gradient(30deg, #7437ff 0%, #5e86ff 45%, #53aaff 100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-tarif .advantages-btn a:nth-child(even) {
  background: -webkit-gradient(linear, left top, right top, from(#fe965b), to(#f94560));
  background: linear-gradient(to right, #fe965b, #f94560);
}

.main-tarif .advantages-btn a:nth-child(even):hover {
  -webkit-animation: animate-hover 3s ease-in-out infinite;
  animation: animate-hover 3s ease-in-out infinite;
}

.main-tarif .advantages-btn a:nth-child(even):hover:before {
  background: #fc765d;
}

.main-tarif .advantages-btn a:hover {
  -webkit-animation: blue-hover 3s ease-in-out infinite;
  animation: blue-hover 3s ease-in-out infinite;
}

.main-tarif .advantages-btn a:hover:before {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.main-tarif .tuning-tit {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 20px;
}

.main-tarif .tuning-sl {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  max-width: 850px;
  margin: 0 auto 62px;
  line-height: 1.5;
}

.main-tarif .tuning-calc {
  max-width: 940px;
  margin: 0 auto;
}

.main-tarif .tuning-calc .tuning-calc__check {
  background: #e6e6e6;
  border-radius: 15px;
  padding: 26px 30px 40px 50px;
  margin-bottom: 20px;
}

.main-tarif .tuning-calc .tuning-calc__check label {
  font-size: 24px;
  display: block;
  color: #000;
  cursor: pointer;
  padding: 21px 0px 19px;
  position: relative;
}

.main-tarif .tuning-calc .tuning-calc__check label:after {
  content: '';
  display: block;
  height: 1px;
  background: #cccccc;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #fcfcfc;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: -1px;
}

.main-tarif .tuning-calc .tuning-calc__check label span.check-txt {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
}

.main-tarif .tuning-calc .tuning-calc__check label span {
  display: inline-block;
  vertical-align: middle;
}

.main-tarif .tuning-calc .tuning-calc__check .jq-checkbox {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  margin-right: 24px;
  border-radius: 50% !important;
  border: 6px solid #f4f4f4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(8, 5, 29, 0.04);
  box-shadow: 0px 1px 10px 0px rgba(8, 5, 29, 0.04);
}

.main-tarif .tuning-calc .tuning-calc__check .jq-checkbox.checked .jq-checkbox__div {
  width: 18px;
  height: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#fe965b), to(#f94560));
  background: linear-gradient(to right, #fe965b, #f94560);
  border-radius: 50%;
  border: none;
  margin: 5px 0 0 5px;
  -webkit-transform: none;
  transform: none;
}

.main-tarif .tuning-calc .tuning-calc__result {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 30px 40px 50px;
  color: #000;
}

.main-tarif .tuning-calc .tuning-calc__result .result-tit {
  font-size: 20px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}

.main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item input {
  border-radius: 30px;
  border: none;
  background: #e6e6e6;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding: 15px 28px;
}

.main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
}

.main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item:nth-of-type(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 290px;
  flex: 0 1 290px;
  margin-right: 10px;
}

.main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item:nth-of-type(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
}

.main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item.res-input input#result {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
  background: none;
  border: none;
  color: #fb6c5e;
  max-width: 220px;
  margin-bottom: 12px;
}

.main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item label {
  font-size: 20px;
}

.main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item button {
  padding: 15px;
  border-radius: 30px;
  color: #fff;
  border: none;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fe965b), to(#f94560));
  background: linear-gradient(to right, #fe965b, #f94560);
}

.main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item span {
  display: block;
  font-size: 20px;
}

.ipotek .ipotek-ban {
  height: 480px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 10px;
  overflow: hidden;
  padding: 44px 20px;
  margin-bottom: 50px;
}

.ipotek .ipotek-ban img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.ipotek .ipotek-ban .ipotek-form {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  max-width: 285px;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ipotek .ipotek-ban .ipotek-form .title {
  font-size: 22px;
  font-weight: 900;
  color: #343434;
  margin-bottom: 20px;
}

.ipotek .ipotek-ban .ipotek-form .ipotek-form__item {
  margin-bottom: 20px;
}

.ipotek .ipotek-ban .ipotek-form .ipotek-form__item > div {
  font-size: 18px;
  color: #343434;
  font-weight: 500;
}

.ipotek .ipotek-ban .ipotek-form .ipotek-form__item > div span {
  color: #f15045;
  font-weight: 900;
}

.ipotek .ipotek-ban .ipotek-form .ipotek-form__item input {
  font-size: 12px;
  line-height: 20px;
  border: none;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px 10px;
}

.ipotek .ipotek-ban .ipotek-form .ipotek-form__item button {
  border: none;
  width: 100%;
}

.ipotek .kred.kred-bl {
  position: relative;
}

.ipotek .kred.kred-bl .kred-bl__tit {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.ipotek .kred.kred-bl .uk-flex {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.ipotek .kred.kred-bl .uk-flex .kred-tab-main {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 770px;
  flex: 0 1 770px;
  background: #ebebeb;
  position: relative;
  padding-right: 20px;
  border-radius: 10px 0 0 10px;
  margin-bottom: 20px;
}

.ipotek .kred.kred-bl .uk-flex .kred-tab-main .tb-tit {
  max-width: 500px;
}

.ipotek .kred.kred-bl .uk-flex .kred-tab-main .filtr-bl__item {
  max-width: 500px;
}

.ipotek .kred.kred-bl .uk-flex .kred-card {
  top: 115px;
  -webkit-box-shadow: 0px 0px 38px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 38px 2px rgba(0, 0, 0, 0.15);
}

.ipotek .kred.kred-bl .uk-flex .kred-more {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 310px;
  flex: 0 1 310px;
  padding: 15px;
}

.ipotek .kred.kred-bl .uk-flex .kred-more .kred-more__tit {
  font-size: 22px;
  font-weight: bold;
  color: #343434;
}

.ipotek .kred.kred-bl .uk-flex .kred-more p {
  font-size: 14px;
  font-weight: 500;
  color: #696969;
  line-height: 1.7;
}

/* ============== vklad page ==================== */

.vklad .vklad-tab {
  padding: 0;
  margin: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.vklad .vklad-tab li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.vklad .vklad-tab li:first-child a {
  border-radius: 10px 0 0 0;
}

.vklad .vklad-tab li:last-child a {
  border-radius: 0 10px 0 0;
}

.vklad .vklad-tab li.active a,
.vklad .vklad-tab li:hover a {
  background: #f15045;
  color: #fff;
}

.vklad .vklad-tab li a {
  display: block;
  padding: 15px 45px;
  background: #f1f1f1;
  color: #343434;
  font-weight: bold;
}

.vklad-bl {
  margin-bottom: 40px;
}

.vklad-bl .vklad-bl__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  height: 375px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 50px;
  padding-left: 35px;
}

.vklad-bl .vklad-bl__item-pic {
  width: 100%;
  height: 100%;
  max-width: 519px;
  max-height: 337px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.vklad-bl .vklad-bl__item-pic img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vklad-bl .vklad-bl__item-pic:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fe965b), to(#f94560));
  background: linear-gradient(to right, #fe965b, #f94560);
  opacity: 0.5;
  z-index: 1;
}

.vklad-bl .vklad-bl__item .vklad-main {
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 38px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 38px 2px rgba(0, 0, 0, 0.15);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 400px;
}

.vklad-bl .vklad-bl__item .vklad-main__tit {
  font-size: 22px;
  font-weight: 700;
  color: #343434;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.vklad-bl .vklad-bl__item .vklad-main__pro {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  line-height: 1;
  margin-bottom: 15px;
}

.vklad-bl .vklad-bl__item .vklad-main__pro div {
  font-size: 12px;
  color: #343434;
  font-weight: bold;
}

.vklad-bl .vklad-bl__item .vklad-main__pro div span {
  font-size: 22px;
  color: #f15045;
  padding: 0 3px;
}

.vklad-bl .vklad-bl__item .vklad-main__pro > span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.vklad-bl .vklad-bl__item .vklad-main__link {
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.vklad-bl .vklad-bl__item .vklad-main__link a {
  display: block;
  max-width: 200px;
  margin: 0 0 0 auto;
}

.vklad-txt {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 20px 30px;
}

/* ============== vklad page end ==================== */

/* ============== vklad-more page ==================== */

.vklad-more .vklad-more__pic {
  width: 100%;
  max-height: 480px;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 10px;
}

.vklad-more .vklad-more__pic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vklad-mbl {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

.vklad-mbl .vklad-mbl__left {
  margin: 60px 40px 0px 40px;
  max-width: 700px;
}

.vklad-mbl .vklad-mbl__left .vmbl__tit {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}

.vklad-mbl .vklad-mbl__left .vmbl__item {
  color: #696969;
  font-weight: 500;
  font-size: 16px;
  padding: 0px 30px 18px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.vklad-mbl .vklad-mbl__left .vmbl__item:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #f15045;
}

.vklad-mbl .vklad-mbl__left .vmbl__txt {
  padding: 20px 30px 40px;
}

.vklad-mbl .vklad-mbl__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 520px;
  flex: 0 1 520px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 38px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 38px 2px rgba(0, 0, 0, 0.15);
  padding: 50px 45px 30px 50px;
}

.vklad-mbl .vklad-mbl__right .vmbl-righttit {
  font-size: 24px;
  color: #343434;
  font-weight: 500;
  margin-bottom: 25px;
}

.vklad-mbl .vklad-mbl__right .vmbl-righttit span {
  font-weight: 900;
}

.vklad-mbl .vklad-mbl__right .vmbl-rightmain {
  background: #f1f1f1;
  margin-bottom: 24px;
  border-radius: 0 25px 0 0;
  padding: 10px 30px 20px 25px;
}

.vklad-mbl .vklad-mbl__right .vmbl-rightmain .vmbl-rightmain-tit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.vklad-mbl .vklad-mbl__right .vmbl-rightmain .vmbl-rightmain-tb {
  font-size: 16px;
  color: #c1c1c1;
  margin: 0 20px;
}

.vklad-mbl .vklad-mbl__right .vmbl-rightmain .vmbl-rightmain-tb span {
  color: #343434;
 
  font-weight: 600;
}

.vklad-mbl .vklad-mbl__right .vmbl-rightmain.vmbl-rightmain-date span {
  display: block;
}

.vklad-bl__tit {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.vklad-other .owl-nav {
  top: -70px;
  left: auto;
}

.vklad-other .owl-nav .owl-prev {
  border-radius: 0 25px 0 25px;
}

.vklad-other .owl-nav .owl-next {
  border-radius: 25px 0 25px 0;
}

/* ============== vklad-more page end ==================== */

.news-more {
  margin-top: 20px;
  margin-bottom: 80px;
}

.news-more .news-more__main {
  -ms-flex-preferred-size: calc(100% - 395px);
  flex-basis: calc(100% - 395px);
  margin-bottom: 20px;
}

.news-more .news-more__main .more-bl__pic {
  float: left;
  max-width: 392px;
  border-radius: 15px;
  overflow: hidden;
  font-size: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.news-more .news-more__main .more-bl__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-more .news-more__main .more-bl__txt p {
 /* old 02.02.2020  font-size: 14px;*/
  font-family: "OpenSans" sans-serif;
  color: dimgray;
  /* old 02.02.2020  line-height: 1.5;*/
   line-height: 2;
  word-break: break-word;
}

.more-bl__bot {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.soc {
  text-align: right;
}

.soc span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  font-family: "OpenSans", sans-serif;
  color: #343434;
}

.soc a {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 2px 1px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.soc a:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.soc a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bnt-back a {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: dimgray;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.313;
}

.bnt-back a:hover {
  text-decoration: none;
}

.bnt-back a:before {
  content: '';
  width: 26px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: transparent url("../img/btn-back.png") center no-repeat;
}

.news-data {
  font-size: 12px;
  font-family: "OpenSans" sans-serif;
  color: #343434;
  line-height: 4.333;
}

.news-data:before {
  content: '';
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/calendar.png") center no-repeat;
}

.other-news {
  overflow: hidden;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 19.4px 0.6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 19.4px 0.6px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 295px;
  flex: 0 0 295px;
  -ms-align-self: flex-start;
  -moz-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.other-news__tit {
  padding: 15px 20px;
  background-color: #5d1bb8;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.375;
  margin-bottom: 30px;
}

.other-news__item {
  padding: 0 0px;
  display: block;
  font-size: 14px;
  font-family: "OpenSans", sans-serif;
  color: #343434;
  line-height: 1.571;
  text-align: left;
  padding: 0px 0 15px;
  margin: 0 25px 25px;
  border-bottom: 1px solid #f4f4f4;
}

.other-news__item:hover span {
  text-decoration: underline;
}

.all-news {
  text-align: right;
  padding: 20px 25px 25px 0;
}

.all-news a {
  color: #f15045;
  font-size: 18px;
}

.all-news a:hover {
  text-decoration: underline;
}

.all-news a:after {
  content: url(../img/link-more.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
.form-bl{
    width: 100%;
    max-width: 600px;
}
.form-bl .form-bl__it input,
.form-bl .form-bl__it select,
.form-bl .form-bl__it textarea {
  padding: 7px 15px;
  border-radius: 4px;
}
/*.form-bl .form-bl__it textarea::-webkit-input-placeholder{*/
/*    color: #fff;*/
/*}*/
/*input::placeholder{*/
/*    display: inline-block;    */
/*    color: #fff;*/
/*}*/
/*textarea::placeholder{*/
/*    display: inline-block;*/
/*    color: #fff;*/
/*}*/
/*#placeholder{*/
/*    display: none;*/
/*    color: #fff;*/
    
/*}*/

.form-bl .form-bl__it input:focus,
.form-bl .form-bl__it select:focus,
.form-bl .form-bl__it textarea:focus {
  outline: none;
  border-color: #5d1bb8;
}

.form-bl .jq-file {
  cursor: pointer;
}
.form-bl .form-bl__it label{
    /*display: none;*/
    /*padding-left: 15px;*/
    padding-bottom: 5px;
}
.form-bl .jq-file.focused .jq-file__browse,
.form-bl .jq-file:hover .jq-file__browse {
  background: #5d1bb8;
}

.form-bl .jq-file.focused .file__name,
.form-bl .jq-file:hover .file__name {
  border-color: #5d1bb8;
}

.form-bl .jq-file__browse {
  background: #f15045;
  text-shadow: none;
  border: none;
  color: #fff;
}

.form-bl .uk-checkbox:checked,
.form-bl .uk-checkbox:indeterminate,
.form-bl .uk-radio:checked {
  background-color: #f15045;
}

.form-bl__sub {
  width: 250px;
  margin: 0 0 auto;
}

.form-bl__sub input {
  background: #f15045;
  border-radius: 20px 0 20px 0;
  padding: 15px 20px;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.form-bl__sub input:hover {
  background: #5d1bb8;
}

@media (max-width: 1219px) {
  .main-top .main__title {
    margin-bottom: 20px;
  }

  .contact-title {
    font-size: 60px;
  }

  .main-contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-contact__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }

  .main-tarif .advantages-btn {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .main-tarif .advantages-btn a {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    padding: 25px 0;
  }

  .main-tarif .tuning-tit {
    font-size: 40px;
  }

  .main-tarif .tuning-sl {
    margin-bottom: 30px;
  }

  .main-tarif .tuning-calc .tuning-calc__check label {
    font-size: 20px;
  }

  .main-tarif .tuning-calc .tuning-calc__check label span.check-txt {
    width: 68%;
  }

  .ipotek .ipotek-ban {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ipotek .kred.kred-bl .uk-flex {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ipotek .kred.kred-bl .uk-flex .kred-tab-main {
    padding-left: 25px;
  }

  .ipotek .kred.kred-bl .uk-flex .kred-card {
    right: 4%;
  }

  .ipotek .kred.kred-bl .uk-flex .kred-more {
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    -o-flex: 0 1 100%;
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    padding: 20px 30px;
  }
}

@media (max-width: 1023px) {
  .ab-bl .ab-bl-left .ab-bl__pic {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ab-bl .ab-bl-right .burger {
    display: block;
  }

  .main-top {
    margin-bottom: 30px;
  }

  .main-top .main__title {
    font-size: 30px;
    text-align: left;
  }

  .main-top .form-search {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .categ {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    border-radius: 20px 20px 0  0;
    background: #5d1bb8;
    border-top: 4px solid #fc765d;
    color: #fff;
    z-index: 101;
    text-align: center;
    cursor: pointer;
  }

  .categ:hover {
    -webkit-animation: shake 1s ease-in-out alternate;
    animation: shake 1s ease-in-out alternate;
  }

  .main-gr .main-gr__lf {
    display: none;
    visibility: hidden;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .main-gr .main-gr__lf.active {
    padding: 40px 40px 100px;
    margin: 0;
    overflow: auto;
    background: #5d1bb8;
    display: block;
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }

  .main-gr .main-gr__lf ul li ul {
    position: relative;
    left: 0;
    min-width: auto;
    max-width: 100%;
    -webkit-column-count: auto;
    column-count: auto;
    min-height: 1px;
    max-height: 200px;
    overflow-y: auto;
  }

  .main-gr .main-gr__lf ul li ul::-webkit-scrollbar {
    width: 0px;
    height: 3px;
    opacity: 0;
  }

  .main-gr .main-gr__lf ul li ul::-webkit-scrollbar-track {
    background-color: #7a4bef;
  }

  .main-gr .main-gr__lf ul li ul::-webkit-scrollbar-track-piece {
    background-color: #fff;
  }

  .main-gr .main-gr__lf ul li ul::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #7a4bef;
    border-radius: 0px;
  }

  .main-gr .main-gr__lf ul li ul::-webkit-scrollbar-corner {
    background-color: #7a4bef;
  }

  .main-gr .main-gr__lf ul li ul::-webkit-resizer {
    background-color: #fff;
  }

  .main-gr .main-gr__lf ul li ul li.tit {
    display: none;
  }

  .main-gr .main-gr__lf ul li:hover ul,
  .main-gr .main-gr__lf ul li.active ul {
    display: none;
    -webkit-animation: none;
    animation: none;
  }

  .main-gr__mn .main-gr__mn-bl .main-gr__mn-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }

  .more-gr__mn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .more-gr__mn .more-bl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .more-gr__mn .more-pic {
    width: 90%;
    margin-left: 0;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .main-contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-tarif h1 {
    font-size: 40px;
  }

  .main-tarif .tarif-bl {
    margin-bottom: 50px;
  }

  .main-tarif .tarif-bl__pic {
    max-width: 350px;
  }

  .main-tarif .tarif-bl__pic .tarif-sl__item {
    max-width: 350px;
    height: 280px;
  }

  .main-tarif .tarif-bl .tarif-bl__tit {
    font-size: 30px;
  }

  .main-tarif .tarif-advantages {
    margin-bottom: 50px;
  }

  .main-tarif .advantages-btn a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    padding: 20px 0;
    font-size: 16px;
  }

  .main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    margin-bottom: 20px;
  }

  .main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item:nth-of-type(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin-right: 40px;
  }

  .ipotek .kred.kred-bl .uk-flex .kred-card {
    right: -2%;
  }

  .vklad-mbl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vklad-mbl .vklad-mbl__right {
    margin-bottom: 20px;
  }

  .news-more {
    margin-bottom: 40px;
  }

  .news-more .news-more__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .other-news {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .other-news__item {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}

@media (max-width: 770px) {
  .ab-bl .ab-bl-right {
    margin-right: -330px;
    position: absolute;
    max-width: 290px;
    top: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .vnut-content {
    padding-bottom: 10px;
  }

  .kred-bl {
    margin-bottom: 20px;
  }

  .kred-bl .kred-bl__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 20px;
  }

  .kred-bl .kred-bl__item .kred-bl__item-main {
    padding: 20px;
  }

  .kred-tab {
    margin-bottom: 20px;
  }

  .kred-tab .kred-tab__tit {
    font-size: 30px;
  }

  .kred-tab .kred-tab-bl {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 20px;
  }

  .kred-tab .kred-tab__txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .ab-bl .ab-bl-left {
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
  }

  .ab-bl .ab-bl-left .ab-bl__pic a {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
  }

  .main-gal {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 30px;
  }

  .main-gal__item {
    margin-bottom: 20px;
  }

  .main-gal__item a {
    min-width: auto;
  }

  .main-gal__item a:after {
    font-size: 100px;
  }

  .main-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-top .form-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .main-gr .main-gr__lf ul li > a {
    font-size: 16px;
  }

  .main-gr .main-gr__lf ul li ul li a {
    font-size: 16px;
  }

  .main-gr__mn .main__title {
    font-size: 30px;
  }

  .main-gr__mn .main-gr__mn-bl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-gr__mn .main-gr__mn-bl .main-gr__mn-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }

  .more-gr {
    margin-bottom: 20px;
  }

  .more-gr__mn .more-bl .count {
    margin-bottom: 20px;
  }

  .more-gr__mn .more-bl .count span {
    margin-bottom: 20px;
  }

  .more-gr__mn .more-bl .count__new {
    font-size: 36px;
  }

  .more-gr__mn .more-pic {
    width: 100%;
  }

  .contact-title {
    font-size: 40px;
  }

  .main-reviews h1 {
    font-size: 50px;
  }

  .main-reviews .reviews-bl {
    margin-bottom: 50px;
  }

  .main-reviews .rev-form .rev-form__item input {
    padding: 20px 30px;
  }

  .main-reviews .rev-form .rev-form__txt textarea {
    padding: 20px 30px;
  }

  .main-reviews .rev-form .rev-form__file {
    margin-bottom: 20px;
  }

  .main-reviews .rev-form button {
    padding: 20px 30px;
  }

  .main-tarif .tarif-bl__pic {
    max-width: 350px;
    float: none;
    margin: 0 auto 20px;
  }

  .main-tarif .tarif-bl__pic .tarif-sl .owl-dots {
    margin-top: 15px;
  }

  .main-tarif .tarif-advantages__tit {
    font-size: 30px;
    text-align: center;
  }

  .main-tarif .tarif-advantages__item:after {
    height: 150%;
  }

  .main-tarif .advantages-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-tarif .advantages-btn a {
    padding: 15px 0;
    font-size: 12px;
  }

  .main-tarif .tuning-tit {
    font-size: 36px;
  }

  .main-tarif .tuning-calc .tuning-calc__check label span.check-txt {
    width: 60%;
  }

  .main-tarif .tuning-calc .tuning-calc__result {
    padding-bottom: 20px;
  }

  .main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item:nth-of-type(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .ipotek .kred.kred-bl .uk-flex .kred-tab-main {
    border-radius: 10px;
    padding-bottom: 30px;
  }

  .ipotek .kred.kred-bl .uk-flex .kred-tab-main .tb-tit {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .ipotek .kred.kred-bl .uk-flex .kred-tab-main .filtr-bl__item {
    margin-bottom: 15px;
  }

  .ipotek .kred.kred-bl .uk-flex .kred-tab-main .filtr-bl__item label {
    font-size: 22px;
  }

  .ipotek .kred.kred-bl .uk-flex .kred-tab-main .tb-tit {
    max-width: 450px;
  }

  .ipotek .kred.kred-bl .uk-flex .kred-tab-main .filtr-bl__item {
    max-width: 450px;
  }

  .ipotek .kred.kred-bl .uk-flex .kred-card {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 20px;
  }

  .vklad-bl .vklad-bl__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .vklad-mbl .vklad-mbl__right {
    margin-bottom: 0px;
    border-radius: 0 0 10px 10px;
  }

  .news-more .news-more__main .more-bl__pic {
    max-width: 250px;
    float: none;
    margin: 0 auto 20px;
  }

  .soc {
    margin: 15px 0px;
    text-align: left;
  }

  .bnt-back {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 559px) {
  .ab-bl .ab-bl-right .burger {
    right: 10px;
  }

  .main-gr__mn .main-gr__mn-bl .main-gr__mn-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .main-gr__mn .main-gr__mn-bl .main-gr__mn-item-num {
    padding: 0 15px;
  }

  .main-gr__mn .main-gr__mn-bl .main-gr__mn-item-name {
    padding: 0 15px;
  }

  .main-gr__mn .main-gr__mn-bl .main-gr__mn-item-count {
    padding: 0 15px;
  }

  .main-gr__mn .main-gr__mn-bl .main-gr__mn-item-btn {
    padding: 0 15px;
  }

  .more-gr h1.main__title {
    font-size: 30px;
  }

  .more-gr__mn .more-bl .count__btn {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .more-gr__mn .more-bl .count__btn a {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .contact-title {
    font-size: 40px;
  }

  .main-contact__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .main-contact__item .contact-tit {
    font-size: 30px;
  }

  .main-reviews h1 {
    font-size: 40px;
  }

  .main-reviews .reviews-bl__item {
    min-height: 250px;
    padding: 30px 40px;
  }

  .main-reviews .reviews-bl__item-tit {
    font-size: 25px;
  }

  .main-reviews .rev-form .d-fl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .main-reviews .rev-form .rev-form__item {
    margin-right: 0;
  }

  .main-reviews .rev-form .rev-form__item input:last-child {
    margin-bottom: 18px;
  }

  .main-reviews .rev-form .rev-form__file label {
    font-size: 18px;
  }

  .main-reviews .rev-form .rev-form__file label span {
    font-size: 45px;
  }

  .main-reviews .rev-form button {
    min-width: auto;
    width: 100%;
  }

  .main-tarif h1 {
    font-size: 32px;
    text-align: center;
  }

  .main-tarif .tarif-bl .tarif-bl__tit {
    font-size: 26px;
    text-align: center;
  }

  .main-tarif .tarif-bl p {
    text-align: center;
    font-size: 14px;
  }

  .main-tarif .tarif-advantages__tit {
    font-size: 26px;
  }

  .main-tarif .tarif-advantages__item .item-txt {
    font-size: 14px;
  }

  .main-tarif .advantages-txt {
    font-size: 18px;
  }

  .main-tarif .advantages-btn a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .main-tarif .tuning-tit {
    font-size: 30px;
  }

  .main-tarif .tuning-sl {
    font-size: 18px;
  }

  .main-tarif .tuning-calc .tuning-calc__check {
    padding: 25px;
  }

  .main-tarif .tuning-calc .tuning-calc__check label {
    font-size: 18px;
  }

  .main-tarif .tuning-calc .tuning-calc__check .jq-checkbox {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .main-tarif .tuning-calc .tuning-calc__check .jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 3px 0 0 3px;
  }

  .main-tarif .tuning-calc .tuning-calc__result {
    padding: 25px;
  }

  .main-tarif .tuning-calc .tuning-calc__result .result-tit {
    font-size: 18px;
  }

  .main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item:nth-of-type(3) {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-right: 0;
  }

  .main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item:nth-of-type(4) {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item.res-input input#result {
    font-size: 30px;
    max-width: 190px;
  }

  .main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item label {
    font-size: 18px;
  }

  .main-tarif .tuning-calc .tuning-calc__result .tuning-calc__result-item span {
    font-size: 16px;
  }

  .vklad-more .vklad-more__pic {
    margin-bottom: 20px;
  }

  .vklad-mbl {
    margin-bottom: 40px;
  }

  .vklad-mbl .vklad-mbl__left {
    margin: 20px 15px;
  }

  .vklad-mbl .vklad-mbl__left .vmbl__txt {
    padding: 20px 15px;
  }

  .vklad-mbl .vklad-mbl__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 15px;
  }

  .vklad-mbl .vklad-mbl__right .vmbl-rightmain {
    padding: 10px 15px;
  }

  .vklad-mbl .vklad-mbl__right .vmbl-rightmain .vmbl-rightmain-tb {
    margin: 0 5px;
    font-size: 14px;
  }

  .vklad-mbl .vklad-mbl__right .vmbl-rightmain .vmbl-rightmain-tb span {
    font-size: 24px;
  }

  .vklad-bl__tit {
    padding-right: 150px;
  }
}

@media (max-width: 400px) {
  .ipotek .ipotek-ban {
    padding: 30px 5px;
  }

  .ipotek .ipotek-ban .ipotek-form .title {
    font-size: 20px;
  }
}

@media (max-width: 376px) {
  .main-tarif .tuning-calc .tuning-calc__check label {
    font-size: 12px;
  }

  .main-tarif .tuning-calc .tuning-calc__check label span.check-txt {
    width: 50%;
    padding-right: 15px;
  }
}

@media (max-width: 360px) {
  .main-tarif .tarif-bl__pic .tarif-sl__item {
    max-width: 280px;
    height: 210px;
  }
}