/* _COLORS */
@import url(../fonts/PTSans_stylesheet.css);
@import url(../fonts/Acrom_stylesheet.css);
@import url(../fonts/Corbel_stylesheet.css);
@import url(../fonts/Sentury-gothic_stylesheet.css);
@import url(../fonts/Roboto_stylesheet.css);
/* _BTN */
.btn {
  padding: 11px 20px;
  border-radius: 25px;
  box-sizing: border-box;
  box-shadow: none !important;
  cursor: pointer;
  text-decoration: none !important;
  font-family: "CenturyGothicBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
  min-width: 200px;
}
.btn:hover, .btn:active, .btn:focus, .btn.active {
  outline: none;
}

.btn.access-btn {
  width: 80px;
  font-size: 14px;
  margin-top: 5px;
}

.btn.compact-btn {
  padding: 2px 15px !important;
}

.btn.midi-btn {
  padding: 5px 30px !important;
}

.btn.fileinput-btn {
  padding: 4px 10px !important;
}

.btn.btn-faicon {
  padding: 12px 12px !important;
  font-size: 20px;
  line-height: 20px;
}

.btn-default {
  color: #010101;
  border: solid 0px #E3F1FC;
  background: #E3F1FC;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default.active {
  color: #344446;
  background: #E3F1FC;
  border-color: #E3F1FC;
}
.btn-default.btn-notactive {
  cursor: default !important;
  color: #344446 !important;
}
.btn-default.btn-notactive:hover {
  background: #E3F1FC !important;
  border-color: #E3F1FC !important;
}

.btn-white {
  color: #29CF96;
  border: solid 0px #fff;
  background: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white.active {
  color: #29CF96;
  background: #FCF9F9;
  border-color: #FCF9F9;
}
.btn-white.btn-notactive {
  cursor: default !important;
  color: #29CF96 !important;
}
.btn-white.btn-notactive:hover {
  background: #FCF9F9 !important;
  border-color: #FCF9F9 !important;
}

.bg-gray .btn-default {
  color: #010101;
  border: solid 0px #E5E5E5;
  background: #E5E5E5;
}
.bg-gray .btn-default:hover, .bg-gray .btn-default:active, .bg-gray .btn-default:focus, .bg-gray .btn-default.active {
  color: #344446;
  background: #9D9D9D;
  border-color: #9D9D9D;
}

.btn-primary {
  color: #fff;
  background: #E96216;
  border: solid 0px #E96216;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active {
  color: #fff;
  background-color: #d55005 !important;
  border-color: #d55005 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #E96216 !important;
  border-color: #E96216 !important;
}

.btn-success {
  color: #fff;
  background: #29CF96;
  border: solid 0px #29CF96;
}
.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.active, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background: #24bc86 !important;
  border-color: #24bc86 !important;
}
.btn-success.btn-notactive {
  cursor: default !important;
}
.btn-success.btn-notactive:hover {
  background: #24bc86 !important;
  border-color: #24bc86 !important;
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #24bc86 !important;
  border-color: #24bc86 !important;
}

.btn-border-primary {
  color: #344446;
  background: #fff;
  border: solid 1px #E96216;
}
.btn-border-primary:hover, .btn-border-primary:active, .btn-border-primary:focus, .btn-border-primary.active {
  color: #fff;
  background: #d55005 !important;
  border-color: #d55005 !important;
}
.btn-border-primary.btn-notactive {
  cursor: default !important;
}
.btn-border-primary.btn-notactive:hover {
  color: #344446 !important;
  background: #fff !important;
  border-color: #E96216 !important;
}

button:focus {
  outline: none;
}

.button_next {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  text-align: center;
  color: #344446;
  background: #E3F1FC;
  border-radius: 25px;
  width: 100%;
  max-width: 640px;
  justify-content: center;
}

/* _ICONS */
/* _COLORS */
i.icon {
  display: block;
}
i.icon.search {
  width: 16px;
  height: 16px;
  background-image: url("../images/search.svg");
}
i.icon.eye {
  width: 24px;
  height: 16px;
  background-image: url("../images/eye.svg");
}
i.icon.creditcard {
  width: 28px;
  height: 18px;
  background-image: url("../images/icons/paycard.svg");
  background-size: cover;
}
i.icon-little {
  display: inline-block;
  width: 15px;
  height: 16px;
  background: url(../images/icons/icons.png) 0 0 no-repeat;
}
i.icon-little.home {
  background-position: -30px 0;
}

.content-page {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-page .item-list .item {
  margin-bottom: 30px;
  padding: 35px 25px 0 25px;
}
.content-page .item-list .item::before {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 1;
  left: -10px;
  top: 0;
  background: url(../images/point.svg) 0 0 no-repeat;
}
.content-page .item-list .item .inner {
  position: relative;
  z-index: 99;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid #29CF96;
  box-sizing: border-box;
  height: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.content-page .item-list .item .inner .img {
  flex: 1 0 55%;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.content-page .item-list .item .inner .description {
  display: flex;
  flex-direction: column;
  flex: 1 0 65%;
  height: 250px;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 100px;
}
.content-page .item-list .item .inner .description .titleprice {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #344446;
}
.content-page .item-list .item .inner .description .textprice {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #344446;
  padding-left: 15px;
  padding-right: 15px;
}
.content-page .item-list .item .inner .description .more {
  display: flex;
  flex-direction: column;
  flex: 1 0 30%;
  justify-content: flex-end;
  align-items: center;
  height: 30%;
  min-width: 200px;
  width: 100%;
  margin-bottom: 30px;
}

.swiper-button-prev {
  visibility: hidden;
}

.swiper-button-next {
  visibility: hidden;
}

main .btn {
  min-width: 200px;
}

.middle-block .content h2 {
  padding-bottom: 60px !important;
}
@media (max-width: 767.98px) {
  .content-page .item-list .item .inner .description .titleprice {
    font-size: 16px;
    line-height: 17px;
  }
  .content-page .item-list .item .inner .description .textprice {
    font-size: 14px;
    line-height: 15px;
  }
}

/*# sourceMappingURL=main.css.map */
