@charset "UTF-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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, 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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: 0.15s;
}

a:hover, button:hover {
    transition: 0.15s;
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: 0.15s;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

input[type=button] {
    cursor: pointer;
}

input {
    outline: none;
}

li {
    list-style: none;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 320px;
    position: relative;
    width: 100%;
    color: #686E78;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    line-height: 1;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body.lock {
    overflow: hidden;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}

video {
    vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

svg {
    display: block;
    transition: 00.15s;
}

svg path {
    transition: 00.15s;
}

fieldset {
    padding: 0;
    border: none;
}

textarea {
    overflow: auto;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.btn,
input,
textarea,
button,
.slick-slide {
    outline: none;
    border: none;
}

.slick-slide:focus {
    outline: none
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #686E78;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #686E78;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #686E78;
}

:-moz-placeholder { /* Firefox 18- */
    color: #686E78;
}

.btn {
    border: 2px solid transparent;
    padding:10px 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;    
    text-transform: uppercase;
    max-width: fit-content;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;    
    text-align: center;
    white-space: nowrap;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 3px;

    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}



.wrapper_main {
    display: flex;
    flex-direction: column;
    min-height: 100%;  
    overflow: hidden; 
}

.wrapper_main main {
    flex: auto;
}

.safari input, .safari textarea {
    display: block;
    -webkit-appearance: none;
    width: 100%;
}
