@font-face {
    font-family: "Open Sans";
    src: url(/files/descriptions/font/74/744863/storage_app_opisy_panasonic_723535_fonts/opensans_regular.ttf) format("truetype");
}

.pc_body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: white;
    max-width: 992px;
}

.pc_body > div {
    font-size: 0;
}

.pc_body * {
    box-sizing: border-box;
}

.pc_logo {
    background: #000;
    max-height: 50px;
    padding: 8px 0;
    text-align: right;
}

.pc_logo img {
    margin-right: 30px;
}

.pc_header {
    position: relative;
}

.pc_header_picture {
    width: 100%;
    height: auto;
}

.pc_header_title {
    position: absolute;
    width: 50%;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    left: 50px;
}

.pc_header_title h1 {
    font-size: 42px;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    font-weight: 600;
    line-height: 45px;
}

.pc_header_title h2 {
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.pc_feature {
    position: relative;
}

.pc_feature img {
    width: 100%;
}

.pc_feature:nth-child(2n + 1) h3 {
    text-align: right;
    right: 50%;
    margin-left: 40px;
}

.pc_feature:nth-child(2n) h3 {
    text-align: left;
    left: 50%;
    margin-right: 40px;
}

.pc_feature:nth-child(2n + 1) .pc_feature_desc {
    text-align: right;
}

.pc_feature:nth-child(2n) .pc_feature_desc {
    text-align: left;
}

.pc_feature_desc::before {
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    background: white;
    transform: rotate(45deg);
    position: absolute;
    bottom: 70px;
}

.pc_feature:nth-child(2n + 1) .pc_feature_desc::before {
    left: -20px;
}

.pc_feature:nth-child(2n) .pc_feature_desc::before {
    right: -20px;
}

.pc_feature_desc span {
    color: #333;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
    font-size: 18px;
}

.pc_video iframe {
    width: 100%;
    height: 450px;
    border: none;
}

.pc_specification {
    background-color: #f6f6f6;
    display: table;
    padding: 10px 0;
}

.pc_specification_content,
.pc_specification_image {
    display: table-cell;
    vertical-align: middle;
}

.pc_specification_content {
    width: 40%;
    padding: 0 25px 0 65px;
    color: #333333;
}

.pc_specification_item {
    margin: 10px 0;
}

.pc_specification_item:not(:last-child):after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    border-bottom: 1px solid #ccc;
}

.pc_specification_item span {
    display: block;
}

.pc_specification_item .pc_main {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.pc_specification_item .pc_subtitle {
    font-size: 14px;
    line-height: 20px;
}

.pc_specification_icons img {
    padding-right: 15px;
    padding-top: 10px;
}

.pc_specification_image {
    width: 60%;
}

.pc_specification_image img {
    width: 100%;
}

.pc_prizes {
    padding: 40px 50px;
}

.pc_prizes_item {
    display: table;
    margin-bottom: 20px;
}

.pc_prizes_item > div {
    display: table-cell;
    vertical-align: middle;
}

.pc_prizes_desc {
    padding-left: 15px;

}

.pc_prizes_desc h3 {
    font-size: 18px;
    margin: 0;
    color: #333;
}

.pc_prizes_desc p {
    font-size: 16px;
    margin: 0;
    color: #333;
}

.pc_prizes .pc_prizes_image img {
    max-width: 200px;
}

.pc_gallery {
    background-color: #f6f6f6;
}

.pc_gallery_item {
    width: calc(100% / 3);
}

.pc_footer img {
    width: 100%;
}

.pc_feature_desc {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
}

.pc_feature_desc span {
    position: static;
    transform: none;
    padding: 10px 20px 20px;
}

.pc_feature h3 {
    position: relative;
    color: #333;
    font-size: 21px;
    margin: 20px 20px 0 !important;
    right: initial !important;
    left: initial !important;
}

.pc_feature h3::before {
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    background: white;
    transform: rotate(45deg);
    position: absolute;
    top: -40px;
}

.pc_feature:nth-child(2n + 1) h3::before {
    left: 30px;
}

.pc_feature:nth-child(2n) h3::before {
    right: 30px;
}

.pc_feature .pc_feature_desc::before {
    display: none;
}

@media (max-width: 767px) {
    .pc_header_title {
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        text-align: center;
    }



    .pc_video iframe {
        height: 400px;
    }

    .pc_specification {
        display: block;
    }

    .pc_specification > div {
        display: block !important;
        width: 100%;
    }

    .pc_specification_content {
        padding: 30px;
    }
}

@media (max-width: 550px) {
    .pc_header_title {
        position: static;
        transform: none;
        width: 100%;
        padding: 10px;
        background: #000;
        color: #eee;
        text-shadow: none;
    }

    .pc_header_title h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .pc_header_title h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .pc_feature_desc {
        font-size: 12px;
    }

    .pc_video iframe {
        height: 230px;
    }

    .pc_prizes_desc p {
        display: none;
    }

    .pc_gallery_item {
        width: 50%;
    }
}

@media (max-width: 375px) {
    .pc_video iframe {
        height: 200px;
    }
}
