div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}

div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(../images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}

div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(../images/sec-unlocked.png)}




.form-required 
{
color: red;
}

.error-fld 
{
display: block;
float: left;
height: 13px;
width: 15px;
background-repeat: no-repeat;
background-image: url(../images/icon_warn.gif);
}

#bepartner .ers
{
color:red;
font-family: "NotoSerifItalic";
font-size:12px;
line-height:15px;
text-align:center;
height:25px;
line-height:55px !important;
}

#bepartner
{
color:green;
font-family: "NotoSerifItalic";
font-size:12px;
line-height:50px;
text-align:center;
}


#bepartner form
{
margin-top:35px;
}
/* End */


.ers
{
color:red;
font-family: "NotoSerifItalic";
font-size:12px;
line-height:15px;
text-align:center;
}

.success p
{
color:green !important;
font-family: "NotoSerifItalic" !important;
font-size:12px !important;
line-height:1.5 !important;
margin-bottom:30px !important;
margin-top:20px !important;
text-align:center !important;
}
/* End */



.icons-sprite, .footer .contacts .social li.fb i, .footer .contacts .social li.vk i, .footer .contacts .social li.insta i, .instaicon:before, .vkicon:before, .mapicon:before, .droidicon:before, .appleicon:before {
    background-image: url('../images/icons-sc6b3b22670.png');
    background-repeat: no-repeat
}


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: transparent
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}
.box-a{
     position: relative;
    display: inline-block;
 }
.box-a:hover .text-a{
    display: block;
}
.text-a{
    display: none;
    position: absolute;
    bottom: 50px;
    left: -43px;
    padding: 15px;
    border: 1px solid #dddddd;
    background: #fbfbfb;
    z-index: 5;
    width: 245px;
}
.text-a p{
    margin: 0;
    line-height: 1.5!important;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    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: 35px;
    margin-bottom: 35px;
    border: 0;
    border-top: 1px solid #ddd
}

.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-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

.row {
    margin-left: -20px;
    margin-right: -20px
}

.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: 20px;
    padding-right: 20px
}

.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-5 {
        width: 20%
    }

    .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: 1200px) {
    .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: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    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
    }
}

.btn {
    padding: 18px 22px 19px;
    background: #FF8000;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-size: 13px;
    /*font-weight: 500;*/
    /*text-transform: uppercase;*/
    font-weight: 600;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    -moz-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn:first-letter {
    text-transform: uppercase;
}

.btn:visited {
    background: #332F2F;
    color: #fff
}

.btn:hover, .btn:active {
    background: #68abef;
    color: #fff;
}

.btn.transp {
    background: transparent;
    color: #000
}

.btn.transp:visited {
    background: transparent;
    color: #000
}

.btn.transp:hover, .btn.transp:active {
    background: transparent;
    color: #888
}

.btn.round {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px
}

input[type="text"], textarea {
    padding: 18px 22px 19px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    outline: none;
    color: #333
}

h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 40px
}

h4 {
    margin: 0 0 20px
}

p {
    margin: 0 0 20px
}

form .formrow {
    padding: 15px 0
}

form .formrow input, form .formrow textarea {
    width: 100%;
    max-width: 100%;
    max-height: 350px
}

form .formrow.x2 .input {
    width: 50%;
    float: left
}

form .formrow.x2 .input:nth-child(1) {
    padding-right: 15px
}

/*form .formrow.x2 .input:nth-child(2) {*/
    /*padding-left: 15px*/
/*}*/

form .formrow.x2:after {
    content: '';
    display: block;
    clear: both
}

form .actions {
    padding-top: 10px
}

form .actions .privacy {
    width: 50%;
    float: left;
    padding-right: 15px;
    font-size: 12px;
    line-height: 24px;
    color: #9e9f9f
}

form .actions .privacy a {
    color: #9e9f9f;
    font-weight: 500;
    border-bottom: 1px solid rgba(158, 159, 159, 0.3)
}

form .actions .privacy a:hover {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

form .actions .send {
    width: 50%;
    float: left;
    padding-left: 15px;
    text-align: right
}

form .actions:after {
    content: '';
    display: block;
    clear: both
}

.accordion {
    margin: 0 auto
}

.accordion .item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    -moz-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.accordion .item:last-child {
    margin-bottom: 0
}

.accordion .item.active {
    background: #f5f8f9;
    border-color: #f5f8f9
}

.accordion .item.active dt:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion dt {
    padding: 31px 40px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    position: relative
}

.accordion dt:after {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 12px;
    background: url("../images/accarr.svg") no-repeat center;
    top: 50%;
    margin-top: -6px;
    right: 40px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.accordion dt .icon {
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
    margin-right: 15px
}

.accordion dt a {
    color: #000
}

.accordion dt a:hover {
    color: #000
}

.accordion dd {
    font-size: 13px;
    line-height: 28px;
    color: #666;
    padding-bottom: 40px;
    padding-right: 40px
}

.accordion dd b {
    color: #000
}

.accordion dd p:last-child {
    margin-bottom: 0
}

blockquote {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    border-left: 2px solid #CEDC00;
    margin: 0;
    padding: 0 0 0 35px
}
h1{
    font-family: 'Merriweather-Regular';
}
@font-face {
    font-family: 'Merriweather-Regular';
    src: url('../fonts/Merriweather-Regular.eot');
    src: url('../fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Merriweather-Regular.svg#Merriweather-Regular') format('svg'),
    url('../fonts/Merriweather-Regular.ttf') format('truetype'),
    url('../fonts/Merriweather-Regular.woff') format('woff'),
    url('../fonts/Merriweather-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamProRegular.eot");
    src: url("../fonts/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamProBold.eot");
    src: url("../fonts/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700
}






@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamProItalic.eot");
    src: url("../fonts/GothamProItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProItalic.woff") format("woff"), url("../fonts/GothamProItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300
}

@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamProMedium.eot");
    src: url("../fonts/GothamProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProMedium.woff") format("woff"), url("../fonts/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamProLight.eot");
    src: url("../fonts/GothamProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProLight.woff") format("woff"), url("../fonts/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: 'rouble';
    src: url("../fonts/rouble-normal-webfont.eot");
    src: url("../fonts/rouble-normal-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rouble-normal-webfont.woff2") format("woff2"), url("../fonts/rouble-normal-webfont.woff") format("woff"), url("../fonts/rouble-normal-webfont.ttf") format("truetype"), url("../fonts/rouble-normal-webfont.svg#roubleregular") format("svg");
    font-weight: normal;
    font-style: normal
}

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
 
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    background: #FF8000;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955), border 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: background 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955), border 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: background 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955), border 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955), border 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.flickity-prev-next-button:hover {
    background: #68abef;
    border-color: #fff
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F
}

.flickity-prev-next-button:active {
    opacity: 0.6
}

.flickity-prev-next-button.previous {
    left: 30px
}

.flickity-prev-next-button.previous svg {
    left: 19%
}

.flickity-prev-next-button.next {
    left: 30px;
    margin-top: 40px
}

.flickity-prev-next-button.next svg {
    left: 24%
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous svg {
    left: 19%
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-rtl .flickity-prev-next-button.next svg {
    left: 24%
}

.flickity-prev-next-button:disabled {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0)
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #fff
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 11px;
    left: 10px
}

.mfp-arrow-left:before {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.mfp-arrow-left:hover:before {
    border-color: #CEDC00;
    background: #CEDC00
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    width: 12px;
    height: 12px;
    background: url(../images/left.png)
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    width: 12px;
    height: 12px;
    background: url(../images/right.png)
}

.mfp-arrow-right:before {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.mfp-arrow-right:hover:before {
    border-color: #CEDC00;
    background: #CEDC00
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.image-source-link {
    color: #98C3D1
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.white-popup {
    position: relative;
    padding: 50px;
    width: auto;
    max-width: 680px;
    margin: 0 auto
}

.white-popup .titlemodal {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px
}

.white-popup .titlemodal p {
    color: #666;
    font-size: 14px;
    line-height: 24px
}

.white-popup .modalcontain {
    padding: 50px;
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative
}

.white-popup .modalcontain .formrow p {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    margin: 0
}

.white-popup .modalcontain .actions {
    background: #f6f6f6;
    padding: 40px;
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: -50px;
    margin-top: 30px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0;
    border-radius: 0 0 6px 6px
}

.white-popup .modalcontain .actions .goprivacy {
    line-height: 20px;
    font-size: 12px
}

.white-popup .modalcontain .actions .goprivacy p {
    margin-bottom: 0;
    margin-top: 5px
}

.white-popup .mfp-close {
    z-index: 50
}

.white-popup .mfp-close svg {
    position: relative;
    pointer-events: none
}

.white-popup .mfp-close svg path {
    fill: #000
}

.white-popup .mfp-close:hover svg path {
    fill: rgba(0, 0, 0, 0.5)
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

body {
    font-family: "GothamPro";
    font-size: 13px
}

a {
    color: #9ba500;
    text-decoration: none
}

a:hover, a:focus {
    color: #beca00;
    text-decoration: none
}

a:focus {
    outline: none
}

*::-moz-selection {
    color: #fff;
    background-color: #CEDC00
}

*::selection {
    color: #fff;
    background-color: #FF8000
}

.wrap {
    max-width: 1600px;
    padding: 0 70px;
    margin: 0 auto;
	overflow: hidden;
}

.wrap.small {
    max-width: 1240px
}

.wrap.foot {
    padding: 0 50px
}

.wrap:after {
    content: '';
    display: block;
    clear: both
}

.ajaxload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FF8000;
    z-index: 11
}

.ajaxload i {
    display: block;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    background: #f2ff37;
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.header {
    /*padding: 45px 0;*/
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    color: #fff;
    margin-top: 2px;
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -moz-box-shadow: 0px 10px 60px 0px transparent;
    -webkit-box-shadow: 0px 10px 60px 0px transparent;
    box-shadow: 0px 10px 60px 0px transparent
}

.header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 0;
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header a {
    color: #fff
}

.header a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.header img, .header svg {
    /*width: 102px;*/
    /*height: 75px*/
    width: 100%;
	display: block;
    /*height: 62px;*/
}

.header img .cls-1, .header img .cls-2, .header svg .cls-1, .header svg .cls-2 {
    fill: #fff;
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.header img .cls-2, .header svg .cls-2 {
    fill-rule: evenodd
}

.header img .cls-3, .header svg .cls-3 {
    fill: none
}

.header .logo {
    float: left;
    width: 189px;
    position: relative;
    z-index: 10;
	margin: 13px 0 0 0px;
}

.header .logo a {
	display: block;
	width: 100%;
	background: transparent url('../images/logo.png?1') no-repeat;
	height: 38px;
}



.header.fixed .logo a, .header.inner .logo a {
	background: transparent url('../images/logo_0.png?1') no-repeat;
}

.header .logo .back {
    fill: rgba(0, 0, 0, 0.5);
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.header .mainmenu {
    padding-left: 300px;
    position: relative;
    z-index: 1
}

.header .mainmenu ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

.header .mainmenu ul li {
    display: inline-block;
    font-size: 13px;
    /*font-weight: 500;*/
    /*text-transform: uppercase;*/
    /*margin-right: 35px*/
    margin-right: 30px;
}

.header .mainmenu ul li:last-child {
    margin-right: 0
}

.header .mainmenu ul li.selected a {
    color: #000;
    position: relative
}

.header .mainmenu ul li.selected a:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    /*background: #b6c200;*/
    background: #CEDC00;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px
}

.header .mainmenu ul li.selected a:hover {
    color: #666
}

.header .mainmenu .divider {
    display: inline-block;
    height: 66px;
    vertical-align: middle;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 30px
}

.header .mainmenu .phone {
    display: inline-block;
    vertical-align: middle
}

.header .mainmenu .phone b {
    font-family: "GothamPro";
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle
}

.header .mainmenu .phone a {
    font-family: "GothamPro";
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle
}

.header .mainmenu .phone small {
    display: inline-block;
    margin-left: 25px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 14px;
    letter-spacing: 0.4px;
    vertical-align: middle;
    max-width: 120px
}

.header .menutrigger {
    position: absolute;
    top: 50px;
    right: 20px;
    width: 26px;
    height: 22px;
    cursor: pointer;
    display: none
}

.header .menutrigger:before, .header .menutrigger:after {
    content: '';
    dispaly: block;
    position: absolute;
    width: 26px;
    height: 2px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.header .menutrigger:before {
    top: 0;
    right: 0
}

.header .menutrigger:after {
    bottom: 0;
    right: 0
}

.header .menutrigger i {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.header .menutrigger.opened i {
    width: 0px;
    background: #333
}

.header .menutrigger.opened:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -1px;
    background: #333
}

.header .menutrigger.opened:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 50%;
    margin-bottom: -1px;
    background: #333
}

.header .golink {
    text-align: right;
    float: right;
    line-height: 70px;
    /*font-weight: 500;*/
    /*text-transform: uppercase*/
}

.header .golink img {
    width: 21px;
    height: 16px;
    margin-left: 20px
}

.header.fixed {
    color: #000;
    padding: 15px 0 10px;
    -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1)
}

.header.fixed:before {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.header.fixed svg .outlines {
    fill: rgba(255, 255, 255, 0)
}

.header.fixed svg .back {
    fill: #000
}

.header.fixed a {
    color: #666
}

.header.fixed a:hover {
    color: #000
}

.header.fixed .mainmenu .divider {
    background: rgba(0, 0, 0, 0.1)
}

.header.fixed .mainmenu .phone small {
    color: rgba(0, 0, 0, 0.5)
}

.header.fixed .menutrigger {
    top: 35px
}

.header.fixed .menutrigger i, .header.fixed .menutrigger:before, .header.fixed .menutrigger:after {
    background: #000
}

.header.inner {
    color: #000;
}

.header.inner:before {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.header.inner svg .outlines {
    fill: rgba(255, 255, 255, 0)
}

.header.inner svg .back {
    fill: #000
}

.header.inner a {
    color: #666
}

.header.inner a:hover {
    color: #000
}

.header.inner .mainmenu .divider {
    background: rgba(0, 0, 0, 0.1)
}

.header.inner .mainmenu .phone small {
    color: rgba(0, 0, 0, 0.5)
}

.header.inner .menutrigger i, .header.inner .menutrigger:before, .header.inner .menutrigger:after {
    background: #000
}

.header.nav-up {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-box-shadow: 0px 10px 60px 0px transparent;
    -webkit-box-shadow: 0px 10px 60px 0px transparent;
    box-shadow: 0px 10px 60px 0px transparent
}

.mobilemenu {
    background: #fff;
    position: fixed;
    display: none;
    width: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 10;
    -moz-box-shadow: 0px 10px 60px 0px transparent;
    -webkit-box-shadow: 0px 10px 60px 0px transparent;
    box-shadow: 0px 10px 60px 0px transparent;
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding-top: 120px;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.mobilemenu.opened {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2)
}

.mobilemenu .closemenu {
    position: absolute;
    top: 35px;
    right: 20px;
    width: 26px;
    height: 22px;
    cursor: pointer
}

.mobilemenu .closemenu:before, .mobilemenu .closemenu:after {
    content: '';
    dispaly: block;
    position: absolute;
    width: 26px;
    height: 2px;
    background: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.mobilemenu .closemenu:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -1px;
    background: #333;
    right: 0
}

.mobilemenu .closemenu:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 50%;
    margin-bottom: -1px;
    right: 0
}

.mobilemenu a {
    color: #000
}

.mobilemenu a:hover {
    color: #666
}

.mobilemenu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.mobilemenu ul li {
    display: block;
    padding: 20px;
    font-size: 12px;
    /*text-transform: uppercase;*/
    /*font-weight: 500;*/
    border-bottom: 1px solid #eee
}

.mobilemenu ul li:last-child {
    border-bottom: 0
}

.mobilemenu ul li.selected {
    -webkit-box-shadow: inset 3px 0px 0px 0px #CEDC00;
    -moz-box-shadow: inset 3px 0px 0px 0px #CEDC00;
    box-shadow: inset 3px 0px 0px 0px #CEDC00
}

.mobilemenu .btinfo {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0
}

.mobilemenu .phone {
    text-align: center;
    display: block;
    margin: 20px 0
}

.mobilemenu .phone b {
    font-family: "GothamPro";
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle
}

.mobilemenu .phone small {
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 14px;
    letter-spacing: 0.4px;
    vertical-align: middle
}

.mobilemenu .golink {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase
}

.mobilemenu .golink img {
    width: 21px;
    height: 16px;
    margin-left: 20px
}

.slider {
    position: relative;
    height: 1024px;
    background: #333
}

.slider .carousel-cell {
    width: 100%;
    height: 1024px
}

.slider .carousel-cell:before {
    content: '';
    display: block;
    width: 100%;
    height: 333px;
    background: url("../images/headshadow.png") repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.slider .carousel-cell .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.slider .carousel-cell .background:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3)
}

.slider .carousel-cell .background:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1)
}

.slider h2 {
    /*font-size: 60px;*/
    /*line-height: 60px;*/
    /*font-family: "Merriweather";*/
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Merriweather-Regular';
    font-weight: 300;
    /*margin: 0 0 30px;*/
    margin: 0 0 15px;
    -moz-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.slider p {
    margin: 0 0 45px;
    /*font-size: 16px;*/
    /*line-height: 30px;*/
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 200;
    -moz-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    max-width: 450px;
}
.slider .btn{
    display: table;
}

.slider .carousel-cell.is-selected h2, .slider .carousel-cell.is-selected p, .slider .carousel-cell.is-selected .btn {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.slider .carousel-cell.prev h2, .slider .carousel-cell.prev p, .slider .carousel-cell.prev .btn {
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.slider .carousel-cell.prev h2 {
    -moz-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms
}

.slider .carousel-cell.prev p {
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms
}

.slider .carousel-cell.prev .btn {
    -moz-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms
}

.slider .carousel-cell.next h2, .slider .carousel-cell.next p, .slider .carousel-cell.next .btn {
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.slider .carousel-cell.next h2 {
    -moz-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms
}

.slider .carousel-cell.next p {
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms
}

.slider .carousel-cell.next .btn {
    -moz-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms
}

.table {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 4
}

.table .center {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-top: 175px
}

.table .center .limit {
    width: 100%;
    max-width: 650px;
    margin-left: 95px
}

.section {
    padding: 150px 0
}

.section p {
    font-size: 13px;
    line-height: 28px
}

.section ul li {
    font-size: 13px;
    margin-bottom: 20px;
}

.section.scale {
    background: #f8fafc
}

.section.scale .row {
    margin-top: 60px
}

.section.scale .row b {
    font-size: 80px;
    font-weight: 700;
    color: #bbc1c4
}

.section.scale .row h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-top: -35px;
    padding-left: 85px
}

.section.scale .row p {
    padding-left: 20px;
    color: #666
}

.section.scale .row .col-md-4 {
    position: relative
}

.section.getprice {
    background-image: url("../images/bg-1-dark.jpg");
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff
}

.section.getprice:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.6)
}

.section.getprice * {
    position: relative;
    z-index: 1
}

.section.getprice h3 {
    text-align: center
}

.section.getprice .form {
    padding: 30px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
    display: table;
    width: 100%
}

.section.getprice .form .col {
    display: table-cell;
    text-align: center
}

.section.getprice .form .col input {
    width: 100%
}

.section.getprice .form .col.input {
    padding-right: 25px
}

.section.getprice .form .col.input.last {
    padding-right: 0
}

.section.getprice .form i {
    display: inline-block;
    width: 6px;
    height: 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
    margin: 0 30px;
    vertical-align: middle
}

.section.getprice .form .btn {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.section.getprice small {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 15px;
    display: block;
    text-align: right
}

.section.getprice small a {
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.section.getprice small a:hover {
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.footer {
    padding: 70px 0 0;
    background: #1c1c1c;
    color: #fff
}

.footer b {
    font-size: 14px;
    text-transform: uppercase
}

.footer ul {
    list-style: none;
    margin: 25px 0 0;
    padding: 0
}

.footer ul li {
    display: block;
    margin: 15px 0;
    color: #fff
}

.footer ul li a {
    color: #888;
    border-bottom: 1px solid rgba(136, 136, 136, 0.3)
}

.footer ul li a:hover {
    color: #ccc;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2)
}

.footer .contacts {
    text-align: right;
    font-size: 14px
}

.footer .contacts a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.footer .contacts a:hover {
    color: rgba(255, 255, 255, 0.7)
}

.footer .contacts .phone {
    font-size: 17px;
    font-weight: 300;
    margin-top: 15px
}

.footer .contacts .phone a {
    border: 0
}

.footer .contacts .phone small {
    display: block;
    font-size: 13px;
    color: #888
}

.footer .contacts .social {
    display: block;
    list-style: none;
    margin: 45px 0 0
}

.footer .contacts .social li {
    display: inline-block;
    margin: 0 0 0 10px;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #313131;
    position: relative
}

.footer .contacts .social li:first-child {
    margin-left: 0
}

.footer .contacts .social li i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%
}

.footer .contacts .social li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    z-index: 10
}

.footer .contacts .social li.fb i {
    background-position: 0 -80px;
    width: 8px;
    height: 14px;
    margin: -7px 0 0 -4px
}

.footer .contacts .social li.vk i {
    background-position: 0 -151px;
    width: 15px;
    height: 10px;
    margin: -5px 0 0 -8px
}

.footer .contacts .social li.insta i {
    background-position: 0 -94px;
    width: 17px;
    height: 17px;
    margin: -8px 0 0 -8px
}

.footer .copies {
    margin-top: 60px;
    border-top: 1px solid #292929
}

.copies {
    font-size: 12px;
    line-height: 20px;
    color: #666
}

.copies a {
    color: #666;
    border-bottom: 1px solid rgba(102, 102, 102, 0.3)
}

.copies a:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.copies .table {
    height: 80px;
    margin-bottom: 0
}

.copies .table .col {
    float: none;
    display: table-cell;
    vertical-align: middle
}

.copies .table .col:last-child {
    text-align: right
}

.showthismenu {
    position: relative;
    display: none;
    padding: 20px;
    background: #bcc1c4;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer
}

.showthismenu.active .menu:before {
    top: 50%;
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.showthismenu.active .menu:after {
    bottom: 50%;
    margin-bottom: -1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.showthismenu .menu {
    width: 18px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin-right: 5px
}

.showthismenu .menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    background: #fff;
    height: 2px
}

.showthismenu .menu:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 20px;
    background: #fff;
    height: 2px
}

.pagewrap {
    margin-top: 173px;
    position: relative
}
/*
.pagewrap:before {
    content: '';
    display: block;
    height: 233px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, #f8f8f8 0%, rgba(233, 233, 233, 0) 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0%, rgba(233, 233, 233, 0) 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, rgba(233, 233, 233, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8f8f8', endColorstr='#00e9e9e9', GradientType=0)
}
*/
.pagetitle {
    padding: 30px 0 30px;
    overflow: hidden;

}

.pagetitle-center {
	text-align: center;
}

.pagetitle h1 {
    /*font-size: 40px;*/
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0
}

.pagetitle p {
    font-size: 13px;
    line-height: 28px;
    /*max-width: 725px*/
}

.pagetitle form {
    max-width: none;
}

.pagetitle form.orderForm {
    max-width: 725px;
}

.pagetitle.step {
    position: relative;
    background: -moz-linear-gradient(top, rgba(232, 232, 232, 0) 0%, #f5f8fa 100%);
    background: -webkit-linear-gradient(top, rgba(232, 232, 232, 0) 0%, #f5f8fa 100%);
    background: linear-gradient(to bottom, rgba(232, 232, 232, 0) 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='007db9e8', endColorstr='#f5f8fa', GradientType=0);
    padding: 70px 0
}

.pagetitle.step p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    font-weight: 300;
    margin-bottom: 0
}

.pagetitle.step .backfont {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 160px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 40px;
    color: #fff
}

.pagetitle.hasp p, .pagetitle.hasp ul {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    font-weight: 300;
    margin-bottom: 0
}

.pagetitle.banners .sidemenu {
    width: 440px;
    margin-left: -440px
}

.pagetitle.banners .container .context {
    margin: 0 470px 0 0
}

.pagetitle .banner {
    height: 260px;
    width: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.pagetitle .banner .btn {
    display: inline-block
}

.pagetitle .banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.pagetitle .banner:hover .bg {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.pagetitle .banner:hover:before {
    background: rgba(0, 0, 0, 0.5)
}

.pagetitle .banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    -moz-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: 1
}

.pagetitle .banner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1)
}

.pagetitle .banner .center {
    padding-top: 0;
    text-align: center
}

.pagetitle .banner .center .info {
    width: 300px;
    margin: 0 auto
}

.pagetitle .banner .center .ttl {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 10px
}

.pagetitle .banner .center p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8)
}

.pagetitle .banner {
    margin-top: 40px
}

.pagetitle .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 260px;
    width: 100%;
    float: right
}

.pagetitle .submenu li {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 24px
}

.pagetitle .submenu li:last-child {
    border-bottom: 0
}

.pagetitle .submenu li.active a, .pagetitle .submenu li:hover a {
    color: #000
}

.pagetitle .submenu li.active a:hover, .pagetitle .submenu li:hover a:hover {
    color: #000
}

.pagetitle .submenu li.active .icon.doc, .pagetitle .submenu li:hover .icon.doc {
    background-image: url("../images/doc_active.svg")
}

.pagetitle .submenu li.active .icon.chat, .pagetitle .submenu li:hover .icon.chat {
    background-image: url("../images/chat_active.svg")
}

.pagetitle .submenu li.active .icon.question, .pagetitle .submenu li:hover .icon.question {
    background-image: url("../images/question_active.svg")
}

.pagetitle .submenu li.active .icon.case, .pagetitle .submenu li:hover .icon.case {
    background-image: url("../images/case_active.svg")
}

.pagetitle .submenu li.active .icon.cup, .pagetitle .submenu li:hover .icon.cup {
    background-image: url("../images/cup_active.svg")
}

.pagetitle .submenu li.active .icon.paper, .pagetitle .submenu li:hover .icon.paper {
    background-image: url("../images/paper_active.svg")
}

.pagetitle .submenu li.active .icon.make, .pagetitle .submenu li:hover .icon.make {
    background-image: url("../images/make_active.svg")
}

.pagetitle .submenu li .icon {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center
}

.pagetitle .submenu li .icon.doc {
    background: url("../images/doc.svg") no-repeat center
}

.pagetitle .submenu li .icon.chat {
    background: url("../images/chat.svg") no-repeat center
}

.pagetitle .submenu li .icon.question {
    background: url("../images/question.svg") no-repeat center
}

.pagetitle .submenu li .icon.case {
    background: url("../images/case.svg") no-repeat center
}

.pagetitle .submenu li .icon.cup {
    background: url("../images/cup.svg") no-repeat center
}

.pagetitle .submenu li .icon.paper {
    background: url("../images/paper.svg") no-repeat center
}

.pagetitle .submenu li .icon.make {
    background: url("../images/make.svg") no-repeat center
}

.pagetitle .submenu li a {
    display: block;
    padding-left: 60px;
    height: 40px;
    color: #666
}

.pagetitle .submenu li a span {
    display: table;
    height: 40px
}

.pagetitle .submenu li a span i {
    font-style: normal;
    display: table-cell;
    vertical-align: middle;
    line-height: 14px
}

.pagetitle .submenu li a:hover {
    color: #000
}

.pagecontent .sect {
    padding: 100px 0
}

.pagecontent .sect img {
    max-width: 385px
}

.pagecontent p {
    font-size: 13px;
    line-height: 28px
}
.pagecontent .boxCt.moreCt .makeOrder-item > p{
    font-size: 13px;
    line-height: 28px;
    width: calc(100% - 135px);
    padding-right: 5px;
    line-height: 1.6;
}

.pagecontent .ltx {
    position: relative;
    margin-top: 25px
}

.pagecontent .ltx:before {
    content: '';
    display: block;
    width: 126px;
    background: #CEDC00;
    height: 2px;
    position: absolute;
    top: 12px;
    left: -150px
}

.pagecontent .catalogue {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative
}

.pagecontent .catalogue:before {
    content: 'Каталог';
    font-size: 188px;
    font-weight: 500;
    color: #f5f5f5;
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 40px;
    text-align: center;
    width: 1250px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 0px
}

.pagecontent .catalogue .col-md-2:nth-child(1) h4 {
    border-bottom: 2px solid #00A9CE
}

.pagecontent .catalogue .col-md-2:nth-child(2) h4 {
    border-bottom: 2px solid #FF8000
}

.pagecontent .catalogue .col-md-2:nth-child(3) h4 {
    /*border-bottom: 2px solid #E40046;*/
    border-bottom: 2px solid #ccc;
}

.pagecontent .catalogue .col-md-2:nth-child(4) h4 {
    border-bottom: 2px solid #6b543a
}

.pagecontent .catalogue .col-md-2:nth-child(5) h4 {
    border-bottom: 2px solid #FF8000
}

.pagecontent .catalogue .col-md-2:nth-child(6) h4 {
    border-bottom: 2px solid #01A9CE
}

.pagecontent .catalogue ul {
    float: none
}

.pagecontent h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 0
}

.pagecontent ul {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 30px 0
}

.pagecontent ul:last-child {
    border-bottom: 0
}

.pagecontent ul:after {
    content: '';
    display: block;
    clear: both
}

.pagecontent ul li {
    display: block;
    margin: 11px 0;
    float: left;
    width: 100%
}

.pagecontent ul li.title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px
}

.pagecontent ul li a {
    color: #000;
    /*display: table;*/
    height: 100%;
    display: flex;
    align-items: center;
}
.pagecontent .footer ul li a{
    color: #888;
    display: inline-block;
}

.pagecontent ul li a:hover {
    color: #888
}

.pagemenu {
    position: relative;
    z-index: 5;
    /*height: 95px;*/
    background: #fbfbfb;
    border-bottom: 1px solid #e5e5e5
}
.pagecontent .notFound{
    font-size: 28px;
    font-family: "GothamPro";
    width: calc(100% + 290px);
    max-width: calc(100% + 290px);
    display: block;
    margin: 100px auto;
    text-align: center;
}
@media (max-width: 992px) {
    .pagecontent .notFound{
        width: 100%;
        max-width: 100%;
        margin: 50px auto;
        font-size: 20px;
    }
 
}
.pagemenu.guides ul li {
    width: 11.1%
}

nav.breadcrumbs {
	margin: 20px 0;
}

ul.breadcrumb {
	margin: 0;
	padding: 0;
}

nav.breadcrumbs li {
    display: inline-block;
}

nav.breadcrumbs .active span {
    margin: 0 4px;
    display: inline-block;
}

nav.breadcrumbs li:before {
    content: "/";
}

nav.breadcrumbs li:first-of-type:before{display:none}

nav.breadcrumbs li a {
    margin: 0 4px;
}


/*
.pagemenu ul {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 95px
}

.pagemenu ul li {
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
    width: 20%;
    position: relative;
    -moz-transition: box-shadow 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: box-shadow 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: box-shadow 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: box-shadow 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding-top: 15px;
}

.pagemenu ul li i {
    display: inline-block;
    background: url("../images/arrow.svg");
    width: 10px;
    height: 6px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px
}

.pagemenu ul li svg {
    position: absolute;
    top: 100%;
    width: 14px;
    height: 7px;
    margin-top: -6px;
    left: 50%;
    margin-left: -7px;
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.pagemenu ul li svg path {
    fill: #00A9CE
}

.pagemenu ul li svg polygon {
    fill: #fff
}

.pagemenu ul li.gocat {
    text-transform: uppercase
}

.pagemenu ul li.gocat img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 15px
}

.pagemenu ul li.blue {
    -webkit-box-shadow: inset 0px 0 0px 0px #0d83cf;
    -moz-box-shadow: inset 0px 0 0px 0px #0d83cf;
    box-shadow: inset 0px 0 0px 0px #0d83cf
}

.pagemenu ul li.blue.open {
    -webkit-box-shadow: inset 0px -2px 0px 0px #0d83cf;
    -moz-box-shadow: inset 0px -2px 0px 0px #0d83cf;
    box-shadow: inset 0px -2px 0px 0px #0d83cf
}

.pagemenu ul li.blue li.title {
    color: #0d83cf
}

.pagemenu ul li.blue li.title a {
    color: #0d83cf
}

.pagemenu ul li.green {
    -webkit-box-shadow: inset 0px 0 0px 0px #CEDC00;
    -moz-box-shadow: inset 0px 0 0px 0px #CEDC00;
    box-shadow: inset 0px 0 0px 0px #CEDC00
}

.pagemenu ul li.green.open {
    -webkit-box-shadow: inset 0px -2px 0px 0px #CEDC00;
    -moz-box-shadow: inset 0px -2px 0px 0px #CEDC00;
    box-shadow: inset 0px -2px 0px 0px #CEDC00
}

.pagemenu ul li.green path {
    fill: #CEDC00
}

.pagemenu ul li.green li.title {
    color: #CEDC00
}

.pagemenu ul li.green li.title a {
    color: #CEDC00
}

.pagemenu ul li.pink {
    -webkit-box-shadow: inset 0px 0 0px 0px #E40046;
    -moz-box-shadow: inset 0px 0 0px 0px #E40046;
    box-shadow: inset 0px 0 0px 0px #E40046
}

.pagemenu ul li.pink.open {
    -webkit-box-shadow: inset 0px -2px 0px 0px #E40046;
    -moz-box-shadow: inset 0px -2px 0px 0px #E40046;
    box-shadow: inset 0px -2px 0px 0px #E40046
}

.pagemenu ul li.pink path {
    fill: #E40046
}

.pagemenu ul li.pink li.title {
    color: #E40046
}

.pagemenu ul li.pink li.title a {
    color: #E40046
}

.pagemenu ul li.brown {
    -webkit-box-shadow: inset 0px 0 0px 0px #6b543a;
    -moz-box-shadow: inset 0px 0 0px 0px #6b543a;
    box-shadow: inset 0px 0 0px 0px #6b543a
}

.pagemenu ul li.brown.open {
    -webkit-box-shadow: inset 0px -2px 0px 0px #6b543a;
    -moz-box-shadow: inset 0px -2px 0px 0px #6b543a;
    box-shadow: inset 0px -2px 0px 0px #6b543a
}

.pagemenu ul li.brown path {
    fill: #6b543a
}

.pagemenu ul li.brown li.title {
    color: #6b543a
}

.pagemenu ul li.brown li.title a {
    color: #6b543a
}

.pagemenu ul li.open svg {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.pagemenu li {
    -webkit-box-shadow: inset 0px 0 0px 0px #CEDC00;
    -moz-box-shadow: inset 0px 0 0px 0px #CEDC00;
    box-shadow: inset 0px 0 0px 0px #CEDC00
}

.pagemenu li.active {
    -webkit-box-shadow: inset 0px -2px 0px 0px #CEDC00;
    -moz-box-shadow: inset 0px -2px 0px 0px #CEDC00;
    box-shadow: inset 0px -2px 0px 0px #CEDC00
}

.pagemenu li.active a {
    font-weight: 500;
    color: #000
}

.pagemenu li:hover {
}

.pagemenu li a {
    font-weight: 400;
    color: #767778;

    height: 100%;
    display: flex;
    align-items: center;
}

.pagemenu li a:hover {
    color: #000
}
*/

.product {
    padding: 100px 0;
    position: relative
}

.product:after {
    content: '';
    display: block;
    clear: both
}

.product .photo {
    float: left;
    width: 565px
}

.product .carousel-container {
    display: flex
}

.product .carousel {
    margin-bottom: 40px;
    flex-grow: 1
}

.product .carousel-cell {
    width: 100%;
    height: 410px;
    margin-right: 10px;
    text-align: center
}
.product .carousel-cell > span{
    max-width: calc(100% - 5px);
}

.product .carousel-cell:before {
    content: "";
    height: 100%
}

.product .carousel-cell:before, .product .carousel-cell span {
    display: inline-block;
    vertical-align: middle
}

.product .carousel-nav {
    width: 120px;
    margin-left: 10px;
    height: 410px
}

.product .carousel-nav .carousel-cell {
    height: 80px;
    width: 80px;
    margin: 0 0 30px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat
}

.product .carousel-nav .carousel-cell:last-child {
    margin-bottom: 0
}

.product .carousel-nav .carousel-cell:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 2px;
    background: #CEDC00;
    top: 70%;
    margin-top: -1px;
    left: 50%;
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.product .carousel-nav .carousel-cell:before {
    font-size: 50px;
    line-height: 80px
}

.product .carousel-nav .carousel-cell.is-nav-selected:after {
    width: 70px
}

.product .descr {
    padding-left: 655px
}

.product .descr h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 15px
}

.product .descr .type {
    font-size: 18px;
    color: #666
}

.product .descr .icons {
    display: block;
    margin: 0;
    padding: 60px 0;
    list-style: none;
    border: 0
}

.product .descr .icons li {
    display: block;
    width: 25%;
    float: left;
    line-height: 20px
}

.product .descr .icons li .icon {
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eee;
    float: left
}

.product .descr .icons li b, .product .descr .icons li span {
    display: block;
    padding-left: 50px
}

.product .descr .icons li span {
    font-style: italic
}

.product .descr .icons:after {
    content: '';
    display: block;
    clear: both
}

.product .descr .buyit {
    float: left;
    width: 100%
}

.product .descr .buyit a {
    display: inline-block
}

.product .descr .buyit .buy {
    display: inline-block;
    width: 26px;
    height: 16px;
    vertical-align: middle;
    background: url("../images/buy.svg");
    margin-top: -2px;
    margin-right: 13px
}

.product .descr .buyit a + a {
    margin-left: 20px
}

.product .descr .content {
    float: left;
    width: 100%;
    padding-top: 65px;
    line-height: 28px
}

.overlaypage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 3;
    display: none
}

.x-3 .dropmenu {
    width: 800px;
    left: -75%;
}

.x-3 .dropmenu ul {
    width: 32%
}

.x-4 .dropmenu {
    width: 992px
}

.x-4 .dropmenu ul {
    width: 24%
}

.right .dropmenu {
    right: 0
}

.dropmenu {
    position: absolute;
    width: 600px;
    background: #fff;
    z-index: 4;
    padding: 40px 40px 0;
    display: none;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
    top: 100%;
    overflow: hidden
}

.dropmenu ul {
    width: 49%;
    display: inline-block;
    font-size: 0px;
    height: auto;
    vertical-align: top;
    margin-bottom: 30px;
    float: left
}

.dropmenu ul li {
    display: block;
    width: 100%;
    font-size: 13px;
    margin: 7px 0;
    float: left;
    font-weight: 400
}

.dropmenu ul li:hover {
    -webkit-box-shadow: 0px 0 0 0px transparent;
    -moz-box-shadow: 0px 0 0 0px transparent;
    box-shadow: 0px 0 0 0px transparent
}

.dropmenu ul li a {
    color: #000;
    display: inline-block;
    padding: 0
}

.dropmenu ul li a:hover {
    color: #888
}

.dropmenu ul li.title {
    font-size: 14px;
    font-weight: 500
}

.dropmenu ul li.title a {
    color: #00A9CE
}

.dropmenu ul li.title a:hover {
    color: #2d9de5
}

.dropmenu ul:after {
    content: '';
    display: block;
    clear: both
}

.iconsblock .title {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    text-align: center
}

.iconsblock .title:before {
    content: '';
    display: block;
    width: 4px;
    height: 81px;
    background: url("../images/dots.png");
    margin: 0 auto 100px
}

.iconsblock .title + .row {
    margin-top: 60px
}

.iconsblock .title.nodots:before {
    display: none
}

.iconsblock .icon {
    width: 100px;
    height: 100px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center
}

.iconsblock .icon.loader {
    background-image: url("../images/feat/1.png")
}

.iconsblock .icon.almaz {
    background-image: url("../images/feat/2.png")
}

.iconsblock .icon.sales {
    background-image: url("../images/feat/3.png")
}

.iconsblock .icon.pricesave {
    background-image: url("../images/feat/6.png")
}

.iconsblock .icon.packets {
    background-image: url("../images/feat/5.png")
}

.iconsblock .icon.truck {
    background-image: url("../images/feat/7.png")
}

.iconsblock .icon.coffe {
    background-image: url("../images/feat/8.png")
}

.iconsblock .icon.tastyaccess {
    background-image: url("../images/feat/9.png")
}

.iconsblock .icon.packetgramm {
    background-image: url("../images/feat/10.png")
}

.iconsblock .icon.consult {
    background-image: url("../images/feat/11.png")
}

.iconsblock .icon.doclist {
    background-image: url("../images/feat/14.png")
}

.iconsblock .icon.stickers {
    background-image: url("../images/feat/12.png")
}

.iconsblock .icon.techs {
    background-image: url("../images/feat/13.png")
}

.iconsblock .icon.simple {
    background-image: url("../images/feat/15.png")
}

.iconsblock .icon.morepackets {
    background-image: url("../images/feat/16.png")
}

.iconsblock .icon.withdesign {
    background-image: url("../images/feat/4.png")
}

.iconsblock .text {
    padding-left: 125px
}

.iconsblock .text b {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px
}

.iconsblock .text p {
    line-height: 24px;
    color: #666
}

.iconsblock .row {
    margin-bottom: 100px;
    font-size: 0
}

.iconsblock .row .col-md-4 {
    margin-bottom: 30px;
    display: inline-block;
    float: none;
    vertical-align: top;
    font-size: 13px
}

.docs {
    position: relative;
    margin-top: -200px;
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.docs h4 {
    font-size: 18px;
    padding-bottom: 20px;
    text-align: left;
    padding-top: 50px;
    float: left;
    width: 100%
}

.docs ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    font-size: 0
}

.docs ul li {
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
    font-size: 13px;
    padding-right: 30px;
    margin-bottom: 50px;
    float: none
}

.docs .icon.file {
    width: 25px;
    height: 32px;
    background: url("../images/file.svg");
    float: left
}

.docs .name {
    padding-left: 40px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    position: relative;
    margin-top: -3px
}

.docs .name a {
    color: #000
}

.docs .name a:hover {
    color: #888
}

.docs .size {
    padding-left: 40px;
    font-size: 12px;
    color: #888
}

.sidemenu {
    float: left;
    width: 260px;
    position: relative;
    margin-left: -260px
}

.container {
    float: left;
    width: 100%
}

.container .context {
    margin: 0 0 0 0;
    position: relative
}

.container:after {
    content: '';
    display: block;
    clear: both
}

.reviews {
    padding: 70px 0
}

.reviews .review {
    margin-bottom: 40px
}

.reviews .review .text {
    padding: 40px;
    border: 1px solid #ddd;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 24px
}

.reviews .review .text p:last-child {
    margin-bottom: 0
}

.reviews .review .info {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    margin-top: 10px
}

.reviews .review .info:after {
    content: '';
    width: 15px;
    height: 14px;
    background: url(../images/arr.png);
    display: inline-block;
    margin-left: 20px;
    margin-top: -11px;
    vertical-align: top
}

.reviews .row {
    font-size: 0
}

.reviews .row .col-md-6 {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    float: none
}

.faq {
    position: relative;
    margin-top: -120px;
    padding-bottom: 100px
}

.fullpageimage {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 535px;
    width: 100%
}

.just {
    padding: 80px 0
}

.certs {
    margin-top: 60px
}

.certs .col-md-4 {
    text-align: center
}

.certs .col-md-4:first-child {
    text-align: right
}

.certs .col-md-4:last-child {
    text-align: left
}

.certs .col-md-4:last-child a {
    margin-top: 0px
}

.certs .col-md-4 a {
    display: inline-block;
    position: relative;
    outline: none
}

.certs .col-md-4 a:hover, .certs .col-md-4 a:visited, .certs .col-md-4 a:active {
    outline: none
}

.certs .col-md-4 a:before {
    content: '';
    display: block;
    width: 256px;
    height: 335px;
    background: url("../images/frame.png");
    position: absolute;
    top: 0;
    left: -31px
}

.certs .col-md-4 a img {
    position: relative;
    z-index: 1;
    top: 19px
}

.certs .col-md-4 a.vertical:before {
    width: 337px;
    height: 275px;
    background: url("../images/frame_vertical.png")
}

.vacancy {
    padding-bottom: 100px
}

.justsect h3 {
    font-size: 26px;
    font-weight: 500
}

.justsect .row .icon {
    width: 55px;
    height: 55px;
    margin-bottom: 25px
}

.justsect .row .icon.cup {
    background: url("../images/1.png")
}

.justsect .row .icon.friend {
    background: url("../images/2.png")
}

.justsect .row .icon.idea {
    background: url("../images/3.png")
}

.justsect .row .icon.like {
    background: url("/../images/4.png")
}

.justsect .row .icon.pay {
    background: url("../images/5.png")
}

.justsect .row .icon.sport {
    background: url("../images/6.png")
}

.justsect .title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px
}

.justsect p {
    color: #666
}

.justsect + .justsect {
    padding-top: 100px
}

.mission {
    padding-bottom: 100px
}

.mission .row {
    margin-top: 60px
}

.mission .row b {
    font-size: 80px;
    font-weight: 700;
    color: #bbc1c4
}

.mission .row h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-top: -30px;
    padding: 0 0 20px 20px;
    text-align: left
}

.mission .row p {
    padding-left: 20px;
    color: #666
}

.mission .row .col-md-4 {
    position: relative
}

.justtxt {
    padding-bottom: 100px
}

.justtxt .imagecarousel {
    margin-bottom: 60px
}

.justtxt p {
    max-width: 825px
}

.imagecarousel {
    position: relative
}

.imagecarousel:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    z-index: 1
}

.imagecarousel .flickity-page-dots {
    bottom: 40px;
    z-index: 3
}

.imagecarousel .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -moz-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.imagecarousel .flickity-page-dots .dot.is-selected {
    background: #CEDC00;
    border-color: #CEDC00;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.imagecarousel .carousel-cell {
    width: 100%;
    height: 525px;
    margin-right: 10px;
    text-align: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.imagecarousel .flickity-prev-next-button.next {
    right: 30px;
    left: auto;
    margin-top: 0
}

.imagecarousel .flickity-prev-next-button {
    width: 38px;
    height: 38px
}

.imagecarousel .flickity-prev-next-button {
    border: 1px solid #fff;
    background: #fff
}

.imagecarousel .flickity-prev-next-button:disabled {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent
}

.imagecarousel .flickity-prev-next-button:disabled svg path {
    fill: #fff
}

.imagecarousel .flickity-prev-next-button:hover {
    border-color: #CEDC00;
    background: #CEDC00
}

.imagecarousel .flickity-prev-next-button:hover svg path {
    fill: #fff
}

.imagecarousel .flickity-prev-next-button svg path {
    fill: #000
}

.contactlists {
    position: relative;
    margin-top: -100px;
    float: left;
    width: 100%;
    margin-bottom: 100px
}

.contactlists.nospace {
    margin-top: -20px
}

.contactlists .list {
    margin-bottom: 80px
}

.contactlists .list:last-child {
    margin-bottom: 0
}

.contactlists .list h4 {
    text-align: left;
    padding: 0 0 20px
}

.contactlists .list h4:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background: #CEDC00;
    margin-right: 15px
}

.contactlists .list p {
    color: #666
}

.contactlists .list a {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500
}

.contactlists .list a:hover, .contactlists .list a:active {
    color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.1)
}

.contactlists .row small {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
    display: block
}

.contactlists .row .bfont {
    font-size: 16px;
    line-height: 26px
}

.contactlists .row .bfont a {
    border: 0
}

.mapcontainer {
    height: 465px;
    width: 100%;
    background: #eee;
    position: relative
}

.mapcontainer .onmap {
    position: absolute;
    top: 50px;
    left: 50px;
    bottom: 50px;
    background: #fff;
    width: 100%;
    max-width: 340px;
    padding: 40px;
    z-index: 2
}

.mapcontainer .onmap .table .center {
    color: #000;
    padding: 0
}

.mapcontainer .onmap b {
    color: #000
}

.mapcontainer .bx-google-map {
    color: #000;
    width: 100% !important;
    max-height: 465px
}

#map {
    height: 100%;
    width: 100%
}

.personlist {
    padding-top: 30px
}

.personlist .person {
    margin-bottom: 60px;
    display: inline-block;
    vertical-align: top
}

.personlist .person img {
    width: 100%;
    max-width: 137px
}

.personlist .person a {
    border: 0
}

.personlist .person h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0 10px;
    padding: 0
}

.personlist .person p {
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 8px
}

.personlist .person .phone {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px
}

.personlist .person .email {
    font-size: 13px
}

.personlist .person .email a {
    color: #889100
}

.personlist .person .email a:hover {
    color: #CEDC00
}

.wherebuy dt a {
    border: 0px !important
}

.guideback {
    height: 535px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative
}

.guideback:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent
}

.guideback:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1)
}

.guideback .center {
    padding-top: 0px;
    text-align: center
}

.guideback .center h1 {
    font-family: 'Merriweather';
    font-size: 90px;
    font-weight: 300;
    margin-bottom: 20px
}

.guideback .center p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300
}

.infotext {
    position: relative;
    margin: 100px 0
}

.infotext .text {
    float: left;
    background: #fff;
    position: relative;
    z-index: 2;
    font-size: 40px;
    line-height: 60px;
    font-weight: 500
}

.infotext .text b {
    padding: 0 30px 0 0;
    display: block;
    background: #fff;
    position: relative;
    z-index: 1;
    float: left
}

.infotext .text:before {
    content: '';
    position: absolute;
    right: 30px;
    left: 50px;
    height: 2px;
    background: #CEDC00;
    top: 30px
}

.infotext .descr {
    color: #666;
    position: relative
}

.infotext .descr:before {
    content: '';
    display: block
}

.infotext .descr p {
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 0
}

.steps {
    position: relative;
    padding-bottom: 100px
}

.stepslider .carousel-cell {
    width: 100%
}

.stepslider .stepbg {
    height: 455px;
    margin-left: 315px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center
}

.stepslider .stepbg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2)
}

.stepslider .stepbg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1)
}

.stepslider .stepbg .table .center {
    padding-top: 0
}

.stepslider .stepbg h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 500
}

.stepslider .stepbg .bgtext {
    position: absolute;
    font-size: 130px;
    color: rgba(255, 255, 255, 0.4);
    width: 100%;
    text-transform: uppercase;
    font-weight: 500
}

.stepslider .stepbg:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 2px;
    top: 70%;
    bottom: -20px;
    background: #CEDC00;
    margin-left: -1px
}

.stepslider .stepdescr {
    padding: 70px 0 0
}

.stepslider .stepdescr .stepinfo {
    font-size: 14px;
    line-height: 30px;
    color: #000
}

.stepslider .stepdescr .stepinfo p {
    font-size: 14px;
    line-height: 30px;
    color: #000
}

.stepslider .stepdescr .stepinfo .text {
    padding-left: 40px
}

.stepslider .stepdescr .stepinfo .warn {
    margin-top: 100px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    padding-left: 40px;
    text-align: center
}

.stepslider .stepdescr .advice .ttl {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px
}

.stepslider .stepdescr .advice .svt {
    font-size: 13px;
    line-height: 28px;
    color: #666;
    padding-left: 25px;
    border-left: 2px solid #cdb6a7;
    margin-bottom: 20px
}

.stepslider .stepdescr .advice img {
    width: 100%
}

.steplist {
    position: absolute;
    top: 0;
    width: 315px !important;
    display: block;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 3
}

.steplist.expand-5 li {
    min-height: 77px
}

.steplist.expand-4 li {
    min-height: 95px
}

.steplist.expend-3 li {
    min-height: 126px
}

.steplist.expend-2 li {
    min-height: 190px
}

.steplist li {
    height: 64px;
    background: #f1f1f1;
    display: block;
    width: 100%;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #fff;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer
}

.steplist li .center {
    color: #666;
    padding: 0
}

.steplist li i {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -14px;
    width: 26px;
    height: 26px;
    border: 2px solid #c2c2c2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
    color: #9a9a9a;
    font-style: normal
}

.steplist li .table .center {
    padding-left: 60px;
    padding-right: 20px
}

.steplist li.active, .steplist li:hover {
    color: #000;
    background-color: #f5f5f5
}

.steplist li.active i, .steplist li:hover i {
    border-color: #CEDC00;
    color: #CEDC00;
}

.instaicon {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ccc;
    position: relative;
    vertical-align: middle
}

.instaicon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-position: 0 -94px;
    width: 17px;
    height: 17px;
    margin: -8px 0 0 -8px
}

.vkicon {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ccc;
    position: relative;
    vertical-align: middle
}

.vkicon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-position: 0 -151px;
    width: 15px;
    height: 10px;
    margin: -5px 0 0 -8px
}

.mapicon {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ccc;
    position: relative;
    vertical-align: middle
}

.mapicon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0 -111px;
    width: 40px;
    height: 40px
}

.droidicon {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ccc;
    position: relative;
    vertical-align: middle
}

.droidicon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0 -40px;
    width: 40px;
    height: 40px
}

.appleicon {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ccc;
    position: relative;
    vertical-align: middle
}

.appleicon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0 0;
    width: 40px;
    height: 40px
}

.flickity-viewport {
    transition: height 0.2s
}

.gotocat {
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    display: none
}

.gotocat a {
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    font-weight: 500
}

.gotocat img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 15px
}

.modalcontain {
    position: relative
}

.modalcontain .mfp-close {
    color: #fff
}

.textpage {
    padding-bottom: 80px
}

.textpage ul {
    display: block;
    padding-top: 0;
    padding-left: 20px;
    border-bottom: 0
}

.textpage ul li {
    display: block;
    position: relative
}

.textpage ul li:before {
    content: '—';
    margin-right: 5px;
    color: #CEDC00
}

input[type="text"].error, textarea.error {
    border-color: #e4bbba !important;
    background: #f7eceb;
}

.personlist .person img {

    min-height: 137px;
}

input[type="text"], textarea {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.btn {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.section.getprice .form .btn {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

textarea {
    resize: none;
}

.form {
    border-radius: 0px !important;
}

.modalcontain {
    border-radius: 0px !important;
}

.cstmmap {
    cursor: pointer;
}

.slider {
    margin-top: -10px;
}

.mrfnt {
    font-size: 16px !important;
}

.pagewrap {
    margin-top: 102px !important;
}

@media (max-width: 992px) and (min-width: 768px) {
    .pagewrap {
        margin-top: 124px !important;
    }
}

@media (max-width: 768px) {
    .pagewrap {
        margin-top: 98px !important;
    }
	
	.qsl img, .about img {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
}

.c-review__buttons-list:hover {
    color: white;
}

.pagination .pagin_link_prev, .pagination .pagin_link_next {
    width: 200px;
}

.pagination .pagin_link_prev:hover, .pagination .pagin_link_next:hover {
    background-color: inherit;
}

.pagination .pagin_link_first, .pagination .pagin_link_last {
    display: none;
}

.pagination .arowsPg {
    width: 9px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1px;
}

.pagination .pagin_link_prev .arowsPg {
    background-image: url("../images/ar-left.png");
    margin-right: 10px;

}

.pagination .pagin_link_next .arowsPg {
    background-image: url("../images/ar-right.png");
    margin-left: 10px;
}

.pagination {
    text-align: center;
    margin: 50px 0;
}

.pagination a {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    line-height: 33px;
    padding: 0;
    border-radius: 100%;
    font-size: 14px;
    /*font-style: italic;*/
    color: #6d6d6d;
}

.pagination .links b {
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 100%;
    background-color: #222;
    color: #fff;
    font-size: 14px;
    /*font-style: italic;*/
    display: inline-block;
    vertical-align: middle;
}

a.disabled {
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: default;  /* устанавливаем курсор в виде стрелки */
    color: #999; /* цвет текста для нективной ссылки */
}



.scale-mod {
	padding-top: 30px;
}

.fixed .lang_menu a {
    color: #666 !important;
}

.lang_menu .active {
	border-bottom: 1px solid;
}

.lang_menu {
	color: #ccc;
}

.footer b a {
	color: #fff;
}

.catalogue h4 {
	min-height: 102px;
}

.catalogue h4 a {
	color: #000;
}

.justifyleft {
	float: left;
	margin: 0 10px 10px 0;
}

.justifyright {
	float: right;
	margin: 0 0 10px 10px;
}

.info_er {
	font-size: 18px;
	text-align: center;
	color: #000;
	display: none;
}

.ssd {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 38px;
    line-height: 65px;
}

.phone {
	background: transparent url("../images/cell-phone.svg") no-repeat left center;
	padding-left: 15px;
}

.mobilemenu .phone {
	background: none;
}

.footer .contacts .phone {
	background: none;
}

.sg5 {
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.sg5 .row4 {
	margin-right: 50px;
}

#form_10 {
	
}

#form_10 .input {
	width: 100%;
	margin-bottom: 15px;
}

#form_10 .input input[type="text"] {
	padding: 10px;
	width: 100%;
}

#form_10 .rt6 {
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

#form_10 .rt7 {
	margin-right: 20px;
	width: 350px;
}

#form_10 .rt8 {
	width: calc(100% - 370px);
}

#form_10 .rt8 textarea {
	height: 140px;
	width: 100%;
}


.slider .limit p {
	color: #ffff99;
	font-size: 50px;
	font-weight: 700;
	line-height:  60px;
	text-transform: uppercase;
}

.pagecontent p, .pagecontent ol, .pagecontent ul {
    font-size: 13px;
    line-height: 28px;
}

.pagecontent ol, .pagecontent ul {
    margin: 0 0 15px 15px;
    padding: 0;
} 

.header .search {
	width: 16px;
	height: 16px;
	display: inline-block;
}

.search-text-page {
	text-align: center;
	margin-bottom: 20px;
}

.search-text-page input[type="text"] {
	padding: 10px;
	width: 200px;
}

.search-text-page input[type="submit"] {
    padding: 10px 19px;
    background: #FF8000;
    color: #fff;
    border: none;
    font-size: 15px;
}

.search_title {
	margin-bottom: 10px;
}

.header .search {
	width: 16px;
	vertical-align: middle;
	height: 16px;
	display: inline-block;
	background: transparent url("../images/search_w.png") no-repeat left center;
}

.header.fixed .search {
	width: 16px;
	vertical-align: middle;
	height: 16px;
	display: inline-block;
	background: transparent url("../images/search.png") no-repeat left center;
}


.search.sds {
	width: 16px;
	vertical-align: middle;
	height: 16px;
	display: inline-block;
	background: transparent url("../images/search.png") no-repeat left center;
}


.pagecontent p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    font-weight: 400;
    margin-bottom: 0;
}

.section .timer1 .row h4 {
margin-top: 0px;
    padding-left: 0px;
	text-align: center;
    font-size: 36px;
}

.section .timer1 .row p {
    padding-left: 0px;
    text-align: center;
	font-size: 18px;
}

.section.scale .row .col-md-4 {
    min-height: 186px;
}

.textpage table {
	border: 1px solid #ccc;
	margin-bottom: 25px;
}

.textpage table td, .textpage table th  {
	border: 1px solid #ccc;
	padding: 8px;
}

.textpage h3, .textpage h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin: 15px 0;
}

.pagecontent li {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    font-weight: 400;
    margin-bottom: 5px;
}