@font-face {
    font-family: 'PFDinTextCompPro';
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/PFDinTextCompPro-Thin.ttf) format('truetype'),url(../fonts/PFDinTextCompPro-Thin.woff) format('woff')
}

@font-face {
    font-family: 'PFDinTextCompPro';
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/PFDinTextCompPro-Light.ttf) format('truetype'),url(../fonts/PFDinTextCompPro-Light.woff) format('woff')
}

@font-face {
    font-family: 'PFDinTextCompPro';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/PFDinTextCompPro-Regular.ttf) format('truetype'),url(../fonts/PFDinTextCompPro-Regular.woff) format('woff')
}

@font-face {
    font-family: 'PFDinTextCompPro';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/PFDinTextCompPro-Medium.ttf) format('truetype'),url(../fonts/PFDinTextCompPro-Medium.woff) format('woff')
}
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #646464;
    background-color: #090e25;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

h1,h2,h3,h4,h5,h6 {
   /* text-transform: uppercase*/
}

.overhidden {
    overflow: hidden
}

h1,h2,h3 {
    margin-top: 0;
    margin-bottom: 0
}

h2,h3 {
    font-size: 36px;
    font-weight: 700
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size:45px
    }
}

.accent-color {
    color: #ff3d3d
}

.main-color {
    color: #090e25
}

h3 {
    font-size: 21px;
    font-weight: 300
}

p {
    word-spacing: 1.3px
}

section {
    background-color: #fff
}

.discount-test,.partners,.works {
    padding-top: 30px;
    padding-bottom: 30px
}

.features {
    padding-top: 30px
}

.how-we-work,.one-off-services {
    padding-top: 30px;
    padding-bottom: 30px
}

.discount-test__title,.features__title,.how-we-work__title,.one-off-services__title,.partners__title,.works__title {
    text-align: center
}

@media only screen and (min-width: 768px) {
    .discount-test,.features,.how-we-work,.one-off-services,.partners,.works {
        padding-top:60px;
        padding-bottom: 50px
    }

    .discount-test__title,.features__title,.how-we-work__title,.one-off-services__title,.partners__title,.works__title {
        font-size: 45px
    }
}

.is-main {
    background-image: url(../img/main-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 900px
}

.bg-white {
    background-color: #fff
}

.bg-transparent {
    background-color: transparent
}

.bg-gradient {
    position: relative;
    background-color: #fefefe
}

.bg-gradient::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#f5f5f5));
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#f5f5f5 100%);
    content: ''
}

.bg-img {
    background-repeat: no-repeat;
    background-position: conter;
    background-size: cover
}

@media only screen and (min-width: 1200px) {
    .bg-img {
        background-position:right;
        background-size: contain
    }
}

.btn {
    font-family: PFDinTextCompPro,sans-serif;
    font-size: 21px;
    font-weight: 100;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    text-transform: uppercase
}

.btn--accent {
    display: inline-block;
    width: 180px;
    height: 35px;
    line-height: 35px;
    background-color: #ff3d3d;
    text-align: center
}

@media only screen and (max-width: 1440px) {
    .btn--accent {
        width:155px;
        font-size: 18px
    }
}

@media only screen and (max-width: 1200px) {
    .btn--accent {
        width:135px;
        font-size: 16px
    }
}

.btn--accent-lg {
    width: 220px;
    height: 50px
}

.btn--accent:hover {
    background-color: #cc3131
}

[type=radio]:checked,[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked+label,[type=radio]:not(:checked)+label {
    position: relative;
    display: inline-block;
    padding-left: 60px;
    line-height: 20px;
    color: #090e25;
    cursor: pointer
}

[type=radio]:checked+label:before,[type=radio]:not(:checked)+label:before {
    position: absolute;
    top: 0;
    left: 15px;
    width: 20px;
    height: 20px;
    border: 1px solid #090e25;
    border-radius: 100%;
    background: #fff;
    content: ''
}

[type=radio]:checked+label:before:hover,[type=radio]:not(:checked)+label:before:hover {
    display: none
}

[type=radio]:checked+label:after,[type=radio]:not(:checked)+label:after {
    position: absolute;
    top: 3px;
    left: 18px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #090e25;
    content: '';
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.s-audit-accent {
    width: 170px;
    height: 160px;
    background-image: url(../img/icons/audit.png);    
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-audit-accent {
        background-image:url(../img/icons/audit.png);      
    }
}

.s-binoculars-accent {
   width: 170px;
    height: 160px;
    background-image: url(../img/icons/binoculars.png);
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-binoculars-accent {
        background-image:url(../img/icons/binoculars.png);     
    }
}

.s-camera {
    width: 84px;
    height: 77px;
    background-image: url(../img/sprite.png);
    background-position: -425px -201px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-camera {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-develop-accent {
    width: 73px;
    height: 72px;
    background-image: url(../img/sprite.png);
    background-position: -534px -95px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-develop-accent {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-develop {
    width: 76px;
    height: 75px;
    background-image: url(../img/sprite.png);
    background-position: -534px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-develop {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-email-small {
    width: 15px;
    height: 15px;
    background-image: url(../img/sprite.png);
    background-position: -534px -287px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-email-small {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-email {
    width: 25px;
    height: 25px;
    background-image: url(../img/sprite.png);
    background-position: -579px -187px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-email {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-feedback-accent {
    width: 170px;
    height: 160px;
    background-image: url(../img/icons/feedback.png);
  
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-feedback-accent {
        background-image:url(../img/icons/feedback.png);   
    }
}

.s-integration {
    width: 84px;
    height: 77px;
    background-image: url(../img/sprite.png);
    background-position: 0 -430px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-integration {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-it {
    width: 84px;
    height: 72px;
    background-image: url(../img/sprite.png);
    background-position: -104px -430px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-it {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-map-marker {
    width: 147px;
    height: 73px;
    background-image: url(../img/sprite.png);
    background-position: -144px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-map-marker {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-marker-dark {
    width: 20px;
    height: 24px;
    background-image: url(../img/sprite.png);
    background-position: -574px -237px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-marker-dark {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-marker-small {
    width: 12px;
    height: 15px;
    background-image: url(../img/sprite.png);
    background-position: -569px -287px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-marker-small {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-marker {
    width: 25px;
    height: 30px;
    background-image: url(../img/sprite.png);
    background-position: -534px -187px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-marker {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-outsourcing {
    width: 94px;
    height: 94px;
    background-image: url(../img/sprite.png);
    background-position: -311px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-outsourcing {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-peoples {
    width: 100px;
    height: 72px;
    background-image: url(../img/sprite.png);
    background-position: -112px -223px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-peoples {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-phone-arrows-accent {
    width: 91px;
    height: 70px;
    background-image: url(../img/sprite.png);
    background-position: -114px -335px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-phone-arrows-accent {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-phone-small {
    width: 10px;
    height: 15px;
    background-image: url(../img/sprite.png);
    background-position: -534px -322px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-phone-small {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-phone {
    width: 20px;
    height: 30px;
    background-image: url(../img/sprite.png);
    background-position: -534px -237px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-phone {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-promotion-accent {
    width: 84px;
    height: 66px;
    background-image: url(../img/sprite.png);
    background-position: 0 -527px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-promotion-accent {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-promotion {
    width: 84px;
    height: 66px;
    background-image: url(../img/sprite.png);
    background-position: -312px -430px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-promotion {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-protect-accent {
    width: 84px;
    height: 72px;
    background-image: url(../img/sprite.png);
    background-position: -208px -430px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-protect-accent {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-quality-accent {
    width: 105px;
    height: 93px;
    background-image: url(../img/sprite.png);
    background-position: 0 -110px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-quality-accent {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-rdp-accent {
   width: 170px;
    height: 160px;
    background-image: url(../img/icons/rdp.png);
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-rdp-accent {
        background-image:url(../img/icons/rdp.png);      
    }
}

.s-reklama-accent {
   width: 170px;
    height: 160px;
    background-image: url(../img/icons/rek.png);
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-reklama-accent {
        background-image:url(../img/icons/rek.png);      
    }
}

.s-target-accent {
   width: 170px;
    height: 160px;
    background-image: url(../img/icons/target.png);
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-target-accent {
        background-image:url(../img/icons/target.png);      
    }
}

.s-com-man-accent {
   width: 170px;
    height: 160px;
    background-image: url(../img/icons/com-man.png);
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-com-man-accent {
        background-image:url(../img/icons/com-man.png);      
    }
}

.s-optimizhation-accent {
   width: 170px;
    height: 160px;
    background-image: url(../img/icons/optimizhation.png);
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-optimizhation-accent {
        background-image:url(../img/icons/optimizhation.png);      
    }
}

.s-rezult-accent {
   width: 170px;
    height: 160px;
    background-image: url(../img/icons/rezult.png);
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-rezult-accent {
        background-image:url(../img/icons/rezult.png);      
    }
}

.s-record-accent {
    width: 81px;
    height: 81px;
    background-image: url(../img/sprite.png);
    background-position: -425px -100px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-record-accent {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-repair-accent {
 width: 170px;
    height: 160px;
    background-image: url(../img/icons/repair.png);   
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-repair-accent {
        background-image:url(../img//icons/repair.png);      
    }
}

.s-services {
    width: 94px;
    height: 75px;
    background-image: url(../img/sprite.png);
    background-position: 0 -335px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-services {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-site-accent {
    width: 84px;
    height: 66px;
    background-image: url(../img/sprite.png);
    background-position: -225px -335px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-site-accent {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-site {
    width: 84px;
    height: 66px;
    background-image: url(../img/sprite.png);
    background-position: -416px -430px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-site {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-telephony {
    width: 84px;
    height: 85px;
    background-image: url(../img/sprite.png);
    background-position: -311px -114px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-telephony {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.s-volume-accent {
    width: 89px;
    height: 80px;
    background-image: url(../img/sprite.png);
    background-position: -425px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .s-volume-accent {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

@-ms-viewport {
    width: device-width
}

*,::after,::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1180px
    }
}

@media (min-width: 1440px) {
    .container {
        max-width:1440px
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto
}

.col-1,.col-2,.col-3 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%
}

.col-2,.col-3 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%
}

.col-4,.col-5,.col-6 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%
}

.col-5,.col-6 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%
}

.col-7,.col-8,.col-9 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%
}

.col-8,.col-9 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    -ms-flex: 0 0 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    -ms-flex: 0 0 75%
}

.col-10,.col-11,.col-12 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%
}

.col-11,.col-12 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    -ms-flex: 0 0 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        max-width:100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto
    }

    .col-sm-1,.col-sm-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        -ms-flex: 0 0 16.66667%
    }

    .col-sm-3,.col-sm-4 {
        flex: 0 0 25%;
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        -ms-flex: 0 0 33.33333%
    }

    .col-sm-5,.col-sm-6 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-sm-7,.col-sm-8 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        -ms-flex: 0 0 66.66667%
    }

    .col-sm-10,.col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        -ms-flex: 0 0 83.33333%
    }

    .col-sm-11,.col-sm-12 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        max-width:100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto
    }

    .col-md-1,.col-md-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        -ms-flex: 0 0 16.66667%
    }

    .col-md-3,.col-md-4 {
        flex: 0 0 25%;
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        -ms-flex: 0 0 33.33333%
    }

    .col-md-5,.col-md-6 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-md-7,.col-md-8 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        -ms-flex: 0 0 66.66667%
    }

    .col-md-10,.col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        -ms-flex: 0 0 83.33333%
    }

    .col-md-11,.col-md-12 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-lg {
        max-width:100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto
    }

    .col-lg-1,.col-lg-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        -ms-flex: 0 0 16.66667%
    }

    .col-lg-3,.col-lg-4 {
        flex: 0 0 25%;
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        -ms-flex: 0 0 33.33333%
    }

    .col-lg-5,.col-lg-6 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-lg-7,.col-lg-8 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        -ms-flex: 0 0 66.66667%
    }

    .col-lg-10,.col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        -ms-flex: 0 0 83.33333%
    }

    .col-lg-11,.col-lg-12 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1440px) {
    .col-xl {
        max-width:100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto
    }

    .col-xl-1,.col-xl-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        -ms-flex: 0 0 16.66667%
    }

    .col-xl-3,.col-xl-4 {
        flex: 0 0 25%;
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        -ms-flex: 0 0 33.33333%
    }

    .col-xl-5,.col-xl-6 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-xl-7,.col-xl-8 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        -ms-flex: 0 0 66.66667%
    }

    .col-xl-10,.col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        -ms-flex: 0 0 83.33333%
    }

    .col-xl-11,.col-xl-12 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.flex-column,.flex-row {
    flex-direction: row!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important
}

.flex-column {
    flex-direction: column!important;
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important
}

.flex-column-reverse,.flex-row-reverse {
    flex-direction: row-reverse!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important;
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-column,.flex-sm-row {
        flex-direction:row!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important
    }

    .flex-sm-column {
        flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important
    }

    .flex-sm-column-reverse,.flex-sm-row-reverse {
        flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-column,.flex-md-row {
        flex-direction:row!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important
    }

    .flex-md-column {
        flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important
    }

    .flex-md-column-reverse,.flex-md-row-reverse {
        flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-lg-column,.flex-lg-row {
        flex-direction:row!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important
    }

    .flex-lg-column {
        flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important
    }

    .flex-lg-column-reverse,.flex-lg-row-reverse {
        flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1440px) {
    .flex-xl-column,.flex-xl-row {
        flex-direction:row!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important
    }

    .flex-xl-column {
        flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important
    }

    .flex-xl-column-reverse,.flex-xl-row-reverse {
        flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted
}

b,strong {
    font-weight: 300;
    font-size: 21px;
}

dfn {
    font-style: italic
}

mark {
    color: #000;
    background-color: #ff0
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio],legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled,[hidden],template {
    display: none
}

.owl-carousel {
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    content: '.'
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.owl-carousel .owl-item {
    position: relative;
    float: left;
    min-height: 1px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    background: url(../img/vendor/owl.video.play.png) no-repeat;
    cursor: pointer;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease,-webkit-transform 100ms ease;
    -webkit-backface-visibility: hidden
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    display: inline-block;
    margin: 5px;
    padding: 4px 7px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    background: #d6d6d6;
    cursor: pointer
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: #869791;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;*display: inline
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border-radius: 30px;
    background: #d6d6d6;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-backface-visibility: visible
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.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.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0%,to {
        -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)
    }
}

@keyframes pulse {
    0%,to {
        -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)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0%,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.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)
    }
}

@keyframes rubberBand {
    0%,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.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)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,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 {
    0%,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%,50% {
        -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)
    }
}

@keyframes headShake {
    0%,50% {
        -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)
    }
}

.headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-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 {
    0%,to {
        -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)
    }
}

@keyframes tada {
    0%,to {
        -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)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0%,to {
        -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)
    }
}

@keyframes wobble {
    0%,to {
        -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)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {
    0%,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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-name: jello;
    animation-name: jello
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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 {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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 bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        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 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        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 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        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-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        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
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        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-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        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 {
    0% {
        -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 {
    0% {
        -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-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        -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
    }

    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% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg)
    }

    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 {
    0% {
        opacity: 0;
        -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
    }

    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% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg)
    }

    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,.flipInY,.flipOutX,.flipOutY {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -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
    }

    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% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg)
    }

    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 {
    0% {
        opacity: 0;
        -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
    }

    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% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg)
    }

    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,.flipOutX,.flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg)
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg)
    }
}

.flipOutX,.flipOutY {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg)
    }
}

.flipOutY {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    80% {
        opacity: 1;
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    80% {
        opacity: 1;
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg)
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg)
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.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% {
        opacity: 1;
        -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
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,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% {
        opacity: 1;
        -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
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0)
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        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 {
    0% {
        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
}

@-webkit-keyframes rollOut {
    0% {
        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 {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        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 {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -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 {
    0% {
        -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 {
    0% {
        -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 {
    0% {
        -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 {
    0% {
        -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 {
    0% {
        -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 {
    0% {
        -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 {
    0% {
        -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
}

header {
    position: relative
}

footer,header {
    color: #fff
}

footer a,header a {
    color: #fff;
    text-decoration: none
}

.logo {
    height: 120px
}

@media only screen and (max-width: 1200px) {
    .logo {
        height:80px
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        height:auto
    }
}

.logo a {
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 39px;
    line-height: 0;
    border-bottom: 1px solid #fff
}

@media only screen and (max-width: 1200px) {
    .logo a {
        padding-top:20px;
        padding-bottom: 19px
    }
}

.logo img {
    max-width: 100%
}

.contacts {
    margin: 0;
    padding-top: 35px;
    padding-bottom: 15px;
    padding-left: 0;
    list-style: none;
    font-size: 0;
    text-align: right
}

@media only screen and (max-width: 1200px) {
    .contacts {
        padding-top:30px;
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    .contacts {
        text-align:right
    }
}

@media only screen and (max-width: 576px) {
    .contacts {
        padding-top:15px;
        padding-bottom: 10px
    }
}

.contacts__item {
    display: inline-block
}

@media only screen and (max-width: 576px) {
    .contacts__item {
        display:block;
        height: 20px
    }
}

@media only screen and (max-width: 768px) {
    .contacts__item--adress i {
        width:12px;
        height: 15px;
        background-image: url(../img/sprite.png);
        background-position: -569px -287px
    }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:768px) and (min-resolution:192dpi) {
    .contacts__item--adress i {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

@media only screen and (max-width: 768px) {
    .contacts__item--phone i {
        width:10px;
        height: 15px;
        background-image: url(../img/sprite.png);
        background-position: -534px -322px
    }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:768px) and (min-resolution:192dpi) {
    .contacts__item--phone i {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

@media only screen and (max-width: 768px) {
    .contacts__item--email i {
        width:15px;
        height: 15px;
        background-image: url(../img/sprite.png);
        background-position: -534px -287px
    }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:768px) and (min-resolution:192dpi) {
    .contacts__item--email i {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

.contacts__item i {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle
}

@media only screen and (max-width: 1200px) {
    .contacts__item i {
        margin-right:10px
    }
}

@media only screen and (max-width: 768px) {
    .contacts__item i {
        height:15px;
        margin-right: 5px;
        margin-left: 10px
    }
}

.contacts__item a,.contacts__item span {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    vertical-align: baseline;
}

@media only screen and (max-width: 768px) {
    .contacts__item a,.contacts__item span {
        font-size:16px
    }
}

.contacts__item:not(:last-child) {
    margin-right: 30px
}

@media only screen and (max-width: 768px) {
    .contacts__item:not(:last-child) {
        margin-right:0
    }
}

.main-nav {
    width: 100%;
    margin-top: -35px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (max-width: 1200px) {
    .main-nav {
        margin-top:0;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 768px) {
    .main-nav {
        position:relative;
        height: 0;
        min-height: 52px;
        max-height: 52px
    }
}

.main-nav--opened {
    height: 100vh;
    max-height: 100vh;
    background-color: #090e25
}

.main-nav--fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0
}

.main-nav--fixed .opened {
    height: calc(100vh - 42px)
}

.main-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: right
}

.main-menu.opened {
    visibility: visible;
    max-height: 100%;
    opacity: 1
}

@media only screen and (max-width: 1200px) {
    .main-menu {
        text-align:center
    }

    .main-menu .main-menu__item {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .main-menu {
        z-index:999;
        visibility: hidden;
        overflow-y: scroll;
        width: 100%;
        height: calc(100vh - 130px);
        max-height: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        background-color: #090e25;
        text-align: left
    }

    .main-menu .main-menu__item {
        position: relative;
        display: block;
        border-bottom: 1px solid #fff
    }

    .main-menu .main-menu__item a {
        display: block
    }
}

.main-menu__item,.main-menu__link {
    display: inline-block;
}

.main-menu__item {
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu__item--active a::after {
    height: 3px
}

@media only screen and (min-width: 768px) {
    .main-menu__item:focus .menu-dropdown,.main-menu__item:hover .menu-dropdown {
        visibility:visible;
        opacity: 1
    }
}

.main-menu__link {
    position: relative;
    height: 35px;
    padding: 10px 12px 8px;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: -.3px
}

.main-menu__link::after {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    display: block;
    height: 0;
    background-color: #fff;
    content: '';
    -webkit-transition: .2s;
    transition: .2s
}

.main-menu__link:focus::after,.main-menu__link:hover::after {
    height: 3px
}

.menu-dropdown {
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

@media only screen and (min-width: 768px) {
    .menu-dropdown {
        height:auto
    }
}

@media only screen and (max-width: 768px) {
    .menu-dropdown {
        position:relative;
        top: 0;
        left: 0;
        height: 0;
        max-height: 0;
        padding: 0
    }

    .menu-dropdown .container {
        -webkit-transition: .4s;
        transition: .4s;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.menu-dropdown__link {
    position: relative;
    padding-left: 10px;
    line-height: 16px;
    border-bottom: 1px solid #c7c7c7;
    -webkit-transition: .4s;
    transition: .4s
}

@media only screen and (min-width: 1200px) {
    .menu-dropdown__link {
        padding-left:20px
    }
}

.menu-dropdown--opened .menu-dropdown__link a,.menu-dropdown__link a {
    display: block;
    padding-top: 12px;
    padding-bottom: 11px
}

@media only screen and (max-width: 768px) {
    .menu-dropdown__link a {
        display:none;
        padding-top: 0;
        padding-bottom: 0
    }
}

.menu-dropdown__link a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background-color: #fff;
    content: '';
    -webkit-transition: .2s;
    transition: .2s
}

.menu-dropdown__link:focus a::after,.menu-dropdown__link:hover a::after {
    width: 3px
}

.menu-dropdown--opened {
    visibility: visible;
    height: 100%;
    max-height: 100vh;
    padding: 0;
    opacity: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #090e25
}

.menu-dropdown--opened .menu-dropdown__title {
    padding-left: 10px
}

.menu-dropdown--opened .container {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu-dropdown--opened .menu-dropdown__title {
    display: block;
    height: 40px
}

.menu-dropdown::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .9;
    background-color: #090e25;
    content: ''
}

.menu-dropdown .container {
    position: relative;
    z-index: 999
}

.menu-dropdown__img {
    display: none;
    overflow: hidden;
    height: 100px
}

@media only screen and (min-width: 768px) {
    .menu-dropdown__img {
        display:block
    }
}

.menu-dropdown__img img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width: 1200px) {
    .menu-dropdown__img img {
        height:180px
    }
}

.menu-dropdown__img--intro {
    display: none;
    background-image: url(../img/menu-border.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .menu-dropdown__img--intro {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width: 1200px) {
    .menu-dropdown__img {
        height:180px
    }
}

.menu-dropdown__title {
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: left;
    display: block;
}

@media only screen and (max-width: 768px) {
    .menu-dropdown__title {
        display:none;
        height: 0
    }
}

.menu-dropdown__intro {
    padding-left: 20px;
    font-size: 14px;
    text-align: left;
    text-transform: none
}

.menu-dropdown__list {
    display: block;
    padding: 0;
    list-style: none;
    text-align: left
}

.mobile-menu-btn {
    position: relative;
    z-index: 9999;
    left: 50%;
    display: none;
    width: 100px;
    height: 32px;
    font-family: inherit;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border: 1px solid #fff;
    outline: 0;
    background-color: rgba(9,14,37,.8);
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    vertical-align: middle;
    text-transform: uppercase
}

.mobile-menu-btn--fixed {
    left: 10px;
    width: 80px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu-btn--fixed span {
    height: 1px
}

.mobile-menu-btn--fixed span::after,.mobile-menu-btn--fixed span::before {
    width: 16px;
    height: 1px
}

@media only screen and (max-width: 768px) {
    .mobile-menu-btn {
        display:inline-block
    }
}

.mobile-menu-btn span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 1px;
    margin-bottom: 3px;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    vertical-align: middle
}

.mobile-menu-btn span::after,.mobile-menu-btn span::before {
    position: absolute;
    display: block;
    width: 8px;
    height: 1px;
    background-color: #fff;
    content: '';
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.mobile-menu-btn span::before {
    top: -4px;
    right: 0
}

.mobile-menu-btn span::after {
    bottom: -4px;
    left: 0
}

.slider {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

.slider__title {
    margin-bottom: 20px;
   /* text-transform: uppercase*/
}

.slider__text {
    height: 130px;
    font-size: 16px;
    line-height: 1.5;
}
.slider--subheader .slider__text{
    height: 190px;
}

.slider__nav {
    position: absolute;
    bottom: 40px;
    width: 100%
}

.slider__nav .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.slider__nav-item {
    position: relative;
    bottom: 0;
    display: block;
    overflow: hidden;
    height: 75px;
    font-size: 17.5px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    text-decoration: none;
    text-transform: uppercase
}

@media only screen and (min-width: 1200px) {
    .slider__nav-item {
        height:100px
    }
}

.slider__nav-item::after,.slider__nav-item::before {
    position: absolute;
    right: 10px;
    left: 10px;
    height: 1px;
    opacity: .4;
    content: '';
    -webkit-transition: .6s;
    transition: .6s
}

.slider__nav-item::after {
    bottom: 0
}

.slider__nav-item::before {
    top: 0
}

.slider__nav-item:hover::after,.slider__nav-item:hover::before {
    opacity: 1
}

@media only screen and (min-width: 1200px) {
    .slider__nav-item:hover {
        height:220px
    }

    .slider__nav-item [class^=s-] {
        margin-top: 50px
    }
}

@media only screen and (min-width: 768px) {
    .slider__nav-item:hover {
        height:175px
    }

    .slider__nav-item:hover [class^=s-] {
        display: block;
        visibility: visible;
        margin-top: 20px;
        opacity: 1
    }

    .slider__nav-item:hover b,
    .slider__nav-item:hover strong {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.slider__nav-item [class^=s-],.slider__nav-item b {
    position: relative;
    -webkit-transition: .2s;
    transition: .2s
}

.slider__nav-item b {
    left: 0;
    /* padding-top: 20px; */
    font-size: 16px;
    font-weight: 100;
    display: inline-block;
}

@media only screen and (min-width: 1200px) {
    .slider__nav-item b {
        font-size:21px
    }
}

.slider__nav-item [class^=s-] {
    display: none;
    visibility: hidden;
    margin: 0 auto;
    opacity: 0
}

.slider--main {
    padding-bottom: 240px;
    font-weight: 100;
    color: #fff
}

@media only screen and (min-width: 1200px) {
    .slider--main {
        margin-top: 68px;
    }

    .slider--main .slider__list {
        margin-bottom: 54px
    }
}

.slider--main .slider__text {
    max-width: 100%
}

@media only screen and (min-width: 1200px) {
    .slider--main .slider__text {
        max-width:50%
    }
}

.slider--main .slider__title {
    font-size: 41px
}

.slider--main .slider__nav-item {
    color: #fff;
    padding-top: 15px;
}

.slider--main .slider__nav-item::after,.slider--main .slider__nav-item::before {
    background-color: #fff
}

.slider--main .slider__nav-item b {
    /*border-top: 3px solid #fff*/
}

.slider--subheader {
    padding-bottom: 135px
}

.slider--subheader .slider__nav-item {
    color: #ff3d3d;
    padding-top: 20px;
}

.slider--subheader .slider__nav-item::after,.slider--subheader .slider__nav-item::before {
    background-color: #ff3d3d
}

.slider--subheader .slider__nav-item b {
    /* border-top: 3px solid #ff3d3d */
}

.slider--subheader .slider__title {
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 700;
    color: #ff3d3d
}

@media only screen and (min-width: 768px) {
    .slider--subheader .slider__title {
        margin-bottom:30px;
        font-size: 45px
    }
}

.slider--subheader .slider__list {
    margin-top: 25px;
    margin-bottom: 75px
}

@media only screen and (max-width: 768px) {
    .slider--subheader .slider__list {
        margin-top:10px;
        margin-bottom: 40px
    }
}

.top-slider {
    background-color: transparent
}

.breadcrumbs {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff
}

.breadcrumbs [class^=s-] {
    display: inline-block;
    margin-right: 15px;
    margin-left: 5px;
    vertical-align: middle
}

@media only screen and (max-width: 768px) {
    .breadcrumbs {
        border-bottom:1px solid #090e25;
        text-align: center
    }
}

.breadcrumbs__list {
    display: inline-block;
    margin: 0;
    padding-left: 0;
    list-style: none;
    font-size: 0;
    line-height: 25px;
    vertical-align: middle
}

@media only screen and (min-width: 768px) {
    .breadcrumbs__list {
        height:25px
    }
}

.breadcrumbs__item {
    display: inline-block;
    font-size: 16px;
    color: #090e25;
    vertical-align: middle
}

@media only screen and (max-width: 768px) {
    .breadcrumbs__item {
        font-size:14px
    }
}

.breadcrumbs__item a {
    color: inherit;
    text-decoration: none
}

.breadcrumbs__item a::after {
    display: inline-block;
    margin: 0 3px;
    content: '/'
}

.discount-block {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background-color: #ff3d3d;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .discount-block {
        padding-top:60px;
        padding-bottom: 60px
    }
}

.discount-block__text {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: -2px;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) {
    .discount-block__text {
        font-size:57px
    }
}

.discount-block__text span {
    font-size: 48px
}

@media only screen and (min-width: 768px) {
    .discount-block__text span {
        font-size:82px
    }
}

.discount-test__title {
    margin-bottom: 25px
}

.discount-test__question {
    display: block;
    margin: 0 auto 70px;
    font-size: 25px;
    color: #090e25;
    text-transform: uppercase
}

@media only screen and (max-width: 768px) {
    .discount-test__question {
        margin:0 auto 30px
    }
}

.discount-test__label {
    min-width: 220px;
    margin: 0 10px;
    font-size: 25px;
    text-align: left;
    text-transform: uppercase
}

@media only screen and (max-width: 768px) {
    .discount-test__label {
        display:block;
        margin: 0 0 20px
    }
}

.discount-test__form {
    text-align: center
}

@media only screen and (max-width: 768px) {
    .discount-test__form {
        text-align:left
    }
}

.discount-test__form fieldset {
    position: relative;
    margin-bottom: 50px;
    border: 0
}

@media only screen and (max-width: 768px) {
    .discount-test__form fieldset {
        margin-bottom:20px
    }
}

.discount-test__btns {
    text-align: center
}

.discount-test__btns .btn {
    margin: 10px
}

@media only screen and (max-width: 768px) {
    .discount-test__btns .btn--accent-lg {
        width:100px;
        height: 40px
    }
}

.features {
    padding-bottom: 30px
}

.features__title {
    margin-bottom: 90px
}

@media only screen and (max-width: 768px) {
    .features__title {
        margin-bottom:30px
    }
}

.features__list {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.features__item {
    margin: 0 10px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.features__item-title {
    height: 60px;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .features__item {
        margin:0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.features__icon {
    height: 115px
}

.features__icon [class^=s-] {
    margin: 0 auto
}

.how-we-work__item,.how-we-work__title,footer h3 {
    margin-bottom: 25px
}

.how-we-work__list {
    padding: 0;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.how-we-work__step {
    padding-left: 20px;
    font-size: 27px;  
}

.how-we-work__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.one-off-services__title {
    margin-bottom: 45px
}

.one-off-services__item,.one-off-services__item b {
    position: relative;
    -webkit-transition: .2s;
    transition: .2s
}

.one-off-services__item {
    bottom: 0;
    overflow: hidden;
    min-height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 17.5px
}

.one-off-services__item::after,.one-off-services__item::before {
    position: absolute;
    right: 10px;
    left: 10px;
    height: 1px;
    opacity: .4;
    background-color: #090e25;
    content: '';
    -webkit-transition: .2s;
    transition: .2s
}

.one-off-services__item::after {
    bottom: 0
}

.one-off-services__item::before {
    top: 0
}

.one-off-services__item b {
    left: 0;
    display: inline-block;
    padding-top: 20px;
    font-size: 21px;
    color: #090e25
}

.one-off-services__item hr {
    width: 100px;
    height: 3px;
    margin: 0;
    background-color: #090e25
}

.partners__list {
    margin-top: 40px;
    margin-bottom:0px
}

@media only screen and (min-width: 1200px) {
    .partners__list {
        margin-top:40px;
        margin-bottom:0px
    }
}

.partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners__link {
    display: block;
    text-align: center
}

.partners__link img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.works {
    overflow: hidden
}

.works__list {
    padding: 0;
    list-style: none
}

.works__item {
    position: relative;
    height: 220px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px
}

.works__item.showItem,.works__item::before {
    background-color: #fff
}

.works__item.showItem::before {
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: 0 0 40px 0 rgba(43,42,41,.25);
    box-shadow: 0 0 40px 0 rgba(43,42,41,.25)
}

.works__item.showItem .works__about {
    visibility: visible;
    opacity: 1
}

@media only screen and (max-width: 768px) {
    .works__item {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

@media only screen and (min-width: 1440px) {
    .works__item {
        padding:40px
    }
}

@media only screen and (min-width: 1200px) {
    .works__item {
        padding:20px
    }
}

.works__item::before {
    position: absolute;
    visibility: hidden;
    width: 200%;
    height: 200%;
    opacity: 0;
    content: ''
}

@media only screen and (min-width: 768px) {
    .works__item:hover {
        background-color:#fff
    }

    .works__item:hover::before {
        -webkit-box-shadow: 0 0 40px 0 rgba(43,42,41,.25);
        box-shadow: 0 0 40px 0 rgba(43,42,41,.25)
    }

    .works__item:hover .works__about,.works__item:hover::before {
        visibility: visible;
        opacity: 1
    }
}

.works__info {
    -webkit-box-shadow: 0 0 40px 0 rgba(43,42,41,.25);
    box-shadow: 0 0 40px 0 rgba(43,42,41,.25)
}

.works__about,.works__img,.works__info,.works__item::before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.works__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%
}

.works__img img {
    max-width: 100%;
    -ms-flex-item-align: center;
    align-self: center
}

.works__about {
    position: absolute;
    z-index: 999;
    visibility: hidden;
    height: 220px;
    opacity: 0;
    background-color: #fff
}

.works__about--side {
    top: 0;
    left: 100%;
    width: 100%;
    padding: 40px 40px 10px 10px
}

.works__about--bottom {
    top: 100%;
    right: 40px;
    left: 0;
    width: 200%;
    padding: 10px 40px 40px
}

.works b {
    font-size: 24px;
    font-weight: 600;
    color: #ff3d3d;
    text-transform: uppercase
}

.top-left .works__about--bottom,.top-left::before {
    top: -100%;
    left: -100%
}

.top-left .works__about--side {
    left: -100%
}

@media only screen and (min-width: 1441px) {
    .top-left .works__about--bottom {
        padding:40px 40px 10px
    }

    .top-left .works__about--side {
        padding: 10px 10px 40px 40px
    }
}

@media only screen and (max-width: 1440px) {
    .top-left .works__about--bottom,.top-left .works__about--side {
        padding:20px 20px 10px
    }
}

@media only screen and (max-width: 768px) {
    .top-left .works__about--bottom,.top-left .works__about--side {
        padding:10px
    }
}

.top-right .works__about--bottom,.top-right::before {
    top: -100%;
    left: 0
}

.top-right .works__about--side {
    left: 100%
}

@media only screen and (min-width: 1441px) {
    .top-right .works__about--bottom {
        padding:40px 40px 10px
    }

    .top-right .works__about--side {
        padding: 10px 40px 40px 10px
    }
}

@media only screen and (max-width: 1440px) {
    .top-right .works__about--bottom {
        padding:20px 20px 10px
    }

    .top-right .works__about--side {
        padding: 10px 20px 20px 10px
    }
}

@media only screen and (max-width: 768px) {
    .top-right .works__about--bottom,.top-right .works__about--side {
        padding:10px
    }
}

.bottom-right::before {
    top: 0;
    left: 0
}

.bottom-right .works__about--bottom {
    bottom: 100%;
    left: 0
}

.bottom-right .works__about--side {
    left: 100%
}

@media only screen and (min-width: 1441px) {
    .bottom-right .works__about--bottom {
        padding:10px 40px 40px
    }

    .bottom-right .works__about--side {
        padding: 40px 40px 10px 10px
    }
}

@media only screen and (max-width: 1440px) {
    .bottom-right .works__about--bottom {
        padding:10px 20px 20px
    }

    .bottom-right .works__about--side {
        padding: 20px 20px 10px 10px
    }
}

@media only screen and (max-width: 768px) {
    .bottom-right .works__about--bottom,.bottom-right .works__about--side {
        padding:10px
    }
}

.bottom-left::before {
    top: 0;
    left: -100%
}

.bottom-left .works__about--bottom {
    top: 100%;
    left: -100%
}

.bottom-left .works__about--side {
    left: -100%
}

@media only screen and (min-width: 1441px) {
    .bottom-left .works__about--bottom {
        padding:10px 40px 40px
    }

    .bottom-left .works__about--side {
        padding: 40px 10px 10px 40px
    }
}

@media only screen and (max-width: 1440px) {
    .bottom-left .works__about--bottom {
        padding:10px 20px 20px
    }

    .bottom-left .works__about--side {
        padding: 20px 10px 10px 20px
    }
}

@media only screen and (max-width: 768px) {
    .bottom-left .works__about--bottom,.bottom-left .works__about--side {
        padding:10px
    }
}

footer {
    padding-top: 40px
}

@media only screen and (min-width: 768px) {
    footer {
        padding-bottom:20px
    }
}

footer .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid #19234f;
    border-bottom: 1px solid #19234f;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1200px) {
    footer .contacts__item:not(:last-child) {
        margin-right:5px
    }

    footer .contacts__item a {
        font-size: 14px
    }

    footer .contacts__item a i {
        margin-left: 5px
    }

    footer .contacts__item--adress i {
        width: 12px;
        height: 15px;
        background-image: url(../img/sprite.png);
        background-position: -569px -287px
    }
}

@media only screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:1200px) and (min-resolution:192dpi) {
    footer .contacts__item--adress i {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

@media only screen and (max-width: 1200px) {
    footer .contacts__item--phone i {
        width:10px;
        height: 15px;
        background-image: url(../img/sprite.png);
        background-position: -534px -322px
    }
}

@media only screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:1200px) and (min-resolution:192dpi) {
    footer .contacts__item--phone i {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

@media only screen and (max-width: 1200px) {
    footer .contacts__item--email i {
        width:15px;
        height: 15px;
        background-image: url(../img/sprite.png);
        background-position: -534px -287px
    }
}

@media only screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:1200px) and (min-resolution:192dpi) {
    footer .contacts__item--email i {
        background-image:url(../img/sprite@2x.png);
        background-size: 610px 593px
    }
}

@media only screen and (max-width: 575px) {
    footer .contacts {
        flex-direction:column;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column
    }

    footer .contacts__item:not(:last-child) {
        margin-right: 0
    }
}

@media only screen and (max-width: 1200px) {
    footer h3 {
        height:2em;
        font-size: 21px
    }
}

@media only screen and (max-width: 768px) {
    footer h3 {
        height:auto;
        margin-bottom: 15px
    }
}

.footer-nav {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.footer-nav__list {
    margin-bottom: 15px;
    padding: 0;
    list-style: none
}

.footer-nav__list-item {
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase
}

.footer-info a:focus,.footer-info a:hover,.footer-nav__list-item a:focus,.footer-nav__list-item a:hover {
    /* color: #fdfdff; */
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .footer-nav__list-item {
        padding-top:3px;
        padding-bottom: 3px
    }
}

.footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 768px) {
    .footer-info {
        flex-direction:column;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column
    }
}

.footer-info__item {
    display: inline-block;
    font-size: 14.5px;
    font-weight: 100
}

@media only screen and (max-width: 768px) {
    .footer-info__item {
        display:block
    }
.service-text {
    font-size: 14px !important;
    margin-bottom: 15px !important;
}    
#we .white-num {
    font-size: 16px !important;
        padding-bottom: 25px;
}
.slider--main .slider__title {
    font-size: 33px !important;
}
.slider__text p {
    font-size:16px !important;
}
.slider__text p strong { font-size:16px !important;}
.slider__nav-item b {
    font-size: 14px !important;
}
#we .red-num {
    font-size: 58px !important;}
.usl-button {
    font-size: 13px !important;}  
   .one-off-services__item b {
    font-size: 13px !important;} 
    .usl {
    padding: 0 10px !important;
}
.how-we-work__step {
    font-size: 19px !important;
}
.how-we-work__item-title {
    font-size: 13px !important;
}
}

.footer-info__item--confidence,.footer-info__item--requisits {
    text-decoration: underline
}

@media only screen and (max-width: 768px) {
    .map {
        margin:0;
        padding: 0
    }

    .map__title {
        margin-top: 20px;
        margin-left: 10px
    }
}

#map {
    max-width: 100%;
    height: 300px;
    max-height: 370px
}

@media only screen and (min-width: 768px) {
    #map {
        height:100%
    }
}
.service-top {
    text-align: center;
    margin: 50px;
    color: #090e25;
}
.usl {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 40px;
}
  .center {
    text-align: center;
}
.service-name {
    font-size: 28px;
    color: #090e25;
    font-weight: 600;
}
.usl-button {
font-size: 20px;
text-transform: uppercase;
color: #ff3d3d;
text-decoration: none;
border: 1px solid;
padding: 10px 40px;
font-weight: 300;
}
.usl-button:hover {
 color: #ff0000;
border: 2px solid;
}
.line-r {
float: right;
margin-top: 10px;
}
.line-l {
float: left;
margin-top: 10px;    
}

#we {
        background-color: #090e25;
        margin-bottom: 60px;
      }
#we h2 {
    text-align: center;
    color: white;
    margin: 50px;
    
}
#we .red-num {
    font-size: 64px;
font-weight: bold;
color: #FF3D3D;
margin: 0;
}
#we .we-block{
    padding-left: 10%;
}
@media only screen and (max-width: 768px) {
#we .we-block {
    text-align: center;
    padding-left: 0%;
}
}
#we .white-num {
    color: white;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.content-info {
    padding-top: 100px;
}
.content-text {
    font-size: 16px;
}
.clients-works {
	margin-top: 10px;
}
        .service-text {
            margin-bottom: 30px;font-size: 18px;height: 145px;
        }
@media screen and (min-width: 1367px) {
  .service-text {
            margin-bottom: 30px;
            font-size: 15px;
            height: 145px;
        }
        .service-name {
    font-size: 23px;
    color: #090e25;
    font-weight: 600;
}
.how-we-work__step {
    padding-left: 20px;
    font-size: 23px;
}
        }

@media only screen and (min-width: 800px) and (max-width: 1366px) {
.usl-button {
    font-size: 14px; }
    .service-text {
    margin-bottom: 28px;
    font-size: 18px;
    height: 272px;
}
.service-name {
    font-size: 28px;
    color: #090e25;
    font-weight: 600;
    height: 55px;
}
}


