html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 16px;
    overflow-x: hidden
}

a {
    color: #fdcc52;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #fcbd20;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

section {
    padding: 100px 0;
}

section h2 {
    font-size: 50px;
}

#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: white;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

#mainNav .navbar-brand {
    color: #ffffff;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 0.8em;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
    color: white;
}

.logo {
    display: block;
    float: left;
    height: 40px;
    margin-top: -2px;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222222;
}

#mainNav .navbar-nav > li > a {
    font-size: 11px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
    color: #fdcc52 !important;
    background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
    background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        color: fade(white, 70%);
    }
    #mainNav .navbar-brand:hover,
    #mainNav .navbar-brand:focus {
        color: white;
    }
    #mainNav .navbar-nav > li > a,
    #mainNav .navbar-nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
        color: white;
    }
    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: white;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #222222;
    }
    #mainNav.navbar-shrink .navbar-brand:hover,
    #mainNav.navbar-shrink .navbar-brand:focus {
        color: #fdcc52;
    }
    #mainNav.navbar-shrink .navbar-nav > li > a,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus {
        color: #222222;
    }
    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
        color: #fdcc52;
    }
}

header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: white;
/*    background: url("../images/audit.png") #555555;*/ 
    /*
    background: url("../img/bg-pattern.png"), #555555;
    background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #fffbfb, #484848);
    background: url("../img/bg-pattern.png"), linear-gradient(to left, #fffbfb, #484848));
*/
    /*
  background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
*/
}

.connecting-dots {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background-color: #2e2d2d;*/
     background: url("../images/audit.png") #2e2d2d no-repeat;
    background-position: 100% 100%;
    background-size:100 100%;    
}
.h-100 {
    position: relative; 
}
.avtor-img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}
header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 100px;
    text-align: center;
    border-top: 2px solid #fff; 
    padding-top: 15px;
    position: relative;
    z-index: 100;
}

header.masthead .header-content h1 {
    font-size: 60px!important;
    color: #bf5fa2;
    margin: 45px 0;
}
.header-content h5 {
    font-size: 2em;
}
.header-content h3 {
    
    border-top: 2px solid #fff; 
    padding-top: 15px;
}

header.masthead .device-container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

header.masthead .device-container .screen img {
    border-radius: 3px;
}

.masthead .btn {
    font-weight: bold;
    background: #fdcc52;
    color: #050505!important;
    border-color: #fdcc52;
    font-size: 1.2em;
}

.masthead .btn:hover {
    background: none;
    color: #fff!important;
}

.masthead h5 span {
    color: #fdcc52;
    font-weight: bold;
}

.masthead .mb-5 {
    line-height: 1em;
    font-size: 2.5em!important;
    font-weight: bold;
    margin-bottom: 30px!important;
}

.masthead .mb-5 span {
    font-size: 0.5em;
}

.masthead h3 {
    font-size: 1.2em;
    margin-bottom: 50px;
}

.header-time {
    margin-bottom: 20px;
    border-left: 5px solid #fdcc52;
    padding-left: 20px;
}

.header-time .ti1 {
    font-size: 4.5em;
    font-weight: bold;
    line-height: 1em;
    color: #fdcc52;
}

.header-time .ti2 {
    font-size: 2.2em;
    font-weight: bold;
    color: #fdcc52;
}

.header-time .ti3 {
    font-weight: bold;
    font-size: 1.05em;
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 775px;
        padding-top: 0;
        padding-bottom: 0;
    }
    header.masthead .header-content {
        margin-bottom: 0;
        text-align: left;
    }
    header.masthead .header-content h1 {
        font-size: 50px;
    }
    header.masthead .device-container {
        max-width: 100%;
    }
}

section.download {
    position: relative;
    padding: 8em 0 2em;
    background: #fdcc52!important;
/*
    background-image: url("../images/fonwall.jpg")!important;
    -webkit-background-size: cover;
    background-size: cover;
*/
}
.man-v {
    width: 100%;
    margin-top: -50px;
}
section.download iframe {
    border: none;
    display: block;
    margin: 0 auto 50px;
    position: relative;
}
#video12 {
    position: relative;
}
.video-logo {
    z-index: 1000000;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 135px;
    height: 50px;
    width: 80%;
    background: #000;
}
 
.html5-video-player .ytp-watermark {
    display: none!important;
}
section.download .btn {
    background: white;
}

section.download h2 {
    font-size: 2.2em!important;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-top: 0;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 100px;
}
section.download h2 span {
    color: #bf5fa2;;
}

section.download p {
    font-size: 1.7em!important;
    max-width: 80%;
    margin: 50px auto 0;
    text-align: left;
    line-height: 1.2em;
}
section.download p span {
    color: #e2007a;
    border-bottom: 3px dotted #e2007a;
}

section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
    margin-bottom: 0;
}

section.download .badges .badge-link img {
    height: 60px;
}

@media (min-width: 768px) {
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    section.download h2 {
        font-size: 70px;
    }
}

section.features {
    text-align: center;
}
section.features .section-heading {
    margin-bottom: 100px;
}

section.features .section-heading h2 {
    margin-top: 0;
}
section.features .section-heading h2 span {
    color: #e2007a;
    border-bottom: 3px dotted #e2007a; 
    line-height: 1em!important;
    display: inline-block
}
#features p {
    text-align: center;
    margin: 50px auto;
    font-size: 2em;
    color: #e2007a;
}
.btn-outline-in {
    background: #fdcc52;
    display: inline-block;
    margin: 0 auto!important;
}
.btn-outline-in:hover {
    background: white!important;
}
section.features .section-heading p {
    margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
    max-width: 325px;
    margin: 0 auto;
}

section.features .device-container {
    margin-bottom: 100px;
}

@media (min-width: 992px) {
    section.features .device-container {
        margin-bottom: 0;
    }
}

section.features .feature-item {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

section.features .feature-item h3 {
    font-size: 30px;
}

section.features .feature-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: linear-gradient(to left, #7b4397, #dc2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.cta {
    position: relative;
    padding: 250px 0;
    background-image: url("../img/bg-cta.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.cta .cta-content {
    position: relative;
    z-index: 1;
}

section.cta .cta-content h2 {
    font-size: 50px;
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 25px;
    color: white;
}

@media (min-width: 768px) {
    section.cta .cta-content h2 {
        font-size: 80px;
    }
}

section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
    text-align: center;
}

section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

section.contact h2 i {
    color: #dd4b39;
}

section.contact ul.list-social {
    margin-bottom: 0;
}

section.contact ul.list-social li a {
    font-size: 40px;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    color: white;
    border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
    background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
    background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
    background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
    background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
    background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
    background-color: #d73925;
}

footer {
    padding: 25px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    background-color: #222222;
}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
    color: #fdcc52;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: white;
    border: 1px solid;
    border-color: white;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    border-color: #fdcc52;
    background-color: #fdcc52;
}

.btn {
    border-radius: 300px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
}


/*================*/

.clear {
    clear: both;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mouse_scroll {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 50px; //background: blue;
    margin-top: 5px;
}


.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);

    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;

    width: 16px;
    height: 16px;
}


.unu {
    margin-top: 1px;
}

.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    margin-top: -6px;
}




.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;

    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;


}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
}



@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {

    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

/*================*/

.step .marker1 {
    position: absolute;
    width: 70px;
    left: -110px;
    top: -20px;
}

.bgClip3 {
    background: url('../images/svg1.jpg');
    background-repeat: repeat-x;
    background-position: 0 0;
    font-size: 14em;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Luckiest Guy';
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;

    -webkit-animation: BackgroundAnimated 25s linear infinite;
    -moz-animation: BackgroundAnimated 25s linear infinite;
    -ms-animation: BackgroundAnimated 25s linear infinite;
    -o-animation: BackgroundAnimated 25s linear infinite;
    animation: BackgroundAnimated 25s linear infinite;
}

.bgClip1 {
    background: url('../images/svg2.jpg');
    background-repeat: repeat-x;
    background-position: 0 0;
    font-size: 12em;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Luckiest Guy';
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;

    -webkit-animation: BackgroundAnimated 25s linear infinite;
    -moz-animation: BackgroundAnimated 25s linear infinite;
    -ms-animation: BackgroundAnimated 25s linear infinite;
    -o-animation: BackgroundAnimated 25s linear infinite;
    animation: BackgroundAnimated 25s linear infinite;
}

.bgClip2 {
    background: url('../images/svg3.jpg');
    background-repeat: repeat-x;
    background-position: 0 0;
    font-size: 13em;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Luckiest Guy';
    line-height: 1em;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;

    -webkit-animation: BackgroundAnimated 25s linear infinite;
    -moz-animation: BackgroundAnimated 25s linear infinite;
    -ms-animation: BackgroundAnimated 25s linear infinite;
    -o-animation: BackgroundAnimated 25s linear infinite;
    animation: BackgroundAnimated 25s linear infinite;
}

@keyframes BackgroundAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

@-webkit-keyframes BackgroundAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

@-ms-keyframes BackgroundAnimated {
    < from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

@-moz-keyframes BackgroundAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

.step0 h3 {
    font-size: 5.1em;
}


.step .container {
    background: url(../images/49.png) no-repeat;
    background-position: 100%;
    -webkit-background-size: 50%;
    background-size: 50%;
}

.step-list {
    list-style: none;
}

.step-list li {
    margin-bottom: 25px;
    background: white;
    padding: 15px;
    color: #fff;
    font-size: 1.2em;
    color: #222222;
    box-shadow: 0 10px 10px 5px rgba(221, 221, 221, 0.3);
    max-width: 700px;
    text-align: left;
}

.step-list .step-list-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 4em;
    width: 70px;
    color: #d9d9d9;
}

.step-list .step-list-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.step-list .step-list-text span {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.2em;
    color: #bf5fa2;
}

/*===*/

.golos {
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    color: white;
    background: #555555;

    background: url("../img/bg-pattern.png"), #7b4397;
    background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);

}

.golos h2 {
    font-size: 2.5em;
    margin-bottom: 70px;
}
.golos .btn {
    margin-top: 50px;
}

.golos .btn:hover {
    color: #222222!important;
}

 
.golos img { 
    position: relative;
    z-index: 7;
    margin-bottom: 50px;
}
.li-text {
    color: #222;
    background: #fff;
    min-height: 350px;
    padding: 25px 15px 15px;
    margin: 0 auto 15px;
    max-width: 320px;
    position: relative;
    border: 2px solid #f0f0f0;
    border-radius: 12px
}
.li-text .text-li {
    position: relative;
    z-index: 5;
    
}
.num {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 30px auto 0;
    font-size: 12em;
    z-index: 1;
    color: #f0f0f0;
}
.ps-text2 {
    margin: 50px auto 0;
    max-width: 1000px;
    font-size: 1.5em;
}
.li-img {
/*
    background: none;
    border: none;
*/
    padding: 15px 0;
}
.li-img img {
    max-height: 270px;
    width: auto;
    max-width: 200px;
}
.li-img2 {
    margin-top: 70px;
}
/*avtor*/

#box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding-bottom: 50px;
}

.gradient-border {
    --borderWidth: 0px;
    background: #1D1F20;
    position: relative;
    border-radius: var(--borderWidth);
}

.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 8s ease alternate infinite;
    background-size: 300% 300%;
}


@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



.avtor {}

.avtor .header-bg {}

.avtor .header-bg .container {
    margin: 0 auto;
}

.avtor h2 {
    font-size: 2.5em;
    text-align: center;
}

.avtor .marker1 {
    position: absolute;
    width: 70px;
    left: -110px;
    top: -20px;
}

.avtor-ava {
    margin: 0;
    padding: 0;
    height: 500px;
    display: block;
    margin: 0 auto;
}

.avtor .row {
    margin: 40px auto;
    padding: 2% 2% 0;
    background: rgba(75, 75, 75, 0.5);
}

.avtor .row div {
    margin-bottom: 40px;
}

.avtor h3 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.9em;
    margin-bottom: 45px;
}

.avtor p span {
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.1em;
}

.avtor p {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.avtor .btn {
    font-weight: bold;
}

.avtor .btn:hover {
    color: #222222!important;
}


/*mesto*/

.mesto {
    padding: 3% 1%;
    background: #222222;

    background: url("../img/bg-pattern.png"), #555555;
    background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #555555, #555555);
    background: url("../img/bg-pattern.png"), linear-gradient(to left, #555555, #555555);

}

.mesto h2 {
    text-align: center;
    font-size: 2.5em;
    color: white;
    width: auto;
    margin-bottom: 40px;
}

.mesto p {
    color: #fff;
    font-size: 1.3em;
    text-shadow: 1px 1px rgba(48, 0, 57, 0.9);
}

.mesto .mx-auto {
    width: 200px;
    margin: 0!important;
}

.mesto .header-time {
    font-size: 2em;
}

.mesto .ti1 {
    line-height: 0.8em!important;
}

.mesto .ti2 {
    line-height: 1em!important;
}

.mesto .ti3 {
    color: #fff;
}

.timing {
    font-size: 1.6em!important;
}




.words {
    margin-top: 80px;
    color: #e2007a;
    font-size: 0;
    line-height: 1;
}

.words span {
    font-size: 120px;
    font-weight: bold;
    letter-spacing: 10px;
    display: inline-block;
    text-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    -webkit-animation: move 2s ease-in-out infinite;
    animation: move 2s ease-in-out infinite;
}

.words span:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.words span:nth-child(3) {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.words span:nth-child(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translate(-20%, 0);
        transform: translate(-20%, 0);
    }
    50% {
        text-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    }
    100% {
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0);
    }
}

@keyframes move {
    0% {
        -webkit-transform: translate(-20%, 0);
        transform: translate(-20%, 0);
    }
    50% {
        text-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0);
    }
    100% {
        -webkit-transform: translate(-20%, 0);
        transform: translate(-20%, 0);
    }
}

* {
    box-sizing: border-box;
}

.copyright {
    margin-top: 40px;
}

.copyright a {
    color: #e2007a;
    text-decoration: none;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 1);
    font-size: 26px;
}


section.download .play-min {
    display: none;
}

/*all*/

.all {
    height: 700px;
    background: url(../images/all.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
}

.all-bg {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    padding: 3% 1%;
}

.all h2 {
    color: #ffffff;
    width: auto;
    margin-bottom: 80px;
    text-align: center;
}

.all .marker1 {
    position: absolute;
    width: 80px;
    left: -100px;
    top: -20px;
}

/*all*/

.all2 {
    height: 700px;
    background: url(../images/all2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.all2 .all-bg {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    padding: 3% 1%;
}

.all2 h2 {
    color: #ffffff;
    width: auto;
    margin-bottom: 80px;
    text-align: center;
}

.all2 .marker1 {
    position: absolute;
    width: 80px;
    left: -100px;
    top: -20px;
}

/*===================*/

/*fuct */

#fuct {
    padding: 3% 0%;
    text-align: center;
    background-color: #fdcc52;
}

#fuct h2 {
    color: #222222;
    margin-bottom: 80px;
    font-family: sans-serif;
    font-size: 2.5em;
}

#fuct .marker1 {
    position: absolute;
    width: 60px;
    left: -90px;
    top: -40px;
}

#fuct .danni h4 {
    font-weight: bold;
    font-size: 2em;
}

#fuct .danni {
    padding: 15px 25px;
    height: 350px;
}

#fuct h5 {
    padding-top: 20px;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

#fuct .btn {
    margin: 50px auto;
    background: #fff;
    font-weight: bold;
}
#fuct h4 span,
#fuct p span {
    white-space: nowrap;
}
/*footer*/

/*--------------*/

footer {
    height: auto;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    width: 100%;
    bottom: 0;
    position: relative;
    padding: 15px 0;
}


footer .footer-list {
    text-align: center;
    margin-top: 15px;
}

footer .footer-list ul li {
    display: inline;
    font-size: 1.0em;
}

footer .footer-list ul li a {
    color: #fff;
    text-decoration: underline;
    margin-right: 5px;
    font-size: 1.0em;
}

footer .footer-list ul li span {
    color: #fff;
    margin-right: 5px;
}

.cont {
    color: #fff;
}

.cont li {
    list-style: none;
}



/*forma-end*/

.forma-end {
    height: auto!important;
    position: relative;
    height: 100%;
    background: #222;
}



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

 
.forma-end h3 {
    color: #fff;
    font-size: 2.2em;
    width: auto;
    text-align: center;
    width: 100%;
    font-family: sans-serif;
}

.forma-end h3 span {
    background: #e2007a;
    color: #222222;
}
.forma-end h5 {
    margin: 20px auto 0;
    color: #fff;
    max-width: 900px
}
.forma-end h5 .ti1-1 { 
    color: #e2007a;
    border-bottom: 3px dotted #e2007a;
    font-size: 1.3em;
}
.forma-end h5 .ti1-2 {
    color: #fff;
}



.wf-sort-id {
    list-style: none;
}

.forma-en ul {
    list-style: none;
}

.forma-end form {
    width: 80%;
    min-width: 400px;
    max-width: 550px;
    border-radius: 0;
    padding: 30px 20px 30px;
    text-align: center;
    margin: 40px auto 0px;
}

.forma-end input {
    width: 100%;
    height: 40px;
    border-radius: 1px;
    padding-left: 10px;
    line-height: 40px;
    margin: 0!important;
    border: none;
}

.forma-end .wf-button {
    width: 100%;
    margin: 20px auto!important;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    border-radius: 1px;
    background: rgb(255, 226, 0);

    border: 1px solid rgba(248, 181, 0, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    font-size: 1.2em;
    color: rgba(0, 5, 31, 0.8);
    font-weight: bold;
    text-shadow: 1px 1px rgb(255, 228, 156);
    margin-top: 30px;
    cursor: pointer;
}

.forma-end .wf-button:hover {
    box-shadow: none;
}

.wf-privacy .wf-privacyico {
    color: #fff;
    text-align: left!important;
}

#custom_phone_mobile {}

#phone1 {
    width: 13%!important;
    float: left;
    margin-right: 2%!important;
}

#phone2 {
    width: 13%!important;
    float: left;
    margin-right: 2%!important;
}

#phone3 {
    width: 70%;
    float: left;
    margin-bottom: 20px!important;
}




/*otzuv*/

.otzuv {
    padding: 3% 1%;
    overflow: hidden;
    background: #555555;

    background: url("../img/bg-pattern.png"), #7b4397;
    background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
    position: relative;
}

.otzuv h2 {
    position: relative;
    color: #fff;
    width: auto;
    margin-bottom: 40px;
    font-size: 2.5em;
    text-align: center;
}

.otzuv .marker1 {
    position: absolute;
    width: 100px;
    left: -110px;
    top: -20px;
}

.otzuv ul {
    list-style: none;
    text-align: center;
}

.otzuv li {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 250px;
    height: 250px;
    position: relative;
    overflow: hidden;

}

.otzuv li img {
    height: 250px!important;
    width: auto;
    min-width: 200px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.otzuv li img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
    opacity: 0.5
}

.otzuv li:hover::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    z-index: 1;
    background: rgba(163, 163, 163, 0.6);
    color: #fff;
    text-align: center;
    font-family: sans-serif;
    font-size: 0.8em!important;
    padding: 2px 10px;
    cursor: pointer;
}

.hover1 {
    position: absolute;
    min-height: 80px;
    height: auto;
    width: 100%;
    bottom: -1px;
    z-index: 10;
    font-size: 0.8em!important;
    line-height: 1em;
    background: rgba(67, 67, 67, 0.7);
    color: #fff;
    cursor: pointer;
    z-index: 5;
    padding: 5px 0 5px;
}

.hover1 h4 {
    font-size: 1.4em;
}

.hover1 p {
    font-size: 1.2em;
}

.hover1 h5 {
    font-size: 1.2em;
    font-weight: bold;
    display: none
}

.hover1:hover {
    background: #fdcc52;
    color: #222222;
}

.hover1:hover h5 {
    display: block;
    z-index: 10
}

.hover1:hover h4 {
    display: none;
}

.hover1:hover p {
    display: none;
}

.otzuv .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    display: none;
    z-index: 15;
}

.otzuv .overlay:target {
    visibility: visible;
    opacity: 1;
}

.otzuv .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 700px;
    position: relative;
    z-index: 500;
    transition: all 5s ease-in-out;
}

.otzuv .popup .close-z {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.otzuv .popup .close-z:hover {
    color: #619eff;
}

.otzuv .popup .content {
    max-height: 30%;
    overflow: auto;
}

.footer .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 15000;
}

.footer .overlay:target {
    visibility: visible;
    opacity: 1;
}

.footer .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 90%;
    min-width: 500px;
    position: relative;
    z-index: 5000;
    transition: all 5s ease-in-out;
    text-align: left!important
}

.footer .popup p {
    text-align: left!important;
}

.footer .popup .close-z {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.footer .popup .close-z:hover {
    color: #619eff;
}

.footer .popup .content {
    max-height: 30%;
    overflow: auto;
}

.cont {
    text-align: center;
}

.ps-otzuv {
    text-align: center;
    color: #fff;
    font-size: 1.7em;
}

.otzuv {
    text-align: center;
}

.otzuv .btn {
    margin: 20px auto;
    background: #fff;
    font-weight: bold;
}

/*=====*/
.ytp-watermark, .yt-uix-sessionlink {
    display: none!important;
}

/*popup*/
.otzuv .popup a {
    background: #fff!important;
    padding: 10px;
    border: none!important;
    line-height: 25px;
}

/*====*/
.vid-b {
    background: #2e2d2d;
    padding: 3em 0;
    text-align: center;
}
.vid-b h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}
.vid-b h2 span {
    color: #e2007a;
    border-bottom: 3px dotted #e2007a;
    display: inline-block
}
.vid-b img {
    margin-bottom: 20px;
}
.vid-b p {
    color: #fff;
    text-align: center;
    line-height: 1em;
    font-size: 1em;
    max-width: 300px;
    margin: 0 auto;
}
.ps-text {
    margin: 50px auto;
    font-size: 1.5em;
    line-height: 1.1em;
    max-width: 80%;
    color: #bf5fa2;
}

/*=====================*/
/*=====================*/
/*=====================*/
/*=====================*/



nav .zakaz-zv {
    color: #f0b65a;
    font-size: 1.1em;
    cursor: pointer;
}
nav .zakaz-zv:hover {
    text-decoration: none;
}


.zakaz {
    border-bottom: none!important;
    padding: 0!important;
    height: 45px;
    line-height: 50px;
}  
.pull-right li {
    height: 50px;
    line-height: 55px;
    padding: 0 0 0 10px;
    border-bottom: none!important;
}
.pull-right li p {
    color: #fff;
    font-size: 1.4em;
}
/*+++++++++++++++++++++++*/
nav .zakaz-zv {
    color: #fff;
    font-size: 1.1em;
    cursor: pointer; 
    background: none;
}
nav .zakaz-zv a {
    line-height: 55px;
    text-transform: none;
    font-weight: bold;
    font-size: 1.2em;
    color: rgb(255, 215, 106);
    text-shadow: 1px 1px rgba(0, 0, 0, .3);
}
nav .zakaz-zv:hover {
    text-decoration: none;
}
/*pop-up+===================*/
#login-modal .modal-dialog {
    width: 350px;
    position: relative;
    z-index: 10000000000;
}

#login-modal input[type=text], input[type=password] {
	margin-top: 10px;
    margin-bottom: 20px;
}

#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
    background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
    background-color: #eb575b !important;
}

#img_logo {
    max-height: 80px;
    max-width: 80px; 
    margin-top: 20px;
}
 
#phone {
    overflow: hidden;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity:  .4;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
    z-index: 1000000000;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
    text-align: center;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}
.modal-footer {
    margin-left: 0;
    padding-left: 0;
}
.checkbox {
    margin-bottom: 0px;
} 
.modal-footer .btn {
    border-radius: 0px;
    font-size: 1.5em; 
    padding-top: 10px;
    color: #222222;
    text-transform: uppercase;
    margin: 10px auto 30px!important;
    border-radius: 3px;
background: #fdcc52; 
}

.modal-footer .btn:focus,
.modal-footer .btn:active:focus,
.modal-footer .btn.active:focus,
.modal-footer .btn.focus,
.modal-footer .btn:active.focus,
.modal-footer .btn.active.focus,
.modal-footer .btn:hover{
    outline: none;
    color: #fff;
    background: #f7b000; 
}
.modal-footer>div {
    margin: 0 auto;
    width: 100%;
    margin-left: 15px;
}
.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 0px;
}

.form-control {
  border-radius: 0px;
}
#phone {
    margin-top: 20px;
}
.modal {
    z-index: -10000; 
} 
.modal-backdrop.show {
    z-index: 10;
}
.modal-header {
    text-align: center;
    display: inline-block;
}
.img-circle {
    border-radius: 50%;
    margin-bottom: 10px;
}