/* .baner-quiz__wrap { */

/*  background: linear-gradient(180deg, #2DAEB6 0%, #0B92A3 100%), linear-gradient(180deg, #FF88AB 0%, #FB6A95 100%); */

/* } */

/* .baner-link { */

/*  display: block; */

/*  pointer-events: none; */

/*  text-decoration: none; */

/*  max-width: 1200px; */

/*  margin: 0 auto; */

/* } */

/* .baner-quiz { */

/* } */

/* .baner-quiz_title { */

/*  font-style: normal; */

/*  font-weight: bold; */

/*  font-size: 18px; */

/*  line-height: 130%; */

/*  color: #FFFFFF; */

/* } */

/* .baner-list { */

/* } */

/* .baner-list_block { */

/* } */

/* .baner-list_block-img__wrap { */

/* } */

/* .baner-list_block-img { */

/* } */

/* .baner-list_block-desc { */

/* } */

/* .baner-list-text { */

/* } */

/* .baner-list-btn { */

/* } */

.picture__wrap {
  width: 100%;
  height: 80px;

  background: linear-gradient(180deg, #2daeb6 0%, #0b92a3 100%), linear-gradient(180deg, #ff88ab 0%, #fb6a95 100%);
}

.picture-img {
  display: block;
  width: 1170px;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

@media (max-width: 1170px) {
  .picture__wrap {
    height: 80px;
  }
  .picture-img {
    width: 768px;
  }
}

@media (max-width: 768px) {
  .picture__wrap {
    height: 145px;
    margin-top: 56px;
  }
  .picture-img {
    width: 320px;
  }
}

.grecaptcha-badge {
  display: none!important;
}


.table-cus_wrap {
  overflow-x: auto;
}
table.table-cus tr:hover td {
  background: none;
}
table.table-cus thead {
  background: #f5f5f5;
}

table.table-cus tbody ul li {
  padding-left: 40px;

  line-height: normal;
}
table.table-cus tbody ul li:before {
  top: -2px;
}
table.table-cus .table-cus__title {
  font-weight: bold;
}
table.table-cus .table-cus__sub-title {
  display: block;
  margin-bottom: 10px;

  font-weight: bold;
}

.b-blog_announce ul {
padding: 0 0 0 10px;

list-style: none;
}

.b-blog_announce ul li {
	position: relative;

    margin-bottom: 10px;
    padding-left: 28px;

    color: #37474f;
}

.b-blog_announce ul li:before{
	position: absolute;
    top: 15px;
    left: 0;

    width: 20px;
    height: 1px;

    background-color: #fb6a95;

    content: '';
}

.price__block-num {white-space: nowrap;}

.price_bottom_line {
    padding: 0 0 10px 0;

	border-bottom: .7px dashed #fb6a95;}

.price_table_title {
    margin: 10px 0;

    color: #8591a2;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 19px;
}

.price tr th {
    position: relative;

    margin: 10px 0;
    padding: 10px 0;

    color: #231f20;
    font: 600 18px 'Open Sans', sans-serif;
    text-align: left;

    border-bottom: .7px dashed #fb6a95;
}

.tables-responsive {
    position: relative;

    overflow-x: auto;
}

.tables-responsive:before {
    position: absolute;

    content: '';
}


.consultation-form_title span {
	text-transform: lowercase;
}

.articles__mobile-img{
display: none;
}

@media(max-width: 650px){

	.articles__img{
display: none;
}

.articles__mobile-img{
display: block;
}




}

.test-container {
	height: 0px;
}


.img_cont {
margin-left: 20px;
    width: 350px;
    border-radius: 10px;
}