html {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
}
li {
  list-style-type: none;
}

#menu {
  position: fixed;
  width: 100%;
  z-index: 2;
  background: rgba(0, 66, 123, 0.51);
  height: 60px;
  padding: 10px;
}

.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 1px;
  text-decoration: none;
}
.pushy a:hover {
  color: #fff;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu > ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu > ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #fff;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: "";
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#onebloks {
  min-height: 810px;
}
#onebloks:before {
  content: "";
  position: absolute;
  background: url(../img/shutterstock-min.png) no-repeat;
  background-position: center center;
  width: 100%;
  height: 800px;
  z-index: -2;
}
.slaie {
  position: relative;
  display: block;
  margin-top: 190px;
  width: 100%;
}
.klass {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.deshevle {
  font-size: 25px;
  color: #ffc001;
  font-weight: bold;
  border-bottom: 3px solid #fff;
  text-transform: uppercase;
}
.klass-two {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}
.deshevle-two {
  font-size: 23px;
  margin-top: 30px;
  display: block;
  color: #ffc001;
  font-weight: bold;
  border-bottom: 3px solid #fff;
  text-transform: uppercase;
}
.syvor {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
}
.kvc {
  color: #fff;
  font-size: 22px;
  margin-top: 35px;
  display: block;
}
.glass {
  color: #ffc001 !important;
  font-size: 17px !important;
  padding: 0.5rem 0.7rem !important;
}
.ticktwo {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 75px;
}
.bounce-1 {
  animation-name: bounce-1;
  animation-timing-function: linear;
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.schet {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.schet:after {
  content: "";
  position: absolute;
  background: url(../img/arrosw.png) no-repeat;
  width: 110px;
  height: 40px;
  top: 40px;
  margin-left: -130px;
}
.nav-link {
  display: block;
  padding: 0.7rem 0.7rem;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #ffc001;
}
.nav-link:active {
  color: #ffc001;
}
.nav-link-acytn {
  color: #212529 !important;
}
.plan-one-two {
  display: block;
  margin-top: 40px;
}
.plan-two-two {
  display: flex;
  cursor: pointer;
  color: #000;
  width: 255px;
  font-weight: bold;
  border: 1px solid #ffc001;
  background: #ffc001;
  border-radius: 15px;
  padding: 5px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.strelka-null {
  text-align: left;
  padding-right: 7px;
  font-size: 18px;
}
.plan-two-two:hover {
  transform: scale(1.1);
  font-size: 14px;
}
.block-stat {
  display: inline-block;
  width: 100%;
  background: #fafafa;
  border-right: 20px solid #ffc001;
  border-left: 20px solid #ffc001;
  min-height: 190px;
}
.status {
  float: left;
  padding: 42px;
}
.benefits__number {
  opacity: 0;
}
.svoi {
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  margin-top: 7px;
  display: block;
}
#stat p {
  color: #6e6e6e;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}
#stat span {
  color: #ffc001;
  text-align: center;
  display: block;
  font-size: 40px;
  font-weight: bold;
}
.arrow-prew {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  margin: 40px;
}
.arrow-prew:before {
  content: "";
  position: absolute;
  background: #ffc001;
  width: 90px;
  height: 30px;
  top: 9px;
  margin-left: -24px;
  z-index: -1;
}
.arrow-prew-all {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  margin-top: 95px;
  margin-bottom: 50px;
  text-transform: uppercase;
  z-index: 1;
}
.modal-header .arrow-prew-all {
  margin: 0;
}
.arrow-prew-all:before {
  content: "";
  position: absolute;
  background: #ffc001;
  width: 112px;
  height: 30px;
  top: 9px;
  margin-left: -25px;
  z-index: -1;
}
.arrow-prew:after {
  content: "";
  position: absolute;
  background: url(../img/ghost-one.svg) 100% 100% no-repeat;
  width: 52px;
  height: 52px;
  background-size: 100%;
  top: -25px;
  margin-left: 10px;
}
#calculator .arrow-prew-true {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 25px;
  text-transform: uppercase;
}
.pisti {
  display: flex;
  position: relative;
}
#about {
  margin-top: 60px;
}
.suv:after {
  content: "";
  position: absolute;
  background: url(../img/suvor.png) no-repeat;
  width: 100%;
  height: 112px;
  top: -45px;
  background-size: 100%;
  z-index: -2;
}
#about .arrow-prew-all {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
  z-index: 1;
}
#about .arrow-prew-all:before {
  content: "";
  position: absolute;
  background: #ffc001;
  width: 106px;
  height: 30px;
  top: 7px;
  margin-left: -10px;
  z-index: -1;
}
#about .tex-about {
  text-align: left;
  padding-top: 34px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0px;
}
#about .tex-about-two {
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
}
#about .vidos {
  width: 85%;
  height: auto;
  float: right;
}
.lahlag {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(255, 192, 1);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
.title-ez:before {
  content: "";
  position: absolute;
  background: #ffc001;
  width: 71px;
  height: 25px;
  top: 4px;
  margin-left: 57px;
  z-index: -1;
}
.text {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
}
.laturg {
  margin-top: -10px !important;
}
.pro-text {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.pro-lags {
  text-align: center;
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
}
.pro-lags span {
  border-bottom: 5px solid #ffc001;
}
.title-ez {
  position: relative;
  text-align: right;
  font-size: 23px;
  font-weight: bold;
  margin-top: 48px;
  margin-bottom: 35px;
}
.images-las {
  background: url(../img/priziv/dock.png) center no-repeat;
  width: 90px;
  height: 90px;
  background-color: #ffc001;
  border-radius: 100%;
  float: right;
  margin-bottom: 10px;
}
.images-las-two {
  background: url(../img/priziv/sjit.png) center no-repeat;
  width: 90px;
  height: 90px;
  background-color: #ffc001;
  border-radius: 100%;
  float: right;
  margin-bottom: 10px;
}
.images-las-free {
  background: url(../img/priziv/det.png) center no-repeat;
  width: 90px;
  height: 90px;
  background-color: #ffc001;
  border-radius: 100%;
  float: right;
  margin-bottom: 10px;
}
.images-las-fix {
  display: block;
  float: right;
  width: 100%;
  text-align: right;
  margin-bottom: 35px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.text-two {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
}
.pullright {
  float: right;
  display: block;
  padding-right: 65.5px;
  margin-top: -34px;
  margin-bottom: 20px;
}
.priziv {
  font-size: 29px;
  font-weight: bold;
  display: block;
  position: relative;
}
.priziv:before {
  content: "";
  position: absolute;
  border-left: 5px solid #ffc001;
  width: 5px;
  height: 68px;
  top: 10px;
  left: -20px;
}
.jelt {
}
.jelt:after {
  content: "";
  position: absolute;
  background: url(../img/ghost.svg) 100% 100% no-repeat;
  width: 52px;
  height: 52px;
  background-size: 100%;
  top: 5px;
  margin-left: 60px;
}
.arrow-two {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  margin: 40px;
}
.arrow-two:before {
  content: "";
  position: absolute;
  background: url(../img/kvartira.png) 100% 100% no-repeat;
  width: 100%;
  height: 65px;
  left: 5px;
  top: -5px;
  background-size: 100%;
}
.cherta {
  border-bottom: 5px solid #ffc001;
  line-height: 1;
  position: inherit;
  display: inline-block;
}
.cherta-two {
  display: block;
  margin-top: 15px;
}
.cherta-two:before {
  content: "";
  position: absolute;
  background: url(../img/down-arrow.svg) no-repeat;
  width: 65px;
  height: 55px;
  background-size: 100%;
  top: 110px;
  margin-left: 120px;
}
.cherta-two:after {
  content: "";
  position: absolute;
  background: url(../img/kvartira-v-rassrochku-bez-posrednikov.png) no-repeat;
  width: 312px;
  height: 140px;
  background-size: 100%;
  top: 4px;
  margin-left: 10px;
  right: 30px;
  transform: scaleX(-1);
}
.calcul-left-block {
  width: 80%;
  display: block;
  float: left;
  margin-bottom: 60px;
}
.calcul-right-block {
  display: block;
  float: right;
  width: 20%;
  padding-right: 25px;
}
.arrow-prew-two {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  margin: 40px 0 0;
}
.tex-about {
  text-align: center;
  padding-top: 20px;
  padding-right: 65px;
  padding-left: 65px;
  padding-bottom: 20px;
}
.tex-about-two {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.card {
  display: inline-block;
  border: none;
}
.p-3 {
  padding: 0.1rem !important;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.025rem - 1px);
  border-top-right-radius: calc(0.025rem - 1px);
  float: left;
}
.card-body {
  width: 100%;
  float: left;
  min-height: 230px;
}
.card-title {
  text-transform: uppercase;
  color: #ffc001;
  font-weight: 600;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.card-text {
  color: #616161;
  font-size: 15px;
  line-height: 1.9;
}
.price {
  position: relative;
}
.price:before {
  content: "";
  position: absolute;
  background: url(../img/Rectangle2431.png) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.nav-pills {
  width: 70%;
  text-align: center;
  margin-top: 50px;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
  background: #f4d574;
  margin-bottom: 10px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #212529;
  background-color: #ffc001;
}
.arrow-prew-true {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  margin-top: 55px;
  margin-bottom: 30px;
  padding-left: 25px;
  text-transform: uppercase;
}
.arrow-prew-true:before {
  content: "";
  position: absolute;
  background: #ffc001;
  width: 112px;
  height: 30px;
  top: 9px;
  margin-left: -25px;
  z-index: -1;
}
.title-fix {
  font-size: 15px;
  margin-top: -12px;
  color: #000;
  font-weight: bold;
}
.lag {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #616161;
}
.text-light-two {
  font-size: 13px;
  font-weight: 600;
  color: #616161;
  display: block;
}
.text-free {
  text-align: center;
  margin-bottom: 40px;
}
.plan-one {
  display: block;
  text-align: center;
  margin-bottom: 55px;
}
.plan-two {
  color: #000;
  font-weight: bold;
  border-bottom: 4px solid #ffc001;
  cursor: pointer;
}
.carousel-control-prev-icon {
  background-image: url(../img/nav/strelkaleft.png) !important;
}
.carousel-control-next-icon {
  background-image: url(../img/nav/strelkarihgt.png) !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: no-repeat 50%/100% 100%;
}
.obertka {
  border-left: 5px solid #ffc001;
  padding-left: 5px;
}
#uslovia .arrow-prew-all {
  display: block;
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 95px;
  text-transform: uppercase;
}
.tex-about-gg {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.usl {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: #f9f9f9;
}
.list-group {
  display: block;
  width: 100%;
}
.list-group-item {
  float: left;
  width: 25%;
  background: #00427b;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 0;
}
.list-group-item.active span {
  border-bottom: 5px solid #ffc001;
  padding-bottom: 8px;
}
.list-group-item.active {
  z-index: 1;
  color: #fff;
  background-color: #00427b;
  font-weight: 600;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #fff;
  text-decoration: none;
  background-color: #00427b;
  font-weight: 600;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-img-lag {
  width: 50%;
  float: left;
  padding: 20px;
}
.laki {
  margin-top: 30px;
}
.card-img-rak {
  width: 75%;
  display: block;
  float: right;
  padding-bottom: 30px;
  padding-right: 30px;
}
.tabiki {
  color: #ffc001;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 25px;
}
.card-img-rak-two {
  display: block;
  float: right;
  padding-bottom: 30px;
  padding-right: 30px;
}
.claster {
  width: 100%;
  display: block;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  padding-left: 25px;
}
.claster:before {
  content: "";
  position: absolute;
  background: url(../img/galka.png) no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100%;
  top: 5px;
  left: 0px;
}
.curentAdvantages {
  display: block !important;
}
.lgs_0,
.lgs_1,
.lgs_2,
.lgs_3 {
  display: none;
}
.razz {
  position: absolute;
  margin-top: -122px;
  background: #ffffffc9;
  margin-right: 15px;
  min-height: 122px;
  transition: all 0.8s ease;
}
.razz:hover {
  background: #ffc001d9;
  margin-top: -160px;
  min-height: 160px;
}
.razz:hover .razz-two {
  font-size: 20px;
}
.razz-two {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
}

.razz-free {
  text-align: center;
  display: block;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
}
.card-img-lol {
  width: 40%;
  display: block;
  margin: 0 auto;
}
.info {
  display: block;
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
}
.info-two {
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px;
  font-size: 15px;
  color: #7c7c7c;
  height: 80px;
}
.forma {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  min-height: 250px;
}
.forma:before {
  content: "";
  position: absolute;
  background: url(../img/Rectangle2418.png) no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
.dddd {
  border: none;
  padding: 10px;
  border-radius: 3px;
  width: 70%;
  margin: 0 auto;
}
.grand {
  background: #1b2739;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
  text-transform: uppercase;
}
.form-check-label {
  margin-bottom: 0;
  font-size: 14px;
}
.grand:hover {
  color: #ffc001;
}
.car {
  float: left;
}
.kek {
  width: 100%;
  margin-top: 25px;
  color: #fff;
  display: inline-block;
}

footer {
  display: block;
  width: 100%;
  background: #1b2739;
  min-height: 245px;
}
.foot-zero {
  margin-top: 30px;
  padding-left: 100px;
}
.foot-one {
  margin-top: 30px;
}
.foot-two {
  color: #fff;
}
.foot-free {
  padding: 0;
  list-style-type: none;
}
.foot-foo {
  color: #fff;
  list-style-type: none;
}
.btn-success {
  color: #fff;
  background-color: #ffc001;
  border-color: #d4a105;
}
.btn-success:focus {
  color: #fff;
  background-color: #ecb91f;
  border-color: #d4a105;
}
.btn-success:hover {
  color: #fff;
  background-color: #ecb91f;
  border-color: #d4a105;
}
.btn-success:active {
  background-color: #ecb91f !important;
  border-color: #d4a105 !important;
  box-shadow: none !important;
}
.ragens {
  color: #000;
}
.vidos {
  width: 75%;
  height: auto;
}
@media (min-width: 1501px) and (max-width: 1800px) {
  #onebloks {
    min-height: 690px;
  }
  #onebloks:before {
    content: "";
    position: absolute;
    background: url(../img/shutterstock-min.png) no-repeat;
    background-position: center center;
    width: 100%;
    height: 685px;
    z-index: -2;
  }
  .slaie {
    position: relative;
    left: 5%;
    display: block;
    margin-top: 100px;
  }
  .schet {
    position: relative;
    display: inline-block;
    right: 0%;
    color: #fff;
    bottom: 0%;
    font-size: 24px;
    font-weight: bold;
  }
}
@media (min-width: 1366px) and (max-width: 1500px) {
  #onebloks {
    min-height: 690px;
  }
  #onebloks:before {
    content: "";
    position: absolute;
    background: url(../img/shutterstock-min.png) no-repeat;
    background-position: center center;
    width: 100%;
    height: 685px;
    z-index: -2;
  }
  .slaie {
    position: relative;
    left: 5%;
    display: block;
    margin-top: 100px;
  }
  .schet {
    position: relative;
    display: inline-block;
    right: 0%;
    color: #fff;
    bottom: 0%;
    font-size: 24px;
    font-weight: bold;
  }
}
@media (min-width: 1201px) and (max-width: 1365px) {
  #onebloks {
    min-height: 582px;
  }
  #onebloks:before {
    content: "";
    position: absolute;
    background: url(../img/shutterstock-min.png) no-repeat;
    background-position: center center;
    width: 100%;
    height: 580px;
    z-index: -2;
  }
  .schet {
    position: relative;
    display: inline-block;
    right: 0%;
    color: #fff;
    bottom: 0%;
    font-size: 24px;
    font-weight: bold;
  }
  .plan-one-two {
    display: block;
    margin-top: 0px;
  }
  .slaie {
    position: relative;
    left: 5%;
    display: block;
    margin-top: 100px;
  }
  .ticktwo {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 50px;
  }

  .klass {
    display: block;
    position: relative;
    margin-bottom: 15px;
  }
  .syvor {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
  }
  .kvc {
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    display: block;
  }
  .deshevle-two {
    font-size: 23px;
    margin-top: 15px;
    display: block;
    color: #ffc001;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
  }
  .list-group-item {
    float: left;
    width: 25%;
    background: #00427b;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    font-size: 13px;
  }
  .razz {
    position: absolute;
    margin-top: -150px;
    background: #ffffffc9;
    margin-right: 15px;
    min-height: 150px;
  }
  .imegas {
    min-height: 225px;
  }
  .card-body {
    width: 100%;
    float: left;
    min-height: 282px;
  }
  .forma:before {
    content: "";
    position: absolute;
    background: url(../img/Rectangle2418.png) no-repeat;
    width: 100%;
    height: 100%;
    left: 0%;
    display: block;
    z-index: -1;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .plan-one-two {
    display: block;
    margin-top: 0px;
  }
  #onebloks {
    min-height: 630px;
  }
  #onebloks:before {
    content: "";
    position: absolute;
    background: url(../img/shutterstock-min.png) no-repeat;
    background-position: center center;
    width: 100%;
    height: 626px;
    z-index: -2;
  }
  .slaie {
    position: relative;
    display: block;
    margin-top: 150px;
    width: 100%;
  }
  .schet {
    position: relative;
    display: inline-block;
    right: -1%;
    color: #fff;
    bottom: 2%;
    font-size: 27px;
    font-weight: bold;
  }
  .klass {
    display: block;
    position: relative;
    margin-bottom: 15px;
  }
  .syvor {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
  }
  .kvc {
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    display: block;
  }
  .deshevle-two {
    font-size: 23px;
    margin-top: 15px;
    display: block;
    color: #ffc001;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
  }
  .cherta-two:after {
    content: "";
    position: absolute;
    background: url(../img/kvartira-v-rassrochku-bez-posrednikov.png) no-repeat;
    width: 312px;
    height: 140px;
    background-size: 100%;
    top: 4px;
    margin-left: 0px;
    right: 0px;
    transform: scaleX(-1);
  }
  .list-group-item {
    float: left;
    width: 25%;
    background: #00427b;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    font-size: 13px;
  }
  .razz {
    position: absolute;
    margin-top: -150px;
    background: #ffffffc9;
    margin-right: 15px;
    min-height: 150px;
  }
  .pullright {
    float: right;
    display: block;
    padding-right: 45px;
    margin-top: -15px;
    margin-bottom: 20px;
  }
  .priziv {
    font-size: 20px;
    font-weight: bold;
    display: block;
    position: relative;
  }
  .priziv:before {
    content: "";
    position: absolute;
    border-left: 5px solid #ffc001;
    width: 5px;
    height: 50px;
    top: 5px;
    left: -20px;
  }
  .laturg {
    margin-top: -1px !important;
  }
  .imegas {
    min-height: 225px;
  }
  .card-body {
    width: 100%;
    float: left;
    min-height: 282px;
  }
  .forma:before {
    content: "";
    position: absolute;
    background: url(../img/Rectangle2418.png) no-repeat;
    width: 100%;
    height: 100%;
    left: 0%;
    display: block;
    z-index: -1;
  }
}
@media (min-width: 999px) {
  .menu-btn {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .nav-link {
    display: block;
    padding: 0.7rem 0.7rem;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
  }
  .glass {
    color: #ffc001 !important;
    font-size: 14px !important;
    padding: 0.5rem 0.7rem !important;
  }
}
@media (min-width: 766px) and (max-width: 999px) {
  #menu {
    height: 40px;
  }
  .menu-btn {
    float: right;
    margin-top: -7px;
    position: relative;
    display: inline-block;
    background: none;
    width: 100px;
    height: 30px;
    border: none;
    color: #fff;
  }
  #onebloks {
    min-height: 550px;
  }
  #onebloks:before {
    content: "";
    position: absolute;
    background: url(../img/shutterstock-min.png) no-repeat;
    background-position: center center;
    width: 100%;
    height: 550px;
    z-index: -2;
  }

  .schet {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
  }
  .schet:after {
    content: "";
    position: absolute;
    background: url(../img/arrosw.png) no-repeat;
    width: 103px;
    height: 40px;
    top: 35px;
    margin-left: -105px;
  }
  .deshevle {
    font-size: 18px;
    color: #ffc001;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
  }
  .syvor {
    font-size: 38px;
  }
  .kvc {
    color: #fff;
    font-size: 22px;
    margin-top: 15px;
    display: block;
  }
  .svoi {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    margin-top: 7px;
    display: block;
  }
  .deshevle-two {
    font-size: 18px;
    margin-top: 20px;
    display: block;
    color: #ffc001;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
  }
  .ticktwo {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 17px;
  }
  .justify-content-end {
    display: none;
  }
  .glass {
    color: #ffc001 !important;
    font-size: 12px !important;
    padding: 0rem 0rem !important;
  }
  .w-100 {
    width: 230% !important;
    margin-left: -53%;
  }
  .slaie {
    position: relative;
    left: 2%;
    display: block;
    margin-top: 105px;
  }
  .schet {
    position: relative;
    display: inline-block;
    right: 0%;
    color: #fff;
    bottom: 0%;
    font-size: 19px;
    font-weight: bold;
    top: 50px;
  }
  .schet:after {
    content: "";
    position: absolute;
    background: url(../img/arrosw.png) no-repeat;
    width: 103px;
    height: 40px;
    top: 35px;
    margin-left: -110px;
  }

  .calcul-right-block {
    display: block;
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .title-ez {
    position: relative;
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    margin-top: -40px;
    margin-bottom: 35px;
    width: 100%;
    text-align: center;
  }
  .images-las {
    background: url(../img/priziv/dock.png) center no-repeat;
    width: 90px;
    height: 90px;
    background-color: #ffc001;
    border-radius: 100%;
    float: none;
    margin-bottom: 10px;
    margin: 0 auto;
  }
  .images-las-two {
    background: url(../img/priziv/sjit.png) center no-repeat;
    width: 90px;
    height: 90px;
    background-color: #ffc001;
    border-radius: 100%;
    float: none;
    margin-bottom: 10px;
    margin: 0 auto;
  }
  .images-las-free {
    background: url(../img/priziv/det.png) center no-repeat;
    width: 90px;
    height: 90px;
    background-color: #ffc001;
    border-radius: 100%;
    float: none;
    margin-bottom: 10px;
    margin: 0 auto;
  }
  .images-las-fix {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
  }
  .plan-one-two {
    display: block;
    margin-top: 0px;
  }
  .plan-two-two {
    display: flex;
    cursor: pointer;
    color: #000;
    width: 255px;
    font-weight: bold;
    border: 1px solid #ffc001;
    background: #ffc001;
    border-radius: 15px;
    padding: 1px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
  }
  .klass {
    display: block;
    position: relative;
    margin-bottom: 15px;
  }
  .rak {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .card-img-rak {
    width: 100%;
    display: block;
    float: right;
    padding-bottom: 30px;
    padding-right: 0;
  }
  .card-img-rak-two {
    display: block;
    float: right;
    padding-bottom: 30px;
    padding-right: 0;
    width: 100%;
  }
  .status {
    padding: 10px;
  }
  .arrow-prew {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 25px;
  }
  .arrow-prew:before {
    top: 4px;
    width: 80px;
    height: 20px;
  }
  .text {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: normal;
  }
  .jelt:after {
    display: none;
  }
  .arrow-two {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    margin: 18px;
  }
  .cherta {
    margin-top: 120px;
  }
  .cherta-two:after {
    width: 230px;
    left: 0;
    margin: 0 auto;
  }
  .arrow-two:before {
    top: 70px;
  }
  .cherta-two:before {
    top: 186px;
    margin-left: 70px;
  }
  .arrow-prew-true {
    font-size: 25px;
  }

  .arrow-prew-true:before {
    content: "";
    position: absolute;
    background: #ffc001;
    width: 105px;
    height: 23px;
    top: 7px;
    margin-left: -20px;
    z-index: -1;
  }
  .calcul-two,
  .calcul-free,
  .calcul-for {
    display: inline-block !important;
    position: relative !important;
    width: 100% !important;
  }
  .calcul-two:before {
    content: "";
    position: absolute;
    border-bottom: 5px solid #ffc001;
    width: 94% !important;
    height: 30px !important;
    top: 17px !important;
    margin-left: 10px !important;
    z-index: -1;
    overflow: hidden;
  }
  .calcul-left-block {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 60px;
  }
  .fix-block {
    width: 25% !important;
    float: left !important;
    text-align: center !important;
  }
  .imba {
    display: block !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 9px !important;
  }
  .attr-price {
    display: block !important;
    text-align: center !important;
    margin-top: 20px !important;
    font-size: 11px !important;
  }
  .title-calcul {
    color: #ffc001 !important;
    font-weight: 600 !important;
    margin-top: 23px !important;
    margin-bottom: 30px !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    padding-left: 10px;
  }
  .fix-block-free {
    width: 100% !important;
    float: left !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  #tickmarks option {
    display: inline !important;
    width: 25px !important;
    font-weight: bold !important;
    font-size: 10px !important;
    margin-bottom: 10px !important;
  }
  .calcul-for:before {
    width: 94% !important;
    top: 17px !important;
    margin-left: 10px !important;
  }
  .fix-block-two {
    width: 20% !important;
  }
  .result {
    padding-left: 10px;
  }
  .arrow-prew-all {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 27px;
    font-weight: bold;
    margin: 5px;
    text-transform: uppercase;
    z-index: 1;
    margin-bottom: 25px;
  }
  .pullright {
    float: right;
    display: block;
    padding-right: 30px;
    margin-top: -12px;
    margin-bottom: 20px;
  }
  .priziv {
    font-size: 20px;
    font-weight: bold;
    display: block;
    position: relative;
  }
  .priziv:before {
    content: "";
    position: absolute;
    border-left: 5px solid #ffc001;
    width: 5px;
    height: 50px;
    top: 4px;
    left: -20px;
  }
  .laturg {
    padding-right: 30px !important;
    margin-top: 3px !important;
    margin-bottom: 20px !important;
  }
  .tex-about {
    text-align: center;
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 20px;
  }
  #preimushestvo {
    margin-top: 25px;
  }
  .list-group-item {
    float: left;
    width: 100%;
    background: #00427b;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
  }
  .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
    margin-bottom: 40px;
  }
  .razz {
    position: absolute;
    margin-top: -165px;
    background: #ffffffc9;
    margin-right: 15px;
    min-height: 217px;
  }
  .razz-two {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
  }
  .razz-free {
    text-align: center;
    display: block;
    font-size: 13px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .card-img-lag {
    width: 50%;
    float: left;
    padding: 20px;
  }
  .info-two {
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px;
    font-size: 15px;
    color: #7c7c7c;
    height: 120px;
  }
  .forma:before {
    content: "";
    position: absolute;
    background: url(../img/Rectangle2418.png) no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
    z-index: -1;
  }
  .dddd {
    border: none;
    padding: 10px;
    border-radius: 3px;
    width: 70%;
    margin: 10px auto;
  }
  .piba {
    margin: 0;
    width: 100%;
  }
  .card-title {
    text-transform: uppercase;
    color: #ffc001;
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .card-text {
    color: #616161;
    font-size: 12px;
    line-height: 1.9;
  }
  .card-body {
    width: 100%;
    float: left;
    height: 255px;
  }
  .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.025rem - 1px);
    border-top-right-radius: calc(0.025rem - 1px);
    float: left;
  }
  .nav-pills {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    display: inline-block;
  }
  .price:before {
    content: "";
    position: absolute;
    background: url(../img/Rectangle2431.png) repeat;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  .obertka {
    border-left: 5px solid #ffc001;
    padding-left: 5px;
    margin-top: 20px;
  }
  .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: 1.75rem;
  }
  .foot-zero {
    margin-top: 30px;
    padding-left: 15px;
  }
}
@media (max-width: 765px) {
  #menu {
    height: 40px;
  }
  .menu-btn {
    float: right;
    margin-top: -23px;
    position: relative;
    display: inline-block;
    background: none;
    width: 100px;
    height: 30px;
    border: none;
    color: #fff;
  }
  .justify-content-end {
    display: none;
  }
  .glass {
    color: #ffc001 !important;
    font-size: 12px !important;
    padding: 0rem 0rem !important;
  }
  #onebloks {
    min-height: 395px;
  }
  #onebloks:before {
    content: "";
    position: absolute;
    background: url(../img/shutterstock-min.png) no-repeat;
    background-position: center center;
    width: 100%;
    height: 395px;
    z-index: -2;
    background-size: 240%;
  }
  .w-100 {
    width: 230% !important;
    margin-left: -53%;
  }
  .syvor {
    font-size: 20px;
  }
  .slaie {
    position: relative;
    display: block;
    margin-top: 40px;
    width: 100%;
    padding: 10px;
  }
  .svoi {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-top: 7px;
    display: block;
  }
  .schet {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .schet:after {
    content: "";
    position: absolute;
    background: url(../img/arrosw.png) no-repeat;
    width: 39px;
    height: 40px;
    top: 30px;
    margin-left: -105px;
    background-size: 85%;
  }
  .deshevle {
    font-size: 14px;
    color: #ffc001;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
  }
  .deshevle-two {
    font-size: 12px;
    margin-top: 20px;
    display: block;
    color: #ffc001;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
  }
  .ticktwo {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 50px;
  }
  .calcul-right-block {
    display: block;
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .title-ez {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
  }
  .images-las {
    background: url(../img/priziv/dock.png) center no-repeat;
    width: 90px;
    height: 90px;
    background-color: #ffc001;
    border-radius: 100%;
    float: none;
    margin-bottom: 10px;
    margin: 0 auto;
  }
  .images-las-two {
    background: url(../img/priziv/sjit.png) center no-repeat;
    width: 90px;
    height: 90px;
    background-color: #ffc001;
    border-radius: 100%;
    float: none;
    margin-bottom: 10px;
    margin: 0 auto;
  }
  .images-las-free {
    background: url(../img/priziv/det.png) center no-repeat;
    width: 90px;
    height: 90px;
    background-color: #ffc001;
    border-radius: 100%;
    float: none;
    margin-bottom: 10px;
    margin: 0 auto;
  }
  .images-las-fix {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
  }
  .plan-one-two {
    display: block;
    margin-top: 0px;
  }
  .laturg {
    margin-top: 30px !important;
    width: 100%;
    float: left !important;
  }
  .priziv:before {
    content: "";
    position: absolute;
    border-left: 5px solid #ffc001;
    width: 5px;
    height: 50px;
    top: 50px;
    left: 40px;
  }
  #calculator .plan-two-two {
    margin: 0 auto;
    width: 80%;
  }
  .plan-two-two {
    display: flex;
    cursor: pointer;
    color: #000;
    width: 255px;
    font-weight: bold;
    border: 1px solid #ffc001;
    background: #ffc001;
    border-radius: 15px;
    padding: 1px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
  }
  .kvc {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    display: block;
  }
  .klass {
    display: block;
    position: relative;
    margin-bottom: 15px;
  }
  .rak {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .card-img-rak {
    width: 100%;
    display: block;
    float: right;
    padding-bottom: 30px;
    padding-right: 0;
  }
  .card-img-rak-two {
    display: block;
    float: right;
    padding-bottom: 30px;
    padding-right: 0;
    width: 100%;
  }
  .status {
    padding: 10px;
  }
  .arrow-prew {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 25px;
  }
  .arrow-prew:before {
    top: 4px;
    width: 80px;
    height: 20px;
  }
  .text {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: normal;
  }
  .jelt:after {
    display: none;
  }
  .arrow-two {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    margin: 18px;
  }
  .cherta {
    margin-top: 120px;
  }
  .cherta-two:after {
    width: 230px;
  }
  .arrow-two:before {
    top: 70px;
  }
  .cherta-two:before {
    top: 190px;
    margin-left: 75px;
    background-size: 80%;
  }
  .arrow-prew-true {
    font-size: 25px;
  }

  .arrow-prew-true:before {
    content: "";
    position: absolute;
    background: #ffc001;
    width: 105px;
    height: 23px;
    top: 7px;
    margin-left: -20px;
    z-index: -1;
  }
  .calcul-two,
  .calcul-free,
  .calcul-for {
    display: inline-block !important;
    position: relative !important;
    width: 100% !important;
  }
  .calcul-two:before {
    content: "";
    position: absolute;
    border-bottom: 5px solid #ffc001;
    width: 94% !important;
    height: 30px !important;
    top: 17px !important;
    margin-left: 10px !important;
    z-index: -1;
    overflow: hidden;
  }
  .calcul-left-block {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 0px;
  }
  .fix-block {
    width: 25% !important;
    float: left !important;
    text-align: center !important;
  }
  .imba {
    display: block !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 9px !important;
  }
  .attr-price {
    display: block !important;
    text-align: center !important;
    margin-top: 20px !important;
    font-size: 11px !important;
  }
  .title-calcul {
    color: #ffc001 !important;
    font-weight: 600 !important;
    margin-top: 23px !important;
    margin-bottom: 30px !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    padding-left: 10px;
  }
  .fix-block-free {
    width: 100% !important;
    float: left !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  #tickmarks option {
    display: inline !important;
    width: 25px !important;
    font-weight: bold !important;
    font-size: 10px !important;
    margin-bottom: 10px !important;
  }
  .calcul-for:before {
    width: 94% !important;
    top: 17px !important;
    margin-left: 10px !important;
  }
  .fix-block-two {
    width: 20% !important;
  }
  .result {
    padding-left: 10px;
  }
  .arrow-prew-all {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 27px;
    font-weight: bold;
    margin: 5px;
    text-transform: uppercase;
    z-index: 1;
    margin-bottom: 25px;
  }
  .pullright {
    float: none;
    display: block;
    padding-right: 8px;
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: center;
  }
  .priziv {
    font-size: 20px;
    font-weight: bold;
    display: block;
    position: relative;
    margin: 0px auto;
    width: 290px;
  }
  .tex-about {
    text-align: center;
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 20px;
  }
  #preimushestvo {
    margin-top: 25px;
  }
  .list-group-item {
    float: left;
    width: 100%;
    background: #00427b;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
  }
  .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
    margin-bottom: 40px;
  }
  .razz {
    position: absolute;
    margin-top: -190px;
    background: #ffffffc9;
    margin-right: 15px;
    min-height: 217px;
  }
  .razz:hover {
    background: #ffc001d9;
    margin-top: -200px;
    min-height: 160px;
  }
  .card-img-lag {
    padding: 20px 5px;
  }
  .forma:before {
    content: "";
    position: absolute;
    background: url(../img/Rectangle2418.png) no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
    z-index: -1;
  }
  .dddd {
    border: none;
    padding: 10px;
    border-radius: 3px;
    width: 70%;
    margin: 10px auto;
  }
  .piba {
    margin: 0;
    display: block;
  }
  .card-body {
    width: 100%;
    float: left;
  }
  .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.025rem - 1px);
    border-top-right-radius: calc(0.025rem - 1px);
    float: left;
  }
  .nav-pills {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    display: inline-block;
  }
  .price:before {
    content: "";
    position: absolute;
    background: url(../img/Rectangle2431.png) repeat;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  .obertka {
    border-left: 5px solid #ffc001;
    padding-left: 5px;
    margin-top: 20px;
  }
  .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
  }
  .foot-zero {
    margin-top: 30px;
    padding-left: 15px;
  }
  .vidos {
    width: 90%;
    height: auto;
  }
  .pisti {
    display: block;
    position: relative;
    margin-bottom: 40px;
  }
}
.about-slider-wrapper {
  position: relative;
  margin-top: 30px;
}
.about-slider-wrapper::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #0b1f3a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-slider .slick-prev {
  left: -15px;
}
.about-slider .slick-next {
  right: -15px;
}
.about-slider .slick-prev,
.about-slider .slick-next {
  width: 30px;
  height: 30px;
}
.about-slider .slick-prev::before,
.about-slider .slick-next::before {
  opacity: 1;
  font-size: 30px;
}
.about-slider .slick-slide img {
  max-width: calc(100% - 30px);
  margin: 0 15px;
}
.about-slider .slick-prev:hover::before,
.about-slider .slick-prev:focus::before,
.about-slider .slick-next:hover::before,
.about-slider .slick-next:focus::before {
  color: #efc224;
}
