.wrapper{
    font-family: "Geometria", sans-serif;
}
.wrapper-title {
  /* font-size: 20px; */
  font-size: clamp(24px, 6vw, 42px);
  margin: 0;
  padding-bottom: 30px;
  letter-spacing: -3%;
  font-weight: normal;
}
.main-characteristick{
    background-color: #0B4C68;
    color: #fff;
}
.wrapper {
  max-width: calc(100% - 30px);
  margin-inline: auto;
padding: 60px 0 40px;
}
@media (width>960px) {
.wrapper.wrapper-main {
  max-width: calc(100% - 80px);
} 
}

.list-wrapper {
  display: grid;
  -moz-column-gap: 80px;
       column-gap: 80px;

  padding: 0;
  align-content: baseline;
}
.item-description {
  font-weight: 400;
}
@media (width>640px) {
.list-wrapper {
    grid-template-columns: repeat(2, 1fr);
}

}
.list-item {
  text-decoration: none;
  list-style: none;
  font-size: 14px;
  letter-spacing: -.5%;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 1px solid #ffffff30;
  /* border-top: 1px solid #ffffff30; */
}
.list-item:nth-child(1),
.list-item:nth-child(2){
    border-top: 1px solid #ffffff30;
}

.list-other .list-item {
  text-decoration: none;
  list-style: none;
  font-size: 14px;
  letter-spacing: -2%;
  font-weight: 500;
  padding: 7px 0;
  border-bottom: 1px solid #EAF1F5;
  /* border-top: 1px solid #ffffff30; */
}
.list-other .list-item:nth-child(1){
    border-top: 1px solid #EAF1F5;
}

.item-icon{
    width: 30px;
    height: 20px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 0 auto;
}
.item-desc {
  margin-left: 10px;
}
.group-item-wrapper,
.item-icon-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper-other{
    color:#0B4C68;
}
.wrapper-other h3{
    display: inline-flex;
    padding: 8px 9.5px;
    letter-spacing: -0.5%;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #0B4C68;
    border-radius: 20px;
    margin: 0;
}
@media(width>640px){
  .wrapper-other h3{
    margin-right: 10px;
    padding: 6px 15px;
    font-size: 16px;
  }
  
}
.tab-button-act{
    color:#fff;
    background-color: #0B4C68;
}
.wrapper-content-other{
    display: grid;
    margin-top: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.other-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* width: 380px; */
  min-height: 435px;
  order: 1;
}
@media (width>640px) {
.wrapper-content-other {
    grid-template-columns: 1fr 2fr;
}
.other-img {
  order: 0;
}
}

.button-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (width>640px) {
.button-wrapper {
  display: initial;
}
}
.slider-block-wrap {
  position: relative;
  /*margin-bottom: 60px;*/
}
.slider-block{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.slider-desc,.title-slider,.slider-button{
  z-index: 100;
  position: relative;
}
.wrapper-button {
  display: flex;
  justify-content: space-between;
  color: red;


  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  align-items: center;
}
.slider-block-wrap {
  min-height: 340px;
  color:#0B4C68;
  background-color: #EAF1F5;
  margin-bottom: 30px;
}
@media(width>480px){
  .slider-block-wrap {
  min-height: 761px;
  }
}
.slider-button{
  cursor:pointer;


  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fafafa;
}
@media(width>480px){
  
  .slider-button{
      width: 26px;
      height: 26px;
  }
}
.slider-button-left,
.slider-button-rigth{
  background-image: url('https://static.tildacdn.com/tild3731-3432-4663-b433-356437316263/Rectangle_2507.svg');
  background-position: center;
  background-size: 6px;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  margin-left: 0px;
}
.slider-button-rigth{
transform: rotate(180deg);
margin-right: 0px;
}
@media (width>960px) {
   .slider-button-rigth{
margin-right: 15px;
} 
.slider-button-left{
  margin-left: 15px;
}
}


[data-slider-step="0"]{
  opacity: 1;
  transition: opacity .3s ease-in-out;
}
[data-slider-step="1"],
[data-slider-step="2"]{
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
.step-item[data-slider-step="0"]{
  background-color: #0c4c69;
}
.step-slider-wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 60px;
}
.step-item{
  width: 40px;
  height: 4px;
  /*border: 1px solid #0c4c69;*/
  position: relative;
  /*z-index: 9999999999;*/
  opacity: 1;
  background-color: #fff;
}


 .wrapper.wrapper-slider {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 431px;
  justify-content: space-between;
  /* align-items: center; */
  position: relative;
  padding: 0;
}
@media(width>480px){
  .wrapper.wrapper-slider {
    min-height: 761px;
    padding: initial;
  }
  
}
.wrapper-title.title-slider,.slider-desc {
  text-align: center;
}
.slider-desc {
  margin-top: auto;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 41px;
}
.wrapper-title.title-slider {
  margin-top: 20px;
}

h1.t-store__prod-popup__name,
.t-store__prod-popup__info{
  letter-spacing: -.5%;
}
#allrecords h1.t-store__prod-popup__name{
    font-size:24px;
}
li.list-item:nth-child(2),
.list-wrappe2 li.list-item:nth-child(1){
  border-top: none;
}

@media(width>640px){
#allrecords .t-store__prod-snippet__container .t-store__prod-popup__name{
  letter-spacing: -1.5%;
  font-size:42px;
}
li.list-item:nth-child(2),
.list-wrappe2 li.list-item:nth-child(1){
border-top: 1px solid #ffffff30;
}
}

.t-store__prod-popup__btn.t-btn.t-btn_sm {
  width: 100%;
}

.t-store__prod-popup__info .t-typography__characteristics.js-store-prod-charcs {
  padding: 14px 0;
  border-bottom: 1px solid #EAF1F5;
}
.t-store__prod-popup__info .js-store-prod-all-charcs > .t-typography__characteristics.js-store-prod-charcs {
  display: flex;
  justify-content: space-between;
  /*font-size: 14px !important;*/
  /*font-weight: 400 !important;*/
}
.t-store__prod-popup__info .js-store-prod-all-charcs > .t-typography__characteristics.js-store-prod-charcs:first-child {
  border-top: 1px solid #EAF1F5;
}

.nds,
.download{
  font-family: "Geometria", sans-serif;
  color: #0c4c69;
  margin-left: 10px;
  font-weight: 500;
}
.download{
  position: relative;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
}
.download::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('https://optim.tildacdn.com/tild6336-3466-4662-a437-653533643330/-/format/webp/icon.png.webp');/*************** иконка скачивания ************************/
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -24px;
  top: 0;
}
.js-store-price-wrapper.t-store__prod-popup__price-wrapper {
  display: flex;
  align-items: baseline;
}
.cont-ya {
  display: flex;
  /*justify-content: space-between;*/
  font-family: "Geometria", sans-serif;
  font-size: 15px;
  gap: 10px;
}
.value-ya {
  font-weight: bold;
}
.conteinerInfo {
  margin-top: 8px;
}

@media(width>1200px){
    
#rec1489559281 .js-product:not(.t-popup .js-product) .t-store__card__textwrapper {
  display: flex;
  justify-content: space-between;
}
#rec1489559281 .js-product:not(.t-popup .js-product) .t-store__card__textwrapper .t-store__card__price-wrapper{
    margin:0;
    align-items: baseline;
}
}
@media(width>640px){
.main-characteristick {
  max-width: calc(100% - 30px);
  margin-inline: auto;
  margin-top: 110px;
}
}
#allrecords .list-main.list-wrapper {
  padding: 0;
}
#allrecords .t-store__prod-popup__price {
  letter-spacing: -.5%;
}
#allrecords div.t-store__prod-popup__text,
#allrecords p.t-typography__characteristics{
  font-size: 14px;
}
#allrecords p.t-typography__characteristics .option-rigth-text {
  font-weight: 400;
}

div.t-store__prod-snippet__container {
  padding-top: 20px;
}
#allrecords .list-other.list-wrappe2 {
  padding-left: 0;
}
#allrecords .other-characteristick ul.list-other {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}
#allrecords .other-characteristick ul.list-other.list-wrappe2{
    margin-bottom: 40px;
}
@media (width>960px) {
   #allrecords .other-characteristick ul.list-other.list-wrappe2 {

  margin-bottom: 0px;
} 
}

.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_5 {
  padding-left: 15px;
  padding-right: 15px;
}
.t-store__prod-snippet__container {
    padding-bottom: 60px;
  }

.js-store-prod-all-charcs {
  margin-top: 30px !important;
}

.group-item-wrapper {
  gap: 20px;
}
.item-description {
  text-align: end;
}
.wrapper-title.title-other {
  padding-bottom: 20px;
}

.list-other .list-item.list-item-wrapper {
padding: 8px 0;
  box-sizing: border-box;
}
.wrapper-content-other .item-icon {
  width: 30px;
  height: 30px;
}
.wrapper.wrapper-other {
  margin-bottom: 20px;
}
.wrapper-title.title-slider {
  padding-top: 40px;
}
@media(width>640px){
.t-store__prod-popup__info .t-store__prod-popup__title-wrapper {
  margin-bottom: 25px;
}
.t-store__prod-popup__info .t-store__prod-popup__btn-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 2px 0;
}
.other-img {
  min-height: 512px;

}


}
@media(width>981px){
.wrapper,
.main-characteristick {
  max-width: calc(100% - 40px);

}
#allrecords .other-characteristick ul.list-other {
  margin-bottom: 40px;
}
}
@media screen and (min-width: 981px) {
  div.t-container_fluid .t-col_7 {
    max-width: calc(56% - 40px) !important;
  }
  .wrapper.wrapper-other {
  padding-top: 100px;
  margin-bottom: 60px;
}
.wrapper-title.title-slider {
  padding-top: 80px;
}
.step-slider-wrapper {

  margin-bottom: 80px;
}
}

.t-popup__container{
    z-index: 2000;
}



