

.mainWrapper {
    position: relative;
    width: 100%;
    min-width: 320px;
    min-height: 720px;
    padding: 0;
    margin: 0 !important;
    padding-bottom: 50px;
    background: linear-gradient(-45deg, #d3d1d1, #cacaca, #94a2a7, #9b9c9c);
    animation: gradient 15s ease infinite;
  }
  


  @keyframes gradient {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  }
  
  
  
  
  .productCard_block {
    position: relative;
    margin-top: 30px;
    /* max-width: 900px;
    min-height: 600px; */
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 21px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-radius: 2px;
  }
  
  /* LEFT SIDE */
  .productCard_leftSide {
    position: relative;
    width: 100%;
    /* min-height: 600px; */
  
  }
  
  
  
  .sliderBlock {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 20px;
  
    
  }
  
  .sliderBlock_items {
    position: relative;
    display: block;
    width: 100%;
    height: 490px;
    list-style: none;
    margin-left: -15px;
  }
  .sliderBlock_items__itemPhoto {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    transition: opacity 1s;
  }
  .sliderBlock_items__itemPhoto img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
  }
  
  .sliderBlock_items__showing {
    opacity: 1;
    z-index: 3;
  }
  .sliderBlock_items:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("https://github.com/BlackStar1991/CardProduct/blob/master/app/img/decorElements/DecorRectangle.jpg") 50% 50% no-repeat;
    opacity: 0.2;
    z-index: 4;
  }
  
  .sliderBlock_controls {
    width: 100%;
  }
  .sliderBlock_controls__navigatin {
    margin-top: 8px;
    width: 100%;
  }
  .sliderBlock_controls__wrapper {
    margin: 1% auto;
    width: 110px;
    height: 20px;
  }
  .sliderBlock_controls__arrow {
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: 1px solid #536dfe;
    transition: 300ms all;
    background-color: #0d2660;
    border-radius: 50%;
  }
  .sliderBlock_controls__arrow:hover {
    background-color: #536dfe;
  }
  .sliderBlock_controls__arrow i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -50%;
    color: #fff;
    transition: 300ms all;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
  }
  .sliderBlock_controls__arrowBackward {
    float: left;
  }
  .sliderBlock_controls__arrowForward {
    float: right;
  }
  
  .sliderBlock_positionControls {
    display: block;
    width: 100%;
    height: 3px;
    margin: 30px auto 0;
    
  }
  .sliderBlock_positionControls__paginatorItem {
    float: left;
    width: 18px;
    height: 10px;
    margin-left: 5px;
    background-color: #d7d7d7;
    cursor: pointer;
    list-style: none;
  }
  .sliderBlock_positionControls__paginatorItem:first-child {
    margin-left: 38%;
  }
  .sliderBlock_positionControls__active {
    background-color: #536dfe;
  }
  
  /* RIGHT SIDE */
  .productCard_rightSide {
    position: relative;
    padding-top: 34px;
    padding-left: 25px;
    padding-right: 20px;
    width: 100%;
    height:100% ;
    box-sizing: border-box;
  }
  
  .block_specification {
    float: right;
    margin-top: 8px;
    cursor: pointer;
    color: #536dfe;
    transition: all 0.5s;
  }
  .block_specification__button {
    display: inline-block;
    margin-right: 7px;
    height: 100%;
    font-size: 17px;
    text-transform: uppercase;
    transform: rotate(0);
    transition: transform 0.5s;
    transform-origin: center center;
  }
  .block_specification:hover .block_specification__button__rotate {
    transition: transform 0.5s;
    transform: rotate(1turn);
  }
  .block_specification:hover {
    color: #f1425d;
  }
  .block_specification a:hover {
    color: #f1425d;
  }
  .block_specification__text a{
    width: 30px;
    height: 11px;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  
  
  .block_name {
    width: 100%;
    color: #263238;
    font-weight: 400;
    line-height: 35px;
  }
  .block_name__mainName {
    margin: 5px;
    padding: 0;
    font-size: 29px;
  }
  .block_name__addName {
    margin: 0;
    padding: 0;
    font-size: 24px;
  }
  
  .block_product {
    position: relative;
    width: 100%;
    
  }
  .block_product__advantagesProduct {
    width: 271px;
    height: 41px;
    margin-top: 14px;
    color: #646b6f;
    font-size: 17px;
    line-height: 24px;
  }
  .block_product__link {
    line-height: 23px;
    color: #536dfe;
  }
  .block_informationAboutDevice {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 53px; */
  }

  
  .block_descriptionCharacteristic {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 30;
    transition: left 0.5s ease-out;
  }
  .block_descriptionCharacteristic__active {
    left: 0;
  }
  
  @media (max-width: 768px) {
      .sliderBlock_items {
          width: 400px;
          height: 490px;
          margin-left: -15px;
      }
      .block_specification__button {
          display: inline-block;
          margin-right: 7px;
          height: 100%;
          font-size: 15px;
      }
      .sliderBlock_positionControls__paginatorItem:first-child {
          margin-left: 30%;
      }
  }
  @media (max-width: 412px) {
      .sliderBlock_items {
          width: 390px;
          height: 490px;
          margin-left: -20px;
      }
  }  @media (max-width: 395px) {
    .sliderBlock_items {
        width: 340px;
        height: 450px;
        margin-left: -5px;
    }}
  @media (max-width: 385px) {
      .sliderBlock_items {
          width: 340px;
          height: 450px;
          margin-left: -20px;
      }
      .sliderBlock_positionControls__paginatorItem:first-child {
          margin-left: 28%;
      }
      .block_specificationInformation_table td {
          font-size: 15px;
      }
      .block_product {
        height: 76%;
      }
  }
  
  .block_specificationInformation_table {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #fff;
  }
  .block_specificationInformation_table tr {
    border-collapse: collapse;
    border: 1px solid #000;
  }
  .block_specificationInformation_table th {
    border: 1px solid #000;
    font-weight: bold;
    text-align: center;
  }
  .block_specificationInformation_table td {
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #000;
  }
  
  
  
  .text_specification {
    padding: 0;
    color: #37474f;
    font-size: 13px;
  }


