/*@font-face {
	font-family: 'GT-America-Light';
	font-weight: 400;
	src: local('GT-America'), url('../theme/css/fonts_new/GT_America/GT-America-LC-Standard-Light.woff') format('woff');
}

@font-face {
	font-family: 'GT-America';
	font-weight: 500;
	src: local('GT-America'), url('../theme/css/fonts_new/GT_America/GT-America-LC-Standard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'CoFoRobertNum';
	font-weight: 500;
	src: local('GT-America'), url('../theme/fonts/cofo/CoFo_Robert-Medium.woff') format('woff');
}
*/
.index-slider video {
    width:100%;
    height:100%;
    border-radius:10px;
    border-right:1px solid black;
}
br.only_mob {
    display:none;
}
.products-slider, .products-slider2, .products-slider3 {
    border-radius:10px;
    overflow:hidden;
}
.product_item_catalog .product_item button {
    background: #B3E5FF;
}

span.border-text {
    border-radius: 10px;
    border: 1px solid black;
    padding: 5px;
        width: 160px;
}
.border-img {
    border-radius: 10px;
    border: 1px solid black;
    padding: 5px;
    height:37px;
    margin-right:10px;
}
br.extrasmall {
    display:none;
}
.blocked-small {
    font-family: 'GT-America';
}
.remove_right_padding {
    padding-right:5px;
}
.remove_left_padding {
    padding-left:5px;
}
.new-slider {
border-bottom: 0px;
    max-height: 785px;
    overflow-y: hidden;
}
.listen h2 {
font-size: 32px;
font-weight: 250;
line-height: 38px;
letter-spacing: 0px;
text-align: center;

}



.twelve-icons {
  margin-bottom:80px;
  padding-top:40px;
  padding-bottom:70px;
  background: rgba(180, 227, 253, 0.2);
}
.show_desc {
    display:block;
}
.show_mob {
    display:none !important;
}
.show_mob_extra {
    display:none !important;
}
.image-container img {
  margin-right: 10px;
  object-fit: contain;
}
.image-container img:last-child {
  margin-right: 0px;
  object-fit: contain;
}

.row-percentage {
  margin-top:10px;
}

.heading-percentage {
  font-size:32px;
  line-height:38px;  
  margin-bottom:15px;
  display: inline-block;
  font-family: 'CoFoRobert-Light';
}

.line-percentage {
  height:8px;
  background: #67B5FF;
  width:73%;
  margin:0 auto;
  border-radius:10px;
}

.line-percentage-wrap {
  height: 8px;
  width: 100%;
  background: #FFF;
}
.subheading-percentage {
  display: inline-block;
  margin-top:15px;
font-size:24px;
  line-height:28px; 
}

.listen {
  /*margin-top:120px;*/
}


.border-block {
  border: 1px solid #000;
  border-radius: 10px;
  padding:20px;
 
}
.border-flex {
   display:flex;
  flex-wrap: wrap;
    justify-content: space-between;
    align-content: start;
    align-items: start;
}
.border-block label {
  display: block;
  font-size: 20px;
  line-height: 25px;
  margin:0px;
  font-weight: 300;
margin-bottom: 15px
}

 .border-block .flex label {
   display: flex;
    flex-wrap: nowrap;
    justify-content: normal;
    align-content: flex-start;
    align-items: flex-start;
        margin-bottom: 15px;
}
.border-form > span {
  font-size:24px;
  line-height:28px;
  margin-bottom:20px;
}
.border-form input {
  margin-right: 10px;
}

.border-form input:first-child {
  margin-top: 20px;
}

.btn-blue .arrow-btn {
  background: #B4E3FD;
  border: 1px solid black;
  border-radius: 5px;
    padding: 5px 20px 5px 20px;
    cursor:pointer;
    font-size:20px;
    font-family: 'GT-America';
}

.subhead {
  font-size: 24px;
  line-height: 28px;
  margin-top:20px;
  margin-bottom:20px;
  font-weight: 300;
}
.rainbow {
  height:60px;
  border-radius:10px;
  border: 1px solid black;
  background: rgb(255,112,150);
background: linear-gradient(90deg, rgba(161,235,124,1) 0%, rgba(253,238,93,1) 51%, rgba(255,112,150,1) 100%);
display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;

}
.border-form {
    padding-bottom:30px;
}
.checkboxes.control-group {
  margin-top:20px;
  font-family: 'GT-America';
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;   
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }



.control_indicator {
position: absolute;
    left: 0px;
    top: 6px;
    opacity: 1;
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    border-radius: 0px;
}

.control_indicator {
    border-radius:5px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #FFF;
    
}

.control input:checked ~ .control_indicator {
    background: #ffffff;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #ffffff;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    content: ' ';
    background-image: url(img/checkbox.svg);
    left: 3px;
    top: 3px;
    width: 13px;
    height: 9px;
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    top: -80px; opacity:0;;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}
@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes s-ripple-dup {
   0% {
       transform: scale(0);
    }
   30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

.about-pillow {
  margin-top:90px;
  padding-top:40px;
  padding-bottom: 40px;
  background: rgba(253, 238, 93, 0.1);
}
.about-pillow-heading {
  margin-bottom:40px;
  font-size:32px;
  line-height: 38px;
}

.about-pillow-heading span {
  background: #FDEE5D;
  border:1px solid black;
  border-radius:10px;
  padding: 2px 13px 6px 13px;
    margin-top: 6px; /*20px*/
  display: inline-block;

}
.about-pillow-subheading {
  font-size: 24px;
  line-height: 28px;
  margin-top:18px;
  margin-bottom:18px ;
  font-weight: 250;
}

.about-pillow-text {
  font-size: 20px;
  line-height: 25px;
  font-weight: 250;
  font-family: "GT-America";
}

.somia-pillow-subheading {
  font-size: 24px;
  line-height: 28px;
  margin-top:20px;
}

.somia {
  margin-top:90px;
}

.somia-pillow-heading {
  margin-bottom:20px;
  font-size:32px;
  line-height: 38px;
}

.somia-pillow-heading span {
  background: #FDEE5D;
  border:1px solid black;
  border-radius:10px;
  padding: 2px 13px 6px 13px;
    margin-top: 5px;
  display: inline-block;
  font-variant-numeric: lining-nums proportional-nums;

}

.block-flex div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: baseline;
    align-items: start;
    margin-bottom: 25px;
}

.block-flex div img {
  margin-right:20px;
}

.block-flex div p {
  font-size:20px;
  line-height: 25px;
  font-family: 'GT-America';
  font-weight: 300;

}

.mb-40 {
  margin-bottom:40px;
}

.somia-sleep {
  margin-top:90px;
}

.row.blocked, .blocked-small, .product_item_blocked.blocked {
  border:1px solid black;
  border-radius:10px;
}
.product_item2.slick-slide {
    margin: 0 15px;
}

.product_item2 .img {
  border:0px solid black;
  border-bottom: 0px solid transparent;
  border-radius: 10px;
}
.check-span img {
  display: inline-block !important;
}

.product_item2.blocked {
margin: 0px;
padding: 0px !important;
}
.somia-sleep .row.blocked div:nth-child(1)
{
 display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.product_item2 .desc {
  border-top: 0px solid black;
}
.prod_name {
    /* fix for kids title */
    padding: 15px 0 10px 0;
}
.product_item2 h3 {
  margin: 15px 0px 0px 0px;
  font-family: 'GT-America';
  font-size: 20px;
  color: #000;
  font-weight:300;
  padding: 0 20px;
}

.product_item2 .desc {
      margin: 0px 25px;
    padding: 0px;
}

:not(.shop-page) .product_item .button.font_2 {
  padding-top: 15px;
   padding-bottom: 15px;
    margin: 0px 10px;
}

.prod_type {
  font-size: 16px;
    font-family: 'GT-America';
    color: #000;
    top:-3px;
}
#anketa,#anketa2 {
  z-index: 999999;
    padding-right: 0 !important;
    overflow-y: auto !important;
}
/* сомнительные стили */
.promo_code button:before,
.product_item button:before,
.mail_form button:before,
.submenu .product_item + .button>span:before,
.product_item .button a:before,
a[data-fancybox="box_zoom_1"] .button>span:before,
.btn_button_1 button:before,
.btn_button_1 a:before,
.btn-default:before {
    background: #ffffff !important;
    border: 1px solid black  !important;
    left: -1px;
    visibility: hidden;
}



.somia-sleep .row.blocked div:nth-child(1) p
{
max-width:420px;
font-size: 24px;
line-height: 28px;
font-weight: 250;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.rating {
  position: absolute;
    z-index: 9999;
    top: 10px;
    right: 10px;
    border: 1px solid black;
    background: #FFF;
    border-radius: 10px;
    padding: 6px 10px 6px 10px ;
    font-family: 'GT-America';
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #000;

}
.rating img {
  display: inline-block;
    margin-right: 5px;
    line-height: 25px;
    position: relative;
    top: -2px;
}
}
.somia-sleep .row.blocked div:nth-child(2)
{
  border-left: 1px solid black;
    border-radius: 10px;
    margin-right: 0px;
    padding-right: 0px;
}

.somia-prove {
  margin-top:90px;
  padding-top:40px;
  padding-bottom:40px;
  background: rgba(180, 227, 253, 0.2);
  margin-bottom: 90px;
}
.somia-prove  div.blocked {
  border:1px solid black;
  border-radius:10px;
  margin-bottom: 25px;
  padding-top: 30px;
} 

.somia-prove  div.blocked:nth-child(even), .somia-prove  .g-2 > div:nth-child(even) {
  margin-right:0px;
  padding-right:0px;
} 
.somia-prove  div.blocked:nth-child(odd), .somia-prove  .g-2 > div:nth-child(odd) { 
  margin-left:0px;
  padding-left:0px;
} 

.blocked-small {
  margin-left: 15px ;
  margin-bottom: 20px;
  padding: 5px 5px 5px 0px;
  position: relative;
  margin-right: 15px;
  font-size: 13px;
}
.blocked-small.padding {
  padding:5px 10px 5px 10px;
  min-width:144px;
  font-size: 13px;
}

.color-blue {
position: absolute;
    left: 0px; 
    background: #B4E3FD;
    height: 100%;
    border-right: 1px solid black;
    border-radius: 10px;
    padding-left: 5px;
    top: 0px;
    width: 30px;
    text-align: center;
    /*padding-top: 5px;*/
        font-size: 16px;
    line-height: 20px;
}
.color-white {
  position: absolute;
    left: 0px; 
    background: rgba(255, 255, 255, 1); /*rgba(180, 227, 253, 1);*/
    height: 100%;
    border-right: 1px dashed black;
    border-radius: 10px;
    padding-left: 5px;
    top: 0px;
    width: 15px;
    text-align: center;
   /* padding-top: 5px;*/
    z-index: 9;
        font-size: 16px;
    line-height: 20px;
}
.color-blue-second {
position: absolute;
    left: 5px;
    background: #B4E3FD;
    height: 100%;
    border-right: 1px solid black;
    border-radius: 10px;
    padding-left: 5px;
    top: 0px;
    width: 40px;
    text-align: center;
    /*padding-top: 5px;*/
        font-size: 16px;
    line-height: 20px;
}
.somia-prove-heading {
  position: relative;
  top: 15px;
  font-size: 20px;
  line-height: 35px;
  height: 40px;
   font-family: 'GT-America';
  font-weight: 300;
  max-width: 350px;
  background: #B4E3FD;
  border-radius: 10px;
  border:1px solid black;
      margin: 0 auto;
      z-index: 99;
}
.somia-prove-heading.yellow {
   font-size: 20px !important;
}
.blocked-text {
font-size: 20px;
line-height: 25px;
   font-family: 'GT-America';
  font-weight: 300;
      margin-bottom: 15px !important;
}
.blocked-small .fail {
  position: relative;
  left:60px;
}

.yellow {
  background: #FDEE5D;
    
}


.color-yellow {
position: absolute;
    left: 0px; 
    background: #FDEE5D;
    height: 100%;
    border-right: 1px solid black;
    border-radius: 10px;
    padding-left: 5px;
    top: 0px;
    width: 50%;
    text-align: center;
    /*padding-top: 5px;*/
        font-size: 16px;
    line-height: 20px;
}

.left25 {
  position: relative;
  left:25%;
}
.left10 {
  position: relative;
  left:10%;
}

.color-white-35 {
  position: absolute;
    left: 0px; 
    background: #FDEE5D;
    height: 100%;
    border-right: 1px solid black;
    border-radius: 10px;
    padding-left: 5px;
    top: 0px;
    width: 53%;
    text-align: center;
    /*padding-top: 5px;*/
    z-index: 9;
        font-size: 16px;
    line-height: 20px;
}
.color-blue-50 {
position: absolute;
    left: 0px; 
    background: #FEF6AE;
    height: 100%;
    border-right: 1px dashed black;
    border-radius: 10px;
    padding-left: 5px;
    top: 0px;
    width: 0;
    text-align: center;
    /*padding-top: 5px;*/
        font-size: 16px;
    line-height: 20px;
}

.blocked-small .fail-100 {
    position: relative;
    left: 100px;
}

.blocked-small .fail-10 {
    position: relative;
    left: 10%;
}
.aqua {
  background: #67B5FF;
}
.color-aqua {
position: absolute;
    left: 0px; 
    background: #67B5FF;
    height: 100%;
    border-right: 1px solid black;
    border-radius: 10px;
    padding-left: 5px;
    top: 0px;
    width: 15%;
    text-align: center;
    /*padding-top: 5px;*/
        font-size: 16px;
    line-height: 20px;
}

.color-aqua {
position: absolute;
    top: 0px; 
    background: #67B5FF;
    height: 100%;
    border-right: 1px solid black;
    border-radius: 10px;
    padding-left: 5px;
    top: 0px;
    width: 15%;
    text-align: center;
    /*padding-top: 5px;*/
        font-size: 16px;
    line-height: 20px;
}

.color-aqua-10 {
position: absolute;
    left: 0px; 
    background: #67B5FF;
    height: 100%;
    border-right: 1px solid black;
    border-radius: 10px;
    padding-left: 5px;
    top: 0px;
    width: 10%;
    text-align: center;
   /* padding-top: 5px;*/
        font-size: 16px;
        z-index: 9;
    line-height: 20px;
}

.color-aqua-20 {
position: absolute;
    left: 0px; 
    background: #B3DAFF;
    height: 100%;
    border-right: 1px dashed black;
    border-radius: 10px;
    padding-left: 5px;
    top: 0px;
    width: 20%;
    text-align: center;
    /*padding-top: 5px;*/
        font-size: 16px;
    line-height: 20px;
}




.pink {
  background: #FFADF6;
}

.color-pink {
position: absolute;
    left: 0px; 
    background: #FFADF6;
    height: 100%;
    border-right: 1px solid black;
    border-radius: 10px;
    padding-left: 5px;
    top: 0px;
    width: 20%;
    text-align: center;
    /*padding-top: 5px;*/
        font-size: 16px;
    line-height: 20px;
}

.color-pink-15 {
position: absolute;
    left: 0px; 
    background: #FFADF6;
    height: 100%;
    border-right: 1px solid black;
    border-radius: 10px;
    padding-left: 5px;
    top: 0px;
    width: 15%;
    text-align: center;
    /*padding-top: 5px;*/
        font-size: 16px;
        z-index: 9;
    line-height: 20px;
}

.color-pink-20 {
position: absolute;
    left: 0px; 
    background: #FFD6FB;
    height: 100%;
    border-right: 1px dashed black;
    border-radius: 10px;
    padding-left: 5px;
    top: 0px;
    width: 20%;
    text-align: center;
    /*padding-top: 5px;*/
        font-size: 16px;
    line-height: 20px;
}

.clarify, .schedule {

 font-family: 'GT-America';
font-size: 16px;
font-weight: 300;
line-height: 20px;
letter-spacing: 0px;
text-align: center;
margin-bottom: 25px;
}

.schedule {
  margin-bottom: 120px;
}
.change-header {
font-size: 32px;
font-weight: 250;
line-height: 38px;
letter-spacing: 0px;
text-align: center;
margin-bottom: 40px;
}
.changes {
  margin-bottom: 90px;
}

.change {
  padding:25px 10px 25px 10px;
}
.changes .bordered-centered {
  border-radius: 10px;
  border-left:1px solid black;
  border-right:1px solid black;
  background: #B4E3FD;
}
.number {
font-size: 50px;
font-weight: 250;
line-height: 38px;
letter-spacing: 0px;
text-align: center;
margin-bottom: 20px;
font-variant-numeric: lining-nums proportional-nums;
}
.change-text {
 font-family: 'GT-America';
font-size: 20px;
font-weight: 300;
line-height: 25px;
letter-spacing: 0px;
text-align: center;

}

.somia-pillow-subheading-next {
font-size: 32px;
font-weight: 250;
line-height: 38px;
letter-spacing: 0px;
text-align: center;
margin-top: 40px;
}

.two-images {
  position: relative;
  margin-top: 40px;
}

.picture-in-picture {
  position: absolute;
  top:45px;
  left:85px;
}

.relative-heading {
  position: relative;
  top: 45px;
}

.skolioz {
  background: rgba(255, 173, 246, 0.1);

  padding-bottom: 40px;
  margin-bottom:90px;
}
.skolioz .somia-pillow-subheading {
  margin-top:40px;
  margin-bottom: 20px;
 font-variant-numeric: lining-nums proportional-nums;
}





/*
flip card
*/
.card-flip > div {
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  margin: 0;
}

.card-front {
  /*transform: rotateY(0deg);*/
  opacity:1;
}

.card-back .card-body {
    padding: 0 15px 20px 15px;
    margin-bottom: 1px;
    background: transparent;
        border: 0px solid transparent;
}
.card-back {
  /*transform: rotateY(180deg);*/
  position: absolute;
  bottom: 0px;
  border-radius: 15px;
  opacity:0;
}

/*.card-title:hover + .card-flip .card-front {
  opacity:0;
}
  
.card-title:hover + .card-flip .card-back {
  animation: fadeIn 1s;
  animation-fill-mode: forwards ;
}*/

.card-title + .card-flip .card-back {
  /*transform: rotateY(0deg);*/
  animation: fadeOut 1s;
  animation-fill-mode: forwards ;
  z-index:11;
}

.card-title.active + .card-flip .card-back {
  /*transform: rotateY(0deg);*/
  animation: fadeIn 1s;
  animation-fill-mode: forwards ;
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.card-text {
  font-family: 'GT-America';
font-size: 18px;
font-weight: 300;
border: 1px solid black;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    min-height: 90px;
    display: flex;
    align-items: center;
    background:rgba(246, 246, 246, 1);
}

.smart_modal .btn-close {
    width: 1.5rem;
    font-size: 2.5rem;
    height: 1.5rem;
    line-height: .7;
    top: 1rem;
    right: 1rem;
    position: absolute;
    cursor: pointer;
}

.twelve-icons {
  margin-bottom:80px;
  padding-top:40px;
  padding-bottom:70px;
  background: rgba(180, 227, 253, 0.2);
}
.bg-aqua {
background: rgba(180, 227, 253, 1);
}
.bg-aqua .rounded {
  border-radius: 10px !important;
}

.transform {

    padding-top:90px;
    bottom:90px;
}
.transform .row.blocked{
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.gt16 {
    font-size:16px;
    font-family:'GT-America';
    line-height:20px;
}
.constructor img {
  border-radius: 10px;
  border:1px solid black;
  text-align: right;
    float: right;
    margin-right: 20px;
}
.transform .somia-pillow-subheading {
  padding-bottom:40px;
  margin-top: 0px;
    padding-top: 0px;
}
.transform .change-header {
  margin-bottom: 20px;
}

.constructor {
  margin-right: 0px;
    padding-right: 0px;
}

.constr {
  height: 100%;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-around;
}

.constr .p-2 {
  width:100%;
}

.c-line {
  margin-top: 12px
}
.check-height, .check-case, .hardness {
font-size: 16px;
font-family: 'GT-America';
}
.example {
  color: rgba(151, 151, 151, 1);
  font-size: 16px;
font-family: 'GT-America';
}

.wrap-layer, .inner-layer {
  height:90px;
  border: 1px solid black;
  border-radius: 10px;
  width: 100%;
}
.wrap-layers {
  text-align: center;
  margin:0 auto;
  position: relative;
}

.change-wrap-layers,.change-inner-layers {
      position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 50px;
    bottom: 75px;
    cursor: pointer;
    z-index: 10;
}

.wrap-layers .wrap-layer:first-child, .wrap-layers .inner-layer:first-child {
  margin-bottom: 10px;
  margin-top:5px;
}

.wrap-layer, .inner-layer {
  cursor: pointer;
  border-radius:10px;
  border: 1px solid black;
   font-size: 16px;
   line-height: 20px;
font-family: 'GT-America';
text-align: center;
margin: 0 auto;
position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.yellow-wrap {
  background: rgba(255, 246, 200, 1);
}

.blue-wrap {
   background: rgba(180, 227, 253, 1);
}

.pink-wrap {
   background: rgba(255, 173, 246, 1);
}

.add, .delete {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  top:0;
  left:0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: none;
    
    
}

/*.wrap-layer:hover .add, .inner-layer:hover .add{
display: flex;
z-index: 3;
background: inherit;
border-radius: 10px;
}*/


/*.wrap-layer.deleted .add, .inner-layer.deleted .add{
display: flex;
z-index: 3;
background: inherit;
border-radius: 10px;
background: #FFF;
}*/

.wrap-layer.deleted, .inner-layer.deleted {
opacity: 0.6;
}
.wrap-layer.added, .inner-layer.added {
opacity: 1;
}

.wrap-layer.added:hover .delete, .inner-layer.added:hover .delete{
display: flex;
z-index: 3;
background: inherit;
border-radius: 10px;
}

.wrap-layer.deleted:hover .add, .inner-layer.deleted:hover .add{
display: flex;
z-index: 3;
background: inherit;
border-radius: 10px;
}

.white-wrap:hover {
  display: flex;
z-index: 3;
background: #FFF;
    border-radius: 10px;
}

.gradient {
  background: linear-gradient(0deg, rgba(255, 173, 246, 0.5) -0.1%, rgba(253, 238, 93, 0.5) 99.9%);
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}

.review.blocked {
 background: #FFF;
 border-radius: 10px;
 border: 1px solid #000;
 padding:25px;
 margin: 10px;
 position: relative;
}

.review.blocked .name {
    font-family:'GT-America';
 margin-bottom: 20px;
 text-align: left;
}

.review.blocked .review_text {
 text-align: left;
}

.choice-section:after {
  border: 0px ;
}
.choice-section {
  padding-bottom: 0px !important;
}

.footer_bottom .bg {
  height: 525px;
}
.mgtop30 {
     padding-top: 40px !important;
}
.listen .border-block {
     
}
.listen-front {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.listen-back {
  position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #FFF;
    border-radius: 10px;
    display: none;
    overflow-y: scroll;
}
.listen .border-block {
  position: relative;
  height:100%;
}
.listen-head {
font-size: 24px;
font-weight: 250;
line-height: 28px;
letter-spacing: 0px;
text-align: left;
margin-bottom:15px;
}

.listen-text p {
font-family: 'GT-America';
font-size: 20px;
font-weight: 300;
line-height: 25px;
letter-spacing: 0px;
text-align: left;

}
.listen-back {
  padding:20px 20px 20px 20px;
}
.listen-back  .btn-close {
  position: sticky;
    top: 0px;
    right: -25px;
    font-size: 30px;
    cursor: pointer;
    float:right;
}



top: -80px; opacity:0; {
  
}
.image-container-inner {
    position:relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: end;
    align-items: end;
}
.image-container svg {
    position: relative;
}
.line-percentage-wrap {
    height:8px;
    border-radius:10px;
    background:#FFF;
}
.line-percentage-wrap.animate {
    -webkit-animation: bg-height 0.5s linear 1 alternate forwards;
    -moz-animation:  bg-height 0.5s linear 1 alternate forwards;
    -ms-animation:  bg-height 0.5s linear 1 alternate forwards;
    -o-animation:  bg-height 0.5s linear 1 alternate forwards;
    animation:  bg-height 0.5s linear 1 alternate forwards;
    height:0px;
}

@-webkit-keyframes bg-height {
    0% { height: 0px;  }
    100% { height: 8px; opacity:1;  }
}
.line-percentage {
    -webkit-animation: bg-width 2s linear 1 alternate forwards;
    -moz-animation:  bg-width 2s linear 1 alternate forwards;
    -ms-animation:  bg-width 2s linear 1 alternate forwards;
    -o-animation:  bg-width 2s linear 1 alternate forwards;
    animation:  bg-width 2s linear 1 alternate forwards;
    width:0px;
}

@-webkit-keyframes bg-width {
    0% { width: 0px; opacity:0; }
    100% { width: 73%; opacity:1;  }
}
.image-container svg {
    top: 0px; opacity:0;
}
.image-container.animate svg:nth-child(1) {
    -webkit-animation: anime1 2s linear 1 alternate forwards;
    -moz-animation: anime1 2s linear 1 alternate forwards;
    -ms-animation: anime1 2s linear 1 alternate forwards;
    -o-animation: anime1 2s linear 1 alternate forwards;
    animation: anime1 2s linear 1 alternate forwards;
}
    
@-webkit-keyframes anime1 {
    0% { top: 0px; opacity:0; }
    100% { top: 0px; opacity:1;  }
}

.image-container.animate svg:nth-child(2) {
    -webkit-animation: anime2 1.25s linear 1 alternate forwards;
    -moz-animation: anime2 1.25s linear 1 alternate forwards;
    -ms-animation: anime2 1.25s linear 1 alternate forwards;
    -o-animation: anime2 1.25s linear 1 alternate forwards;
    animation: anime2 1.25s linear 1 alternate forwards;
}
    
@-webkit-keyframes anime2 {
   0% { top: -80px; opacity:0; }
    100% { top: 0px; opacity:1;  }
}

.image-container.animate svg:nth-child(3) {
    -webkit-animation: anime3 1.5s linear 1 alternate forwards;
    -moz-animation: anime3 1.5s linear 1 alternate forwards;
    -ms-animation: anime3 1.5s linear 1 alternate forwards;
    -o-animation: anime3 1.5s linear 1 alternate forwards;
    animation: anime3 1.5s linear 1 alternate forwards;
}
    
@-webkit-keyframes anime3 {
    0% { top: -80px; opacity:0; }
    100% { top: 0px; opacity:1;  }
}

.image-container.animate svg:nth-child(4) {
    -webkit-animation: anime4 1.75s linear 1 alternate forwards;
    -moz-animation: anime4 1.75s linear 1 alternate forwards;
    -ms-animation: anime4 1.75s linear 1 alternate forwards;
    -o-animation: anime4 1.75s linear 1 alternate forwards;
    animation: anime4 1.75s linear 1 alternate forwards;
}
    
@-webkit-keyframes anime4 {
    0% { top: -80px; opacity:0; }
    100% { top: 0px; opacity:1;  }
}

.image-container.animate svg:nth-child(5) {
    -webkit-animation: anime5 2s linear 1 alternate forwards;
    -moz-animation: anime5 2s linear 1 alternate forwards;
    -ms-animation: anime5 2s linear 1 alternate forwards;
    -o-animation: anime5 2s linear 1 alternate forwards;
    animation: anime5 2s linear 1 alternate forwards;
}
    
@-webkit-keyframes anime5 {
    0% { top: -80px; opacity:0; }
    100% { top: 0px; opacity:1;  }
}

.image-container.animate svg:nth-child(6) {
    -webkit-animation: anime6 3s linear 1 alternate forwards;
    -moz-animation: anime6 3s linear 1 alternate forwards;
    -ms-animation: anime6 3s linear 1 alternate forwards;
    -o-animation: anime6 3s linear 1 alternate forwards;
    animation: anime6 3s linear 1 alternate forwards;
}
    
@-webkit-keyframes anime6 {
    0% { top: -80px; opacity:0; }
    100% { top: 0px; opacity:1;  }
}

.image-container.animate svg:nth-child(7) {
    -webkit-animation: anime7 3s linear 1 alternate forwards;
    -moz-animation: anime7 3s linear 1 alternate forwards;
    -ms-animation: anime7 3s linear 1 alternate forwards;
    -o-animation: anime7 3s linear 1 alternate forwards;
    animation: anime7 3s linear 1 alternate forwards;
}
    
@-webkit-keyframes anime7 {
    0% { top: -80px; opacity:0; }
    100% { top: 0px; opacity:1;  }
}

.image-container.animate svg:nth-child(8) {
    -webkit-animation: anime8 3s linear 1 alternate forwards;
    -moz-animation: anime8 3s linear 1 alternate forwards;
    -ms-animation: anime8 3s linear 1 alternate forwards;
    -o-animation: anime8 3s linear 1 alternate forwards;
    animation: anime8 3s linear 1 alternate forwards;
}
    
@-webkit-keyframes anime8 {
    0% { top: -80px; opacity:0; }
    100% { top: 0px; opacity:1;  }
}

.image-container.animate svg:nth-child(9) {
    -webkit-animation: anime9 3s linear 1 alternate forwards;
    -moz-animation: anime9 3s linear 1 alternate forwards;
    -ms-animation: anime9 3s linear 1 alternate forwards;
    -o-animation: anime9 3s linear 1 alternate forwards;
    animation: anime9 3s linear 1 alternate forwards;
}
    
@-webkit-keyframes anime9 {
    0% { top: -80px; opacity:0; }
    100% { top: 0px; opacity:1;  }
}

.image-container.animate svg:nth-child(10) {
    -webkit-animation: anime10 3s linear 1 alternate forwards;
    -moz-animation: anime10 3s linear 1 alternate forwards;
    -ms-animation: anime10 3s linear 1 alternate forwards;
    -o-animation: anime10 3s linear 1 alternate forwards;
    animation: anime10 3s linear 1 alternate forwards;
}
    
@-webkit-keyframes anime10 {
    0% { top: -80px; opacity:0; }
    100% { top: 0px; opacity:1;  }
}

.image-container.animate svg:nth-child(11) {
    -webkit-animation: anime11 1.75s linear 1 alternate forwards;
    -moz-animation: anime11 1.75s linear 1 alternate forwards;
    -ms-animation: anime11 1.75s linear 1 alternate forwards;
    -o-animation: anime11 1.75s linear 1 alternate forwards;
    animation: anime11 1.75s linear 1 alternate forwards;
}
    
@-webkit-keyframes anime11 {
    0% { top: -80px; opacity:0; }
    100% { top: 0px; opacity:1;  }
}

.image-container.animate svg:nth-child(12) {
    -webkit-animation: anime12 1.75s linear 1 alternate forwards;
    -moz-animation: anime12 1.75s linear 1 alternate forwards;
    -ms-animation: anime12 1.75s linear 1 alternate forwards;
    -o-animation: anime12 1.75s linear 1 alternate forwards;
    animation: anime12 1.75s linear 1 alternate forwards;
}
    
@-webkit-keyframes anime12 {
    0% { top: -80px; opacity:0; }
    100% { top: 0px; opacity:1;  }
}

.image-container.animate svg:nth-child(13) {
    -webkit-animation:  2s linear 1 alternate forwards;
    -moz-animation: anime13 2s linear 1 alternate forwards;
    -ms-animation: anime13 2s linear 1 alternate forwards;
    -o-animation: anime13 2s linear 1 alternate forwards;
    animation: anime13 2s linear 1 alternate forwards;
}
    
@-webkit-keyframes anime13 {
    0% { top: -80px; opacity:0; }
    100% { top: 0px; opacity:1;  }
}
.image-container-inner-mob {
    display:none;
}
.somia-text { 
 padding-left:35px;   
}

.somia img {
    margin-top:45px;
}
.somia-sleep .row.blocked, .changes  .row.blocked, .skolioz .row.blocked, .transform .row.blocked {
    margin-right:0px;
    margin-left:0px;
}
.somia-sleep .bg-aqua {
    padding-right:0px;
    border-radius: 0px 10px 10px 0;
    padding-top:50px;
}

 .wrap-layers {
        text-align: center;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: flex;
        /* flex-direction: row; */
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-around;
    }
    .change-wrap-layers, .change-inner-layers {
        left: auto;
    }
    
    
    

.blocked-small .color-aqua, .blocked-small .color-white, .blocked-small .color-blue-second, .blocked-small .color-yellow, 
.blocked-small .color-white-35, .blocked-small .color-blue-50, .blocked-small .color-aqua,
.blocked-small .color-aqua-10, .blocked-small .color-aqua-20, .blocked-small .color-pink, .blocked-small .color-pink-15, .blocked-small .color-pink-20,
.blocked-small .color-blue {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
     align-items: center;
  justify-content: center;
    
}
.photo .slick-slide img {
    margin:0 auto;
    width:100%;
    border-bottom:1px solid black;
    position:relative;
    top:-1px;
    border-radius:10px;
}

.choice-section .slick-dots li button {
   /* width:16px;
    height:16px;*/
}
.choice-section .photo  .slick-dots {
   /* position: absolute;*/
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 9999;
}
.choice-section .slick-dots li button:before {
    /*    font-size: 10px;
    line-height: 18px;
     width:16px;*/
    height:16px;
    top:1px;
    left:0px;
}
.choice-section .slick-dots .slick-active button {
    /*border: 1px solid black;*/
    border-radius: 50px;
}
.new-slider .slick-dots {
    bottom: -50px;
}
.banner-text p span {
    display: inline;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #FFF24D;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 1.4;
    padding: 0 10px;
}

.banner-text p {
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    max-width: none;
    max-width: 520px;
}
.flex-banner-text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}
.new-slider {
    padding-top:90px;
    padding-bottom:90px;
}

.mob-revers-slider {
    border:1px solid black;
    border-radius:12px;
    overflow: hidden;
}
.mob-revers-slider .col-md-7.col-sm-12.text-center,
.mob-revers-slider .col-md-12.col-sm-12.text-center {
    padding-left:0px;
    padding-right:0px;
    background: #fff;
}
.mob-revers-slider.slide7 .video_banner {
    border:none;
}
.mob-revers-slider.slide7 {
    border:none;
}
.mob-revers-slider .slide1 .video_banner{
    aspect-ratio: 1.245;

}
.mob-revers-slider .slide2 .video_banner{
    aspect-ratio: 1.245;
}
.mob-revers-slider .slide3 .image_banner{
    aspect-ratio: 1.233;
}

@media screen and (max-width: 575px)  {
    .mob-revers-slider.slide7 {
        margin-left: -20px;
        margin-right: -20px;
    }
}


/* dacha */
.new-slider .index-slider .slick-slide {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.mob-slider-special-one .banner-text{

}
.mob-slider-special-one .banner-text .simple{
    font-family: 'GT-America', Arial, sans-serif;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.mob-slider-special-one .banner-text .plash-yellow {
    display: inline-block;
    font-family: 'GT-America', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 35px;
    background: #FDEE5D;
    border-radius: 10px;
    border: 1px solid #000;
    margin-bottom: 5px;
}
.mob-slider-special-one .banner-text .simple.period{
    margin-top: 20px;
    font-size: 22px;
}
@media only screen and (max-width: 480px)  {
    .index-slider .slick-slide.mob-slider-special-one {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}
@media only screen and (max-width: 400px)  {
    .index-slider .slick-slide.mob-slider-special-one {
        /*padding-left: 0px!important;
        padding-right: 0px!important;*/
    }
}
/* end dacha */



.troubles {
    position:relative;
}

.cline-text {
    position:absolute;
    font-family:"GT-America";
    background: #FFF;
    z-index:999;
    font-size:16px;
    line-height:20px;
    max-width:340px;
    background:#FFF;
    border:1px solid black;
    border-radius:10px;
    padding:12px 30px;
}

.cline-text.pos0{
    bottom: 45px;
    left: 35px;
}
.cline-text.pos1{
   top: 110px;
    left: 22%;
}
.cline-text.pos4{
   top: 110px;
    left: 16%;
}
.cline-text.pos2{
    top: 110px;
    left: 51%;
}
.cline-text.pos2_1{
    top: 110px;
    left: 45%;
}
.cline-text.pos3{
    top: 110px;
    right: 20px;
}

.index-slider .slick-slide {
    margin-right: 20px !important;
    margin-left: 20px!important;
}
.index-slider picture img, .index-slider img {
    overflow: hidden;
    border-radius:10px;
}
.new-slider .slide-m-dots {
    display:inline-block;
}
.new-slider .slick-dots {
    display:inline-block;
    width:auto;
    position:initial;
}
.slider-controls button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slider-controls .slide-m-next {
    background: url('img/arrow-right.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.slider-controls .slide-m-prev {
    background: url('img/arrow-left.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.slider-controls {
    margin: 0 auto;
    text-align: center;
    top: 25px;
    position: relative;
}

.mail-section {
    margin-bottom:0px;
}

.footer_bottom {
    margin:0 auto;
    text-align:center;
    margin-top:30px;
}

.smart_modal .content {
    border:0px;
}
.smart_modal.show {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around !important;
    justify-content: center !important;
    align-items: center !important;
    display:flex !important;
}

.anketa_form input::placeholder  {
font-family: 'GT-America';
font-size: 16px;
font-weight: 300;
line-height: 20px;
letter-spacing: 0px;
text-align: left;
color:#B6B6B6;

}

.anketa_head {
font-size: 32px;
font-weight: 250;
line-height: 38px;
letter-spacing: 0px;
text-align: center;
padding-bottom:20px;
}
.anketa_subhead {
font-size: 24px;
font-weight: 250;
line-height: 28px;
letter-spacing: 0px;
text-align: center;
padding-bottom:40px;
}
.anketa_show {
    max-width:700px;
    margin:0 auto;
}
.anketa-block .title {
font-size: 32px;
font-weight: 250;
line-height: 38px;
letter-spacing: 0px;
text-align: center;

}
.anketa-block .subtitle {
font-size: 24px;
font-weight: 250;
line-height: 28px;
letter-spacing: 0px;
text-align: center;

}
.anketa-block .anketa_small_text {
    margin-bottom:40px;
font-family: 'GT-America';
font-size: 16px;
font-weight: 300;
line-height: 20px;
letter-spacing: 0px;
text-align: left;

}
.mg_zero {
    margin:0 auto;
} 

.flex-label {
   display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: baseline;
}
.flex-label input {
    margin-right:10px;
}
.anketa-block label{

font-family: 'GT-America';
font-size: 14px;
font-weight: 300;
line-height: 20px;
letter-spacing: 0px;
text-align: left;

}
.anketa {
    width: auto;
}
.noborder_flex {
    display:flex;
}
.count {
    width:30px !important;
    text-align:center;
}
.noborder_flex button{
   border: 0px;
    border-bottom: 1px solid black;
    height: 38px;
    position: relative;
    top: 0px;
    margin-bottom:0px;
}
.noborder_flex input {
    margin: 0px;
    padding: 0px;
    height: 38px;
    font-family:'GT-America' !important;
}
.border_flex {
    border:1px solid black;
    border-radius:10px;
}
.border_flex select {
        padding-left: 50px;
}
.border_flex input, .border_flex select {
    border-bottom:1px solid transparent;
}
.anketa select {
        width: 100%;
    border: 0px;
    height: 38px;
    border-bottom: 1px solid black;
    appearance: none; 
  overflow: hidden;
  background: url('img/down.svg') no-repeat left; 
  background-position-x: 25px;
}

.noborder_flex input, .noborder_flex select, .noborder_flex button {
    border-bottom:0px solid transparent !important;
}
.anketa button {
    width: auto;
    background: transparent;
    margin: auto;
    margin-top: auto;
    border-radius: 0;
}

.anketa .input-age {
    position: relative;
    font-size: 16px;
    margin-top: 15px;
}

.anketa_small_text {
    margin-top:24px;
}
.anketa_show {
    display:none;
}
.anketa_head {
    margin-top:30px;
}
.review_text {
    padding-right: 63px;
}

.underline {
    text-decoration:underline;
}
.mob-second .check-span {
    padding-right:8px;
}

.constructor.mob_row_first img {
    loat: right;
    padding-right: 10px;
} 

.blue-wrap {
    background: rgba(180, 227, 253, 1) ;
}
.blue-wrap .add, .blue-wrap .delete {
    background: rgba(214, 240, 255, 1) !important;
}
.pink-wrap .add, .pink-wrap .delete {
    background: rgba(255, 173, 246, 1) !important;
}
.yellow-wrap .add, .yellow-wrap .delete {
    background: rgba(255, 246, 200, 1) !important;
    
}

.white-wrap .add, .white-wrap .delete {
    background: rgba(246, 246, 246, 1) !important;
}

.change-wrap-layers img {
        background: rgba(246, 246, 246, 1);
    border-radius: 50px;
}

.information {
        position: absolute;
    top: 20px;
    right: 50px;
    cursor:pointer;
}
.information_text {
    position: absolute;
    width: 240px;
    border:1px solid black;
    border-radius:10px;
    right: 0px;
    top: 40px;
    padding: 12px 30px;
    background: #FFF;
    border-radius: 10px;
    text-align:center;
        font-family: "GT-America";
        font-weight:300;
        font-size:16px;
        line-height:20px;
        display:none;
}

.information:hover  .information_text {
    display:inline-block;
}
.smart_modal .modal-dialog {
    padding:50px 120px;
    max-width:980px;
}

.smart_modal .modal-content {
    padding:50px;
}
.smart_text {
padding-bottom:20px;
font-family: "GT-America";
font-size: 20px;
font-weight: 300;
line-height: 25px;
letter-spacing: 0px;
text-align: center;
display: flex;
}

.new_under,.new_under:hover  {
    text-decoration: underline;
    font-family: "GT-America";
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color:#000;
}
.true {
   background: rgba(246, 246, 246, 1);
}

a.d-block.blue-btn {
    background: rgba(180, 227, 253, 1);
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid black;
}

a.d-block.blue-btn:hover {
   background: rgba(214, 240, 255, 1);
   color:black;
}
a.d-block.blue-btn:active {
   background: rgba(123, 208, 255, 1);
   color:black;
}

.delete img, .add img {
    padding-right:10px;
}

.header_mob_menu .submenu_list .d-block  {
font-family: "GT-America";
font-size: 16px;
font-weight: 300;
line-height: 20px;
letter-spacing: 0px;
text-align: left;
border-bottom: 0px solid transparent !important

}
.header_mob_menu .submenu>a+.submenu_list {
    background:#FFF;
    padding-top: 14px;
}

.header_mob_menu a:hover {
    color:#000;
}

.products-slider .slick-slide img {
    border-bottom:1px solid black;
    border-radius:10px;
}
.product_item .button_2 {
    margin:40px 0px 24px 24px;
}
.product_item2 .prod_btn a {
    background: rgba(180, 227, 253, 1);
    padding:8px 20px;
    color:#000;
    cursor:pointer;
    border:1px solid black;
    font-family:'GT-America';
    display: inline-block;
    border-radius:10px;    
}
.product_item2 .prod_price {
    font-size: 22px;
    font-weight: bold;
    font-variant: small-caps;
    margin-bottom: 10px;
}
.product_item2 .prod_btn:hover a, .btn-blue .arrow-btn:hover {
    background: rgba(214, 240, 255, 1);
}


/*SLIDES*/

.new-slider .slide-m-dots {
    display:inline-block;
}
.new-slider .slick-dots {
    display:inline-block;
    width:auto;
    position:initial;
}
.slider-controls_prod button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slider-controls_prod .slide-imgs-next_prod,
.slider-controls_prod .slide-m-next_prod,
.slider-controls_prod .slide-m-next_prod2,
.slider-controls_prod .slide-m-next_prod3 {
    background: url('img/arrow-right.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.slider-controls_prod .slide-imgs-prev_prod,
.slider-controls_prod .slide-m-prev_prod,
.slider-controls_prod .slide-m-prev_prod2,
.slider-controls_prod .slide-m-prev_prod3 {
    background: url('img/arrow-left.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.slider-controls_prod {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.default-slider-controls-arr .defalult-slider-controls-arr-prev,
.default-slider-controls-arr .defalult-slider-controls-arr-next{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 16px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    top: 50%;
    position: absolute;
}

.defalult-slider-controls-arr-next {
    background: url('img/arrow-right.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    right: -8px;
}
.defalult-slider-controls-arr-prev {
    background: url('img/arrow-left.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    left: -8px;
}
/*.center-product-slider .defalult-slider-controls-arr-next,
.center-product-slider .defalult-slider-controls-arr-prev{
    top: 17%;
}*/

.button_2 {
    margin:25px 0px 25px 25px;
}

.photo .slick-dots {
    position:initial;
    width:auto;
}
.slide-imgs-dots_bottom,
.slide-m-dots_prod,
.slide-m-dots_prod2,
.slide-m-dots_prod3 {
     width:auto;
     display:inline-block;
}
.slider-controls_prod {
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-top: -40px;
    margin-bottom: 20px;
}
.img .rating {
    right:30px;
}
/* Mobile and tablet*/
@media only screen and (max-width: 1080px)  {
    .constructor img {
        float:none;
        margin-right:0px;
    }
    .new_under, .new_under:hover, .clarify {
        font-size:14px;
    }
   .smart_modal .modal-content {
       width:100%;
       min-width:340px;
   }
   .smart_modal .modal-content .smart_text { 
       font-size:19px;
   }
   .smart_modal .modal-content .row .col-6:nth-child(1) { 
       padding-left:0px;
   }
   .smart_modal .modal-content .row .col-6:nth-child(2) { 
       padding-right:0px;
   }
    .change-wrap-layers, .change-inner-layers {
        left : calc(50%-40px);
    }
    .skolioz {
          padding-bottom: 70px;
        }
    .mg15mob {
    margin-bottom:15px;
}
    .image-container-inner {
        display:none;
    }
    .image-container-inner-mob {
        display:block;
    }
    .image-container-inner-mob .line1 {
        flex-direction: row;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: baseline;
        align-items: flex-end;
        margin-bottom:10px;
    }
    .image-container-inner-mob .line1 svg,.image-container-inner-mob .line2 svg {
            margin-left: 10px;
        margin-right: 10px;
    }
    
    .image-container-inner-mob .line2 {
        flex-direction: row;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: baseline;
        align-items: flex-start;
    }
    .listen .border-block:first-child {
        margin-bottom: 15px;
    }
    .somia-text { 
    }
     .somia .block-flex {
        margin-top:20px;
    }
    
    .somia-sleep .row.blocked div:nth-child(1) p {
    padding-top: 30px;
    }
    .footer_bottom .bg {
    backkground-size: contain;
    height:350px;
}
}


/*960px*/
@media only screen and (max-width: 960px)  { 
    .index-slider video {
        width:100%;
        height:100%;
        border-radius:10px;
        border-right:0px solid black;
        border-bottom:1px solid black;
    }
.mg15mob {
        margin-bottom: 0px;
}
.listen .border-flex {
    flex-wrap: nowrap;
}
.title_desc_1 .sub_title_desc_1 {
    font-size:24px;
    max-width: 640px;
} 
.title_desc_1 .sub_title_desc_1 p {
    font-size:24px;
}
.btn-blue .arrow-btn {
    font-size:16px;
}
.blocked-small.padding {
    width:100%;
}
.constructor.mob-row-first {
    padding-right:20px;
}
.constructor.mob-row-first img{
    width:100%;
}
.changes .bordered-centered {
    border-left:0px solid;
    border-right:0px solid;
}
.smart_modal .modal-content {
    width:100%px;
}
}
/*Tablets Ipad*/

@media only screen and (min-width: 721px) and (max-width: 820px)  { 
    .somia-sleep .bg-aqua {
        overflow:hidden;
        position:rellative;
    }
    .somia-sleep .bg-aqua svg {
        border-radius: 10px;
        position: relative;
        left: 0px;
        bottom: -30px;
        width: 100%;
        border-radius: 34px;
    }
    .p-2.mob-second {
        display: flex;
        flex-direction: column;
    }
    .mob-second .check-height {
        order:2;
    }
    .mob-second .check-case {
        order:3;
    }
    .c-line .col-xl-12 {
        display:flex; 
        flex-direction:column;
        max-width: 100% !important;
        padding-bottom: 10px;
    }
    .c-line .col-xl-12 .row {
        order:1;
    }
    .c-line .col-xl-12 img {
        order:2;
    }
    .example {
        text-align:center;
    }
    .banner-text {
        padding-bottom:40px;
        padding-top:40px;
    }
    .banner-text svg {
        margin-bottom:15px;
         margin-top:15px;
    }
    .heading-percentage {
        font-size:26px;
    }
    .subheading-percentage {
        font-size:20px;
    }
    .listen h2 {
        font-size:26px;
        line-height:32px;
    }
    .title_desc_1 .sub_title_desc_1 {
        font-size:20px;
        line-height:22px;
    }
    .twelve-icons {
        margin-bottom: 40px;
    }
    .mg15mob {
        margin-bottom:15px;
    }
    .border-form > span {
        font-size:20px;
    }
    .border-block label {
        font-size:16px;
    }
    .listen-front .control.control-checkbox br {
        display:none;
    }
    .subhead {
        font-size:20px;
    }
    .about-pillow-heading {
        font-size:26px;
        line-height:32px;
    }
    .about-pillow-subheading {
        font-size:20px;
        line-height:22px;
    }
    .about-pillow-text {
        font-size:16px;
        line-height:20px;
    }
    .somia-pillow-heading {
        font-size:26px;
        line-height:32px;
    }
    .somia-pillow-subheading {
        font-size:20px;
        line-height:22px;
    }
    
    
    .about-pillow-text {
    font-size: 16px;
    line-height: 20px;
    max-width: 360px;
    margin: 0 auto;
    padding-bottom: 30px;
    }
    .somia img {
        margin-top: 0;
        margin-bottom:20px;
    }
    .block-flex div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: baseline;
        align-items: center;
        margin-bottom: 30px;
        flex-direction: column;
        text-align: center;
    }
    .somia-text br {
        display:none;
    }
    .somia-sleep .row.blocked div:nth-child(1) p {
        font-size:20px;
        line-height:22px;
    }
    .clarify {
        padding:0 10px;
    }
    .somia-prove {
        padding-bottom:0px;
    }
    .changes .blocked-centered {
        padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: 10px;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    }
    .change-text br {
        display:none;
    }
     .change-text {
         max-width:400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
     }
     .changes {
        margin-bottom: 40px;
    }
    .somia-pillow-subheading-next {
        font-size:26px;
            padding: 0 30px;
    }
    .skolioz {
        padding-bottom:40px;
    }
    
    .transform {
        padding-top: 40px;
    }
    
    .mob-reverse-row {
        display:flex;
    }
    .mob-row-second {
        order: 2;
    }
    .mob-row-first {
        order:1 ;
    }
    
    .banner-text p {
        font-weight: normal;
        font-size: 26px;
        line-height: 32px;
        max-width:540px;
    }
    .somia-prove {
        padding-bottom:20px;
    }
    
    br.only_mob {
    display: block;
    }
    .row.font_2.prod_name .col-4 {
        padding-right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .prod_type {
        line-height:20px;
    }
    .d-md-none {
        display:block !important;
    }
    .d-md-block {
        display:none !important;
    }
    .new-slider {
        padding-top:0px;
    }
}

/*720px*/
@media only screen and (max-width: 720px)  { 
    .smart_modal .modal-content {
        width:480px;
    }
    .row.font_2.prod_name .col-4 {
        padding-right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner-text {
        padding-bottom:40px;
        padding-top:40px;
    }
    .banner-text svg {
        margin-bottom:15px;
         margin-top:15px;
    }
    .heading-percentage {
        font-size:26px;
    }
    .subheading-percentage {
        font-size:20px;
    }
    .listen h2 {
        font-size:26px;
        line-height:32px;
    }
    .title_desc_1 .sub_title_desc_1 {
        font-size:20px;
        line-height:22px;
    }
    .twelve-icons {
        margin-bottom: 40px;
    }
    .mg15mob {
        margin-bottom:15px;
    }
    .border-form > span {
        font-size:20px;
    }
    .border-block label {
        font-size:16px;
    }
    .listen-front .control.control-checkbox br {
        display:none;
    }
    .subhead {
        font-size:20px;
    }
    .about-pillow-heading {
        font-size:26px;
        line-height:32px;
    }
    .about-pillow-subheading {
        font-size:20px;
        line-height:22px;
    }
    .about-pillow-text {
        font-size:16px;
        line-height:20px;
    }
    .somia-pillow-heading {
        font-size:26px;
        line-height:32px;
    }
    .somia-pillow-subheading {
        font-size:20px;
        line-height:22px;
    }
    
    
    .about-pillow-text {
    font-size: 16px;
    line-height: 20px;
    max-width: 360px;
    margin: 0 auto;
    padding-bottom: 30px;
    }
    .somia img {
        margin-top: 0;
        margin-bottom:20px;
    }
    .block-flex div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: baseline;
        align-items: center;
        margin-bottom: 30px;
        flex-direction: column;
        text-align: center;
    }
    .somia-text br {
        display:none;
    }
    .somia-sleep .row.blocked div:nth-child(1) p {
        font-size:20px;
        line-height:22px;
    }
    .clarify {
        padding:0 10px;
    }
    .somia-prove {
        padding-bottom:0px;
    }
    .changes .blocked-centered {
        padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: 10px;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    }
    .change-text br {
        display:none;
    }
     .change-text {
         max-width:400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
     }
     .changes {
        margin-bottom: 40px;
    }
    .somia-pillow-subheading-next {
        font-size:26px;
            padding: 0 30px;
    }
    .skolioz {
        padding-bottom:40px;
    }
    
    .transform {
        padding-top: 40px;
    }
    
    .mob-reverse-row {
        display:flex;
    }
    .mob-row-second {
        order: 2;
    }
    .mob-row-first {
        order:1 ;
    }
}

.somia-sleep .bg-aqua svg{
    border:0px 10px 10px 0px;
    border-radius:10px;
}

@media only screen and (max-width: 540px)  { 
    .smart_modal .modal-content {
        width:340px;
    }
    .anketa-block .title {
         font-size:26px;
        line-height:32px;
    }
    .anketa-block .subtitle {
        font-size:20px;
        line-height:22px;
    }
    .row.font_2.prod_name .col-4 {
        padding-right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    br.only_mob {
        display:block;
    }
    .prod_type  {
        line-height:20px;
    }
    .change-header {
        font-size:26px;
        line-height:32px;
    }
    .mobile_fixeed {
            position: fixed;
            bottom: 0px;
            z-index: 99;
            background: #FFF;
    }
    .color-white-35 {
        width:42%;
    }
    .cline-text.pos4 {
         top: 110px;
    }
    
    .mobile_fixeed .pos4 {
        top:0;
        bottom:40px;
    }
    /*.center-product-slider .slick-list{
        padding: 0px !important;
    }*/
    .transform {
        bottom: 40px !important;
        padding-top: 0px !important;
    }
    .skolioz {
        margin-bottom: 70px;
    }
    .changes {
        margin-bottom: 40px;
    }
    .somia-prove {
        padding-bottom: 0px;
        margin-bottom:70px;
    }
    .twelve-icons {
        margin-bottom: 0;
        padding-bottom: 70px;
    }
    .show_mob_extra {
        display:block !important;
    }
    
    .cline-text.pos2 {
        top: 110px;
        left: 20%;
    }
    .mobile_fixeed .pos2 {
        top:0;
        bottom:40px;
    }
    .cline-text.pos2_1 {
        top: 110px;
        left: 24%;
    }
    .mobile_fixeed .pos2_1 {
        top:0;
        bottom:40px;
    }
    .mobile_fixeed .pos1 {
        top:0;
        bottom:40px;
    }
    .mobile_fixeed .pos3 {
        top:0;
        bottom:40px;
    }
    .center-product-slider {
           /* margin-left: -70px;*/
    }
    .prod_type {
            padding-left: 0px;
    padding-right: 0px;
    }
    
    .font_2.prod_name .col-3.text-center {
            margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    } 
    
    .font_2.prod_name .col-3.text-center img {
            position: relative;
    top: 3px;
    }
    .product_item2 .desc {
        margin-bottom:30px;
    }
    .product_item2:not(:nth-child(3)) h3 br {
        display: none;
    }
    
    .somia-sleep .mb-40 {
        margin-bottom:5px;
    }
    
    .somia-pillow-heading {
        font-size:26px;
        line-height:32px;
    }
    #choice_main h2 {
        margin-bottom: 25px;
    font-size: 26px;
    font-weight: 250;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    }

    .listen-head {
        margin-top:10px;
    }
    .pink-block1 {
         position: relative !important;
    left: 10% !important;
    }
    .pink-block2 {
         position: relative !important;
    left: 15% !important;
    }
    
    .aqua-block1 {
        position: relative !important;
    left: 10% !important;
    }
    .aqua-block2 {
            position: relative !important;
            left: 15% !important;
        }
    
    
    .blue-block1 {
        left: 25px !important;
    position: relative !important;
    }
    .blue-block2 {
            position: relative !important;
    left: 35px !important;
    }
    
    .yellow-block1 {
        
    }
    .yellow-block2 {
        
    }
    
    .somia-sleep .mb-40 {
        margin-bottom:25px;
    }
    .somia-pillow-heading {
        margin-bottom: 0px;
    }
    
    .skolioz .somia-pillow-heading {
        margin-bottom: 25px;
    }
    .skolioz .somia-pillow-heading span {
        padding-left:5px;
        padding-right:5px;
    }
    .index-slider picture img, .index-slider  img {
        border-right: 0px;
        border-bottom: 1px solid black;
        border-radius:10px;
    }
    .skolioz {
          padding-bottom: 40px;
        }
    .somia img {
        margin-top:0px;
    }
    .border-flex {
        flex-direction: row;
        display: flex;
        flex-wrap: nowrap;
        align-content: baseline;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .border-form > span {
        font-size: 20px;
        font-weight: 250;
        line-height: 22px;
        letter-spacing: 0px;
        text-align: left;

    }
    .border-block label {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;

    }
    .btn-blue .arrow-btn {
        font-size:16px;
    }
    .heading-percentage {
        font-size:26px;
        line-height:32px;
    }
    .subheading-percentage {
        font-size:20px;
        line-height:22px;
    }
    .listen-text {
        font-size:16px;
        line-height:20px;
    }
    .listen-head {
        font-size:20px;
        line-height:24px;
    }
    
    
    .about-pillow-subheading {
         font-size:20px;
         line-height:22px;
    }
    .about-pillow-text {
         font-size:16px;
         padding-bottom:30px;
    }
    .somia-pillow-heading span, .about-pillow-heading span {
        margin-top:5px;
    }
    
    
    .somia-pillow-subheading {
        font-size:20px;
        line-height:22px;
    }
    
    .somia .block-flex {
        margin-top:20px;
    }
    .block-flex div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: baseline;
        align-items: center;
        margin-bottom: 30px;
        flex-direction: column;
        text-align: center;
    }
    .block-flex .somia-text {
        margin-top:20px;
        font-size:16px;
        line-height:20px;
        padding-left: 0px;
        font-family: 'GT-America';
        margin-top:0px;
    }
    .somia-sleep .row.blocked {
        display:flex;
        flex-direction:column-reverse;
    }
    

    .somia-sleep .row.blocked div:nth-child(1) p {
        padding-top: 30px;
        max-width: 420px;
        font-size: 20px;
        line-height: 22px;
        font-weight: 250;
    }
    .somia-sleep .bg-aqua svg{
        width: 100%;
        right: -20px;
        position: relative;
        top: 25px;
    }
    .somia-sleep .bg-aqua {
        border-bottom:0px solid transparent;
        border-radius:10px;
    }
    .blocked-small.padding {
        max-width:122px !important;
        min-width:122px !important;
    }
    .somia-prove div.blocked:nth-child(odd), .somia-prove .g-2 > div:nth-child(odd) {
        margin-left: initial;
         padding-left: initial;
    }
    .somia-prove div.blocked:nth-child(odd), .somia-prove .g-2 > div:nth-child(even) {
        margin-right: initial;
         padding-right: initial;
    }
    .changes .bordered-centered {
        border-left: 0px solid black;
        border-right: 0px solid black;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }
    .somia-prove .align-self-center.blocked-centered {
        padding-right: 0px;
        padding-left: 0px;
    }
    .somia-pillow-subheading-next {
        font-size:26px;
        line-height:32px;
    }
    .transform .row.blocked.mob-reverse-row {
        display:flex;
    }
    .transform .mob-row-first {
        order:1;
    }
    .transform .mob-row-second {
        order:2;
    }
    .rating {
        position: absolute;
        z-index: 9999;
        top: 12px;
        right: 12px;
        border: 1px solid black;
        background: #FFF;
        border-radius: 10px;
        padding: 5px 5px 5px 5px;
        font-family: 'GT-America';
        font-size: 20px;
        font-weight: 300;
        line-height: 25px;
        color: #000;
    }
    .changes .blocked-centered {
        padding-left:0px;
        padding-right:0px;
    }

    .listen {
        padding-top:40px;
    }

    .blocked-small {
        margin-left: 15px;
        margin-bottom: 20px;
        padding: 5px 5px 5px 0px;
        position: relative;
        margin-right: 15px;
        font-size: 13px;
        height: 44px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-around;
    }

    .blocked-small .text-center {
        max-width: 100px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-around;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        left:auto;
        right: 0px !important;

    }
    .blocked-small .text {
        line-height:16px;
        text-align:left;
    }
    .color-blue-second {
            width: 30px;
            left:20px;
    }
    .color-white {
            width: 30px;
    }
    .color-aqua-10, .color-pink-15 {
        width:20%;
    }
    .color-aqua-20, .color-pink-20 {
        width:30%;
    }
    .somia-sleep .bg-aqua svg{
     right:0px;
    }
    .banner-text p {
        min-width:100%;
       /* margin-top:40px;*/
    }
    .new-slider {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /* Заменил section на класс. */
    .sections {
     margin-bottom:40px;
     margin-top:0px !important;
    }

    .footer_bottom .bg {
        background-size: contain;
        height:200px;
    }

    .footer_bottom {
        margin-top: 30px;
    }
    .banner-text p {
        font-size:26px;
        line-height:32px;
    }
    .index-slider .slick-slide {
        /*padding-left:0px;
        padding-right:0px;*/
    }
    .line1 svg,.line2 svg, .image-container-inner-mob .line1 svg, .image-container-inner-mob .line2 svg {
        padding-left: 10px;
            margin-left: 0px;
        margin-right: 0px;
    }
    .line1 svg:first-child,.line2 svg:first-child {
        padding-left: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .mob_br {
        width:100%;
            display: block;
    }
    .hide_mob {
        display:none;
    }
    .about-pillow-heading {
        font-size:26px;
        line-height:32px;
    }
    .show_desc {
        display:none !important;
    }
    .show_mob {
        display: table !important;
        margin: 0 auto;
        margin-top: 5px;
    }
    .somia .show_desc {
        display:block !important;
    }
    .somia .show_mob_extra {
        display:none !important;
    }
    .remove_right_padding {
    padding-right:5px;
    }
    .remove_left_padding {
       padding-left:4px;
    }
    .cline-text.pos0 {
        bottom: 40px;
        left: 0px;
    }
    .somia-sleep .bg-aqua {
        padding-top:0px;
    }
    .review.blocked .name {
        font-size:20px;
        max-width:120px;
         font-family: 'GT-America';
    }
    .review.blocked .review_text {
        font-size:20px;
    }

    .constructor {
        padding-right:20px;
    }
    .review_text {
        padding-right: 24px;
    }
    .somia-prove-heading {
        max-width:250px;
    }
    .card-text {
        height: 150px;
    }
}


.troubles_new {
    background: linear-gradient(270deg, #FF80A1 0%, #FDEE5D 46.87%, #B7F797 100%);
    height: 60px;
    border: 1px solid black;
    border-radius: 10px;
        display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.troubles_line {
    height: 6px;
    background: #FFF;
    z-index: 9;
    width: 100%;
    margin-left: 25px;
    margin-right: 25px;
    text-align:left;
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.troubles_line div {
         position: initial;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;   
}
.troubles_line img.delemeter:nth-child(1) {
    
}
.troubles_line img.delemeter:nth-child(2) {
   
}
.troubles_line img.delemeter:nth-child(3) {
    
}
.troubles_line img.delemeter:nth-child(4) {
    
}
.troubles_line img.delemeter:nth-child(5) {
    
}
.troubles_line img.delemeter:nth-child(6) {
    
}
.troubles_line img.delemeter:nth-child(7) {
    
}

.troubles_line img.line_done:nth-child(1) {
    position:relative;
    top:-30px;
    left:0;
}
.troubles_line img.line_done:nth-child(2) {
    position:relative;
    top:-30px;
    left:14%;
}
.troubles_line img.line_done:nth-child(3) {
    position:relative;
    top:-30px;
    left:28.5%;
}
.troubles_line img.line_done:nth-child(4) {
    position:relative;
    top:-30px;
    left:49%;
}
.troubles_line img.line_done:nth-child(5) {
    position:relative;
    top:-30px;
    left:65.5%;
}
.troubles_line img.line_done:nth-child(6) {
    position:relative;
    top:-30px;
    left:82%;
}





.listen-back::-webkit-scrollbar {
    width: 5px;
    height:90%;
}

.listen-back::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(246, 246, 246, 1); 
    border-radius: 10px;
}

.listen-back::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(182, 182, 182, 1); 
}

    .listen-back .btn-close {
       /* margin-right:-10px;
        margin-top:-20px;
        top: inherit;
        right: inherit;*/
        margin-top:-20px;
            margin-right: -5px;
    }
    .sticky {
        position:sticky !important;
        top:0px;
        margin-top:-15px;
        
    }
    
    

    
@media only screen and (max-width: 380px)  {
    
.somia .show_desc {
        display:none !important;
    }
    .somia .show_mob_extra {
            display: table !important;
    margin: 0 auto;
    margin-top: 5px;
    }    
    
.card-text {
    height: 155px;
    padding: 10px 5px;
}
.show_mob_extra {
    display:block !important;
}
.blocked-small.padding {
    width: 115px;
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    line-height: 16px;
}
.blocked-small.padding {
    padding: 5px;
}
.blocked-small.padding {
    width: 115px;
}
.color-yellow {
    width:40%;
}
.color-blue-50 {
    width:0;
}
.blocked-text {
    font-size: 19px;
}
}

.inner-layer.blue-wrap .add:active, .inner-layer.blue-wrap .delete:active {
    background: rgba(123, 208, 255, 1) !important;
}

.inner-layer.pink-wrap .add:active, .inner-layer.pink-wrap .delete:active {
    background: rgba(255, 173, 246, 1) !important;
}

.wrap-layer.yellow-wrap .add:active, .wrap-layer.yellow-wrap .delete:active {
    background: rgba(255, 242, 174, 1) !important;
}

.wrap-layer.white-wrap .add:active, .wrap-layer.white-wrap .delete:active {
   background: rgba(255, 255, 255, 1) !important;
}

.products-slider .slick-slide img {
    height:99.5%;
}

.anketa_form input[type="text"]::placeholder, .anketa_form [type="text"] {
    font-family: 'GT-America' !important;
}


.anketa_form input[type="text"]::-webkit-input-placeholder { /* Edge */
  font-family: 'GT-America' !important;
}

.anketa_form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'GT-America' !important;
}

.anketa input[type="text"]::placeholder {
  font-family: 'GT-America' !important;
}





/*
.structure-section {
    height: 2500px;
    position: relative
}

.structure-section.classic {
    height: 2100px
}

.structure-section .grid {
    position: -webkit-sticky;
    position: sticky;
    top: 240px
}

.structure-section .structure-section__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.structure-section .slide-description {
    opacity: 1;
    visibility: visible;
    width: 385px;
    margin-right: 90px;
    margin-top: 0;
    margin-bottom: 0
}

.structure-section .slide-description .button {
    height: 70px;
    padding: 0 50px
}

.structure-section .slide-description .button svg {
    margin-left: 20px;
    margin-right: 0
}

.structure-imgages {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 30px
}

.structure-imgages > * {
    width: 100%
}

.structure-imgages > :not(:first-child) {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.structure-imgages .numbers {
    width: 72%;
    margin-right: 16%
}

.structure-imgages .numbers.aula {
    width: 80%;
    margin-top: 6%;
    margin-right: 11.5%
}

.structure-imgages .numbers.classic {
    width: 73%;
    margin-top: 5%;
    margin-right: 15.5%
}

.structure-imgages .pillow-label {
    position: absolute;
    top: initial;
    left: initial;
    right: 0;
    bottom: -23%;
    width: auto;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    color: #c8c8c8
}

.structure-imgages__container > * {
    position: absolute;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

.structure-imgages__container > :nth-child(1) {
    top: 5%;
    right: 26%;
    width: 17%
}

.structure-imgages__container > :nth-child(2) {
    top: 21.3%;
    left: 10%;
    width: 19%
}

.structure-imgages__container > :nth-child(3) {
    top: 18.8%;
    left: 33.7%;
    width: 32%
}

.structure-imgages__container > img:nth-child(4) {
    right: 10.5%;
    top: 11.5%;
    width: 24.6%
}

.structure-imgages__container > :nth-child(5) {
    left: 4%;
    top: 28.3%;
    width: 31%
}

.structure-imgages__container > :nth-child(6) {
    top: 50%;
    left: 51.4%;
    width: 11.5%
}

.structure-imgages__container > :nth-child(7) {
    top: 39.5%;
    right: 6%;
    width: 29%
}

.structure-imgages__container > :nth-child(8) {
    top: 52%;
    left: 19%;
    width: 29%
}

.structure-imgages__container > :nth-child(9) {
    top: 50.4%;
    right: 0;
    width: 84.5%
}

.structure-imgages__container.aula > :nth-child(1) {
    top: 52%;
    right: 2%;
    width: 85%
}

.structure-imgages__container.aula > :nth-child(2) {
    top: 54%;
    left: 45.5%;
    width: 30%
}

.structure-imgages__container.aula > :nth-child(3) {
    top: 15%;
    left: 31.5%;
    width: 40%
}

.structure-imgages__container.aula > :nth-child(4) {
    right: 33.5%;
    top: 21.5%;
    width: 32.6%
}

.structure-imgages__container.aula > :nth-child(5) {
    left: initial;
    top: -10.4%;
    width: 46.8%;
    right: -3.2%
}

.structure-imgages__container.aula > :nth-child(6) {
    top: 17%;
    left: 0;
    width: 39.1%
}

.structure-imgages__container.classic > :nth-child(1) {
    top: 4%;
    right: 26%;
    width: 24%
}

.structure-imgages__container.classic > :nth-child(2) {
    top: 14%;
    left: 10%;
    width: 29%
}

.structure-imgages__container.classic > :nth-child(3) {
    top: 20.8%;
    left: 37.7%;
    width: 28%
}

.structure-imgages__container.classic > :nth-child(4) {
    right: 10.8%;
    top: 13.5%;
    width: 24%
}

.structure-imgages__container.classic > :nth-child(5) {
    left: 4%;
    top: 28.5%;
    width: 33.3%
}

.structure-imgages__container.classic > :nth-child(6) {
    top: 48%;
    left: 26%;
    width: 60%
}

.structure-imgages__container.classic > :nth-child(7) {
    top: 57%;
    right: .7%;
    width: 84.5%
}

.structure-imgages > .bottom-scr-img {
    top: 32%;
    margin: 0
}

.structure-list {
    list-style-type: none;
    counter-reset: structure-list;
    width: 385px;
    margin-top: 10px;
    margin-left: 130px
}

.structure-list li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase
}

.structure-list li:last-child {
    margin-bottom: 0
}

.structure-list li span {
    font-weight: 700;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.structure-list li span.li-hint {
    font-size: 10px;
    letter-spacing: -.04em;
    color: #bcbdc2;
    display: block;
    margin-top: 10px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 85px
}

.structure-list li::before {
    counter-increment: structure-list;
    content: counter(structure-list);
    display: block;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.structure-list li:nth-child(1)::before {
    background-color: #e7d1f9
}

.structure-list li:nth-child(2)::before {
    background-color: #ceb3e7
}

.structure-list li:nth-child(3)::before {
    background-color: #fbe1ef
}

.structure-list li:nth-child(4)::before {
    background-color: #e1f5fa
}

.structure-list li:nth-child(5)::before {
    background-color: #dbf7f0
}

.structure-list li:nth-child(6)::before {
    background-color: #d1e2f6
}

.structure-list li:nth-child(7)::before {
    background-color: #b5cff2
}

.structure-list.aula li:nth-child(1)::before {
    background-color: #e7d1f9
}

.structure-list.aula li:nth-child(2)::before {
    background-color: #e3ecf9
}

.structure-list.aula li:nth-child(3)::before {
    background-color: #dbf7f0
}

.structure-list.aula li:nth-child(4)::before {
    background-color: #fbe1ef
}

.structure-list.aula li:nth-child(5)::before {
    background-color: #f2c4da
}

.structure-list.aula li:nth-child(6)::before {
    background-color: #b5cff2
}
*/

.anketa_form input {
    padding-left:0px;
}
.anketa .input-age select {
    padding-left:0px;
}

.anketa .legal {
    display: flex;
    justify-content: center;
    width:auto;
}

.row.font_2.prod_name .col-4 {
    padding-left: 40px;
}
.row.font_2.prod_type .col-8 {
    padding-right: 40px;
}