/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

footer,
main,
menu,
nav {
    display: block
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

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

button,
input {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button {
    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 {
    padding: 0;
    border: 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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/static/css/bootstrap/fonts/glyphicons-halflings-regular.eot);
    src: url(/static/css/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/static/css/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/static/css/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/static/css/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/static/css/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-nowrap {
    white-space: nowrap
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-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
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type=search] {
    -webkit-appearance: none
}

input[type=checkbox][disabled],
input[type=radio][disabled] {
    cursor: not-allowed
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active:focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn[disabled] {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active {
    background-image: none
}

.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active {
    background-image: none
}

.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active {
    background-image: none
}

.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
    color: #777;
    text-decoration: none
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li>a>img {
    max-width: none
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container-fluid:after,
.container:after,
.nav:after,
.row:after {
    clear: both
}

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

.show {
    display: block !important
}

.redial-title {
    font-family: Arial;
    color: #000;
    font-size: 26px;
    text-transform: none;
    font-weight: 700;
    margin-bottom: .5em
}

.redial-text {
    color: #000;
    text-align: left;
    line-height: 22px;
    font-family: Arial;
    font-size: 20px;
    margin-bottom: 10px;
    display: block
}

.order_ok {
    display: none;
    background-color: #fff;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 25px;
    color: #222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    font-size: 18px
}

.order_wait {
    display: none;
    color: #fff;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px
}

.order_error {
    display: none;
    background-color: #fff;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 25px;
    color: #222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    font-size: 18px
}

.order_loading {
    display: none;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 18px
}

input.phone {
    margin: 0 0 18px 0;
    padding: 6px 6px;
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    border-style: border-style: solid;
    border-width: 1px;
    font-size: 18px
}

input.name {
    display: none
}

button.submit {
    border: 0 solid #000;
    border-radius: 6px;
    padding: 6px 18px;
    box-shadow: rgba(000, 000, 000, .9) 0 2px 4px, inset rgba(255, 255, 255, .4) 0 1px 0;
    background: red;
    text-shadow: #000 0 1px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    vertical-align: middle;
    text-align: center
}

input.submit_msg {
    border: 0 solid #000;
    border-radius: 6px;
    padding: 6px 18px;
    box-shadow: rgba(000, 000, 000, .9) 0 2px 4px, inset rgba(255, 255, 255, .4) 0 1px 0;
    background: -moz-linear-gradient(top, #f84545, #b50505);
    text-shadow: #000 0 1px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    vertical-align: middle;
    text-align: center
}

img.wait {
    width: 24px;
    height: 24px
}

.col-1,
.col-10,
.col-11,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.col-1 {
    width: 8.333333333333332%
}

.col-2 {
    width: 16.666666666666664%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333333333333%
}

.col-5 {
    width: 41.66666666666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.333333333333336%
}

.col-8 {
    width: 66.66666666666666%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333333333334%
}

.col-11 {
    width: 91.66666666666666%
}

.col-12 {
    width: 100%
}

footer,
nav {
    display: block
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

.logo,
a,
body,
div,
em,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
nav,
p,
span,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none
}

:focus {
    outline: 0
}

img {
    vertical-align: top;
    outline: 0
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: none
}

body,
html,
input {
    -webkit-text-size-adjust: none
}

body {
    text-align: left;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2
}

input[type=text] {
    display: block;
    width: 240px;
    height: 50px;
    box-sizing: border-box;
    background: #f0f0f0;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 18px;
    text-align: center;
    color: #5f6062;
    transition: all .1s linear
}

input[type=submit] {
    display: block;
    height: 50px;
    width: 240px;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: button;
    font-family: Arial;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 10px;
    background: #b50505;
    border: 1px;
    border-radius: 5px
}

input[type=submit]:hover {
    -moz-opacity: .75;
    -khtml-opacity: .75;
    -webkit-opacity: .75;
    opacity: .75;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

p.copyright {
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    text-align: center;
    line-height: 54px;
    color: #000
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.cf:after,
.cf:before {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -ms-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5em
}

.logo-1 {
    font-size: 32px;
    font-family: Arial;
    font-weight: 700;
    color: #000;
    text-align: right
}

h1 {
    font-size: 56px;
    font-family: Arial;
    font-weight: 700;
    color: #000;
    text-align: left
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 30px;
    font-family: Arial;
    font-weight: 400;
    color: #f2ac20
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10px
}

p {
    margin: 0 0 .75em 0;
    text-align: left;
    line-height: 1.5
}

em {
    font-style: italic
}

img {
    border: 0
}

.wrap {
    width: 960px;
    margin: 0 auto
}

.all .wrap {
    width: 1000px
}

.background {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0
}

.background .col-6:first-of-type {
    background: #f9e021;
    height: inherit;
    position: relative
}

.background .col-6:first-of-type:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 39px;
    right: 0;
    bottom: -30px
}

.background .col-6:last-of-type {
    background: #07c3ff;
    height: inherit;
    height: 320px;
    position: relative
}

.background .col-6:last-of-type:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 99px;
    right: 0;
    bottom: -30px
}

.call-us {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: 150px
}

.call2-us {
    position: absolute;
    top: 10px;
    right: 50%;
    margin-right: 150px
}

.call-us .number {
    display: inline-block;
    font-size: 22px;
    font-family: Arial;
    font-weight: 300;
    color: #f2ac20;
    vertical-align: middle;
    margin-right: 13px
}

.call-us p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block
}

.call2-us p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    font-size: 50px;
    text-shadow: 3.195px 2.407px 0 rgba(0, 0, 0, 1);
    font-weight: 400;
    color: #fff
}

nav.main {
    width: 990px;
    height: 90px;
    margin: 90px auto 0;
    border-radius: 50px;
    background: url(/static/images/dots.png) repeat;
    position: relative
}

nav.main:before {
    position: absolute;
    content: '';
    display: block;
    left: 15px;
    top: 15px;
    width: 960px;
    height: 60px;
    background: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 25px 10px -20px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 25px 10px -20px rgba(0, 0, 0, .4);
    box-shadow: 0 25px 10px -20px rgba(0, 0, 0, .4)
}

nav.main .logo {
    display: block;
    position: absolute;
    background: url(/static/images/logo.svg) no-repeat center;
    width: 240px;
    height: 95px;
    left: 50%;
    bottom: 15px;
    margin-left: -117px
}

nav.main .col-6.left {
    padding-right: 130px
}

nav.main .col-6.left ul.first>li {
    float: right
}

nav.main .col-6.right {
    padding-left: 130px
}

nav.main .col-6.right ul.first>li {
    float: left
}

nav.main ul.first {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    line-height: 60px;
    position: relative;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 14px;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

nav.main ul.first>li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    position: relative
}

nav.main ul.first>li.dot {
    color: #f2ac20;
    font-size: 14px
}

nav.main ul.first>li.active:after {
    position: absolute;
    content: '';
    display: block;
    background: url(/static/images/menu-active-a.png) no-repeat center;
    width: 40px;
    height: 20px;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    z-index: 1
}

nav.main ul.first>li.active>a,
nav.main ul.first>li:hover>a {
    color: red
}

nav.main ul.first>li a {
    display: block;
    color: #222
}

nav.main .mobile-button {
    display: none;
    position: absolute;
    width: 200px;
    height: 60px;
    top: 15px;
    left: 50%;
    margin-left: -100px;
    font-family: Arial;
    font-weight: 600;
    font-size: 35px;
    color: #f2ac20;
    text-align: center;
    line-height: 60px
}

nav.main .mobile-menu {
    display: none;
    z-index: 10;
    position: absolute;
    width: 200px;
    top: 75px;
    left: 50%;
    margin-left: -100px;
    border-top: 15px solid red;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #2a2d2d;
    line-height: normal;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

nav.main .mobile-menu:before {
    position: absolute;
    content: '';
    display: block;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: url(/static/images/menu-drop-shadow.png) repeat-x
}

nav.main .mobile-menu li {
    text-transform: none;
    border-bottom: 1px solid #404242;
    text-align: center
}

nav.main .mobile-menu a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 22px
}

footer .content {
    padding: 50px 0;
    background: #07c3ff
}

footer .content .col-4:nth-child(1) {
    color: #898989;
    font-size: 11px
}

footer .content .col-4:nth-child(3) {
    text-align: right;
    color: #898989;
    font-size: 11px
}

footer .content .col-4:nth-child(3) p {
    text-align: right;
    margin: 0
}

footer .content .col-4:nth-child(3) span {
    color: #fff;
    font-size: 12px
}

footer .content .col-4:nth-child(2) .call {
    display: block;
    margin: 0 auto;
    width: 118px;
    height: 118px;
    background: #0d100f;
    border-radius: 50%;
    padding-top: 25px;
    box-sizing: border-box;
    box-shadow: 0 0 0 69px rgba(0, 0, 0, .1)
}

footer .content .col-4:nth-child(2) .call h3 {
    font-size: 24px;
    font-family: Arial;
    font-weight: 300;
    color: #f2ac20;
    line-height: 1.5;
    text-align: center;
    margin: 0
}

footer .content .col-4:nth-child(2) .call span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #8b8e8e;
    font-style: italic;
    line-height: 1.2
}

footer .bottom-line {
    height: 54px;
    background: #f9e021;
    text-align: center;
    line-height: 54px;
    font-size: 11px;
    position: relative
}

footer .bottom-line .dot {
    margin: 0 12px;
    background: #000;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    vertical-align: middle
}

footer .bottom-line a {
    color: #000;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

footer .bottom-line a:hover {
    opacity: .7
}

footer .bottom-line .dot {
    display: inline-block
}

body.contact .background .col-6:first-of-type:after {
    display: none
}

body.contact .background .col-6:last-of-type:after {
    display: none
}

body.contact .inner {
    height: 100%;
    position: relative
}

body.contact .inner .back-left {
    position: absolute;
    width: 50%;
    height: inherit;
    left: 0;
    top: 0;
    background: #f9e021
}

body.contact .inner .back-right {
    position: absolute;
    width: 50%;
    height: inherit;
    right: 0;
    top: 0;
    background: #f9e021
}

body.contact .inner .wrap {
    position: relative
}

body.contact .inner .col-6.left {
    padding-top: 35px;
    padding-right: 30px
}

body.contact .inner .col-6.left h2 {
    font-size: 35px;
    font-family: Arial;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    margin-bottom: 30px
}

body.contact .inner .col-6.left h2 span {
    font-size: 35 px;
    font-family: Arial;
    font-weight: 400;
    color: #000
}

body.contact .inner .col-6.left span {
    font-weight: 600;
    color: #000
}

body.contact .inner .col-6.left p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.2
}

body.contact .inner .col-6.left .phone {
    font-family: Arial;
    font-weight: 300;
    font-size: 17px
}

body.contact .inner .col-6.left .line {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #976e14;
    margin-bottom: 30px
}

body.contact .inner .col-6.right {
    padding-top: 45px;
    padding-left: 70px
}

body.contact .inner .col-6.right h3 {
    font-size: 28px;
    font-family: Arial;
    font-weight: 700;
    color: #000;
    text-transform: none
}

@media (max-width:1024px) {
    .wrap {
        width: 800px !important
    }
    nav.main {
        margin: 60px auto 0;
        width: 670px
    }
    nav.main:before {
        width: 640px
    }
    nav.main .logo {
        bottom: 75px
    }
    nav.main ul.first>li {
        margin-right: 7px;
        margin-left: 7px
    }
    nav.main .col-6.left,
    nav.main .col-6.right {
        padding: 0
    }
    body.contact .inner .col-6.left {
        padding-right: 60px
    }
    body.contact .inner .col-6.right {
        padding-left: 60px
    }
}

@media (max-width:830px) {
    .wrap {
        width: 600px !important
    }
    nav.main .col-6.left,
    nav.main .col-6.right {
        display: none
    }
    nav.main {
        width: 550px
    }
    nav.main:before {
        width: 520px
    }
    nav.main .logo {
        background-size: 100%;
        width: 180px;
        margin-left: -90px;
        bottom: 65px
    }
    .call-us {
        margin-left: 95px
    }
    .call-us p {
        width: 100%
    }
    .call2-us {
        margin-right: 95px
    }
    .call2-us p {
        width: 100%
    }
    nav.main .mobile-button {
        display: block
    }
    body.contact .inner .col-6.right h3 {
        padding-left: 0
    }
    input[type=submit] {
        width: 190px;
        font-size: 17px;
        font-weight: 700
    }
    input[type=text] {
        width: 190px;
        font-size: 15px
    }
    body .operatore_kontaktai {
        width: 190px
    }
    .call-us {
        width: auto
    }
    .call2-us {
        width: auto
    }
}

@media (max-width:630px) {
    h1 {
        text-align: center
    }
    .wrap {
        margin: 0 auto;
        width: 300px !important;
        min-width: 300px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .call-us {
        position: static;
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
        text-align: center;
        width: auto
    }
    .call-us p {
        text-align: center
    }
    .call2-us {
        position: static;
        margin-top: 10px;
        margin-right: 0;
        width: 100%;
        text-align: center;
        width: auto
    }
    .call2-us p {
        text-align: center
    }
    nav.main {
        width: 280px
    }
    nav.main:before {
        width: 250px
    }
    footer .content .col-4 {
        width: 100%
    }
    footer .content .col-4:nth-child(3) {
        text-align: center
    }
    footer .content .col-4:nth-child(3) p {
        text-align: center
    }
    footer .content .col-4:nth-child(1) p {
        text-align: center
    }
    .call-us {
        position: relative;
        left: 0;
        top: 0
    }
    .call2-us {
        position: relative;
        left: 0;
        top: 0
    }
    body.contact .inner .col-6.left,
    body.contact .inner .col-6.right {
        width: 100%;
        padding: 0 !important
    }
    body.contact .background {
        height: 300px
    }
    .background .col-6:first-of-type,
    body.contact .inner .back-right {
        display: none
    }
    .background .col-6:last-of-type {
        width: 100%
    }
    body.contact .inner .back-left {
        width: 100%
    }
    body.contact .inner {
        height: auto;
        padding: 30px 0;
        background: #f9e021
    }
    body.contact .inner .col-6.right h3 {
        color: #000;
        margin-top: 15px
    }
}

.footer-a {
    text-decoration: none;
    color: #000;
    font-family: Arial;
    font-size: 22px;
    line-height: 30px
}

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