@font-face {
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-family: 'Roboto';
    font-weight: 200;
    font-display: swap;
}
@font-face {
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-family: 'Roboto';
    font-weight: 300;
    font-display: swap;
}
@font-face {
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-family: 'Roboto';
    font-weight: 600;
    font-display: swap;
}
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: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.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: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
       -moz-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;
       -moz-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;
       -moz-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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    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 {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    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: 2px;
    padding-right: 3px;
}
@media (min-width: 768px) {
    .container {
        width: 725px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 945px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 3px;
}
.row {
    margin-left: -2px;
    margin-right: -3px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 3px;
    padding-right: 2px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        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: 1250px) {
    .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
        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:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: ' ';
    display: table;
}
.clearfix:after, .container:after, .container-fluid: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-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-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;
    }
    th.visible-xs, td.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;
    }
    th.visible-sm, td.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;
    }
    th.visible-md, td.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: 1250px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1250px) {
    .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: 1250px) {
    .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;
    }
    th.visible-print, td.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;
    }
}
html {
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 10px;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*, *::after, *::before {
    box-sizing: inherit;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template, [hidden] {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
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: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
}
optgroup {
    font-weight: bold;
}
button, input, select {
    overflow: visible;
}
button, input, select, textarea {
    margin: 0;
}
button, select {
    text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
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;
}
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
.btn {
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
.vertical-container {
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.vertical-inner {
    position: relative;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 99;
}
.lottie {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
}
.lazy-frame-parent.no-background, .lazy-frame-parent.no-background .hide-background-on-hover {
    background: none !important;
}
.lottie.onhover {
    opacity: 1;
}
.lottie.onhover.noopacity {
    opacity: 1 !important;
}
.lazy-frame-parent.no-background .lottie.onhover, .lottie.onhover:hover {
    opacity: 1;
}
html {
    overflow-x: hidden;
}
body {
    width: 100%;
    overflow-x: hidden;
    background-color: #f3ebda;
    position: relative;
}
.container {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .container {
        width: 100%;
        padding: 0 5px;
    }
}
@media only screen and (min-width: 768px) {
    .container {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px) {
    .container {
        width: 945px;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}
@media only screen and (min-width: 1366px) {
    .container {
        max-width: 1366px;
        width: 100%;
    }
}
@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1515px;
        width: 100%;
    }
}
::placeholder {
    font-size: 16px;
    color: #828385;
    font-weight: 300;
}
.error_head {
    height: 100vh !important;
    margin: 0 !important;
}
.error_head .container {
    padding: 0 !important;
}
.error_404 {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center !important;
    color: #000;
    z-index: 5;
    font-size: 42px;
}
p {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
}
h1 {
    margin: 0;
}
h1,
h2 {
    display: table;
    text-align: left;
    color: #000;
    line-height: 1.2;
    font-family: 'Roboto';
    font-weight: 600;
    margin: 0;
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    h1,
    h2 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 768px) {
    h1,
    h2 {
        font-size: 44px;
    }
}
@media only screen and (min-width: 1768px) {
    h1,
    h2 {
        font-size: 45px;
    }
}
.h2_anime {
    display: block;
    width: 100%;
    height: 54px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.h2_anime span {
    display: inline-block;
    margin-top: 60px;
    transition: 0.75s ease-out;
}
.h2_anime.scrolled span {
    margin-top: 0;
}
.p_anime {
    display: block;
    width: 100%;
    height: 26px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.p_anime span {
    display: inline-block;
    margin-top: 30px;
    transition: 0.75s ease-out;
    transition-delay: 0.3s;
}
.p_anime.scrolled span {
    margin-top: 0;
}
.btn_block_anime {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.btn_block_anime .btn_blue {
    margin-top: 55px !important;
    transition: 0.75s ease-out;
    transition-delay: 0.6s;
}
.btn_block_anime.scrolled .btn_blue {
    margin-top: 0 !important;
}
.btn_block_anime.scrolled .btn_blue:hover {
    transition: 0.3s ease-in-out;
    transition-delay: 0s !important;
}
h3 {
    line-height: 1;
    margin: 0;
    color: #000;
    position: relative;
}
h4 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
}
h5 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1;
}
a {
    outline: none;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
.ic_tel {
    width: 22px;
    height: 22px;
    background: url(../images/ic_tel.svg) 50% 50% no-repeat;
    background-size: cover;
    transform: rotate3d(0, 0, 0, 0deg);
    transition: 0.4s ease-out;
}
.ic_tel:hover {
    transform: rotate3d(0, 1, 0, 360deg);
}
.ic_ins {
    width: 22px;
    height: 22px;
    background: url(../images/ic_ins.svg) 50% 50% no-repeat;
    background-size: cover;
    transform: rotate3d(0, 0, 0, 0deg);
    transition: 0.4s ease-out;
}
.ic_ins:hover {
    transform: rotate3d(0, 1, 0, 360deg);
}
.ic_yout {
    width: 28px;
    background: url(../images/ic_yout.svg) 50% 50% no-repeat;
    background-size: cover;
    transform: rotate3d(0, 0, 0, 0deg);
    transition: 0.4s ease-out;
}
.ic_yout:hover {
    transform: rotate3d(0, 1, 0, 360deg);
}
.a_block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.ic {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
}
.ic:before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate3d(0, 0, 0, 0deg);
    z-index: 1;
    transition: 0.6s ease-out;
}
.ic svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    position: relative;
    z-index: 2;
    transition: 0.6s ease-out;
    transform: rotate3d(0, 0, 0, 0deg);
}
@media only screen and (min-width: 1200px) {
    .ic:hover svg {
        fill: #6e6e6e;
        transform: rotate3d(0, 1, 0, 360deg);
    }
    .ic:hover:before {
        background-color: #fff;
        transform: translate(-50%, -50%) rotate3d(0, 1, 0, 360deg);
    }
}
.btn_white {
    display: flex;
    width: 160px;
    height: 40px;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 20px;
    outline: none;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    transition: 0.3s ease-in-out;
    position: relative;
    letter-spacing: 0;
    border: 1px solid #000;
}
.btn_white span {
    z-index: 2;
    position: relative;
}
.btn_white:hover {
    letter-spacing: 1px;
}
.btn_blue {
    display: flex;
    width: 160px;
    height: 40px;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: #30436a;
    border: none;
    border-radius: 20px;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 200;
    transition: 0.3s ease-in-out;
    position: relative;
    letter-spacing: 0;
}
.btn_blue span {
    z-index: 2;
    position: relative;
}
.btn_blue:hover {
    letter-spacing: 1px;
}
.btn_blue.desinge {
    position: fixed;
    z-index: 10;
    bottom: 15px;
    right: 15px;
}
.arr_l {
    width: 50px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    transition: 0.3s ease-out;
}
.arr_l:before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f7490e;
    box-shadow: 0 0 20px 0 #f7490e;
    opacity: 0;
    transition: 0.3s ease-out;
}
.arr_l .arr_l_block {
    width: 50px;
    height: 1px;
    background-color: #7c7c7c;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
}
.arr_l .arr_l_block:before {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background-color: #7c7c7c;
    position: absolute;
    top: -2px;
    left: -2px;
    transform: rotate(-40deg);
    transition: 0.3s ease-out;
}
.arr_l .arr_l_block:after {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background-color: #7c7c7c;
    position: absolute;
    top: 2px;
    left: -2px;
    transform: rotate(40deg);
    transition: 0.3s ease-out;
}
.arr_l:hover:before {
    opacity: 0.8;
}
.arr_l:hover .arr_l_block {
    background-color: #f7490e;
}
.arr_l:hover .arr_l_block:before {
    background-color: #f7490e;
}
.arr_l:hover .arr_l_block:after {
    background-color: #f7490e;
}
.arr_l.arr_wite:hover .arr_l_block {
    background-color: #f5f2eb;
}
.arr_l.arr_wite:hover .arr_l_block:before {
    background-color: #f5f2eb;
}
.arr_l.arr_wite:hover .arr_l_block:after {
    background-color: #f5f2eb;
}
.arr_r {
    width: 50px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    transition: 0.3s ease-out;
}
.arr_r:before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f7490e;
    box-shadow: 0 0 20px 0 #f7490e;
    opacity: 0;
    transition: 0.3s ease-out;
}
.arr_r .arr_r_block {
    width: 50px;
    height: 1px;
    background-color: #7c7c7c;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
}
.arr_r .arr_r_block:before {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background-color: #7c7c7c;
    position: absolute;
    top: -2px;
    right: -2px;
    transform: rotate(40deg);
    transition: 0.3s ease-out;
}
.arr_r .arr_r_block:after {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background-color: #7c7c7c;
    position: absolute;
    top: 2px;
    right: -2px;
    transform: rotate(-40deg);
    transition: 0.3s ease-out;
}
.arr_r:hover:before {
    opacity: 0.8;
}
.arr_r:hover .arr_r_block {
    background-color: #f7490e;
}
.arr_r:hover .arr_r_block:before {
    background-color: #f7490e;
}
.arr_r:hover .arr_r_block:after {
    background-color: #f7490e;
}
.arr_r.arr_wite:hover .arr_r_block {
    background-color: #f5f2eb;
}
.arr_r.arr_wite:hover .arr_r_block:before {
    background-color: #f5f2eb;
}
.arr_r.arr_wite:hover .arr_r_block:after {
    background-color: #f5f2eb;
}
.a_hover {
    position: relative;
    transition: 0s;
    transition-delay: 0;
    transition: transform 0.2s ease-out;
}
.a_hover:before {
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background: #000;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease-out;
}
.a_hover:hover:before, .a_hover.active:before {
    transform: scaleX(1);
    transform-origin: left;
}
.menu {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 1001;
    background: #f3ebda;
    transition: all 0.3s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .menu {
        left: -100%;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .menu {
        left: -300px;
        width: 300px;
    }
}
.table {
    display: table;
    height: 100%;
    width: 100%;
}
.cell {
    margin: 0;
}
.page_wrapper {
    height: 100%;
    width: 100%;
}
.page_wrapper.push {
    margin-left: 0;
}
#menu-trigger {
    width: 30px;
    height: 14px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    z-index: 99;
    position: fixed;
    left: 5px;
    transition: all 0.3s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    z-index: 1100;
}
@media only screen and (min-width: 320px) {
    #menu-trigger {
        top: 23px;
        left: 5px;
    }
}
@media only screen and (min-width: 1200px) {
    #menu-trigger {
        top: 33px;
        left: -45px;
    }
}
@media only screen and (min-width: 1200px) {
    #menu-trigger.anime {
        left: 5px;
    }
}
#menu-trigger.clicked {
    top: 20px;
}
@media only screen and (min-width: 320px) {
    #menu-trigger.clicked {
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (min-width: 768px) {
    #menu-trigger.clicked {
        left: 5px;
        transform: none;
    }
}
#menu-trigger div {
    position: relative;
    height: 2px;
    width: 30px;
    transition: all 0.3s ease;
    display: block;
    z-index: 99;
    background-color: #000;
}
#menu-trigger:hover {
    cursor: pointer;
}
#menu-trigger.clicked div:nth-child(even) {
    opacity: 0;
}
#menu-trigger.clicked div:nth-child(1) {
            transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
            transform: rotate(48deg);
    top: 0;
    left: 0;
}
#menu-trigger.clicked div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -12px;
    right: 0;
}
@media only screen and (min-width: 320px) {
    #leftside-navigation {
        height: 100vh;
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    #leftside-navigation {
        height: 100vh;
        display: flex;
        align-items: center;
        align-content: space-between;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 320px) {
    .menu ul {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
}
@media only screen and (min-width: 768px) {
    .menu ul {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        margin-top: 45px;
    }
}
.menu li {
    width: 100vw;
    list-style: none;
    display: block;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s;
    font-size: 16px;
    font-family: sans-serif;
}
@media only screen and (min-width: 768px) {
    .menu li {
        padding-left: 10px;
    }
}
.menu li a {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 200;
}
@media only screen and (min-width: 320px) {
    .menu li a {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .menu li a {
        margin: 0;
    }
}
.menu .don_info {
    margin: 20px 0 0 0;
}
.menu .don_info li a {
    color: #000;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 300;
}
@media only screen and (min-width: 320px) {
    .menu .don_info li a {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .menu .don_info li a {
        margin: 0;
    }
}
.menu .footer_sec_3_ic {
    width: 95px;
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 320px) {
    .menu .footer_sec_3_ic {
        margin: 20px auto;
    }
}
@media only screen and (min-width: 768px) {
    .menu .footer_sec_3_ic {
        margin: 20px 0 20px 10px;
    }
}
.menu.open {
    left: 0;
    box-shadow: -10px 0 10px 0 rgba(21, 21, 21, 0.53);
}
.menu-tint {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}
.menu-tint.open {
    opacity: 0.15;
    z-index: 97;
    position: fixed;
    animation: initial;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 200;
}
input {
    width: 100%;
    height: 40px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #56575a;
    outline: none;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0 10px;
}
input::placeholder {
    text-align: left;
    font-size: 15px;
    color: #949494;
    font-weight: 300;
}
input.invalid {
    border-color: #f00;
    border: 1px solid #f00;
    transition: 0.3s ease-out;
}
input.invalid::placeholder {
    color: #f00;
    transition: 0.3s ease-out;
}
textarea {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    max-height: 160px;
    min-height: 160px;
    height: 160px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #56575a;
    outline: none;
    text-align: left;
    font-size: 15px;
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 300;
    margin-bottom: 10px;
    padding: 5px;
}
textarea::placeholder {
    text-align: center;
    padding-top: 60px;
    font-size: 15px;
    color: #949494;
    font-weight: 300;
}
.bg_pop_up {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2001;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.bg_pop_up.shown {
    visibility: visible;
    opacity: 1;
}
.bg_pop_up .exit {
    position: absolute;
    cursor: pointer;
    z-index: 3;
    border: 1px solid #000;
    border-radius: 50%;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .exit {
        width: 20px;
        height: 20px;
        top: 5px;
        right: 5px;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .exit {
        top: 20px;
        right: 20px;
    }
}
.bg_pop_up .exit .exit_1 {
    width: 12px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 2;
}
.bg_pop_up .exit .exit_2 {
    width: 12px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 2;
}
.bg_pop_up .popup {
    transition: all 0.4s ease;
}
.bg_pop_up .popup.closed {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -100%);
}
.bg_pop_up .pop-up.closed *, .bg_pop_up .pop-up.closed *::placeholder {
    transition: none !important;
}
.bg_pop_up .pop-up h2 {
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.bg_pop_up .pop-up p {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
}
.bg_pop_up .pop-up form {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bg_pop_up .pop-up.thanks {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .pop-up.thanks {
        width: 300px;
        height: 350px;
        padding: 40px;
    }
}
@media only screen and (min-width: 560px) {
    .bg_pop_up .pop-up.thanks {
        width: 400px;
        height: 350px;
        padding: 60px;
    }
}
.bg_pop_up .pop-up.inform {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(90deg, #111112 35%, #1b1b1b 75%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .pop-up.inform {
        width: 300px;
        height: auto;
        padding: 40px 10px;
    }
}
@media only screen and (min-width: 560px) {
    .bg_pop_up .pop-up.inform {
        width: 400px;
        padding: 60px;
    }
}
.bg_pop_up .pop-up.inform h2 {
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.bg_pop_up .pop-up.inform h3 {
    width: 100%;
    font-size: 15px;
    color: #000;
    font-family: 'UniNeue';
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.bg_pop_up .pop-up.inform p {
    text-align: justify;
}
.bg_pop_up .pop-up.order-design {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .pop-up.order-design {
        width: 300px;
        padding: 15px;
    }
}
@media only screen and (min-width: 560px) {
    .bg_pop_up .pop-up.order-design {
        padding: 45px 30px;
    }
}
.bg_pop_up .pop-up.order-design .btn_blue {
    font-size: 14px;
}
.bg_pop_up .pop-up.order-design .input_block {
    width: 100%;
    position: relative;
}
.bg_pop_up .pop-up.order-design .input_block input {
    position: relative;
    z-index: 2;
}
.bg_pop_up .pop-up.order-design .input_block span {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 40%;
    right: 10px;
    font-size: 16px;
    transform: translateY(-50%);
    color: #f00;
    line-height: 1;
}
.bg_pop_up .pop-up.order-design .cont_check {
    width: 100%;
    margin-bottom: 5px;
}
.bg_pop_up .pop-up.order-design .cont_check h3 {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin: 15px 0;
}
.bg_pop_up .pop-up.order-design .config {
    width: 100%;
    min-height: 27px;
    position: relative;
}
.bg_pop_up .pop-up.order-design .config label {
    cursor: pointer;
    position: relative;
}
.bg_pop_up .pop-up.order-design .config label span {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 40%;
    right: -10px;
    font-size: 16px;
    transform: translateY(-50%);
    color: #f00;
    line-height: 1;
}
.bg_pop_up .pop-up.order-design .config input {
    display: none;
}
.bg_pop_up .pop-up.order-design .config input[type=checkbox] + label:before {
    content: '';
    color: transparent;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #b9b9b9;
    box-shadow: inset 0 0 0 0 rgba(185, 185, 185, 0);
    border-radius: 3px;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    transition: 0.3s ease-in;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .pop-up.order-design .config input[type=checkbox] + label:before {
        top: 40%;
    }
}
@media only screen and (min-width: 768px) {
    .bg_pop_up .pop-up.order-design .config input[type=checkbox] + label:before {
        top: 45%;
    }
}
.bg_pop_up .pop-up.order-design .config input[type=checkbox]:checked + label:before {
    background: center / contain no-repeat url(../images/check-mark.svg), #fff;
}
.bg_pop_up .pop-up.order-design .config label {
    float: left;
    font-size: 14px;
    color: #37373c;
    font-family: 'Ruda';
    font-weight: 300;
    padding: 0 0 0 30px;
    line-height: 1;
}
.gorizontal-slider-slides {
    position: relative;
    width: 100%;
}
.header_sl_min_img .gorizontal-slider-slides {
    width: 100% !important;
}
.gorizontal-slider-track {
    display: flex;
    position: relative;
    height: 100% !important;
    transition: left 0.4s;
}
.header_sl_min_img .gorizontal-slider-item.movable {
    opacity: 0;
}
.gorizontal-slider-item.pseudo {
    opacity: 0;
    visibility: hidden;
}
.gorizontal-slider.fullmove .gorizontal-slider-dots li {
    transition: all 0.4s;
}
.gorizontal-slider.fullmove .gorizontal-slider-dots li:not(.active):not(.first):not(.last):not(.prev):not(.next):not(.tripledots) {
    width: 0;
    overflow: hidden;
}
.gorizontal-slider.fullmove .gorizontal-slider-dots li.tripledots {
    pointer-events: none;
}
.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f3ebda;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
@media only screen and (min-width: 320px) {
    .header {
        padding: 0 5px;
        min-height: 60px;
    }
}
@media only screen and (min-width: 768px) {
    .header {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .header {
        min-height: 80px;
    }
}
.header .logo {
    display: block;
    background: url(../images/logo.png) 50% 50% no-repeat;
    background-size: contain;
    transition: 1s ease-out;
}
@media only screen and (min-width: 320px) {
    .header .logo {
        width: 50px;
        height: 50px;
        margin-left: 35px;
    }
}
@media only screen and (min-width: 768px) {
    .header .logo {
        margin-left: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .logo {
        width: 70px;
        height: 70px;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
}
.header .header_ins {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: 1s ease-out;
    margin-left: -15px;
}
@media only screen and (min-width: 320px) {
    .header .header_ins {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .header .header_ins {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
.header .header_ins p {
    color: #000;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 300;
}
.header .header_ins a {
    color: #000;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 600;
}
.header .tel {
    color: #000;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 300;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: 1s ease-out;
}
@media only screen and (min-width: 320px) {
    .header .tel {
        margin-right: 55px;
    }
}
@media only screen and (min-width: 768px) {
    .header .tel {
        margin-right: 25px;
    }
}
.header .block_v {
    width: 40px;
    height: 25px;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -145px;
    transition: 0.3s ease-out;
}
.header .block_v .block_v_cont {
    font-size: 17px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
}
.header .block_v .block_v_arr {
    width: 12px;
    height: 6px;
    position: absolute;
    top: 9px;
    right: 0;
    background: url(../images/arrow_v.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: 0.3s ease-out;
    transform: rotate(0);
}
.header .block_v .block_v_s {
    width: 24px;
    position: absolute;
    top: 24px;
    left: 0;
    transition: 0.3s ease-out;
    clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
    z-index: -1;
}
@media only screen and (min-width: 320px) {
    .header .block_v .block_v_s {
        background-color: #f3ebda;
    }
}
@media only screen and (min-width: 1200px) {
    .header .block_v .block_v_s {
        background-color: transparent;
    }
}
.header .block_v .block_v_s a {
    font-size: 17px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
    .header .block_v.active {
        top: 20%;
    }
}
.header .block_v.active .block_v_arr {
    transform: rotate(-180deg);
}
.header .block_v.active .block_v_s {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.header.anime .logo {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.header.anime .header_ins {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.header.anime .tel {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.header.anime .block_v {
    right: 5px;
}
.sec_1 {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
}
@media only screen and (min-width: 320px) {
    .sec_1 {
        padding-top: 65px;
    }
}
@media only screen and (min-width: 1200px) {
    .sec_1 {
        padding-top: 85px;
    }
}
@media only screen and (min-width: 560px) {
    .sec_1 {
        column-gap: 5px;
    }
}
.sec_1 .sec_1_cont {
    overflow: hidden;
    position: relative;
    transition: 0.4s ease-out;
}
.sec_1 .sec_1_cont.hidden-block {
    height: 0;
}
@media only screen and (min-width: 320px) {
    .sec_1 .sec_1_cont {
        width: 100%;
        height: calc(100vw / 16 * 9);
    }
}
@media only screen and (min-width: 560px) {
    .sec_1 .sec_1_cont {
        width: calc(50% - 2.5px);
        height: calc(50vw / 16 * 9);
    }
}
.sec_1 .sec_1_cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.sec_1 .sec_1_cont .sec_1_cont_block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.sec_1 .sec_1_cont .sec_1_cont_block:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: rgba(0, 0, 0, 0.25);
    transition: 0.4s ease-out;
}
.sec_1 .sec_1_cont .sec_1_cont_block p {
    font-weight: 600;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .sec_1 .sec_1_cont .sec_1_cont_block p {
        font-size: 24px;
        bottom: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .sec_1 .sec_1_cont .sec_1_cont_block p {
        font-size: 42px;
        bottom: 30px;
    }
}
.sec_1 .sec_1_cont:hover .sec_1_cont_block:before {
    left: 0;
}
.sec_1 .sec_1_cont:hover .sec_1_cont_block p {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
@media only screen and (min-width: 320px) {
    .sec_1 .sec_1_cont:hover .sec_1_cont_block p {
        left: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .sec_1 .sec_1_cont:hover .sec_1_cont_block p {
        left: 30px;
    }
}
.sec_2 {
    padding: 90px 0;
    background-color: #f3ebda;
    position: relative;
    transition: 1.5s ease-out;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
}
.sec_2 h2 {
    text-align: center;
    margin-bottom: 30px;
}
.sec_2 p {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 300;
    margin-bottom: 30px;
}
.sec_2 .btn_blue {
    width: 260px;
    height: 50px;
    font-size: 22px;
    border-radius: 25px;
    margin: 0 auto;
    font-weight: 100;
}
.sec_2.anime {
    box-shadow: inset 0 0 25px -1px rgba(0, 0, 0, 0.3);
}
.portfolio {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
}
@media only screen and (min-width: 320px) {
    .portfolio {
        padding-top: 65px;
    }
}
@media only screen and (min-width: 1200px) {
    .portfolio {
        padding-top: 85px;
    }
}
.portfolio .portfolio_block {
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-out;
}
.portfolio .portfolio_block.hidden-block {
    height: 0;
}
@media only screen and (min-width: 320px) {
    .portfolio .portfolio_block {
        width: 100%;
        height: calc(100vw / 16 * 9);
    }
}
@media only screen and (min-width: 768px) {
    .portfolio .portfolio_block {
        width: calc(50% - 2.5px);
        height: calc(50vw / 16 * 9);
    }
}
.portfolio .portfolio_block:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: rgba(0, 0, 0, 0.25);
    transition: 0.8s ease-out;
    z-index: 3;
}
.portfolio .portfolio_block iframe {
    width: 100%;
    height: 100%;
}
.portfolio .portfolio_block .block_360 {
    width: 102px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    cursor: pointer;
}
.portfolio .portfolio_block .block_360 .block_360_ic {
    width: 49px;
    height: 32px;
    background: url(../images/virtual.svg) 50% 50% no-repeat;
}
.portfolio .portfolio_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.portfolio .portfolio_block img.portfolio-after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
.portfolio .portfolio_block.active .portfolio-after {
    opacity: 1;
    visibility: visible;
}
.portfolio .portfolio_block .loock_block_info {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .portfolio .portfolio_block .loock_block_info {
        height: 55px;
    }
}
@media only screen and (min-width: 768px) {
    .portfolio .portfolio_block .loock_block_info {
        height: 80px;
    }
}
.portfolio .portfolio_block .loock_block_info .info_title {
    background: rgba(225, 225, 225, 0.7);
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
    box-shadow: inset -2px 2px 0 2px #fff;
}
@media only screen and (min-width: 320px) {
    .portfolio .portfolio_block .loock_block_info .info_title {
        width: calc(100% - 130px);
        height: 55px;
    }
}
@media only screen and (min-width: 480px) {
    .portfolio .portfolio_block .loock_block_info .info_title {
        width: calc(100% - 200px);
    }
}
@media only screen and (min-width: 768px) {
    .portfolio .portfolio_block .loock_block_info .info_title {
        height: 80px;
    }
}
.portfolio .portfolio_block .loock_block_info .info_title h3 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 600;
    letter-spacing: normal;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .portfolio .portfolio_block .loock_block_info .info_title h3 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .portfolio .portfolio_block .loock_block_info .info_title h3 {
        font-size: 23px;
    }
}
@media only screen and (min-width: 1200px) {
    .portfolio .portfolio_block .loock_block_info .info_title h3:hover {
        letter-spacing: 1px;
    }
}
.portfolio .portfolio_block .loock_block_info .info_block {
    background: rgba(0, 0, 0, 0.7);
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .portfolio .portfolio_block .loock_block_info .info_block {
        width: 130px;
        height: 55px;
    }
}
@media only screen and (min-width: 480px) {
    .portfolio .portfolio_block .loock_block_info .info_block {
        width: 200px;
    }
}
@media only screen and (min-width: 768px) {
    .portfolio .portfolio_block .loock_block_info .info_block {
        height: 80px;
    }
}
.portfolio .portfolio_block .loock_block_info .info_block .info_perekl {
    width: 12px;
    flex: 0 0 12px;
    height: 40px;
    border-radius: 6px;
    background-color: #767674;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 320px) {
    .portfolio .portfolio_block .loock_block_info .info_block .info_perekl {
        margin: 0 5px 0 13px;
    }
}
@media only screen and (min-width: 480px) {
    .portfolio .portfolio_block .loock_block_info .info_block .info_perekl {
        margin: 0 13px;
    }
}
.portfolio .portfolio_block .loock_block_info .info_block .info_perekl .info_perekl_krug {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s ease-out;
}
.portfolio .portfolio_block .loock_block_info .info_block .info_perekl.active {
    background-color: #ccc;
}
.portfolio .portfolio_block .loock_block_info .info_block .info_perekl.active .info_perekl_krug {
    background-color: #39f;
    top: 100%;
    transform: translate(-50%, -15px);
}
.portfolio .portfolio_block .loock_block_info .info_block .info_b_a {
    width: 110px;
    height: 40px;
    position: relative;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .portfolio .portfolio_block .loock_block_info .info_block .info_b_a {
        margin: 0 5px 0 5px;
    }
}
@media only screen and (min-width: 480px) {
    .portfolio .portfolio_block .loock_block_info .info_block .info_b_a {
        margin: 0 13px;
    }
}
.portfolio .portfolio_block .loock_block_info .info_block .info_b_a p {
    width: 100%;
    color: #c2c0c0;
    font-family: 'Roboto';
    font-weight: 200;
    transition: 0.5s ease-out;
    cursor: pointer;
}
@media only screen and (min-width: 320px) {
    .portfolio .portfolio_block .loock_block_info .info_block .info_b_a p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 480px) {
    .portfolio .portfolio_block .loock_block_info .info_block .info_b_a p {
        font-size: 16px;
    }
}
.portfolio .portfolio_block .loock_block_info .info_block .info_b_a p.active {
    font-family: 'Roboto';
    font-weight: 300;
    color: #fff;
}
.portfolio .portfolio_block .loock_block_info .info_block .info_b_a .polo {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    background-color: #fff;
}
.portfolio .portfolio_block.active:before, .portfolio .portfolio_block:not(.active):hover:before {
    left: 100%;
}
.portfolio .portfolio_block.active:hover:before {
    left: -100%;
}
.portfolio .portfolio_block.one_img .info_title {
    width: 100%;
}
.portfolio .portfolio_block.one_img .info_block {
    display: none;
}
.services {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
}
@media only screen and (min-width: 320px) {
    .services {
        padding: 65px 0 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .services {
        padding: 85px 0 50px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .services {
        padding: 120px 0 50px 0;
    }
}
.services .services_sl {
    width: 100%;
}
.services .services_sl .services_sl_track {
    width: 5000%;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}
.services .services_sl .services_sl_track .services_sl_block {
    width: 22.5vw;
    padding: 50px 10px;
    margin: 0 1vw;
    box-shadow: inset 0 0 15px -1px rgba(0, 0, 0, 0.2);
}
.services .services_sl .services_sl_track .services_sl_block span {
    display: table;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 200;
    color: #000;
}
.services .services_sl .services_sl_track .services_sl_block h3 {
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #000;
    margin: 45px 0;
}
.services .services_sl .services_sl_track .services_sl_block p {
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #000;
    margin-bottom: 45px;
}
.services .services_sl .services_sl_track .services_sl_block .services_sl_block_cont {
    width: 100%;
}
.services .services_sl .services_sl_track .services_sl_block .services_sl_block_cont p {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 200;
    color: #000;
    text-align: left;
    margin: 20px 0;
}
.services .services_sl .services_sl_track .services_sl_block .services_sl_block_cont ol {
    padding-left: 15px;
}
.services .services_sl .services_sl_track .services_sl_block .services_sl_block_cont ol li {
    list-style-type: auto !important;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #000;
    padding: 2.5px 0;
}
.services .bull_cont {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}
@media only screen and (min-width: 1200px) {
    .services .bull_cont {
        margin-left: -7px;
    }
}
.services .bull_cont li {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
    box-shadow: inset 0 0 0 10px #30436a;
    transition: 0.2s ease-out;
}
.services .bull_cont li.active, .services .bull_cont li:hover {
    box-shadow: inset 0 0 0 5px #30436a;
}
.blog {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
}
@media only screen and (min-width: 320px) {
    .blog {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .blog {
        width: 100vw;
    }
}
@media only screen and (min-width: 1200px) {
    .blog {
        padding-top: 85px;
    }
}
.blog.no_pad {
    padding-top: 0;
    padding-bottom: 50px;
}
.blog .blog_block {
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-out;
}
.blog .blog_block.hidden-block {
    height: 0;
}
@media only screen and (min-width: 320px) {
    .blog .blog_block {
        width: 100%;
        height: calc(100vw / 16 * 9);
    }
}
@media only screen and (min-width: 768px) {
    .blog .blog_block {
        width: calc(50% - 2.5px);
        height: calc(50vw / 16 * 9);
    }
}
.blog .blog_block:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: rgba(0, 0, 0, 0.25);
    transition: 0.8s ease-out;
    z-index: 2;
}
.blog .blog_block.no_anime:before {
    display: none;
}
.blog .blog_block .block_360 {
    width: 102px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}
.blog .blog_block .block_360 .block_360_ic {
    width: 49px;
    height: 32px;
    background: url(../images/virtual.svg) 50% 50% no-repeat;
}
.blog .blog_block iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.blog .blog_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    transition: 0.4s ease-out;
}
.blog .blog_block .loock_block_info {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .blog .blog_block .loock_block_info {
        height: 55px;
    }
}
@media only screen and (min-width: 768px) {
    .blog .blog_block .loock_block_info {
        height: 80px;
    }
}
.blog .blog_block .loock_block_info .info_title {
    background: rgba(225, 225, 225, 0.7);
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    box-shadow: inset 0 5px 0 0 #fff;
}
@media only screen and (min-width: 320px) {
    .blog .blog_block .loock_block_info .info_title {
        width: 100%;
        height: 55px;
    }
}
@media only screen and (min-width: 768px) {
    .blog .blog_block .loock_block_info .info_title {
        height: 80px;
    }
}
.blog .blog_block .loock_block_info .info_title h3 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 600;
    letter-spacing: normal;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .blog .blog_block .loock_block_info .info_title h3 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .blog .blog_block .loock_block_info .info_title h3 {
        font-size: 23px;
    }
}
@media only screen and (min-width: 1200px) {
    .blog .blog_block .loock_block_info .info_title h3:hover {
        letter-spacing: 1px;
    }
}
.blog .blog_block:hover:before {
    left: 100%;
}
.about {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
}
@media only screen and (min-width: 320px) {
    .about {
        padding: 65px 5px 0 5px;
    }
}
@media only screen and (min-width: 1200px) {
    .about {
        padding: 85px 30px 0 30px;
    }
}
.about__main {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (min-width: 320px) {
    .about__main {
        padding: 0 5px 0 5px;
    }
}
@media only screen and (min-width: 768px) {
    .about__main {
        padding: 0 5px 0 0;
    }
}
@media only screen and (min-width: 1200px) {
    .about__main {
        padding: 0 5px 0 0;
    }
}
.about__main__item {
    position: relative;
    padding: 32px 0;
    font-size: 18px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 200;
}
@media only screen and (min-width: 768px) {
    .about__main__item {
        /* min-height: 600px; */
        width: 100%;
    }
}
.about__main__item h1,
.about__main__item h2 {
    /* text-align: left; */
    color: #000;
    margin: 0;
    padding: 32px 0;
    /* text-transform: uppercase; */
}
@media only screen and (min-width: 768px) {
    .about__main__item h1,
    .about__main__item h2 {
        width: 100%;
        /* float: left;
        padding-left: 50%; */
    }
}
@media only screen and (min-width: 320px) {
    .about__main__item .wp-block-image img {
        display: block;
        /* width: 100%;
        height: calc(56.25vw); */
        margin-bottom: 30px auto;
        /* object-fit: cover; */
    }
}
@media only screen and (min-width: 768px) {
    .about__main__item .wp-block-image img {
        /* width: calc(50% - 30px);
        height: calc(50vw / 16 * 9);
        object-fit: cover; */
        margin: 30px auto;
        /* float: left; */
    }
}
.about__main__item p,
.about__main__item li,
.about__main__item td,
.about__main__item th {
    font-size: 18px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 200;
    line-height: 1.6;
    /* text-align: justify; */
    margin-bottom: 12px;
}

.about__main__item .wp-block-embed-youtube iframe {
    display: block;
    margin: 32px auto;
}
@media (min-width: 320px) {
    .about__main__item .wp-block-embed-youtube iframe {
        width: calc( 100vw );
        height: calc( 100vw / 16 * 9 );
    }
}
@media (min-width: 768px) {
    .about__main__item .wp-block-embed-youtube iframe {
        width: calc( 725px / 1.5 );
        height: calc( 725px / 16 * 9 / 1.5 );
    }
}
@media (min-width: 992px) {
    .about__main__item .wp-block-embed-youtube iframe {
        width: calc( 945px / 1.5 );
        height: calc( 945px / 16 * 9 / 1.5 );
    }
}
@media (min-width: 1200px) {
    .about__main__item .wp-block-embed-youtube iframe {
        width: calc( 1170px / 1.5 );
        height: calc( 1170px / 16 * 9 / 1.5 );
    }
}

@media only screen and (min-width: 320px) {
    .about.pad_cont {
        padding: 16px 5px 0 5px;
    }
}
@media only screen and (min-width: 1200px) {
    .about.pad_cont {
        padding: 16px 30px 0 30px;
    }
}

.about.pad_cont .about__main {
    padding: 0;
}
.project {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .project {
        padding-top: 65px;
    }
}
@media only screen and (min-width: 1200px) {
    .project {
        padding-top: 85px;
    }
}
.project .project_sl {
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .project .project_sl {
        height: calc(100vh - 80px);
    }
}
.project .project_sl .project_block {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 320px) {
    .project .project_sl .project_block {
        height: calc(100vw / 16 * 9);
    }
}
@media only screen and (min-width: 1200px) {
    .project .project_sl .project_block {
        height: 100%;
    }
}
.project .project_sl .project_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project .project_sl .project_block.active {
    opacity: 1;
    position: relative;
    z-index: 2;
}





/* .about.block_w_100 .about__main .about__main__item img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 45px;
    float: none;
} */
.about.block_w_100 .about__main__item h1, .about__main__item h2{
    padding-left: 0;
}



.footer {
    background-color: #f3ebda;
}
@media only screen and (min-width: 320px) {
    .footer {
        padding: 45px 5px 75px 5px;
    }
}
@media only screen and (min-width: 768px) {
    .footer {
        padding: 45px 30px 75px 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer {
        padding: 45px 30px;
    }
}
.footer .footer_cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
@media only screen and (min-width: 320px) {
    .footer .footer_cont {
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .footer .footer_cont {
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 320px) {
    .footer .footer_cont .footer_sec_1 {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .footer .footer_cont .footer_sec_1 {
        width: auto;
    }
}
.footer .footer_cont .footer_sec_1 a {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/logo.png) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 320px) {
    .footer .footer_cont .footer_sec_1 a {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer .footer_cont .footer_sec_1 a {
        margin-bottom: 10px;
    }
}
.footer .footer_cont .footer_sec_1 p {
    color: #000;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 200;
}
.footer .footer_cont .footer_sec_2 {
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 320px) {
    .footer .footer_cont .footer_sec_2 {
        width: 100%;
        flex-wrap: wrap;
        margin: 25px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .footer .footer_cont .footer_sec_2 {
        width: 50%;
        flex-wrap: nowrap;
        margin: 0;
    }
}
@media only screen and (min-width: 320px) {
    .footer .footer_cont .footer_sec_2 ul {
        width: 50%;
        padding-right: 5px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer .footer_cont .footer_sec_2 ul {
        width: 25%;
        padding: 0;
    }
}
.footer .footer_cont .footer_sec_2 ul li {
    margin: 10px 0;
}
.footer .footer_cont .footer_sec_2 ul li a {
    color: #000;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 200;
}
@media only screen and (min-width: 320px) {
    .footer .footer_cont .footer_sec_3 {
        text-align: left;
    }
}
@media only screen and (min-width: 1200px) {
    .footer .footer_cont .footer_sec_3 {
        text-align: right;
    }
}
.footer .footer_cont .footer_sec_3 p {
    color: #000;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 200;
    margin: 5px 0;
}
.footer .footer_cont .footer_sec_3 a {
    color: #39f;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 200;
}
.footer .footer_cont .footer_sec_3 a:before {
    background-color: #39f;
    bottom: 0;
}
.footer .footer_cont .footer_sec_3 .footer_sec_3_ic {
    width: 95px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
@media only screen and (min-width: 320px) {
    .footer .footer_cont .footer_sec_3 .footer_sec_3_ic {
        float: left;
    }
}
@media only screen and (min-width: 1200px) {
    .footer .footer_cont .footer_sec_3 .footer_sec_3_ic {
        float: right;
    }
}
.footer .footer_cont .footer_sec_3 .footer_sec_3_ic a {
    display: block;
}
.footer .p_bot_f {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 200;
}
/*# sourceMappingURL=style.css.map */


.has-small-font-size { 
    font-size: 0.5em !important;
} 
 
.has-regular-font-size { 
    font-size: 1em !important;
} 
 
.has-medium-font-size { 
    font-size: 1.2em !important;
} 
 
.has-large-font-size { 
    font-size: 2em !important;
} 
 
.has-larger-font-size { 
    font-size: 2.5em !important;
}