/*
 INDEXIS
 1. Based
 2. Header
 3. Author
 4. Who
 5. Products
 6. Installment
 7. Works
 8. FAQ
 9. CTA
 10. Footer
 11. Order
 12. Mobile Menu
 13. Menu
 14. Hello
*/

/*
 1. Based
*/
* {box-sizing: border-box;}
html,body{margin:0;padding:0;}

body {
    background: #D5C9B64D;
}
.b26 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
a {
    color: #691717;
    text-decoration: underline;
}
a:hover {
    color: #691717;
    text-decoration: none;
}
a.order {
    text-decoration: none;
    background: #691717;
    color: #FFF;
    padding: 10px 40px;
    max-width: 300px;
    text-align: center;
    margin: 20px auto;
}
a.order:hover {
    color: #FFF;
    background: #9d2525;
}
a.order.tpay {
    box-shadow: 1px 1px 1px 1px #97979747;
    text-decoration: none;
    background: #ffdd2d;
    color: #000;
    padding: 5px 10px;
    max-width: 180px;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    align-content: center;
    align-items: center;
    border-radius: 10px;
    height: 40px;
}
a.order.tpay:hover {
    background: #ffd709;
}
a.order.tpay img {
    max-width: 70px;
}
a.order.dolyami {
    box-shadow: 1px 1px 1px 1px #97979747;
    text-decoration: none;
    background: #333333;
    color: #000;
    padding: 5px 10px;
    max-width: 180px;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
    align-content: center;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    height: 40px;
}
a.order.dolyami:hover {
    background: #444444;
}
a.order.dolyami img {
    max-width: 100px;
}
/*
 2. Header
*/
.b26.header {
    margin-top: 100px;
    background: #FFF;
    padding: 0;
}
.b26.header .row {
    display: flex;
}
.b26.header .row .col1 {
    position: relative;
    width: 50%;
    padding: 250px 50px;
    background: #f7f5f2;
    height: 500px;
}
.b26.header .row .col1 .desc {
    position: absolute;
    top: 40px;
    left: 50px;
    color: #270000;
    font-size: 16px;
}
.b26.header .row .col1 h1 {
    color: #270000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.b26.header .row .col1 .name {
    margin: 10px 0 0 ;
    color: #270000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.b26.header .row .col2 {
    position: relative;
    background: #691717;
    text-align: center;
    margin: 100px 0 0 0;
    color: #FFF;
    font-weight: 300;
    padding: 0 30px;
    width: 50%
}
.b26.header .row .col2 img {
    width: 300px;
    margin: -100px 0 0 0;
}
.b26.header .row .col2 .desc {
    max-width: 400px;
    text-align: left;
    display: block;
    margin: 10px auto 40px;
}
@media all and (max-width : 800px) {
  main {
    overflow: hidden;
  }
  .b26.header {
    margin-top: 0px;
  }
  .b26.header .row {
    display: flex;
    flex-direction: column;
  }
  .b26.header .row .col1 {
    width: 100%;
    padding: 150px 50px;
    height: 200px;
  }
  .b26.header .row .col2 {
    width: 100%;
  }
}
/*
 3. Author
*/
.b26.author {
    padding: 50px;
    background: #FFF;
    text-align: center;
}
.b26.author h2 {
    color: #691717;
    margin-bottom: 50px;
}
.b26.author .desc {
    max-width: 500px;
    text-align: left;
    display: block;
    margin: 0 auto 40px;
    font-size: 16px;
}
.b26.author .desc ul {
    text-align: left;
}
@media all and (max-width : 1600px) {}
@media all and (max-width : 1200px) {}
@media all and (max-width : 1024px) {}
@media all and (max-width : 800px) {}
@media all and (max-width : 724px) {}
@media all and (max-width : 640px) {}
@media all and (max-width : 480px) {}
@media all and (max-width : 320px) {}
@media all and (max-width : 200px) {}

/*
 4. Who
*/
.b26.who {
    padding: 50px;
    background: none;
    text-align: center;
}
.b26.who h2 {
    color: #691717;
    margin-bottom: 50px;
}
.b26.who .items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%;
}
.b26.who .items .item {
    width: 23%;
    background: #691717;
    padding: 20px;
    color: #FFF;
    height: 145px;
}
.b26.who .items .item .title {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 700;
}
.b26.who .items .item .desc {
    font-weight: 300;
    color: #bdbdbd;
}
@media all and (max-width : 800px) {
  .b26.who {
    padding: 50px 10px;
  }
  .b26.who .items {
    display: flex;
    flex-wrap: wrap;
  }
  .b26.who .items .item {
    width: 48%;
    margin: 0 0 20px;
    min-height: 200px;
  }
}

/*
 5. Product
*/
.b26.products {
    background: #FFF;
    padding: 50px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.b26.products .product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10%;
    position: relative;
    margin: 0 0 60px 0;
}
.b26.products .product.left {
    width: 45%;
}
.b26.products .product.right {
    width: 45%;
}
.b26.products .product .title {
    color: #691717;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 40px 70px;
}
.b26.products .product.right .title {
    margin: 0 80px 40px 0;
    text-align: right;
}
.b26.products .product .title.center {
    text-align: center;
    width: 100%;
    margin: 0;
}
.b26.products .product .title.mrg {
    margin: 0 0 65px 0;
}
.b26.products .product .modul {
    position: absolute;
    top: 0;
    left: -20px;
    line-height: 60px;
    text-align: center;
}
.b26.products .product.right .modul {
    right: -20px;
    left: unset;
}
.b26.products .product .modul .number {
    font-size: 120px;
    color: #691717;
    text-shadow: -5px 5px #f1f0f0;
}
.b26.products .product .modul .text {
    color: #691717;
    text-transform: uppercase;
    font-size: 18px;
    margin: 5px 0;
}
.b26.products .product .desc {
    color: #691717;
    margin: 20px 40px;
    padding: 20px;
    background: #f8f5f2;
    font-size: 16px;
    line-height: 1.5;
}
.b26.products .product .price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
    margin: 10px 40px;
    width: 100%;
    font-size: 24px;
    text-align: center;
    background: #f4f4f4;
    padding: 0;
    position: relative;
}
.b26.products .product .price .base {
    padding: 20px 0;
    width: 50%;
    text-decoration: line-through;
}
.b26.products .product .price .current {
    padding: 20px 0;
    position: relative;
    width: 50%;
    background: #d9d9d9;
}
.b26.products .product .price .current .label {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.b26.products .product .price .current .amount {
}
.b26.products .product.right img {
    max-width: 100%;
    margin: 80px 0 0 0;
}

.products .product .action {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
    margin: 20px auto;
    gap: 15px;
}
.products .product .action .tpay img {
    max-width: 70px;
    margin: 0;
}
.products .product .action .dolyami  img {
    max-width: 100px;
    margin: 0;
}

@media all and (max-width : 800px) {
  .b26.products {
    padding: 50px 0px;
  }
  .b26.products .product {
    width: 100% !important;
  }
  .b26.products .product .modul {
    left: 5px;
  }
  .b26.products .product.right .modul {
    right: 5px;
  }
  .b26.products .product .modul .number {
    font-size: 100px;
  }
  .b26.products .product .modul .text {
    font-size: 12px;
    margin: 0;

  }
  .products .product .action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

/*
 6. Installment
*/
.b26.installment {
    background: #FFF;
    padding: 50px 40px;
}
.b26.installment a {
    display: block;
    padding: 25px 50px;
    background: #fafa44;
    max-width: 360px;
    text-align: center;
    color: #000;
    font-size: 24px;
    margin: 0 auto;
}

/*
 7. Works
*/
.b26.works {
    position: relative;
    background: #FFF;
    padding: 50px 40px;
}
.b26.works h2 {
    background: #691717;
    color: #FFF;
    padding: 10px;
    max-width: 300px;
    text-align: center;
    margin: 40px auto;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-item {
    height: 380px !important;
    overflow: hidden;
}
.owl-carousel .owl-item .item {
    text-align: center;
    margin: 0;
    padding: 0 10px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 64px !important;
    height: 40px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
    top: 35%;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -20px;
    top: 35%;
}
@media all and (max-width : 800px) {
  .b26.works {
    padding: 50px 40px 0;
  }
  .owl-carousel .owl-item {
    height: auto !important;
  }
}

/*
 8. FAQ
*/
.b26.faq {
    position: relative;
    background: #FFF;
    padding: 20px 40px 50px;
}
.b26.faq h2 {
    background: #691717;
    color: #FFF;
    padding: 10px;
    max-width: 500px;
    text-align: center;
    margin: 40px auto;
}
.ui.inverted.accordion .accordion>.title, .ui.inverted.accordion.menu .item>.title, .ui.inverted.accordion>.title {
    margin-top: 20px;
    color: #000;
    font-size: 24px;
}
.ui.accordion:not(.styled) .accordion .title~.content, .ui.accordion:not(.styled) .title~.content {
    margin: "";
    padding: .5em 0 1em;
    font-size: 16px;
}
@media all and (max-width : 800px) {
  .b26.faq {
    padding: 20px 10px 50px;
  }
}

/*
 9. CTA
*/
.b26.cta {
    position: relative;
    background: #FFF;
    padding: 120px 40px 50px;
}
.b26.cta h2 {
    text-align: center;
    font-weight: 500;
}
.b26.cta a {
    color: #000;
    display: block;
    background: #f7f5f2;
    box-shadow: -1px 1px 3px 1px #a1a1a18a;
    padding: 20px;
    margin: 20px auto;
    max-width: 300px;
    text-align: center;
    font-size: 16px;
}
.b26.cta .owner {
    position: relative;
    margin: 0 auto 100px;
    display: block;
    max-width: 450px;
    text-align: center;
    height: 450px;
}
.b26.cta .owner::after {
    content: " ";
    content: " ";
    position: absolute;
    width: 250px;
    height: 250px;
    background: #f7f4f1;
    z-index: 0;
    bottom: -20px;
    right: -80px;
}
.b26.cta .owner::before {
    content: " ";
    position: absolute;
    width: 300px;
    height: 300px;
    background: #691717;
    z-index: 0;
    top: -40px;
    left: -100px;
}
.b26.cta .owner img {
    position: absolute;
    z-index: 10;
    width: 450px;
    top: 0;
    left: 0;
}

/*
 10. Footer
*/
footer {
    height: 260px;
    text-align: center;
    background: #691717;
    color: #a9a9a9;
    padding: 40px 0 0;
}
footer a {
    color: #a9a9a9;
    text-decoration: underline;
    margin: 0 20px;
}
footer a:hover {
    color: #a9a9a9;
    text-decoration: none;
}

/*
 * 11. Order
 */
.block-05-25.order {
    text-align: center;
    max-width: 800px;
    margin: 100px auto;
    padding: 0 10px;
}
.block-05-25.order .desc {
    vertical-align: middle;
    color: #151414;
    font-size: 14px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.75;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.block-05-25.order .field {
    font-family: 'Unbounded', Arial, sans-serif;
    margin: 10px auto;
    text-align: left;
    /*max-width: 300px;*/
}
.block-05-25.order .field label {
    font-weight: 500;
    display: block;
    font-size: 14px;
}
.block-05-25.order .field label span {
    color: red;
}
.block-05-25.order .field input, .block-05-25.order .field select {
    width: 100%;
    padding: 8px 10px;
    margin: 5px 0;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    font-size: 14px;
}
.block-05-25.order .field input.error, .block-05-25.order .field select.error, .block-05-25.order .field .error:focus-visible {
    border: 1px solid red;
    color: red;
}
.block-05-25 .email-block {
    max-width: 300px;
}
.block-05-25 .privacy {
    margin: 20px 0;
    font-size: 16px;
}
.block-05-25.manual {
    text-align: center;
    max-width: 800px;
    margin: 100px auto;
}
.block-05-25 [type="submit"] {
    background: #691717;
    color: #FFF;
    padding: 10px 40px;
    max-width: 300px;
    text-align: center;
    margin: 20px auto;
    border: none;
    cursor: pointer;
}
.block-05-25 [type="submit"]:hover {
    color: #FFF;
    background: #9d2525;
}

/**
 * 12. Mobile Menu
 */
@media all and (max-width : 800px) {
.b-nav {
  background: #000 none repeat scroll 0 0;
  position: absolute;
  top: 0;
  width: 320px;
  z-index: 12;
  height: 100%;
}
.b-nav:not(.open) {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}
.b-nav {
  animation-duration: .4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}
.b-nav .copy {
  font-size: 14px;
  color: #515151;
  text-align: center;
}
.b-nav ul {
  padding-left: 0px;
}
.b-nav li {
  color: #fff;
  list-style-type: none;
  padding: 10px 10px 10px 0;
  text-align: left;
  -webkit-transform: translateX(345px);
  -ms-transform: translateX(345px);
  transform: translateX(345px)
}
.b-nav li:not(.open) {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}
.b-nav li:not(.open), .b-nav.open li {
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both
}
.b-nav li:first-child {
  margin-top: 0px
}
.b-nav.open {
  overflow-x: hidden;
  overflow-y: scroll;
  visibility: visible;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  max-width: 320px;
}
.b-nav:not(.open) {
  visibility: hidden;
  animation-duration: 0.4s;
  animation-fill-mode: backwards;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}
.b-nav.open li {
  /*max-width: 320px;
  overflow: hidden;*/
  padding-left: 30px;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}
.b-link {
  background: 0 0;
  border-left: rgba(255, 255, 255, 0)solid 2px;
  color: var(--color);
  transition: all .4s ease;
  width: auto
}
.b-link, .b-menu {
  -webkit-transition: all .4s ease;
}
.b-nav li {
  border-left: 2px solid var(--red);
}
/*.b-link--active,
.b-link:hover {
    border-left: #e00a12 solid 5px;
    padding-left: 30px
}*/

.b-menu {
  cursor: pointer;
  display: block;
  height: 66px;
  padding-top: 20px;
  position: relative;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 43px;
  z-index: 12;
  right: 10px;
}
.b-bun--bottom, .b-bun--mid, .b-bun--top {
  height: 2px;
  width: 25px
}
.b-container.open .b-main, .b-menu:hover {}
.b-bun {
  background: #691717;
  transition: all .4s ease
}
.b-brand, .b-bun {
  position: relative;
  -webkit-transition: all .4s ease
}
.b-bun--top {
  top: 0
}
.b-bun--mid {
  top: 8px
}
.b-bun--bottom {
  top: 16px
}
.b-brand {
  color: #2196f3;
  top: -21.43px;
  transition: all .4s ease;
  z-index: 13
}
    .b-container {
        display: block;
        width: 40px;
        position: absolute;
        right: 0px;
        top: 20px;
    }

.b-container:hover:not(.open) .bun-bottom, .b-container:hover:not(.open) .bun-mid, .b-container:hover:not(.open) .bun-top {
  background: #2196f3
}
.b-container.open .b-bun--top{
  top: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.b-container.open .b-bun--mid{
  opacity: 0
}
.b-container.open .b-bun--bottom{
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.b-container.open .b-brand{
  color: #fff
}
.mobile-search-btn {
    cursor: pointer;
    opacity: .8;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 25px;
    margin-left: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    border:none;
    line-height: 20px;
}
.mobile-search-btn:hover {
    opacity: 1;
}
.mobile-search {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #858585;
    color: #949494;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding: 10px;
    width: 80%;
}
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

/**
 * 13. Menu
*/
header {
    width: 1200px;
    margin: 0 auto;
}

.block-05-25.menu {
    overflow: hidden;
    text-align: center;
    /*padding: 10px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #f7f5f2;
}
.block-05-25.menu img {
    max-width: 100px;
    max-height: 50px;
}
.block-05-25.menu ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.block-05-25.menu ul li a {
    color: #151414;
    font-size: 16px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.block-05-25.menu ul li a:hover {
    color: #691717;
}
.block-05-25.menu ul li a.btn {
    color: #FFF;
}
.block-05-25.menu ul li a.btn:hover {
    color: #000;
}
.block-05-25.menu ul.open {
    list-style: none;
    display: block;
    align-items: unset;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    background: #ededed;
    padding: 60px 30px 0;
    max-width: 250px;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    overflow-y: unset;
    box-shadow: 3px 1px 20px 0px #bdbdbd;
}
.block-05-25.menu ul.open li {
    transform: unset;
    padding-left: 0;
}
@media (max-width: 1040px) {
  .block-05-25.menu ul {
    gap: 15px;
  }
}
@media (max-width: 840px) {
  .block-05-25.menu ul {
    gap: 15px;
    display: none;
  }
  .block-05-25.menu ul li a {
    font-size: 16px;
  }
}

/**
 * 14. Hello
*/
