html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-kollage {
    background: transparent;
    margin: 60px 0 0 0;
    min-height: 240px;
    display: block;
}
.container-kollage img {
    width: 33%;
    margin: 0;
    height: auto;
}


/* 
.container-kollage {
    width: 98%;
    float: none;
    margin: 1%;
}
.container-kollage img {
    width: 100%;
    height: auto;
} */




@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.col-lg-five,
.col-md-five,
.col-sm-five,
.col-xs-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-five {
    width: 20%;
    float: left
}

@media (min-width:768px) {
    .col-sm-five {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-five {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-five {
        width: 20%;
        float: left
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media only screen and (max-width:992px) {
    .order {
        background: #06476c
    }
}

@media only screen and (max-width:768px) {
    .cupon .girl {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

@font-face {
    font-family: OpenSansRegular;
    src: url(../fonts/OpenSansRegular/OpenSansRegular.eot);
    src: url(../fonts/OpenSansRegular/OpenSansRegular-1.eot) format("embedded-opentype"), url(../fonts/OpenSansRegular/OpenSansRegular.woff.html) format("woff"), url(../fonts/OpenSansRegular/OpenSansRegular.ttf.html) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansLight;
    src: url(../fonts/OpenSansLight/OpenSansLight.eot);
    src: url(../fonts/OpenSansLight/OpenSansLight-1.eot) format("embedded-opentype"), url(../fonts/OpenSansLight/OpenSansLight.woff.html) format("woff"), url(../fonts/OpenSansLight/OpenSansLight.ttf.html) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansItalic;
    src: url(../fonts/OpenSansItalic/OpenSansItalic.eot);
    src: url(../fonts/OpenSansItalic/OpenSansItalic-1.eot) format("embedded-opentype"), url(../fonts/OpenSansItalic/OpenSansItalic.woff.html) format("woff"), url(../fonts/OpenSansItalic/OpenSansItalic.ttf.html) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansBold;
    src: url(../fonts/OpenSansBold/OpenSansBold.eot);
    src: url(../fonts/OpenSansBold/OpenSansBold-1.eot) format("embedded-opentype"), url(../fonts/OpenSansBold/OpenSansBold.woff.html) format("woff"), url(../fonts/OpenSansBold/OpenSansBold.ttf.html) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansExtraBold;
    src: url(../fonts/OpenSansExtraBold/OpenSansExtraBold.eot);
    src: url(../fonts/OpenSansExtraBold/OpenSansExtraBold-1.eot) format("embedded-opentype"), url(../fonts/OpenSansExtraBold/OpenSansExtraBold.woff.html) format("woff"), url(../fonts/OpenSansExtraBold/OpenSansExtraBold.ttf.html) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansExtraBoldItalic;
    src: url(../fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.eot);
    src: url(../fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic-1.eot) format("embedded-opentype"), url(../fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.woff.html) format("woff"), url(../fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.ttf.html) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansBoldItalic;
    src: url(../fonts/OpenSansBoldItalic/OpenSansBoldItalic.eot);
    src: url(../fonts/OpenSansBoldItalic/OpenSansBoldItalic-1.eot) format("embedded-opentype"), url(../fonts/OpenSansBoldItalic/OpenSansBoldItalic.woff.html) format("woff"), url(../fonts/OpenSansBoldItalic/OpenSansBoldItalic.ttf.html) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansRegularItalic;
    src: url(../fonts/OpenSansRegularItalic/OpenSansRegularItalic.eot);
    src: url(../fonts/OpenSansRegularItalic/OpenSansRegularItalic-1.eot) format("embedded-opentype"), url(../fonts/OpenSansRegularItalic/OpenSansRegularItalic.woff.html) format("woff"), url(../fonts/OpenSansRegularItalic/OpenSansRegularItalic.ttf.html) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansSemiBold;
    src: url(../fonts/OpenSansSemiBold/OpenSansSemiBold.eot);
    src: url(../fonts/OpenSansSemiBold/OpenSansSemiBold-1.eot) format("embedded-opentype"), url(../fonts/OpenSansSemiBold/OpenSansSemiBold.woff.html) format("woff"), url(../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf.html) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansSemiBoldItalic;
    src: url(../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot);
    src: url(../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic-1.eot) format("embedded-opentype"), url(../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.woff.html) format("woff"), url(../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.ttf.html) format("truetype");
    font-style: normal;
    font-weight: 400
}

img {
    vertical-align: bottom
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid,
body textarea:required:valid {
    color: #666
}

body,
html {
    height: 100%
}

body {
    font-size: 18px;
    min-width: 320px;
    position: relative;
    font-family: OpenSansRegular, sans-serif;
    overflow-x: hidden;
    opacity: 1;
    color: #000
}

.hiden {
    display: none;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.popup {
    display: inline-block;
    max-width: 500px;
    background: #f0f0f0;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    z-index: 7
}

.popup h2 {
    font: 45px OpenSansExtraBold, sans-serif;
    text-align: center
}

.popup form {
    padding: 0 60px
}

.popup form p {
    padding: 10px 0 5px;
    font-size: 13px
}

.popup input {
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 7px;
    width: 100%
}

.popup button {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe61d), to(#ffd001));
    background: -webkit-linear-gradient(#ffe61d, #ffd001);
    background: linear-gradient(#ffe61d, #ffd001);
    border: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: OpenSansBold, sans-serif;
    margin-top: 20px;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
    outline: 0
}

.popup button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd001), to(#ffe61d));
    background: -webkit-linear-gradient(#ffd001, #ffe61d);
    background: linear-gradient(#ffd001, #ffe61d)
}

.popup .lab-wrp input {
    padding: 3px 7px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 12px
}

.popup .lab-wrp span {
    padding: 6px 10px 6px 10px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.popup .lab-wrp svg {
    width: 15px;
    height: 15px
}

.inp-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.close_btn {
    width: 35px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.close_btn img {
    width: 100%
}

a,
a:hover {
    text-decoration: none
}

nav {
    background: #399bcc;
}

.logo {
    padding-top: 5px
}

.logo img {
    float: left;
    margin-right: 15px
}

.logo h2 {
    font: 26px OpenSansExtraBold, sans-serif;
    color: #000;
    text-transform: uppercase
}

.logo h2 span {
    color: #d90000
}

.menu-top ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-top li {
    width: 100%;
    text-align: center
}

.menu-top a {
    color: #000;
    font: 14px OpenSansBold, sans-serif;
    text-transform: uppercase;
    min-height: 91px;
    display: block;
    padding-top: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.menu-top a:hover {
    background: #d90000;
    color: #fff
}

.menu-top img {
    height: 20px;
    vertical-align: bottom
}

.top-tel {
    padding: 0;
    text-align: right
}

.top-tel img {
    width: 15px;
    vertical-align: middle
}

.top-tel a {
    font: 20px OpenSansExtraBold, sans-serif;
    color: #000
}

.top-tel a span {
    font-size: 40px
}

.top-tel p {
    font: 20px OpenSansExtraBold, sans-serif;
    color: #d90000
}

.main {
    background: fixed url(../img/main.jpg) center/cover no-repeat;
    color: #fff;
    padding: 60px 0
}

.main h1 {
    font: 45px OpenSansExtraBold, sans-serif
}

.main h1 span {
    color: #399bcc;
    display: block
}

.main h4 {
    font-size: 20px
}

.main-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px
}

.main-list img {
    height: 85px
}

.main-list li {
    width: 100%;
    text-align: center
}

.main-list p {
    font: 16px OpenSansBold, sans-serif
}

.like {
    padding: 40px 0
}

.like h6 {
    font: 18px OpenSansBold, sans-serif;
    margin-bottom: 20px
}

.like h3 {
    font: 36px OpenSansExtraBold, sans-serif;
    padding: 15px 0
}

.like h3 span {
    color: #d90000
}

.digitals {
    background: #399bcc;
    padding: 30px 0
}

.digitals img {
    height: 61px;
    float: left;
    margin: 15px 15px 0 0
}

.digitals p {
    padding-left: 60px;
    font: 16px OpenSansBold, sans-serif;
    text-transform: uppercase
}

.digitals p span {
    font: 60px OpenSansExtraBold, sans-serif;
    display: block
}

.zakaz {
    padding: 40px 0;
    background: #f0f0f0
}

.zakaz h2 {
    font: 45px OpenSansExtraBold, sans-serif;
    text-align: center;
    padding-bottom: 20px
}

.zakaz p {
    padding: 15px 0 5px;
    font-size: 16px
}

.zakaz input,
.zakaz textarea {
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 5px;
    width: 100%
}

.zakaz textarea {
    height: 208px
}

.zakaz button {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe61d), to(#ffd001));
    background: -webkit-linear-gradient(#ffe61d, #ffd001);
    background: linear-gradient(#ffe61d, #ffd001);
    border: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: OpenSansBold, sans-serif;
    margin-top: 20px;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
    outline: 0
}

.zakaz button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd001), to(#ffe61d));
    background: -webkit-linear-gradient(#ffd001, #ffe61d);
    background: linear-gradient(#ffd001, #ffe61d)
}

.order {
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #06476c), color-stop(40%, #399bcc));
    background: -webkit-linear-gradient(left, #06476c 60%, #399bcc 40%);
    background: linear-gradient(90deg, #06476c 60%, #399bcc 40%)
}

.order-items {
    padding-left: 0
}

.order-items a {
    font: 25px OpenSansExtraBold, sans-serif;
    display: block;
    padding: 16px 0;
    color: #000;
    position: relative;
    padding-left: 20px
}

.order-items .active a {
    background: #d90000;
    color: #fff
}

.order-items .active a::before {
    content: '';
    border-right: 30px solid #d90000;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    left: -30px;
    top: 0;
    position: absolute
}

.blue-section {
    background: #06476c;
    padding: 20px 15px;
    color: #fff;
    position: relative
}

.blue-section .list-it>li {
    font: 25px OpenSansExtraBold, sans-serif;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dotted
}

.blue-section .list-it>li span,
.blue-section .list-it>li>ul {
    color: #399bcc;
    float: right
}

.blue-section p {
    font-size: 16px
}

.tbs {
    display: none
}

#tb1 {
    display: block
}

.stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stars li {
    border-bottom: none
}

.photo-z {
    background: -webkit-radial-gradient(ellipse, #b0efff, #06476c 67%);
    background: radial-gradient(ellipse, #b0efff, #06476c 67%);
    text-align: center
}

.ramka {
    width: 340px;
    height: 360px;
    background: url(../img/ram1.png) center no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

.ramka .zz {
    width: -webkit-calc(100% - 76px);
    width: calc(100% - 76px);
    z-index: 0;
    height: -webkit-calc(100% - 135px);
    height: calc(100% - 135px);
    margin-top: 39px
}

.ramka .ram2 {
    z-index: 2;
    position: absolute;
    top: 13px;
    left: 13px
}

.why {
    padding: 30px 0;
    text-align: center
}

.why h2 {
    font: 36px OpenSansExtraBold, sans-serif;
    padding-top: 30px;
    clear: both
}

.why h3 {
    font: 20px OpenSansBold, sans-serif;
    padding: 10px;
    background: #399bcc;
    text-transform: uppercase;
    margin: 20px auto
}

.why p i {
    font-family: OpenSansBold, sans-serif
}

.five-items p {
    margin: 15px auto 0
}

.five-items img {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 20px
}

.five-items span {
    font: 25px OpenSansExtraBold, sans-serif;
    background: #399bcc;
    padding: 5px 10px;
    margin-top: 15px;
    display: inline-block
}

.cupon {
    /* background: #399bcc; */
    padding: 20px 0 0;
    margin-top: 100px
}

.cupon .girl {
    margin-top: -120px
}

.form-cupon h2 {
    font: 45px OpenSansExtraBold, sans-serif;
    padding-bottom: 15px
}

.form-cupon form {
    text-align: center
}

.form-cupon input {
    border: none;
    padding: 10px 10px 10px 37px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: 100%;
    background: #fff url(../img/mail.svg) 10px center/20px no-repeat;
    margin: 20px auto 10px
}

.form-cupon button {
    color: #fff;
    text-transform: uppercase;
    font: 20px OpenSansBold, sans-serif;
    padding: 7px 20px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e60000), to(#cd0000));
    background: -webkit-linear-gradient(#e60000, #cd0000);
    background: linear-gradient(#e60000, #cd0000);
    border: none;
    margin: 20px auto
}

.form-cupon button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#cd0000), to(#e60000));
    background: -webkit-linear-gradient(#cd0000, #e60000);
    background: linear-gradient(#cd0000, #e60000)
}

.form-cupon p a {
    color: #000;
    font-size: 20px;
    font-family: OpenSansExtraBold, sans-serif
}

.form-cupon p a span {
    font-size: 40px
}

.contacts {
    padding: 20px 0;
    line-height: 1.5
}

.contacts form {
    margin: 20px auto
}

.contacts h2 {
    font: 40px OpenSansExtraBold, sans-serif;
    text-align: center;
    padding-bottom: 20px;
    color: #399bcc
}

.contacts textarea {
    width: 100%;
    height: 200px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin-top: 20px
}

.contacts button {
    color: #fff;
    text-transform: uppercase;
    font: 20px OpenSansBold, sans-serif;
    padding: 7px 20px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e60000), to(#cd0000));
    background: -webkit-linear-gradient(#e60000, #cd0000);
    background: linear-gradient(#e60000, #cd0000);
    border: none;
    margin: 20px auto
}

.contacts button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#cd0000), to(#e60000));
    background: -webkit-linear-gradient(#cd0000, #e60000);
    background: linear-gradient(#cd0000, #e60000)
}

.contacts address li {
    margin: 20px auto
}

.contacts address p {
    padding-left: 26px
}

.contacts address img {
    height: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 3px
}

.contacts address span {
    display: block;
    font-family: OpenSansBold, sans-serif;
    color: #d90000
}

.form-group {
    width: 100%
}

.lab-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.lab-wrp svg {
    width: 20px;
    height: 20px
}

.lab-wrp input {
    border: 1px solid #c8c8c8;
    padding: 10px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: 0;
    width: 100%
}

.lab-wrp input:focus {
    border-color: #d90000
}

.lab-wrp input:focus+span {
    background: #d90000;
    border-color: #d90000
}

.lab-wrp input:focus+span path {
    fill: #fff
}

.lab-wrp span {
    padding: 13px 15px 0 15px;
    border: 1px solid #c8c8c8;
    border-right: none;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff
}

#map {
    height: 400px;
    width: 100%;
    border-top: 3px solid #d90000
}

footer {
    /* background: #d90000; */
    background: #399bcc;
    padding: 20px 0;
    font-size: 14px;
    color: #fff
}

footer a {
    color: #399bcc
}

.checking {
    display: inline-block;
    font-size: 14px;
    position: relative
}

.checking input {
    outline: 0;
    width: auto
}

button:disabled {
    opacity: .3
}

.find-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

.find-btn img {
    width: 100px
}

.find-btn:hover {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

#answer {
    text-align: center
}

#answer h3 {
    font: 40px OpenSansExtraBold, sans-serif;
    text-transform: uppercase
}

.md-checkbox label {
    position: relative
}

.md-checkbox [type=checkbox] {
    display: none
}

.md-checkbox label:before {
    content: '';
    position: absolute;
    margin-left: -25px;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: -2px;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.md-checkbox [type=checkbox]:checked+label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}