

/* Start:/local/templates/main/css/style.css?173451221064879*/
/*fonts*/
@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('/local/templates/main/css/fonts/museosansblack-webfont.eot');
    src: url('/local/templates/main/css/fonts/museosansblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/main/css/fonts/museosansblack-webfont.woff2') format('woff2'),
         url('/local/templates/main/css/fonts/museosansblack-webfont.woff') format('woff'),
         url('/local/templates/main/css/fonts/museosansblack-webfont.ttf') format('truetype'),
         url('/local/templates/main/css/fonts/museosansblack-webfont.svg#museo_sans_cyrl900') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('/local/templates/main/css/fonts/museosanscyrl-100-webfont.eot');
    src: url('/local/templates/main/css/fonts/museosanscyrl-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/main/css/fonts/museosanscyrl-100-webfont.woff2') format('woff2'),
         url('/local/templates/main/css/fonts/museosanscyrl-100-webfont.woff') format('woff'),
         url('/local/templates/main/css/fonts/museosanscyrl-100-webfont.ttf') format('truetype'),
         url('/local/templates/main/css/fonts/museosanscyrl-100-webfont.svg#museo_sans_cyrl100') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('/local/templates/main/css/fonts/museosanscyrl-300-webfont.eot');
    src: url('/local/templates/main/css/fonts/museosanscyrl-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/main/css/fonts/museosanscyrl-300-webfont.woff2') format('woff2'),
         url('/local/templates/main/css/fonts/museosanscyrl-300-webfont.woff') format('woff'),
         url('/local/templates/main/css/fonts/museosanscyrl-300-webfont.ttf') format('truetype'),
         url('/local/templates/main/css/fonts/museosanscyrl-300-webfont.svg#museo_sans_cyrl300') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('/local/templates/main/css/fonts/museosansitalic-webfont.eot');
    src: url('/local/templates/main/css/fonts/museosansitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/main/css/fonts/museosansitalic-webfont.woff2') format('woff2'),
         url('/local/templates/main/css/fonts/museosansitalic-webfont.woff') format('woff'),
         url('/local/templates/main/css/fonts/museosansitalic-webfont.ttf') format('truetype'),
         url('/local/templates/main/css/fonts/museosansitalic-webfont.svg#museo_sans_cyrl300_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}


@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('/local/templates/main/css/fonts/museosansmedium-webfont.eot');
    src: url('/local/templates/main/css/fonts/museosansmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/main/css/fonts/museosansmedium-webfont.woff2') format('woff2'),
         url('/local/templates/main/css/fonts/museosansmedium-webfont.woff') format('woff'),
         url('/local/templates/main/css/fonts/museosansmedium-webfont.ttf') format('truetype'),
         url('/local/templates/main/css/fonts/museosansmedium-webfont.svg#museo_sans_cyrl500') format('svg');
    font-weight: 500;
    font-style: normal;
}

/*reset light*/
html, body {
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    font-family: 'Museo Sans Cyrl', sans-serif;
}
input, textarea, select, button {
    font-family: 'Museo Sans Cyrl', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a:hover {
    text-decoration: none;
}
img, a, input, textarea, select, button {
    outline-style: none;
}
button::-moz-focus-inner {
  border: 0;
}
    
input {
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.container_main {
    min-width: 320px;
}
.clr {
    clear: both;
}
.align_center {
    text-align: center;
}
.wmain {
    max-width: 1120px;
    margin: 0 auto;
}

.overflow {
    overflow: hidden;
}


.header_main {
    position: relative;
    background: #3d618e;
    overflow: hidden;
    min-height: 540px;
    z-index: 50;
    -webkit-perspective: 400px;
       -moz-perspective: 400px;
            perspective: 400px;
}

    .header {
        display: table;
        width: 100%;
       background: url("/local/templates/main/css/../img/header_img.png") no-repeat center center;
/*background: url("/upload/bgTopNew1.png") no-repeat center 10%;*/
background-size: auto;
    }

    .header_cell {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .header_content {
        max-width: 1060px;
        margin: 0 auto;
        text-align: center;
    }
        
        .header_content h1 {
            display: block;
            margin: 0 auto;
            font-size: 36px;
            color: #FFF;
            line-height: 40px;
            font-weight: 500;
background-color: rgba(61, 97, 142,0.6);
max-width:700px;
        }


            .header_content h1 span {
                text-transform: uppercase;
            }

        .header_content h1 sup {
            font-size: 50%;
            vertical-align: top;
            line-height: 100%;
            padding-left: 5px;
            position: relative;
            text-transform: uppercase;
        }

        .btn_main {
            margin: 0;
            padding: 15px 20px;
            display: inline-block;
            vertical-align: top;
            cursor: pointer;
            font-size: 24px;
            color: #FFF;
            font-weight: 500;
            background: none;
            border: none;
            border: 1px solid #fff;
            line-height: 100%;
            text-align: center;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            min-width: 224px;
            text-decoration: none;
            -webkit-border-radius: 40px;
                    border-radius: 40px;
            background: transparent;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .btn_main:hover {
                background: rgba(8,42,84,0.1);
                border-color: #082A54;
                background: rgba(0,0,0,0.2);
                border-color: #000;
                color: #fff;
            }

.header_content .btn_main {
    margin-top: 24vh;
}

.hl_fixed {
    position: fixed;
    width: 100%;
    z-index: 500;
    padding-top: 26px;
    padding-bottom: 33px;
    background: transparent;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFF;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .hl_fixed_act {
        background: #FFF;
        padding-top: 13px;
        padding-bottom: 13px;
        -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
                box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    }

    .hl_fixed .fb_phone {
        display: none;
    }

    .hl_fixed .wmain {
        overflow: hidden;
    }

    .logo {
        display: block;
        text-decoration: none;
        width: 282px;
        overflow: hidden;
        float: left;
        -webkit-transition: 0.5s;
           -moz-transition: 0.5s;
            -ms-transition: 0.5s;
             -o-transition: 0.5s;
                transition: 0.5s;
    }

        .logo img {
            display: block;
            width: 100%;
        }

            .logo img + img {
                display: none;
                width: 282px;
            }

            .hl_fixed_act img {
                display: none;
            }

                .hl_fixed_act img + img {
                    display: block;
                    width: 100%;
                }

            .hl_fixed_act .logo {
                width: 176px;
            }

            .hl_fixed_act .hf_nav li a {
                color: #000;
                line-height: 15px;
                padding-bottom: 0;
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }

                .hl_fixed_act .hf_nav li a:before {
                    display: none;
                }

                .hl_fixed_act .hf_nav li a:hover {
                    color: #EC1149;
                }

    .hf_nav {
        overflow: hidden;
        display: block;
        float: right;
        margin: 0;
        padding: 0;
        list-style: none;
        padding-top: 7px;
        -webkit-transition: 0.5s;
           -moz-transition: 0.5s;
            -ms-transition: 0.5s;
             -o-transition: 0.5s;
                transition: 0.5s;
    }

        .hl_fixed_act .hf_nav {
            padding-top: 6px;
        }

        .hf_nav li {
            display: block;
            float: left;
        }

            .hf_nav li + li {
                margin-left: 47px;
            }
    
        .hf_nav li a {
            display: block;
            text-decoration: none;
            font-size: 11px;
            color: #082a54;
            font-weight: 900;
            text-transform: uppercase;
            line-height: 120%;
            position: relative;
            padding-bottom: 4px;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .hf_nav li a:hover {
                color: #EC1149;
            }

            .hf_nav li a:before {
                content: "";
                display: block;
                position: absolute;
                width: 0%;
                height: 2px;
                background: #ec1149;
                left: 0;
                bottom: 0;
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }

                .hf_nav li a:hover:before {
                    width: 100%;
                }

@media screen and (max-height:700px) {
	.header {background-size: 70%;}
	.btn_main {font-size: 18px;}
.header_content .btn_main {
    margin-top: 10vh;
}
}

.header_bottom {
    position: absolute;
    z-index: 40;
    width: 210px;
    left: 50%;
    margin-left: -105px;
    bottom: 104px;
}

.hb_no_time {
    text-align: center;
    font-size: 11px;
    color: #FFF;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

    .hb_no_time span {
        display: block;
    }

        .hb_no_time span a {
            text-decoration: none;
            font-weight: 900;
            color: #FFF;
            text-decoration: none;
            border-bottom: 2px solid #fff;
            padding-bottom: 1px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .hb_no_time span a:hover {
                border-color: transparent;
            }


    .head_scroll_ico {
        display: block;
        text-decoration: none;
        width: 32px;
        height: 32px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        margin: 0 auto;
        margin-top: 42px;
        background: #fff url("/local/templates/main/css/../img/scroll_ico.png") no-repeat center center;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .head_scroll_ico:hover {
            -webkit-transform: scale(1.2);
               -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                 -o-transform: scale(1.2);
                    transform: scale(1.2);
        }


.fixed_botton {
    position: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    bottom: 0;
    z-index: 500;
    -webkit-box-shadow: -2px 0px 4px rgba(0,0,0,0.2);
            box-shadow: -2px 0px 4px rgba(0,0,0,0.2);
}

.fb_left, .fb_right {
    float: left;
    width: 50%;
    height: 56px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.fb_left {
    background: #082a54;
}

.fb_inner {
    overflow: hidden;
}

    .fb_left .fb_inner {
        float: right;
        margin-right: 48px;
    }

.fb_right {
    background: #ec1149;
}

    .fb_right .fb_inner {
        float: left;
        margin-left: 48px;
    }

    .fb_phone {
        display: block;
        text-decoration: none;
        float: left;
        font-size: 16px;
        color: #fff;
        font-weight: 900;
        height: 24px;
        line-height: 24px;
        padding-left: 48px;
        background: url("/local/templates/main/css/../img/phone_ico.png") no-repeat left center;
        margin-top: 16px;
    }

    .fb_consult {
        float: right;
        font-size: 11px;
        color: #a5abb7;
        font-weight: 500;
        text-transform: uppercase;
        height: 24px;
        line-height: 24px;
        margin-left: 21px;
        margin-top: 16px;
    }

    .fb_call {
        display: block;
        overflow: hidden;
    }

    .fb_input {
        float: left;
        font-size: 16px;
        color: #FFF;
        font-weight: 500;
        height: 24px;
        line-height: 24px;
        margin-top: 16px;
        position: relative;
        width: 178px;
    }

    .fb_input input {
        display: block;
        position: absolute;
        height: 22px;
        left: 0;
        bottom: 0;
        width: 145px;
        left: 27px;
        border: none;
        background: none;
        font-size: 16px;
        color: #FFF;
        font-style: normal;
        font-family: "Museo Sans Cyrl";
        font-weight: 500;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        /*background: url("/local/templates/main/css/../img/input_bg.png") no-repeat left bottom;*/
    }

.btn_call {
    display: inline-block;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #EC1149;
    padding-top: 16px;
    padding-bottom: 14px;
    float: right;
    margin-left: 30px;
    margin-top: 8px;
    background: #FFF;
    color: #000;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

    .btn_call:hover {
        opacity: 0.8;
    }


.prmx_info {
    display: table;
    overflow: hidden;
    position: relative;
    z-index: 50;
    width: 100%;
    background: url("/local/templates/main/css/../img/page_bg2.jpg") no-repeat center center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-perspective: 2600px;
       -moz-perspective: 2600px;
            perspective: 2600px;
}

    .prmx_info_inner {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        padding-top: 50px;
        padding-bottom: 50px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }



.material {
    max-width: 170px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
    line-height: 20px;
    padding-top: 58px;
    background: url("/local/templates/main/css/../img/material_ico.png") no-repeat center top;
}


.pi_img {
    text-align: center;
    margin-top: 62px;
}

    .pi_img img {
        display: inline-block;
        max-width: 100%;
    }

    .pi_img span {
        display: block;
        font-size: 20px;
        color: #FFF;
        font-weight: 300;
        line-height: 32px;
        max-width: 700px;
        margin: 0 auto;
        margin-top: 34px;
    }

    .prmx_info_inner .align_center {
        margin-top: 51px;
    }

    .prmx_info_inner .align_center .btn_main:hover {
        background-color: rgba(255,255,255,0.2);
        border-color: #FFF;
    }


.create {
    display: block;
    text-decoration: none;
    font-size: 10px;
    color: #999;
    font-weight: 300;
    line-height: 10px;
    padding-bottom: 44px;
    background: url("/local/templates/main/css/../img/create_logo.png") no-repeat center bottom;
    position: fixed;
    right: 12px;
    bottom: 73px;
    width: 20px;
    white-space: nowrap;
}

    .create i {
        font-style: normal;
        color: #EC1149;
    }

        .create span {
            display: inline-block;
            -webkit-transform: rotate(-90deg);
               -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                 -o-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                -webkit-transform-origin: 14px bottom;
                   -moz-transform-origin: 14px bottom;
                    -ms-transform-origin: 14px bottom;
                     -o-transform-origin: 14px bottom;
                        transform-origin: 14px bottom;
        }

.primenenye {
    background: url("/local/templates/main/css/../img/primenenye_bg.jpg") no-repeat center center;
    background-attachment: fixed;
    padding-bottom: 56px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

    .primenenye .wmain {
        position: relative;
    }

    .primen_title {
        position: absolute;
        right: 0;
        top: 208px;
        font-size: 56px;
        color: #FFF;
        line-height: 64px;
        font-weight: 500;
    }

        .primen_title span {
            text-transform: uppercase;
        }

            .primen_title sup {
                font-size: 40px;
                line-height: 100%;
                display: inline-block;
                vertical-align: top;
            }

.primenenye_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .primenenye_list > li {
        display: block;
        float: left;
        width: 25%;
        border: 1px solid rgba(255,255,255,0.3);
        height: 432px;
        padding-left: 32px;
        padding-right: 20px;
        padding-top: 48px;
        background: transparent;
        -webkit-transition: 1s;
           -moz-transition: 1s;
            -ms-transition: 1s;
             -o-transition: 1s;
                transition: 1s;
        -webkit-box-shadow: inset 0px 0px 0px 0px #646721;
                box-shadow: inset 0px 0px 0px 0px #646721;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .primenenye_list > li:hover {
            background: #FFF;
            -webkit-transition: 0.6s;
               -moz-transition: 0.6s;
                -ms-transition: 0.6s;
                 -o-transition: 0.6s;
                    transition: 0.6s;
            border-color: #FFF;
            -webkit-box-shadow: inset 0px 0px 50px 10px #fff;
                    box-shadow: inset 0px 0px 50px 10px #fff;
        }

        .primenenye_list > li + li {
            margin-left: -1px;
            margin-top: 216px;
        }

        .primenenye_list > li + li + li {
            margin-top: 432px;
        }

            .primenenye_list > li + li + li + li {
                margin-top: 648px;
            }


    .pl_title {
        font-size: 24px;
        color: #FFF;
        font-weight: 900;
        line-height: 32px;
        max-width: 180px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .pl_list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        margin-top: 20px;
        max-width: 195px;
    }

        .pl_list li {
            display: block;
            font-size: 14px;
            color: #FFF;
            font-weight: 300;
            line-height: 24px;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .pl_list li + li {
                margin-top: 12px;
            }

        .primenenye_list li:hover .pl_title, .primenenye_list li:hover .pl_list li {
            color: #000;
        }

    .pl_ico {
        margin-top: 30px;
    }

        .pl_ico span {
            position: relative;
            display: inline-block;
        }

            .pl_ico img {
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }

                .pl_ico img + img {
                    opacity: 0;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

    .primenenye_list li:hover .pl_ico img {
        opacity: 0;
    }

        .primenenye_list li:hover .pl_ico img + img {
            opacity: 1;
        }


.cat {
    background: #F6F6F6;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 50;
    background: #FFF;
    background: #f8efdc url("/local/templates/main/css/../img/cat_bg.jpg") no-repeat center top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.cat_title {
    text-align: center;
    font-size: 56px;
    color: #000;
    font-weight: 500;
    line-height: 120%;
}

    .cat_title span {
        text-transform: uppercase;
    }

    .cat_title sup {
        vertical-align: top;
        font-size: 70%;
        line-height: 100%;
        margin-left: -8px;
    }

.cat_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    max-width: 1152px;
    margin: 0 auto;
    margin-top: 38px;
}

    .cat_list li {
        display: block;
        float: left;
        width: 25%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }

        .cat_list li + li + li + li + li {
            margin-top: 32px;
        }


    .cl_inner {
        display: block;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
            max-width: 256px;
            margin: 0 auto;
        text-decoration: none;
        border: 8px solid transparent;
        -webkit-transition: 0.4s;
           -moz-transition: 0.4s;
            -ms-transition: 0.4s;
             -o-transition: 0.4s;
                transition: 0.4s;
    }

        .cl_inner:hover {
            border-color: #FFF;
        }


    .cl_img {
        display: table;
        width: 100%;
        height: 165px;
        text-align: center;
    }

        .cl_img img {
            display: inline-block;
            max-width: 100%;
            max-height: 147px;
        }

        .cl_img span {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            padding-left: 10px;
            padding-right: 10px;
        }


    .cl_name {
        text-align: center;
        font-size: 12px;
        color: #000;
        font-weight: 900;
        height: 49px;
        display: table;
        width: 100%;
        text-transform: uppercase;
    }

        .cl_name span {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            padding-left: 15px;
            padding-right: 15px;
        }

.num {
    background: url("/local/templates/main/css/../img/diller_bg.jpg") no-repeat center top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    padding-bottom: 152px;
    padding-top: 154px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 50;
}

.num_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .num_list li {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        text-align: left;
    }

        .num_list li + li {
            margin-left: 73px;
        }

            .num_list li + li + li {
                margin-left: 102px;
            }

        .num_list li i {
            display: block;
            font-style: normal;
            font-size: 40px;
            color: #FFF;
            font-weight: 300;
            line-height: 42px;
            float: left;
        }

        .num_list span {
            display: block;
            float: left;
            font-size: 14px;
            color: #FFF;
            font-weight: 300;
            line-height: 20px;
            margin-left: 34px;
        }


.num_title {
    text-align: center;
    font-size: 56px;
    color: #FFF;
    font-weight: 500;
    line-height: 64px;
    margin-top: 56px;
}

.num .align_center {
    margin-top: 64px;
}

    .num .btn_main:hover {
        background: rgba(255,255,255,0.2);
        border-color: #FFF;
    }


.what {
    padding-top: 104px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 50;
    background: #f6f6f6;
}

    .what_list_ico {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        .what_list_ico li {
            display: inline-block;
            vertical-align: top;
            text-align: left;
            font-size: 14px;
            color: #000;
            font-weight: 300;
            line-height: 20px;
            padding-left: 72px;
            background: url("/local/templates/main/css/../img/vygoda_ico1.png") no-repeat left top;
            padding-top: 5px;
            min-height: 50px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

            .what_list_ico li + li {
                margin-left: 78px;
                background: url("/local/templates/main/css/../img/vygoda_ico2.png") no-repeat left top;
            }


.block_vygoda {
    border: 8px solid #ec1149;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
    padding-top: 152px;
    padding-bottom: 82px;
}

    .bv_title {
        position: absolute;
        width: 100%;
        padding-left: 96px;
        padding-right: 96px;
        left: 0;
        top: -44px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .bv_title span {
            display: block;
            background: #f6f6f6;
            font-size: 56px;
            color: #000;
            font-weight: 500;
            line-height: 64px;
            text-align: center;
            padding-left: 10px;
            padding-right: 10px;
        }

            .bv_title span i {
                font-style: normal;
                text-transform: uppercase;
            }

            .bv_title sup {
                display: inline-block;
                vertical-align: top;
                position: relative;
                top: -8px;
                margin-left: -4px;
                font-size: 70%;
            }

.bv_num {
    text-align: center;
}

.bv_big {
    display: inline-block;
    vertical-align: top;
    font-size: 90px;
    color: #000;
    font-weight: 900;
    line-height: 80px;
}

    .bv_big b {
        font-size: 60px;
        line-height: 60px;
        position: relative;
        margin-left: -5px;
        display: inline-block;
        vertical-align: top;
    }

    .bv_big sup {
        font-size: 20px;
        line-height: 20px;
        vertical-align: top;
        padding-top: 5px;
        display: inline-block;
    }

    .bv_big span {
        font-size: 24px;
        color: #000;
        line-height: 32px;
        display: inline-block;
        text-align: left;
        vertical-align: top;
        position: relative;
        top: -3px;
    }

        .bv_big span i {
            font-style: normal;
            color: #EC1149;
        }


    .bv_list {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0;
        list-style: none;
        height: 130px;
        margin-left: 71px;
        width: 570px;
    }

        .bv_list li {
            display: block;
            float: left;
            width: 33.3333333333333%;
            font-size: 26px;
            line-height: 26px;
            color: #000;
            font-weight: 900;
            text-align: left;
            padding-right: 20px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

            .bv_list li span {
                display: block;
                font-size: 14px;
                line-height: 20px;
                font-weight: 300;
                margin-top: 13px;
            }


    .bv_info {
        position: absolute;
        right: 0;
        top: 100px;
        text-align: left;
        font-size: 12px;
        color: #000;
        font-weight: 300;
        line-height: 16px;
        max-width: 30%;
    }

        .bv_info:before {
            content: "*";
            font-size: 12px;
            line-height: 12px;
            color: #EC1149;
            top: 2px;
            left: -10px;
            display: block;
            position: absolute;
        }


.bv_img {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    margin-top: -64px;
    text-align: center;
    z-index: 50;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .bv_img img {
        display: inline-block;
        max-width: 100%;
    }


.rasschet {
    padding-top: 45px;
    padding-bottom: 104px;
    position: relative;
    z-index: 50;
    background: #FFF;
}

.rasschet_title {
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: 500;
    line-height: 40px;
}

.rasschet .form_style {
    display: block;
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 45px;
}

.in_6 {
    height: 30px;
    margin-bottom: 25px;
}

    .in_6_block {
        display: block;
        position: relative;
        float: left;
        padding-right: 21px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: 25%;
    }

        .in_6_block + .in_6_block {
            padding-left: 11px;
            padding-right: 11px;
        }

        .in_6_block:last-child {
            padding-right: 0;
        }

        .in_6_block span {
            display: block;
            width: 100%;
        }


.input_style {
    display: block;
    position: relative;
}

    .input_style input {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 16px;
        color: #000;
        font-weight: 500;
        height: 25px;
        background: none;
        border: none;
        border-bottom: 1px solid #c5c5c5;
        -webkit-transition: 0.4s;
           -moz-transition: 0.4s;
            -ms-transition: 0.4s;
             -o-transition: 0.4s;
                transition: 0.4s;
    }

    .input__label-content {
        position: absolute;
        font-size: 11px;
        color: #000;
        line-height: 11px;
        font-weight: 500;
        left: 0;
        top: 6px;
        -webkit-transition: 0.2s linear;
           -moz-transition: 0.2s linear;
            -ms-transition: 0.2s linear;
             -o-transition: 0.2s linear;
                transition: 0.2s linear;
        white-space: nowrap;
    }

    .input--filled .input__label-content {
        top: 32px;
        color: rgba(0,0,0,0.5);
        -webkit-transition: 0.3s cubic-bezier(0.29, 2.13, 0, -0.01);
           -moz-transition: 0.3s cubic-bezier(0.29, 2.13, 0, -0.01);
            -ms-transition: 0.3s cubic-bezier(0.29, 2.13, 0, -0.01);
             -o-transition: 0.3s cubic-bezier(0.29, 2.13, 0, -0.01);
                transition: 0.3s cubic-bezier(0.29, 2.13, 0, -0.01);
    }

    .input--filled input {
        border-color: #000;
    }

.rasschet .align_center {
    clear: both;
    margin-top: 63px;
}

    .rasschet .align_center .btn_main {
        color: #000;
        border-color: #000;
    }


.doc {
    background: url("/local/templates/main/css/../img/doc_bg.jpg") no-repeat center top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
        padding-bottom: 200px;
        padding-top: 171px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        z-index: 50;
}

.doc_title {
    font-size: 56px;
    color: #FFF;
    font-weight: 500;
    line-height: 64px;
}

.doc_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 116px;
}

    .doc_list li {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        margin-right: -3px;
        margin-bottom: 38px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 15px;
    }

    .doc_list li a {
        display: block;
        left: 24px;
        font-size: 14px;
        color: #FFF;
        line-height: 24px;
        padding-top: 8px;
        padding-left: 56px;
        max-width: 240px;
        min-height: 40px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        background: url("/local/templates/main/css/../img/doc_ico.png") no-repeat left top;
        
    }


.quest {
    padding-top: 80px;
    padding-bottom: 152px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 50;
    background: #FFF;
}

    .quest_title {
        text-align: center;
        font-size: 32px;
        color: #000;
        font-weight: 500;
        line-height: 120%;
    }

        .quest_title span {
            display: block;
            font-size: 20px;
            color: #000;
            font-weight: 300;
            line-height: 32px;
            max-width: 480px;
            margin: 0 auto;
            margin-top: 32px;
        }


    .quest .align_center {
        margin-top: 36px;
    }

        .quest .align_center .btn_main {
            color: #000;
            border-color: #000;
        }

.popup_rgba {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
    background: #FFF;
    overflow: hidden;
    -ms-overflow-y: scroll;
        overflow-y: scroll;
}

    .popup_table {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: table;
    }

    .popup_cell {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pu_inner {
        max-width: 544px;
        margin: 0 auto;
    }

    .closeform {
        position: absolute;
        background: url("/local/templates/main/css/../img/closeform.png") no-repeat center center;
        cursor: pointer;
        right: 16px;
        top: 16px;
        width: 24px;
        height: 24px;
        z-index: 60;
        -webkit-transition: 0.2S;
           -moz-transition: 0.2S;
            -ms-transition: 0.2S;
             -o-transition: 0.2S;
                transition: 0.2S;
    }

        .closeform:hover {
            opacity: 0.5;
            -webkit-transform: scale(0.9);
               -moz-transform: scale(0.9);
                -ms-transform: scale(0.9);
                 -o-transform: scale(0.9);
                    transform: scale(0.9);
        }


.in_2 {
    height: 24px;
}

.in_2_block {
    float: left;
    width: 50%;
    position: relative;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .in_2_block + .in_2_block {
        padding-left: 16px;
        padding-right: 0;
        margin-bottom: 10px;
    }
    
    .in_2_block + .in_2_block + .in_2_block {
    	padding-top: 10px;
        padding-left: 0px;
        padding-right: 0;
    }

    .pu_title {
        text-align: center;
        font-size: 56px;
        color: #000;
        font-weight: 500;
        line-height: 120%;
    }

    .pdf_title {
    	padding: 0px; 
    	margin: 0px;
        text-align: center;
        font-size: 20px;
        color: #000;
        font-weight: 500;
        line-height: 24px;
    }

    .pu_inner .form_style {
        display: block;
        margin-top: 42px;
    }

.sel_text {
    position: absolute;
    display: none;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
    /*left: 0;*/
    color: rgba(0,0,0,0.5);
    bottom: -18px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .changed + .sel_text {
        display: block;
    }


.pu_sity_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 59px;
}

    .pu_sity_list li {
        display: block;
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 15px;
    }

    .pu_sity_list li span {
        display: block;
        position: relative;
        font-size: 14px;
        color: #000;
        font-weight: 500;
        cursor: pointer;
    }

        .pu_sity_list li span + span {
            margin-top: 17px;
        }

        .pu_sity_list li span i {
            display: inline-block;
            position: relative;
            font-style: normal;
        }

            .pu_sity_list li span i:before {
                content: "";
                display: block;
                width: 0%;
                height: 1px;
                background: #000;
                position: absolute;
                left: 0;
                bottom: -3px;
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
            }
                .pu_sity_list li span:hover i:before {
                    width: 100%;
                }

.pu_info {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 54px;
}

	.pu_info table tr td {
		font-size: 14px;
        color: #7F7C7D;
		line-height: 20px;
	}
	
	.pu_info .pi_title table tr td {
		font-size: 14px;
        color: #000000;
        padding-top: 10px;
	}
	
	
	.overall {
		width: 288px;
	}
	
	.left-td {
		width: 288px;
	}
	
	.pu_info table tr td:nth-child(2n) {
		padding-left: 30px;
	}

    .pu_info li {
        display: block;
    }

        .pu_info li + li {
            margin-top: 20px;
        }

        .pi_title {
            font-size: 16px;
            color: #000;
            line-height: 24px;
            font-weight: 900;
        }
	
		.pu_info_pdf .pi_title {
			 padding: 0px;
			 margin: 0px;
			 line-height: 28px;
		}
	
		.pu_info_pdf li {
			list-style: none;
		}
		
		.pu_info_pdf p {
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
        
        .pi_title_pdf {
            font-size: 16px;
            color: #000;
            font-weight: 900;
        }
        
        .pi_title_pdf table tr td {
			font-size: 14px;
	        color: #000000;
	        padding-top: 10px;
		}

        .pu_info li p {
            display: block;
            margin: 0;
            font-size: 14px;
            color: #7F7C7D;
            line-height: 24px;
            margin-top: 3px;
        }
        
        .pu_info.pu_info_pdf li p {
            line-height: 20px;
            margin-top: 0px;
        }

            .pu_info li p a {
                text-decoration: none;
                color: #7F7C7D;
            }


    .pi_cont {
        font-size: 14px;
        color: #000;
        font-weight: 300;
        margin-top: 5px;
    }

        .pi_cont a {
            color: #000;
            text-decoration: none;
        }

            .pi_cont span {
                display: inline-block;
                margin-left: 22px;
            }


.send_main {
    position: relative;
    padding-right: 192px;
    margin-top: 65px;
}

    .send_main .sm_input {
        padding-top: 15px;
    }

.btn_senr_mail {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    width: 160px;
    height: 40px;
    background: #EC1149;
    color: #FFF;
    cursor: pointer;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: none;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

    .btn_senr_mail:hover {
        opacity: 0.8;
    }


.nav_mobile {
    display: none;
    float: right;
    width: 30px;
    height: 20px;
    background: url("/local/templates/main/css/../img/nav_mobile.png") no-repeat center center;
    cursor: pointer;
}

.nav_mobile_act {
    background: url("/local/templates/main/css/../img/closenav.png") no-repeat center center;
}

.primenenye_bg {
    display: none;
}

.bv_list i {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 40;
    width: 16px;
    height: 16px;
    background: url("/local/templates/main/css/../img/quest_ico.png") left top;
    vertical-align: baseline;
    position: relative;
    top: 3px;
    margin-left: 5px;
    position: relative;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
    .bv_list i:hover {
        background-position: left bottom;
    }

    .bv_list i:hover {
        z-index: 100;
    }

    .bv_list i:before {
        content: "";
        display: block;
        position: absolute;
        width: 300%;
        height: 300%;
        left: -100%;
        top: -100%;
    }


.bv_plashka_hover {
    display: block;
    position: absolute;
    width: 352px;
    left: 50%;
    margin-left: -177px;
    top: 20px;
    font-style: normal;
    background: #FFF;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #000;
    font-weight: 300;
    line-height: 14px;
    -webkit-box-shadow: 1px 0px 2px rgba(0,0,0,0.15), 0px 4px 4px rgba(0,0,0,0.15), 0px 8px 8px rgba(0,0,0,0.15), 0px 16px 16px rgba(0,0,0,0.15), 0px 32px 32px rgba(0,0,0,0.15), 0px 64px 64px rgba(0,0,0,0.15);
            box-shadow: 1px 0px 2px rgba(0,0,0,0.15), 0px 4px 4px rgba(0,0,0,0.15), 0px 8px 8px rgba(0,0,0,0.15), 0px 16px 16px rgba(0,0,0,0.15), 0px 32px 32px rgba(0,0,0,0.15), 0px 64px 64px rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .bv_list i:hover .bv_plashka_hover {
        top: 25px;
        opacity: 1;
        visibility: visible;
    }

    .bv_plashka_hover:before {
        content: "";
        display: block;
        position: absolute;
        width: 7px;
        height: 4px;
        background: url("/local/templates/main/css/../img/bv_plashka_hover_str.png") no-repeat left top;
        top: -4px;
        left: 50%;
        margin-left: -3px;
    }

    .bv_plashka_hover b {
        display: block;
        font-weight: 900;
        text-transform: uppercase;
        padding-bottom: 8px;
    }

.cat_list_title {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 900;
    line-height: 120%;
    margin-top: 32px;
}

    .cat_list + .cat_list_title {
        margin-top: 60px;
    }





/*@media*/
@media screen and (max-width: 1200px) {
    .rasschet .form_style {
        max-width: 100%;
    }

    .rasschet .form_style {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rasschet .align_center {
        margin-top: 40px;
    }

    .in_6 {
        height: 76px;
    }

    .in_6_block {
        width: 50%;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-bottom: 25px !important;
    }

        .in_6_block + .in_6_block + .in_6_block {
            width: 50%;
        }
}

@media screen and (max-width: 1080px) {
    .header_content h1 br {
        display: none;
    }

    .header_content h1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .head_scroll_ico {
        margin-top: 17px;
    }
}

@media screen and (max-width: 1060px) {
    .bv_img {
        padding-left: 15%;
        padding-right: 35%;
    }
}

@media screen and (max-width: 960px) {
    .pi_img {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pi_img span br {
        display: none;
    }

    .pi_img span {
        padding-left: 20px;
        padding-right: 20px;
    }

    .primenenye_list > li {
        padding-left: 20px;
    }
}

@media screen and (max-width: 920px) {
    .primen_title {
        position: relative;
        top: 0;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .primenenye_list > li {
        width: 50%;
    }

    .primenenye_list > li + li {
        margin-left: 0;
    }

    .primenenye_list > li + li + li {
        margin-top: 0;
    }

    .primenenye_list > li + li + li + li {
        margin-top: 216px;
    }

    .pl_list li {
        line-height: 20px;
    }

    .primenenye {
        background-attachment: scroll;
        -webkit-background-size: inherit;
             -o-background-size: inherit;
                background-size: inherit;
        background: url("/local/templates/main/css/../img/primenenye_bg.jpg") repeat-y left top;
    }

    .primenenye {
        position: relative;
        overflow: hidden;
        background: none;
        z-index: 20;
    }

        .primenenye .wmain {
            position: relative;
            z-index: 200;
        }

    .primenenye_bg {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        display: block;
        background: url("/local/templates/main/css/../img/primenenye_bg.jpg") no-repeat center top;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }
}

@media screen and (max-width: 910px) {
    .fb_left {
        display: none;
    }

    .fb_right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .fb_input {
        margin-top: 2px;
    }

    .fb_right .fb_inner {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
    }

    .fb_right {
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .btn_call {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 8px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fb_input {
        text-align: left;
    }

    .hl_fixed .fb_phone {
        display: block;
        float: left;
        margin: 0;
        color: #FFF;
        padding-left: 40px;
    }

    .logo {
        display: none !important;
    }

    .hl_fixed_act .fb_phone {
        color: #000;
    }

    .hl_fixed .fb_phone {
        color: #000;
    }

    .bv_list {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
}

@media screen and (max-width: 880px) {
    .doc_list li {
        width: 33.33333333333%;
    }
}

@media screen and (max-width: 840px) {
    .bv_title span {
        font-size: 48px;
        line-height: 46px;
    }

    .bv_title span i {
        display: inline-block;
        vertical-align: top;
        padding-top: 14px;
    }

    .bv_title sup {
        top: 1px;
        margin-left: -10px;
    }

    .bv_title {
        padding-left: 56px;
        padding-right: 56px;
    }

    .quest {
        padding-top: 70px;
        padding-bottom: 102px;
    }
}

@media screen and (max-width: 800px) {
    .num_list li + li {
        margin-left: 30px !important;
    }

    .num_list span {
        margin-left: 12px;
    }

    .num_title {
        font-size: 50px;
    }
} 

@media screen and (max-width: 780px) {
    .cat_list li {
        width: 33.333333333%;
    }

    .cat_list li + li + li + li + li {
        margin-top: 0;
    }
}

@media screen and (max-width: 720px) {
    .hl_fixed {
        background: #FFF;
        padding-top: 13px;
        padding-bottom: 13px;
        -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    }

    .hl_fixed img + img {
        display: block;
        width: 100%;
    }

    .hl_fixed img {
        display: none;
    }

    .hl_fixed .logo {
        width: 176px;
        margin-top: 3px;
    }

    .hl_fixed .hf_nav {
        padding-top: 0;
    }

     .hl_fixed .hf_nav li a {
        color: #000;
        line-height: 15px;
        padding-bottom: 0;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .hl_fixed .hf_nav li a:before {
            display: none;
        }

        .hl_fixed .hf_nav li a:hover {
            color: #EC1149;
        }

    .hf_nav li + li {
        margin-left: 15px;
    }

    .header_content h1 {
        font-size: 40px;
        line-height: 120%;
    }

    .header_content .btn_main {
        margin-top: 22px;
    }

    .header {
        -webkit-background-size: 90%;
             -o-background-size: 90%;
                background-size: 90%;
    }

    .cat_title {
        font-size: 42px;
    }

    .cat_list {
        margin-top: 26px;
    }

    .doc_list li {
        width: 50%;
    }

    .hl_fixed .fb_phone {
        color: #000;
    }

    .cat_list_title {
        font-size: 22px;
        margin-top: 20px;
    }

    .cat_list + .cat_list_title {
        margin-top: 36px;
    }

    .cat {
        -webkit-background-size: containh;
             -o-background-size: containh;
                background-size: containh;
    }
}

@media screen and (max-width: 680px) {
    .bv_title span {
        font-size: 34px;
        line-height: 40px;
    }

    .bv_title span i{
        padding-top: 5px;
    }

    .bv_title sup {
        top: -4px;
        margin-left: -6px;
    }

    .block_vygoda {
        border-width: 4px;
    }

    .bv_title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .block_vygoda {
        padding-top: 66px;
    }

    .bv_list {
        display: block;
        margin-left: 0;
        text-align: center;
        height: auto;
    }

        .bv_list li {
            display: inline-block;
            vertical-align: top;
            float: none;
            width: auto;
        }

    .bv_list li + li {
        margin-left: 26px;
    }

    .bv_list li + li {
        margin-left: 0;
    }

    .bv_list li {
        display: block;
    }

    .bv_plashka_hover {
        width: 260px;
        margin-left: -120px;
    }

    .bv_list i {
        display: block;
        margin: 0 auto;
        margin-top: 5px;
    }

    .bv_plashka_hover {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 640px) {
    body .num_list {
        max-width: 300px;
        margin: 0 auto;
    }

   body .num_list li {
        display: block;
        margin: 0 !important;
    }

        .num_list li + li {
            margin-top: 20px !important;
        }

    .num {
        padding-top: 47px;
        padding-bottom: 50px;
    }

    .num_title {
        margin-top: 26px;
    }

    .num_title {
        font-size: 44px;
        line-height: 120%;
    }

    .num .align_center {
        margin-top: 34px;
    }

    .bv_list {
        display: block;
        margin-left: 0;
    }

    .rasschet_title br {
        display: none;
    }

    .rasschet_title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container_main {
        z-index: 100;
        padding-bottom: 40px;
        background: #FFF;
    }

    .create {
        background-position: left center;
        padding-bottom: 0;
        padding-left: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
        right: 10px;
        bottom: 45px;
        width: auto;
        z-index: 30;
        position: absolute;
    }

    .create span {
        -webkit-transform: rotate(0);
           -moz-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }

} 

@media screen and (max-width: 620px) {
    .cat_list li {
        width: 50%;
    }

    .bv_title span {
        font-size: 26px;
        line-height: 32px;
    }

    .bv_big {
        font-size: 74px;
        line-height: 70px;
    }

    .bv_big b {
        font-size: 44px;
        line-height: 60px;
        padding-top: 0;
        position: relative;
        top: -5px;
        margin-left: -10px;
    }


    .bv_big span {
        font-size: 22px;
        line-height: 24px;
        padding-top: 10px;
    }

    .bv_list {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
    }

    .bv_list li {
        display: block;
        width: auto;
        max-width: 100%;
        margin: 0 !important;
        text-align: center;
    }

        .bv_list li + li {
            margin-top: 20px !important;
        }

    .doc_list {
        margin-top: 72px;
    }

    .doc_title {
        font-size: 46px;
        line-height: 120%;
    }

    .doc_list li {
        margin-bottom: 20px;
    }

    .doc_list {
        margin-top: 46px;
    }

    .doc {
        padding-top: 71px;
    }

    .doc {
        padding-bottom: 70px;
    }

    .pu_title {
        font-size: 42px;
        line-height: 120%;
    }
}

@media screen and (max-width: 580px) {
    .what_list_ico {
        overflow: hidden;
    }

    .what_list_ico li {
        display: block;
        margin-left: 0 !important;
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        border: 2px solid #eee;
        padding: 15px;
        padding-right: 5px;
        padding-left: 60px;
        background-position: 5px 10px !important;
        border-bottom-color: #EC1149;
    }

        .what_list_ico li br {
            display: none;
        }

        .what_list_ico li + li {
            border-color: #EC1149;
            border-bottom-color: #eee;
            border-right-color: #eee;
            margin-left: -2px !important;
        }

    .what {
        padding-top: 32px;
    }

    .bv_info {
        position: relative;
        top: 0;
        width: auto;
        max-width: 100%;
        margin-top: 15px;
    }

    .bv_img {
        padding-left: 0;
        padding-right: 0;
        padding-left: 2px;
        padding-right: 20px;
    }

    .bv_img img {
        display: block;
        width: 100%;
    }
} 

@media screen and (max-width: 560px) {
    .nav_mobile {
        display: block;
    }

    .hf_nav {
        display: none;
        position: absolute;
        width: 100%;
        background: #FFF;
        left: 0;
        top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 17px !important;
        padding-bottom: 20px;
        float: none;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
                box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
        -webkit-transition: none;
           -moz-transition: none;
            -ms-transition: none;
             -o-transition: none;
                transition: none;
    }

        .hf_nav li {
            display: block;
            float: none;
            margin: 0 !important;
        }

            .hf_nav li + li {
                margin-top: 15px !important;
            }

    .header {
        min-height: 520px;
    }
}

@media screen and (max-width: 520px) {
    .header_content h1 {
        font-size: 30px;
    }

    .btn_main {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .btn_call {
        margin-left: 10px;
    }

    .pi_img span {
        line-height: 120%;
        margin-top: 18px;
    }

    .prmx_info_inner .align_center {
        margin-top: 25px;
    }

    .pi_img {
        margin-top: 26px;
    }

    .primenenye_list > li {
        width: 100%;
        height: auto;
        margin: 0 !important;
        padding-bottom: 30px;
        padding-top: 25px;
    }

        .primenenye_list > li + li {
            margin-top: 20px !important;
        }

    .primen_title {
        font-size: 38px;
        line-height: 120%;
    }

    .doc_list li {
        display: block;
        width: auto;
        margin: 0 !important;
    }

        .doc_list li + li {
            margin-top: 15px !important;
        }

        .doc_list li a {
            max-width: 100%;
            min-height: 40px;
            margin-bottom: 10px;
        }
}

@media screen and (max-width: 480px) {
    .cat_title {
        font-size: 34px;
    }

    .what_list_ico li {
        padding-left: 42px;
        padding-top: 8px;
        font-size: 12px;
        line-height: 16px;
        -webkit-background-size: 30px !important;
             -o-background-size: 30px !important;
                background-size: 30px !important;
    }

    .in_6 {
        height: auto;
    }

    .in_6 .in_6_block {
        float: none;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

        .in_6 .in_6_block + .in_6_block {
            margin-top: 27px !important;
        }

        .rasschet .form_style {
            margin-top: 28px;
        }

        .rasschet {
            padding-bottom: 64px;
        }

        .cat_list_title {
            font-size: 18px;
        }

        .cat_list + .cat_list_title {
            margin-top: 25px;
        }

        .cat_list {
            margin-top: 16px;
        }
}

@media screen and (max-width: 460px) {
    .rasschet_title {
        font-size: 26px;
        line-height: 120%;
    }

    .doc_title {
        font-size: 30px;
    }

    .doc_list {
        margin-top: 30px;
    }

    .doc{
        padding-top: 56px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 420px) {
	.in_2_block + .in_2_block + .in_2_block {
    	padding-top: 0px;
        padding-left: 0px;
        padding-right: 0;
    }
	
    .bv_big {
        font-size: 42px;
        line-height: 42px;
    }

    .bv_big sup {
        font-size: 16px;
        padding-top: 0;
    }

    .bv_big span {
        font-size: 16px;
        line-height: 120%;
        padding-top: 8px;
    }

    .quest_title {
        font-size: 24px;
    }
    .quest_title span {
        font-size: 18px;
        line-height: 120%;
        margin-top: 19px;
    }

    .quest .align_center {
        margin-top: 30px;
    }

    .quest {
        padding-bottom: 60px;
        padding-top: 40px;
    }

    .pu_sity_list li {
        float: none;
        width: auto;
    }

        .pu_sity_list li + li, .pu_sity_list li span + span {
            margin-top: 14px;
        }

    .pu_sity_list {
        margin-top: 24px;
    }

    .pu_inner .form_style {
        margin-top: 22px;
    }

    .pu_title {
        font-size: 28px;
    }

    .in_2_block {
        float: none;
        width: 100%;
        padding: 0 !important;
    }

    .in_2_block + .in_2_block {
        margin-top: 25px;
    }

    .in_2 {
        height: auto;
    }

    .pu_sity_list {
        margin-top: 33px;
    }

    .btn_senr_mail {
        position: relative;
        display: block;
        margin-top: 30px;
        width: 100% !important;
    }

    .send_main {
        margin-top: 25px;
    }

    .pi_title {
        font-size: 14px;
        line-height: 120%;
    }

    .pu_info li p {
        line-height: 20px;
        margin-top: 10px;
    }

    .send_main {
        padding-right: 0;
    }

    .pu_info {
        margin-top: 34px;
    }
} 

@media screen and (max-width: 400px) {
    .what_list_ico li {
        border-color: #EEE !important;
        float: none;
        margin: 0 !important;
        width: 100% !important;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 90px !important;
        border-right-color: #EC1149 !important;
        border-bottom-color: #EC1149 !important;
    }

        body .what_list_ico li + li {
            margin-top: -2px !important;
            border-top-color: #EC1149 !important;
            border-right-color: #eee !important;
            border-bottom-color: #eee !important;
            border-left-color: #EC1149 !important;
            margin-left: 0 !important;
        }
}

@media screen and (max-width: 380px) {
    .header_content h1 {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 26px;
    }

    .header_bottom {
        bottom: 70px;
    }

    .head_scroll_ico {
        margin-top: 14px;
    }

    .create {
        right: 7px;
        bottom: 48px;
    }

    .pi_img span {
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
    }

    .cat_list li {
        width: 100%;
    }

    .cat_title {
        font-size: 26px;
    }

    .num_title {
        font-size: 34px;
    }

    .bv_title span {
        font-size: 18px;
        font-weight: 900;
        line-height: 26px;
        font-weight: normal;
    }

    .bv_title span i {
        padding-top: 3px;
    }

    .bv_title sup {
        top: 0px;
        margin-left: -2px;
    }

}

@media screen and (max-width: 360px) {
    .rasschet_title {
        font-size: 22px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn_call {
        font-size: 9px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 5px;
    }

    .fb_input input {
        left: 23px;
        font-size: 14px;
        bottom: 1px;
        -webkit-background-size: 128px;
             -o-background-size: 128px;
                background-size: 128px;
    }

    .fb_input {
        font-size: 14px;
        width: 158px;
    }
}

.cost {
    display: block;
    margin: 0 auto;
    max-width: max-content;
    text-align: center;
}

.cost_year {
    font-size: 12px;
    color: #000;
    font-weight: 300;
    line-height: 14px;
    padding-top: 10px;
    color: #9e9e9e;
}
.cp_proj_price {
    font-size: 14px;
    color: #082A54;
    margin-top: 8px;
    text-decoration: line-through;
    opacity: 0.7;
    font-weight: 400;
}

.force_red {
    color: #DC092E;
    font-size: 24px;
    text-decoration: none;
    font-weight: 700;
    opacity: 1;
    margin-top: 0;
}

@media (max-width: 900px) {
    .force_red {
        font-size: 20px;
    }
}
/* End */


/* Start:/local/templates/main/css/custom.css?17715095425861*/
.quest {
  padding-bottom: 110px;
}

.policy_block {
  margin-top: 70px;
}

.policy_block a {
  color: #082a54;
}

.cat_list {
  overflow: visible;
}

.cat_list li {
  position: relative;
}

/* .cat_list li .bv_plashka_hover{margin-left: 0; left: 16px; right: 16px; top: 100%; margin-top: -10px; width: auto; -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.12), 0 20px 20px rgba(0, 0, 0, 0.12); box-shadow: 0 4px 5px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.12), 0 20px 20px rgba(0, 0, 0, 0.12);} */
.cat_list li .cl_inner {
  position: relative;
  box-sizing: border-box;
}

.cat_list li .bv_plashka_hover {
  margin-left: -8px;
  margin-right: -8px;
  left: 0px;
  right: 0px;
  top: 100%;
  margin-top: -10px;
  width: auto;
  -webkit-box-shadow:
    0 4px 5px rgba(0, 0, 0, 0.12),
    0 10px 10px rgba(0, 0, 0, 0.12),
    0 20px 20px rgba(0, 0, 0, 0.12);
  box-shadow:
    0 4px 5px rgba(0, 0, 0, 0.12),
    0 10px 10px rgba(0, 0, 0, 0.12),
    0 20px 20px rgba(0, 0, 0, 0.12);
}

.cat_list li:hover .bv_plashka_hover {
  opacity: 1;
  visibility: visible;
  margin-top: -2px;
  z-index: 100;
}

.cat_list li .bv_plashka_hover:before {
  display: none;
}

.cat_list li:hover {
  z-index: 1;
}

.cl_inner:hover {
  background-color: #fff;
  -webkit-box-shadow:
    0 5px 10px rgba(0, 0, 0, 0.2),
    0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow:
    0 5px 10px rgba(0, 0, 0, 0.2),
    0 5px 5px rgba(0, 0, 0, 0.2);
}

.cl_inner .bv_plashka_hover a {
  color: #ec1149;
}

.clear {
  clear: both;
}

/* .address-block{display: none;}
.address-block.active{display: block;} */

.address-block {
  margin-top: 50px;
}

.address-block .pu_info {
  margin-top: 0px;
}

.fb_inner .success {
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
}

.btn-callback {
  display: inline-block;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-top: 16px;
  padding-bottom: 14px;
  margin-top: -5px;

  background: #fff;
  color: #000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.create {
  z-index: 100;
}

/* #dilset{z-index: 100;} */
/* .num{z-index: 0;} */
.cat {
  z-index: 51;
}

.fb_call label.error {
  position: absolute;
  font-size: 10px;
  color: #fff;
  left: 0px;
  top: 16px;
  opacity: 0.8;
}

.fb_input {
  position: relative;
}

.rasschet .input_style input {
  font-size: 11px;
}

.header_video {
  position: absolute;
  left: -50px;
  top: -50px;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  opacity: 0.6;
}

.prmx_info {
  background: none;
  background-color: #000000;
}

.input__label-content i {
  color: #ff0000;
  font-style: normal;
}

.header {
  background-image: none;
}

.header_main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header-img-title {
  max-width: 905px;
  margin: 0 auto 20px;
  width: 100%;
}

.header_content h1 {
  background-color: transparent;
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
  max-width: 870px;
}

@media screen and (max-width: 768px) {
  .header-img-title {
    max-width: 600px;
  }

  .header_content h1 {
    font-size: 46px;
    line-height: 54px;
  }
}

@media screen and (max-width: 575px) {
  .header-img-title {
    max-width: 400px;
  }

  .header_content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 470px) {
  .header_video {
    display: none;
  }

  .prmx_info {
    display: none;
  }

  .popup_cell {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.btn_main__wrap {
  display: grid;
  max-width: 395px;
  margin: 0 auto;
  /* margin-top: 94px; */
  margin-top: 32px;
  gap: 64px;
  grid-template-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.btn_main__wrap .btn_main {
  margin-top: initial;
  width: 100%;
  max-width: 100%;
}

.btn_main__wrap .btn_main--mod {
  display: block;
  width: 100%;
  max-width: 100%;
}

.btn_main__gif {
  border-radius: 42px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.header_bottom {
  bottom: 75px;
}

.head_scroll_ico {
  margin-top: 16px;
}

@media (max-width: 425px) {
  .btn_main {
    font-size: 16px;
  }
}

.hl_fixed {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {

  .fb_left,
  .fb_right {
    height: 45px;
  }

  .fixed_botton .btn_call {
    padding-top: 10px !important;
    padding-bottom: 8px !important;
  }

  .fixed_botton .fb_consult {
    margin-top: 10px !important;
  }

  .fixed_botton .fb_phone {
    margin-top: 10px !important;
  }

  .fixed_botton .fb_input {
    margin-top: 10px !important;
  }
}


.custom-letter {
  display: inline-block;
  padding: 1px;
  border-radius: 50%;
  border: 1px solid currentColor;
  width: 1em;
  height: 1em;
  text-align: center;
  margin-inline: -2px;
  font-weight: inherit;
  line-height: 1.1;
  white-space: nowrap;
}

.bv_title .custom-letter,
h1 .custom-letter,
h2 .custom-letter,
h3 .custom-letter,
h4 .custom-letter,
h5 .custom-letter,
h6 .custom-letter {
  width: 1.1em;
  height: 1.1em;
  border: 3px solid currentColor;
  line-height: 1.1;

}

.cl_name .custom-letter {
  width: 1em;
  height: 1em;
  border: 1px solid currentColor;
  line-height: 1.1;
  margin-inline: -2px;
}

.cat_title .custom-letter {
  width: 1em;
  height: 1em;
  border: 3px solid currentColor;
  line-height: 1.1;
  margin-inline: -11px;
}

.cat_list_title .custom-letter {
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  line-height: 1.1;
  margin-inline: -5px;
}

.bv_title .custom-letter {
  margin-inline: -10px;
}
/* End */


/* Start:/local/templates/main/css/animate.css?150333234672515*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* End */


/* Start:/local/templates/main/css/jquery.formstyler.css?150333234613893*/
.jq-checkbox {
	top: 0;
	vertical-align: top;
	width: 13px;
	height: 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: url("/local/templates/main/css/../img/check_ico.png") no-repeat left top;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

.jq-checkbox .jq-checkbox__div {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("/local/templates/main/css/../img/check_ico.png") no-repeat left bottom;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	   -moz-transition: 0.4s;
	    -ms-transition: 0.4s;
	     -o-transition: 0.4s;
	        transition: 0.4s;
	-webkit-transform-origin: center top;
	   -moz-transform-origin: center top;
	    -ms-transform-origin: center top;
	     -o-transform-origin: center top;
	        transform-origin: center top;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: 5px 8px;
	   -moz-transform-origin: 5px 8px;
	    -ms-transform-origin: 5px 8px;
	     -o-transform-origin: 5px 8px;
	        transform-origin: 5px 8px;
}

.jq-checkbox.checked .jq-checkbox__div {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.jq-checkbox.checked {
/*	background: #082A54;
	border-color: #082A54;*/
}

.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	vertical-align: top;
	cursor: pointer;
	width: 15px;
	height: 16px;
	background: url("/local/templates/main/css/../img/radio_ico.png") no-repeat left top;
	position: relative;
}

.jq-radio__div {
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	left: 4px;
	top: 4px;
	opacity: 0;
	background: #666;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

.jq-radio.checked .jq-radio__div {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	color: #333;
	text-align: left; /* для Opera Presto */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	z-index: 10;
	display: block;
	width: 100%;
	display: block !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.jq-selectbox__select {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: top;
	display: block;
	border-bottom: 1px solid #c5c5c5;
}


.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	color: #000;
	font-weight: 500;
	font-family: "Museo Sans Cyrl";
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

	.changed .jq-selectbox__select-text {
		font-size: 11px !important;
	}

	.opened .jq-selectbox__select, .changed .jq-selectbox__select {
		border-color: #000;
	}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	display: block;
	position: absolute;
	width: 5px;
	height: 3px;
	background: url("/local/templates/main/css/../img/select_str.png") no-repeat left top;
	right: 0;
	top: 10px;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}

	.opened .jq-selectbox__trigger {
		-webkit-transform: rotate(180deg);
		   -moz-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		     -o-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	padding: 0;
	border: 1px solid #000;
	background: #FFF;
	border-top: none;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 120%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #000;
	text-align: left;
	font-size: 12px;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
.jq-selectbox li.selected {
	background-color: #082A54;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #082A54;
	color: #fff;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */
/* /local/templates/main/css/style.css?173451221064879 */
/* /local/templates/main/css/custom.css?17715095425861 */
/* /local/templates/main/css/animate.css?150333234672515 */
/* /local/templates/main/css/jquery.formstyler.css?150333234613893 */
