.container {
    padding-top: 170px;
}

.productMainSection {
    min-height: 500px;
    background: #fff;
    /*padding: 30px 0;*/
    border-bottom: 4px solid #5e3a7a;
}

.productMainPic {
    height: 300px;
    /* margin: auto; */
    width: 100%;
    display: block;
    object-fit: cover;
}

.about > h1, .product-ds > h2, .modalContent h2 {
    text-transform: uppercase;
    color: #5e3a7a;
    width: 50%;
    margin: auto;
    text-align: center;
    font-family: trojan;
}

.about > p {
    text-align: center;
    margin: 20px 0;
    line-height: 1.4;
}
.flagDivider {
    margin: -4px auto 0px;
}
.productDetails {
    padding: 30px 30px 10px;
}

.productDetailedAlbum {
    padding: 30px;
    min-height: 270px;
    overflow: hidden;
}

    .productDetailedAlbum > * {
        float: left;
    }

.productGuide {
    width: 241px;
    transition: all 1s;
}

    .productGuide > h3, .productModal h3 {
        color: #5e3a7a;
        margin-bottom: 30px;
        font-family: ubuntu;
    }

.symbol {
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

    .symbol:first-child {
        margin-top: 30px;
    }

    .symbol > * {
        /*float: left;*/
    }

.symbolPic {
    height: 35px;
    width: 35px;
}

.symbolDs {
    margin: 5px 0 0 5px;
    line-height: 1.6;
    text-align: left;
    font-size: 11px;
}

.productAlbum {
    width: 723px;
}

.productRow {
    height: 260px;
    /*    display: none;*/
}

.product {
    width: 230px;
    height: 260px;
    margin-left: 11px;
    float: left;
    position: relative;
    text-align:center;
    pointer-events:none;
}

.product.shownPro{
    pointer-events:auto;
}
.productPhotoContainer {
    width: 230px;
    height: 160px;
}

    .productPhotoContainer:hover {
        cursor: pointer;
    }

.productPhoto {
    height: 160px;
    width: 230px;
    transition: opacity 0.8s;
}

.productPhotoContainer:hover .productPhoto {
    opacity: 0.5;
}

.productDs,.productName {
    color: #5e3a7a;
    text-align: center;
    margin-bottom: 5px;
}
.productName{
    margin-top:10px;
}
.productSymbolList {
    height: 40px;
    padding-bottom: 0;
    text-align: center;
}

.productSymbol {
    width: 25px;
    height: 25px;
}

.magnifier {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    /*    bottom: 0;*/
    margin: auto;
    opacity: 0;
    transition: all 0.8s;
}

.productPhotoContainer:hover .magnifier {
    opacity: 1;
}

.newTag {
    position: absolute;
    top: 0;
    left: 11px;
    display: block;
    z-index: 2;
    height: 44px;
}

    .newTag > img {
        width: 45px;
    }

    .newTag > label {
        color: #fff;
        position: absolute;
        top: 0;
        left: auto;
        bottom: 0;
        right: 0;
        margin: auto;
        display: block;
        text-align: center;
        width: 100%;
        height: 30px;
    }

.productModal {
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    z-index: -1;
    opacity: 0;
    padding: 80px 30px 40px;
    transition: all 0.8s;
}

    .productModal.openedModal {
        opacity: 1;
        z-index: 10;
    }

.modalContent .modalTable + p {
    margin-top: 25px;
}
.modalContent p:last-child {
    margin-bottom: 40px;
}

.modalContent {
    max-width: 1024px;
    margin: auto;
    height: 420px;
    position: relative;
    opacity:0;
    transition:opacity 0.5s;
}

    .modalContent > .left-content {
        width: 460px;
        height: 420px;
    }

.productModalMainPic {
    display: block;
    height: 320px;
    width: 460px;
    border-color: #5e3a7a;
    border-width: 1px;
    border-style: solid;
}

.readMore-btn > span {
    float: left;
}

.readMore-btn > img {
    float: right;
    margin-top: -5px;
}

.modalContent > .left-content > .readMore-btn {
    margin-top: 25px;
    width: auto;
    max-width: 200px;
}

    .modalContent > .left-content > .readMore-btn:hover > img {
        display: none;
    }

        .modalContent > .left-content > .readMore-btn:hover > img:last-child {
            display: block !important;
        }

.modalContent > .right-content {
    width: 504px;
    height: 420px;
    float: left;
    padding: 0 30px;
}

.modalContent h2 {
    width: 100%;
    text-align: left;
}

.productModal h3 {
    margin: 10px 0 20px;
    font-size: 18px;
}

.modalSymbols .productSymbol {
    height: 35px;
    width: 35px;
}

.value {
    height: 35px;
    background-color: #E5E5E5;
    margin-top: 25px;
}

.productModal .value + h3 {
    margin: 60px 0 15px;
}

.modalContent p {
    line-height: 1.4;
    text-align: justify;
}

.closeModal {
    position: absolute;
    right: 0;
    top: -30px;
    background-color: transparent;
    border: none;
    width: 70px;
    font-size: 11px;
    color: #5e3a7a;
    padding-top:2px;

}

    .closeModal:hover {
        cursor: pointer;
    }

    .closeModal > img {
        float: right;
        margin-top:-3px;
    }

.pId {
    font-family: ubuntu;
    display: inline-block;
}

.modalContent .fa-productTitle {
    text-align: left;
    margin-top: 5px;
    font-size: 18px;
    color: #737373;
}
.modalTable {
    margin-top: 25px;
}
.modalTable table,.modalContent > .right-content table{
    width: 100% !important;
}
.modalTable tr,.modalContent > .right-content tr {
    background: #c6c6c6;
    margin-top: 15px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.modalTable tr:nth-child(2n),.modalContent > .right-content tr:nth-child(2n) {
    background: #fff;
    color: #696969;
}
.modalTable td:first-child, .modalContent > .right-content td:not(:last-child){
    border-right: 1px solid #fff;
    /*width: 35%;*/
}
.modalTable td , .modalContent > .right-content td{
    padding: 10px;
}
.modalTable > h4 , .modalContent > .right-content h4{
    margin-top:25px;
    color: #5e3a7a;
    font-size: 14px;
    margin-bottom: 20px;
}
@media screen and (max-width:1023px) {
    .productGuide {
        width: 23.53515625%;
    }

    .productAlbum {
        width: 75.60546875%;
    }

    .product {
        width: 30%;
    }

    .productPhotoContainer, .productPhoto {
        width: 100%;
    }
    /*
    .productMainPic {
        margin: 30px auto;
        width: 50%;
        height: auto;
    }
*/

    .productModal {
        padding-top: 70px;
        overflow: auto;
    }

    .modalContent {
        height: auto;
    }
    .closeModal {
        top: -40px;
    }
        .modalContent > .left-content {
            float: none;
            width: 100%;
            height: auto;
            margin-bottom: 35px;
        }

    .productModalMainPic {
        margin: auto;
        width: 100%;
        height: 210px;
        object-fit: cover;
    }

    .modalContent > .right-content {
        width: 100%;
        height: auto;
        float: none;
        padding: 0;
    }

    .modalContent h2 {
        text-align: center;
        line-height: 1.5;
    }
}

@media screen and (max-width:768px) {
    body {
        -webkit-text-size-adjust: none;
    }
    .productMainPic {
        /*width: auto;
        height: auto;*/
        margin: auto;
        object-fit: none;
        object-position: center;
    }

    .productDetails {
        padding: 30px 15px 10px;
    }

    .productMainSection {
        min-height: 300px;
        padding: 15px 0;
        overflow: hidden;
    }

    .productGuide {
        position: fixed;
        top: -100px;
        background: #fff;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 7;
        padding: 15px;
        height: auto;
        overflow: hidden;
        transition: top 0.8s;
        text-align: center;
    }

        .productGuide > h3 {
            margin-bottom: 15px;
        }

    .symbol:first-child {
        margin: 0;
    }

    .symbol {
        height: 35px;
        width: 35px;
        margin-bottom:5px;
        display: inline-block;
    }

    .symbolDs {
        display: none
    }

    .productGuide.showGuide {
        top: 100px;
    }

    .productAlbum {
        width: 100%;
    }

    .product {
        width: 48%;
        margin: auto 1% 40px;
        height: auto;
    }

    .productPhotoContainer, .productPhoto {
        height: auto;
    }
    .modalTable td, .modalContent > .right-content td {
        padding: 5px;
    }
}

@media screen and (max-width:640px) {
    .product {
        width: 100%;
        margin: 0 auto 55px;
        height: auto;
    }
}
