

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select {
    vertical-align: middle
}

ol,
ul {
    list-style-type: none
}

html {
    font-family: PlainLight;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    min-height: 100vh
}

html.is-locked {
    position: fixed;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    pointer-events: none
}

body,
html {
    width: 100%;
    min-height: 100vh
}

body.is-menu-opened {
    overflow: hidden;
    width: 100vw;
    height: 100vh
}

#barba-wrapper {
    overflow: hidden
}

.barba-container {
    max-width: 100%
}

.barba-container:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 1
}

.is-next-case-loading .barba-container:nth-of-type(2) {
    z-index: 2
}

.grecaptcha-badge {
    display: none !important;
    opacity: 0;
    visibility: hidden
}

a {
    color: inherit;
    text-decoration: none
}

a[href^="tel:"]:after {
    display: none
}


.c-main-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    overflow: hidden
}

.c-main-loader__logo {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    z-index: 22;
    opacity: 0;
    visibility: hidden
}

@media(max-width:1140px) {
    .c-main-loader__logo {
        max-width: 320px
    }
}

@media(max-width:720px) {
    .c-main-loader__logo {
        max-width: 180px
    }
}

.c-main-loader__logo svg {
    display: block
}

.c-main-loader__container {
    top: 0;
    left: 0;
    z-index: 2;
    will-change: visibility, opacity, transform
}

.c-main-loader__container,
.c-main-loader__image {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.c-main-loader__image {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    will-change: opacity, visibility
}

.c-main-loader__curtain {
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(99.25%);
    transform: translateY(99.25%);
    background-color: #fff;
    z-index: 99
}


input,
select,
textarea {
    display: block;
    width: 100%;
    background-color: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    border: none;
    outline: 0;
    line-height: 1.5;
    font-size: 1rem;
    font-family: PlainLight;
    font-weight: 300
}
