/* ------------------------------------------------------------------
 * Name         : Sirin - HTML Template
 * File         : styles.css
 * Author       : ScanThemes
 * Author URI   : scanthemes@gmail.com
 *
 * All Rights Reserved.
 * --------------------------------------------------------------------- */
/* ---------------------------------------------------------------------

  [Table of contents]

    - Template
      -- Global
      -- Theme-tab
    - User CSS

------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------

  *** All that is included here refers to additional user-defined styles.
      You can freely change them or add new ones.

/*---------------------------------------------------------------------- */
/* [ Template ] */
/* Global */
@media (max-width: 768px) {
  .step-follow{
    width: 100%!important;
  }
  .button-projects{
    visibility: hidden;
  }
  .mobile-button-project{
    display: inline-block;
  }
}

@keyframes skeleton-loading {
  0%{
    background-color: hsl(200, 20%, 70%);
  }
  100%{
    background-color: hsl(200, 20%, 95%);
  }
}
body{
  min-width: 380px;
}
.transparent{
  background: transparent!important;
  border: none;
  box-shadow: none!important;
}
ul{
  padding-left: 0;
}
.price-header{
  height: 106px;
}
.media-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.media-progress-wrapper {
  width: 100%;
  height: .25rem;
  border-radius: 0;
  background: transparent; }

.media-app {
  max-width: 15rem; }

@media (min-width: 1200px) {
  .media-app {
    max-width: 18rem; } }
@media (min-width: 1680px) {
  .media-app {
    max-width: none; } }
.gray-box-gr {
  background: rgba(173, 181, 189, 0.25);
  background: -webkit-linear-gradient(top, rgba(173, 181, 189, 0.25) 0%, #adb5bd 100%);
  background: linear-gradient(to bottom, rgba(173, 181, 189, 0.25) 0%, #adb5bd 100%); }

.app-img {
  max-width: 28rem; }

.app-img {
  max-width: 25rem; }

.mwc-icon {
  max-width: 1.5rem;
  width: 100%; }

.h_shape {
  top: -14rem;
  left: -25rem;
  max-width: 180rem;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .h_shape img {
    opacity: .35; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); }
  50% {
    opacity: 1; } }
.heroSMG {
  padding-bottom: 20rem;
  padding-right: 20rem; }

.header {
  height: 40.625rem;
  background: linear-gradient(130deg, white 1%, rgba(255, 255, 255, 0.85) 100%); }

@media (min-width: 992px) {
  .header {
    min-height: 55.625rem;
    height: 100vh; 
  } }
/* Theme-tab */
.theme-tab-nav .theme-tab-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  padding: 1.1rem;
  background: transparent; }
.theme-tab-nav .theme-tab-item .active {
  background: #e9ecef;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }
.theme-tab-nav .theme-tab-item:not(:last-child) {
  margin-right: 2rem; }
.theme-tab-nav .theme-tab-item img {
  width: 100%; }

@media (min-width: 992px) {
  .theme-tab-nav .theme-tab-item:not(:last-child) {
    margin-bottom: 2rem;
    margin-right: 0; } }
.tab-img-size {
  max-width: 22rem;
  width: 100%; }

.sort-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/* [ User CSS ] */

/*# sourceMappingURL=styles.css.map */
.apihu-port-section-heading .apihu-port-section-subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #e70280;
  margin-bottom: 13px;
}
.apihu-port-section-heading .apihu-port-section-title {
  font-size: 48px;
  font-weight: 700;
  color: #08203a;
  line-height: 1.25;
}
@media (max-width: 768px){
  .apihu-port-section-heading .apihu-port-section-title{
    font-size: 28px;
  }
  .shop-t-section{
    padding: 0 10px!important;
    text-align: center;
  }

}

.apihu-port-section-heading .apihu-port-section-text {
  font-size: 16px;
  color: #08203a;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 40px;
}
.apihu-port-pricing-area .apihu-port-single-pricing {
  background: -webkit-gradient(linear, left top, right bottom, from(#e4eef7), to(#ffffff));
  background: linear-gradient(to bottom right, #e4eef7, #ffffff);
  -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7;
  box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7;
  border-radius: 5px;
  padding: 40px 0;
  text-align: center;}



  @media (min-width: 768px){
    .justify-content-md-center {
      -ms-flex-pack: center!important;
      justify-content: center!important;
    }
  }

  .apihu-port-pricing-area .apihu-port-single-pricing h2 {
    font-size: 48px;
    color: #08203a;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.apihu-port-pricing-area .apihu-port-single-pricing ul li {
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  color: #08203a;
  font-weight: 500;
  margin-bottom: 20px;
  list-style: none;
}
.apihu-port-pricing-area .apihu-port-single-pricing a, .button-action {
  font-size: 15px;
  line-height: 1.5;
  color: #08203a;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background: -webkit-gradient(linear, left top, right bottom, from(#e4eef7), to(#ffffff));
  background: linear-gradient(to bottom right, #e4eef7, #ffffff);
  -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7;
  box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7;
  display: inline-block;
  padding: 13px 20px 16px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 0;
}

.apihu-port-pricing-area .apihu-port-single-pricing.active, .button-action:hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#3265f3), to(#0f7eb7));
  background: linear-gradient(to top right, #3265f3, #0f7eb7)
}

@media (max-width: 991.98px){
  .apihu-port-pricing-area .apihu-port-single-pricing {
    margin-bottom: 30px;
  }
}


.apihu-port-pricing-area .apihu-port-single-pricing.active h2 {
  color: #ffffff;
}
.apihu-port-pricing-area .apihu-port-single-pricing.active h3 {
  color: #ffffff;
}
.apihu-port-pricing-area .apihu-port-single-pricing.active ul li {
  color: #ffffff;
}
.apihu-port-pricing-area .apihu-port-single-pricing.active a, .button-action {
  background: -webkit-gradient(linear, left top, right top, from(#32b8f3e8), to(#0066ff));
  background: linear-gradient(to right, #32b8f3e8, #0066ff);
  color: #ffffff;
  -webkit-box-shadow: -4px -3px 8px 0px rgb(129 227 255 / 25%), 5px 5px 15px 0px rgb(15 135 183 / 42%);
  box-shadow: -4px -3px 8px 0px rgb(129 227 255 / 25%), 5px 5px 15px 0px rgb(15 135 183 / 42%)
}
.button-action{
  cursor: pointer;
  color: white!important;
}
.apihu-port-pricing-area .apihu-port-single-pricing a:hover:before, .button-action:hover:before {
  width: 100%;
}

.apihu-port-pricing-area .apihu-port-single-pricing a:before, .button-action:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(-141deg, #0066ff, #32b8f3e8);
  -webkit-box-shadow: -4px -3px 8px 0px rgb(122 247 169 / 25%), 5px 5px 15px 0px rgb(100 14 179 / 30%);
  box-shadow: -4px -3px 8px 0px rgb(122 247 169 / 25%), 5px 5px 15px 0px rgb(100 14 179 / 30%);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apihu-port-pricing-area .apihu-port-single-pricing a:hover,.button-action:hover {
  color: #ffffff;
}

.flex-center, .how-it-works-btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 968px) {
  .flex-center {
    display: block; 
  } 
}

#prices ul{
  min-height: 140px;
}

.work-steps {
  display: block;
  margin-top: 45px;
}
.work-steps__item {
  position: relative;
  display: block;
  vertical-align: top;
  flex: 1;
  overflow: visible;
  margin-bottom: 28px;
}

.work-steps__item--tail {
  position: absolute;
  left: 29px;
  top: 48px;
  height: 100%;
  width: 2px;
  padding: 12px 0 0;
}
.work-steps__item--tail:after {
  content: "";
  display: inline-block;
  background: #86a3f4;
  border-radius: 1px;
  height: 99%;
  width: 2px;
}
.work-steps__item--icon {
  border: 2px solid #86a3f4;
  width: 61px;
  height: 61px;
  line-height: 32px;
  text-align: center;
  border-radius: 32px;
  font-size: 16px;
  background: #fff;
  float: left;
  margin-right: 40px;
  box-shadow: 0 5px 9px 0 rgb(0 0 0 / 20%);
}
.work-steps__item--content {
  min-height: 48px;
  overflow: hidden;
  display: block;
}
.work-steps__item--title {
  position: relative;
  bottom: 5px;
  margin-bottom: 10px;
}
.work-steps__item--description {
  font-size: 15px;
  color: #464646;
  font-weight: 400;
  padding-bottom: 12px;
  padding-right: 20px;
  max-width: 572px;
}
.work-steps__icon {
  line-height: 1;
  top: 15px;
  color: #222b33;
  position: relative;
  font-size: 27px;
  font-weight: 700;
}

.form-hint.general {
  margin-left: 80px;
  min-width: 340px;
  max-height: 470px;
}
@media (max-width: 992px){
  .form-hint.general{
    margin: 0 auto;
  }
}
.form-hint {
  background: #6287eb2e;
  border: 1px solid #cad5ed;
  border-radius: 8px;
  width: 360px;
  padding: 40px 25px 34px 40px;
  position: sticky;
  top: 80px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin-top: 45px;
  margin-left: 80px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.form-hint__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  margin: 25px 0 0;
  color: #000;
}
.work-steps__item:last-child .work-steps__item--tail {
  display: none;
}
.mobile-button-project{
  display: none;
  padding: 10px;
}


.modal-contact, .modal-container{
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px -1px 13px 0px rgb(109 109 109 / 43%);
  -moz-box-shadow: 0px -1px 13px 0px rgb(109 109 109 / 43%);
  box-shadow: 0px -1px 13px 0px rgb(109 109 109 / 43%);
}

.section-container{
  margin: 50px 0 0;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.order-page .category{
  width: 300px;
}
.mobile .category{
  overflow: auto;
  display: none;
  position: fixed;
  top: 0;
  width: 300px;
  right: -300px;
  height: 100%;
  z-index: 2999;
  transition: all .3s ease;
}
@media (max-width: 1200px) {
  .order-page .category{
    display: none;
  }
  .mobile .category{
    display: block;
  }
}
@media (min-width: 1200px){
  .overlay-order{
    display: none!important;
  }
}
.overlay-order{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  left: 0;
  top: 0;
  z-index: 1;
  position: fixed;
  display: none;
}

.order-page .list-wrapper{
  width: calc(100% - 300px - 30px);
  background: transparent;
  box-shadow: none;
  transition: all .3s ease
}
.order-page .modal-container{
  flex-grow: 1;
}
.category li{
  list-style: none;
  line-height: 40px;
  border-bottom: 1px solid #dedede;
  color: black;
  transition: all .3s ease;
  display: flex;
  font-weight: 500;
}
.category li img{
  align-self: center;
  margin-right: 10px;
}
.category li:hover, .category li.active{
  cursor: pointer;
  color: #3265f3;
}

@media (max-width: 1200px){
  .order-page .container {
    max-width: 100%;
  }
}
.item{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  border-radius: 3px;
  border-radius: 10px;
  box-shadow: 0px -1px 13px 0px rgb(109 109 109 / 43%);
  background: white;
  padding: 20px;
  margin-bottom: 20px;
}

.live-demo{
  align-self: center;
  outline: none;
  border: none;
  padding: 6px 20px;
  background: #3265f3;
  color: white;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
  transition: all .3s ease;
}
.live-demo:hover{
  opacity: .9;
  color: white;
}
.order-page .media-body{
  flex-basis: 260px;
}
.skeleton.media-img{
  width: 300px;
  height: 300px;
}
.order-page .media-img{
  width: 300px;
  height: 187px;
  cursor: pointer;
 
  flex-shrink: 0;
}
@media (max-width: 768px){
  .order-page .media-img{
    width: 250px;
    height: 156px;
  }
  .category-list span.label{
    display: none;
  }
}
@media (max-width: 616px){
  .order-page .media-img{
    width: 100%;
    height: auto;
  }
}
.order-page .media-img img{
  width: 100%;
}
.order-page{
  background: #eeeeee;
}
.order-page nav{
  background: #fff;
}
.order-page .description{
  height: 103px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: clip;
  overflow: hidden;
  word-break: break-word;
}
.order-page .pagination{
  justify-content: center;
}
.pagination .active{
  color: #0c3fcd;
}

.skeleton{
  animation: skeleton-loading .8s linear infinite alternate;
}
.skeleton-header{
  width: 100%;
  height: 24px;
  position: relative;
  margin-bottom: 28px;
  border-radius: 10px;
}

.skeleton-text{
  width: 100%;
  height: 12px;
  margin: 4px 0;
  border-radius: 10px;
}
.skeleton-text:last-child{
  width: 80px;
  margin-bottom: 0;
}

.skeleton-button{
  width: 111px;
  align-self: center;
  height: 40px;
  border-radius: 10px;
}
.modal-body{
  padding-top: 0;
}
.modal-header{
  padding-bottom: 0;
  
}
.modal-title{
  font-size: 20px;
}

.sidebar-list{
  height: 300px;
  overflow: auto;
}

.sidebar-link_filter:before {
  border-radius: 3px;
}
.sidebar-link_filter:hover{
  cursor: pointer;
}



.sidebar-link_filter:before {
  border: 2px solid;
  color: #cfd8dc;
  height: 20px;
  left: 0;
  top: 6px;
  width: 20px;
}
.sidebar-link_filter:after, .sidebar-link_filter:before {
  content: "";
  display: inline-block;
  position: absolute;
}
.sidebar-link{
  position: relative;
  padding-left: 26px;
  text-transform: capitalize;
  color: black;
  font-weight: 500;
}



.sidebar-link_filter.active:after {
  display: inline-block;
}
.sidebar-link_filter:after {
  display: none;
  left: 0;
  top: 6px;
  width: 20px;
  background: url(../../assets/img/icon/check.png) no-repeat;
  background-size: 18px;
  height: 20px;
  background-position: 0 1px;
}
.header-order{
  position: relative;
  top: 25px;
}
label.error{
  margin-bottom: 0!important;
  color: red
}
.order-page .no-result, .order-page .error{
  display: none;
}
.no-result img, .error img{
  margin: 0 auto;
  display: block;
}

.order-header{
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.order-container{
  background: transparent;
  box-shadow: none;
  border-radius: none;
  width: 800px;
  margin: 0 auto;
}
.category-item{
  display: none;
}
.filter-wrapper, .category-list{
  display: none;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.category-list{
  display: flex;
}
.category-list .filter-item{
  border: none;
  flex-grow: 2;
}
.open-filters{
  color: #3265f3;
  display: none;
}
.open-filters:hover{
  text-decoration: underline;
  cursor: pointer;
}
.open-filters img{
  position: relative;
  bottom: 7px;
  width: 13px;
}
@media (max-width: 1200px){
  .open-filters{
    display: block;
  }
}
.filter-wrapper{
  margin-top: 15px;
}
.settings{
  margin-bottom: 20px;
  padding: 15px
}
.category-list{
  margin-bottom: 0;
}
.filter-icon{
  flex-shrink: 0;
}
.filter-icon img, .category-list span{
  margin-right: 15px;
}
.filter-list{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.filter-item img{
  width: 10px;
  position: relative;
  bottom: 14px;
  left: 3px;
  cursor: pointer;
}
.filter-item{
  color: black;
  text-transform: capitalize;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 3px 10px;
}
.mobile .category{
  border-radius: 0!important;
}
@media(max-width: 992px){
  .order-container{
    width: auto;
  }
}

.mobile-close{
  cursor: pointer;
  display: none;
}
@media(max-width: 1200px){
  .mobile-close{
    display: block;;
  }
}

iframe.preview-template{
  width: 100%;
  height: calc(100vh - 89px);
}

.nav-preview{
  background: white;
  z-index: 10;
}

.bottom-header{
  height: 60px;
  background: #2d394b;
  position: absolute;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.devices button{
  background: transparent;
  border: none;
  outline: none;
}
.devices button svg{
  fill: #8a94a4;
}
.devices button.active svg{
  fill: white;
}
.devices button:hover svg{
  fill: #b6c4da
}
.back-link {
  color: white;
}
.back-link:hover{
  color: white;

}
.back-link img{
  position: relative;
  top: -5px;
  right: 5px;
}
.buy-link img{
  position: relative;
  top: -2px;
  margin-right: 10px;
}
@media (max-width: 959px){
  .device-btn_desktop {
    display: none;
}
}
@media (max-width: 719px){
  .devices {
    display: none;
}
}
.iframe-wrapper{
  display: flex;
  justify-content: center;
}

.contact-form .input-label{
  display: block;
  font-weight: bold;
  color: #353535;
  margin-bottom: 0;
}
.input-label{
  margin-top: 20px;
  text-transform: uppercase;
}
.contact-form input[type="text"], div.inputTags-list, .contact-form textarea{
  width: 100%;
  border: none;
  padding: 0;
  border-bottom: 1px solid #b8b8b8;
}
.contact-form input[type="radio"]{
  float: left;
  margin-right: 10px;
}
.contact-form input[type="submit"]{
  margin-top: 30px;
  outline: none;
  border: none;
}
.contact-wrapper{
  display: flex!important;
  gap: 50px;
  margin-top: 0 !important;
  box-shadow: none!important;
}
.contact-form{
  flex-basis: 50%;
}
.calculate-mobile, .prepayment-mobile{
  display: none;
}
@media (max-width: 768px){
  .step-follow{
    position: relative!important;
    top: 0!important
  }
  .calculate-mobile{
    display: block;
    position: fixed;
    z-index: 3;
    width: 100%;
    background: white;
    border-top: 1px solid #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    bottom: 0;
    left: 0;
  }
  .calculate-mobile h3{
    margin-bottom: 0;
    padding: 5px 0
  }
  .calculate-title{
    display: none;
  }
  .contact-wrapper{
    flex-direction: column-reverse;
    gap: 0
  }
}


input::placeholder{
  color: #757575;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-style: 15px;
}
div.inputTags-list ul.inputTags-autocomplete-list li:hover, div.inputTags-list span.inputTags-item {
  background-color: #3265f3;
}
.select2-result-container{
 display: flex;
 gap: 10px;
 align-items: center;
}
.select2-result-img{
  flex-basis: 100px;
  flex-shrink: 0;
}
div.inputTags-list ul.inputTags-autocomplete-list li:hover{
  color: white
}
.inputTags-list{
  margin-top: 10px;
}
.option-mess-input{
  display: none;
}
.option-mess-input label{
  margin-bottom: 4px;
}
.option-mess label{
  display: block;
}
.contact-form input[type="text"]:focus{
  border-color: black
}

.radio-button{
  margin-top: 10px;
  display: flex;
}
.radio-button label{
  font-size: 15px;
  margin-bottom: 0;
}
.contact-form select{
  width: 200px;
}
.contact-form .form-field{
  margin-top: 5px;
}
.contact-form .form-group{
  display: flex;
  gap: 15px
}
@media (max-width: 992px) {
  .contact-form .form-group{
    flex-direction: column;
    gap: 10px
  }
}
.phone-input{
  display: none;
}
.template-field{
  display: none;
}
.alert ul{
  margin-bottom: 0;
}
.alert li{
  list-style: none;
}

span.red-color{
  color: red
}
.step-follow{
  position: sticky;
  top: 80px;
  height: -webkit-fit-content;
  width: 50%;
}
.content-section{
  padding: 5rem 0 0 0!important;
}
.p5rem{
  padding: 5rem 0;
}
.no-margin{
  margin: 0 auto!important;
}
.shop-img{
  position: relative;
  left: 100px;
}
.img-container{
  width: 900px;
}
@media (max-width: 992px){
  .shop-section{
    display: none;
  }
}
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  /* box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2); */
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  box-shadow: 4px 13px 30px 1px rgb(171 208 228);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #bad9e7e8, #003a90);
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 200px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3265f3;
  height: 30px;
  
}
.mobile-slider{
  display: none;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
  .des-slider{
    display: none;
  }
  .mobile-slider{
    display: block;
  }
}
.form-message{
  text-align: center;
  margin: 20px;
  padding: 10px 0;
}
.title-order{
  font-size: 30px;
  margin-top: 10px;
}
.blog-slider__text li{
  list-style: none;
}

.p-logo{
  width: 80px!important;
  height: 60px!important;
  object-fit: contain;
  object-position: top;
}
.ls-wrapper.ls-in-out{
  height: auto!important;
  width: auto!important;
}

#sale-info{
  display: none;
  font-weight: bold;
  text-align: center;
}
.container.sale{
  box-shadow: none;
  margin: 0 auto;
}

.navbar .logo .logo-dark, .navbar .logo .logo-light{
  max-height: 50px;
}

.swal2-icon{
  border: none!important;
}

.prepayment{
  display: none;
}

.telegram-icon{
  width: 20px;
  position: relative;
  right: 3px;
  bottom: 2px;
}