@import "mobile.css";

/*-----RESET-----*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    max-width: 100%;
    overflow-x: hidden
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    height: 100%;
}
html{
    -webkit-text-size-adjust: none;
}

/*-----RESET END-----*/

body {
    font-size: 18px;
    color: #323342;
    font-family: Open Sans,sans-serif;
}
.wrapper{
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

/*-----TYPOGRAPHY-----*/

h1 {
    font-size: 29px;
    color: rgb(28, 28, 28);
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 70px;
    font-weight: 400;
}

h2{
  font-size: 30px;
  color: rgb(53, 53, 65);
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
}
a, button, input, a:hover, a:focus, button:focus, button:hover, input:hover, input, textarea {
    outline: none;
}
b {
    font-weight: 600;
}
P {
    margin-bottom: 30px;
    letter-spacing: 0.3px;
}
ul, li {
    margin-bottom: 20px;
}
ol li, ul li {
    margin-bottom: 10px;
}
ul li {
    color: #1e6ce3;
    list-style-type: disc;
    list-style-position: inside;
}


/*-----Main Styles-----*/
.main-container{
    overflow: hidden;
}
.text-info{
    display: block;
    font-size: 20px;
    color: rgb(28, 28, 28);
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 50px;
}
.link-app-ga{
    margin-right: 25px;
}
.link-app-ga, .link-app{
    display: inline-block;
}
.link-app-ga img, .link-app img{
    width: 190px;
}
.hero{
    height: 870px;
    background: url(../img/app-header-bg.jpg) no-repeat;
    background-size: cover;
    margin-bottom: -200px;
    padding-top: 150px;
}
.phone-block{
    position: relative;
    z-index: 3;
}
.rotate-bg{
 background: none repeat scroll 0 0 #fff;
    display: block;
    left: 0;
    margin: 0 -100px;
    position: absolute;
    right: 0;
    z-index: 2;
    transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -webkit-transform: rotate(5deg);
}

.rotate-bg::after {
    content: "";
    background-image: -moz-linear-gradient( -48deg, rgb(216,216,216) 0%, rgba(255,255,255,0.58824) 100%);
    background-image: -webkit-linear-gradient( -48deg, rgb(216,216,216) 0%, rgba(255,255,255,0.58824) 100%);
    background-image: -ms-linear-gradient( -48deg, rgb(216,216,216) 0%, rgba(255,255,255,0.58824) 100%);
    opacity: 0.471;
    top: 0;
    left: -100px;
    bottom: 0;
    right: -100px;
    position: absolute;
    z-index: -1;   
}
.person-inf{
    font-size: 18px;
    color: rgb(50, 51, 66);
    line-height: 1.667;
}
.person-name{
    font-weight: 400;
}
.person-coment{
    font-weight: 300;
    line-height: 1.667;
}
.person-block{
    display: table;
    margin: 170px 0 140px 0;
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}
.person-con-left{
    display: table-cell;
    vertical-align: middle;
}
.person-con-right{
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin-left: 20px;
}
.person-con-inside{
   padding: 0 0 0 15px; 
   border-left: 1px solid #e8893d;
}
.person-img{
    width: 140px;
    height: 140px;
    margin-right: 20px;
    border: 5px solid #e7d8d0;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
}
.person-container{
    position: relative;
    display: block;
    height: 475px;   
}
#main{
    background: #fff;
    position: relative;
    z-index: 999;
    transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    margin: 0 -100px;
    overflow: hidden;
}
.about-app{
    margin: 100px 0 -150px 0;
    text-align: center;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg); 
}
.about-app h2{
    margin-bottom: 50px;
}
.about-app h2:after{
    content: "";
    display: block;
    margin: 12px auto -12px;
    text-align: center;
    width: 61px;
    border-bottom: 1px solid #ec8b3c;
}
.phone-block-app{
    display: block;
    text-align: center;
}
.left-part{
  position: absolute;
      min-width: 300px;
left: -410px;
top: 0;
text-align: right;
}
.center-part{    
    position: relative;
    display: inline-block;
    margin-top: 90px;
    font-size: 20px;
  color: rgb(50, 51, 66);
  line-height: 1.5;
}
.right-part{
    position: absolute;
        min-width: 300px;
    left: 510px;
    top: 0;
    text-align: left;
}
.center-part .item{
    position: relative;
    margin-top: 150px;
    cursor: pointer;
}
.left-part .item-tab{
    right: -79px;
    top: 50%;
    margin-top: -15px;
}
.right-part .item-tab{
    left: -79px;
    top: 50%;
    margin-top: -15px;
}
.item-tab{
    display: block;
    position: absolute;
    width: 29px;
    height: 29px;
    background: url(../img/link-app.png) no-repeat;
    background-size: cover; 

}
/*.center-part .item:hover>.item-tab, .center-part .item:focus>.item-tab, .item-tab-click{
    background: url(../img/link-app-active.png) no-repeat;
}*/
.active .item-tab, .item-tab-active{
     background: url(../img/link-app-active.png) no-repeat;
}
.item-tab-mobile{
    padding-left: 5px;
    margin-top: 40px;
    text-align: left;
}
.item-tab-mobile-con{
    position: relative;
    margin-bottom: 30px;
    line-height: 1.667;
    padding-left: 40px;
}
.item-tab-mobile-con .item-tab-active{
    display: block;
    position: absolute;
    width: 29px;
    height: 29px;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.item-tab-mobile-con .item-tab-active:before {
    content: "";
    position: absolute;
    top: 29px;
    right: 14px;
    display: block;
    width: 1px;
    height: 80px;
    background: #d1d1d1;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.item-tab-mobile-con:last-child .item-tab-active:before{
    background: #fff;
}
.center-part .left-part .item.active > .item-tab:before{
    content: "";
    position: absolute;
    top: 15px;
    right: 29px;
    display: block;
    width: 45px;
    height: 1px;
    background: #d1d1d1;
}
.center-part .right-part .item.active > .item-tab:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 29px;
    display: block;
    width: 45px;
    height: 1px;
    background: #d1d1d1;
}
.slider-image{
    position: absolute;
    top: 100px;
    left: 25px;
    width: 350px;
    height: 620px;
}
.slider-image img{
    width: 350px;
    height: 620px;

}
.fadein{
       -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/*-----Main Styles END-----*/


/*-----Header-----*/
header{
    position: absolute;
    width: 100%;
}
.logo {
    margin-top: 30px;
    display: block;
}
.top-menu-mobile{
    background: #2f2f2f;
}
#navbar{
    border: none;
    box-shadow: none;
    padding: 0;
}
#navbar ul li a{
    color: #ddd;
}
.navbar-toggle{
    margin: 12px 15px;
}
.navbar-nav{
    margin-top: 30px;
}
.navbar-nav>li>a{
    font-size: 18px;
    color: rgb(28, 28, 28);
    text-transform: uppercase;
    line-height: 1.667;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
#navbar .nav.navbar-nav.client-touch li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin: 20px 40px;
    padding: 0;
    transition: .12s;
    -webkit-transition: .12s;
    -moz-transition: .12s;
    -o-transition: .12s;    
}
#navbar .nav.navbar-nav.client-touch li a:hover {
    color: #a0bab5;
}
#nav-toggle {
    cursor: pointer;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    background: #fff;
}
#nav-toggle {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 25px;
    z-index: 9999999;
}
#nav-toggle span {
    position: absolute;
    left: 0;
    top: 10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    position: absolute;
    display: block;
    content: '';
    height: 5px;
    width: 35px;
    border-radius: 1px;
    cursor: pointer;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
#nav-toggle.active span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}
.navbar-default ul.navbar-nav li a {
    font-size: 18px;
    color: #ffffff;
}
.menu-m li {
    background: #000000;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.menu-m li:last-child{
    border-bottom: none;
}
/*-----Header END-----*/

/*-----FOOTER-----*/
.download-block{
    display: table;
    width: 380px;
    margin: 0 auto;
}
.download-block-left, .download-block-right{
    display: table-cell;
    vertical-align: middle;
}
.download-block-left img{
    width: 138px;
    height: 138px;
}
.download-block-right a.link-app-ga{
    margin-right: 0;
    margin-bottom: 27px;
}
.block-arr-up {
    z-index: 999 !important;
    display: block;
    position: fixed !important;
    bottom: 10px !important;
    right: 10px;
    color: #fff;
    border: none;
    padding: 12px;
    margin-top: 25px;
    outline: none;
    background-color: rgba(0, 0, 0, 0.70);
}
.block-arr-up:hover {
    opacity: 0.8;
}
footer{
    background: #7A6262 url(../img/footer-bg.jpg) repeat-x;
    background-size: cover;
    margin-top: -150px;
    padding-top: 250px;
    padding-bottom: 100px;
}
footer h2{
    margin-bottom: 40px;
}
footer .text-30{
    font-size: 30px;
    color: rgb(28, 28, 28);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
}
footer .text-24{
    font-size: 24px;
    color: rgb(28, 28, 28);
    line-height: 1.25;
    margin-bottom: 50px;
    font-weight: 300;
}

/*-----FOOTER END-----*/

/*-----cookie-banner-----*/
.cookie-banner-fixed{
    position: fixed;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
} 
@keyframes fadeInOpacity {
    0% {
            opacity: 0;
    }
    100% {
            opacity: 1;
    }
}
.cookie-banner *{
    outline: none !important;
}
.cookie-banner {
    display: none;
    z-index: 9999;
    top: 0;
    width: 100%;
    background-color: #c8eadc;
}
.cookie-banner .wrapper-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.cookie-banner .wrapper-banner .wrapper__text{
    font-size: 13px;
    text-align: center;
    color: #3a4748;
    opacity: 1;
}
.cookie-banner .wrapper-banner .wrapper__text a{
    color: #3a4748;
    text-decoration: underline;
} 
.cookie-banner .wrapper-banner .wrapper__text a:hover, .cookie-banner .wrapper-banner .wrapper__text a:focus{
    color: #fa8464;
    text-decoration: none;
}
.cookie-banner .wrapper-banner .wrapper__buttons button {
    white-space: nowrap;
    border-radius: 4px;
    color: #fff;
    opacity: 1;
    font-size: 14px;
    border: none;
    background: #6ec39f;
    padding: 6px 10px;
    line-height: 1;
    margin: 5px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cookie-banner .wrapper-banner .wrapper__buttons button:hover {
    text-decoration: none;
    background: #fa8464;
}
@media screen and (max-width: 1024px) {
    .cookie-banner .wrapper-banner {
        flex-direction: column;
    }
    .cookie-banner{
        padding-top: 10px;
        position: fixed;
    }
    @keyframes fadeInOpacity {
        0% {
                opacity: 1;
        }
        100% {
                opacity: 1;
        }
    }
    .cookie-banner-fixed{    
        animation-name: fadeInNo;
    }
}