/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.tizers-list__item-image-icon {
    width: 50px;
    height: 50px;
}

.tizers-list__items-wrapper {
    padding-top: 80px;
}


#personalInfo{
    clear: both;
    overflow: hidden;
}

#personalInfo span.heading{
    display: block;

    padding-left: 24px;

    text-align: left !important;

    color: #fff !important;
    background: url(images/color.png) 0 0 repeat #eca712 !important;
}

#personalInfo input[type='checkbox']{
    width: 15px;
    height: 15px;
}

#mainProfile{
    overflow: hidden;
}

#mainProfile .profileTable{
    width: 100%;

    table-layout: fixed;
    border-collapse: collapse;
}

#mainProfile .profileTable .wrap ul li::before{
    display: none;
}

#mainProfile .left{
    padding-right: 4%;
}

#mainProfile .left .heading{
    font-size: 18px;
    line-height: 40px;

    display: block;

    height: 40px;
    margin-bottom: 24px;
    padding-left: 18px;

    color: #fff;
    background: url('images/color.png') #eca712;
}

#mainProfile .profileSettings .heading{
    font-size: 16;

    margin: 0;
    padding: 0;

    color: #eca712;
    background: none;
}

#mainProfile .profileSettings{
    margin: 0 18px;
    margin-right: 30px;
}

#mainProfile .profileSettings li:first-child{
    margin-right: 10%;
}

#mainProfile .profileSettings li{
    float: left;

    width: 45%;
    min-width: 200px;
}

#mainProfile .profileSettings input[type='text']{
    width: 100%;
    min-width: 180px;
    height: 30px;
    margin-bottom: 8px;
    padding: 0 5px;

    border: 1px solid #c0c0c0;
    background: #fff;
    /* Old browsers */
    background:    -moz-linear-gradient(top,  #fff 0%, #fbfbfb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fbfbfb));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%,#fbfbfb 100%);
    /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #fff 0%,#fbfbfb 100%);
    /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #fff 0%,#fbfbfb 100%);
    /* IE10+ */
    background:         linear-gradient(to bottom,  #fff 0%,#fbfbfb 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
    /* IE6-9 */;
}

#mainProfile .profileSettings input[type='text']:focus{
    border: 1px solid #888;
}

#mainProfile .profileSettings textarea{
    width: 100%;
    min-width: 180px;
    height: 80px;
    margin-bottom: 8px;
    padding: 5px 5px;

    resize: none;

    border: 1px solid #c0c0c0;
    background: #fff;
    /* Old browsers */
    background:    -moz-linear-gradient(top,  #fff 0%, #fbfbfb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fbfbfb));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%,#fbfbfb 100%);
    /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #fff 0%,#fbfbfb 100%);
    /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #fff 0%,#fbfbfb 100%);
    /* IE10+ */
    background:         linear-gradient(to bottom,  #fff 0%,#fbfbfb 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
    /* IE6-9 */;
}

#mainProfile .profileSettings textarea:focus{
    border: 1px solid #888;
}

#mainProfile .profileSettings label{
    font-size: 14px;

    display: block;

    margin-bottom: 8px;
}

#mainProfile .profileSettings .submit{
    font-size: 14px;
    line-height: 40px;

    display: block;

    width: 212px;
    height: 40px;
    margin-top: 8px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    background: #eca712;
}

#mainProfile .profileSettings .submit:hover{
    background: #dc9a0a;
}

#mainProfile .profileSettings .submit:active{
    position: relative;
    top: 1px;
}

#mainProfile .right{
    width: 290px;

    vertical-align: top;
}

#mainProfile .right .wrap{
    border: 1px solid #c0c0c0;
}

#mainProfile .right .heading{
    font-size: 16px;
    line-height: 40px;

    display: block;

    height: 40px;
    padding-left: 18px;

    color: #fff;
    background: url('images/color.png') #eca712;
}

#mainProfile .right ul li:first-child{
    border: 0;
}

#mainProfile .right ul li{
    line-height: 35px;

    height: 35px;
    padding-left: 18px;

    border-top: 1px solid #c0c0c0;
}

#mainProfile .right ul li a{
    display: block;

    text-decoration: none;

    color: #505050;
}

#mainProfile .right ul li a:hover{
    color: #eca712;
}

#mainProfile .right ul li .cnt{
    padding: 4px 6px;

    text-align: center;

    color: #fff;
    border-radius: 2px;
    background: #eca712;
}

#mainProfile .bx_my_order_switch a{
    line-height: 35px;

    display: inline-block;

    height: 35px;
    padding: 0 12px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    background: url('images/color.png') #eca712;
}

#mainProfile .bx_my_order_switch a:hover{
    background: #dc9a0a;
}

#mainProfile .bx_my_order_switch a:active{
    position: relative;
    top: 1px;
}


.bonuses-balance {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
  }
  
  .bonuses-balance-title {
    font-weight: bold;
    font-size: 32px;
    margin-right: 10px;
  }
  
  .bonuses-balance-value {
    font-size: 22px;
  }
  
  .bonuses-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .bonuses-table thead {
    background-color: #ffa900;
    color: #ffffff;
  }
  
  .bonuses-table thead th,
  .bonuses-table tbody td {
    padding: 15px 10px;
  }
  
  .bonuses-table tbody tr:nth-child(even) {
    background-color: #ededed;
  }
  
  .bonuses-table thead th {
    font-weight: 600;
  }
  
  .bonuses-table thead th,
  .bonuses-table td {
    text-align: left;
  }
  
  .bonuses-table thead th:last-child,
  .bonuses-table td:last-child {
    text-align: right;
  }
  
  .bonuses-table th,
  .bonuses-table td {
    width: 33%;
  }
  
  .bonuses-referral__link-wrapper {
    position: relative;
  }
  
  .bonuses-referral__header {
    margin-bottom: 20px;
  }
  
  .bonuses-referral__data {
    display: inline-block;
  }
  
  .bonuses-referral__data:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .bonuses-referral__data-title,
  .bonuses-referral__data-value {
    display: inline-block;
  }
  
  .bonuses-referral__data-item:not(:last-child) {
    margin-bottom: 5px;
  }
  
  .bonuses-referral__data-title {
    font-size: 28px;
    font-weight: 600;
    margin-right: 5px;
  }
  
  .bonuses-referral__data-value {
    font-size: 24px;
    font-weight: 700;
  }
  
  .bonuses-referral__header-content {
    display: flex;
    align-items: center;
  }
  
  .bonuses-referral__header-text {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
  }
  
  .bonuses-referral__link-actions {
    position: relative;
    display: inline-block;
    margin-left: 5px;
  }
  
  .bonuses-referral__action-btn {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    transition: color 0.4s;
  }
  
  .bonuses-referral__action-btn {
    display: flex;
    align-items: center;
    color: #333;
    cursor: pointer;
  }
  
  .bonuses-referral__action-btn:hover {
    color: #E79625;
  }
  
  .bonuses-referral__action-btn-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }
  
  .bonuses-referral__action-btn-icon:not(:last-child) {
    margin-right: 5px;
  }
  
  .bonuses-referral__action-btn:hover path {
    fill: #E79625;
  }
  
  .bonuses-referral__link {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    margin-right: 10px;
    font-size: 16px;
    color: #E79625;
    cursor: pointer;
  }
  
  .bonuses-referral__link:hover {
    color: #333;
  }
  
  .product .bonuses-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
  }
  
  .product .bonuses-wrapper.mh19 {
      min-height: 20px;
  }
  
  .product .price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

.bonuses-balance-reserved-value,
.bonuses-balance-reserved__text {
  color: #767f8c;
}
.bonuses-title {
  font-weight: bold;
}

.bonuses-title.fw-normal {
  font-weight: normal;
}

.bonuses--red .bonuses-sign {
  color: #f84e4a;
}

.bonuses--red .bonuses-container {
  background-color: #f13d39;
}

.bonuses-container {
  padding: 2px 4px;
  color: #ffffff;
  background-color: #f84e4a;
}
#inBasketContainer .in-basket-bonuses {
  font: normal normal 16px 'Open Sans';
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: black;
}
.bonuses-sign {
  margin-right: 4px;
  color: #f84e4a;
}

.copy-tip {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, -100%);
  max-width: 100px;
  background-color: #ffffff;
  padding: 8px;
  filter: drop-shadow(0px 6px 20px rgba(87, 103, 120, 0.15));
}


.links_block{
    display: flex;
    margin: 15px -15px -15px 0;
    flex-wrap: wrap;
}

.link_one{
    display: block;

    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;

    text-decoration: none;

    color: black;
    border: 1px solid #dedede;
}

.flex {
  display: flex;
}

.f-align-items-center {
  align-items: center;
}

.f-gap-10 {
  gap: 10px;
}

.line-block__item_img {
  height: 35px;
}

.line-block__item_img img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.banners-big__inner {
  display: none;
}

.company-item__picture {
  background-size: contain;
}

.banners-img-with-text-list__item-image {
background-size: auto;
}
@media (min-width: 601px) {

  .grid-items-5 .banners-img-with-text-list__item-image {
    padding-top: 111%;
  }
}

/*dostavka page*/
.ic {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.ic_del1 {
  width: 45px;
  height: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  background-image: url(/dostavka/img/del1.svg);
}

.ic_del2 {
  width: 45px;
  height: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  background-image: url(/dostavka/img/del2.svg);
}

.ic_step1 {
  width: 44px;
  height: 44px;
  background-image: url(/dostavka/img/step1.svg);
}

.ic_step2 {
  width: 44px;
  height: 47px;
  background-image: url(/dostavka/img/step2.svg);
}

.ic_step3 {
  width: 31px;
  height: 46px;
  background-image: url(/dostavka/img/step3.svg);
}

.ic_step4 {
  width: 46px;
  height: 50px;
  background-image: url(/dostavka/img/step4.svg);
}

.page-section {
  margin-top: 55px;
}

.page-section:first-child {
  margin-top: 0;
}

.page-section-title {
  font-size: 19px;
  font-weight: bold;
  color: #000;
}

.delivery-cards {
  list-style-type: none;
  margin: 15px -15px 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.delivery-cards > li {
  width: 285px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.delivery-cards > li:before,
.delivery-infos > li:before,
.order-steps > li:before {
display:none;
}

.delivery-card {
  height: 100%;
  min-height: 95px;
  padding: 10px 10px 20px 10px;
  border: 1px solid #C4C4C4;
  font-size: 14px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.delivery-card_blue {
  background: #8BCAF3;
  border-color: #8BCAF3;
}

.delivery-card_orange {
  background: #FFA800;
  border-color: #FFA800;
}

.delivery-card_blue .delivery-card__title,
.delivery-card_orange .delivery-card__title {
  color: #000;
}

.delivery-card__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.delivery-card__title span {
  text-transform: uppercase;
}

.delivery-infos {
  list-style-type: none;
  margin: 10px -15px 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery-infos > li {
  padding: 15px;
}

.delivery-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.delivery-info .ic {
  margin-right: 15px;
}

.delivery-map {
  margin-top: 15px;
}

.order-steps {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.order-step {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #000;
  max-width: 740px;
}

.order-step:first-child {
  margin-top: 0;
}

.order-step__ic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  min-width: 60px;
  text-align: center;
}

.order-step__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.black-link {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.ul-list {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  max-width: 740px;
}

.ul-list a {
  color: #477AB7;
}

.ul-list .black-link {
  color: #000;
}

.ul-list > li {
  margin-top: 15px;
  position: relative;
  padding-left: 10px;
}

.ul-list > li:first-child {
  margin-top: 0;
}

.ul-list > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFA800;
}

.delivery-map {
  background: #ccc;
  height: 320px;
}

@media screen and (max-width: 1024px) {
  .delivery-cards > li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .page-section-title, .delivery-info {
    font-size: 14px;
  }
  .delivery-cards {
    margin: 20px 0 0 0;
  }
  .delivery-cards > li {
    padding: 0;
  }
  .order-step {
    display: block;
  }
  .order-step__ic {
    display: inline-block;
    text-align: left;
    margin-bottom: 5px;
  }
  .ul-list {
    margin-top: 10px;
  }
}
/*END: dostavka page*/

/* garantiya page*/

.garant-terms {
  margin: 55px 0;
}

@media screen and (max-width: 992px) {
  .garant-terms {
    margin: 59px 0;
  }
}

@media screen and (max-width: 480px) {
  .garant-terms {
    margin: 45px 0;
  }
}

.sect-heading {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
}

.warning-text {
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.terms-item {
  display: flex;
  padding-bottom: 7px;
}

.terms-item:before {
  display:none;
}

.terms-item__icon {
  min-width: 14px;
  height: 14px;
  padding-right: 9px;
  padding-top: 4px;
  background: no-repeat bottom left url(/images/migration/img/ban.png);
}

.terms-item__descr {
  max-width: 670px;
  margin-top: -5px;
  margin-left: 5px;
}

.return-tabs {
  display: flex;
  margin-bottom: 45px;
}

@media screen and (max-width: 992px) {
  .return-tabs {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .return-tabs {
    margin-bottom: 40px;
  }
}

.return-item {
  display: flex;
  padding: 29px 40px 30px 18px;
  border: 1px solid #C4C4C4;
}

@media screen and (max-width: 480px) {
  .return-item {
    flex-direction: column;
    padding: 17px 15px 30px 18px;
  }
}

.return-item:first-child {
  margin-right: 15px;
}

@media screen and (max-width: 992px) {
  .return-item:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .return-item:first-child {
    margin-bottom: 24px;
  }
}

.return-item:last-child {
  margin-left: 15px;
}

@media screen and (max-width: 992px) {
  .return-item:last-child {
    margin-left: 0;
  }
}

.return-item__icon {
  margin-right: 10px;
  padding-top: 4px;
}

@media screen and (max-width: 480px) {
  .return-item__icon {
    padding-top: 0;
    padding-bottom: 13px;
  }
}

.return-item__icon--crash {
  min-width: 49px;
  height: 47px;
  background: no-repeat bottom left url(/images/migration/img/crash.png);
}

@media screen and (max-width: 480px) {
  .return-item__icon--crash {
    background-position: top left;
  }
}
  
.return-item__icon--sadface {
  min-width: 52px;
  height: 52px;
  background: no-repeat bottom left url(/images/migration/img/sadface.png);
}

@media screen and (max-width: 480px) {
  .return-item__icon--sadface {
    background-position: top left;
  }
}
  
.return-item__descr {
  max-width: 580px;
}

@media screen and (max-width: 992px) {
  .return-item__descr {
    max-width: 615px;
  }
}

.return-terms {
  max-width: 710px;
}

@media screen and (max-width: 992px) {
  .return-terms {
    max-width: 615px;
  }
}
/*END: garantiya page*/


.danger-block {
  margin: 52px 0;
  padding: 25px 30px 27px;
  color: #ffffff;
  background-color: #FFA800;
}

@media screen and (max-width: 992px) {
  .danger-block {
    margin: 50px 0;
    padding: 15px 30px;
  }
}

@media screen and (max-width: 480px) {
  .danger-block {
    padding: 15px 20px 25px;
  }
}

.danger-block__descr {
  max-width: 75%;
}

@media screen and (max-width: 480px) {
  .danger-block__descr {
    max-width: 100%;
  }
}

a.garant-link {
  text-decoration: underline;
  color: #fff;
}

.danger-text {
  margin-top: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.danger-text__sign::before {
  content: '';
  display: inline-block;
  min-width: 5px;
  height: 11px;
  padding-right: 4px;
  background: no-repeat bottom left url(/images/migration/img/warning.png);
}
@media screen and (max-width: 480px) {
  .danger-text {
    margin-left: 4px;
  }
  .danger-text__sign::before {
    display: block;
    padding-top: 4px;
    padding-right: 9px;
  }
}

/* kak-zakazat page*/


/****** SECTION ORDER MODE ******/

.order-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media(max-width: 1199px){
  .order-tabs{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .order-tabs {
    margin-bottom: 30px;
  }
}

.order-tabs-wrap {
  display: flex;
}

.order-tabs-wrap:first-child {
  /*margin-right: 29px;*/
}

@media screen and (max-width: 1899px) {
  .order-tabs-wrap:first-child {
    /*margin-right: 0;*/
    /*margin-bottom: 29px;*/
  }
}

@media screen and (max-width: 992px) {
  .order-tabs-wrap {
/*    justify-content: space-between;
    width: 96.1vw;*/
  }
}

@media screen and (max-width: 480px) {
  .order-tabs-wrap {
    /*flex-direction: column;*/
  }

  .order-tabs-wrap:first-child {
    /*margin: 0;*/
  }
}

.order-item {
  display: flex;
  flex-direction: column;
  /*width: 333px;*/
  /*height: 402px;*/
  padding: 22px 33px 30px 30px;
  border: 1px solid #C4C4C4;
}

.order-item:first-child {
  /*margin-right: 29px;*/
}

.order-tabs-wrap:last-child .order-item {
  /*padding-right: 58px;*/
}

@media(max-width: 1199px){
  .order-item{
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
/*  .order-item {
    width: 46.225vw;
    padding-right: 7.16vw;
  }*/

  .order-item:first-child {
    margin-right: 0;
  }

  .order-tabs-wrap:last-child .order-item {
    height: auto;
    min-height: 402px;
    /*padding-right: 10.42vw;*/
  }

  .order-tabs-wrap:first-child .order-item {
    height: auto;
    min-height: 355px;
  }
}

@media screen and (max-width: 480px) {
  .order-tabs-wrap:first-child .order-item,
  .order-tabs-wrap:last-child .order-item {
    width: 100%;
    min-height: auto;
    margin-bottom: 15px;
    padding-bottom: 48px;
    padding-left: 26px;
  }

  .order-tabs-wrap:first-child .order-item {
    /*padding-right: 28px;*/
  }

  .order-tabs-wrap:last-child .order-item {
    padding-right: 50px;
  }
}

.order-item__icon {
  margin-bottom: 14px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .order-item__icon {
    margin-left: 4px;
  }
}

.order-item__icon--computer {
  min-width: 66px;
  height: 66px;
  background-image: url(/images/migration/img/computer.png);
}

.order-item__icon--consultant {
  min-width: 67px;
  height: 67px;
  background-image: url(/images/migration/img/consultant.png);
}
  
.order-item__icon--bypost {
  min-width: 68px;
  height: 68px;
  background-image: url(/images/migration/img/bypost.png);
}
  
.order-item__icon--home {
  min-width: 54px;
  height: 67px;
  background-image: url(/images/migration/img/home.png);
}
  
.order-item__descr {
  line-height: 145%;
  /*max-width: 580px;*/
}

@media screen and (max-width: 992px) {
  .order-item__descr {
    /*max-width: 615px;*/
  }
}


/****** SECTION HOW TO ORDER ******/

.howto-item {
  cursor: pointer;
  max-width: 695px;
}

.howto-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 25px;
  height: 60px;
  border-bottom: 1px solid #C4C4C4;
}

@media screen and (max-width: 480px) {
  .howto-header {
    padding-right: 0;
  }
}

.howto-header__arrow {
  width: 13px;
  height: 8px;
  background-image: url(/images/migration/img/arrow.svg);
  transition: .3s ease-in-out;
}

.howto-header__arrow--rotate {
  transform: rotate(-180deg);
}

.howto-name {
  display: flex;
  align-items: baseline;
}

.howto-name__numb {
  width: 27px;
  height: 27px;
  margin-right: 8px;
  border: 1px solid #FFA800;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  color: #FFA800;
}

@media screen and (max-width: 480px) {
  .howto-name__numb {
    width: 19px;
    height: 19px;
    margin-right: 7px;
    line-height: 16.5px;
  }
}

.howto-name__descr {
  margin-top: 0;
  font-weight: bold;
}

.howto-body {
  max-height: 0;
  overflow: hidden;
  transition: .3s ease-in-out;
}

.howto-body__descr {
  margin-top: 21px;
  margin-bottom: 19px;
}

.howto-body__descr--768 {
  display: none;
}

@media screen and (max-width: 992px) {
  .howto-body__descr--1900 {
    display: none;
  }

  .howto-body__descr--768 {
    display: inline;
  }
}

.howto-list {
  margin-bottom: 28px;
}

.howto-list p {
  margin: 5px 0 19px;
}

.howto-list__item {
  display: inline-block;
  width: 100%;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.howto-list__item--1 {
  height: 82px;
  background-image: url(/images/migration/img/item-1.png);
}

.howto-list__item--2 {
  height: 238px;
  background-image: url(/images/migration/img/item-2.png);
}

.howto-list__item--3 {
  height: 656px;
  background-image: url(/images/migration/img/item-3.png);
}

.howto-list__item--4 {
  height: 641px;
  background-image: url(/images/migration/img/item-4.png);
}

.howto-list__item--5-1 {
  height: 467px;
  background-image: url(/images/migration/img/item-5-1.png);
}

.howto-list__item--5-2 {
  height: 103px;
  background-image: url(/images/migration/img/item-5-2.png);
}

.howto-list__item--6 {
  height: 181px;
  background-image: url(/images/migration/img/item-6.png);
}

.howto-list__item--7 {
  height: 504px;
  background-image: url(/images/migration/img/item-7.png);
}

.howto-list__item--8 {
  height: 295px;
  background-image: url(/images/migration/img/item-8.png);
}

.howto-list__item--9 {
  height: 279px;
  background-image: url(/images/migration/img/item-9.png);
}


@media screen and (max-width: 992px) {

  .howto-list__item--1 {
    height: 454px;
    background-image: url(/images/migration/img/item-1-768.png);
  }
  
  .howto-list__item--2 {
    height: 539px;
    background-image: url(/images/migration/img/item-2-768.png);
  }
  
  .howto-list__item--3 {
    height: 579px;
    background-image: url(/images/migration/img/item-3-768.png);
  }
  
  .howto-list__item--4 {
    height: 341px;
    background-image: url(/images/migration/img/item-4-768.png);
  }
  
  .howto-list__item--5-2 {
    height: 323px;
    background-image: url(/images/migration/img/item-5-768.png);
  }
  
  .howto-list__item--5-1 {
    display: none;
  }
  
  .howto-list__item--6 {
    height: 228px;
    background-image: url(/images/migration/img/item-6-768.png);
  }
  
  .howto-list__item--7 {
    height: 497px;
    background-image: url(/images/migration/img/item-7-768.png);
  }
  
  .howto-list__item--8 {
    height: 339px;
    background-image: url(/images/migration/img/item-8-768.png);
  }
}

@media screen and (max-width: 480px) {

  .howto-list__item--1 {
    height: 294px;
    background-image: url(/images/migration/img/item-1-320.png);
  }
  
  .howto-list__item--2 {
    height: 251px;
    background-image: url(/images/migration/img/item-2-320.png);
  }
  
  .howto-list__item--3 {
    height: 434px;
    background-image: url(/images/migration/img/item-3-320.png);
  }
  
  .howto-list__item--4 {
    height: 641px;
    background-image: url(/images/migration/img/item-4-320.png);
  }
  
  .howto-list__item--5-2 {
    height: 815px;
    background-image: url(/images/migration/img/item-5-320.png);
  }
  
  .howto-list__item--6 {
    height: 597px;
    background-image: url(/images/migration/img/item-6-320.png);
  }
  
  .howto-list__item--7 {
    height: 843px;
    background-image: url(/images/migration/img/item-7-320.png);
  }
  
  .howto-list__item--8 {
    height: 771px;
    background-image: url(/images/migration/img/item-8-320.png);
  }
}
/*END: kak-zakazat page*/

/*arendodatelyam page*/
.b_arend__perview{
    margin-bottom: 40px;
}
.b_arend__detail{
    margin-bottom: 30px;
}
.b_arend_detail__title{
    margin-bottom: 20px;
}
.b_arend_detail__title .fnt_sz-19{
    font-size: 17px;
}
.b_arend_detail__list li:not(:last-child){
    margin-bottom: 15px;
}
.b_arend_detail__list li div{
    padding-left: 15px;
}
.b_arend_detail__list li:before{
    position: relative;
    top: 5px;

    float: left;

    width: 15px;
    height: 15px;

    content: '';

    background: url(/images/migration/ul_li_img.svg);
    background-repeat: no-repeat;
}
.b_arend__img{
    position: relative;
}
.b_arend__img img{
    position: absolute;
    top: -70px;

    width: 100%;
    height: auto;
}
.b_arend__contacts{
    width: max-content;
    margin-bottom: 20px;
    padding: 30px 25px;

    border: 1px solid #c4c4c4;
}
.b_arend_cont__title{
    margin-bottom: 10px;
}
.b_arend_cont__link{
    color: #dc9a0a;
}
@media(max-width: 991px){
    .b_arend__section h1{
        margin-bottom: 35px;
    }
    .b_arend__img{
        width: 125%;
    }
    .b_arend__img img{
        top: 70px;
        left: -60px;
    }
    .b_arend_detail__list li:before{
        top: 7px;
    }
    .b_arend__form{
        margin-bottom: 90px;
    }
}
@media(max-width: 668px){
    .b_arend__contacts{
        width: auto;
    }
}
/*END: arendodatelyam page*/

.catalogLine {
  margin-bottom: 24px;
}

.catalog-detail .tab-content #desc {
  position: relative;
  overflow: hidden;
  max-height: 4.5em;
  line-height: 1.5em;
}

.catalog-detail .tab-content #desc.expanded {
  max-height: none;
}

.read-more-link {
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 42px;
    transform: translateX(-50%);
    background-color: white;
    border-bottom: 1px dotted;
}

.catalog-detail .index-block__title-wrapper {
  flex-direction: column;
  align-items: start;
}


.body.index .main .container.BRANDS .index-block > div {
    padding-bottom: 0px!important;
}
.body.index .main .container.BRANDS .index-block > div .ajax_load_btn {
    margin: 8px auto;
    display:none;
}
@media(min-width:767px) {
.body.index .main .container.BRANDS .index-block .brands-list__slider-wrap {
    width: calc(100% - 200px);
}
.body.index .main .container.BRANDS .index-block > div .ajax_load_btn {
display:block;
}
}
.body.index .main .container.BRANDS .index-block .bottom_nav_wrapper.nav-compact {
    position: absolute;
    top: 12px;
    right: 32px;

}
.body.index .main .container.BRANDS .index-block .maxwidth-theme {
    position:relative;
}

.brands-list__items-wrapper .swiper-slide[data-id="329"] {
background: rgba(246, 134, 59, 0.59);
}

.brand-catalog .ajax_load_btn {display:none;}


.detail.detail-maxwidth.sale .detail-block.ordered-block.order_sale  {
    display:none;
}
.b_gift__tooltip_content.open{
    visibility: visible;
    opacity: 1;
}
.b_gift__tooltip_content{
    position: absolute;
    z-index: 5;
    top: 30px;
    left: -20px;
    visibility: hidden;
    width: 205px;
    margin-left: -60px;
    transition: ease-in-out .35s;
    text-align: left;
    opacity: 0;
    color: #333;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25), 0 1px 4px rgba(0, 0, 0, .1);

}
.b_gift__tooltip_inner{
    font-size: 12px;
    padding: 15px;

}
.b_gift__inner_text{
    margin-bottom: 10px;
}
.b_gift__tooltip_inner a{
    transition: all .35s ease-in-out;

    border-bottom: 1px solid #ffa800;
}
.b_gift__tooltip_inner a:hover{
    border-bottom: 1px solid transparent;
}
.b_gift__tooltip_close{
    position: absolute;
    top: 10px!important;
    right: 10px!important;
    width: 7px;
    cursor: pointer;
    bottom: auto!important;
    left: auto!important;
}
.b_gift__tooltip_content::after{
    position: absolute;
    top: -10px;
    right: 50%;
    margin-left: -5px;
    content: '';
    transform: rotate(180deg);
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}
.b_gift__tooltip_content a{
    color: #f2a600;
}
.b_catalog_item__gift{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto !important;
}
.sticker.sticker-with-gift {
    z-index: 5;
}
.sticker-gift {
    background: transparent;
    box-shadow: none;
    height: 40px;
    width: 40px;
    padding: 0!important;

}
.sticker-gift:before {
    display: none;
}

.block-delivery-mess {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.partner-image img {
	display:none;
}

.catalog-detail .custom-section-template .index-block__part--right {
	max-width: 100%;
        overflow-x: scroll;
        scrollbar-width: none;
}
.catalog-detail .custom-section-template .index-block__part--right::-webkit-scrollbar {
        width: 0;
}