html, body {
    width: 100%;
}

body.modal-open, html.modal-open {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

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

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

input, input:focus, input:active {
    outline: none !important;
}

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 {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #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 {
    color: #fff;
    text-decoration: none
}

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}



.preloader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fafafa;
	z-index: 9999;
}
.circle-wrap {
	margin-top: 45vh;
}
.circle {
	background-color: rgba(0,0,0,0);
    border: 5px solid rgba(243,159,24,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #f08719;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}
.circle1 {
	background-color: rgba(0,0,0,0);
    border: 5px solid rgba(243,159,24,0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #f08719;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}
@-moz-keyframes spinPulse {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
    50% { -moz-transform:rotate(145deg); opacity:1; }
    100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
    0% { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
    0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
    50% { -webkit-transform:rotate(145deg); opacity:1;}
    100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}

.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 .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .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: 15px;
    padding-right: 15px
}

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

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

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

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

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

.col-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: 15px;
    padding-right: 15px
}

.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 {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-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:1200px) {
    .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
}

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

.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
    }
    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
    }
    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
    }
    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:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media (max-width: 1250px) {
    .row .col-md-6 .second-sellcar h2 {
        margin-top: 35px;
    }
}

@media (min-width: 1550px) {
    .row .col-md-6 .second-sellcar h2 {
        margin-top: 120px;
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    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
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.375em
}

body {
    font-size: 15px;
}

.hidden {
    display: none
}

a:focus,
a:hover {
    color: #F39F18;
    text-decoration: underline;
    outline: 0
}

.headers,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: PFCentroSlabProMedium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #2c3949
}

p, address {
	margin-left: 0;
}

.main-mnu li a:hover,
.main-mnu li.active a {
    color: #F39F18;
}

b,
strong {
    font-family: RalewayBold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400
}

.before,
.main-head::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.main-head,
.phone-wrap {
      margin-top: -10px;
    margin-bottom: 4px;
}

.trans {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.header-wrap ul,
.main-mnu ul,
.ulmnu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header-wrap ul li,
.main-mnu ul li,
.ulmnu li {
    display: inline-block
}

.main-head {
    min-height: 620px;
    background-size: cover;
    background-position: center;
    padding-bottom: 120px
}

.main-head::before {
    background-color: #394b5f;
    opacity: .85
}

.main-head h1 {
    text-transform: none;
    line-height: 1.125em
}

.top-line {
    padding-top: 45px;
    min-height: 160px;
    background-color: #121212;
}

.logo {
    opacity: .95
}

.main-mnu {
    font-size: .9375em
}

.main-mnu li {
    line-height: 48px;
    padding: 0 10px
}

.main-mnu li a {
    color: #fafafa;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.header-wrap ul li a,
.main-mnu a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.phone-wrap .phone {
    opacity: .9;
    color: #fff;
    font-family: RobotoBold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.25em;
    line-height: 23px;
    text-align: right;
    white-space: nowrap
}

.phone-wrap .toggle-mnu {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 48px
}

.toggle-mnu {
    display: block;
    width: 28px;
    height: 28px;
    margin-top: 14px
}

.toggle-mnu span:after,
.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px
}

.toggle-mnu span:after {
    top: 18px
}

.toggle-mnu span {
    position: relative;
    display: block
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.toggle-mnu.on span {
    background-color: transparent
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0)
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px)
}

.toggle-mnu.on+#menu {
    opacity: 1;
    visibility: visible
}

.header-wrap {
    margin-top: 40px
}

.header-wrap h1 {
    margin-top: 110px;
    color: #fff;
    border-bottom: #F39F18 8px solid;
    display: inline-block;
    padding-bottom: 8px
}

.header-wrap ul {
    margin-top: 10px
}

.header-wrap ul li {
    display: block;
    font-family: RalewaySemiBold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    position: relative;
    margin-bottom: 12px;
    padding-left: 16px
}

.forms h4,
.forms input {
    font-family: PFCentroSlabProMedium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.header-wrap ul li::before {
    content: '';
    display: block;
    height: 11px;
    height: 0;
    width: 0;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #F39F18;
    border-top: 6px solid transparent;
    position: absolute;
    top: 4px;
    left: 0
}

.header-wrap ul li a:hover {
    text-decoration: underline
}

.header-left {
    margin-bottom: 50px
}

.forms {
    padding: 35px 35px 30px;
    color: #97a4b2;
    font-size: .875em;
    border-bottom: #f39f18 4px solid;
    background-color: #ddd;
}

.forms h4 {
    color: #fff;
    font-size: 2.0625em;
    text-transform: none;
    margin: 0
}

.forms p {
    line-height: 1.4375em;
    margin-top: 10px
}

.forms label {
    margin-top: 20px;
    margin-bottom: 15px;
    display: block
}

.forms label span {
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 6px;
    color: #778390
}

.forms input {
    display: block;
    width: 100%;
    border: none;
    -webkit-box-shadow: 0 -3px #1F2A36;
    box-shadow: 0 -3px #1F2A36;
    background-color: #34465A;
    text-indent: 10px;
    padding: 10px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    font-size: 1.25em
}

.buttons,
.buttons:active,
.buttons:focus,
.buttons:hover {
    color: #111;
    text-decoration: none
}

.calc-price.buttons {
    background-color: rgba(0,0,0,.7);
    color: #F39F18;
    text-transform: uppercase;
    border: 2px solid;
    border-top: none;
    border-radius: 0;
    padding-top: 15px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.1;
    padding-bottom: 15px;
}

.calc-price.buttons:hover {
	padding-top: 25px;
	-webkit-transition: padding-top .4s ease-in-out;
	-moz-transition: padding-top .4s ease-in-out;
	-o-transition: padding-top .4s ease-in-out;
	transition: padding-top .4s ease-in-out;
}

.forms input:focus {
    -webkit-box-shadow: 0 -5px #F39F18;
    box-shadow: 0 -5px #F39F18;
    background-color: #394E65
}

.forms .buttons {
    margin-top: 15px;
    padding: 22px 28%;
}

.arrow-wrap,
.button-wrap {
    text-align: center
}

.buttons {
    display: inline-block;
    border: none;
    background-color: #121212;
    color: #ffffff;
    font-family: PFCentroSlabProBold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.6em;
    padding: 22px 90px;
    border-bottom: #B97200 3px solid;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
}

.buttons:hover:not(.calc-price) {
    background-color: #FFB338;
}

.buttons:active {
    background-color: #DB8C0E
}

.arrow-wrap {
    position: relative;
    z-index: 2;
    top: 50px
}

.arrow-bottom {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(img/arrow_down.png);
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.arrow-bottom:hover {
    opacity: 1
}

a:link {
    /*color: #fafafa;*/
    text-decoration: none;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: -moz-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.homesect {
    padding-top: 65px;
    background-color: #f0f0f0;
    position: relative
}

.homesect .section-head {
    margin-bottom: 25px
}

.homesect .section-head .p,
.homesect .section-head p {
    margin-top: 60px;
    text-align: center;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.homesect .section-head h1,
.homesect .section-head h2 {
    text-align: center;
    position: relative
}
.homesect .section-head h1::after,
.homesect.main .section-head h2::after,
.homesect::before {
    position: absolute;
    content: ''
}
.homesect .section-head h1:not(.unbordered)::after,
.homesect.main .section-head h2::after {
    height: 4px;
    background-color: #F39F18;
    width: 165px;
    display: block;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-border-radius: 10em;
    border-radius: 10em
}

.homesect .section-head h3 {
    text-align: center;
    margin-top: 50px
}

.homesect .section-bottom {
    background-color: #E5E5E5;
    padding: 50px 0;
    text-align: center
}

.homesect .section-bottom .buttons {
    font-size: 1.25em
}

.homesect::before {
    height: 6px;
    width: 100%;
    top: -6px;
}

.img-wrap {
    padding-bottom: 32px;
    margin-bottom: 12px;
    display: block;
    position: relative;
    line-height: 60px
}

.s2-items .img-wrap::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #F39F18;
    width: 58px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.s2-items .img-wrap img {
    max-width: 80px;
    max-height: 80px;
    width: auto
}

.img-wrap img {
    width: 100%;
    max-width: 100%
}

.s_dark {
    background-color: #121212
}
.s2-items .s2-item{text-align:center;color:#111;margin-bottom:75px;
    display:block;-webkit-transition:all .25s ease;
    transition:all .25s ease
}

.s_dark .section-head h2 {
    color: #fff
}

.s_dark .section-head p {
    color: #e5e5e5
}

.s_dark .section-bottom {
    background-color: #394B5F;
    margin-top: 60px
}

.s_gray {
    background-color: #E5E5E5
}

.s_gray .section-bottom {
    background-color: #D6D6D6
}

.section-pb {
    padding-bottom: 70px
}

.triangles-container {
    color: #fff;
    font-family: PFCentroSlabProMedium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.1875em;
    margin: 20px 0 0px;
    padding-bottom: 50px;
    text-align: center
}

.triangles-container .tc-item {
    width: 290px;
    height: 128px;
    display: inline-block;
    position: relative;
    margin-left: -45px;
    vertical-align: top;
    cursor: default;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.triangles-container .tc-item:first-child {
    margin-left: 0
}

.triangles-container .tc-item:first-child .tc-content {
    margin-left: 12px
}

.triangles-container .tc-item:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    z-index: 3
}

.triangles-container .tc-item:hover path {
    fill-opacity: 0!important;
    stroke-opacity: 1!important
}

.triangles-container .tc-item svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.triangles-container .tc-item .tc-content {
    position: relative;
    z-index: 1;
    margin-top: 43px;
    margin-left: 54px;
    text-align: left;
    padding-left: 40px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.main_slider_top {
	position: relative;
}

.slider-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.69);
    color: #fff;
    text-align: center;
    display: grid;
    align-content: center;
    padding: 0 10%;
    font-size: 1.7rem;
    line-height: initial;
}

.slider-text .list-p {
    max-width: 1152px;
    margin: 0 auto;
}

.slider-text .popup-open {
    border: 3px solid #F39F18;
    padding: 13px 35px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-top: 20px;
    background-color: rgba(0,0,0,0.7);
    transition: 0.3s ease;
}

.slider-text .popup-open:hover {
    background-color: #F39F18;
    color: #fff;
}

.slider12 {
    margin-top: 0;
}

.main_slider_top .bx-wrapper {
    /*margin-bottom: 0 !important;*/
}

.main_slider_top .bx-wrapper .bx-pager-link {
    background-color: #F39F18 !important;
}

.main_slider_top .bx-wrapper img {
    min-height: 600px;
    object-fit: cover;
}

.main_slider_top .bx-controls {
    /*display: none;*/
}

.slider-text h1 {
    font-size: 3rem;
    margin-bottom: 35px;
    position: relative;
}

.slider-text h1:after {
    content: " ";
    display: inline-block;
    width: 250px;
    height: 4px;
    border-radius: 10px;
    background-color: #F39F18;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    bottom: -15px;
}

.slider-text b,
.slider-text a {
    color: #F39F18;
}

.slider-text a {
    text-decoration: underline;
}

.slider-text a:hover {
    text-decoration: none;
}

.slider-text p {
    margin-top: 0;
    margin-bottom: 14px;
    line-height: 22px;
}

/*.slider-text .list-p {*/
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-gap: 20px;*/
    /*text-align: left;*/
/*}*/

.slider-text * {
    color: #fff;
}

.slider .owl-controls,
.slider .slide {
    text-align: center
}

.teams .team-on,
.triangles-container .tc-item .tc-content-on {
    opacity: 1
}

.triangles-container .tc-item .tc-content span {
    font-size: 1.25em;
    margin-left: -22px;
    position: absolute
}

.triangles-container .tc-item .tc-content img {
    height: 40px;
    float: left;
    margin-left: -40px;
    margin-right: 32px
}

.section_7 .section-head {
    margin-bottom: 44px
}

.slider {
    margin-bottom: 25px
}

.slider .slide {
    margin-bottom: 30px;
    position: relative
}

.slider .owl-item .img-wrap,
.slider .owl-item .slide-descr,
.slider .owl-item h3,
.slider .owl-item p {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
}

.slider .owl-item .slide-descr,
.slider .owl-item h3 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.slider .owl-item.active .img-wrap,
.slider .owl-item.active .slide-descr,
.slider .owl-item.active h3,
.slider .owl-item.active p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slider .owl-item .img-wrap {
    width: 116px;
    height: 116px;
    display: inline-block;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 7px #F39F18;
    box-shadow: 0 0 0 7px #F39F18;
    margin: 10px
}

.slider .owl-item h3 {
    text-transform: none;
    font-size: 1.5em;
    margin-bottom: 7px
}

.slider .owl-item .slide-descr {
    font-size: .875em;
    color: #6E7B8B
}

.slider .owl-item p {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    margin-top: 18px
}

.slider .owl-controls .owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    background-color: #ccc;
    display: inline-block;
    -webkit-border-radius: 10em;
    border-radius: 10em
}

.slider .owl-controls .owl-dot.active {
    background-color: #F39F18
}

.slider .owl-controls .owl-nav {
    position: absolute;
    top: 12%;
    width: 100%
}

.slider .owl-controls .owl-nav>div {
    height: 29px;
    width: 16px;
    background-image: url(img/slider_arrows.png);
    position: absolute;
    left: 20px;
    bottom: -254px;
    opacity: .5;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.slider .owl-controls .owl-nav>div:hover {
    opacity: 1
}

.slider .owl-controls .owl-nav .owl-next {
    right: 20px;
    left: auto;
    background-position: -16px 0
}

.top {
    height: 36px;
    background-color: #f39f18;
    background-image: url(img/top.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.triangles-container .tc-item {
    margin-bottom: 15px
}

.triangles-container .tc-item:first-child {
    margin-left: -40px
}


/*/////////////////////*/

.cards,
.teams {
    text-align: center;
    -webkit-perspective: 600px;
    perspective: 600px
}

.cards .card,
.teams .card,
.teams .team {
    width: 260px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    display: inline-block;
    background-color: #121212;
    margin: 0 12px 30px;
    color: #97a4b2;
    font-size: .9375em;
    line-height: 1.3125em;
    padding: 15px 15px 48px;
    vertical-align: top;
    border-bottom: #1A222B 10px solid
}

.cards .card-on,
.teams .card-on {
    opacity: 1
}

.cards .card-off,
.teams .card-off {
    -webkit-transform: rotateY(100deg);
    transform: rotateY(100deg);
    opacity: 0
}

.cards .card:hover,
.teams .card:hover,
.teams .team:hover {
    border-color: #F39F18
}

.cards .card:hover .img-wrap,
.teams .card:hover .img-wrap,
.teams .team:hover .img-wrap {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.cards .card .img-wrap,
.teams .card .img-wrap,
.teams .team .img-wrap {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.cards .card h4,
.teams .card h4,
.teams .team h4 {
    color: #E5E5E5;
    font-size: 1.125em;
    margin-top: 30px;
    margin-bottom: 18px
}

.cards .card p,
.teams .card p,
.teams .team p {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    height: 75px
}

.cards .card p strong,
.teams .card p strong,
.teams .team p strong {
    color: #F39F18
}

.cards .card .card-icon,
.teams .card .card-icon,
.teams .team .card-icon {
    -webkit-border-radius: 10em;
    border-radius: 10em;
    display: inline-block
}

.cards .card .card-icon img,
.teams .card .card-icon img,
.teams .team .card-icon img {
    width: 230px
}

.section_4 h3 {
    margin-bottom: 0
}

.section_4 .section-pb {
    padding-bottom: 40px
}


/*////////////////////////////*/

.main-mnu {
    top: 62px
}
.main-mnu .sub-menu {
    z-index: 10000;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #121212;
    display: none;
    width: 475px;
    left: 115px;
}
.main-mnu li:hover .sub-menu {
    display: block;
}
.sub-menu li:first-of-type {
    border-top: none;
}
.sub-menu li {
    display: list-item !important;
    border-top: 1px solid #f39f18;
    line-height: 2;
}

.top-line {
    min-height: 140px;
	border-bottom: 3px solid #F39F18;
    padding-top: 18px;
    min-height: 80px;
}

.section_1 .s1-bottom .info-item,
.section_3 .s1-bottom .phone-wrap .phone {
    font-size: 1.125em;
    line-height: 34px;
    padding-right: 50px;
}

.phone-wrap .toggle-mnu {
    line-height: 34px;
    margin-top: 13px
}

.logo img {
    width: 190px
}
.mfp-forms.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-forms.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

@media only screen and (max-width:1200px) {
    .forms{
        padding: 10px 10px 10px;
    }
    .main-mnu {
        display: none;
        float: right;
        min-width: 295px;
        text-align: right;
        background-color: #121212;
        top: 0;
        border-bottom: #111821 4px solid;
        border-top: #232D3B 4px solid;
        position: absolute;
        right: -9px;
        z-index: 2;
    }
    .main-mnu ul li {
        display: block;
        line-height: 0;
        padding: 0
    }
    .main-mnu ul li.active a {
        background-color: #273646;
        text-decoration: none;
        font-family: RalewayBold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }
    .main-mnu ul a {
        display: block;
        line-height: 48px;
        padding: 0 20px;
        text-align: center;
        background-color: transparent;
        font-size: .9375em;
        text-transform: uppercase;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border-bottom: #222C36 1px solid
    }
    .main-mnu ul a:hover {
        background-color: #273646;
        text-decoration: none
    }
    .phone {
        padding-right: 52px
    }
}

@media only screen and (max-width:992px) {

    .main-mnu {
        top: 62px
    }
    .top-line {
        min-height: 80px
    }
    .slider-text .popup-open {
        display: none;
    }
}

@media only screen and (max-width:768px) {

	.map {
		display: none;
	}
    .news-section .section h3 {
        margin-top: 15px;
        margin-bottom: 0;
        display: inline-block !important;
    }
    .homesect.news {
        padding-top: 0;
    }
    .main_slider_top .bx-wrapper img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(1.2);
        object-fit: cover;
    }
    .main_slider_top .bx-wrapper li {
        overflow: hidden;
    }
    .slider-text {
        position: relative;
        padding: 30px 20px;
    }
}

@media only screen and (max-width:480px) {
    .section_5 .triangles-container .tc-item {
        margin-left: 0
    }
    .phone-wrap .phone {
        font-size: 0.8em;
        line-height: 16px;
        padding-right: 50px;
    }
    
    .forms{
        padding: 25px;
    }

    .phone-wrap .toggle-mnu {
        line-height: 34px;
        margin-top: 8px
    }
    .logo img {
        width: 110px
    }
    .top-line {
        padding-top: 25px
    }
    .main-mnu {
        top: 51px;
    }
}

@media only screen and (min-width:1200px) {

    .main-mnu {
        display: block!important
    }
}


/*/////////// LAST BUY/////////*/

.last-buy {
    background-color: #121212;
}

.last-buy .bx-wrapper {
    position: relative;
    margin: 0px auto 0px;
    padding: 0px 0 60px;
    max-width: 90% !important;
    background-color: #121212;
}

.last-buy .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: none !important;
    border: 1px solid #121212;
    background: #121212;
}

.last-buy h2,
.last-buy p {
    margin: 0;
    color: #ffffff;
}


/*////////////FOOTER////*/

.page-footer {
    background-color: #121212;
}

.page-footer .left-footer h2 {
    color: #f39f18;
}

.page-footer .left-footer p {
    color: #ffffff;
}

.page-footer .right-footer p:first-letter {
    color: #f39f18;
    font-size: 20px;
    font-weight: bold;
}

.foter-text_left {
    margin-top: 120px;
    margin-bottom: 70px;
}

.foter-text_right {
    margin-bottom: 100px;
    margin-top: 65px;
}

.page-footer .right-footer h2 {
    color: #f39f18;
}

.page-footer .right-footer p {
    color: #ffffff;
}

.foter-text_right img {
    width: 75px;
    height: 75px;
}


/*////////////SELL CAR//////*/

.sellcar_now .container,
.sellcar_now .row {
    width: 100%
}

.sellcar_now .row {
    margin: 0;
}

.sellcar_now .container {
    padding: 0px;
}

.sellcar_now .col-md-6 {
    padding: 0px;
}

.first-sellcar img {
    width: 100%;
}

.sellcar_now {
    background-color: #f39f18;
}

.second-sellcar h2 {
    color: #121212;
    text-align: center;
    margin-top: 80px;
    padding: 0 20px;
}

.edition {
    padding-top: 15px;
}
/*///////////////////////*/
.section-bottom {
    text-align: center;
    margin-bottom: 15px;
}

.forms h4 {
    color: #2c3949
}

.forms p {
    color: #5e6267
}
.forms label {
    margin-top: 20px;
    margin-bottom: 15px;
    display: block;
}
.forms input {
    background-color: silver;
    color: #333!important
}
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-forms .forms{background-color:#243343;
    -webkit-box-shadow:0 0 18px rgba(0,0,0,.5),0 0 0 5px #243343;
    box-shadow:0 0 18px rgba(0,0,0,.5),0 0 0 5px #243343;
    border:none;-webkit-border-radius:1px;border-radius:1px}
.mfp-forms.mfp-wrap.mfp-ready{opacity:1}
.mfp-forms .mfp-close{color:#fff}
.mfp-forms.mfp-bg{opacity:0;-webkit-transition:all .25s ease-out;
   transition:all .25s ease-out}
.mfp-forms.mfp-bg.mfp-ready{opacity:.8}
.mfp-forms.mfp-bg.mfp-removing{opacity:0}
.mfp-forms.mfp-wrap .mfp-content{opacity:0;
   -webkit-transition:all .25s ease-out; 
   transition:all .25s ease-out}
.mfp-forms.mfp-wrap.mfp-ready .mfp-content{opacity:1}
.mfp-forms.mfp-wrap.mfp-removing .mfp-content{opacity:0}
#callback {
    max-width: 340px;
    margin: auto;
    position: relative
}

#callback h4 {
    line-height: 1.125em;
    margin-bottom: 18px
}

#modal-calc {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #121212;
    z-index: 99999;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
}

#modal-calc > * {
    -webkit-transform: translateZ(0px);
}

#modal-calc .close-wrap {
    margin: 7vh 0 5vh;
    text-align: center;
    font-size: 30px;
}

#modal-calc .popup-close {
    cursor: pointer;
    color: #fff;
}

#modal-calc .popup-close img {
    height: 50px;
}

#modal-calc h2 {
    text-align: center;
    color: #fafafa;
}

#modal-calc form label {
    font-size: 1.7rem;
    color: #121212;
}

#modal-calc form label, #modal-calc form input {
    display: block;
}
#modal-calc button.calc-price-submit {
    display: inline-block;
    padding: 10px 45px;
    margin-top: 35px;
    font-size: 22px;
    border: 3px solid #f39f18;
    color: #373737;
    margin-bottom: 50px;
}
/*////////////////УСЛУГИ///////////////*/
.section_2 .section-bottom{
    margin-bottom: 0;
    background-color: #f39f18;
}
.s2-items{padding-bottom:20px}
.s2-items .s2-item>span{display:block}
.s2-items .s2-item-text{font-size:.875em;line-height:1.25em}
.s2-items .img-wrap{
    padding-bottom:32px;
    margin-bottom:26px;
    display:block;
    position:relative;
    line-height:60px;
    max-height:90px;
}
.s2-items .img-wrap::before{content:'';position:absolute;
height:1px;background-color:#F39F18;width:58px;
bottom:-8px;left:50%;-webkit-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);transform:translate(-50%,0)
}
.s2-items-container{text-align:center}
.s2-item-wrap{display:inline-block;float:none;padding:0 15px;
    width:185px;vertical-align:top;opacity:0;
    -webkit-transition:all .5s ease;transition:all .5s ease;
    -webkit-transform:translateY(-25px);
    -ms-transform:translateY(-25px);transform:translateY(-25px)
}
.s2-item-wrap.on{opacity:1;-webkit-transform:translateY(0);
    -ms-transform:translateY(0);transform:translateY(0)
}
.s2-item-wrap:hover{-webkit-transform:translateY(-10px);
    -ms-transform:translateY(-10px);transform:translateY(-10px)
}
.col-md-4 .forms{
    float: left;
}
/*///////////////?FORMA*/
.price-auto{
    background-color: #f39f18;
    padding-top: 20px;
    padding-bottom: 20px;
}
.price-auto .section-bottom{
    margin: 2px;
}
.price-auto .section-bottom a{
    font-size: 1.2em;
}
/*//////////contacts*/
.contacts .section-head {
   
}
.contacts .section-head .p{
   font-size: 1.5em;
   line-height: 25px;
   color: #121212;
}
.contacts .section-head h2{
    margin-top: 0;
}
.map{
    margin-bottom: 15px;
    margin-left: 20%;
}
/*/////////////?NEWS/////////*/
.news-section .figure{
    display: inline;
}
.news-section .figure img{
    float: left;
    margin-right: 10px;
    display: block;
}
.news-section .figure p{
    text-align: center;
}
time {
    color: #9a9a9a;
    font: normal 14px/18px Arial,Helvetica,sans-serif;
    float: left;
    display: inline-block;
}
.news-section .section h3{
    line-height: 10px;
    display: inline;
    color: #121212;
}
.news-section .section h3 a {
    font: bold 26px/1.4 Arial,Helvetica,sans-serif;
    color: #121212;
}
.news-section a:hover{
    color: #f39f18;
    text-decoration: none;
}
.news-section .anounce {
    padding-top: 2px;
}
.news-section .section .read-more{
    float: right;
    margin-right: 15px;
    color: #f39f18;
}
.anounce a {
    font: normal 14px/15px Arial,Helvetica,sans-serif;
    text-decoration: none;
}
.news-section .section {
    background-color: #e0e0e0;
    padding: 20px;
    display: inline-block;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding-bottom: 14px;
    margin: 14px 0 10px 0;
    border-bottom: 3px solid #f39f18;
}
.nlist-addinfo {
    margin-top: 15px;
}
/*//////////////service/////*/
.service h2{
    margin-top: 0px;
}
@media only screen and (max-width:480px){
    .map{
        display: none;
    }
.s2-item-wrap{padding:0 10px;width:140px}}
/*//////////////TEXT/////*/
.first-text{
    font-weight: bold;
    font-size: 18px;
}
.service .section-head .p{
    text-align: justify;
}
.first-table{
    font-size: 18px;
}
.first-table li{
    text-align: left;
}
.maintext{
    font-size: 17px;
    color: #121212;
    
}
.paginator a:not(:link),
.paginator a:not(:link):hover {
    cursor: default;
    text-decoration: none;
    color: inherit;
}

.paginator a,
.paginator a:visited {
    color: #338ecf;
}

.paginator a:hover,
.paginator a:visited:hover {
    color: #f39f18;
}

.paginator {
    margin-bottom: 30px;
}

.paginator a {
    display: inline-block;
    margin: 0px 1px;
    font-size: 16px;
}

.newspage-heading {
    margin-bottom: 20px;
    display: inline-block !important;
}


.map1{
    margin-bottom: 25px; 
}
.mapblock {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.mapblock .section-bottom1 a{
   color: #121212;
   padding-top: 10px;

}
.section-bottom1 {
    border: 2px solid #F39F18;
    border-radius: 0;
    background: #fff;
    color: #121212;
    font-size: 1.5em;
    text-align: center;
    line-height: 1;
    padding: 25px 10px;
    transition: all 0.3s ease;
}

.section-bottom1:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.allcar{
    background-color: #fafafa;
}
.allcar li a{
    color: #121221;
}
.allcar .container {
    margin-bottom: 45px;
}

.contacts-block {
    padding-top: 40px;    
}
.contacts-block {
    margin-bottom: 15px;
}