﻿/* fonts */

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot');
    src: local('?'), url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeue.svg') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'HelveticaNeueThin';
    src: url('../fonts/HelveticaNeueCyr-Thin.eot');
    src: local('?'), url('../fonts/HelveticaNeueCyr-Thin.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Thin.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Thin.svg') format('svg');
    font-weight: normal;
}

a, span, p{
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.dark-block a, .dark-block span, .dark-block p{color: #fff}
.light-block a, .light-block span, .light-block p{color: #272626}

.main-wrap{
    width: 1280px;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.hidden-block{
    display: none !important;
}

section{
    min-width: 1280px;
    position: relative;
}

/* фиксированное содержимое контейнеров */

.fixed-content{
    min-width: 1280px;
    position: fixed;
    top:-999999px;
    left:0;
    right:0;
    z-index: 3;
    text-align: center;
    overflow: hidden;
}

/* прелоадер */

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 100500;
}

#page-preloader .spinner {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/ajax-loader.gif') no-repeat 50% 50%;
    margin: -16px 0 0 -16px;
}

.animate_img.section__img{
    opacity: 0;
    margin-top: 0;
}

/* NAV */

.header{
    min-width: 1280px;
    text-align: center;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    padding-bottom: 20px;
    position: fixed;
    z-index: 5;
}

     .header--wrap{
        text-align: left;
        width: 100%;
        //max-width: 1600px;
        display: block;
        margin: 0 auto;
        padding-top:21px;
        z-index: 1;
background: url(th2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

        .nav{
            float: right;
            text-align: right;
            padding-right: 60px;
            padding-top: 3px;
        }

            .nav__el{
                display: inline-block;
                margin: 0 5px;
                padding: 12px 8px 8px 11px;
                border: 2px solid transparent;
            }

            .nav__el.active{
                border: 2px solid #ac8d4f;
                box-shadow: 6px 6px 0 #ac8d4f;
            }

                .nav__el a, .nav__el span{
                    display: block;
                    color: #fff;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                }

                .nav__el a{
                    opacity: 1;
                    -webkit-transition: opacity .2s ease,color .3s ease;
                    transition: opacity .2s ease,color .3s ease;
                    position: relative;
                }

                    .nav__el a:after{
                        -webkit-transition: -webkit-transform .5s cubic-bezier(0.23,1,.32,1);
                        transition: transform .5s cubic-bezier(0.23,1,.32,1);
                        border-top: 1px solid #fff;
                        -webkit-transform: scaleX(0);
                        transform: scaleX(0);
                        position: absolute;
                        display: block;
                        bottom: -11px;
                        width: 98%;
                        content: "";
                        height: 0;
                        left: 1%;
                    }

                .nav__el a:hover{
                    opacity: 0.99
                }

                    .nav__el a:hover:after{
                        -webkit-transform: scaleX(1);
                        transform: scaleX(1);
                    }

            .nav__el.nav--info{
                padding: 0;
                width: 28px;
                height: 34px;
                padding-left: 17px;
            }

                .nav__el.nav--info a{
                    margin-top: 14px;
                    display: block;
                    width: 28px;
                    height: 34px;
                    background: url(../images/icon--info.png) no-repeat 0 0;
                }

                    .nav__el.nav--info a:after{
                        width: 0;
                    }

        .main--logo{
            display: inline-block;
            vertical-align: top;
            padding-left: 20px;
        }

            .main--logo img{
                width: 100px;
                height: 79px;
            }

#first{
    min-height: 770px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    #first .fixed-content-background{
        position: fixed;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index: 0;
        min-width: 1280px;
        background:url(../images/bg--section-1.png) 50% 0 no-repeat;
        background-size: 100% 100%;

    }

    #first .fixed-content{
        top:50%;
        margin-top: -175px;
        height: 510px;
        opacity: 0;
        z-index: 5;
    }

        #first.fixed .fixed-content{
            opacity: 1;
        }

    #first .section__content{
        width: 380px;
        margin-top: 60px !important;
        margin-left: 250px;
    }

    .section__content.content--center{text-align: center;}
    .section__content.content--left{text-align: left}

    .section__content{
        display: inline-block;
        vertical-align: top;
    }

        .section__content.content--center .section__content--title-after{
            width: 250px;
            left:50%;
            margin-left: -140px;
        }

        #first .section__content--title{
            margin-bottom: 0;
        }

        #first .section__content--title-after{
            width: 140px;
            border-color: #cd1041;
            border-width: 2px;
            margin: 0 auto 20px;
        }

        .section__content.content--left .section__content--title-after{
            width: 120px;
            left:0;
        }

        #first .section__content--title img{
width: 40%;
margin: 0 auto 1px;
           
        }

        .section__content--title{
            display: block;
            position: relative;
            padding-bottom: 25px;
            margin-bottom: 43px;
        }

        .section__content--title-after{
            border-bottom: 2px solid #c8a457;
            height: 0;
        }

            .section__content--title span{
                font-weight: bold;
                font-size: 20px;
                line-height: 24px;
                text-transform: uppercase;
                letter-spacing: 5px;
            }

            .section__content--title img{
                display: block;
                margin: 0 auto 15px;
            }

        .section__content--text{
            display: block;
            padding-bottom: 24px;
            font-size: 15px;
            line-height: 20px;
        }

            .section__content--text strong{
                font-weight: lighter;
                font-size: 25px;
                line-height: 38px;
                color: #2c2b3d;
                font-family: HelveticaNeueThin, sans-serif;
            }

        .dark-block .section__content--text{color: #d8d8d8;}
        .light-block .section__content--text{color: #272626;}

    .section__img{
        display: inline-block;
        vertical-align: top;
    }

    #first .section__img{
        width: 340px;
        margin-top: 25px;
        margin-left: 0;
    }

        #container .threesixty{
            width: 291px !important;
            height: 570px !important;
            margin-left: 58px;
            margin-top: -50px;
            background: url(../images/decor--slider-360.png) no-repeat 15px 449px;
        }

        #container{
            position: relative;
        }

        #container .spinner{
            display: none !important;
        }

        .js-move{
            width: 291px;
            height: 570px;
            margin-top: 0;
            position: relative;
        }

            #container .js-move .threesixty_images li img.current-image{
                width: 250px;
                height: 520px;
                zoom: 0.88;
                cursor: pointer;
                z-index: 4;
            }

            .btn-danger{
                position: absolute;
                width: 25px;
                height: 25px;
                top:50%;
                cursor: pointer;
                z-index: 50;
                border-radius: 15px;
                background-image: url(../images/sprite--arrow.png);
                text-align: center;
            }

            .custom_previous{
                left:30px;
                background-position: 0 0;
            }

            .custom_next{
                right: 5px;
                background-position: -25px 0;
            }

#second{
    background: #f5f5f5;
    height: 390px;
    overflow: visible;
    position: relative;
    z-index: 5;
    padding: 1px;
}

        .moved{
            position: relative;
        }

        .parallax{
            position: fixed;
            width: 1280px;
            top:0;
            bottom: 0;
            left:50%;
            margin-left: -640px;
            z-index: 50;
            pointer-events:none;
        }

        .parallax__sec-l{ background: url(../images/bg__parallax-l.png) no-repeat 50% 100%;}
        .parallax__sec-s{ background: url(../images/bg__parallax-s.png) no-repeat 50% 100%;}

        #second .section__content{
            width: 670px;
            height: 250px;
            margin: 0 auto;
            display: block;
        }

    #second .section__content--title{
        margin-bottom: 20px;
        padding: 58px 70px 0;
    }

        #second .section__content--title-after{
            width: 65px;
            border-top:1px solid #df3353;
            border-bottom:1px solid #8f283b;
            height: 9px;
            margin: 0 auto 25px;
            display: block;
        }

        #second .section__content--title img{
            width: 19px;
            height: 30px;
        }

        #second .section__content--title span{
            font-size: 20px;
            letter-spacing: 1px;
            line-height: 35px;
        }

        #second .section__content--text{
            padding: 0 85px;
            font-size: 16px;
        }

        #second .section__content--img{
            width: 312px;
            height: 214px;
            display: block;
            margin: 10px auto 0;
        }

#third{
    height: 380px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    position: relative;
    z-index: 4;
}

    #third:after{
        content: '';
        position: absolute;
        bottom: -14px;
        left:0;
        right: 0;
        height: 14px;
        background: url(../images/decor--border-top.png) repeat-x 0 0;
    }

    #third .section__content--title{
        display: block;
        text-align: center;
        margin-bottom: 0;
    }

        #third .section__content--title img{
            width: 56px;
            height: 71px;
            display: block;
            margin: 0 auto;
        }

    #third .section__content{
        width: 315px;
        padding-top: 60px;
        margin-left: 220px;
    }

    #third .section__content--text{
        text-align: center;
    }

    #third .section__content--text strong{
        color: #69c245;
        font-size: 35px;
        line-height: 40px;
        text-align: center;
    }

    #third  .section__img{
        position: absolute;
        bottom: 0;
        left:50%;
        width: 507px;
        height: 389px;
    }

        #third  .section__img img{
            width: 507px;
            height: 389px;
        }

#fourth{
    min-height: 720px;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#fourth{
    min-height: 720px;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#fourth.fixed  .video-wrap, #fourth.fixed .video-wrap .center{
    position: fixed;
}

#fourth .video-wrap{
    position: absolute;
    z-index: 3;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#fourth .video-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height:auto;
    margin: 0;
    z-index: 1;
}

#fourth video:focus {
    outline-width: 0;
}

#fourth video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 3;
}

#fourth .video-wrap .center{
    position: absolute;
    bottom:0;
    right:0;
    top: 0;
    left: 0;
    z-index: 3;
}

#fourth .fixed-content{
    top:50%;
    margin-top: -170px;
    opacity: 0;
    position: fixed;
    display: none;
}

#fourth.fixed .fixed-content{
    opacity: 1;
    pointer-events:none;
    display: block;
}

#fourth .section__content{
    display: block;
    margin: 0 auto;
    width: 370px;
    height: 310px;
    padding-top: 30px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 20px 20px 0 #cd1041;
    top:50%;
}

#fourth .main-wrap{
    padding-bottom: 20px;
}

    #fourth .section__content--title{
        padding-top: 25px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

        #fourth .section__content--title-after{
            border-bottom:2px solid #000;
            width:98px;
            display: block;
            margin: 0 auto 20px;
        }

        #fourth .section__content--title img{
            width: 180px;
            margin: 0 auto 15px;
        }

        #fourth .section__content--text{
            color: #000;
            padding: 0 50px;
        }

#info{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
background: rgb(240,249,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 75px;
    width: 560px;
}

.fancybox-skin{
    background: none;
    box-shadow: none !important;
}

.fancybox-close{
    width: 19px;
    height: 19px;
    background: url(../images/fancy/fancybox_close.png) no-repeat 0 0;
    top:50px;
    right:50px;
}

    .info--title{
        display: block;
        font-family: 'HelveticaNeue', sans-serif;
        font-size: 16px;
        line-height: 25px;
        text-transform: uppercase;
        color: #272626;
        padding-bottom: 15px;
        font-weight: bold;
    }

    #info p{
        display: block;
        font-family: 'HelveticaNeue', sans-serif;
        font-size: 16px;
        line-height: 25px;
        color: #272626;
        padding-bottom: 15px;
    }

.anima{
    opacity: 0;
    margin-top: 50px;
}

.section__img.animate_img{
    opacity: 0;
}