@media screen and (max-width: 780px) {
    .container.buy {
      margin-top: 0 !important;
    }
}

.nav-pills>li.active>a {
  background-color: var(--color-secondary) !important;
  border-radius: 40px;
}
  

@media screen and (max-width: 780px) {
    .feedback.feedback__support {
        padding: 20px 10px !important;
    }
}

@media screen and (min-width: 992px) {
    .mobile-name {
      	display: none;
	}
}

@media screen and (max-width: 992px) {
  .tableStory__table {
  	border: none !important;
  }
  div.tableStory__tableTop {
  	display: none;
  }
  .tableStory__columnTop {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  
  .tableStory__column p {
    width: auto !important;
    }
  p.table-id {
    flex: 0 0 auto !important;
    font-size: 14px !important;
  }
  p.table-serv {
    align-items: flex-start;
  	flex: 0 0 auto !important;
    font-size: 14px !important;
  }
  
  .table-btn {
    flex: 0 0 auto !important;
  }
  
  .table-btn a {
  	font-size: 14px !important;
    width: auto !important;
    line-height: 1.1 !important;
    padding: 8px 10px;
    margin: 0;
  }
 
  
  p.table-stat {
    align-items: flex-start;
    font-size: 14px !important;
    flex-direction: row;
  }

  	.table-date-end,
    .table-date {
        display: inline-flex !important;
      	flex: 0 0 auto !important;
    }
    p.date-time {
      flex: 0 0 auto !important;
  	}

  div.tableStory__columnLink {
  	padding-left: 0 !important;
    align-items: flex-start;
    gap: 5px;
  }
  
  div.tableStory__columnLink a {
    font-size: 14px !important;
  }
  
  .link__button-wrapper {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
  }
  
  .link__button-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: center / 70% no-repeat url("https://cdn.rawgit.com/bread2077/temp/main/images/icons/check.png");
}
  
  .order-link {
    word-break: break-all;
  }
 
}

.form-control {
  font-size: 18px !important;   
}

.service-grid__list {
    width: 100%;
}

.service-grid__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
  
@media screen and (max-width: 780px) {
    .registration__google-signin {
        margin-top: 0px !important;
    }
}

.floatMessageStyle {
  left: 50%;
  transform: translateX(-50%);
}

.card__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__payment-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__payment-item {
  height: 60px;
  width: 100px;
  display: flex;
  align-items: flex-start;
}

.footer__payment-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.footer__container {
    grid-template-areas:
        "copyright company services contacts social"
      	"sbp company services contacts social"
        "meta . . . up" !important;
}

.footer__section_type_sbp {
  grid-area: sbp;
}

@media screen and (max-width: 700px) {
  .footer__container {
      grid-template-areas:
        "copyright up"
        "company company"
        "services services"
        "contacts contacts"
        "social social"
        "sbp sbp"
        "meta meta"!important;  
  }
  
  .footer__section_type_sbp {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}

.download-app__link,
.social-intro__breadcrumb a {
  text-decoration: none !important; 
}

.service-grid__title_is-centered {
	text-align: center;
}

@media screen and (max-width: 800px) {
  .tg-bot {
    margin: 0px 30px !important;
	}
}

.alert-danger {
	background-image: linear-gradient(to bottom,#ff2323 0,#ff2323 100%) !important;
}

@media screen and (min-width: 1000px) {
  .tableStory__search {
    flex: 0 0 285px !important;
	}
}

label[for=field-orderform-fields-total-quantity] {
    display: block !important;
}

.buy {
  display: flex;
  flex-direction: column;
}

.notification__container {
	padding: 15px;
    background-image: url('https://cdn.rawgit.com/bread2077/temp/main/images/recommend-bg.webp');
    background-position: center;
    background-size: cover;
  	margin: 0 auto 30px;
   	color: #fff;
  	border-radius: 15px;
  	text-align: center;
  	transition: opacity .4s ease-in-out;
}

.notification__container:hover {
	opacity: 0.8;
    color: #fff;
}

.instruction {
    margin-top: 15px;
    margin-bottom: 0 !important;
  	display: grid;
  	justify-items: center;
  }

.instruction .panel-body {
  border: none;
}

.mobile-header {
  width: 100%;
}

.__jivoMobileButton {
  z-index: 10 !important;
}

.reg-menu {
	z-index: 20 !important;
}

.reg-menu__short-item .menu {
	padding: 0;
}

.select2-results__options {
  display: block !important;
}
.select2-results__options_opened {
	display: block !important;
}
.child-form__form {
  margin: 0 !important;
  padding: 0 !important;
}
.addfunds__button-wrapper {
	margin-top: 10px;
}
.bank__button-wrapper {
	margin-left: 10px;
}

.bank__text {
	display: flex;
  	justify-content: center;
}

@keyframes btn-copy-anim {
  0% {
    left: 0;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 0;
  }
}
.crypto__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.crypto__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.crypto__button-wrapper {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.crypto__button-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: center / 70% no-repeat url("https://cdn.rawgit.com/bread2077/temp/main/images/icons/check.png");
}
.crypto__button-wrapper_active::before {
  animation: btn-copy-anim 1.7s ease-in-out;
}
.crypto__button {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: center / 60% #6a98ff no-repeat url("https://cdn.rawgit.com/bread2077/temp/main/images/icons/copy.png");
}
.crypto__text {
  font-family: sans-serif;
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.crypto__text-accent {
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .crypto__text {
    font-size: 12px !important;
  }
}

.feedbacks_text_type_crypt {
	cursor: pointer;
}
.menu__icon__phone,
.hidden__mini {
	cursor: pointer;
}
.ticket__media-container {
	display: flex;
  	justify-content: flex-start;
}
.ticket__media {
	color:rgb(47, 47, 206);
}
.input-wrapper__prepend {
  display: none;
}

.service-list {
    grid-template-areas:
        "title"
        "description"
      	"select"
        "list"
      	"related"
        "button" !important;
	}

@media screen and (min-width: 600px) {
.service-list {
    grid-template-areas:
        "title select"
        "description description"
        "list list"
      	"related related"
        "button button" !important;
	}
}

.related {
  max-width: var(--width-max);
  margin: calc(var(--space-primary) + 20px) auto;
  display: flex;
  justify-content: center;
}
.service-list__related-list {
  grid-area: related;
  padding: 0;
  margin: 0 30px 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.service-list__related-item {
  list-style: none;
}

@media screen and (max-width: 800px) {
  .related {
  	margin: 60px 30px 0;
  }
  .service-list__related-list {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .modal-open {
    width: 16px;
    height: 16px;
    background: center / cover no-repeat url('https://cdn.rawgit.com/bread2077/temp/main/images/info-icon.webp') !important;
  }
}

.alert-success {
	color: #fff !important;
}

@media screen and (max-width: 800px) {
	.social-intro__container-text {
    	padding: 0 !important;
    }
}

.social-intro_reg-styled {
background: linear-gradient(180deg, transparent 5%, #f2f2fc 50.24%) !important;
}

.menu {
    padding: 12px 0px 27px !important;
}

.form-select::before {
  	top: 50% !important;
  	right: 1% !important;
  transform: translateY(-50%);
	}

@media screen and (max-width: 1000px) {
	right: 0% !important;
}
.search-updates__container {
	display: flex !important;
	align-items: center !important;
}
.search-updates__input {
	padding: 14px !important;
  	margin: 0 !important;
}
.search-updates__button {
    padding: 14px 12px !important;
}
  
@media screen and (max-width: 800px) {
  .price_hor {
    display: inline-table;
}
  /*.form-select::before {
    background: none !important;
  }*/
  .sec1__left {
        margin-top: 20%;
    }
  .row__title
  {
    font-size: 12px !important;
  }
  .row__value
  {
    font-size: 12px !important;
  }
  .title {font-size: 20px !important; line-height: initial !important;}
    .red__buttonn {font-size: 17px !important;}
}
@media screen and (max-width: 767px) {
  .select_card {
    font-size: 14px !important;
	}
}
@media screen and (max-width: 768px) {
  .initial {position: initial !important;}
  .tableStory__columnLink {
    display: flex !important;
  }
   .tableStory__columnLink a {
    font-size: 12px !important;
  }
  .tableStory__column {
    padding-right: 20px !important;
  }
  .service_value {
  	  margin-bottom: 65px !important; line-height: 14px !important;
  }
  .table__bottom .i_btn_blue {
  	  margin-bottom: 65px !important;
  }
  .service_small {width: 190px;}
  .price_small {width: 70px;}
  .form-control {padding: 10px 19px !important;}
}
.alert-success {
    background-color: #ff725e;
    background-image: linear-gradient(to bottom,#407BFF 0,#407BFF 100%);
  	border-radius: 20px;
}
.alert-danger {
	background-image: linear-gradient(to bottom,#ff725e 0,#ff725e 100%);
  	border-radius: 20px;
}
.storyz {overflow-x: scroll !important}
.select_card__height { 
  height: 50px !important;
}
.select_card { 
  color: #263657 !important; 
  background-color: white !important;
  padding: 0px 45px 0px 20px !important;
}
.center_important {text-align: center !important;}

.inform_block { 
  padding: 0px; 
}

.burger {
    transform: none !important;
}
.feedback__background2 {height: 75% !important}
a[disabled] {cursor: default; opacity: 0.6; text-decoration: none! important; color: white !important;}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
	
	display: grid !important;
    height: inherit !important;
}
.table-id {justify-content: left !important; flex: 0 0 60px !important}
.flex-300 {flex: 0 0 300px !important}
.date-time {flex: 0 0 60px !important}
.numbers{
	margin-top: 90px;
	margin-bottom: 150px;
	text-align: center !important;
	display: flex !important;
	justify-content: space-around;
}
.numbers_animate{
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 0.02em;
	text-align: left;
	color: rgba(64,123,255,0.5);
	padding-left: 25px;
	cursor: pointer;

}
.numbers_animate_active{
	font-size: 36px !important;
	color: rgba(64,123,255,1) !important;
}
body {
    padding-bottom: 0px;
}
.title.margin-title{
  margin-top: 120px;
}
div.number {align-self: flex-end;}
.no-margin-top {margin-top: 0px !important}
.news-img {
	width: 480px !important;
  	height: 300px;
	align-self: center;
	border-radius: 60px; 
  	filter: drop-shadow(0px 0px 8px rgba(100,0,0,0.5));}
.blog__img {
	height: 350px;
	display: flex;}
.bold11 {font-size: 11px; font-weight: 600;}
.redo_pre {
	color: white;
    background-color: transparent;
    border: 0;
    border-radius: 0;
  	margin-bottom: 0px;
    font-weight: 600;
  	font-family: 'Montserrat', sans-serif;
  	font-size: inherit;
};
.mob_search {
	padding-bottom:7px !important; 
  	padding-top:7px !important;
}
.initial {bottom: 30px !important;}
.padding_search {padding-bottom: 6px !important; padding-top:6px !important;}
.search_button {height: 30px; width: 30px;
  float: right;
  position: relative;
  left: 30px;
  color: transparent;
  background-color: transparent;
  outline: none;
  border: none;}
@media screen and (max-width: 800px) {.flex-300 {flex: 40% !important;} }
@media screen and (max-width: 480px) {
.buttons_add {display: flex;}
  .service__about{
		  margin-top: 50px;
		  margin-bottom: 17px;
	  }
	  .sevice__about_block{
		  display: flex;
		  align-items: center;
		 justify-content: space-between;
		 width: 100% !important;
		 margin-left: 0;
		 margin-right: 0;
	  }
	  .sevice__about_block {
	  }
	   .sevice__about_block img{
			max-width: 95px;
			max-height: 95px;
			width: 100%;
			height: 100%;
			object-fit: contain;
		}
		/*.sevice__about_block div,*/
  		.sevice__about_block__description{
			padding-left: 40px;
		}
		/*.sevice__about_block h3{
			font-size: 14px;
			line-height: 22px;
			text-align: left;

		}*/
  		.sevice__about_block p{
			text-align: left;
			font-size: 8px;
		}
  	   .btn.btn__blue.mt15.top-btn{
		 padding: 10px 32px !important;
		 margin-top: 0 !important; 
		 font-weight: 900;
		font-size: 22px !important;
		line-height: 27px !important;

	  }
  	.title.margin-title{
		margin-top: 50px;
	}
}
@media only screen and (max-width: 650px) {
	.first_active_text {
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 17px;
		letter-spacing: 0.02em;
		padding: 7px 10px !important;
	}
	.note_active_text {
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 17px;
		letter-spacing: 0.02em;
		padding: 7px 10px 7px 40px !important;
	}
}
@media (max-width: 500px) {
	.first_active_text {
		font-size: 14px;
		padding: 0px 5px 0px 5px;
		white-space: nowrap;
	}
	.note_active_text {
		font-size: 14px;
		line-height: 24px;
		white-space: nowrap;
		padding: 0px 5px 0px 50px !important;
	}

	.buttons_add {
		/*text-align: left;
		display: flex;
      	/*justify-content: center;*/
		/*position: relative;
		right: 63px;*/
	}
  	/*.buttons_add__content {
  		display: flex;
      	justify-content: center;}*/
}
@media screen and (max-width: 992px) {
  .search_button {left: -180px}
}
.select2-container .select2-selection--single{
	margin-top: 0px !important;
    display: flex !important;
    align-items: center;
		  /*padding-top: 17px !important;
  		padding-bottom: 17px !important;*/
	  }
.select2-selection__arrow {display: none;}

.sec1__left h1 {
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-align: left;
}
.story {
	max-width: 100% !important;
}

@media (max-width: 600px) {
  .story__row {
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
}


@media (max-width: 600px) {
  .title__support {
      text-align: center !important;
  }
}

.tickets {
  display: flex !important;
  flex-direction: column !important;
}

.icon__table {
  	max-height: 30px;
  	height: 100%;
}

.services__icons {
  column-gap: 25px !important;
}

.add__button {
	display: none !important;
  	align-self: center;
  	margin: 20px auto 5px !important;
  	width: 50%;
}

@media screen and (max-width: 991px) {
  .add__button {
	display: block !important;
    margin: 0px auto 15px !important;
	}
  
  .btn_size_small {
  	padding: 7px 10px;
	}
}

.payment__headers,
.payment__contents {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.payment__headers {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: space-around;
}

.payment__contents-item {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: space-around;
}

.payment__table {
	flex-direction: column;
}

.table__bottom__title {
	white-space: normal;
}

.table__bottom__value:first-child {
	margin-top: 25px;
}
.service__favorite {
    margin: 0 45px;
}

.card {
  max-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card__title {
  text-align: center !important;
}

.card__text {
	flex-grow: 1;
}

.form-control {
    height: 44px !important;
  	border-radius: 20px !important;
}

textarea.form-control  {
    height: 100px !important;
}

@media (max-width: 550px) { 
  .card {
    max-width: 120px;
  }
}

.table__bottom__btn {
    position: absolute !important;
    bottom: 20px !important;
    right: 50% !important;
    transform: translateX(50%) !important;
}

.data__coin-btn_disabled {
	pointer-events: none;
  	filter: grayscale(100%);
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media (max-width: 480px) {
.crypto__container {
    padding: 0 10px!important;
	}
}

/*index-9.v4*/
.feedback {
    margin: 15px auto !important;
}

@media only screen and (max-width: 650px) {
.feedback {
    margin: 0px !important;
    padding: 20px 0px !important;
	}
}

@media screen and (max-width: 780px) {
.registration {
    margin: 0 30px !important;
    padding: 30px 0 var(--space-primary) !important;
	}
}
@media only screen and (max-width: 650px) {
.form-select2 {
    margin: 10px 0 !important;
	}
}

.service__about {
    margin-top: 0px !important;
}

.logo-title {
    font-size: 13px !important;
    padding-right: 6px !important;
}