
.view-container {
  position: relative;
}

.view-frame.ng-animate {
    transition:0.2s ease all;
}
.view-frame.ng-enter {
    opacity:0;

}

.view-frame.ng-enter-stagger {
    /* this will have a 100ms delay between each successive leave animation */
    transition-delay: 0.1s;

    /* in case the stagger doesn't work then the duration value
     must be set to 0 to avoid an accidental CSS inheritance */
    transition-duration: 0s;
}

.view-frame.ng-enter.ng-enter-active {
    transition-delay:0.2s;
    opacity:1;
    z-index:10;
}
.view-frame.ng-leave {
    opacity:1;

}
.view-frame.ng-leave.ng-leave-active {
    opacity:0;
    z-index:9;
}

.view-frame.ng-enter-stagger {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;

    /* Эта часть нужна, чтобы анимация проходила без проблем */
    -webkit-transition-duration:0s;
    transition-duration:0s;
}

.view-frame.ng-leave-stagger {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;

    /* Эта часть нужна, чтобы анимация проходила без проблем */
    -webkit-transition-duration:0s;
    transition-duration:0s;
}


#first_video_slide {
    position: fixed;
    z-index: 1;
}

.full-screen-form {
    z-index: 9999;
    position: absolute;
    top:0;
    left: 0;
}

.thanks {
    z-index: 99999;
}


.full-screen-form form {
    z-index: 3;
}

.logo {
    #width:79px;
    #height:74px;
}
#main-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:2 ;
}

svg text {
    text-anchor: middle;
    font-family: 'Roboto', sans-serif;
    font-size: 35em;
    letter-spacing: -0.03em;
    height: 100%;
}

svg mask rect {
    fill: rgba(255, 255, 255, 1);
}

svg > rect {
    fill: white;
    -webkit-mask: url(#mask);
    mask: url(#mask);
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 0.5em;
        font-weight: 400;
    }
}

    .controls.main-page .god-like-but {
        transform: scale(0);
    }

    .controls .video-control {
        transform: scale(0);
    }

    #main .content h1 {
        opacity: 0;
    }

#main .content .but {
    transform: scaleX(0);
}

.controls.main-page .to-top {
    display: none;
}

.menu a.with-bubbles.active .bubbles {
    display: none;
}

.hidden {
    display: none;
}

.menu .menu-content  a.orange {
    padding-bottom: 14px;
}

.menu .menu-content  .social {
    margin-top: 0;
}

@media (min-width: 1280px) {

    .menu:not(.main-page)  .social:hover a:nth-child(2) {
        left: 50px;
    }
    .menu:not(.main-page)  .social:hover a:nth-child(3) {
        left: 100px;
    }
    .menu:not(.main-page)  .social:hover a:nth-child(4) {
        left: 150px;
    }
}
/*
.controls:not(.main-page) .god-like-but {
    display: none;
}*/
.controls:not(.main-page) .share {
    display: none;
}

.controls:not(.main-page) .copyright {
    display: none;
}

input.ng-valid.ng-touched,
textarea.ng-valid.ng-touched {
    border-color: #a7c835;
    color: #96b52d;
}
/* line 170, ../sass/screen.scss */
input.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched {
    border-color: #faa125;
    color: #f49c21;
}


/* line 1923, ../sass/screen.scss */
.play-but-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
/* line 1931, ../sass/screen.scss */
.play-but-container .play-but {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}
/* line 1938, ../sass/screen.scss */
.play-but-container .play-but .play-but-circle {
    position: relative;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #a7c835 url("../img/play-small.svg") no-repeat;
    background-position: 18px 18px;
}
/* line 1949, ../sass/screen.scss */
.play-but-container .bubbles .bubble {
    display: none;
    position: absolute;
    z-index: 1;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    background-color: #a7c835;
    border-radius: 100%;
}
/* line 1957, ../sass/screen.scss */
.play-but-container .bubbles .bubble:nth-child(1) {
    width: 20px;
    height: 20px;
    top: 25px;
    left: 0;
}
/* line 1964, ../sass/screen.scss */
.play-but-container .bubbles .bubble:nth-child(2) {
    width: 24px;
    height: 24px;
    left: 29px;
    top: 2px;
}
/* line 1971, ../sass/screen.scss */
.play-but-container .bubbles .bubble:nth-child(3) {
    width: 18px;
    height: 18px;
    left: 45px;
    top: 19px;
}
/* line 1978, ../sass/screen.scss */
.play-but-container .bubbles .bubble:nth-child(4) {
    width: 24px;
    height: 24px;
    left: 18px;
    top: 1px;
}
@media (min-width: 556px) {
    /* line 1988, ../sass/screen.scss */
    .play-but-container .play-but {
        width: 76px;
        height: 76px;
        top: calc(50% - 38px);
        left: calc(50% - 38px);
    }
    /* line 1994, ../sass/screen.scss */
    .play-but-container .play-but .play-but-circle {
        width: 76px;
        height: 76px;
        background-image: url("../img/play.svg");
        background-position: 29px 26px;
    }
    /* line 2002, ../sass/screen.scss */
    .play-but-container .bubbles .bubble {
        display: block;
    }
    /* line 2006, ../sass/screen.scss */
    .play-but-container .play-but:hover {
        cursor: pointer;
    }
    /* line 2009, ../sass/screen.scss */
    .play-but-container .play-but:hover .play-but {
        background-color: #a7c835;
    }
    /* line 2014, ../sass/screen.scss */
    .play-but-container .play-but:hover .bubbles .bubble:nth-child(1) {
        animation: videoButBubble1 1000ms 0 infinite normal ease-in-out both;
    }
    /* line 2018, ../sass/screen.scss */
    .play-but-container .play-but:hover .bubbles .bubble:nth-child(2) {
        animation: videoButBubble2 1000ms 300ms infinite normal ease-in-out both;
    }
    /* line 2022, ../sass/screen.scss */
    .play-but-container .play-but:hover .bubbles .bubble:nth-child(3) {
        animation: videoButBubble3 1000ms 600ms infinite normal ease-in-out both;
    }
    /* line 2026, ../sass/screen.scss */
    .play-but-container .play-but:hover .bubbles .bubble:nth-child(4) {
        animation: videoButBubble4 1000ms 900ms infinite normal ease-in-out both;
    }
    /* line 2033, ../sass/screen.scss */
    .play-but-container .play-but:active .bubbles .bubble,
    .play-but-container .play-but:active .play-but {
        background-color: #9bbb2d;
    }
}

.menu .menu-content ul.main-menu .social.no-transition a.a-social {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

.menu .menu-content ul.main-menu .social a:nth-child(2) {
    z-index: 4;
}
/* line 1664, ../sass/screen.scss */
.menu .menu-content ul.main-menu .social a:nth-child(3) {
    z-index: 3;
}
/* line 1670, ../sass/screen.scss */
.menu .menu-content ul.main-menu .social a:nth-child(4) {
    z-index: 2;
}
/* line 1676, ../sass/screen.scss */
.menu .menu-content ul.main-menu .social a:nth-child(5) {
    z-index: 1;
}

.menu.main-page .main-menu_item .sub-menu {
    display: none !important;
}

.menu .menu-content ul.main-menu ul.sub-menu li.active a {
    color: #171717;
}

.add-review-layout {
    position: fixed;
}


/* line 762, ../sass/screen.scss */
 .to-add-review {
    position: fixed;
    z-index: 211;
    top: auto;
    bottom: 16px;
    left: auto;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #a7c835;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
/* line 775, ../sass/screen.scss */
 .to-add-review div {
    width: 20px;
    height: 1px;
    background: #ffffff;
    border: 1px solid white;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: calc(50% - 11px);
    border-radius: 1px;
    top: calc(50% - 1px);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
}
/* line 789, ../sass/screen.scss */
 .to-add-review div:first-child {
    transform: rotate(90deg);
}
/* line 795, ../sass/screen.scss */
 .to-add-review:hover div {
    width: 24px;
    left: calc(50% - 13px);
}
/* line 801, ../sass/screen.scss */
 .to-add-review:active {
    background-color: #9bbb2d;
}
/* line 803, ../sass/screen.scss */
 .to-add-review:active div {
    width: 18px;
    left: calc(50% - 10px);
}
@media (min-width: 768px) {
    /* line 762, ../sass/screen.scss */
     .to-add-review {
        width: 70px;
        height: 70px;
        bottom: 33px;
        right: 30px;
    }
    /* line 814, ../sass/screen.scss */
     .to-add-review div {
        width: 26px;
        left: calc(50% - 14px);
    }
    /* line 819, ../sass/screen.scss */
     .to-add-review:hover div {
        width: 30px;
        left: calc(50% - 16px);
    }
    /* line 825, ../sass/screen.scss */
     .to-add-review:active div {
        width: 24px;
        left: calc(50% - 13px);
    }
}

.error-404-page .error-404-page-container .img {
    background: url("../img/404.gif") no-repeat center;
}
@media (min-width: 768px) {
    /* line 4202, ../sass/screen.scss */
    .error-404-page .error-404-page-container .img {
        background-image: url("../img/404.gif");
    }
}

.controls .logo {
    bottom: 10px;
    left: 10px;
}

@media (min-width: 768px) {
    .controls.main-page .logo {
        top: 20px;
    }
}

@media (min-width: 768px) {
    .controls .logo {
        bottom: 30px;
        left: 20px;
    }
}

.logo .for-sprite {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: left 0;
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    background-image: url("../img/logo-sprite-m.png");
}


@media (min-width: 768px) {
    /* line 386, ../sass/screen.scss */
    .controls .logo .for-sprite {
        width: 75px;
        height: 75px;
        background-image: url("../img/logo-sprite.png");
    }
}
.add-review-layout .add-review-container .add-review-thanks-container .add-review-thanks {
    background: url("../img/thanks.gif") no-repeat center;
}

.descr a {
    color: #96b52d;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
}

.descr a:hover {
    color: #7b9426;
}
/* line 3725, ../sass/screen.scss */
.descr a:active {
    color: #667922;
}


.error-404-page .error-404-page-container .img {
    background: url("../img/404.gif") no-repeat center;
    width: 260px;
    height: 280px;
}
@media (min-width: 768px) {
    /* line 4202, ../sass/screen.scss */
    .error-404-page .error-404-page-container .img {
        background-image: url("../img/404.gif");
        width: 260px;
        height: 280px;
    }
}

