@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;800&display=swap);
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
}

:focus {
    outline: 0
}

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
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

[hidden] {
    display: none
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    height: 4px;
    overflow: visible;
    border: 0;
    background: #fff;
    margin: 20px 0
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none
}

ul:not(.browser-default)>li {
    list-style-type: none
}

a {
    -webkit-tap-highlight-color: transparent
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center
}

.clearfix {
    clear: both
}

.z-depth-0 {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn,
.btn-floating,
.btn-large,
.card,
.card-panel,
.collapsible,
.dropdown-content,
.sidenav,
.toast,
.z-depth-1 {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.btn-floating:hover,
.btn-large:hover,
.btn:hover,
.z-depth-1-half {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

.z-depth-2 {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3)
}

.z-depth-3 {
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.z-depth-4 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2)
}

.modal,
.z-depth-5 {
    -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px -7px rgba(0, 0, 0, .2);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px -7px rgba(0, 0, 0, .2)
}

.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    -o-transition: box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s
}

.hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ee6e73
}

img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto
}

.hide {
    display: none!important
}

.left-align {
    text-align: left
}

.right-align {
    text-align: right
}

.center,
.center-align {
    text-align: center
}

.left {
    float: left!important
}

.right {
    float: right!important
}

.no-select,
input[type=range],
input[type=range]+.thumb {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.circle {
    border-radius: 50%
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.no-padding {
    padding: 0!important
}

.container {
    margin: 0 auto;
    max-width: 1640px
}

.col .row {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.section.no-pad {
    padding: 0
}

.section.no-pad-bot {
    padding-bottom: 0
}

.section.no-pad-top {
    padding-top: 0
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px
}

.row .col[class*=pull-],
.row .col[class*=push-] {
    position: relative
}

.row .col.s1 {
    width: 8.3333333333%
}

.row .col.s1,
.row .col.s2 {
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s2 {
    width: 16.6666666667%
}

.row .col.s3 {
    width: 25%
}

.row .col.s3,
.row .col.s4 {
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s4 {
    width: 33.3333333333%
}

.row .col.s5 {
    width: 41.6666666667%
}

.row .col.s5,
.row .col.s6 {
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s6 {
    width: 50%
}

.row .col.s7 {
    width: 58.3333333333%
}

.row .col.s7,
.row .col.s8 {
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s8 {
    width: 66.6666666667%
}

.row .col.s9 {
    width: 75%
}

.row .col.s9,
.row .col.s10 {
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s10 {
    width: 83.3333333333%
}

.row .col.s11 {
    width: 91.6666666667%
}

.row .col.s11,
.row .col.s12 {
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s12 {
    width: 100%
}

.row .col.offset-s1 {
    margin-left: 8.3333333333%
}

.row .col.pull-s1 {
    right: 8.3333333333%
}

.row .col.push-s1 {
    left: 8.3333333333%
}

.row .col.offset-s2 {
    margin-left: 16.6666666667%
}

.row .col.pull-s2 {
    right: 16.6666666667%
}

.row .col.push-s2 {
    left: 16.6666666667%
}

.row .col.offset-s3 {
    margin-left: 25%
}

.row .col.pull-s3 {
    right: 25%
}

.row .col.push-s3 {
    left: 25%
}

.row .col.offset-s4 {
    margin-left: 33.3333333333%
}

.row .col.pull-s4 {
    right: 33.3333333333%
}

.row .col.push-s4 {
    left: 33.3333333333%
}

.row .col.offset-s5 {
    margin-left: 41.6666666667%
}

.row .col.pull-s5 {
    right: 41.6666666667%
}

.row .col.push-s5 {
    left: 41.6666666667%
}

.row .col.offset-s6 {
    margin-left: 50%
}

.row .col.pull-s6 {
    right: 50%
}

.row .col.push-s6 {
    left: 50%
}

.row .col.offset-s7 {
    margin-left: 58.3333333333%
}

.row .col.pull-s7 {
    right: 58.3333333333%
}

.row .col.push-s7 {
    left: 58.3333333333%
}

.row .col.offset-s8 {
    margin-left: 66.6666666667%
}

.row .col.pull-s8 {
    right: 66.6666666667%
}

.row .col.push-s8 {
    left: 66.6666666667%
}

.row .col.offset-s9 {
    margin-left: 75%
}

.row .col.pull-s9 {
    right: 75%
}

.row .col.push-s9 {
    left: 75%
}

.row .col.offset-s10 {
    margin-left: 83.3333333333%
}

.row .col.pull-s10 {
    right: 83.3333333333%
}

.row .col.push-s10 {
    left: 83.3333333333%
}

.row .col.offset-s11 {
    margin-left: 91.6666666667%
}

.row .col.pull-s11 {
    right: 91.6666666667%
}

.row .col.push-s11 {
    left: 91.6666666667%
}

.row .col.offset-s12 {
    margin-left: 100%
}

.row .col.pull-s12 {
    right: 100%
}

.row .col.push-s12 {
    left: 100%
}

a {
    text-decoration: none
}

html {
    line-height: 1em;
    font-weight: 400
}

button:focus {
    outline: none
}

label {
    font-size: .8rem
}

section.section__top:before {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    position: relative
}

.black,
.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 45px 0 0;
    background-color: #9cc6da;
    width: 100%;
    max-width: 260px;
    height: auto;
    min-height: 65px;
    cursor: pointer;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .18);
    box-shadow: 0 0 30px rgba(0, 0, 0, .18);
    color: #fff;
    letter-spacing: .05em;
    text-decoration: none
}

.black:hover,
.blue:hover {
    color: #fff;
    background-color: #6e9cb2;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .25)
}

.black:active,
.black:focus,
.blue:active,
.blue:focus {
    background-color: #6e9cb2
}

.border {
    border-radius: 30px;
    background: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 0 0;
    width: 100%;
    max-width: 130px;
    height: auto;
    min-height: 65px;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 250px;
    text-decoration: none;
    font: 400 30px/1.3em Roboto;
    -webkit-transition: all .7s ease!important;
    -o-transition: all .7s ease!important;
    transition: all .7s ease!important;
  
    background: #ff0;
    color: #0d0d0d;
    border: 3px solid #ff0;
}

.border.back {
     background: #ff0;
    color: #0d0d0d;
    border: 3px solid #ff0;
}

.border:hover {
    background: #e2e561;
    color: #000;
    -webkit-box-shadow: 0 0 35px rgba(226, 229, 97, .8);
    box-shadow: 0 0 35px rgba(226, 229, 97, .8);
    border: 3px solid #e2e561;
    -webkit-transition: all .7s ease!important;
    -o-transition: all .7s ease!important;
    transition: all .7s ease!important
}

.black {
    background-color: #000;
    color: #fff
}

.black:hover {
    color: silver;
    background-color: #0d0d0d
}

p {
    line-height: 24px;
    font-size: 15px
}

.block__slider {
    display: none
}

div.slick-slider.slick-initialized {
    display: block
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
    z-index: 3
}

.slick-slider .ion-chevron-right {
    right: 0
}

.slick-slider .ion-chevron-left {
    left: 0
}

header {
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%
}

[class*=section__] {
    min-height: 450px;
    position: relative
}

body [class*=section__]:nth-child(2n) {
    background: #efefef;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

[class*=section__] h1 {
    font-size: 53px;
    color: #000
}

[class*=section__] h2 {
    font-size: 46px;
    color: #000
}

[class*=section__] h3 {
    font-size: 39px;
    color: #000
}
body{
    height: 100vh;
    background: url(bg.jpg) center top no-repeat;
    background-size:cover;

}
section.section__top {

    text-align: center;
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.section__top:before {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .57);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    z-index: 1
}

section.section__top .box__ {
    margin: 80px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

section.section__top .box__ a {
    -webkit-transition: opacity 2.2s ease .7s;
    -o-transition: opacity 2.2s ease .7s;
    transition: opacity 2.2s ease .7s
}

section.section__top .col {
    z-index: 2;
    position: relative
}

section.section__top h1 {
    color: #fff;
    margin-bottom: 50px;
    -webkit-transition: opacity 1.7s ease .7s;
    -o-transition: opacity 1.7s ease .7s;
    transition: opacity 1.7s ease .7s
}

section.section__top h2 {
    color: #fff;
    margin-bottom: 50px;
    -webkit-transition: opacity 1.9s ease .7s;
    -o-transition: opacity 1.9s ease .7s;
    transition: opacity 1.9s ease .7s
}

section.section__top.see a,
section.section__top.see h1,
section.section__top.see h2 {
    opacity: 1
}

@media only screen and (min-width:601px) {
    .container {
        width: 95%
    }
    .row .col.m1 {
        width: 8.3333333333%
    }
    .row .col.m1,
    .row .col.m2 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m2 {
        width: 16.6666666667%
    }
    .row .col.m3 {
        width: 25%
    }
    .row .col.m3,
    .row .col.m4 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m4 {
        width: 33.3333333333%
    }
    .row .col.m5 {
        width: 41.6666666667%
    }
    .row .col.m5,
    .row .col.m6 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m6 {
        width: 50%
    }
    .row .col.m7 {
        width: 58.3333333333%
    }
    .row .col.m7,
    .row .col.m8 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m8 {
        width: 66.6666666667%
    }
    .row .col.m9 {
        width: 75%
    }
    .row .col.m9,
    .row .col.m10 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m10 {
        width: 83.3333333333%
    }
    .row .col.m11 {
        width: 91.6666666667%
    }
    .row .col.m11,
    .row .col.m12 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m12 {
        width: 100%
    }
    .row .col.offset-m1 {
        margin-left: 8.3333333333%
    }
    .row .col.pull-m1 {
        right: 8.3333333333%
    }
    .row .col.push-m1 {
        left: 8.3333333333%
    }
    .row .col.offset-m2 {
        margin-left: 16.6666666667%
    }
    .row .col.pull-m2 {
        right: 16.6666666667%
    }
    .row .col.push-m2 {
        left: 16.6666666667%
    }
    .row .col.offset-m3 {
        margin-left: 25%
    }
    .row .col.pull-m3 {
        right: 25%
    }
    .row .col.push-m3 {
        left: 25%
    }
    .row .col.offset-m4 {
        margin-left: 33.3333333333%
    }
    .row .col.pull-m4 {
        right: 33.3333333333%
    }
    .row .col.push-m4 {
        left: 33.3333333333%
    }
    .row .col.offset-m5 {
        margin-left: 41.6666666667%
    }
    .row .col.pull-m5 {
        right: 41.6666666667%
    }
    .row .col.push-m5 {
        left: 41.6666666667%
    }
    .row .col.offset-m6 {
        margin-left: 50%
    }
    .row .col.pull-m6 {
        right: 50%
    }
    .row .col.push-m6 {
        left: 50%
    }
    .row .col.offset-m7 {
        margin-left: 58.3333333333%
    }
    .row .col.pull-m7 {
        right: 58.3333333333%
    }
    .row .col.push-m7 {
        left: 58.3333333333%
    }
    .row .col.offset-m8 {
        margin-left: 66.6666666667%
    }
    .row .col.pull-m8 {
        right: 66.6666666667%
    }
    .row .col.push-m8 {
        left: 66.6666666667%
    }
    .row .col.offset-m9 {
        margin-left: 75%
    }
    .row .col.pull-m9 {
        right: 75%
    }
    .row .col.push-m9 {
        left: 75%
    }
    .row .col.offset-m10 {
        margin-left: 83.3333333333%
    }
    .row .col.pull-m10 {
        right: 83.3333333333%
    }
    .row .col.push-m10 {
        left: 83.3333333333%
    }
    .row .col.offset-m11 {
        margin-left: 91.6666666667%
    }
    .row .col.pull-m11 {
        right: 91.6666666667%
    }
    .row .col.push-m11 {
        left: 91.6666666667%
    }
    .row .col.offset-m12 {
        margin-left: 100%
    }
    .row .col.pull-m12 {
        right: 100%
    }
    .row .col.push-m12 {
        left: 100%
    }
}

@media only screen and (min-width:993px) {
    .container {
        width: 90%
    }
    .row .col.l1 {
        width: 8.3333333333%
    }
    .row .col.l1,
    .row .col.l2 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l2 {
        width: 16.6666666667%
    }
    .row .col.l3 {
        width: 25%
    }
    .row .col.l3,
    .row .col.l4 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l4 {
        width: 33.3333333333%
    }
    .row .col.l5 {
        width: 41.6666666667%
    }
    .row .col.l5,
    .row .col.l6 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l6 {
        width: 50%
    }
    .row .col.l7 {
        width: 58.3333333333%
    }
    .row .col.l7,
    .row .col.l8 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l8 {
        width: 66.6666666667%
    }
    .row .col.l9 {
        width: 75%
    }
    .row .col.l9,
    .row .col.l10 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l10 {
        width: 83.3333333333%
    }
    .row .col.l11 {
        width: 91.6666666667%
    }
    .row .col.l11,
    .row .col.l12 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l12 {
        width: 100%
    }
    .row .col.offset-l1 {
        margin-left: 8.3333333333%
    }
    .row .col.pull-l1 {
        right: 8.3333333333%
    }
    .row .col.push-l1 {
        left: 8.3333333333%
    }
    .row .col.offset-l2 {
        margin-left: 16.6666666667%
    }
    .row .col.pull-l2 {
        right: 16.6666666667%
    }
    .row .col.push-l2 {
        left: 16.6666666667%
    }
    .row .col.offset-l3 {
        margin-left: 25%
    }
    .row .col.pull-l3 {
        right: 25%
    }
    .row .col.push-l3 {
        left: 25%
    }
    .row .col.offset-l4 {
        margin-left: 33.3333333333%
    }
    .row .col.pull-l4 {
        right: 33.3333333333%
    }
    .row .col.push-l4 {
        left: 33.3333333333%
    }
    .row .col.offset-l5 {
        margin-left: 41.6666666667%
    }
    .row .col.pull-l5 {
        right: 41.6666666667%
    }
    .row .col.push-l5 {
        left: 41.6666666667%
    }
    .row .col.offset-l6 {
        margin-left: 50%
    }
    .row .col.pull-l6 {
        right: 50%
    }
    .row .col.push-l6 {
        left: 50%
    }
    .row .col.offset-l7 {
        margin-left: 58.3333333333%
    }
    .row .col.pull-l7 {
        right: 58.3333333333%
    }
    .row .col.push-l7 {
        left: 58.3333333333%
    }
    .row .col.offset-l8 {
        margin-left: 66.6666666667%
    }
    .row .col.pull-l8 {
        right: 66.6666666667%
    }
    .row .col.push-l8 {
        left: 66.6666666667%
    }
    .row .col.offset-l9 {
        margin-left: 75%
    }
    .row .col.pull-l9 {
        right: 75%
    }
    .row .col.push-l9 {
        left: 75%
    }
    .row .col.offset-l10 {
        margin-left: 83.3333333333%
    }
    .row .col.pull-l10 {
        right: 83.3333333333%
    }
    .row .col.push-l10 {
        left: 83.3333333333%
    }
    .row .col.offset-l11 {
        margin-left: 91.6666666667%
    }
    .row .col.pull-l11 {
        right: 91.6666666667%
    }
    .row .col.push-l11 {
        left: 91.6666666667%
    }
    .row .col.offset-l12 {
        margin-left: 100%
    }
    .row .col.pull-l12 {
        right: 100%
    }
    .row .col.push-l12 {
        left: 100%
    }
}

@media only screen and (min-width:1100px) {
    .container {
        width: 90%
    }
}

@media only screen and (min-width:1300px) {
    .container {
        width: 90%
    }
}

@media only screen and (max-width:600px) {
    .col .row {
        margin-left: -1rem;
        margin-right: -1rem
    }
    .row .col {
        padding: 0 1rem
    }
}

@media only screen and (min-width:1201px) {
    .row .col.xl1 {
        width: 8.3333333333%
    }
    .row .col.xl1,
    .row .col.xl2 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl2 {
        width: 16.6666666667%
    }
    .row .col.xl3 {
        width: 25%
    }
    .row .col.xl3,
    .row .col.xl4 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl4 {
        width: 33.3333333333%
    }
    .row .col.xl5 {
        width: 41.6666666667%
    }
    .row .col.xl5,
    .row .col.xl6 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl6 {
        width: 50%
    }
    .row .col.xl7 {
        width: 58.3333333333%
    }
    .row .col.xl7,
    .row .col.xl8 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl8 {
        width: 66.6666666667%
    }
    .row .col.xl9 {
        width: 75%
    }
    .row .col.xl9,
    .row .col.xl10 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl10 {
        width: 83.3333333333%
    }
    .row .col.xl11 {
        width: 91.6666666667%
    }
    .row .col.xl11,
    .row .col.xl12 {
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl12 {
        width: 100%
    }
    .row .col.offset-xl1 {
        margin-left: 8.3333333333%
    }
    .row .col.pull-xl1 {
        right: 8.3333333333%
    }
    .row .col.push-xl1 {
        left: 8.3333333333%
    }
    .row .col.offset-xl2 {
        margin-left: 16.6666666667%
    }
    .row .col.pull-xl2 {
        right: 16.6666666667%
    }
    .row .col.push-xl2 {
        left: 16.6666666667%
    }
    .row .col.offset-xl3 {
        margin-left: 25%
    }
    .row .col.pull-xl3 {
        right: 25%
    }
    .row .col.push-xl3 {
        left: 25%
    }
    .row .col.offset-xl4 {
        margin-left: 33.3333333333%
    }
    .row .col.pull-xl4 {
        right: 33.3333333333%
    }
    .row .col.push-xl4 {
        left: 33.3333333333%
    }
    .row .col.offset-xl5 {
        margin-left: 41.6666666667%
    }
    .row .col.pull-xl5 {
        right: 41.6666666667%
    }
    .row .col.push-xl5 {
        left: 41.6666666667%
    }
    .row .col.offset-xl6 {
        margin-left: 50%
    }
    .row .col.pull-xl6 {
        right: 50%
    }
    .row .col.push-xl6 {
        left: 50%
    }
    .row .col.offset-xl7 {
        margin-left: 58.3333333333%
    }
    .row .col.pull-xl7 {
        right: 58.3333333333%
    }
    .row .col.push-xl7 {
        left: 58.3333333333%
    }
    .row .col.offset-xl8 {
        margin-left: 66.6666666667%
    }
    .row .col.pull-xl8 {
        right: 66.6666666667%
    }
    .row .col.push-xl8 {
        left: 66.6666666667%
    }
    .row .col.offset-xl9 {
        margin-left: 75%
    }
    .row .col.pull-xl9 {
        right: 75%
    }
    .row .col.push-xl9 {
        left: 75%
    }
    .row .col.offset-xl10 {
        margin-left: 83.3333333333%
    }
    .row .col.pull-xl10 {
        right: 83.3333333333%
    }
    .row .col.push-xl10 {
        left: 83.3333333333%
    }
    .row .col.offset-xl11 {
        margin-left: 91.6666666667%
    }
    .row .col.pull-xl11 {
        right: 91.6666666667%
    }
    .row .col.push-xl11 {
        left: 91.6666666667%
    }
    .row .col.offset-xl12 {
        margin-left: 100%
    }
    .row .col.pull-xl12 {
        right: 100%
    }
    .row .col.push-xl12 {
        left: 100%
    }
}

@media (max-width:600px) {
    .black, .blue {
        max-width: 210px;
        min-height: 50px
    }
    section.section__top .box__ {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    section.section__top .box__ a {
        max-width: 250px;
        font-size: 23px;
        min-width: 250px;
        margin: 15px 10px
    }
    section.section__top h1 {
        font: 400 50px/1.3em Roboto;
    }
    section.section__top h2 {
        font: 100 35px/1.3em Roboto;
    }
    [class*=section__] {
        padding: 30px 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    [class*=section__] h1 {
        font-size: 50px
    }
    [class*=section__] h1 {
        font-size: 38px
    }
    [class*=section__] h2 {
        font-size: 40px
    }
    [class*=section__] h2 {
        font-size: 38px
    }
    [class*=section__] h3 {
        font-size: 30px
    }
    [class*=section__] h3 {
        font-size: 38px
    }
    [class*=section__] {
        padding: 100px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    [class*=section__] h1 {
        font-size: 48px
    }
    [class*=section__] h1 {
        font-size: 35px
    }
    [class*=section__] h2 {
        font-size: 36px
    }
    [class*=section__] h2 {
        font-size: 35px
    }
    [class*=section__] h3 {
        font-size: 24px
    }
    [class*=section__] h3 {
        font-size: 35px
    }
}

@media (min-width:501px) and (max-width:767px) {
    [class*=section__] h1 {
        font-size: 47px
    }
    [class*=section__] h1 {
        font-size: 35px
    }
    [class*=section__] h2 {
        font-size: 34px
    }
    [class*=section__] h2 {
        font-size: 35px
    }
    [class*=section__] h3 {
        font-size: 21px
    }
    [class*=section__] h3 {
        font-size: 35px
    }
}

@media (max-width:500px) {
    [class*=section__] h1 {
        font-size: 47px
    }
    [class*=section__] h1 {
        font-size: 30px
    }
    [class*=section__] h2 {
        font-size: 34px
    }
    [class*=section__] h2 {
        font-size: 30px
    }
    [class*=section__] h3 {
        font-size: 21px
    }
    [class*=section__] h3 {
        font-size: 30px
    }
}

@media (min-width:992px) {
    section.section__top {
        background-size: contain
    }
    section.section__top .box__ a {
        margin: 0 20px
    }
    section.section__top h1 {
        font: 400 70px/1.3em Roboto;
        text-align: right;
    }
    section.section__top h2 {
        font: 100 55px/1.3em Roboto;
              text-align: right;
    }
  section.section__top .box__{
    justify-content: flex-end;
  }
  
  section.section__top .box__ a{
    margin-left: right;
    margin-right: 0px;
  }
}

@media (min-width:601px) and (max-width:991px) {
    section.section__top .box__ a {
        margin: 0 10px;
        max-width: 250px;
        font-size: 24px;
        min-width: 250px
    }
    section.section__top h1 {
        font: 400 60px/1.3em Roboto
    }
    section.section__top h2 {
        font: 100 45px/1.3em Roboto
    }
    [class*=section__] {
        padding: 50px 0
    }
}

@media (max-width:991px) {
    section.section__top .container>.row>div {
        max-width: 100%;
        width: 100%
    }
}

@media (min-width:1200px) {
    [class*=section__] {
        padding: 100px 0
    }
}

*{
    font-family: 'Roboto', sans-serif;
}