/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[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{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}

/* Custom Fonts */
@font-face{
    font-family:'Museo Sans Cyrl';
    src:url(../fonts/MuseoSansCyrl-700.eot);
    src:url(../fonts/MuseoSansCyrl-700-.eot#iefix) format('embedded-opentype'),
        url(../fonts/MuseoSansCyrl-700.woff2) format('woff2'),
        url(../fonts/MuseoSansCyrl-700.woff) format('woff'),
        url(../fonts/MuseoSansCyrl-700.ttf) format('truetype'),
        url(../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700) format('svg');
    font-weight:700;
    font-style:normal
}
@font-face{
    font-family:'Museo Sans Cyrl';
    src:url(../fonts/MuseoSansCyrl-900.eot);
    src:url(../fonts/MuseoSansCyrl-900-.eot#iefix) format('embedded-opentype'),
        url(../fonts/MuseoSansCyrl-900.woff2) format('woff2'),
        url(../fonts/MuseoSansCyrl-900.woff) format('woff'),
        url(../fonts/MuseoSansCyrl-900.ttf) format('truetype'),
        url(../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900) format('svg');
    font-weight:900;
    font-style:normal
}
@font-face{
    font-family:'Museo Sans Cyrl';
    src:url(../fonts/MuseoSansCyrl-500.eot);
    src:url(../fonts/MuseoSansCyrl-500-.eot#iefix) format('embedded-opentype'),
        url(../fonts/MuseoSansCyrl-500.woff2) format('woff2'),
        url(../fonts/MuseoSansCyrl-500.woff) format('woff'),
        url(../fonts/MuseoSansCyrl-500.ttf) format('truetype'),
        url(../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500) format('svg');
    font-weight:400;
    font-style:normal
}

/* Base Styles */
body,html{
    font-family:'Museo Sans Cyrl','Helvetica Neue',Helvetica,sans-serif;
    font-size:15px;
    line-height:1.5;
    -webkit-font-smoothing:antialiased;
    height:100%;
    box-sizing:border-box;
    overflow:hidden
}

*{
    padding:0;
    margin:0;
    outline:0!important;
    box-sizing:border-box
}

/* Typography */
h1, .h1{
    font-weight:900;
    font-size:28px;
    margin:15px 0 10px;
    word-break:break-word;
    line-height:1.2
}

h2{
    font-weight:700;
    font-size:20px;
    margin:10px 0 15px;
    color:#ccc;
    line-height:1.3
}

.subheader{
    font-size:16px;
    word-break:break-word;
    line-height:1.5;
    max-width:600px;
    margin:0 auto 30px;
    opacity:0.9
}

/* Layout */
.client-main-wrapper{
    box-sizing:border-box;
    max-width:500px;
    height:100%;
    margin:0 auto;
    padding:0;
    text-align:center;
    position:relative;
    overflow:auto
}

.client-main-wrapper::-webkit-scrollbar{
    width:0
}

.client-main-in{
    display:table;
    width:100%;
    height:100%;
    padding:20px 0 30px
}

.client-main-in>*{
    display:table-row
}

.client-info-wr{
    height:100%
}

.client-info{
    padding:40px 15px 0px;
    display:table-cell;
    vertical-align:middle
}

/* Avatar only - логотип не трогаем */
.client-info > div:first-child img{
    width:300px;
    height:300px;
    border-radius:50%;
    object-fit:cover;
    box-shadow:0 5px 15px rgba(0,0,0,0.3);
    margin-bottom:20px
}

/* Buttons */
.contact-btns{
    display:block;
    padding:0 15px;
    margin:0 0 20px;
    margin-bottom:50px
}

.contact-btns-item{
    display:block
}

.contact-btn{
    display:block;
    text-decoration:none;
    font-weight:700;
    text-align:center;
    color:#fff;
    padding:17px 20px 16px;
    margin-top:15px;
    border:0;
    border-radius:8px;
    transition:all 0.2s ease;
    position:relative;
    overflow:hidden
}

.contact-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 12px rgba(0,0,0,0.2)!important
}

.contact-btn:active{
    transform:translateY(0)
}

.contact-btn-inner{
    display:table;
    margin:0 auto;
    table-layout:fixed;
    min-height:30px
}

.contact-btn-inner>*{
    display:table-cell;
    vertical-align:middle
}

.contact-btn .text{
    text-align:center;
    text-shadow:0 -1px 0 rgba(0,0,0,.1);
    word-break:break-word;
    font-size:16px
}

.contact-btn .icon{
    width:40px;
    text-align:center
}

/* FontAwesome Icons in Buttons */
.contact-btn .icon i{
    font-size:24px;
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto
}

/* Footer */
.footer{
    text-align:center;
    margin:0 0 10px;
    font-size:12px;
    opacity:.3
}

.footer a{
    display:inline-block;
    margin:0px;
    transition:all 0.3s ease
}

/* FontAwesome Icons in Footer */
.footer i{
    font-size:18px;
    color:#fff;
    transition:all 0.3s ease
}

.footer a:hover i{
    opacity:0.8;
    transform:translateY(-3px)
}

.copyright{
    text-align:center;
    font-size:15px;
    opacity:.8;
    color:#fff;
    margin-top:25px;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,0.1)
}

.copyright a{
    text-decoration:none
}

/* Responsive */
@media (max-width:480px){
    .client-info{
        padding:30px 15px 0px;
    }
    
    .client-info > div:first-child img{
        width:200px;
        height:200px
    }
    
    h1, .h1{
        font-size:24px
    }
    
    h2{
        font-size:18px
    }
    
    .subheader{
        font-size:14px
    }
    
    .contact-btn{
        padding:15px 20px
    }
    
    .footer i{
        font-size:18px;
        margin:0px;
    }
}

/* Utility Classes */
.text-center{
    text-align:center
}

.mt-20{
    margin-top:20px
}

.mb-20{
    margin-bottom:20px
}

.hidden{
    display:none
}

/* Animation for buttons */
@keyframes fadeInUp {
    from {
        opacity:0;
        transform:translateY(20px)
    }
    to {
        opacity:1;
        transform:translateY(0)
    }
}

.contact-btns-item{
    animation:fadeInUp 0.5s ease forwards;
    opacity:0
}

.contact-btns-item:nth-child(1){ animation-delay:0.1s }
.contact-btns-item:nth-child(2){ animation-delay:0.2s }
.contact-btns-item:nth-child(3){ animation-delay:0.3s }
.contact-btns-item:nth-child(4){ animation-delay:0.4s }
.contact-btns-item:nth-child(5){ animation-delay:0.5s }
.contact-btns-item:nth-child(6){ animation-delay:0.6s }