
/* stylesheet for the template main-front */
/* стилевой файл для шаблона main-front*/
#main-front {
    padding: 0px 0px 0px;    
}

#main-front>.column {
    margin-bottom: 20px;
    min-height: 400px;
}

#main-front>#shadow {
    position: absolute;
    z-index: 0;
    background: #000;
    height: 50px;
    width: 390px;
    margin-top: -19px;
    margin-left: 400px;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 1);
}

@-moz-document url-prefix() { 
    #main-front>#shadow {
        margin-left: 404px;
    }
}


@media only screen and (max-width: 1100px) {
    #main-front>#shadow {
        display: none;
    }
    #main-front>.column {
        width: 100% !important;
        display: block;
        padding-top: 20px;
    }
}
/* stylesheet for the template fpflash */
/* стилевой файл для шаблона fpflash*/
#flash {
    text-align: left;
}
#flash>div {
    height: 750px;
    background: url(/project/img/image-flayer.png) top center no-repeat;
}


#flash>div #left,
#flash>div #right {
    width: 77px;    
    height: 203px;
    display: block;
    position: absolute;
    margin-top: 120px;
    margin-left: -100px;
    background: url(/project/img/flash-left.png) no-repeat;
}
#flash>div #right {
    background: url(/project/img/flash-right.png) no-repeat;
    margin-left: 1100px;
}

#flash>div>div>span {
    position: absolute;
    display: inline-block;
    margin: 150px 0px 0px -300px;
}

@media only screen and (max-width: 768px) {
    #flash>div>div>span {
        margin: 20px 20px 20px 20px !important;
    }   
    #flash>div>div>span img {
        width: 100%;
    }
    #flash {
        background-size: cover !important;
        background-position: center center !important;
    }
    #flash>div #left, #flash>div #right {
        
    }
}
/* stylesheet for the template fpnewsactions */
/* стилевой файл для шаблона fpnewsactions*/

#newsactions h2 {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
}

#newsactions #more:hover,
#newsactions #more {
    float: right;
    margin-right: 20px;
    margin-top: 26px;
    color: #141414;
}

#newsactions .na-list {
    width: 400px;
    padding: 10px 0px;
}

#newsactions .na-action {
    background: #f4f4f4;
}

#newsactions .na-list .i {
    width: 125px;
    text-align: right;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
}

#newsactions .na-list .i img {
    box-shadow: 0px 0px 5px #000000; 
    border: 1px solid #4a4a4a;
}

#newsactions .na-action .i img {
    box-shadow: none;
    border: 0px;
}

#newsactions .na-list .t {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    text-transform: uppercase;
}

#newsactions .na-list .t strong {
    display: block;
}

#newsactions .na-list a:hover,
#newsactions .na-list a {
    text-decoration: none;
    color: #000;
}



@media only screen and (max-width: 1100px) {
    #newsactions .na-list {
        width: 100%;
        padding: 10px 20px;
    }
    #newsactions .na-list .i {
        width: 20%;
    }
    #newsactions .na-list .t {
        width: calc(70% - 20px);
        padding-right: 20px;
    }
}
/* stylesheet for the template fpcatalogue */
/* стилевой файл для шаблона fpcatalogue*/
#catalogue {
}

#catalogue>div {
    background: #fff url(/project/img/content-bg.png) top repeat-x;
    margin-top: -20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 10;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    width: 400px;
}

#catalogue .i-list {
    box-shadow: 0px 0px 5px #000000; 
    border: 1px solid #4a4a4a;
}

#catalogue p {
    padding: 15px 20px 0px;
}

#catalogue p a:hover,
#catalogue p a {
    display: inline-block;
    margin-right: 8px;
    text-transform: uppercase;
    color: #000;
}


@media only screen and (max-width: 1100px) {
    #catalogue>div {
        margin-top: 0px;
        width: 100%;
    }
    #catalogue img {
        width: 100%;
    }
}
/* stylesheet for the template fpvideophoto */
/* стилевой файл для шаблона fpvideophoto*/

#videophoto .pad20 {
    padding: 20px 16px 20px 15px;
}

#videophoto h2 {
    font-size: 24px;
    line-height: 24px;
}

#videophoto h2 span {
    display: block;
    color: #9f0100;
    width: 260px;
    overflow: hidden;
    white-space: nowrap
}

#videophoto .play {
    display: block;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0px 0px 5px #000000; 
    border: 1px solid #4a4a4a;
}

#videophoto .play img {
    width: inherit;
    height: inherit;
    background: url(/project/img/play-button.png) center center no-repeat;
}

#videophoto .photo {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0px 0px 5px #000000; 
    border: 1px solid #4a4a4a;
    margin-right: 4px;
}

#videophoto .photo img {
    width: inherit;
    height: inherit;
}