@charset "UTF-8";
.productCard_block {
    position: relative;
    /* margin: 190px auto 0; */
    max-width: 937px;
    margin-bottom: 80px;
    margin-top: 80px;
    min-height: 500px;
    box-shadow: 0 5px 21px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

/* LEFT SIDE */

.productCard_leftSide {
    position: relative;
    padding-top: 8px;
    padding-left: 2px;
    padding-right: 40px;
    width: 100%;
    min-height: 600px;
}

.sliderBlock {
    position: relative;
    height: 100%;
    margin-left: 70px;
    margin-top: 35px;
    margin-bottom: 46px;
    overflow: hidden;
}

.sliderBlock_items {
    position: relative;
    display: block;
    width: 100%;
    height: 403px;
}

.sliderBlock_items__itemPhoto {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    transition: opacity 1s;
}

.sliderBlock_items__showing {
    opacity: 1;
    z-index: 3;
}

.sliderBlock_items:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/decorElements/DecorRectangle.png") 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 #ffffff;
    transition: 300ms all;
    background-color: #ffffff;
    border-radius: 50%;
}

.sliderBlock_controls__arrow:hover {
    background-color: #f6ce5e;
}

.sliderBlock_controls__arrow i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -50%;
    color: #df1e22;
    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;
}

.sliderBlock_positionControls__paginatorItem:first-child {
    margin-left: 31%;
}

.sliderBlock_positionControls__active {
    background-color: #f6ce5e;
}

/*   RIGHT SIDE */

.productCard_rightSide {
    position: relative;
    padding-top: 10px;
    /* padding-left: 38px;
    padding-right: 40px; */
    width: 100%;
    min-height: 600px;
    text-align: justify;
}

.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__text {
    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__addName {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.block_product {
    position: relative;
    width: 100%;
}

.block_product__advantagesProduct {
    width: 386px;
    /* height: 75px; */
    margin-top: 27px;
    color: #4b4d4e;
    font-size: 17px;
    line-height: 22px;
}

.block_product__link {
    line-height: 23px;
    color: #536dfe;
}

.block_informationAboutDevice {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.block_descriptionInformation {
    width: 304px;
    height: 104px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #263238;
}

.block_descriptionCharacteristic {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 30;
    transition: left, ease-out, 0.5s;
}

.block_descriptionCharacteristic__active {
    left: 0;
}

.block_specificationInformation_table {
    position: relative;
    height: 90%;
    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;
}

.block_specificationInformation_table td {
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #000;
}