*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

footer, article, aside, nav, section {
    display: block;
}

html {
    width: 100%;
}

body {
    font-size: 14px;
    line-height: 1.7;
    font-family: Montserrat, sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #000;
    background: #fff;
    font-weight: 400;
    width: 100%;
}


.d-large {
    display: none !important;
}

.clearfix {
    clear: both;
}

.container {

    margin: 0 auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1260px;
}

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

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 25px;
}

.img-responsive {
    max-width: 100%;
}

.d-center {
    display: block;
    margin: 0 auto 40px;
}

.wrapper {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

svg {
    display: inline-block;
    vertical-align: text-bottom;
}

svg path {
    /*stroke:inherit;*/
    /*stroke-width:inherit;*/
    /*fill:inherit;*/
}
section
{
    position: relative;
}
.b-header
{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    padding-top: 38px;
    z-index: 50;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.fix
{
    padding: 5px 0;
    background: #FAFAFA;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.b-logo
{
    float: left;
    margin-top: 6px;
}
.b-cart
{
    float: right;
    width: 45px;
    background: #292929;
    border-radius: 50%;
    text-align: center;
    padding: 11px 0;
}
.b-menu
{
    margin-top: 15px;
    float: right;
    margin-right: 8%;
}
.b-menu a
{
    display: inline-block;
    margin: 0 20px;
}
.b-menu a:hover
{
    text-shadow: 0 0 0.5px #000;
}
.s-top
{
    background: url("../img/top_bg_m.jpg") no-repeat center / auto 100%;
    padding: 135px 0 90px;
}
.top-girl
{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-56%);
    -ms-transform: translateX(-56%);
    transform: translateX(-56%);
    font-size: 0;
}

.girl-before
{
    -webkit-animation: animateGirl2 ease-in-out 5s infinite;
    animation: animateGirl2 ease-in-out 5s infinite;
}
.girl-after
{
    -webkit-animation: animateGirl ease-in-out 5s infinite;
    animation: animateGirl ease-in-out 5s infinite;
    position: absolute;
    bottom: 0;
    left: 0;
}
.b-prod
{
    position: relative;
    left: 50%;
    top: 71px;
}
.prod-top
{
    max-width: 175px;
}

.b-comment
{
    position: absolute;
    background: rgba(255, 255, 255, 0.19);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 7px;
    line-height: 1.3;
    display: none;
    white-space: nowrap;
    font-size: 10px;
}
.comm-1 {
    top: 24px;
    left: 44px;
    width: 135px;
}
.comm-2
{
    width: 270px;
    top: 77%;
    left: 33px;
}
.b-comment:after
{
    content: url("../img/heart.svg");
    position: absolute;
    right: 15px;
    top: 7px;
}
.b-comment img
{
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    width: 26px;
}
.b-left
{
    /*margin-bottom: 130px;*/

    max-width: 300px;
    margin: 100px auto 0 ;
}
.main-title
{
    font-size: 40px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 30px;
}
.b-subtitle
{
    font-size: 18px;
    margin-bottom: 30px;
}
.prod-title
{
    color: #ffcb78;
    font-style: italic;
}

.white {
	/* color:#fff !important; */
	
}

.btn
{
    color: #fff !important;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 700;
    display: block;
    background: #292929;
    border-radius: 50px;
    padding: 12px 40px;
    width: 300px;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    border: none;
  cursor: pointer;
}
.btn:hover
{
    background: #ffcb78;
}
.btn span
{
    display: inline-block;

}
.btn span:after
{
    content: url("../img/arrow.svg");
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.btn:hover span:after
{
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.s-info
{
    padding: 100px 0 70px;
}
.b-spot
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}
.b-spot img
{
    position: absolute;
}
.img-spot
{
    right: 50%;
    margin-right: -381px;
    top: -204px;
    -webkit-animation: 8s myOrbit linear infinite;
    animation: 8s myOrbit linear infinite;
}
.b-title
{
    font-weight: 700;
    font-size: 30px;
    font-family: "Playfair Display", serif;
    line-height: 1.25;
    margin-bottom: 30px;
}
.b-title-m
{
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
}
.b-info
{
    max-width: 300px;
    margin: 0 auto;
}
.b-info img
{
    margin-bottom: 25px;
}
.s-pluses
{
    padding: 90px 0;
    background: url("../img/pluses_bg_m.jpg") no-repeat center /  cover;
}
.s-pluses .b-title .prod-title
{
    font-size: 50px;
}
.b-pluses
{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    counter-reset: list;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
}
.b-title .prod-title
{
    font-size: 40px;
}
.b-pluses li
{
    max-width: 150px;
    margin: 0 0 45px;
}
.b-pluses li:before
{
    content: counter(list);
    counter-increment: list;
    color: #fff;
    font-size: 22px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    background: #ffcb78;
    width: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 1.1;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.s-about
{
    padding: 100px 0 30px;
}
.img-spot2
{
    right: 50%;
    margin-right: -210px;
    top: -309px;
    -webkit-animation: 10s myOrbit linear infinite;
    animation: 10s myOrbit linear infinite;
}
.avid
{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.b-white
{
    background: #fff;
    padding: 35px 20px 25px;
    max-width: 423px;
    margin: -80px auto 40px;
    position: relative;
}
.b-action
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 30px;
}
.b-action>div:first-child
{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 45px;
    background: #ffcb78;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    padding: 11px 0;
}
.b-action .b-title-m
{
    margin-bottom: 5px;
}
.s-composition
{
    padding: 30px 0 100px;
}
.img-spot3
{
    left: 50%;
    top: -249px;
    margin-left: -276px;
    -webkit-animation: 10s myOrbit ease infinite;
    animation: 10s myOrbit ease infinite;
}
.comp-img
{
    overflow: hidden;
    width: 100%;
    height: 290px;
}
.comp-img img
{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    width: 100%;
    height: 290px;
}
.b-components
{
    max-width: 300px;
    margin: -80px auto 70px !important;
}
.b-component
{
    background: #fff;
    padding: 25px 20px 0;
    margin-bottom: 65px;
}
.b-component img
{
    display: inline-block;
    margin: -10px 0 -20%;
}
.b-component .b-title-m
{
    margin-bottom: 10px;
}
.s-specialist
{
    padding: 90px 0 60px;
    background: url("../img/spec_bg_m.jpg") no-repeat center / cover;
}
.spec-photo
{
    max-width: 338px;
    margin: 0 auto 35px;
}
.spec-photo img
{
    margin-bottom: -90px;
    display: block;
}
.spec-info
{
    background: #fff;
    padding: 30px 40px 20px;
    display: inline-block;
    margin: 0 70px 0 0;
}
blockquote
{
    font-size: 18px;
    position: relative;
    padding-left: 45px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    margin-bottom: 20px;
}
blockquote:before
{
    content: "“";
    font-weight: bold;
    font-size: 100px;
    line-height: 24px;
    color: #ffcb78;
    position: absolute;
    left: -10px;
    top: 31px;
}
.spec-text
{
    max-width: 500px;
    margin: 0 auto;
}
.s-results
{
    padding: 100px 0;
}
.img-spot4
{
    right: 50%;
    top: -162px;
    margin-right: -205px;
    -webkit-animation: 9s myOrbit ease-in-out infinite;
    animation: 9s myOrbit ease-in-out infinite;
}
.s-results .b-title
{
    font-size: 35px;
}
.s-results .b-title .prod-title
{
    font-size: 45px;
}
.result-left
{
    max-width: 424px;
    margin: 0 auto;
}
.result-left .b-white
{
    padding: 24px 20px 35px;
}
.b-results
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 450px;
    margin: 0 auto;

}
.b-result
{
    max-width: 173px;
    margin-bottom: 50px;
    width: 49%;
}
.b-percent
{
    font-size: 32px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
}
.s-reviews
{
    padding: 95px 0 90px;
    background: url("../img/reviews_bg_m.jpg") no-repeat center / cover;
}
.b-reviews
{
    width: 100%;
    max-width: 312px;
    margin: 0 auto;
}
.b-review
{
    background: #fff;
    margin-bottom: 40px;
}
.rev-top
{
    padding: 14px 15px;
    font-weight: 500;
    font-size: 13px;
    position: relative;
}
.rev-top span
{
    color: #294C82;
}
.rev-top img
{
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
}
.rev-top:after
{
    content: url("../img/dots.png");
    position: absolute;
    right: 22px;
    top: 24px;
}
.rev-text
{
    padding: 20px;
}
.rev-text img
{
    margin-bottom: 5px;
}
.rev-text div b
{
    margin: 10px 0 12px;
    display: inline-block;
    font-size: 13px;
}
.rev-text b
{
    font-weight: 500;
    margin-right: 5px;
}
.b-tag
{
    color: #4C6AB8;
}
.s-steps
{
    padding: 100px 0 70px;
}
.img-spot5
{
    right: 50%;
    margin-right: -189px;
    top: -385px;
    -webkit-animation: 10s myOrbit ease-in infinite;
    animation: 10s myOrbit ease-in infinite;
}
.s-steps .b-title, .s-steps p
{
    text-align: center;
}
.b-steps
{
    max-width: 300px;
    margin: 0 auto;
}
.b-step
{
    margin-bottom: 20px;
}
.b-step img
{
    margin-bottom: 20px;
}
.s-how
{
    padding: 60px 0 90px;
}
.img-spot6
{
    left: 50%;
    top: -153px;
    margin-left: -444px;
    -webkit-animation: 8s myOrbit ease-out infinite;
    animation: 8s myOrbit ease-out infinite;
}
.b-how
{
    max-width: 300px;
    margin: 50px auto 0;
}
.how-item
{
    background: #fff;
    padding: 45px 20px 40px;
    margin-bottom: 20px;
}
.s-bottom
{
    padding: 65px 0 85px;
    background: url("../img/bottom_bg_m.jpg") no-repeat center /cover;
}
.prod-bottom
{
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}
.prod-bott
{
    max-width: 220px;
    display: block;
    margin: 0 auto;
}
.prod-bottom .b-comment
{
    display: block;
}
.b-title-b
{
    font-size: 40px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.25;
    max-width: 300px;
    margin: 30px auto 60px;
}
.b-form
{
    max-width: 300px;
    margin: 0 auto;
}
.b-form .b-title-m
{
    font-size: 22px;
}
.input-field
{
    border: 1px solid #BFBFBF;
    border-radius: 50px;
    background-color: transparent;
    font-weight: 300;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-family: inherit;
    font-size: inherit;
    padding: 15px 25px;
    outline: none;
}
select {
    background-image: url(../img/select.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
select::-ms-expand {
    display: none;
}
.input-field:focus
{
    color: #ffcb78;
    border-color: #ffcb78;
}
.b-prices
{
    text-align: center;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
}
.b-prices>div
{
    display: inline-block;
    margin: 0 10px;
}
.old-price
{
    font-size: 20px;
    text-decoration: line-through;
}
.new-price
{
    color: #ffcb78;
    font-size: 30px;
}
.b-form .btn
{
    display: block;
    width: 100%;
}
.b-note
{
    color: #767676;
    font-style: italic;
    margin-top: 15px;
}
.item-gift
{
  display: none;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
    body
    {
        background: #FAFAFA;
    }
    .d-large
    {
        display: block !important;
    }
    .d-mobile
    {
        display: none !important;
    }
    .s-top
    {
        background-image: url("../img/top_bg.jpg");
        padding: 170px 0 0;
    }
    .s-top .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .b-left
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        max-width: 37%;
        margin: 0 0 30px;
    }
    .main-title
    {
        font-size: 40px;
    }
    .b-subtitle
    {
        margin-bottom: 40px;
    }
    .btn
    {
        display: inline-block;
        margin: 0;
        width: auto;
    }
    .top-girl
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        bottom: 0;
        position: relative;
        left: auto;
        -webkit-transform:translateX(-16%);
        -ms-transform:translateX(-16%);
        transform:translateX(-16%);
        width: 35%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .top-girl img
    {
        max-width: 100%;
    }

    .b-prod
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        left: auto;
        right: 11%;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        bottom: 20px;
        top: auto;
    }
    .prod-top
    {
        max-width: 265px;

    }
    .b-comment
    {
        display: block;
        font-size: 14px;
        padding: 10px;
        height: 55px;
    }
    .b-comment img
    {
        width: 36px;
    }
    .comm-1
    {
        top: 17px;
        left: -33px;
        width: 188px;
    }
    .comm-2
    {
        bottom: 17%;
        right: -112px;
        width: 375px;

    }
    .s-info
    {
        padding: 200px 0 165px;
    }
    .s-info .container
    {
        max-width: 1030px;
    }
    .b-title
    {
        font-size: 35px;
    }
    .s-info .b-title, .s-info .b-subtitle
    {
        margin-left: 36.5%;
    }
    .b-info
    {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .b-info>div
    {
        width: 26.5%;
    }
    .b-info>div:first-child
    {
        margin-top: -92px;
    }
    .b-info>div:last-child
    {
        margin-top: 92px;
    }
    .b-info>div:nth-child(odd) img
    {
        margin-bottom: 10px;
    }
    .s-pluses
    {
        background-image: url("../img/pluses_bg.jpg");
        padding: 100px 0 40px;
    }
    .s-pluses .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1050px;
    }
    .plus-left
    {
        width: 37%;
        margin-right: 8%;
    }
    .b-pluses
    {
        width: 56%;
        max-width: none;
        margin: 30px 0 0;
    }
    .s-pluses .b-title
    {
        margin-bottom: 20px;
    }
    .s-pluses .b-title .prod-title
    {
        font-size: 55px;
    }
    .s-pluses .b-subtitle
    {
        margin-bottom: 65px;
    }
    .b-pluses li
    {
        margin: 0 2% 80px 0;
    }
    .s-about
    {
        padding: 200px 0 165px;
    }
    .img-spot2
    {
        margin-right: -370px;
        top: -218px;
    }
    .s-about .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1050px;
    }
    .b-title .prod-title
    {
        font-size: 45px;
    }
    .about-left
    {
        width: 52%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 5%;
    }
    .avid
    {
        display: inline-block;
        margin: 0;
        max-width: none;
    }

    .about-left .b-white
    {
        margin: -292px 0 0 36%;
        padding: 25px 29px;
        position: relative;
    }
    .s-composition
    {
        padding:70px 0 200px;
    }
    .img-spot3
    {
        margin-left: 10px;
    }
    .b-components
    {
        max-width: 880px;
        margin-bottom: 35px !important;
    }
    .b-component
    {
        max-width: 310px;
        margin-left: 1px;
        margin-right: 1px;
    }
    .b-component img
    {
        margin-bottom: -50px;
    }
    .s-specialist
    {
        background-image: url("../img/spec_bg.jpg");
        padding: 100px 0 95px;
    }
    .s-specialist .container
    {
        max-width: 1050px;
    }
    .spec-photo
    {
        width: 40%;
        float: right;
        margin-left: 16%;
    }
    .spec-info
    {
        margin: 0 161px 0 -82px;
    }
    .spec-text
    {
        max-width: none;
        margin: 0;
    }
    .s-results
    {
        padding: 200px 0 100px;
    }
    .img-spot4
    {
        top: -75px;
        margin-right: -235px;
    }
    .s-results .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1130px;
    }
    .result-left
    {
        max-width: none;
        width: 50%;
    }
    .result-left .b-white
    {
        margin: -372px 20px 0 188px;
        padding: 24px 30px 35px;
    }
    .b-results
    {
        margin-bottom: 20px;
    }

    .s-reviews
    {
        padding: 100px 0;
        background-image: url("../img/reviews_bg.jpg") ;
    }

    .b-reviews
    {
        max-width: 1050px;
        margin-top: 55px;
    }
    .b-review
    {
        max-width: 312px;
    }
    .s-steps
    {
        padding: 100px 0 130px;
    }
    .s-steps .container
    {
        max-width: 1070px;
    }
    .img-spot5
    {
        right: auto;
        left: 50%;
        margin-right: 0;
        margin-left: 313px;
        top: 86px;
    }
    .s-steps .b-title, .s-steps p
    {
        text-align: left;
        margin-left: 36%;
    }
    .b-steps
    {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 80px;
    }
    .b-step
    {
        width: 28%;
    }
    .b-step img
    {
        margin-bottom: 10px;
    }
    .b-step:first-child
    {
        margin-top: -90px;
    }
    .b-step:last-child
    {
        margin-top: 90px;
    }
    .s-how
    {
        padding: 50px 0 180px;
    }
    .img-spot6
    {
        top: -212px;
        margin-left: -490px;
    }
    .b-how
    {
        max-width: 1050px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .how-item
    {

        width: 24%;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .how-item:hover
    {
        color: #fff;
        background: #ffcb78;
    }
    .s-bottom
    {
        background-image: url("../img/bottom_bg.jpg");
        padding: 130px 0 110px;
    }
    .s-bottom .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1080px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .b-title-b
    {
        font-size: 45px;
        max-width: none;
        width: 41%;
        margin-top: 90px;
    }
    .b-title-b .prod-title
    {
        font-size: 70px;
    }
    .prod-bottom
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: none;
        margin: 0 3% 0 -2%;
    }
    .prod-bott
    {
        max-width: 250px;
    }
    .prod-bottom .comm-1
    {
        top: 71%;
        left: 35%;
    }
    .prod-bottom .comm-2
    {
        top: -7px;
        right: auto;
        left: -138px;
    }
    .b-form
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 290px;
        margin: 0;
    }
}
@media (min-width: 1260px) {
    .main-title
    {
        font-size: 50px;
    }
    .top-girl
    {
        max-width: none;
        -webkit-transform: translateX(-24%);
        -ms-transform: translateX(-24%);
        transform: translateX(-24%);
    }
    .top-girl img
    {
        max-width: none;
    }
    .b-left
    {
        margin-bottom: 130px;
    }
    .b-prod
    {
        bottom: 100px;
    }
    .b-components
    {
        max-width: 940px;
    }
    .prod-bottom
    {
        margin: 0 6% 0 -5%;
    }
}
@-webkit-keyframes animateGirl {
    0%
    {
        opacity: 0;
    }
    50%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@keyframes animateGirl {
    0%
    {
        opacity: 0;
    }
    50%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@-webkit-keyframes animateGirl2 {
    0%
    {
        opacity: 1;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}
@keyframes animateGirl2 {
    0%
    {
        opacity: 1;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}
@-webkit-keyframes myOrbit {
    from {
        -webkit-transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(30px) rotate(-360deg);
    }
}
@keyframes myOrbit {
    from {
        -webkit-transform: rotate(0deg) translateX(30px) rotate(0deg);
        transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(30px) rotate(-360deg);
        transform: rotate(360deg) translateX(30px) rotate(-360deg);
    }
}