meta.foundation-version {
    font-family: "/5.2.3/";
}
meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em;
}
meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}
meta.foundation-mq-large {
    font-family: "/only screen and (min-width:62.5em)/";
    width: 62.5em;
}
meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}
meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}
meta.foundation-data-attribute-namespace {
    font-family: false;
}
html,
body {
    height: 100%;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    font-size: 14px;
}
@media only screen and (max-width: 62.4em) {
	body {font-size: 16px;}
}
body {
    background: white;
    color: #3d3d3d;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
}
a:hover {
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto;
}
img {
    -ms-interpolation-mode: bicubic;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.hide {
    display: none;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    display: inline-block;
    vertical-align: middle;
}
textarea {
    height: auto;
    min-height: 50px;
}
select {
    width: 100%;
}
.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.42857rem;
    position: relative;
    padding: 1rem 1.71429rem 1rem 1rem;
    font-size: 0.92857rem;
    transition: opacity 300ms ease-out;
    background-color: #67a8c9;
    border-color: #4896be;
    color: white;
}
.alert-box .close {
    font-size: 1.57143rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.78571rem;
    right: 0.28571rem;
    color: #333333;
    opacity: 0.3;
}
.alert-box .close:hover,
.alert-box .close:focus {
    opacity: 0.5;
}
.alert-box.radius {
    border-radius: 3px;
}
.alert-box.round {
    border-radius: 1000px;
}
.alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: white;
}
.alert-box.alert {
    background-color: #f04124;
    border-color: #de2b0f;
    color: white;
}
.alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f;
}
.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: white;
}
.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f;
}
.alert-box.alert-close {
    opacity: 0;
}
[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.71429rem;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    content: " ";
    display: table;
}
[class*="block-grid-"]:after {
    clear: both;
}
[class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.71429rem 1.42857rem;
}
@media only screen {
    .small-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }
    .small-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both;
    }
    .small-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }
    .small-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both;
    }
    .small-block-grid-3 > li {
        width: 33.33333%;
        list-style: none;
    }
    .small-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }
    .small-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }
    .small-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both;
    }
    .small-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }
    .small-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both;
    }
    .small-block-grid-6 > li {
        width: 16.66667%;
        list-style: none;
    }
    .small-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both;
    }
    .small-block-grid-7 > li {
        width: 14.28571%;
        list-style: none;
    }
    .small-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both;
    }
    .small-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }
    .small-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both;
    }
    .small-block-grid-9 > li {
        width: 11.11111%;
        list-style: none;
    }
    .small-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both;
    }
    .small-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }
    .small-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both;
    }
    .small-block-grid-11 > li {
        width: 9.09091%;
        list-style: none;
    }
    .small-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both;
    }
    .small-block-grid-12 > li {
        width: 8.33333%;
        list-style: none;
    }
    .small-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both;
    }
}


@media only screen and (min-width: 40.063em) {
    .medium-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }
    .medium-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both;
    }
    .medium-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }
    .medium-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both;
    }
    .medium-block-grid-3 > li {
        width: 33.33333%;
        list-style: none;
    }
    .medium-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }
    .medium-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }
    .medium-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both;
    }
    .medium-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }
    .medium-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both;
    }
    .medium-block-grid-6 > li {
        width: 16.66667%;
        list-style: none;
    }
    .medium-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both;
    }
    .medium-block-grid-7 > li {
        width: 14.28571%;
        list-style: none;
    }
    .medium-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both;
    }
    .medium-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }
    .medium-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both;
    }
    .medium-block-grid-9 > li {
        width: 11.11111%;
        list-style: none;
    }
    .medium-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both;
    }
    .medium-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }
    .medium-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both;
    }
    .medium-block-grid-11 > li {
        width: 9.09091%;
        list-style: none;
    }
    .medium-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both;
    }
    .medium-block-grid-12 > li {
        width: 8.33333%;
        list-style: none;
    }
    .medium-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 62.5em) {

    .large-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }
    .large-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both;
    }
    .large-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }
    .large-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both;
    }
    .large-block-grid-3 > li {
        width: 33.33333%;
        list-style: none;
    }
    .large-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }
    .large-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }
    .large-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both;
    }
    .large-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }
    .large-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both;
    }
    .large-block-grid-6 > li {
        width: 16.66667%;
        list-style: none;
    }
    .large-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both;
    }
    .large-block-grid-7 > li {
        width: 14.28571%;
        list-style: none;
    }
    .large-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both;
    }
    .large-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }
    .large-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both;
    }
    .large-block-grid-9 > li {
        width: 11.11111%;
        list-style: none;
    }
    .large-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both;
    }
    .large-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }
    .large-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both;
    }
    .large-block-grid-11 > li {
        width: 9.09091%;
        list-style: none;
    }
    .large-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both;
    }
    .large-block-grid-12 > li {
        width: 8.33333%;
        list-style: none;
    }
    .large-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both;
    }
}
button,
.button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.42857rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1.14286rem;
    padding-right: 2.28571rem;
    padding-bottom: 1.21429rem;
    padding-left: 2.28571rem;
    font-size: 1.14286rem;
    background-color: #67a8c9;
    border-color: #408db3;
    color: white;
    transition: background-color 300ms ease-out;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #408db3;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
    color: white;
}
button.secondary,
.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    background-color: #b9b9b9;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    color: #333333;
}
button.success,
.button.success {
    background-color: #43ac6a;
    border-color: #368a54;
    color: white;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    background-color: #368a54;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    color: white;
}
button.alert,
.button.alert {
    background-color: #f04124;
    border-color: #cf280e;
    color: white;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    background-color: #cf280e;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    color: white;
}
button.large,
.button.large {
    padding-top: 1.28571rem;
    padding-right: 2.57143rem;
    padding-bottom: 1.35714rem;
    padding-left: 2.57143rem;
    font-size: 1.42857rem;
}
button.small,
.button.small {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.07143rem;
    padding-left: 2rem;
    font-size: 0.92857rem;
}
button.tiny,
.button.tiny {
    padding-top: 0.71429rem;
    padding-right: 1.42857rem;
    padding-bottom: 0.78571rem;
    padding-left: 1.42857rem;
    font-size: 0.78571rem;
}
button.expand,
.button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
button.left-align,
.button.left-align {
    text-align: left;
    text-indent: 0.85714rem;
}
button.right-align,
.button.right-align {
    text-align: right;
    padding-right: 0.85714rem;
}
button.radius,
.button.radius {
    border-radius: 3px;
}
button.round,
.button.round {
    border-radius: 1000px;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
    background-color: #67a8c9;
    border-color: #408db3;
    color: white;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #408db3;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    color: white;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #67a8c9;
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #b9b9b9;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    color: #333333;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #e7e7e7;
}
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
    background-color: #43ac6a;
    border-color: #368a54;
    color: white;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #368a54;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    color: white;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #43ac6a;
}
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
    background-color: #f04124;
    border-color: #cf280e;
    color: white;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #cf280e;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    color: white;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #f04124;
}
.breadcrumbs {
    display: block;
    padding: 1rem 0 1.14286rem;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: none;
    border-width: 0;
    background-color: #f4f4f4;
    border-color: gainsboro;
    border-radius: 0;
}
.breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: none;
    color: #7d7d7d;
}
.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
    text-decoration: underline;
}
.breadcrumbs > * a {
    color: #7d7d7d;
}
.breadcrumbs > *.current {
    cursor: default;
    color: #454545;
}
.breadcrumbs > *.current a {
    cursor: default;
    color: #454545;
}
.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
    text-decoration: none;
}
.breadcrumbs > *.unavailable {
    color: #999999;
}
.breadcrumbs > *.unavailable a {
    color: #999999;
}
.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
    text-decoration: none;
    color: #999999;
    cursor: default;
}
.breadcrumbs > *:before {
    content: "-->";
    color: #7d7d7d;
    margin: 0 0.85714rem;
    position: relative;
    top: 1px;
}
.breadcrumbs > *:first-child:before {
    content: " ";
    margin: 0;
}

@media only screen and (min-width: 40.063em) {
    button,
    .button {
        display: inline-block;
    }
}
/* Standard Forms */

form {
    margin: 0 0 1.14286rem;
}
/* Using forms within rows, we need to set some defaults */

form .row .row {
    margin: 0 -0.57143rem;
}
form .row .row .column,
form .row .row .columns {
    padding: 0 0.57143rem;
}
form .row .row.collapse {
    margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0;
}
form .row .row.collapse input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: 0.57143rem;
}
/* Label Styles */

label {
    font-size: 1.28571rem;
    color: #3e4e5c;
    cursor: pointer;
    display: block;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
    /* Styles for required inputs */
}
label.right {
    float: none !important;
    text-align: right;
}
label.inline {
    margin: 0 0 1.14286rem 0;
    padding: 0.64286rem 0;
}
label small {
    text-transform: capitalize;
    color: #53697c;
}
select::-ms-expand {
    display: none;
}
/* Attach elements to the beginning or end of an input */

.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 1.28571rem;
    height: 2.64286rem;
    line-height: 2.64286rem;
}
/* Adjust padding, alignment and radius if pre/post element is a button */

.postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.42857rem;
    border: none;
}
.prefix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.42857rem;
    border: none;
}
.prefix.button.radius {
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.postfix.button.radius {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.prefix.button.round {
    border-radius: 0;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}
.postfix.button.round {
    border-radius: 0;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}
/* Separate prefix and postfix styles when on span or label so buttons keep their own */

span.prefix,
label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333333;
    border-color: #cccccc;
}
span.prefix.radius,
label.prefix.radius {
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
span.postfix,
label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333333;
    border-color: #cccccc;
}
span.postfix.radius,
label.postfix.radius {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
/* We use this to get basic styling on all basic form elements */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #939393;
    display: block;
    font-size: 1rem;
    margin: 0 0 1.14286rem 0;
    padding: 0.57143rem;
    height: 2.64286rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none;
}
input[type="text"][disabled],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
fieldset[disabled] input[type="url"],
textarea[disabled],
fieldset[disabled] textarea {
    background-color: #dddddd;
}
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
textarea.radius {
    border-radius: 3px;
}
input[type="submit"] {
    -webkit-appearance: none;
}
/* Respect enforced amount of rows for textarea */

textarea[rows] {
    height: auto;
}
/* Add height value for select elements to match text input height */

select {
    -webkit-appearance: none !important;
    background-color: #fafafa;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    padding: 0.57143rem;
    font-size: 1rem;
    color: #939393;
    line-height: normal;
    border-radius: 0;
    height: 2.64286rem;
}
select.radius {
    border-radius: 3px;
}
select:hover {
    background-color: #f3f3f3;
    border-color: #999999;
}
/* Adjust margin for form elements below */

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1.14286rem 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline-block;
    margin-left: 0.57143rem;
    margin-right: 1.14286rem;
    margin-bottom: 0;
    vertical-align: baseline;
}
/* Normalize file input width */

input[type="file"] {
    width: 100%;
}
/* We add basic fieldset styling */

fieldset {
    border: 1px solid #dddddd;
    padding: 1.42857rem;
    margin: 1.28571rem 0;
}
fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.21429rem;
    margin: 0;
    margin-left: -0.21429rem;
}
/* Error Handling */

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
    display: block;
    padding: 0.42857rem 0.64286rem 0.64286rem;
    margin-top: -1px;
    margin-bottom: 1.14286rem;
    font-size: 0.85714rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: white;
}
[data-abide] span.error,
[data-abide] small.error {
    display: none;
}
span.error,
small.error {
    display: block;
    padding: 0.42857rem 0.64286rem 0.64286rem;
    margin-top: -1px;
    margin-bottom: 1.14286rem;
    font-size: 0.85714rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: white;
}
.error input,
.error textarea,
.error select {
    margin-bottom: 0;
}
.error input[type="checkbox"],
.error input[type="radio"] {
    margin-bottom: 1.14286rem;
}
.error label,
.error label.error {
    color: #f04124;
}
.error small.error {
    display: block;
    padding: 0.42857rem 0.64286rem 0.64286rem;
    margin-top: -1px;
    margin-bottom: 1.14286rem;
    font-size: 0.85714rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: white;
}
.error > label > small {
    color: #53697c;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline;
}
.error span.error-message {
    display: block;
}
input.error,
textarea.error {
    margin-bottom: 0;
}
label.error {
    color: #f04124;
}
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 70.71429rem;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}
.row .row {
    width: auto;
    margin-left: -0;
    margin-right: -0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}
.row .row:before,
.row .row:after {
    content: " ";
    display: table;
}
.row .row:after {
    clear: both;
}
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
}
.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table;
}
.row .row.collapse:after {
    clear: both;
}
.column,
.columns {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + [class*="column"].end {
    float: left;
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }
    .small-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }
    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }
    .small-1 {
        width: 8.33333%;
    }
    .small-2 {
        width: 16.66667%;
    }
    .small-3 {
        width: 25%;
    }
    .small-4 {
        width: 33.33333%;
    }
    .small-5 {
        width: 41.66667%;
    }
    .small-6 {
        width: 50%;
    }
    .small-7 {
        width: 58.33333%;
    }
    .small-8 {
        width: 66.66667%;
    }
    .small-9 {
        width: 75%;
    }
    .small-10 {
        width: 83.33333%;
    }
    .small-11 {
        width: 91.66667%;
    }
    .small-12 {
        width: 100%;
    }
    .small-offset-0 {
        margin-left: 0% !important;
    }
    .small-offset-1 {
        margin-left: 8.33333% !important;
    }
    .small-offset-2 {
        margin-left: 16.66667% !important;
    }
    .small-offset-3 {
        margin-left: 25% !important;
    }
    .small-offset-4 {
        margin-left: 33.33333% !important;
    }
    .small-offset-5 {
        margin-left: 41.66667% !important;
    }
    .small-offset-6 {
        margin-left: 50% !important;
    }
    .small-offset-7 {
        margin-left: 58.33333% !important;
    }
    .small-offset-8 {
        margin-left: 66.66667% !important;
    }
    .small-offset-9 {
        margin-left: 75% !important;
    }
    .small-offset-10 {
        margin-left: 83.33333% !important;
    }
    .small-offset-11 {
        margin-left: 91.66667% !important;
    }
    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }
}

@media only screen and (min-width: 40.063em) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }
    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }
    .medium-1 {
        width: 8.33333%;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-0 {
        margin-left: 0% !important;
    }
    .medium-offset-1 {
        margin-left: 8.33333% !important;
    }
    .medium-offset-2 {
        margin-left: 16.66667% !important;
    }
    .medium-offset-3 {
        margin-left: 25% !important;
    }
    .medium-offset-4 {
        margin-left: 33.33333% !important;
    }
    .medium-offset-5 {
        margin-left: 41.66667% !important;
    }
    .medium-offset-6 {
        margin-left: 50% !important;
    }
    .medium-offset-7 {
        margin-left: 58.33333% !important;
    }
    .medium-offset-8 {
        margin-left: 66.66667% !important;
    }
    .medium-offset-9 {
        margin-left: 75% !important;
    }
    .medium-offset-10 {
        margin-left: 83.33333% !important;
    }
    .medium-offset-11 {
        margin-left: 91.66667% !important;
    }
    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

@media only screen and (min-width: 62.5em) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }
    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }
    .large-1 {
        width: 8.33333%;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-3 {
        width: 25%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-6 {
        width: 50%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-9 {
        width: 75%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-0 {
        margin-left: 0% !important;
    }
    .large-offset-1 {
        margin-left: 8.33333% !important;
    }
    .large-offset-2 {
        margin-left: 16.66667% !important;
    }
    .large-offset-3 {
        margin-left: 25% !important;
    }
    .large-offset-4 {
        margin-left: 33.33333% !important;
    }
    .large-offset-5 {
        margin-left: 41.66667% !important;
    }
    .large-offset-6 {
        margin-left: 50% !important;
    }
    .large-offset-7 {
        margin-left: 58.33333% !important;
    }
    .large-offset-8 {
        margin-left: 66.66667% !important;
    }
    .large-offset-9 {
        margin-left: 75% !important;
    }
    .large-offset-10 {
        margin-left: 83.33333% !important;
    }
    .large-offset-11 {
        margin-left: 91.66667% !important;
    }
    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}
table {
    background: #f2f1ef;
    margin-bottom: 1.42857rem;
    border: solid 1px #dddddd;
}
table caption {
    background: transparent;
    color: #222222;
    font-size: 1.14286rem;
    font-weight: bold;
}
table thead {
    background: whitesmoke;
}
table thead tr th,
table thead tr td {
    padding: 0.57143rem 0.71429rem 0.71429rem;
    font-size: 1rem;
    font-weight: bold;
    color: #222222;
}
table tfoot {
    background: whitesmoke;
}
table tfoot tr th,
table tfoot tr td {
    padding: 0.57143rem 0.71429rem 0.71429rem;
    font-size: 1rem;
    font-weight: bold;
    color: #222222;
}
table tr th,
table tr td {
    padding: 0.64286rem 0.71429rem;
    font-size: 1rem;
    color: #222222;
    text-align: left;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: white;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
    display: table-cell;
    line-height: 1.28571rem;
}
/* Tooltips */

.has-tip {
    border-bottom: dotted 1px #cccccc;
    cursor: help;
    font-weight: bold;
    color: #333333;
}
.has-tip:hover,
.has-tip:focus {
    border-bottom: dotted 1px #244f65;
    color: #67a8c9;
}
.has-tip.tip-left,
.has-tip.tip-right {
    float: none !important;
}
.tooltip {
    display: none;
    position: absolute;
    z-index: 998;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3;
    padding: 0.85714rem;
    max-width: 300px;
    left: 50%;
    width: 100%;
    color: white;
    background: #333333;
}
.tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px;
}
.tooltip > .nub.rtl {
    left: auto;
    right: 5px;
}
.tooltip.radius {
    border-radius: 3px;
}
.tooltip.round {
    border-radius: 1000px;
}
.tooltip.round > .nub {
    left: 2rem;
}
.tooltip.opened {
    color: #67a8c9 !important;
    border-bottom: dotted 1px #244f65 !important;
}
.tap-to-close {
    display: block;
    font-size: 0.71429rem;
    color: #777777;
    font-weight: normal;
}
@media only screen and (min-width: 40.063em) {
    .tooltip > .nub {
        border-color: transparent transparent #333333 transparent;
        top: -10px;
    }
    .tooltip.tip-top > .nub {
        border-color: #333333 transparent transparent transparent;
        top: auto;
        bottom: -10px;
    }
    .tooltip.tip-left,
    .tooltip.tip-right {
        float: none !important;
    }
    .tooltip.tip-left > .nub {
        border-color: transparent transparent transparent #333333;
        right: -10px;
        left: auto;
        top: 50%;
        margin-top: -5px;
    }
    .tooltip.tip-right > .nub {
        border-color: transparent #333333 transparent transparent;
        right: auto;
        left: -10px;
        top: 50%;
        margin-top: -5px;
    }
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important;
    }
    .small-only-text-right {
        text-align: right !important;
    }
    .small-only-text-center {
        text-align: center !important;
    }
    .small-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen {
    .small-text-left {
        text-align: left !important;
    }
    .small-text-right {
        text-align: right !important;
    }
    .small-text-center {
        text-align: center !important;
    }
    .small-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 62.438em) {
    .medium-only-text-left {
        text-align: left !important;
    }
    .medium-only-text-right {
        text-align: right !important;
    }
    .medium-only-text-center {
        text-align: center !important;
    }
    .medium-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 40.063em) {
    .medium-text-left {
        text-align: left !important;
    }
    .medium-text-right {
        text-align: right !important;
    }
    .medium-text-center {
        text-align: center !important;
    }
    .medium-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 62.5em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important;
    }
    .large-only-text-right {
        text-align: right !important;
    }
    .large-only-text-center {
        text-align: center !important;
    }
    .large-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 62.5em) {
    .large-text-left {
        text-align: left !important;
    }
    .large-text-right {
        text-align: right !important;
    }
    .large-text-center {
        text-align: center !important;
    }
    .large-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }
    .xlarge-only-text-right {
        text-align: right !important;
    }
    .xlarge-only-text-center {
        text-align: center !important;
    }
    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 90.063em) {
    .xlarge-text-left {
        text-align: left !important;
    }
    .xlarge-text-right {
        text-align: right !important;
    }
    .xlarge-text-center {
        text-align: center !important;
    }
    .xlarge-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }
    .xxlarge-only-text-right {
        text-align: right !important;
    }
    .xxlarge-only-text-center {
        text-align: center !important;
    }
    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 120.063em) {
    .xxlarge-text-left {
        text-align: left !important;
    }
    .xxlarge-text-right {
        text-align: right !important;
    }
    .xxlarge-text-center {
        text-align: center !important;
    }
    .xxlarge-text-justify {
        text-align: justify !important;
    }
}
/* Typography resets */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
/* Default Link Styles */

a {
    color: #67a8c9;
    text-decoration: underline;
    line-height: inherit;
}
a:hover,
a:focus {
    color: #4896be;
    text-decoration: none;
}
a img {
    border: none;
}
/* Default paragraph styles */

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 1.42857rem;
    text-rendering: optimizeLegibility;
}
p.lead {
    font-size: 1.25rem;
    line-height: 1.6;
}
p aside {
    font-size: 1rem;
    line-height: 1.35;
    font-style: italic;
}
/* Default header styles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 1.42857rem;
    line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0;
}
h1 {
    font-size: 3.14286rem;
}
h2 {
    font-size: 2.28571rem;
}
h3 {
    font-size: 1.92857rem;
}
h4 {
    font-size: 1.64286rem;
}
h5 {
    font-size: 1.28571rem;
}
h6 {
    font-size: 1rem;
}
.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.42857rem 0 1.35714rem;
    height: 0;
}
/* Helpful Typography Defaults */

em,
i {
    font-style: italic;
    line-height: inherit;
}
strong,
b {
    font-weight: bold;
    line-height: inherit;
}
small {
    font-size: 60%;
    line-height: inherit;
}
code {
    font-family: Consolas, 'Liberation Mono', Courier, monospace;
    font-weight: bold;
    color: #bd240d;
}
/* Lists */

ul,
ol,
dl {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 1.42857rem;
    list-style-position: outside;
    font-family: inherit;
}
ul {
    margin-left: 1.1rem;
}
ul.no-bullet {
    margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.42857rem;
    margin-bottom: 0;
    list-style: none;
}
/* Unordered Lists */

ul li ul,
ul li ol {
    margin-left: 1.42857rem;
    margin-bottom: 0;
}
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit;
}
ul.square {
    list-style-type: square;
    margin-left: 1.1rem;
}
ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem;
}
ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem;
}
ul.no-bullet {
    list-style: none;
}
/* Ordered Lists */

ol {
    margin-left: 1.4rem;
}
ol li ul,
ol li ol {
    margin-left: 1.42857rem;
    margin-bottom: 0;
}
/* Definition Lists */

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}
dl dd {
    margin-bottom: 0.85714rem;
}
/* Abbreviations */

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #3d3d3d;
    border-bottom: 1px dotted #dddddd;
    cursor: help;
}
abbr {
    text-transform: none;
}
/* Blockquotes */

blockquote {
    margin: 0 0 1.42857rem;
    padding: 0.64286rem 1.42857rem 0 1.35714rem;
    border-left: 1px solid #dddddd;
}
blockquote cite {
    display: block;
    font-size: 0.92857rem;
    color: #555555;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
    color: #555555;
}
blockquote,
blockquote p {
    line-height: 1.3;
    color: #6f6f6f;
}
/* Microformats */

.vcard {
    display: inline-block;
    margin: 0 0 1.42857rem 0;
    border: 1px solid #dddddd;
    padding: 0.71429rem 0.85714rem;
}
.vcard li {
    margin: 0;
    display: block;
}
.vcard .fn {
    font-weight: bold;
    font-size: 1.07143rem;
}
.vevent .summary {
    font-weight: bold;
}
.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.07143rem;
}
@media only screen and (min-width: 40.063em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4;
    }
    h1 {
        font-size: 3.14286rem;
    }
    h2 {
        font-size: 2.28571rem;
    }
    h3 {
        font-size: 1.92857rem;
    }
    h4 {
        font-size: 1.64286rem;
    }
    h5 {
        font-size: 1.28571rem;
    }
    h6 {
        font-size: 1rem;
    }
}
/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */

.print-only {
    display: none !important;
}
@media print {
    @page {
        margin: 0.5cm;
    }
    * {
        background: transparent !important;
        color: black !important;
        /* Black prints faster: h5bp.com/s */

        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .hide-on-print {
        display: none !important;
    }
    .print-only {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    .show-for-print {
        display: inherit !important;
    }
}
/* #{$current-visibility-breakpoint} displays */

@media only screen {
    .show-for-small-only,
    .show-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit !important;
    }
    .hide-for-small-only,
    .hide-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }
    .visible-for-small-only,
    .visible-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .hidden-for-small-only,
    .hidden-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.show-for-small-only,
    table.show-for-small-up,
    table.show-for-small,
    table.show-for-small-down,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up {
        display: table;
    }
    thead.show-for-small-only,
    thead.show-for-small-up,
    thead.show-for-small,
    thead.show-for-small-down,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up {
        display: table-header-group !important;
    }
    tbody.show-for-small-only,
    tbody.show-for-small-up,
    tbody.show-for-small,
    tbody.show-for-small-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up {
        display: table-row-group !important;
    }
    tr.show-for-small-only,
    tr.show-for-small-up,
    tr.show-for-small,
    tr.show-for-small-down,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up {
        display: table-row !important;
    }
    th.show-for-small-only,
    td.show-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.show-for-small,
    td.show-for-small,
    th.show-for-small-down,
    td.show-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.hide-for-medium-up,
    td.hide-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}
/* #{$current-visibility-breakpoint} displays */

@media only screen and (min-width: 40.063em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit !important;
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up {
        display: table;
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up {
        display: table-header-group !important;
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up {
        display: table-row-group !important;
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up {
        display: table-row !important;
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.show-for-medium-only,
    td.show-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.show-for-medium,
    td.show-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}
/* #{$current-visibility-breakpoint} displays */

@media only screen and (min-width: 62.5em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit !important;
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up {
        display: table;
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up {
        display: table-header-group !important;
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up {
        display: table-row-group !important;
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up {
        display: table-row !important;
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.show-for-large-only,
    td.show-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.show-for-large,
    td.show-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}
/* #{$current-visibility-breakpoint} displays */

@media only screen and (min-width: 90.063em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit !important;
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up {
        display: table;
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up {
        display: table-header-group !important;
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up {
        display: table-row-group !important;
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up {
        display: table-row !important;
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.show-for-xlarge-only,
    td.show-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}
/* #{$current-visibility-breakpoint} displays */

@media only screen and (min-width: 120.063em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: inherit !important;
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-xlarge-only,
    table.show-for-xlarge-up,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up {
        display: table;
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up {
        display: table-header-group !important;
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up {
        display: table-row-group !important;
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up {
        display: table-row !important;
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.show-for-xxlarge-only,
    td.show-for-xxlarge-only,
    th.show-for-xxlarge-up,
    td.show-for-xxlarge-up {
        display: table-cell !important;
    }
}
/* Orientation targeting */

.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}
/* Specific visibility for tables */

table.hide-for-landscape,
table.show-for-portrait {
    display: table;
}
thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group !important;
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group !important;
}
tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row !important;
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}
@media only screen and (orientation: landscape) {
    /* Specific visibility for tables */

    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important;
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
    table.show-for-landscape,
    table.hide-for-portrait {
        display: table;
    }
    thead.show-for-landscape,
    thead.hide-for-portrait {
        display: table-header-group !important;
    }
    tbody.show-for-landscape,
    tbody.hide-for-portrait {
        display: table-row-group !important;
    }
    tr.show-for-landscape,
    tr.hide-for-portrait {
        display: table-row !important;
    }
    td.show-for-landscape,
    td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important;
    }
}
@media only screen and (orientation: portrait) {
    /* Specific visibility for tables */

    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important;
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }
    table.show-for-portrait,
    table.hide-for-landscape {
        display: table;
    }
    thead.show-for-portrait,
    thead.hide-for-landscape {
        display: table-header-group !important;
    }
    tbody.show-for-portrait,
    tbody.hide-for-landscape {
        display: table-row-group !important;
    }
    tr.show-for-portrait,
    tr.hide-for-landscape {
        display: table-row !important;
    }
    td.show-for-portrait,
    td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important;
    }
}
/* Touch-enabled device targeting */

.show-for-touch {
    display: none !important;
}
.hide-for-touch {
    display: inherit !important;
}
.touch .show-for-touch {
    display: inherit !important;
}
.touch .hide-for-touch {
    display: none !important;
}
/* Specific visibility for tables */

table.hide-for-touch {
    display: table;
}
.touch table.show-for-touch {
    display: table;
}
thead.hide-for-touch {
    display: table-header-group !important;
}
.touch thead.show-for-touch {
    display: table-header-group !important;
}
tbody.hide-for-touch {
    display: table-row-group !important;
}
.touch tbody.show-for-touch {
    display: table-row-group !important;
}
tr.hide-for-touch {
    display: table-row !important;
}
.touch tr.show-for-touch {
    display: table-row !important;
}
td.hide-for-touch {
    display: table-cell !important;
}
.touch td.show-for-touch {
    display: table-cell !important;
}
th.hide-for-touch {
    display: table-cell !important;
}
.touch th.show-for-touch {
    display: table-cell !important;
}
/* Print visibility */

@media print {
    .show-for-print {
        display: block;
    }
    .hide-for-print {
        display: none;
    }
    table.show-for-print {
        display: table;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
}
@font-face {
    font-family: 'Conv_DejaVuLGCSansMono';
    src: url('fonts/DejaVuLGCSansMono.eot');
    src: url('fonts/DejaVuLGCSansMono.eot?#iefix') format('embedded-opentype'), url('fonts/DejaVuLGCSansMono.woff') format('woff'), url('fonts/DejaVuLGCSansMono.ttf') format('truetype'), url('fonts/DejaVuLGCSansMono.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ========================================================== */

body {
    min-width: 34.28571rem;
}
/* h1, h2... */
/* table */

table {
    border-collapse: collapse;
    border: none;
    width: 100%;
}
table tr th {
    background: #e4e6e7;
    font-weight: 300;
    font-size: 1.14286rem;
}
table tr td {
    padding: 0.28571rem 0.57143rem;
    color: #414141;
    font-size: 0.85714rem;
}
table tr th,
table tr td {
    border-right: 1px dotted #cccccc;
    /*    text-align: center; */
}
table tr th:last-child,
table tr td:last-child {
    border-right: none;
}
table.all-left-wp td {
    text-align: left;
    padding: 0.28571rem 1.42857rem;
}
table.small td,
table.small th {
    font-size: 0.8rem !important;
    padding: 0.1rem 0.7rem;
}
table.small th {
    font-weight: bold;
}
table.tbl1 {
    border-collapse: collapse;
    border: none;
    width: 100%;
}
table.tbl1 tr th {
    background: #dcd1ad;
    font-weight: 400;
    padding: 0.57143rem 0.42857rem;
}
table.tbl1 tr td {
    padding: 0.28571rem 0.42857rem;
    color: #414141;
}
table.tbl1 tr th,
table.tbl1 tr td {
    border-right: 1px solid #e7e7e7;
    text-align: center;
    font-size: 1rem;
}
table.tbl1 tr th:last-child,
table.tbl1 tr td:last-child {
    border-right: none;
}
table.tbl1 tr:nth-child(odd) td {
    background: #f9f9f9;
}
/* table */

.cc-green-btn {
    display: inline-block;
    background: #2ecc71;
    font-size: 1.14286rem;
    font-weight: 300;
    padding: 0.42857rem 3.14286rem 0.57143rem;
    color: white;
    border: none;
    border-top: 1px solid #1aff7b;
    border-bottom: 2px solid #1e864a;
    -webkit-border-radius: 0.21429rem;
    -ms-border-radius: 0.21429rem;
    -moz-border-radius: 0.21429rem;
    -o-border-radius: 0.21429rem;
    border-radius: 0.21429rem;
    text-decoration: none;
    cursor: pointer;
}
.cc-green-btn:hover {
    color: white;
    background: #2bb164;
}

.cc-disabled-btn {
    display: inline-block;
    background-color: #dedede;
    font-size: 1.14rem;
    font-weight: 300;
    padding: 0.42857rem 2.14286rem 0.57143rem;
    color: #7f7f7f;
    border: none;
    border-top: 1px solid #bfdaca;
    border-bottom: 2px solid #cccccc;
    -webkit-border-radius: 0.21429rem;
    -ms-border-radius: 0.21429rem;
    -moz-border-radius: 0.21429rem;
    -o-border-radius: 0.21429rem;
    border-radius: 0.21429rem;
    text-decoration: none;
    cursor: pointer;
}
.cc-disabled-btn:hover {
    color: #afafaf;
    background-color: #edf1ef;
}

.cc-addcar-btn {
    display: inline-block;
    background: #2ecc71;
    font-size: 1.14286rem;
    font-weight: 300;
    padding: 0.42857rem 2.14286rem 0.57143rem;
    color: white;
    border: none;
    border-top: 1px solid #1aff7b;
    border-bottom: 2px solid #1e864a;
    -webkit-border-radius: 0.21429rem;
    -ms-border-radius: 0.21429rem;
    -moz-border-radius: 0.21429rem;
    -o-border-radius: 0.21429rem;
    border-radius: 0.21429rem;
    text-decoration: none;
    cursor: pointer;
}
.cc-addcar-btn:hover {
    color: white;
    background: #2bb164;
}


.cc-export-btn {
    display: inline-block;
    background: #39F;
    font-size: 1.14286rem;
    font-weight: 300;
    padding: 0.42857rem 2.14286rem 0.57143rem;
    color: white;
    border: none;
    border-top: 1px solid #39F;
    border-bottom: 2px solid #09F;
    -webkit-border-radius: 0.21429rem;
    -ms-border-radius: 0.21429rem;
    -moz-border-radius: 0.21429rem;
    -o-border-radius: 0.21429rem;
    border-radius: 0.21429rem;
    text-decoration: none;
    cursor: pointer;
}
.cc-export-btn:hover {
    color: white;
    background: #39F;
}
a.cc-export-btn:active,
a.cc-export-btn:visited,
a.cc-export-btn:focus {
    color: white;
}
.cc-export-btn.on {
    background-color: #36F !important;
}

.cc-orange-btn {
    display: inline-block;
    background: #e85f43;
    background: -moz-linear-gradient(top, #e85f43 0%, #c85239 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e85f43), color-stop(100%, #c85239));
    background: -webkit-linear-gradient(top, #e85f43 0%, #c85239 100%);
    background: -o-linear-gradient(top, #e85f43 0%, #c85239 100%);
    background: -ms-linear-gradient(top, #e85f43 0%, #c85239 100%);
    background: linear-gradient(to bottom, #e85f43 0%, #c85239 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85f43', endColorstr='#c85239', GradientType=0);
    font-size: 1.14286rem;
    font-weight: 300;
    padding: 0.42857rem 2.21429rem 0.57143rem;
    color: white;
    border: none;
    border-top: 1px solid #ff431c;
    border-bottom: 2px solid #8f3523;
    -webkit-border-radius: 0.21429rem;
    -ms-border-radius: 0.21429rem;
    -moz-border-radius: 0.21429rem;
    -o-border-radius: 0.21429rem;
    border-radius: 0.21429rem;
    text-decoration: none;
    cursor: pointer;
}
.cc-orange-btn:hover {
    color: white;
    background: #c7391d;
}

.cc-white-btn {
    display: inline-block;
    background: #f0eee8;
    font-size: 1.14286rem;
    font-weight: 300;
    padding: 0.42857rem 2.14286rem 0.57143rem;
    color: white;
    border: none;
    border-top: 1px solid #c0c0c0;
    border-bottom: 2px solid #a0a0a0;
    -webkit-border-radius: 0.21429rem;
    -ms-border-radius: 0.21429rem;
    -moz-border-radius: 0.21429rem;
    -o-border-radius: 0.21429rem;
    border-radius: 0.21429rem;
    text-decoration: none;
    cursor: pointer;
}
.cc-white-btn:hover,.cc-white-btn.active {
    color: white;
    background: #dbd2b6;
}

.cc-search-btn {
    display: inline-block;
    background: #aaa;
    font-size: 1.14286rem;
    font-weight: 300;
    padding: 0.42857rem 2.14286rem 0.57143rem;
    color: white;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #999;
    -webkit-border-radius: 0.21429rem;
    -ms-border-radius: 0.21429rem;
    -moz-border-radius: 0.21429rem;
    -o-border-radius: 0.21429rem;
    border-radius: 0.21429rem;
    text-decoration: none;
    cursor: pointer;
}
.cc-search-btn:hover {
    color: white;
    background: #999;
}

.pform-btn {
    color: #585858;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    padding: 0.71429rem;
    line-height: 1;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 0 1.5px 0 #a9a9a9;
    -ms-box-shadow: 0 1.5px 0 #a9a9a9;
    -moz-box-shadow: 0 1.5px 0 #a9a9a9;
    -o-box-shadow: 0 1.5px 0 #a9a9a9;
    box-shadow: 0 1.5px 0 #a9a9a9;
}
.pform-btn:hover {
    background: white;
}
.pform-mainbtn {
    font-weight: 500;
}
a.pform-btn {
    display: inline-block;
    text-decoration: none;
    color: #3d3d3d;
    text-align: center;
    padding: 0.57143rem 2.14286rem;
}
.goto-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #3d3d3d;
    padding: 0.42857rem 2.57143rem 0.57143rem 0.71429rem;
    background: #edf0f0;
    border-top: 1px solid white;
    border-bottom: 1px solid #b7b7b7;
    border-radius: 3px;
    box-shadow: 0 1px 2px #d3d5d6;
}
.goto-link:after {
    content: ' ';
    display: block;
    width: 26px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #ccc098 0 -441px no-repeat url(../images/sprite.png);
    border-radius: 0 2px 2px 0;
}
.block-title-wr {
    position: relative;
}
.more-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-style: italic;
    font-weight: 300;
    border-width: 1px;
    border-style: dashed;
    border-color: #7b7458;
    border-color: rgba(170, 124, 12, 0.3);
    border-radius: 0.21429rem;
    text-decoration: none;
    color: #3f3f3f;
    padding: 0.14286rem 0.42857rem 0.28571rem;
    line-height: 1.2;
}
.more-btn:hover {
    color: #3f3f3f;
}
.more-btn-bwr {
    text-align: right;
}
.more-btn-bwr .more-btn {
    position: relative;
    right: auto;
    bottom: auto;
}
.doc-link {
    color: #3d3d3d;
    position: relative;
    display: inline-block;
    font-size: 0.92857rem;
    padding: 0.07143rem 0 0.21429rem 1.14286rem;
    margin-bottom: 0.28571rem;
}
.doc-link:before {
    content: ' ';
    display: block;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: -26px -440px no-repeat url(../images/sprite.png);
}
/* form fix */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    margin-bottom: 0.28571rem;
    font-style: italic;
    font-weight: 300;
}
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin-bottom: 0.28571rem;
    font-style: italic;
    font-weight: 300;
}
label.inline {
    padding: 0.57143rem 0 0.64286rem;
    margin-bottom: 0.28571rem;
}
option {
    height: 1.71429rem;
}
option[value="_none"] {
    display: none;
}
.form-action {
    padding-top: 1.28571rem;
}
.form-note {
    font-size: 0.85714rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
    color: #959595;
    margin-top: 0.42857rem;
}
select {
    position: relative;
    background-color: white;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAoCAMAAABHNWOVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNzBCRDlDRDIyMTExMUU0OTdBQ0FBMzhERTlDNDEwRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNzBCRDlDRTIyMTExMUU0OTdBQ0FBMzhERTlDNDEwRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM3MEJEOUNCMjIxMTExRTQ5N0FDQUEzOERFOUM0MTBGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM3MEJEOUNDMjIxMTExRTQ5N0FDQUEzOERFOUM0MTBGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IQF/agAAACpQTFRFgICAnZ6e6uzsztDQg4SEnp+f1dfXg4OD4OPjn6CgoKGh6+7uz8/P7fDw43oYpQAAAEBJREFUeNpi4OElABhGVYyqoJ4KbgYGRhDg4sBpBhMrAxCwM+OxBaSEhRmvO5g40RRgupSJbTReRlVQVQVAgAEAjlZBtvqlLE0AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: right center;
}
@-moz-document url-prefix() {
    select {
        background-image: none;
    }
}
.input-file-wr {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 2.14286rem;
    margin-bottom: 0.28571rem;
    cursor: pointer;
    width: auto;
}
.input-file-wr input[type="text"] {
    width: 21.42857rem;
    margin-bottom: 0 !important;
    padding-left: 10rem !important;
}
.input-file-wr input[type="text"]:disabled {
    background: white;
    color: #3d3d3d !important;
}
.input-file-wr span {
    position: absolute;
    top: 0;
    display: inline-block;
    background: #6b7c8a;
    border-radius: 3px;
    color: white;
    font-size: 1rem;
    height: 1.92857rem;
    text-align: center;
    padding-top: 0.42857rem;
    width: 9.28571rem;
    border-bottom: 1px solid #505e69;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.input-file-wr span:hover {
    background-color: #768796;
}
.input-file-wr input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.14286rem;
    opacity: 0;
    filter: alpha(opacity=0);
}
/* form fix */
/* form fix2 */

.normal-form label {
    font-size: 1.14286rem;
    padding: 0.28571rem 0;
    margin-bottom: 0.28571rem;
}
.normal-form label.inline {
    margin-bottom: 0.71429rem;
}
.normal-form input[type="text"],
.normal-form input[type="password"],
.normal-form input[type="date"],
.normal-form input[type="datetime"],
.normal-form input[type="datetime-local"],
.normal-form input[type="month"],
.normal-form input[type="week"],
.normal-form input[type="email"],
.normal-form input[type="number"],
.normal-form input[type="search"],
.normal-form input[type="tel"],
.normal-form input[type="time"],
.normal-form input[type="url"],
.normal-form textarea {
    height: 1.92857rem;
    border-radius: 0.28571rem;
    margin-bottom: 0.71429rem;
    padding: 0.28571rem 0.42857rem;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-style: normal;
    color: #3d3d3d;
}
.normal-form input[type="checkbox"],
.normal-form input[type="radio"] {
    position: relative;
    top: 0.14286rem;
}
.normal-form input[type="checkbox"] + label,
.normal-form input[type="radio"] + label {
    font-size: 1rem;
    margin-left: 0.14286rem;
}
.normal-form input[type="text"].short-input {
    width: 5.71429rem;
    display: inline-block;
}
.normal-form textarea {
    height: 7.14286rem;
    resize: vertical;
}
.normal-form select {
    height: 1.92857rem;
    border-radius: 0.28571rem;
    margin-bottom: 0.71429rem;
    padding: 0.28571rem;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-style: normal;
    color: #3d3d3d;
    background-size: 24px auto;
}
/* form fix2 */

.breadcrumbs {
    font-weight: 300;
    font-style: italic;
    background: none;
    margin-bottom: 0;
}
.breadcrumbs > *.home {
    position: relative;
    padding-left: 1.57143rem;
}
.breadcrumbs > *.home:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    width: 16px;
    height: 16px;
    background: 0 -240px no-repeat url(../images/sprite.png);
}
.breadcrumbs > *.current a {
    text-decoration: none;
}
/* ========================================================== */

.head-user-menu {
    background: #202020;
    padding: 0.57143rem 1.28571rem;
    color: white;
    min-width: 34.28571rem;
}
.head-user-menu a {
    color: white;
}
.header {
    position: relative;
    background-color: #515151;
    color: #c4c4c4;
    min-width: 34.28571rem;
    height: 29.28571rem;
}
.about {
    background: #ecf0f1;
    border-bottom: 4px solid #e9e9e9;
    padding: 1.28571rem;
    min-width: 34.28571rem;
}
.our-advantages {
    padding: 1.28571rem;
    min-width: 34.28571rem;
    border-bottom: 4px solid #ecf0f1;
}
.place-price {
    background-color: #45545e;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../images/plprbgmbl.jpg);
    background-size: cover;
    padding: 3.21429rem 0;
    border-bottom: 1px solid #99a3aa;
    min-width: 34.28571rem;
}
.how-it-works {
    background: #45545e center top url(../images/hitworksbg.png);
    border-top: 4px solid #727d85;
    padding: 1.42857rem 0;
    border-bottom: 1px solid #d6d6d6;
    min-width: 34.28571rem;
}
.our-news {
    background: #45545e center center no-repeat url(../images/plprbgmbl.jpg);
    background-size: cover;
    border-top: 4px solid #dedede;
    padding: 1.42857rem 0.71429rem 0.35714rem 0.71429rem;
    min-width: 34.28571rem;
}
.recommendations {
    background: #f1f1f1;
    border-top: 1px solid white;
    border-bottom: 4px solid #e7e7e7;
    padding: 1.42857rem 1.28571rem;
    min-width: 34.28571rem;
}
.footer {
    background: #31465b;
    border-top: 4px solid #e9e9e9;
    min-width: 34.28571rem;
}
.page.advantages {
    min-height: calc(100vh - 519.92px)
}
/* ========================================================== */
/* header */

.header .sub-header {
    position: relative;
    z-index: 3;
    height: 21.42857rem;
}
.header .row-logo-phone {
    background: #2b2c2c;
    border-top: 1px solid #393939;
    padding: 0.42857rem 0 0.57143rem 0;
}
.header .logo-column {
    text-align: center;
    font-size: 1.71429rem;
    font-weight: 500;
}
.header .phone-column {
    text-align: center;
    font-size: 1.28571rem;
    color: #22df72;
    padding-top: 0.14286rem;
}
.header .phone-column span {
    display: inline-block;
    border-bottom: 1px dotted #22df72;
    /* style a tag for mobile */
}
.header .phone-column span a {
    color: #22df72;
    text-decoration: none;
}
.header #logo {
    text-decoration: none;
    color: white;
}
.header .small-slogan {
    background: #313232;
    text-align: center;
    color: #c4c4c4;
    font-size: 1.07143rem;
    padding: 0.42857rem 0 0.57143rem 0;
}
.header .header-slider {
    position: relative;
    z-index: 2;
    background: rgba(19, 15, 16, 0.8);
    text-align: center;
    padding: 0.57143rem 0 1rem 0;
    font-size: 2.85714rem;
    font-weight: 300;
    line-height: 1.2;
    color: white;
}
.header .header-slider .bx-controls-direction a {
    display: block;
    width: 25px;
    height: 50px;
    position: absolute;
    top: 20px;
    text-indent: 30px;
    overflow: hidden;
    z-index: 1;
    background: 0 -696px no-repeat url(../images/sprite.png);
}
.header .header-slider .bx-controls-direction a.bx-prev {
    left: 0;
}
.header .header-slider .bx-controls-direction a.bx-prev:hover {
    background-position: -50px -696px;
}
.header .header-slider .bx-controls-direction a.bx-next {
    right: 0;
    background-position: -25px -696px;
}
.header .header-slider .bx-controls-direction a.bx-next:hover {
    background-position: -75px -696px;
}
.header .header-slogan {
    position: relative;
    z-index: 2;
    padding: 1rem 0 1.14286rem 0;
    background: rgba(19, 15, 16, 0.8);
    text-align: center;
    font-size: 1.71429rem;
    font-weight: 300;
    line-height: 1.2;
}
/* hmenu */

.hmenu-wr {
    padding: 1.71429rem 1.28571rem;
}
.hmenu-wr a.hmenu-dd {
    position: relative;
    display: inline-block;
    background: #1aa1e7;
    font-size: 1.21429rem;
    padding: 0.71429rem 2.42857rem 0.85714rem;
    color: white;
    border: none;
    border-top: 1px solid #54c0f9;
    border-bottom: 2px solid #18679b;
    -webkit-border-radius: 0.21429rem;
    -ms-border-radius: 0.21429rem;
    -moz-border-radius: 0.21429rem;
    -o-border-radius: 0.21429rem;
    border-radius: 0.21429rem;
    text-decoration: none;
    cursor: pointer;
}
.hmenu-wr a.hmenu-dd:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    width: 2.71429rem;
    height: 100%;
    background: #eaeaea center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxOEM5QkE3NzBCNDQxMUU0QTdCREUzRTZENjg3MjAzMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxOEM5QkE3ODBCNDQxMUU0QTdCREUzRTZENjg3MjAzMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE4QzlCQTc1MEI0NDExRTRBN0JERTNFNkQ2ODcyMDMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE4QzlCQTc2MEI0NDExRTRBN0JERTNFNkQ2ODcyMDMxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+cEK0mQAAAERJREFUeNpitLW1/c+ABzABsS0Qf8Yi9xGILUAKjgCxJxB/QpN0B+KTTFCBo1BFH5ElQRIsSLqOAbEHEP+HSYIAQIABAFH+DvHUphL1AAAAAElFTkSuQmCC);
    -webkit-border-radius: 0 0.14286rem 0.14286rem 0;
    -ms-border-radius: 0 0.14286rem 0.14286rem 0;
    -moz-border-radius: 0 0.14286rem 0.14286rem 0;
    -o-border-radius: 0 0.14286rem 0.14286rem 0;
    border-radius: 0 0.14286rem 0.14286rem 0;
    border-left: 3px solid #0f80ba;
}
.hmenu-wr a.hmenu-dd:hover {
    color: white;
    background: #1191d3;
}
.hmenu-wr .hmenu-ulwr {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 1.42857rem;
}
.hmenu-wr .hmenu-ulwr.hmenu-opened {
    display: block;
}
.hmenu {
    margin: 0;
    padding: 1.28571rem 2.14286rem 1.57143rem;
    background: #3580b1;
}
.hmenu > li {
    list-style: none;
    display: block;
    width: 100%;
}
.hmenu > li > a {
    display: block;
    padding: 0.42857rem 0;
    font-size: 1.07143rem;
    font-weight: 300;
    color: white;
    text-decoration: none;
    border-bottom: 1px dashed #7a9fb7;
}
.hmenu > li > a:hover {
    color: #a2dfff;
}
/* hmenu */

#call,
#fcall {
    position: relative;
    font-size: 1.21429rem;
    padding: 0.57143rem 3.35714rem 0.71429rem 0.92857rem;
    margin-top: 0.71429rem;
}
#call:after,
#fcall:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0.07143rem;
    width: 2.1rem;
    height: 100%;
    background: #2bb164 0.42857rem 0.42857rem no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4wEfByoUGeCjJQAAAU1JREFUSMetlrtKA0EUQE+igk1sVBARtLLQRkQQ7K1tRGwshJR2Ftr4C2Lj4w+sFEGw8RO00sJGgl1AJZAIamOOzQTWddFkdw4MLPfO3sMsM3MXlTCG1D31UT1KxAuNzsOCeudP5mMJZtWGvzmLJTgzm7a6VFRQBhbJpgTsUJAyMPBHvhJEhQSvGfEmcAhsABYR9AP3wEwi9g4sAzdEoAxcpmJfQI1IlIEr4Dn13auxBJ3tdJDaom/qdMyTPBmKJrlW+2IJUPczDttWTMGIWk8JGmF1UQSomxmrOE3NKakTeQWo5xmS9ZAbVS/UlrqdVzAcekKSd/VEfUhdhqt5BJ3+0PJ/mmFuzwLUFfWzC0lNncojQF1TP7qQVPMKUJfVpz+KX6iDRQSoY+qx+pooXFd3Q74SfhpK6XdL2tN1Pw7MhR5xC7yEhtUOt/AvvgG7Dfc/dZpvOwAAAABJRU5ErkJggg==);
}
#bgvid {
    position: absolute;
    top: 0;
    width: 100%;
    height: 29.28571rem;
    text-align: center;
}
.videoBG_wrapper {
    z-index: 1;
}
.videoBG_wrapper a#bgvidplay {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 18px;
    right: 20px;
    display: block;
    text-indent: 30px;
    overflow: hidden;
    white-space: nowrap;
    background: 0 0 no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMzYzQzUzNjBCMzAxMUU0QkNERUY4RTRFNzUwQjBDNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMzYzQzUzNzBCMzAxMUU0QkNERUY4RTRFNzUwQjBDNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEzNjNDNTM0MEIzMDExRTRCQ0RFRjhFNEU3NTBCMEM0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEzNjNDNTM1MEIzMDExRTRCQ0RFRjhFNEU3NTBCMEM0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+2DFkSQAAAcBJREFUeNqs1c8r5HEcx/H5fskSB8ke2D36UZMiZvxslxRpnbgQKa4O67Z7o7m5yl8gpZyRdg72wIEIJ8XW3jaSUkbCZMbzbd7f+uzHZ5qa5l2Ppk/fz/f1/fX5vMdLp9OhLPUV4/pbi1I84gq7WMeO60TPERrGEvpxgl+4wB0q0IBBRDV8Dqf/JUioYRQP2EOXdcwWxQ6eMG4eMyeNpDO1CC9HoGlez5uwQxuR1MBQHmIa3Czj4J3+Rjnarfdbhs+4wS0q8RH/8GDNDTI65So9epWI4w668YgfOp7V8YBjblhzBnySp/QrHzlWRxE+oETHxToucsw9wx6mfV2HW1nWarDeUtY42+LelMeX0BqchwpTf1Dl6065L1Co5JRI6JN+tUKU5CR93cv1BQqtk6Xn6xcbzjLJy/Fr1zccSOgqImhxTEoZXGOzpNH0YUV2lKd3KxO/ON6RPNIlrlGNT/iLhDV3W1dSW7AbmpDCQp57/6fupqjdpcb0QCzPwBlX6xOTeEYcLTnC5Ok28GIGml3KrFYso0PfdVw7f0I7f512/l4c4zv2c/2dBDWEibdWlvlA0lSS2gYPsaZ7/V29CjAAAMcnu5E0IJoAAAAASUVORK5CYII=);
}
/* header */
/* our-advantages */

.advantages-list {
    font-size: 0.001px;
    word-spacing: -0.36em;
}
.advantages-list .adv-item {
    position: relative;
    display: inline-block;
    width: 50%;
    font-size: 1rem;
    vertical-align: top;
    word-spacing: normal;
    margin-bottom: 2.85714rem;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.advantages-list .adv-item .adv-title {
    position: relative;
    height: 4.28571rem;
    margin-bottom: 0.71429rem;
}
.advantages-list .adv-item h3 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 1.32143rem;
    line-height: 1;
    margin: 0;
}
.advantages-list .adv-item .adv-icon {
    background-color: #ecf0f1;
    background-position: center center;
    background-repeat: no-repeat;
    width: 11.42857rem;
    height: 11.42857rem;
    border: 2px solid #ecf0f1;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.advantages-list .adv-item .adv-icon-rem-soft {
    background-color: #72b19c;
}
.advantages-list .adv-item .adv-icon-ext-stats {
    background-color: #e4c755;
}
.advantages-list .adv-item .adv-icon-best-place {
    background-color: #a4402b;
}
.advantages-list .adv-item .adv-icon-best-up {
    background-color: #e4c755;
}
.advantages-list .adv-item .adv-icon-sync-place {
    background-color: #3e4e5c;
}
.advantages-list .adv-item:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 25%;
    height: 10px;
    width: 50%;
    opacity: 0;
    background: -webkit-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */

    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}
.advantages-list .adv-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    /* move the element up by 5px */
}
.advantages-list .adv-item:hover:before {
    opacity: 0.6;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.advantages-list .adv-item-wr {
    width: 11.42857rem;
    margin: 0 auto;
}
.advantages-list .adv-tooltip {
    display: none;
    position: absolute;
    top: 6.42857rem;
    width: 100%;
    background: #f1f1f1;
    padding: 1.42857rem;
    text-align: left;
    border-radius: 0.21429rem;
    color: #686868;
    line-height: 1.3;
    z-index: 1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.advantages-list .adv-item:hover .adv-tooltip {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
/* our-advantages */
/* place-price */

.sub-place-price {
    position: relative;
    background: white;
    padding: 1rem 1.28571rem 1.28571rem;
    border-top: 2px solid #27ae60;
    border-bottom: 5px solid #3dc476;
}
.sub-place-price:before {
    content: ' ';
    display: block;
    width: 47px;
    height: 27px;
    position: absolute;
    top: 26px;
    right: 16px;
    background: -20px -566px no-repeat url(../images/sprite.png);
}
.sub-place-price h2 {
    margin: 0 0 1.42857rem;
    line-height: 1;
}
.sub-place-price .more-link {
    position: absolute;
    bottom: 1.28571rem;
    right: 1.28571rem;
    font-style: italic;
}
.sub-price-special {
    border-top: 1px solid #27ae60;
}
.sub-price-special .price-item {
    background-color: #d0dfe2;
    background-repeat: no-repeat;
    background-position: 16px 20px;
    padding: 1.28571rem;
    min-height: 7.85714rem;
}
.sub-price-special .price-item:last-child {
    background-color: #dce5e7;
}
.sub-price-special .price-item .columns {
    min-height: 6rem;
}
.sub-price-special .price-item .columns:first-child {
    padding: 0 0 0 7.14286rem;
    height: 100%;
}
.sub-price-special .price-item h3 {
    font-size: 1.28571rem;
    display: inline-block;
    margin: 0;
}
.sub-price-special .price-item h3 a {
    color: #3d3d3d;
}
.sub-price-special .price-item-soffer {
    background-image: url(../images/soffer.png);
}
.sub-price-special .price-item-gprice {
    background-image: url(../images/gprice.png);
}
/* place-price */
/* how-it-works */

.steps-onemore {
    text-align: right;
    padding: 0 1rem 0.57143rem;
}
.steps-onemore a {
    position: relative;
    display: inline-block;
    font-size: 1.28571rem;
    color: white;
    text-decoration: none;
    padding-right: 28px;
}
.steps-onemore a:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: 0 -566px no-repeat url(../images/sprite.png);
}
.sub-steps-wr {
    position: relative;
    margin: 0 0.71429rem 1.78571rem 0.71429rem;
    background: white;
    padding: 1.71429rem 2.14286rem 2.28571rem;
    border-bottom: 2px solid #e8e8e8;
    border-radius: 3px;
}
.sub-steps-wr .stepdots-wr {
    padding-bottom: 1.42857rem;
    position: relative;
    width: 28.57143rem;
    margin: 0 auto;
    font-size: 0.001px;
    word-spacing: -0.36em;
    letter-spacing: -1px;
    background: center bottom repeat-x url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBM0ZCNDJGQzE3MEMxMUU0OEU3NEUyNURDRUFGMUY3QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBM0ZCNDJGRDE3MEMxMUU0OEU3NEUyNURDRUFGMUY3QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEzRkI0MkZBMTcwQzExRTQ4RTc0RTI1RENFQUYxRjdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEzRkI0MkZCMTcwQzExRTQ4RTc0RTI1RENFQUYxRjdBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wO3i2wAAAFBJREFUeNpi/P//PwMILFu2DETdBWJBIFaOiop6DxJgYkAAYzs7OyUnJydBXl5ef5ggC4zh7u4OV2lkZARnI5twFojvAfF7Dg6OjTBBgAADAPyTDzGMm0ztAAAAAElFTkSuQmCC);
}
.sub-steps-wr .stepdots-wr .stepbar-wr {
    position: absolute;
    top: 1rem;
    background: #ececec;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    width: 100%;
}
.sub-steps-wr .stepdots-wr .stepbar-wr .stepbar {
    height: 1.42857rem;
    background: #17ab7a;
}
.sub-steps-wr .stepdots-wr .stepbar-wr .stepbar.stepbar1 {
    width: 10%;
}
.sub-steps-wr .stepdots-wr .stepbar-wr .stepbar.stepbar2 {
    width: 40%;
}
.sub-steps-wr .stepdots-wr .stepbar-wr .stepbar.stepbar3 {
    width: 65%;
}
.sub-steps-wr .stepdots-wr .stepbar-wr .stepbar.stepbar4 {
    width: 100%;
}
.sub-steps-wr .stepdots-wr .stepdots {
    position: relative;
}
.sub-steps-wr .stepdots-wr .stepdot {
    display: inline-block;
    width: 3.57143rem;
    height: 3.57143rem;
    background: white;
    border: 3px solid #cceae0;
    margin: 0 2rem;
    font-size: 2.14286rem;
    word-spacing: normal;
    letter-spacing: normal;
    border-radius: 50%;
    text-align: center;
    font-weight: 300;
    text-decoration: none;
    padding-top: 0.42857rem;
    color: #3d3d3d;
}
.sub-steps-wr .stepdots-wr .stepdot.active {
    border-color: #61bfa0;
    color: #3c9477;
    font-weight: 400;
}
.sub-steps-wr .stepdots-wr .stepdot:first-child {
    margin-left: 1.14286rem;
}
.sub-steps-wr .stepdots-wr .stepdot:last-child {
    margin-right: 1.14286rem;
}
.sub-steps-wr .fstep-item {
    width: 100%;
    padding: 0 0.42857rem;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    /*form {
			> .row > .columns {
				padding: rem-calc(0 3);
				&:first-child { padding-left: 0; }
				&:last-child { padding-right: 0; }
			}
			select, input[type="text"] {
				border-radius: 3px;
				margin-bottom: rem-calc(8);
				height: rem-calc(45);
				font-size: rem-calc(16);
				font-weight: 300;
				font-style: normal;
			}
			.pform-btn {
				margin-top: rem-calc(14);
				border: none;
				border-bottom: 2px solid #1e864a;
				color: #fff;
				font-size: rem-calc(16);
				background: #31d979;
				background: -moz-linear-gradient(top,  #31d979 0%, #28b262 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#31d979), color-stop(100%,#28b262));
				background: -webkit-linear-gradient(top,  #31d979 0%,#28b262 100%);
				background: -o-linear-gradient(top,  #31d979 0%,#28b262 100%);
				background: -ms-linear-gradient(top,  #31d979 0%,#28b262 100%);
				background: linear-gradient(to bottom,  #31d979 0%,#28b262 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31d979', endColorstr='#28b262',GradientType=0 );
				@include vendor-prefix( box-shadow, 0 1px 4px rgba(0,0,0,.5) );
			}
		}*/
}
.sub-steps-wr .fstep-item.fstep-item-active {
    display: block;
}
.sub-steps-wr .fstep-item h3 {
    line-height: 1.2;
    font-size: 1.71429rem;
    margin: 1.85714rem 0 1.28571rem;
}
.sub-steps-wr .fstep-item p {
    line-height: 1.2;
    margin-bottom: 1rem;
}
.sub-steps-wr .fstep-item .colored-wr {
    background: #3e4e5c;
    border-radius: 3px;
    min-height: 22.85714rem;
    border-bottom: 2px solid #2a333b;
    text-align: center;
    color: white;
    padding: 1.57143rem 1.85714rem;
    margin-top: 2.14286rem;
}
.sub-steps-wr .fstep-item .colored-wr h3 {
    margin: 0 0 1.71429rem;
    color: white;
}
.sub-steps-wr .fstep-item#fstep2 {
    /*.pform-btn {
				margin-top: rem-calc(22);
				color: #3e4e5c;
				border-bottom-color: #ae973c;
				background: #f9e493;
				background: -moz-linear-gradient(top,  #f9e493 0%, #e5c856 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9e493), color-stop(100%,#e5c856));
				background: -webkit-linear-gradient(top,  #f9e493 0%,#e5c856 100%);
				background: -o-linear-gradient(top,  #f9e493 0%,#e5c856 100%);
				background: -ms-linear-gradient(top,  #f9e493 0%,#e5c856 100%);
				background: linear-gradient(to bottom,  #f9e493 0%,#e5c856 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e493', endColorstr='#e5c856',GradientType=0 );
			}*/
}
.sub-steps-wr .fstep-item#fstep2 .colored-wr {
    background: #61bfa0;
    border-bottom-color: #4e9a81;
    padding: 1.57143rem;
}
.sub-steps-wr .fstep-item#fstep3 .cc-orange-btn {
    padding: 0.42857rem 0.57143rem 0.57143rem;
}
.sub-steps-wr .fstep-item#fstep3 .colored-wr {
    background: #e9ca50;
    border-bottom-color: #b79c32;
}
.sub-steps-wr .fstep-item#fstep3 .colored-wr h3 {
    margin-bottom: 1.14286rem;
}
.sub-steps-wr .fstep-item#fstep3 .colored-wr .caricon {
    display: inline-block;
    width: 13.28571rem;
    height: 13.28571rem;
    border-radius: 50%;
    background: #edf0f0 center center no-repeat url(../images/step-car-img.png);
    margin-bottom: 1.14286rem;
}
.sub-steps-wr .fstep-item#fstep3 .colored-wr .stnums span {
    display: inline-block;
    font-size: 2.14286rem;
    font-weight: 300;
    line-height: 1;
    padding: 0.42857rem 1rem;
    color: #3e4e5c;
    background: #f2f4f4;
    background: -moz-linear-gradient(top, #f2f4f4 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f4f4), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #f2f4f4 0%, #dedede 100%);
    background: -o-linear-gradient(top, #f2f4f4 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #f2f4f4 0%, #dedede 100%);
    background: linear-gradient(to bottom, #f2f4f4 0%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4f4', endColorstr='#dedede', GradientType=0);
    border-bottom: 2px solid #b4b4b4;
    border-radius: 3px;
    margin: 0 0.14286rem;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.send-request {
    background: #ecf0f1;
    padding: 1.28571rem;
    display: none;
}
.send-request.form-visible {
    display: block;
}
.send-request h2 {
    text-align: center;
}
/* how-it-works */
/* our-news */

.our-news h2 {
    color: white;
    line-height: 1;
}
.our-news .more-btn {
    color: white;
}
.our-news .more-btn:hover {
    color: white;
}
.news-items-wr .news-item {
    background: white;
    -webkit-border-radius: 0.35714rem;
    -ms-border-radius: 0.35714rem;
    -moz-border-radius: 0.35714rem;
    -o-border-radius: 0.35714rem;
    border-radius: 0.35714rem;
    margin: 0 0 1.85714rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.news-items-wr .news-item .columns {
    color: #858585;
}
.news-items-wr .news-item .columns:first-child {
    background: #f9f9f9;
    padding: 1.07143rem 0.71429rem 1.07143rem 0.71429rem;
    text-align: center;
    font-size: 0.85714rem;
    font-style: italic;
    -webkit-border-radius: 0.35714rem 0 0 0.35714rem;
    -ms-border-radius: 0.35714rem 0 0 0.35714rem;
    -moz-border-radius: 0.35714rem 0 0 0.35714rem;
    -o-border-radius: 0.35714rem 0 0 0.35714rem;
    border-radius: 0.35714rem 0 0 0.35714rem;
}
.news-items-wr .news-item .columns:last-child {
    padding: 1.07143rem 1.07143rem 1.07143rem 0.71429rem;
}
.news-items-wr .news-item .date {
    display: block;
    margin-bottom: 2.14286rem;
}
.news-items-wr .news-item .news-item-teaser {
    zoom: 1;
    position: relative;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    background-size: 170px 170px !important;
}
.news-items-wr .news-item .news-item-teaser img {
    display: block;
    visibility: hidden;
    width: 170px;
    height: 170px;
}
body.private-page .pblock-main-news .news-items-wr .news-item .news-item-teaser img {
    width: 70px;
    height: 70px;
}
body.private-page .pblock-main-news .news-items-wr .news-item .news-item-teaser {
    background-size: 70px 70px !important;
}
.news-items-wr .news-item h3 {
    font-size: 1.28571rem;
    line-height: 1.2;
    font-weight: 300;
}
.news-items-wr .news-item h3 a {
    color: #3d3d3d;
    text-decoration: none;
}
.news-items-wr .news-item p {
    margin-bottom: 0.71429rem;
}
/* our-news */
/* recommendations */

.recommendations h2 {
    line-height: 1;
}
.recommendations h2 span {
    font-size: 1.14286rem;
    font-style: italic;
    color: #848484;
}
.recommendations .recom-item-wr {
    padding: 0.71429rem 0;
}
.recommendations .recom-item-wr .recom-item {
    padding-bottom: 1.42857rem;
}
.recommendations .recom-item-wr .recom-item .recom-company {
    font-size: 1.28571rem;
    line-height: 1.4;
    padding-right: 1.42857rem;
}
.recommendations .recom-item-wr .recom-item .recom-company a {
    color: #3d3d3d;
    text-decoration: none;
}
.recommendations .recom-item-wr .recom-item .recom-company a:hover {
    text-decoration: underline;
}
.recommendations .recom-item-wr .recom-item .recom-company span {
    display: block;
    font-size: 1rem;
    color: #6b6b6b;
}
.recommendations .recom-item-wr .recom-item .recom-company img {
    margin-top: 0.71429rem;
    max-width: 100%;
}
.recommendations .recom-item-wr .recom-item .recom-body {
    position: relative;
    background-color: white;
    padding: 0.85714rem 1rem 2.14286rem;
    color: #5a5a5a;
    font-style: italic;
    font-weight: 300;
    -webkit-box-shadow: 0 6px 20px 0 #dddddd;
    -ms-box-shadow: 0 6px 20px 0 #dddddd;
    -moz-box-shadow: 0 6px 20px 0 #dddddd;
    -o-box-shadow: 0 6px 20px 0 #dddddd;
    box-shadow: 0 6px 20px 0 #dddddd;
}
.recommendations .recom-item-wr .recom-item .recom-body:after {
    content: "";
    position: absolute;
    top: 15px;
    left: -15px;
    display: block;
    width: 0;
    border-width: 0 15px 18px 0;
    border-style: solid;
    border-color: transparent white;
}
.recommendations .recom-item-wr .recom-item .recom-body p {
    margin-bottom: 0;
}
.recommendations .recom-item-wr .recom-item .recom-body .more-link {
    position: absolute;
    bottom: 0.85714rem;
    right: 1rem;
    color: #15984c;
}
/* recommendations */
/* doc-contact */

.doc-contact {
    padding: 1.42857rem 1.28571rem;
}

@media only screen and (max-width: 999px) {
    .doc-contact .row > .columns {
        margin-bottom: 1.4rem;
    }
}

.doc-contact h2 {
    line-height: 1;
}
.doc-contact .doc-contact-body {
    background: #f0f0f0;
    padding: 1.42857rem;
    border-radius: 0.21429rem;
    border-bottom: 1px solid #e3e3e3;
}
.doc-contact .doc-contact-body .doc-items {
    font-weight: 300;
    margin: 1.85714rem 0;
    padding: 0 0 0 5.71429rem;
    min-height: 4.85714rem;
    background-position: 0 4px;
    background-repeat: no-repeat;
}
.doc-contact .doc-contact-body .doc-items.doc-price {
    background-image: url(../images/doc-price.png);
}
.doc-contact .doc-contact-body .doc-items.doc-soffer {
    background-image: url(../images/doc-soffer.png);
}
.doc-contact .doc-contact-body .doc-items.doc-techdoc {
    background-image: url(../images/doc-techdoc.png);
}
.doc-contact .doc-contact-body .doc-items.doc-arules {
    background-image: url(../images/doc-arules.png);
}
.doc-contact .doc-contact-body .doc-items.doc-capsys {
    background-image: url(../images/doc-capsys.png);
}
.doc-contact .doc-contact-body .doc-items.doc-pps {
    background-image: url(../images/doc-pps.png);
}
.doc-contact .doc-contact-body .doc-items h3 {
    font-size: 1.42857rem;
    line-height: 1.2;
    margin: 0 0 0.42857rem 0;
}
.doc-contact .doc-contact-body .doc-items h3 a {
    color: #3d3d3d;
}
.doc-contact .doc-contact-body .doc-items p {
    font-weight: 300;
    margin-bottom: 0;
}
.doc-contact .cont-list {
    font-weight: 300;
    line-height: 1.3;
    background-image: url(../images/cont-list-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.doc-contact .cont-list .cont-list-info {
    margin-bottom: 1.42857rem;
}
.doc-contact .cont-list .cont-list-info a {
    display: block;
    font-size: 1.28571rem;
    color: #3d3d3d;
    margin-bottom: 1.28571rem;
}
.doc-contact .cont-list p {
    font-weight: 300;
    margin-bottom: 0;
}
.doc-contact .cont-list .cont-list-item {
    font-size: 0.92857rem;
}
.doc-contact .cont-list .cont-list-item .columns:first-child {
    font-weight: 400;
    padding-right: 0.42857rem;
}
.doc-contact .cont-list .cont-list-item .contact-name {
    font-weight: 400;
}
.doc-contact .cont-list .cont-list-item .contact-phone {
    color: #0a72a8;
}
.doc-contact .cont-list .cont-list-item a {
    color: #3d3d3d;
    text-decoration: none;
}
.doc-contact .cont-list .cont-list-item a:hover {
    text-decoration: underline;
}
/* doc-contact */
/* regsalon */

.regsalon {
    background: #ecf0f1;
    border-top: 1px solid white;
    padding: 0.85714rem 1.42857rem 1.42857rem;
}
.regsalon-steps-btns {
    text-align: center;
}
.regsalon-steps-btns .step-links-wr {
    position: relative;
    display: inline-block;
}
.regsalon-steps-btns .step-links-wr:before {
    content: ' ';
    position: absolute;
    top: 1.71429rem;
    width: 100%;
    border-bottom: 1px dotted #3d3d3d;
}
.regsalon-steps-btns a {
    position: relative;
    display: inline-block;
    width: 6.42857rem;
    color: #666666;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 300;
    background: #ecf0f1;
    margin: 0 0.57143rem;
}
.regsalon-steps-btns a:first-child {
    margin-left: 0;
}
.regsalon-steps-btns a:last-child {
    margin-right: 0;
}
.regsalon-steps-btns a .num {
    display: inline-block;
    background: #dccc9a;
    font-size: 2.57143rem;
    width: 3.57143rem;
    height: 3.57143rem;
    border: 2px solid white;
    border-radius: 50%;
    color: white;
    line-height: 1.2;
    margin-bottom: 0.71429rem;
}
.regsalon-steps-btns a .cap {
    display: block;
}
.regsalon-steps-btns a.active .num {
    background: #e0af16;
}
.regsalon-steps-btns a.active .cap {
    background: #f7f7f5;
    font-weight: 400;
}
.regsalon-steps-wr {
    background: #f7f7f7;
    padding: 0.71429rem;
    border-top: 3px solid #1daa59;
    border-bottom: 2px solid #d1d1d1;
    border-radius: 3px;
    margin-top: 1.14286rem;
}
.regsalon-steps-wr h3 {
    font-size: 1.42857rem;
    font-weight: 400;
    text-align: center;
    color: #3d3d3d;
}
.regsalon-steps-wr .form-block-wr {
    width: 28.57143rem;
    margin: 0 auto;
}
.regsalon-steps-wr .row > .columns {
    padding: 0 0.42857rem;
}
.regsalon-steps-wr .row > .columns:first-child {
    padding-left: 0;
}
.regsalon-steps-wr .row > .columns:last-child {
    padding-right: 0;
}
.regsalon .fielderr {
    display: block;
    border-left: 2px solid #e22a2e;
    color: #e22a2e;
    height: 2.21429rem;
    padding: 0.2rem 0 0 0.42857rem;
    font-size: 1.07143rem;
    margin: 0.21429rem 0 0 0.21429rem;
}
/* regsalon */

a.print-page {
    display: inline-block;
    text-decoration: none;
    height: 1.14286rem;
    padding-left: 1.85714rem;
    color: #3d3d3d;
    margin-bottom: 1.42857rem;
    background: 0 -212px no-repeat url(../images/sprite.png);
}
a.print-page span {
    border-bottom: 1px dotted #3d3d3d;
}
/* footer */

.fmenu-info {
    padding: 1.42857rem;
    color: white;
    font-weight: 300;
    font-size: 1.14286rem;
    background: url(../images/footerbg.png);
}
.fmenu-info .footer-menu {
    padding-bottom: 1.42857rem;
}
.fmenu-info .footer-data.columns:last-child {
    position: relative;
}
.fmenu-info .footer-data p.title {
    font-weight: 300;
    font-size: 1.71429rem;
    margin-bottom: 1rem;
}
.fmenu-info .footer-data a {
    color: white;
}
.fmenu-info .footer-data ul {
    font-weight: 300;
    font-size: 1.07143rem;
}

.footer-social a {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background: 0 0 no-repeat url(../images/social.png);
    overflow: hidden;
    white-space: nowrap;
    text-indent: 3.57143rem;
    margin-left: 0.14286rem;
    border-radius: 0.07143rem;
}
.footer-social a.tw {
    background-position: 0 0;
}
.footer-social a.fb {
    background-position: 0 -42px;
}
.footer-social a.gp {
    background-position: 0 -84px;
}
.footer-social a.vk {
    background-position: 0 -126px;
}
.fcopy {
    background: #2b2c2c;
    padding: 0.85714rem 1.42857rem 1rem;
    color: #9a9a9a;
    font-size: 0.85714rem;
    font-weight: 300;
    line-height: 1.2;
}
/* footer */

#gotoup-btn {
    display: none;
}
/* popup forms */

#bodysh {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333;
    background: rgba(0, 0, 0, 0.45);
    z-index: 997;
    cursor: pointer;
}
#popupformwr {
    margin: 0 12px;
    padding: 16px 12px;
    width: 550px;
    display: none;
    background: #edf0f0;
    border-radius: 3px;
    z-index: 999;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.75);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.75);
}
#popupformwr h2 {
    text-align: center;
    line-height: 1;
}
#popupformwr form > .row > .columns {
    padding: 0;
}
#popupformwr form > .row > .columns:nth-child(2) {
    padding-left: 0.71429rem;
}
#popupformwr form input[type="text"],
#popupformwr form select {
    border-radius: 2px;
}
#popupformwr form input.required {
    border-color: #8b9da7;
}
#popupformwr form .cc-green-btn {
    border-top: 0;
    background: #2bb164 right center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAfBAMAAAB0eNK/AAAAMFBMVEVY0Ys7yXhp1pf4/frk9+zr+vGk5sCM37BIzYB32qH1/Pi+7dLy/Pbc9ef///8sxW22+OXVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4wEfByIXSDB4lwAAAJ5JREFUKM9j+I8GGMgUEHdDFfhw7x0/igDru3f7UQT2vXv3AEUg7t271/gF7r17k4FmhgGqtfPeLUQVEH33HFXg27tX/SgCP9ahOex/HpIesIDouzf9KAI/QZ75gRwe+969/LinHklA5N3jlHcvkQQ+rHv37t0bfqQgVAYKvPNAEvhpBxR4iRzIKkCBjcgCH3PehaNGww8leYpiDhkAACYL0+nd/G0uAAAAAElFTkSuQmCC);
    padding: 0.57143rem 3.28571rem 0.5rem 0.85714rem;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#popupformwr form .cc-disabled-btn {
    border-top: 0;
    background: #dedede right center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAfCAAAAACjPZBQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4wEfByMqCUMFxwAAALNJREFUKM+9kzELwjAQhb8aE+hQUKggtAT8/79JC8VCZzsUWyIONrVqcoNDb7rhI/fuvUtyQa4NawJ5ENj6Zr8jqwTgmALKRUeoFMDGNRwm7v8t7gBDFddwA1wjvOCAh2hUD1oEWqAUrR5BKwm4yka9VFBIQAsYJTlZT0NUEQFcB1hya04LIFkebemtGJpwWHMWJg8DuvZEFov73L0FBzQAUBj6NnC0czXjR2y/wFeqK3y9J/tKJBBb/8FxAAAAAElFTkSuQmCC);
    padding: 0.57143rem 3.28571rem 0.5rem 0.85714rem;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#popupformwr form .cc-green-btn:hover {
    background-color: #2cc56d;
}
#popupformwr .destimewr {
    margin-bottom: 1rem;
    font-size: 0.92857rem;
    font-style: italic;
}
#popupformwr .destimewr a {
    color: #939393;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted #939393;
}
#popupformwr .fielderr {
    display: block;
    border-left: 2px solid #e22a2e;
    color: #e22a2e;
    height: 2.21429rem;
    padding: 0.5rem 0 0 0.42857rem;
    font-size: 1.07143rem;
    margin: 0.21429rem 0 0 0.21429rem;
}

#popupformwr .form-note p {
    font-size: 0.85714rem;
    margin-bottom: 0.85714rem;
}
#popupformwr .form-note p:last-child {
    margin-bottom: 0;
}
/* 1024up===================================================== */

@media only screen and (min-width: 62.5em) {
    /* form grid fix */
    /* hmenu */
    /* hmenu */
    /* our-advantages */
    /* our-advantages */
    /* place-price */
    /* place-price */
    /* how-it-works */
    /* how-it-works */
    /* our-news */
    /* our-news */
    /* recommendations */
    /* recommendations */
    /* doc-contact */
    /* doc-contact */
    /* regsalon */
    /* regsalon */
    /* footer */
    /* footer */

    h2 {
        font-size: 2.57143rem;
    }
    form > .row > .columns {
        padding: 0 1.14286rem;
    }
    form > .row > .columns:first-child {
        padding-left: 0;
    }
    form > .row > .columns:last-child {
        padding-right: 0;
    }
    .form-action {
        padding-top: 2.42857rem;
    }
    .head-user-menu {
        background: #2b2c2c;
        font-size: 0.85714rem;
    }
    .header {
        padding: 1.42857rem 0;
        /*background-image: url(#{$image-path}/video.jpg);*/

        height: 44rem;
    }
    .header .sub-header {
        height: 26.42857rem;
    }
    .header .row-logo-phone {
        background-color: transparent;
        border: none;
        padding: 0;
    }
    .header .phone-column {
        text-align: right;
        padding-top: 1.42857rem;
    }
    .header .phone-column span {
        font-size: 1.71429rem;
        font-weight: 300;
        color: white;
        border: none;
    }
    .hmenu-wr {
        padding: 0;
    }
    .hmenu-wr .hmenu-ulwr {
        display: block;
        position: relative;
        left: auto;
        padding: 1.42857rem 0 0;
    }
    .hmenu {
        padding: 0;
        background: none;
        font-size: 0.001px;
        word-spacing: -0.36em;
        letter-spacing: -1px;
    }
    .hmenu > li {
        display: inline-block;
        vertical-align: top;
        width: 16.6%;
        padding: 0.14286rem;
        text-align: center;
    }
    .hmenu > li > a {
        display: inline-block;
        width: 100%;
        padding: 0.85714rem 0 1rem;
        font-size: 1.28571rem;
        background: #1aa1e7;
        border-top: 1px solid #54c0f9;
        border-bottom: 2px solid #18679b;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .hmenu > li > a:hover {
        color: white;
        background: #1191d3;
    }
    #bgvid {
        height: 44rem;
    }
    #logo {
        display: block;
        width: 180px;
        height: 129px;
        text-indent: 181px;
        white-space: nowrap;
        background: 0 0 no-repeat url(../images/logo.png);
        overflow: hidden;
    }
    .row .my-centred-column {
        width: 100%;
        margin: 0 auto;
    }
    .header-sm {
        position: relative;
        height: 17.14286rem;
    }
    .header-sm .sub-header {
        height: auto;
    }
    .header-sm .header-slider {
        display: none !important;
    }
    .header-sm #bgvid {
        height: 17.14286rem;
    }
    .header-sm .hmenu-wr .hmenu-ulwr {
        padding-top: 2rem;
    }
    .header-sm .header-sm-slogan {
        text-align: center;
        font-size: 1.71429rem;
        font-weight: 300;
        color: white;
        padding-top: 2.14286rem;
    }
    .header-sm:after {
        content: ' ';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5.14286rem;
        background: #2b2c2c;
        border-top: 3px solid #494949;
    }
    .advantages-list .adv-item {
        width: 33.3%;
    }
    .advantages-list .adv-item .adv-icon {
        width: 12.85714rem;
        height: 12.85714rem;
    }
    .advantages-list .adv-item-wr {
        width: 12.85714rem;
    }
    .place-price {
        background-image: url(../images/plprbg.jpg);
    }
    .sub-place-price {
        height: 20.71429rem;
        border-bottom: none;
    }
    .sub-price-special {
        margin-top: 0.21429rem;
        position: relative;
        padding-left: 0.42857rem;
        border-top: 1px solid #27ae60;
    }
    .sub-price-special .price-item {
        height: 10.35714rem;
        background-color: #d0dfe2;
        padding: 1.28571rem;
    }
    .sub-price-special .price-item:last-child {
        background-color: #dce5e7;
    }
    .sub-price-special:before {
        position: absolute;
        top: -0.14286rem;
        left: 0;
        content: ' ';
        display: block;
        width: 0.42857rem;
        height: 100%;
        border-top: 2px solid #27ae60;
        background: #cfd2d3;
        -webkit-transform: skew(0, 30deg);
        -ms-transform: skew(0, 30deg);
        -moz-transform: skew(0, 30deg);
        -o-transform: skew(0, 30deg);
        transform: skew(0, 30deg);
    }
    .steps-onemore {
        margin-right: 5rem;
        padding-right: 0;
    }
    .sub-steps-wr {
        margin-right: 5rem;
        background: transparent;
        border-bottom: none;
        padding: 0;
    }
    .sub-steps-wr .stepdots-wr {
        position: absolute;
        top: 0;
        right: -4.71429rem;
        width: 4.28571rem;
        padding: 0;
        background: none;
    }
    .sub-steps-wr .stepdots-wr .stepbar-wr {
        border-width: 2px;
        top: 0;
        left: 17px;
        width: 1.71429rem;
        height: 98%;
        background: #d0dfe2;
    }
    .sub-steps-wr .stepdots-wr .stepbar-wr .stepbar {
        width: 1.42857rem;
        height: 100%;
        background: 0 0 repeat-y url(data:image/gif;base64,R0lGODlhFAAYAKIAAO709fT4+c3e387e3/T4+Ia0nHCnh////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU0OTExLCAyMDEzLzEwLzI5LTExOjQ3OjE2ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE3MjYzQTBFMTcxMDExRTQ5NTUxQjQ5MTdDMThFMjEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE3MjYzQTBGMTcxMDExRTQ5NTUxQjQ5MTdDMThFMjEwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTcyNjNBMEMxNzEwMTFFNDk1NTFCNDkxN0MxOEUyMTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTcyNjNBMEQxNzEwMTFFNDk1NTFCNDkxN0MxOEUyMTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAAFAAYAAADflhC1zHFyDJCO29cDKWhTEMIBXA90TSEx1iUTqey7meinkKTE4BPi0utJ/sERTxV0rhLfQYAp064BEWBtCLFcp2KtJVG1NsCW8SCI0cajglMMXYTvs6tqC/479m01bF4PXtkQzZaaoUUVYhVUFKMcldMQmYHXYiVli+YbGeWCQA7);
    }
    .sub-steps-wr .stepdots-wr .stepbar-wr .stepbar.stepbar1 {
        width: 1.42857rem;
        height: 20%;
    }
    .sub-steps-wr .stepdots-wr .stepbar-wr .stepbar.stepbar2 {
        width: 1.42857rem;
        height: 40%;
    }
    .sub-steps-wr .stepdots-wr .stepbar-wr .stepbar.stepbar3 {
        width: 1.42857rem;
        height: 60%;
    }
    .sub-steps-wr .stepdots-wr .stepbar-wr .stepbar.stepbar4 {
        width: 1.42857rem;
        height: 100%;
    }
    .sub-steps-wr .stepdots-wr .stepdot {
        width: 4.28571rem;
        height: 4.28571rem;
        padding-top: 0.85714rem;
        display: block;
        margin: 2.71429rem 0 0;
    }
    .sub-steps-wr .stepdots-wr .stepdot:first-child {
        margin-left: 0;
        margin-top: 1.71429rem;
    }
    .sub-steps-wr .stepdots-wr .stepdot:last-child {
        margin-right: 0;
    }
    .sub-steps-wr .fstep-item {
        background: white;
        padding: 2.14286rem 4rem;
        border-bottom: 2px solid #e8e8e8;
        border-radius: 3px;
    }
    .sub-steps-wr .fstep-item > .row > .columns {
        padding: 0 1rem;
    }
    .sub-steps-wr .fstep-item > .row > .columns:first-child {
        padding-right: 0;
    }
    .sub-steps-wr .fstep-item > .row > .columns:last-child {
        padding-left: 0;
    }
    .sub-steps-wr .fstep-item h3 {
        margin: 1.28571rem 0 1.14286rem;
    }
    .sub-steps-wr .fstep-item .colored-wr {
        margin-top: 0;
    }
    .send-request {
        margin: 0 0.71429rem;
        border-radius: 0.42857rem;
    }
    .our-news {
        background-image: url(../images/plprbg.jpg);
    }
    .our-news .news-items-wr .columns:nth-child(odd) {
        padding-right: 0.28571rem;
    }
    .our-news .news-items-wr .columns:nth-child(even) {
        padding-left: 0.28571rem;
    }
    .recommendations .recom-item-wr > .columns:nth-child(odd) {
        padding-right: 1.07143rem;
    }
    .recommendations .recom-item-wr > .columns:nth-child(even) {
        padding-left: 1.07143rem;
    }
    .doc-contact .row > .columns:nth-child(odd) {
        padding-right: 0.14286rem;
    }
    .doc-contact .row > .columns:nth-child(even) {
        padding-left: 0.14286rem;
    }
    .doc-contact-body {
        min-height: 28rem;
    }
    .doc-contact .cont-list .cont-list-item {
        font-size: 1rem;
    }
    .regsalon {
        padding: 1.85714rem 1.42857rem 3.28571rem;
    }
    .regsalon-steps-btns .step-links-wr:before {
        top: auto;
        bottom: 0.71429rem;
    }
    .regsalon-steps-btns a {
        width: auto;
        padding: 0 0.42857rem;
        margin: 0 1.85714rem;
    }
    .regsalon-steps-btns a:first-child {
        margin-left: 0;
    }
    .regsalon-steps-btns a:last-child {
        margin-right: 0;
    }
    .regsalon-steps-btns a .num {
        width: 4.28571rem;
        height: 4.28571rem;
        padding-top: 0.28571rem;
    }
    .regsalon-steps-btns a .cap {
        padding: 0 0.71429rem;
    }
    .next-step-wr {
        position: relative;
    }
    #next-step-btn {
        position: absolute;
        top: -1.78571rem;
        right: 1.85714rem;
        font-weight: 400;
    }
    #next-step-btn span {
        font-weight: 300;
    }
    .fcopy {
        text-align: center;
    }
}
/* 1080up===================================================== */

@media only screen and (min-width: 1240px) {
    /* gotoup-btn */

    #gotoup-btn {
        display: block;
        width: 6.07143rem;
        height: 6.07143rem;
        background: #ebebeb;
        border: 1px solid #cccccc;
        border-radius: 3px;
        position: fixed;
        left: 2.14286rem;
        top: 50%;
        margin-top: -3.14286rem;
        text-align: center;
        color: #939393;
        z-index: 100;
        padding-top: 4.57143rem;
        line-height: 1;
        text-decoration: none;
        font-style: italic;
    }
    #gotoup-btn:before {
        content: ' ';
        display: block;
        width: 39px;
        height: 55px;
        position: absolute;
        top: 7px;
        left: 22px;
        background: 0 -627px no-repeat url(../images/sprite.png);
    }
}
/* ============= Private Page ============== */

body.private-page {
    padding-top: 2.78571rem;
    /* pagination */
    /* form */
    /* redesing */
    /* redesing */
    /* custom tabs */
    /* custom tabs */
    /* header menu */
    /* header */
    /* content */
    /* add advert */
    /* */
    /* FAQ */
    /* news */
    /* user info */
    /* ptable-wr */
    /* ptable-wr */
    /* finance page */
    /* finance page */
    /* payments-list */
    /* payments-list */
    /* kabinet-main */
    /* kabinet-main */
    /* car-list-pagewr */
    /* car list table */
    /* car-list-pagewr */
    /* footer */
}
body.private-page .row {
    padding: 0 1.57143rem;
}
body.private-page .tdedit {
    position: relative;
    display: inline-block;
    padding-top: 1.42857rem;
    line-height: 1.2;
    font-size: 0.85714rem;
    text-decoration: none;
    color: #888888;
}
body.private-page .tdedit:before {
    content: ' ';
    width: 16px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: -8px;
    background: 0 -420px no-repeat url(../images/sprite.png);
}
body.private-page .pgn-wr {
    padding-bottom: 1.14286rem;
    font-size: 1rem;
}
body.private-page .pgn {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: 300;
}
body.private-page .pgn > * {
    display: inline-block;
    margin: 0 0.21429rem;
    padding: 0;
}
body.private-page .pgn a {
    display: inline-block;
    color: #3d3d3d;
    text-decoration: none;
    border-bottom: 1px solid #6b6b6b;
    padding: 0.14286rem 0.14286rem 0;
}
body.private-page .pgn a:hover {
    border-bottom: none;
}
body.private-page .pgn a.active {
    font-weight: 600;
    background: #e8e4d0;
}
body.private-page .pgn a.prev,
body.private-page .pgn a.next {
    border-bottom: none;
}
body.private-page .pgn-wr-lim a {
    border-bottom-style: dotted;
}
body.private-page .helpbtn {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: -57px -240px no-repeat url(../images/sprite.png);
    margin-left: 4px;
    cursor: help;
}
body.private-page .helpbtn .helpbtnmsg {
    display: none;
    position: absolute;
    top: 2.14286rem;
    left: -1.42857rem;
    width: 14.28571rem;
    font-weight: 300;
    font-size: 0.78571rem;
    background: white;
    border: 1px solid #cdc7b6;
    border-radius: 3px;
    padding: 0.14286rem 0.57143rem 0.28571rem;
    z-index: 100;
    text-align: left;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
body.private-page .helpbtn .helpbtnmsg:before {
    content: ' ';
    display: block;
    width: 18px;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 20px;
    background: 0 0 no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAGCAYAAADOic7aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMzQyMUI0MTIyQzIxMUU0OUY1RTgwNDU4NjIxNkJBRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMzQyMUI0MjIyQzIxMUU0OUY1RTgwNDU4NjIxNkJBRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAzNDIxQjNGMjJDMjExRTQ5RjVFODA0NTg2MjE2QkFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAzNDIxQjQwMjJDMjExRTQ5RjVFODA0NTg2MjE2QkFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/1QpmgAAAONJREFUeNpiOXt8GwMeoA3EmUBsC8TTgXgGLoWM////xxA8d2I7C5CqY2ZhrZWSVWXg4RViePLgGsPHD29X/f//b7qptc8BggadObYtl5mZaZKImCyDJNAQFhY2uNz7t88Znj68wfDjx/ceJibGFiMLz48YBp05ttWfkZExk19QzF1GXoOBg5MHqxf+/f3L8OLpHYaXzx8w/P37t9jEyqsPbNCJQ5t0mZmZM7m4eTNBBvAJiDIQA37++Mrw+MF1ho/vX2389+/fdIYLp3f/f/Xi4X8g5z854P3bF/8vn9v/HyDAAC8PksCYP9TxAAAAAElFTkSuQmCC);
}
body.private-page .helpbtn .helpbtnmsg.rp {
    left: auto;
    right: -1.42857rem;
}
body.private-page .helpbtn .helpbtnmsg.rp:before {
    left: auto;
    right: 1.42857rem;
}
body.private-page .helpbtn:hover .helpbtnmsg {
    display: block;
}
body.private-page hr.whr {
    border-width: 2px;
    border-color: #e8e8e8;
}
body.private-page label {
    font-size: 1.14286rem;
    padding: 0.28571rem 0;
    margin-bottom: 0.28571rem;
}
body.private-page label.inline {
    margin-bottom: 0.71429rem;
}
body.private-page input[type="text"],
body.private-page input[type="password"],
body.private-page input[type="date"],
body.private-page input[type="datetime"],
body.private-page input[type="datetime-local"],
body.private-page input[type="month"],
body.private-page input[type="week"],
body.private-page input[type="email"],
body.private-page input[type="number"],
body.private-page input[type="search"],
body.private-page input[type="tel"],
body.private-page input[type="time"],
body.private-page input[type="url"],
body.private-page textarea {
    height: 1.92857rem;
    border-radius: 0.28571rem;
    margin-bottom: 0.71429rem;
    padding: 0.28571rem 0.42857rem;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-style: normal;
    color: #3d3d3d;
}
body.private-page input[type="checkbox"],
body.private-page input[type="radio"] {
    position: relative;
    top: 0.14286rem;
}
body.private-page input[type="checkbox"] + label,
body.private-page input[type="radio"] + label {
    font-size: 1rem;
    margin-left: 0.14286rem;
}
body.private-page input[type="text"].short-input {
    width: 5.71429rem;
    display: inline-block;
}
body.private-page select.short-select {
    width: 5.71429rem;
    display: inline-block;
}
body.private-page input[type="radio"] {
    display: none;
}
body.private-page input[type="radio"] + label {
    padding-left: 1.35714rem;
    position: relative;
}
body.private-page input[type="radio"] + label:before {
    content: " ";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: white;
    border: 1px solid #cacaca;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 5px;
}
body.private-page input[type="radio"]:checked + label:before {
    content: "\2022";
    color: #8e825e;
    font-size: 36px;
    text-align: center;
    line-height: 10px;
}
body.private-page textarea {
    height: 7.14286rem;
    resize: vertical;
}
body.private-page select {
    height: 1.92857rem;
    border-radius: 0.28571rem;
    margin-bottom: 0.71429rem;
    padding: 0.28571rem;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-style: normal;
    color: #3d3d3d;
    background-size: 24px auto;
}
body.private-page .radios-wr {
    margin-bottom: 0.71429rem;
    margin-top: 0.21429rem;
}
body.private-page .radios-wr > div {
    display: inline-block;
    vertical-align: top;
}
body.private-page .radios-wr > div label {
    margin-bottom: 0;
}
body.private-page .radios-wr.radios-num input {
    display: none;
}
body.private-page .radios-wr.radios-num label {
    display: inline-block;
    background: white;
    padding: 0.14286rem 0.42857rem;
    font-size: 1.14286rem;
    margin: 0 0.28571rem 0 0;
    border: 1px solid #d7d7d7;
}
body.private-page .radios-wr.radios-num label:before {
    display: none !important;
}
body.private-page .radios-wr.radios-num input:checked + label {
    background: #dcd1ad;
    border-color: #707070;
}
body.private-page .radios-wr.radios-num a {
    font-size: 0.85714rem;
    color: #3d3d3d;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted #3d3d3d;
    margin: 0.42857rem 0 0 0.42857rem;
}
body.private-page .radios-wr.radios-num a:hover {
    border-bottom-style: solid;
}
body.private-page span.fielderr {
    display: block;
    width: 3px;
    height: 1.71429rem;
    position: absolute;
    top: 2px;
    left: 0;
    background: #910000;
}
body.private-page #popupformwr .fielderr {
    background-color: transparent;
    width: auto;
    position: relative;
    top: auto;
    margin-top: 0;
    height: 1.92857rem;
    padding-top: 0.35714rem;
}
body.private-page .pform-note1 {
    font-size: 0.85714rem;
    font-weight: 300;
    color: #727272;
}
body.private-page .pform-tabs {
    font-size: 0.001px;
    word-spacing: -0.36em;
    padding-bottom: 0.71429rem !important;
}
body.private-page .pform-tabs a {
    display: inline-block;
    text-align: center;
    border: 1px dotted #a6a6a6;
    border-radius: 3px;
    padding: 0.28571rem 0.42857rem 0.42857rem;
    margin: 0 0.28571rem;
    font-weight: 300;
    font-size: 0.92857rem;
    word-spacing: normal;
    line-height: 1;
    color: #3d3d3d;
    text-decoration: none;
}
body.private-page .pform-tabs a > span {
    border-bottom: 1px dotted #3d3d3d;
}
body.private-page .pform-tabs a.active {
    padding-right: 1.14286rem;
    background: right 4px top 12px no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAYAAACJxx+AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQTI1QUY4MjBEOTExMUU0QjY3MzlFODBGNzU2NzU3OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQTI1QUY4MzBEOTExMUU0QjY3MzlFODBGNzU2NzU3OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNBMjVBRjgwMEQ5MTExRTRCNjczOUU4MEY3NTY3NTc4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNBMjVBRjgxMEQ5MTExRTRCNjczOUU4MEY3NTY3NTc4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/ve93gAAAHFJREFUeNpizMnJ+c+ACr4D8WIgzgHi30xA4j0aZgHiNCDOAqkGKRBCw65Qk8xgCtDBO2QONgUM+BQIArEMlM0DxIosaArkgHgLlO0H8wUyuAj1Igj8BuIKbG6ohYbFdCC+w4JFwWMgbgLiOSAOQIABAIVdFeGonCo8AAAAAElFTkSuQmCC);
    font-weight: 400;
}
body.private-page .pform-tabs a:hover {
    background-color: white;
}
body.private-page .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 34.28571rem;
    background: #2b2c2c;
    color: white;
    z-index: 999;
}
body.private-page .header {
    background: #f1f1f1;
    border-bottom: 3px solid #e3e3e3;
    color: #3d3d3d;
    height: auto;
    font-size: 1.14286rem;
    line-height: 1.4;
    padding: 0.28571rem 0 0.28571rem;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
body.private-page .header .akkdata {
    padding: 0.42857rem 0 0.71429rem;
}
body.private-page .header .akkdata #akkhello,
body.private-page .header .akkdata #akkid {
    display: inline-block;
}
body.private-page .header .akkdata #akkhello {
    padding-right: 1.14286rem;
    margin-right: 0.71429rem;
    background: right center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAOCAMAAAAyqj1tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODI2RDUyQjBDRDAxMUU0QkMyODkzMzExMzdEREFFMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODI2RDUyQzBDRDAxMUU0QkMyODkzMzExMzdEREFFMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM4MjZENTI5MENEMDExRTRCQzI4OTMzMTEzN0REQUUyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM4MjZENTJBMENEMDExRTRCQzI4OTMzMTEzN0REQUUyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+eamvVAAAAAZQTFRF////19fXC8rkZAAAABBJREFUeNpiYGRgIA4BBBgAAVcADwiaAcYAAAAASUVORK5CYII=);
}
body.private-page .header .akkdata span {
    font-weight: 300;
}
body.private-page .header .akkdata a {
    position: relative;
    display: inline-block;
    color: #3d3d3d;
    text-decoration: none;
    border-bottom: 1px dotted #3d3d3d;
}
body.private-page .header .akkdata a:hover {
    border-bottom-style: solid;
}
body.private-page .header .akkdata a#ymngcall:after {
    position: absolute;
    content: ' ';
    display: block;
    top: 5px;
    right: -16px;
    width: 13px;
    height: 13px;
    background: -28px -240px no-repeat url(../images/sprite.png);
}
body.private-page .header .akkdata .ymngcall-wr {
    position: relative;
}
body.private-page .header .akkdata #ymngcallbg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
}
body.private-page .header .akkdata #ymngcall-popup {
    display: none;
    position: absolute;
    top: 2.14286rem;
    left: -0.42857rem;
    background: white;
    z-index: 998;
    min-width: 20rem;
    border: 2px solid #ecebe9;
    border-radius: 3px;
    padding: 0.85714rem 1rem;
    font-size: 1.07143rem;
    font-weight: 400;
    line-height: 1.2;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
body.private-page .header .akkdata #ymngcall-popup:before {
    position: absolute;
    content: ' ';
    display: block;
    top: -6px;
    left: 16px;
    width: 17px;
    height: 6px;
    background: 0 0 no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAGCAYAAAAlvnXZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRDhCNjg1ODBDQzgxMUU0OUE0RkNCQkI1OThENkMxRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRDhCNjg1OTBDQzgxMUU0OUE0RkNCQkI1OThENkMxRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNEOEI2ODU2MENDODExRTQ5QTRGQ0JCQjU5OEQ2QzFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNEOEI2ODU3MENDODExRTQ5QTRGQ0JCQjU5OEQ2QzFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YdUz5wAAALJJREFUeNqEz0sOQTEUBuBz9WUHBiyExNAOSFiSGQuwBJswMBKbMHJDMKGv+/A3cqWR22jypW3S//Sc7HrJ6c8SMIIjPNsedBJBBhPYwBl2cIIlDH4fZ1EnoeAY5jCF3rcVIch731zDYQsrODRFhtgXMIN+HBRCklRdYoxRgSLGaLLWxE3sYR2K1HGQI6ikIsZ565xVVZLWGp05KoviM87jfqtDOPzIE8HUMvpFzll6CzAA1V46Oz/GIuMAAAAASUVORK5CYII=);
}
body.private-page .header .akkdata #ymngcall-popup a {
    text-decoration: underline;
    border-bottom: none;
}
body.private-page .header .akkstat {
    background: #f7f7f7;
    border: 1px dashed #cccccc;
    border-radius: 0.21429rem;
    padding: 0.6rem;
    line-height: 1.5;
}

body.private-page .header .akkstat .msgrow {margin-top:-10px;}

body.private-page .header .akkstat span {
    margin-left: 1rem;
    font-weight: 300;
}
body.private-page .header .akkstat span.akkstatus {
    display: inline-block;
    background: #dddddd;
    padding: 0.14286rem 0.71429rem;
    line-height: 1;
    color: white;
}
body.private-page .header .akkstat span.akkstatus {
    background: red;
}
body.private-page .header .akkstat span.akkstatus.online {
    background: #1daa59;
}
body.private-page .header h1 {
    font-size: 2.14286rem;
    font-weight: 500;
    color: #3d3d3d;
    margin: 0.42857rem 0 0;
}
body.private-page .content .row {
    padding: 0;
}
body.private-page .content .pblock {
    background: #f7f7f7;
    border-top: 3px solid #1daa59;
    padding: 1.14286rem 0.71429rem;
}
body.private-page .pblock {
    background: #f7f7f7;
    border-top: 3px solid #1daa59;
    padding: 1.14286rem 0.71429rem;
}
body.private-page .pblock h2 {
    font-size: 1.42857rem;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 1.42857rem;
}
body.private-page .pblock h3 {
    font-size: 1.14286rem;
    font-weight: 400;
    margin: 0 0 0.71429rem 0;
}
body.private-page .pblock.pblock-top {
    background: #f0f0f0;
    border-top-color: #bcbcbc;
    padding-left: 1.57143rem;
    padding-right: 1.57143rem;
}
body.private-page .pblock.pblock-btm {
    border-top: none;
    background: #f9f9f9;
    margin-bottom: 0.42857rem;
    border-bottom: 2px solid #dadada;
    padding-left: 1.57143rem;
    padding-right: 1.57143rem;
}
body.private-page .add-advert-form-wr {
    position: relative;
}
body.private-page .add-advert-form-wr .row {
    padding: 0;
}
body.private-page .add-advert-form-wr .row .row .columns:first-child {
    padding-right: 0;
}
body.private-page .add-advert-form-wr .row .row .columns:first-child label.right {
    padding-right: 0.14286rem;
}
body.private-page .add-advert-form-wr .pform-err {
    color: #910000;
    padding-bottom: 1rem;
}
body.private-page .add-advert-form-wr .pform-err .errmsg {
    font-weight: 500;
    margin-left: 1rem;
}
body.private-page .add-advert-form-wr .pform-tabs a {
    margin: 0 0.71429rem;
    font-size: 1.14286rem;
}
body.private-page .add-advert-form-wr .pform-tabs a .clrg {
    display: none;
}
body.private-page .add-advert-form-wr .pform-ctwr {
    border: 1px dotted #c7c7c6;
    border-radius: 4px;
    background: #f3f3ee;
    padding: 1.14286rem 2rem;
}
body.private-page .add-advert-form-wr .price-field input[type="text"] {
    display: inline-block;
}
body.private-page .add-advert-form-wr .price-field .currency-select {
    display: inline-block;
}
body.private-page .add-advert-form-wr .price-field .currency-select input {
    display: none;
}
body.private-page .add-advert-form-wr .price-field .currency-select label {
    margin: 0 0.28571rem;
    padding: 0;
    border-bottom: 1px dotted #3d3d3d;
}
body.private-page .add-advert-form-wr .price-field .currency-select label:before {
    display: none !important;
}
body.private-page .add-advert-form-wr .price-field .currency-select input:checked + label {
    font-weight: 500;
    border-bottom: none;
}
body.private-page .add-advert-form-wr .color-select,
body.private-page .add-advert-form-wr .year-select {
    width: 104px;
}
body.private-page .add-advert-form-wr .pform-subwr {
    padding: 1rem 2.14286rem 0;
}
body.private-page .add-advert-form-wr .addit-description-wr {
    position: relative;
}
body.private-page .add-advert-form-wr .addit-description-lim {
    position: absolute;
    right: 0;
    top: 0.57143rem;
    font-style: italic;
    font-weight: 300;
    color: #736b6b;
}
body.private-page .add-advert-form-wr .addit-description {
    height: 17.85714rem;
    border-style: dotted;
    padding: 1.14286rem 1.42857rem;
}
body.private-page .add-advert-form-wr .load-images-form {
    background: #fbf5e3;
    border: 1px solid #e5e1d3;
    padding: 0.71429rem;
    text-align: center;
    color: #6c6c6c;
    font-weight: 300;
    line-height: 1.2;
}
body.private-page .add-advert-form-wr .load-images-form #dropZone {
    border: 1px dashed #9f8533;
    border-radius: 3px;
    padding: 1.71429rem 0.71429rem;
    font-size: 1.57143rem;
    color: #9f8533;
    margin-bottom: 1.42857rem;
}
body.private-page .add-advert-form-wr .load-images-form #dropZone.hover {
    background: #ffe7a1;
}
body.private-page .add-advert-form-wr .load-images-form #dropZone.error {
    border-color: #910000;
    color: #910000;
    font-size: 1.14286rem;
}
body.private-page .add-advert-form-wr .load-images-form #dropZone.drop {
    background: #e3f5c6;
}
body.private-page .add-advert-form-wr .loaded-vid-wr .loaded-vid {
    position: relative;
    display: inline-block;
    float: left;
    width: 7.71429rem;
    /*height: 7.71429rem;*/

    background: white;
    border: 1px dotted #c5c5c5;
    border-radius: 3px;
    padding: 0.28571rem;
    margin: 0 1rem 1rem 0;
}
body.private-page .add-advert-form-wr .loaded-img-wr .loaded-img {
    position: relative;
    display: inline-block;
    float: left;
    width: 7.71429rem;
    height: 7.71429rem;
    background: white;
    border: 1px dotted #c5c5c5;
    border-radius: 3px;
    padding: 0.28571rem;
    margin: 0 1rem 1rem 0;
    text-align: center;
    white-space: nowrap;
}
body.private-page .add-advert-form-wr .loaded-img-wr .imgcnthelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
body.private-page .add-advert-form-wr .loaded-vid-wr .loaded-vid {
    width: 330px;
    height: 190px;
}
body.private-page .add-advert-form-wr .loaded-img-wr .loaded-img img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    vertical-align: middle;
}
body.private-page .add-advert-form-wr .loaded-img-wr .loaded-img:first-child {
    width: 16.42857rem;
    height: 16.42857rem;
}
body.private-page .add-advert-form-wr .loaded-vid-wr .loaded-vid .loaded-vid-del,
body.private-page .add-advert-form-wr .loaded-img-wr .loaded-img .loaded-img-del {
    position: absolute;
    top: 6px;
    right: 5px;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px dashed #555555;
    border-radius: 3px;
    text-indent: 20px;
    overflow: hidden;
    background: white -45px -370px no-repeat url(../images/sprite.png);
}
body.private-page .content .add-advert-form-wr {
    padding: 1.14286rem 0 0;
}
body.private-page .content .add-advert-form-wr .subaddadvfwrt {
    padding: 0 0.64286rem 2.14286rem;
    border-bottom: 2px solid #d1d1d1;
}
body.private-page .content .add-advert-form-wr .subaddadvfwrd {
    position: relative;
    background-color: white;
    padding: 1rem 0.64286rem;
}
body.private-page .content .add-advert-form-wr .subaddadvfwrd hr.whr {
    margin: 0 0.64286rem 0.64286rem;
}
body.private-page .content .add-advert-form-wr .subaddadvfwrd .addit-description-lim {
    right: 0.64286rem;
}
body.private-page .content .add-advert-form-wr .subaddadvfwrd .addit-description-wr label {
    margin-left: 0.64286rem;
    font-weight: 400;
}
body.private-page .content .add-advert-form-wr .subaddadvfwrd .pform-actions {
    padding: 0 0.64286rem;
}
body.private-page .content .add-advert-form-wr .subaddadvfwrd .usealtcontwr {
    padding: 0;
    margin-bottom: 0.57143rem;
}
body.private-page .content .add-advert-form-wr .subaddadvfwrd .usealtcontwr > input {
    margin-left: 1.28571rem;
}
body.private-page .content .add-advert-form-wr .subaddadvfwrd .usealtcontwr .usealtcontinwr {
    display: none;
    border: 1px dotted #c7c7c6;
    border-radius: 4px;
    margin-bottom: 0.71429rem;
    padding: 1.42857rem;
}

body.private-page .advert-files-wr {
    padding: 0.57143rem;
}
body.private-page .advert-files-inn {
    background: #f1f1f1;
    border-radius: 4px;
    padding: 1rem 0.85714rem;
}
body.private-page .advert-files-inn .upload-advert {
    padding-bottom: 1.57143rem;
}
body.private-page .advert-files-inn .title {
    font-size: 1.14286rem;
    height: 1.57143rem;
    padding: 0.28571rem 0 0 3.28571rem;
    margin-bottom: 0.57143rem;
    background: 0 -325px no-repeat url(../images/sprite.png);
}
body.private-page .advert-files-inn .title.tclouddwn {
    background-position: 0 -347px;
}
body.private-page .advert-files-inn form > * {
    vertical-align: top;
}
body.private-page .advert-files-inn input[type="file"] {
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: white;
    display: inline-block;
    max-width: 21.42857rem;
    height: 2rem;
    padding: 0.14286rem;
    font-style: normal;
}
body.private-page .advert-files-inn .download-advert select {
    display: inline-block;
    max-width: 21.42857rem;
    margin-bottom: 0.14286rem;
}
body.private-page .advert-files-inn .download-advert .about-format {
    font-size: 0.85714rem;
    font-style: italic;
    font-weight: 300;
    padding-left: 0.57143rem;
}
body.private-page .grbtn {
    display: inline-block;
    position: relative;
    color: white;
    background: #72b19c;
    border: none;
    border-bottom: 1px solid #619685;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    padding: 0.35714rem 0.85714rem;
    line-height: 1;
    width: 8.92857rem;
    text-align: left;
    border-radius: 3px;
    cursor: pointer;
    margin: 0.07143rem 0.28571rem;
    text-decoration: none;
    -webkit-box-shadow: 0 1.5px 0 #a9a9a9;
    -ms-box-shadow: 0 1.5px 0 #a9a9a9;
    -moz-box-shadow: 0 1.5px 0 #a9a9a9;
    -o-box-shadow: 0 1.5px 0 #a9a9a9;
    box-shadow: 0 1.5px 0 #a9a9a9;
}
body.private-page .grbtn:hover {
    color: white;
    background: #6ea593;
}
body.private-page .grbtn:after {
    content: ' ';
    display: block;
    width: 2.14286rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 3px 0;
    background: #6ea593 -5px -369px no-repeat url(../images/sprite.png);
}
body.private-page .download-advert .grbtn:after {
    background-position: -5px -391px;
}
body.private-page .rate-schedule-wr {
    padding: 0.71429rem 0.28571rem 1.42857rem;
    border-top: 1px dotted #cccccc;
}
body.private-page .schedule-fwr {
    border: 1px dotted #cccccc;
    border-radius: 3px;
    padding: 1.42857rem;
    background: #f1f1f1;
}
body.private-page .schedule-fwr table {
    border: 1px solid #cccccc;
    margin-bottom: 0.28571rem;
}
body.private-page .sched-pl {
    border: 1px dotted #cccccc;
    border-radius: 5px;
    padding: 0.71429rem;
    background: #f7f7f7;
}
body.private-page .sched1 {
    padding-bottom: 1.42857rem;
}
body.private-page .pfaq-block .ask-new-question {
    text-align: right;
}
body.private-page .pfaq-block .ask-new-question a.pform-btn {
    position: relative;
    top: -0.71429rem;
}
body.private-page .pfaq-block .faq-item {
    position: relative;
    padding: 0 0 0 2.14286rem;
}
body.private-page .pfaq-block .faq-item .faq-quest a {
    display: inline-block;
    font-size: 1.07143rem;
    font-weight: 500;
    color: #3e4e5c;
    text-decoration: none;
    margin-bottom: 0.42857rem;
    border-bottom: 1px dotted #3e4e5c;
}
body.private-page .pfaq-block .faq-item .faq-ansver {
    display: none;
    font-size: 0.92857rem;
    color: #737373;
    line-height: 1.2;
    padding-bottom: 1.14286rem;
}
body.private-page .pfaq-block .faq-item:before {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 6px;
    background: -41px -240px no-repeat url(../images/sprite.png);
}
body.private-page .pcont {
    padding: 0.71429rem 0 0 1.42857rem !important;
}
body.private-page .pcont-list {
    font-weight: 300;
}
body.private-page .pcont-list p {
    margin-bottom: 0.57143rem;
    font-weight: 300;
}
body.private-page .pcont-list .pcont-link {
    color: #3d3d3d;
    font-size: 1.28571rem;
}
body.private-page .pcont-list .pcont-item {
    display: inline-block;
    line-height: 1.3;
    /*margin: 0 0.71429rem 1.14286rem 0; */

    vertical-align: top;
}
body.private-page .pcont-list .pcont-item .contact-name {
    font-weight: 500;
}
body.private-page .pcont-list .pcont-item .contact-phone {
    color: #0972a8;
}
body.private-page .pcont-list .pcont-item .contact-phone a {
    text-decoration: none;
    color: #0972a8;
}
body.private-page .pcont-list .pcont-item a {
    color: #3d3d3d;
    text-decoration: none;
}
body.private-page .pcont-list .pcont-item a:hover {
    text-decoration: underline;
}
/*body.private-page .pcont .columns:last-child { border-left: 1px solid #cccccc; padding-left: 2.14286rem; }*/

body.private-page .content .block-news-list {
    padding: 1.14286rem 1.57143rem;
}
body.private-page .news-teaser {
    margin: 1.42857rem 0;
    border-bottom: 2px solid #efefef;
}
body.private-page .news-teaser .news-teaser-title {
    padding: 0 0 0.71429rem;
}
body.private-page .news-teaser .news-teaser-title h2 {
    font-size: 1.14286rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}
body.private-page .news-teaser .news-teaser-title h2 a {
    color: #3d3d3d;
    text-decoration: none;
}
body.private-page .news-teaser .news-teaser-title h2 a:hover {
    text-decoration: underline;
}
body.private-page .news-teaser .news-teaser-date {
    padding: 0 0 0.71429rem;
    font-weight: 300;
}
body.private-page .news-teaser .news-teaser-img-wr {
    padding: 0.28571rem 1.28571rem 0.71429rem 0;
}
body.private-page .news-teaser .news-teaser-img-wr img {
    border: 1px dotted silver;
    border-radius: 3px;
}
body.private-page .news-teaser .news-teaser-txt-wr {
    padding: 0.28571rem 0 0.71429rem;
    font-weight: 300;
    line-height: 1.2;
}
body.private-page .news-teaser .news-teaser-txt-wr p {
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0.42857rem;
}
body.private-page .news-teaser .news-teaser-txt-wr .more {
    color: #3d3d3d;
    font-weight: 400;
}
.page .block-news-list {
    padding: 1.14286rem 1.57143rem;
}
.page .news-teaser {
    margin: 1.42857rem 0;
    border-bottom: 2px solid #efefef;
}
.page .news-teaser .news-teaser-title {
    padding: 0 0 0.71429rem;
}
.page .news-teaser .news-teaser-title h2 {
    font-size: 1.14286rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}
.page .news-teaser .news-teaser-title h2 a {
    color: #3d3d3d;
    text-decoration: none;
}
.page .news-teaser .news-teaser-title h2 a:hover {
    text-decoration: underline;
}
.page .news-teaser .news-teaser-date {
    padding: 0 0 0.71429rem;
    font-weight: 300;
}
.page .news-teaser .news-teaser-img-wr {
    padding: 0.28571rem 1.28571rem 0.71429rem 0;
}
.page .news-teaser .news-teaser-img-wr img {
    border: 1px dotted silver;
    border-radius: 3px;
}
.page .news-teaser .news-teaser-txt-wr {
    padding: 0.28571rem 0 0.71429rem;
    font-weight: 300;
    line-height: 1.2;
}
.page .news-teaser .news-teaser-txt-wr p {
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0.42857rem;
}
.page .news-teaser .news-teaser-txt-wr .more {
    color: #3d3d3d;
    font-weight: 400;
}
body.private-page .pblock-uinfo {
    margin-bottom: 1.42857rem;
    border-bottom: 2px solid #d1d1d1;
}
body.private-page .uinfo-fnote {
    font-weight: 300;
    font-style: italic;
    color: #7c7c7c;
    text-align: center;
    padding: 0 0 1.42857rem 0;
}
body.private-page .fbtns-wicon {
    background-color: transparent;
    border: none;
    text-decoration: underline;
    text-decoration-style: dotted;
    font-size: 1rem;
    font-style: italic;
    font-weight: 300;
    color: #7c7c7c;
    cursor: pointer;
    padding: 0.71429rem 0.71429rem 0.85714rem;
    line-height: 1;
    margin: 0.28571rem 0.71429rem;
}
body.private-page .fbtns-wicon:hover {
    text-decoration: none;
}
body.private-page .fbtns-wicon.fbtns-chdata {
    padding-left: 2.35714rem;
    background: 10px -123px no-repeat url(../images/sprite.png);
}
body.private-page .fbtns-wicon.fbtns-chpass {
    padding-left: 2.35714rem;
    background: 11px -163px no-repeat url(../images/sprite.png);
}
body.private-page .pblock-uinfo-gdata {
    margin-bottom: 1.42857rem;
    border-bottom: 2px solid #d1d1d1;
}
body.private-page .cfgdata-item {
    position: relative;
    padding: 0 0 0.42857rem 2.14286rem;
}
body.private-page .cfgdata-item:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 4px;
    background: -44px -387px no-repeat url(../images/sprite.png);
}
body.private-page .cfgdata-item .cfgdata-btn {
    min-height: 1.14286rem;
    padding-top: 0.14286rem;
}
body.private-page .cfgdata-item .cfgdata-btn a {
    font-size: 1.07143rem;
    color: #3e4e5c;
    border-bottom: 1px dotted #3e4e5c;
    text-decoration: none;
    font-weight: 400;
}
body.private-page .cfgdata-item .cfgdata-content {
    display: none;
    padding: 0.71429rem 0;
}
body.private-page .tune-opt {
    position: relative;
    /*margin: 1rem 0;*/

    padding-left: 2.57143rem;
}
body.private-page .tune-opt:before {
    content: ' ';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background: -38px -440px no-repeat url(../images/sprite.png);
}
body.private-page .tune-opt a {
    display: block;
    color: #535b62;
    margin-bottom: 0.42857rem;
}
body.private-page .ptable-wr {
    border: 1px dotted #797979;
    border-radius: 3px;
    padding: 0.42857rem;
    margin-bottom: 1rem;
}
body.private-page .ptable-wr td {
    font-family: 'Conv_DejaVuLGCSansMono';
    font-size: 0.85714rem;
    letter-spacing: -0.02em;
    word-spacing: -0.2em;
    font-weight: normal;
}
body.private-page .ptable-wr .ptable-header {
    margin: 0.71429rem 0 0.85714rem;
    font-weight: 300;
}
body.private-page .ptable-wr .ptable-header > .columns:last-child {
    text-align: right;
    padding-top: 2px;
}
body.private-page .ptable-wr .ptable-header .open-link {
    display: inline-block;
    position: relative;
    font-size: 1.14286rem;
    color: #3d3d3d;
    text-decoration: none;
    border-bottom: 1px dotted #3d3d3d;
}
body.private-page .ptable-wr .ptable-header .open-link:after {
    content: ' ';
    display: block;
    width: 18px;
    height: 10px;
    position: absolute;
    top: 4px;
    right: -20px;
    background: -32px -420px no-repeat url(../images/sprite.png);
}
body.private-page .ptable-wr .ptable-header .open-link.closed:after {
    background-position: -32px -430px;
}
body.private-page .ptable-wr .scroll-pane {
    position: relative;
    width: 100%;
    height: 28.57143rem;
    overflow: hidden;
}
body.private-page .ptable-wr .scroll-pane table {
    margin-bottom: 0;
}
body.private-page .ptable-wr .ps-active-y .scroll-pane-inn-wr {
    padding-right: 20px;
}
body.private-page .cur-status-block {
    border: 1px dashed #555555;
    background: #f1f1f1;
    padding: 1rem 0.57143rem 1.14286rem;
    border-radius: 3px;
    margin: 0.57143rem 0;
}
body.private-page .cur-status-block h2 {
    margin-bottom: 0.71429rem;
}
body.private-page .cur-status-block .cur-status-line {
    padding-bottom: 0.28571rem;
}
body.private-page .cur-status-block b {
    font-weight: 500;
    display: inline-block;
    margin-right: 0.14286rem;
}
body.private-page .cur-status-block span {
    display: inline-block;
    padding: 0.14286rem 0.28571rem;
}
body.private-page .cur-status-block span.akkstatus-notenf {
    background: #fffae7;
}
.akkstat span.summ-neg,
body.private-page .cur-status-block span.summ-neg {
    color: #db0000;
}
.akkstat span.summ-neg a, .akkstat span.summ-neg a:hover, .akkstat span.summ-neg a:active
{
    color: #db0000;
}
.akkstat span.summ-neg a, .akkstat span.summ-neg a:hover {text-decoration:underline;}

body.private-page .cur-status-block span.date {
    margin-right: 0.71429rem;
}
body.private-page .status-links-block {
    background: #f1f1f1;
    margin: 1.14286rem 0;
    padding: 0.57143rem 0 0.57143rem 1.71429rem;
    position: relative;
}
body.private-page .status-links-block .there-updates {
    position: absolute;
    display: inline-block;
    top: -1.42857rem;
    right: 0;
    color: #3d3d3d;
    font-size: 0.92857rem;
    font-weight: 300;
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px dotted #3d3d3d;
}
body.private-page .status-links-block .there-updates:before {
    content: ' ';
    display: block;
    width: 16px;
    height: 19px;
    position: absolute;
    top: -1px;
    left: -20px;
    background: -16px -420px no-repeat url(../images/sprite.png);
}
body.private-page .status-links-block .columns {
    padding-bottom: 0.28571rem;
}
body.private-page .status-links-block .columns a {
    color: #3d3d3d;
    font-weight: 300;
}
body.private-page .status-links-block .columns a.highlight {
    color: #1f83b7;
    font-weight: 500;
}
body.private-page .finance-form-wr {
    padding: 2.14286rem 1.42857rem;
    text-align: center;
}
body.private-page .finance-form-wr .finance-form-col {
    width: 22.14286rem;
    margin: 0 auto;
}
body.private-page .finance-form-wr .summ-field-wr {
    background: #e7e6df;
    display: inline-block;
    border-radius: 3px;
    padding: 0.71429rem 0.85714rem;
    border: 1px dotted #dadad8;
}
body.private-page .finance-form-wr .summ-field-wr label {
    display: inline-block;
    margin-right: 0.57143rem;
    font-weight: 500;
}
body.private-page .finance-form-wr .summ-field-wr input {
    display: inline-block;
    width: 8.57143rem;
    margin-bottom: 0;
    margin: 0 0.28571rem;
}
body.private-page .finance-form-wr .paytype-field-wr {
    display: inline-block;
    text-align: left;
    padding: 0.71429rem 0 1.14286rem;
}
body.private-page .finance-form-wr .paytype-field-wr label {
    margin-bottom: 0.28571rem;
}
body.private-page .finance-form-wr .paytype-field-wr > div input {
    margin-bottom: 0;
    padding-bottom: 0;
}
body.private-page .finance-form-wr .paytype-field-wr > div label {
    margin-bottom: 0;
    padding-bottom: 0;
}
body.private-page .finance-form-wr .paytype-field-wr .bill-field-wr {
    padding-top: 0.57143rem;
}
body.private-page .finance-form-wr .paytype-field-wr .bill-field-wr label {
    margin-right: 0;
}
body.private-page .finance-form-wr .billauto-wr {
    margin-bottom: 0.71429rem;
}
body.private-page .finance-form-wr .billauto-wr label {
    border-bottom: 1px dotted #3d3d3d;
    padding-bottom: 0;
    margin-bottom: 0.42857rem;
}
body.private-page .finance-form-wr .payer-wr > div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.42857rem;
}
body.private-page .finance-form-wr .payer-wr > div .add-payer-wr {
    text-align: left;
}
body.private-page .finance-form-wr .payer-wr > div .add-payer-wr a {
    display: inline-block;
    font-size: 0.92857rem;
    font-weight: 300;
    font-style: italic;
    color: #7c7c7c;
    padding-top: 0.28571rem;
}
body.private-page .finance-form-wr .payer-wr label {
    display: inline-block;
    margin-right: 0.71429rem;
}
body.private-page .finance-form-wr .payer-wr select {
    width: 14.28571rem;
    margin-bottom: 0;
}
body.private-page .finance-form-wr input[type="submit"] {
    padding: 0.71429rem 1.71429rem;
}
body.private-page .linktoad a {
    color: #414141;
}
body.private-page .payments-writeoffs-top {
    margin-bottom: 0.57143rem;
}
body.private-page .payments-writeoffs-top .info-block {
    border: 1px dotted #6e6e6e;
    border-radius: 3px;
    margin-bottom: 0.71429rem;
    padding: 0.57143rem;
    font-weight: 300;
    line-height: 1.4;
}
body.private-page .payments-writeoffs-top .info-block span {
    color: #0073a3;
}
body.private-page .payments-writeoffs-top .pgn-wr {
    padding-bottom: 0.71429rem;
}
body.private-page .payments-writeoffs-top .pgn-wr-lim {
    text-align: left;
}
body.private-page .payments-writeoffs-top a.print-page {
    margin-bottom: 0.71429rem;
}
body.private-page .rowbtm-btns .return-tofinance {
    position: relative;
    display: inline-block;
    font-size: 1.07143rem;
    color: #797979;
    padding: 0.57143rem 0 0.57143rem 1.85714rem;
}
body.private-page .rowbtm-btns .return-tofinance:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 0;
    background: -50px -420px no-repeat url(../images/sprite.png);
}
body.private-page .rowbtm-btns > .columns:last-child {
    text-align: right;
}
body.private-page #sallpaybtn {
    display: inline-block;
    font-size: 0.85714rem;
    color: #797979;
    text-decoration: none;
    border-bottom: 1px dotted #797979;
    line-height: 1;
    margin-left: 1.42857rem;
}
body.private-page .payment-comm {
    position: relative;
    height: 4.07143rem;
    overflow: hidden;
    width: 55%;
}
body.private-page .payment-comm .spaybtn {
    display: block;
    width: 28px;
    height: 26px;
    background: -39px -653px no-repeat url(../images/sprite.png);
    position: absolute;
    bottom: 0;
    right: 2px;
    text-decoration: none;
}
body.private-page .payment-comm.opened .spaybtn {
    background-position: -39px -627px;
}
body.private-page .payment-comm-wr {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    padding: 0.28571rem 1.85714rem 0.71429rem 1.71429rem;
}
body.private-page .payment-comm-wr.opened {
    height: auto;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow: visible;
    z-index: 100;
}
body.private-page .payment-comm.opened .payment-comm-wr {
    position: relative;
    padding: 0;
}
body.private-page .pblock-stat-msg {
    font-size: 1rem;
    line-height: 1.4;
    color: #889699;
    text-align: center;
    padding: 0 1.42857rem 0.71429rem;
    font-weight: 300;
    font-style: italic;
}
body.private-page .content .pblock-stat {
    background: #ebebeb;
    border: 1px dotted #bebebe;
    border-bottom: 1px dotted #bebebe;
    border-top: 3px solid #bebebe;
    margin-bottom: 1rem;
}
body.private-page .stats-tables-header {
    margin-bottom: 1.14286rem;
}
body.private-page .stats-tables-header .columns {
    font-size: 0.92857rem;
    font-weight: 300;
    font-style: italic;
    color: #7e7e7e;
}
body.private-page .stats-tables-header .columns span {
    color: #505050;
}
body.private-page .more-link {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.85714rem;
    font-style: italic;
    font-weight: 300;
    border: none;
    text-decoration: underline;
    color: #585858;
}
body.private-page .content .pblock-main-advs {
    padding: 0.71429rem 0 0;
    background: none;
    border: none;
}
body.private-page .content .pblock-my-finance {
    background: #e4e6e7;
    border-top-color: #c45b4b;
    margin-bottom: 0.28571rem;
    padding: 0.71429rem 1rem;
}
body.private-page .content .pblock-main-news {
    padding: 0.71429rem 1rem;
    background: #f1f1f1;
    border-top-color: gainsboro;
}
body.private-page .content .kabinet-main-opt {
    padding: 0.57143rem 0 0;
}
body.private-page .content .pblock-opt {
    background: #f0f0f0;
    border-top-color: #bcbcbc;
}
body.private-page .pblock-main-advs h2 {
    margin-left: 1.42857rem;
    margin-bottom: 1rem;
}
body.private-page .pblock-main-advs .more-link {
    border: 1px dotted #cccccc;
    border-radius: 2px;
    padding: 0.14286rem 0.42857rem 0.42857rem;
    top: 0.14286rem;
    right: 1.42857rem;
}
body.private-page .pblock-main-advs .row-main-advs-wr {
    margin-bottom: 1.14286rem;
}
body.private-page .pblock-main-advs .my-advs-list-wr {
    position: relative;
    background: #ecebe9;
    padding: 0.14286rem 0.28571rem 0.71429rem;
}
body.private-page .pblock-main-advs .my-advs-list-wr:before {
    content: ' ';
    display: block;
    width: 3.14286rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #e3e1da;
}
body.private-page .pblock-main-advs .my-advs-list-wr h3 {
    font-size: 1.07143rem;
    margin: 0.28571rem 0;
}
body.private-page .pblock-main-advs .myadv-item {
    position: relative;
    font-weight: 300;
    padding-left: 2.14286rem;
    padding-right: 3rem;
    font-size: 1rem;
    margin-bottom: 1.14286rem;
    /**/
}
body.private-page .pblock-main-advs .myadv-item .myadv-item-count {
    position: absolute;
    display: inline-block;
    width: 2.57143rem;
    top: 0;
    right: 0;
    text-align: center;
}
body.private-page .pblock-main-advs .myadv-item .myadv-btn {
    display: block;
    color: #3d3d3d;
    border-bottom: 1px dotted #ababab;
}
body.private-page .pblock-main-advs .myadv-item .myadvpl-btn {
    display: block;
    width: 1.85714rem;
    height: 1.85714rem;
    background: white;
    position: absolute;
    top: -0.28571rem;
    left: 0;
}
body.private-page .pblock-main-advs .myadv-item .myadvpl-btn:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0.35714rem;
    left: 0.35714rem;
    background: 0 -474px no-repeat url(../images/sprite.png);
}
body.private-page .pblock-main-advs .advert-files-wr {
    padding: 0;
    margin: 0 0.71429rem;
}
body.private-page .pblock-main-advs .advert-files-inn {
    padding: 0;
    background: none;
}
body.private-page .pblock-main-advs .advert-files-inn .input-file-wr input[type="text"],
body.private-page .pblock-main-advs .advert-files-inn .download-advert select {
    max-width: 20rem;
}
body.private-page .pblock-main-advs .advert-files-inn .ourapp-msg {
    margin-top: 0;
    padding: 0 1.28571rem 0 7.71429rem;
    background-position: 1.28571rem 0;
    font-size: 1rem;
}
body.private-page .pblock-main-advs .updwn-advs-wr {
    border: 1px dotted #d5d5d5;
    border-radius: 3px;
    background: #f1f1f1;
    padding: 0.71429rem 0.42857rem 0.71429rem 0.71429rem;
    margin-bottom: 0.71429rem;
}
body.private-page .pblock-my-finance .cur-status-block {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}
body.private-page .pblock-my-finance .my-finance-btm {
    margin-top: 1.14286rem;
}
body.private-page .pblock-main-news h2 {
    margin-bottom: 0.71429rem;
}
body.private-page .pblock-main-news .news-items-wr .news-item {
    margin-bottom: 0.71429rem;
    background: #f9f9f9;
}
body.private-page .pblock-main-news .news-items-wr .news-item .date {
    margin-bottom: 0.57143rem;
}
body.private-page .pblock-main-news .news-items-wr .news-item p {
    font-size: 0.92857rem;
}
body.private-page .car-list-pagewr {
    padding: 0 0.71429rem 1.57143rem;
}
body.private-page .carlist-filter-wr {
    position: relative;
    background: #f0eee8;
    border-bottom: 2px solid #bbb8af;
    border-radius: 3px;
    padding-top:0;
    padding-bottom:0;
    padding-left:6px;
    padding-right:6px;
    margin-bottom: 1rem;
}

body.private-page .carlist-filter-wr .carlistfiltwrcnt {
    display: block;
}
body.private-page .carlist-filter-wr .shfltforsmallwr {
    display: none;
    text-align: center;
}
body.private-page .carlist-filter-wr .shfltforsmallwr a {
    display: inline-block;
    font-size: 1.14286rem;
    color: #898989;
    text-decoration: none;
    padding-bottom: 1rem;
}
body.private-page .carlist-filter-wr .shfltforsmallwr a:before,
body.private-page .carlist-filter-wr .shfltforsmallwr a:after {
    position: relative;
    top: 3px;
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 17px;
    background: -39px -679px no-repeat url(../images/sprite.png);
}
body.private-page .carlist-filter-wr .shfltforsmallwr a:before {
    margin-right: 0.71429rem;
}
body.private-page .carlist-filter-wr .shfltforsmallwr a:after {
    margin-left: 0.71429rem;
}



body.private-page .carlist-filter-wr.make-stick {
    position: fixed;
    /*top: 2.78571rem;*/
    top:0;
    z-index: 998;
    padding-bottom: 0;
}
body.private-page .carlist-filter-wr.make-stick .carlistfiltwrcnt {
    display: none;
}
body.private-page .carlist-filter-wr.make-stick .shfltforsmallwr {
    display: block;
}
body.private-page .carlist-filter-wr .filttblhdduplwr {
    display: none;
}
body.private-page .carlist-filter-wr > div > form > .row {
/*    margin-bottom: 0.71429rem;*/
}

body.private-page .carlist-filter-wr > div > form > .row > .columns {
    padding: 0 1.42857rem;
}
body.private-page .carlist-filter-wr .price-fields-wr {
    text-align: center;
}
body.private-page .carlist-filter-wr .price-fields-wr input {
    display: inline-block;
    width: 7.14286rem;
}
body.private-page .carlist-filter-wr .carlist-filter-sub {
    position: relative;
    z-index: 1;
    margin-bottom: 3.57143rem;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .carlist-filter-sub-inn {
    background: #dbd5c3;
    border: 1px dotted #bdb6a0;
    border-radius: 3px;
    padding: 1.85714rem 0.71429rem;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .carlist-filter-sub-inn .columns {
    padding: 0.71429rem 1rem;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .sfcol {
    position: relative;
    display: block;
    padding: 0 0.71429rem;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .sfcol label {
    display: inline-block;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .sfcol .radios-wr {
    position: relative;
    margin: 0;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .sfcol .radios-wr input[type="radio"] {
    margin-right: 0.28571rem;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .sfcol .radios-wr input[type="radio"] + label {
    margin-right: 0.42857rem;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .sfcol .radios-wr > label:first-child {
    margin-right: 0.71429rem;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .sfcol .sfcol-labelwr {
    position: absolute;
    top: 0;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .sfcol .sfcol-inputwr {
    padding-top: 0.21429rem;
    padding-left: 8.28571rem;
    width: 26.42857rem;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .sfcol .sfcol-inputwr > div {
    display: inline-block;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .sfcol:first-child select {
    max-width: 10rem;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .extfilter-btn-wr {
    position: absolute;
    /*right: 0;
    bottom: -2.14286rem;*/
  right:100px;
  top:-35px;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .extfilter-btn {
    display: inline-block;
    border: 1px dotted #d1d1d0;
    color: #3d3d3d;
    padding: 0.28571rem 0.57143rem 0.42857rem;
    border-radius: 3px;
    text-decoration: none;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .extfilter-btn span {
    border-bottom: 1px dotted #3d3d3d;
}
body.private-page .carlist-filter-wr .carlist-filter-sub .extfilter-btn:hover span {
    border: none;
}


body.private-page .carlist-filter-wr .ui-slider-wr {
    position: relative;
    margin: 1rem 0 0;
    background-color: #dbd5c3;
    border: 1px solid #c8bfa1;
    border-bottom-color: white;
    border-radius: 3px;
    height: 1.5rem;
    padding: 0.28571rem 0.21429rem;
}
body.private-page .carlist-filter-wr .ui-slider {
    background: white;
    border-radius: 2px;
    position: relative;
    height: 0.71429rem;
}
body.private-page .carlist-filter-wr .ui-slider .ui-slider-range {
    display: none;
}
body.private-page .carlist-filter-wr .ui-slider .ui-slider-handle {
    position: absolute;
    top: -0.71429rem;
    display: block;
    width: 2.21429rem;
    height: 2.21429rem;
    background: white center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RjA0MjUwMDIxRjYxMUU0QUQyM0E2MEIyMDI5NUY4MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RjA0MjUwMTIxRjYxMUU0QUQyM0E2MEIyMDI5NUY4MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRGMDQyNEZFMjFGNjExRTRBRDIzQTYwQjIwMjk1RjgyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRGMDQyNEZGMjFGNjExRTRBRDIzQTYwQjIwMjk1RjgyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NakF5AAAADBQTFRF0tLS9vb2+/v78/Pz09PT4+Pj1tbW6Ojo/f394uLi9/f35OTk1NTU/v7++vr6////q4gTugAAAq5JREFUeNpclIty5SAMQw0EjCHA//9tJZu0O8tMmt7kRJLNQ6xqKWmvs/ZQbU3eZlPLXn0Undbe93maWRU+1jIySLzhi9ampn2y/2yvPK1BTZoLlN0hmQj6pymvHYLyhgVBurv5KHwFxTI69auDzdPhDhTm0DibZnhSNa2emLhBCD+RTR7XhPaAOb1pXcaKj5jPmCyLk665KQlvWu/jpYhQD7n6AocG+E+Qa7AcgvhvOmiefx0KPgxqbg5Dhiq5e2/iMawOFN+XVzyiJELO0hHicoUt7ptiD8AgMyRZTfEMDwONfNhh9hGDKdEvTX2VimISb69/CjnMUVGxIJu3Cf3LCDlHV3sf8050yKlOgIGiKkw+zIs1HVvxLQxcTr0B5oPuPqsow56ZiwnwdXLijBunclbeQ5VllqPPXPq+un09cQYYTKA7p10YT2zkNjvsd0w9U0mAHNPmx1qvVl5d2ZcSIFzotaDyguviZvLMjXWAmh40QkKNqmmMhL1QfAAGyj43TpjE+uZKfGX/P/LeLCpKY9ejSll3HI6FSUUFcGG50Y/40+RcAkxm1xTTs9vIX5BZq3c6FDv8GJX1KFaEWOp7/NZYQQt08vaCHON6PqNhWvi4/DUExXwUMe5xbAP0HTsWPukXlfT1xaeH+22dYVyTY3ui2zj5viBHPZwRZ0yuRRTVv/AAv7w1fLG/Aeq3W2gfqHyYTed8Jzno+wCko2lIUJW2es+1s2PV/JL0l+kLsoYet/qhonHZVI98RcWLneSoF3t4fKcJmxBkFrvluiCcHMQefO6JejU79kwN3xCk89o67wGqHwnFGr6RkM5+TsbBaPUGgnUNzLlwZka9q9CiZwh6wRKcO9/DvPGQvyReyZ/gSCF4epz6cXSZhqZ8+fAVSvkHbDw6PvOSfgQYADVLL1NLGIJDAAAAAElFTkSuQmCC);
    border-bottom: 1px solid #958c70;
    border-top: 1px solid white;
    border-radius: 50%;
    margin-left: -1.07143rem;
    outline: none;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
body.private-page .carlist-filter-wr .aftslider {
    margin-bottom: 1rem;
    font-size: 0.92857rem;
    color: #797979;
}
body.private-page .carlist-filter-wr .aftslider .nicks {
    font-size: 0.001px;
    word-spacing: -0.36em;
    letter-spacing: -1px;
    padding: 0.14286rem 0 0.28571rem;
}
body.private-page .carlist-filter-wr .aftslider .nicks .nick {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2%;
    height: 0.85714rem;
    margin-right: 10.25%;
    text-align: center;
}
body.private-page .carlist-filter-wr .aftslider .nicks .nick:before {
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #c8bfa1;
}
body.private-page .carlist-filter-wr .aftslider .nicks .nick:nth-child(even) {
    height: 0.64286rem;
}
body.private-page .carlist-filter-wr .aftslider .nicks .nick.nick-first:before {
    background: #88826d;
}
body.private-page .carlist-filter-wr .aftslider .nicks .nick.nick-last {
    margin-right: 0;
}
body.private-page .carlist-filter-wr .aftslider .nicks .nick.nick-last:before {
    background: #88826d;
}
body.private-page .carlist-filter-wr .pform-btn {
    min-width: 12.85714rem;
    border-top: none;
    padding: 0.42857rem 0.71429rem;
    border-radius: 3px;
    font-size: 1.14286rem;
}
body.private-page .carlist-filter-wr .reset-btn {
    background: none;
    border: 1px dotted #d5d4d3;
    color: #944747;
    font-weight: 300;
    font-style: italic;
    padding: 0.28571rem 0.42857rem 0.42857rem;
    border-radius: 3px;
    cursor: pointer;
}
body.private-page .content .carlist-filter-wr .row {
    padding: 0;
}
body.private-page .content .carlist-info-row {
    padding: 0 0.57143rem;
}
body.private-page .carlist-info-row .columns {
    padding-bottom: 1.28571rem;
}
body.private-page .carlist-info-row .columns:last-child {
    text-align: center;
}

body.private-page .carlist-info-row .carlist-count-info {
    font-size:1.1rem;
    font-weight: 300;
    font-style: italic;
    color: #9b9b9b;
}
body.private-page .carlist-info-row .carlist-actions-1 {
    display:none;
    text-align: right;
}
body.private-page .carlist-info-row .carlist-actions-2 {
    text-align: right !important;
}

body.private-page .carlist-info-row .carlist-actions-1 a {
    display: inline-block;
    color: #3d3d3d;
    text-decoration: none;
    border-bottom: 1px dotted #3d3d3d;
}
body.private-page .carlist-info-row .carlist-actions-1 .print-page {
    border-bottom: none;
    margin-left: 1.28571rem;
}
body.private-page .carlist-info-row .update-carlist {
    position: relative;
    color: #708190;
    border-bottom: 1px dotted #708190;
    text-decoration: none;
    margin-left: 2rem;
    margin-bottom: 0;
}
body.private-page .carlist-info-row .update-carlist:before {
    content: ' ';
    display: block;
    width: 16px;
    height: 15px;
    position: absolute;
    top: 0;
    left: -22px;
    background: -16px -474px no-repeat url(../images/sprite.png);
}
body.private-page .cc-addcar-btn {
    position: relative;
    background-color: #2a9356;
    border-top: none;
    border-bottom-color: #067736;
    padding: 0.3rem 2.7rem 0.3rem 0.7rem;
}
body.private-page .cc-export-btn {
    position: relative;
    background-color: #39F;
    border-top: none;
    border-bottom-color: #36F;
    padding: 0.3rem 0.7rem 0.3rem 0.7rem;
}
body.private-page .cc-export-btn:hover {
    background-color: #36F;
}
body.private-page .cc-search-btn {
    padding: 0.3rem 0.7rem 0.3rem 0.7rem;
 }

body.private-page .cc-addcar-btn:after {
    content: ' ';
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #259f58 -32px -474px no-repeat url(../images/sprite.png);
    border-radius: 0 2px 2px 0;
}
body.private-page .content .carlistbf {
    padding: 0 0.71429rem 0.42857rem;
    font-size: 0.92857rem;
    font-weight: 300;
    font-style: italic;
}
body.private-page .content .carlistbf a {
    display: inline-block;
    color: #889699;
    text-decoration: none;
    border-bottom: 1px dotted #889699;
}
body.private-page .content .carlistbf a:hover {
    border-bottom-style: solid;
}
body.private-page .content .carlistbf .showlogos {
    margin-left: 1.21429rem;
    position: relative;
}
body.private-page .content .carlistbf .showlogos:before {
    content: ' ';
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    top: 2px;
    left: -15px;
    background: -28px -507px no-repeat url(../images/sprite.png);
}
body.private-page .content .carlistbf .helpbtn {
    position: relative;
    top: 2px;
    border-bottom: none;
}
body.private-page .content .carlistbf .helpbtn:hover {
    border-bottom: none;
}
body.private-page .loadmore-btnwr {
    margin: 1.42857rem 0 0;
}
body.private-page .footer {
    background: none;
    border-top: none;
}
body.private-page .small-copy {
    background: #2b2c2c;
    color: white;
    font-size: 0.85714rem;
    font-weight: 300;
    line-height: 1.4;
    padding: 0.57143rem 0 0.71429rem;
}
body.private-page .pfooter {
    background: #f0f0f0 center center url(../images/pfooter.jpg);
    padding: 1.14286rem 0 1.42857rem;
    line-height: 1.4;
}
body.private-page .pfooter .pfooterphone {
    font-size: 1.71429rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
}
body.private-page .pfooter .pfooterphone > div {
    display: inline-block;
    margin: 0 auto;
}
body.private-page .pfooter .pfooterphone .pfootermail {
    width: 100%;
    text-align: right;
    font-size: 1.28571rem;
}
body.private-page .pfooter .pfooterphone a {
    color: #3d3d3d;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted #3d3d3d;
}
body.private-page .pfooter .footer-dev-social {
    position: relative;
}
body.private-page .pfooter .footer-dev-social .footer-dev {
    position: absolute;
    right: 0;
    top: 1.42857rem;
}
body.private-page .pfooter .dev-links {
    font-size: 0.92857rem;
    padding-top: 0.42857rem;
}
body.private-page .pfooter .dev-links a {
    color: #3d3d3d;
    text-decoration: none;
}
body.private-page .pfooter .dev-links a:hover {
    text-decoration: underline;
}
/* 1024up===================================================== */

@media only screen and (min-width: 62.5em) {

    body.private-page {
        padding-top: 2rem;
        /* custom tabs */
        /* custom tabs */
        /* header */
        /* content */
        /* add advert */
        /* */
        /* FAQ */
        /* news */
        /* finance page */
        /* finance page */
        /* kabinet-main */
        /* kabinet-main */
        /* car-list-pagewr */
        /* car list table */
        /* car-list-pagewr */
        /* footer */
    }
    body.private-page .sched1 {
        padding-right: 0.71429rem;
        padding-bottom: 0;
    }
    body.private-page .pgn-wr-lim {
        text-align: right;
    }
    body.private-page .ptable-wr .ptable-header {
        margin: 0.14286rem 0.71429rem 0.85714rem;
    }
    body.private-page .ptable-wr .ptable-header > .columns:last-child {
        font-size: 1.14286rem;
        padding-top: 4px;
    }
    body.private-page .ptable-wr .ptable-header .open-link {
        font-size: 1.42857rem;
        line-height: 1;
    }
    body.private-page .ptable-wr .ptable-header .open-link:after {
        top: 7px;
        right: -26px;
    }
    body.private-page .pform-tabs a {
        font-size: 1.28571rem;
        border: none;
        margin: 0 0.71429rem;
    }
    body.private-page .pform-tabs a:hover {
        background-color: transparent;
    }
    body.private-page .header-menu .phmnu {
        background: none;
    }
    body.private-page .header-menu .phmnu > li a {
        height: 2rem;
        padding: 0.42857rem 1.28571rem 0;
    }
    body.private-page .header-menu .phmnu > li > a:before,
    body.private-page .header-menu .phmnu > li > a:after {
        top: 0.5rem;
    }
    body.private-page .header {
        padding-top: 2rem;
    }
    body.private-page .header .akkrow {
        position: relative;
        min-height: 6rem;
    }
    body.private-page .header .akkrow .plogo-wr {
        position: absolute;
        top: -1rem;
        z-index: 1;
        width: 9.28571rem;
        text-align: center;
        line-height: 0.8;
        font-weight: 300;
    }
    body.private-page .header .akkrow .plogo-wr span {
        font-size: 0.78571rem;
    }
    body.private-page .header .akkrow #logo {
        display: inline-block;
        width: 9rem;
        height: 6.42857rem;
        background-size: 9rem 6.42857rem;
    }
    body.private-page .header .akkdata {
        padding-left: 10.35714rem;
        min-height: 5.8rem;
    }
    body.private-page .header .akkdata #akkhello,
    body.private-page .header .akkdata #akkid {
        display: block;
    }
    body.private-page .header .akkdata #akkhello {
        padding-right: 0;
        margin-right: 0;
        background: none;
    }
    body.private-page .header .page-title-wr {
        padding-top: 0;
    }
    body.private-page .header .page-title-wr > div {
        display: inline-block;
        position: relative;
    }
    body.private-page .header .page-title-wr .mkpgstart {
        /*position: absolute;
        top: -0.42857rem;
        right: 0;*/
	margin-left:26px;
        display: inline-block;
        font-size: 0.92857rem;
        font-style: italic;
        font-weight: 300;
        color: #889699;
        text-decoration: none;
        border-bottom: 1px dotted #889699;
        line-height: 1;
    }
    body.private-page .header .page-title-wr .mkpgstart:hover {
        border-bottom-style: solid;
    }
    body.private-page .header .page-title-wr .mkpgstart:before {
	margin-left:26px;
        content: ' ';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 0;
        left: -18px;
        background: -16px -240px no-repeat url(../images/sprite.png);
    }
    body.private-page .header h1 {
        font-size: 2.57143rem;
        margin-top: 0;
    }
    body.private-page .header .akkstattable div {
        position: relative;
    }
    body.private-page .header .akkstattable div a {
        position: absolute;
        right: 0;
        top: 0.21429rem;
        font-size: 0.92857rem;
        font-style: italic;
        font-weight: 300;
        color: #3d3d3d;
    }
    body.private-page .header .akkstattable table {
        margin: 0.42857rem 0 0;
    }
    body.private-page .content .row {
        padding: 0 1.57143rem 0.71429rem;
    }
    body.private-page .content .pblock {
        border-bottom: 2px solid #d1d1d1;
        border-radius: 3px;
        padding: 1.14286rem 1.57143rem;
    }
    body.private-page .pblock {
        border-bottom: 2px solid #d1d1d1;
        border-radius: 3px;
        padding: 1.14286rem 1.57143rem;
    }
    body.private-page .pblock.pblock-top {
        border-radius: 3px 3px 0 0;
        border-bottom: none;
    }
    body.private-page .pblock.pblock-btm {
        border-radius: 0 0 3px 3px;
    }
    body.private-page .pblock .row {
        padding: 0;
    }
    body.private-page .add-advert-form-wr {
        margin-bottom: 2.85714rem;
    }
    body.private-page .add-advert-form-wr .row {
        padding: 0;
    }
    body.private-page .add-advert-form-wr .pform-tabs a {
        font-size: 1.42857rem;
        margin: 0 1.42857rem;
        position: relative;
        padding-left: 3rem;
    }
    body.private-page .add-advert-form-wr .pform-tabs a .clrg {
        display: inline;
    }
    body.private-page .add-advert-form-wr .pform-tabs a .csml {
        display: none;
    }
    body.private-page .add-advert-form-wr .pform-tabs a:before {
        content: ' ';
        display: block;
        width: 32px;
        height: 23px;
        position: absolute;
        top: 6px;
        left: 0;
        background: 0 -256px no-repeat url(../images/sprite.png);
    }
    body.private-page .add-advert-form-wr .pform-tabs a.tabosn:before {
        background-position: 0 -256px;
    }
    body.private-page .add-advert-form-wr .pform-tabs a.tabdop:before {
        background-position: 0 -279px;
    }
    body.private-page .add-advert-form-wr .pform-tabs a.tabpht:before {
        background-position: 0 -302px;
    }
    body.private-page .add-advert-form-wr .pform-tabs a.active.tabosn:before {
        background-position: -32px -256px;
    }
    body.private-page .add-advert-form-wr .pform-tabs a.active.tabdop:before {
        background-position: -32px -279px;
    }
    body.private-page .add-advert-form-wr .pform-tabs a.active.tabpht:before {
        background-position: -32px -302px;
    }
    body.private-page .add-advert-form-wr .pform-actions {
        position: absolute;
        bottom: -1.21429rem;
        right: 1.57143rem;
    }
    body.private-page .content .add-advert-form-wr {
        padding-bottom: 1.42857rem;
    }
    body.private-page .content .add-advert-form-wr .subaddadvfwrt {
        padding: 0;
        border-bottom: none;
    }
    body.private-page .content .add-advert-form-wr .subaddadvfwrd {
        padding: 0;
        background-color: transparent;
    }
    body.private-page .content .add-advert-form-wr .subaddadvfwrd hr.whr {
        margin: 1rem 0;
    }
    body.private-page .content .add-advert-form-wr .subaddadvfwrd .addit-description-lim {
        right: 1.14286rem;
    }
    body.private-page .content .add-advert-form-wr .subaddadvfwrd .addit-description-wr label {
        margin-left: 1.14286rem;
    }
    body.private-page .content .add-advert-form-wr .subaddadvfwrd .pform-actions {
        padding: 0;
        bottom: -2.85714rem;
    }
    body.private-page .content .add-advert-form-wr .subaddadvfwrd .usealtcontwr {
        position: relative;
        top: auto;
        left: auto;
    }
    body.private-page .advert-files-wr {
        padding: 0;
    }
    body.private-page .advert-files-inn {
        padding: 1rem 0;
    }
    body.private-page .advert-files-inn .ourapp-msg {
        font-size: 1.07143rem;
        line-height: 1.2;
        text-align: center;
        padding: 0 0 0 9.14286rem;
        margin-top: 3.42857rem;
        background: 2.14286rem 0 no-repeat url(../images/app-icon2.png);
        min-height: 3.92857rem;
    }
    body.private-page .pfaq-block .ask-new-question a.pform-btn {
        top: -1.42857rem;
    }
    body.private-page .news-teaser .news-teaser-date {
        padding-top: 0.28571rem;
        padding-left: 0.85714rem;
    }
    body.private-page .cur-status-block {
        padding: 1rem 2rem 1.14286rem;
    }
    body.private-page .cur-status-block b {
        margin-right: 0.71429rem;
    }
    body.private-page .cur-status-block span {
        padding: 0.14286rem 0.42857rem;
    }
    body.private-page .finance-form-wr {
        border: 1px dotted #9a9a9a;
        border-radius: 3px;
        margin-bottom: 2.14286rem;
    }
    body.private-page .finance-form-wr .payer-wr {
        margin: 1rem 0;
    }
    body.private-page .finance-form-wr .billauto-wr {
        position: absolute;
        bottom: -3.57143rem;
        right: 3.28571rem;
        margin-bottom: 0;
    }
    body.private-page .payments-writeoffs-top .info-block {
        margin-bottom: 0;
    }
    body.private-page .content .pblock-stat {
        border-bottom: 1px dotted #bebebe;
        padding: 0.71429rem 4rem 0;
    }
    body.private-page .stats-tables > .columns:first-child {
        padding-right: 1.42857rem;
    }
    body.private-page .content .kabinet-main {
        padding: 0;
    }
    body.private-page .content .pblock-main-advs {
        padding: 0.71429rem 0.42857rem;
        background: #f7f7f7;
        border-top: 3px solid #72b19c;
    }
    body.private-page .content .pblock-my-finance {
        padding: 0.71429rem 1rem;
    }
    body.private-page .content .pblock-main-news {
        padding: 0.71429rem 1rem;
    }
    body.private-page .content .kabinet-main-opt {
        padding: 0.57143rem 0 0;
    }
    body.private-page .content .pblock-opt {
        border-bottom: none;
        border-radius: 3px 3px 0 0;
    }
    body.private-page .kabinet-main > .columns {
        padding: 0 0.57143rem;
    }
    body.private-page .kabinet-main > .columns:first-child {
        padding-left: 0;
    }
    body.private-page .kabinet-main > .columns:last-child {
        padding-right: 0;
    }
    body.private-page .pblock-main-advs h2 {
        margin-left: 0.85714rem;
    }
    body.private-page .pblock-main-advs .more-link {
        right: 0.42857rem;
        border: none;
        padding: 0.42857rem 0;
    }
    body.private-page .pblock-main-advs .myadv-item {
        padding-left: 1.42857rem;
        margin-bottom: 0.57143rem;
    }
    body.private-page .pblock-main-advs .myadv-item .myadvpl-btn {
        width: 1.14286rem;
        height: 1.14286rem;
        background: none;
        top: 0;
    }
    body.private-page .pblock-main-advs .myadv-item .myadvpl-btn:before {
        top: 0;
        left: 0;
    }
    body.private-page .pblock-main-advs .row-main-advs-wr > .columns {
        padding: 0 0.14286rem;
    }
    body.private-page .pblock-main-advs .row-main-advs-wr > .columns:first-child {
        padding-left: 0;
    }
    body.private-page .pblock-main-advs .row-main-advs-wr > .columns:last-child {
        padding-right: 0;
    }
    body.private-page .pblock-main-advs .advert-files-wr {
        margin: 0 0.57143rem;
    }
    body.private-page .pblock-my-finance b {
        margin-right: 0;
    }
    body.private-page .pblock-my-finance span.akkstatus {
        font-size: 0.92857rem;
    }
    body.private-page .car-list-pagewr {
        padding: 0 0 1.57143rem;
    }
    body.private-page .carlist-filter-wr.make-stick {
        top: 2rem;
    }
    body.private-page .carlist-filter-wr.make-stick .carlistfiltwrcnt {
        display: block;
    }
    body.private-page .carlist-filter-wr.make-stick .shfltforsmallwr {
        display: none;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr {
        display: block;
        position: absolute;
        bottom: -1.42857rem;
        left: 0;
        width: 100%;
        background: #c4c1ba;
        border-radius: 0 0 3px 3px;
        height: 1.28571rem;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .row {
        margin-left: 2.07143rem;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .columns {
        position: relative;
        text-align: center;
        color: white;
        font-size: 1rem;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .columns:before {
        content: ' ';
        display: block;
        width: 1px;
        height: 100%;
        background: white;
        position: absolute;
        top: 2px;
        left: 0;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .columns a {
        color: white;
        text-decoration: none;
        display: inline-block;
        line-height: 1;
        border-bottom: 1px dotted white;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .flhd1 {
        position: absolute;
        display: none;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .flhd1:before {
        display: none;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .flhd2 {
        width: 10.7%;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .flhd3 {
        width: 20%;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .flhd4 {
        width: 14.2%;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .flhd5 {
        width: 6.6%;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .flhd6 {
        width: 7.3%;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .flhd7 {
        width: 9.8%;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .flhd8 {
        width: 8%;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .flhd9 {
        width: 5.3%;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .flhd10 {
        width: 5.3%;
    }
    body.private-page .carlist-filter-wr.make-stick .filttblhdduplwr .flhd11 {
        width: 12.8%;
    }
    body.private-page .carlist-filter-wr > div > form > .row > .columns {
        padding: 0 0.57143rem;
    }
    body.private-page .carlist-filter-wr .price-fields-wr {
        text-align: left;
    }
    body.private-page .carlist-filter-wr .price-fields-wr input {
        width: 45%;
    }
    body.private-page .carlist-filter-wr .carlist-filter-sub {
        margin-bottom: 0.71429rem;
    }
    body.private-page .carlist-filter-wr .carlist-filter-sub .carlist-filter-sub-inn {
        padding: 0.57143rem 0;
    }
    body.private-page .carlist-filter-wr .carlist-filter-sub .sfcol {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #cbc6b5;
    }
    body.private-page .carlist-filter-wr .carlist-filter-sub .sfcol input[type="radio"] + label {
        margin: 0;
    }
    body.private-page .carlist-filter-wr .carlist-filter-sub .sfcol:first-child {
        border-left: none;
        width: 10.71429rem;
    }
    body.private-page .content .carlist-info-row {
        padding: 0 1rem;
    }
    body.private-page .carlist-info-row .columns:last-child {
        text-align: right;
    }
    body.private-page .carlist-info-row .carlist-actions-1 {
        text-align: left;
        display: inline-block;
    }

    body.private-page .content .carlistbf {
        padding: 0 1rem 0.42857rem 2.14286rem;
    }
    body.private-page .pfooter .pfootercopy {
        padding-top: 0.71429rem;
        line-height: 2.2;
    }
    body.private-page .pfooter .pfootercopy a {
        color: #3d3d3d;
        text-decoration: none;
    }
    body.private-page .pfooter .pfooterphone {
        padding-top: 1.71429rem;
    }
    body.private-page .pfooter .footer-dev-social .footer-dev {
        position: relative;
        right: auto;
        top: auto;
    }
}
/* scroll */

.ps-container .ps-scrollbar-x-rail {
    position: absolute;
    bottom: 3px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ps-container .ps-scrollbar-y-rail {
    background: white;
    position: absolute;
    right: 0;
    width: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
}
.ps-container .ps-scrollbar-x {
    position: absolute;
    bottom: 0;
    height: 8px;
    background-color: #aaaaaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0;
}
.ps-container .ps-scrollbar-y {
    position: absolute;
    right: 0;
    width: 13px;
    background-color: #e4e6e7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}
.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0;
}
/* scroll */
/* table */

@media only screen and (max-width: 62.438em) {
    /*999*/

    table.resptbl {
        display: block;
        position: relative;
        width: 100%;
        background-color: transparent;
    }
    table.resptbl thead {
        display: block;
        float: left;
    }
    table.resptbl tbody {
        display: -webkit-box;
        overflow-x: auto;
    }
    table.resptbl th,
    table.resptbl tr,
    table.resptbl td {
        display: block;
    }
    table.resptbl tr th,
    table.resptbl tr td {
        padding: 0.28571rem 0.42857rem;
        border-bottom: 1px solid #e7e7e7;
        border-right: none;
    }
    table.resptbl tbody tr {
        border-right: 1px solid #e7e7e7;
    }
    body.private-page .ptable-wr .scroll-pane.scroll-smoff {
        height: auto;
        overflow: auto;
    }
    body.private-page .ptable-wr .scroll-pane.scroll-smoff table.resptbl tr {
        border-right: 1px dotted #cccccc;
    }
    body.private-page .ptable-wr .scroll-pane.scroll-smoff table.resptbl th,
    body.private-page .ptable-wr .scroll-pane.scroll-smoff table.resptbl td {
        height: 4rem;
        width: 9.28571rem;
        vertical-align: middle;
        border-bottom: 1px dotted #cccccc;
    }
    body.private-page .ptable-wr .scroll-pane.scroll-smoff table.resptbl th:last-child,
    body.private-page .ptable-wr .scroll-pane.scroll-smoff table.resptbl td:last-child {
        border-bottom: none;
    }
    body.private-page .ptable-wr .scroll-pane.scroll-smoff table.resptbl td {
        background: white;
    }
    body.private-page .ptable-wr .scroll-pane.scroll-smoff table.resptbl td:nth-child(odd) {
        background: #f2f1ef;
    }
}
/* table */

.pt-perspective {
    position: relative;
    width: 100%;
    height: 630px;
    -webkit-perspective: 1200px;
    -ms-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0 0 30px;
}
.pt-page-rotateCubeBottomOut {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotateCubeBottomOut 0.6s both ease-in;
    animation: rotateCubeBottomOut 0.6s both ease-in;
}
.pt-page-rotateCubeBottomIn {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateCubeBottomIn 0.6s both ease-in;
    animation: rotateCubeBottomIn 0.6s both ease-in;
}
@-webkit-keyframes rotateCubeBottomOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }
    100% {
        opacity: 0.3;
        -webkit-transform: translateY(100%) rotateX(-90deg);
    }
}
@keyframes rotateCubeBottomOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }
    100% {
        opacity: 0.3;
        -webkit-transform: translateY(100%) rotateX(-90deg);
        transform: translateY(100%) rotateX(-90deg);
    }
}
@-webkit-keyframes rotateCubeBottomIn {
    0% {
        opacity: 0.3;
        -webkit-transform: translateY(-100%) rotateX(90deg);
    }
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }
}
@keyframes rotateCubeBottomIn {
    0% {
        opacity: 0.3;
        -webkit-transform: translateY(-100%) rotateX(90deg);
        transform: translateY(-100%) rotateX(90deg);
    }
    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }
}
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 3.21429rem;
    width: 1.42857rem;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    color: transparent;
    top: 50%;
    margin-top: -1.64286rem;
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    color: transparent;
    background-color: transparent;
}
.slick-prev {
    left: -25px;
    background-position: 0 -521px;
}
.slick-next {
    right: -25px;
    background-position: -20px -521px;
}
#sendRequest .error {
    color: #e22a2e;
    font-size: 1.07143rem;
    border-top: 2px solid #e22a2e;
    display: inline-block;
    clear: both;
    width: 256px;
    margin-left: 8px;
    padding: 6px 0;
}
.head-user-menu a {
    padding: 5px 8px;
    background-color: #000;
}
.head-user-menu a:hover {
    background-color: #666;
}
.sub-header .phone-column span {
    background: rgba(0, 0, 0, 0.7);
    padding: 0.2rem 0.4rem;
}
.sub-header .header-sm-slogan {
    text-shadow: 0 0 0.2em #333, 0 0 0.2em #333, 0 0 0.2em #333;
}
#bgvid {
    background: url(/images/video/denver.jpg) no-repeat;
    background-size: cover;
}
/* ---  --- */

@media only screen and (max-width: 999px) {
    .next-step-wr {
        text-align: center;
        display: block!important;
    }
    .next-step-wr > #next-step-btn {
        margin-top: -10px;
    }
}



         #headerL1Menu {list-style-type: none; list-style: none;  display: block; margin:0;padding:0;}
         #headerL1Menu li { position: relative; display: inline-block; }

@media only screen and (min-width: 62.5em) {
	 #headerL1Menu > li:last-child {float:right;}
}

         #headerL1Menu > li > a { display: inline-block; color:#fff; text-decoration:none;}
         #headerL1Menu > li > a.active, #headerL1Menu > li > a.selected, #headerL1Menu > li > a:hover { background-color: #555; }
         .menu-link-icon:after { font-size: 0.8em; content: '∨'; font-family: "tahoma"; margin-left:4px;}
         .submenu-link-icon:after { font-size: 0.8em; content: '>>'; font-family: "tahoma"; float:right;}
         .menuDrop { border: solid 1px transparent; padding: 6px 12px; }
         .menuDropContent {
         margin-top: 1px;
         position: absolute;
         z-index: 999;
         left: 0;
         width:1000px;
         }
         .menuDropContentLinksDiv {
         float: left;
         padding-top: 14px;
         padding-bottom: 14px;
         background-color: #fff;
         border-color: #e0e0e0;
         border-width:1px;
         border-style: solid solid solid solid;
         }
         .menuSubContentContainer {
         float: left;
         width: auto;
         padding-top: 14px;
         padding-bottom: 14px;
         background-color: #fff;
         border-color: #e0e0e0;
         border-width:1px;
         border-style: none solid solid none;
         }
         #headerL1Menu ul, #headerL1Menu ul li {margin:0;padding:0;}
         #headerL1Menu li ul {
         list-style: none;
         padding: 0;
         }
         #headerL1Menu li ul li a {
         padding-top: 8px;
         padding-bottom: 8px;
         padding-left: 16px;
         padding-right: 12px;
         display: block;
         cursor: pointer;
         text-decoration: none;
         color:#000;
         }
         #headerL1Menu li ul li a:hover {background-color:#666;   color:#fff;}
         #headerL1Menu li ul li.divider {height:1px; background: #c0c0c0; margin: 4px auto; width:90%;}
         #headerL1Menu li ul li {
         margin: 0;
         padding: 0;
         width: 230px;
         text-align: left;
         color: #505050;
         float: none;
         position: relative;
         display: block;
         }
         #headerL1Menu li {
         position: relative;
         display: inline-block;
         }
         #headerL1Menu a.gray {color:#666;}
         #headerL1Menu a.gray:hover {color:#fff;}
         #headerMenuMobile {height:40px;padding:5px;}
         .mobile-menu-default-image {height:28px;}
         .hide-for-sm{display:inherit !important;}
         .hide-for-lg{display:inherit !important;}

         @media screen and (min-width:1000px) {
         .hide-for-sm{display:inherit !important;}
         .hide-for-lg{display:none !important;}
         #headerMenuMobile { display: none; }
         }

         .goold {display:block;}

         @media screen and (max-width:999px) {
             .hide-for-sm{display:none !important;}
             .hide-for-lg{display:inherit !important;}
             .header-menu {position:relative !important; margin-top:-38px;}
             .menuDropContent {width:auto;}
             #headerL1Menu li ul li.divider {margin: 0; width:100%; height:0px;}
             .menu-link-icon:after { float:right; }
             .submenu-link-icon:after { content: '∨'}
             .header-menu .row {padding:0 !important; }
             #headerL1Menu { display: none; margin:0;padding:0;}
             #headerL1Menu li {float:none; display:block;}
             #headerL1Menu li a {display:block; width:100%;}
             #headerL1Menu li ul li {width:100%; border-top:1px solid #c2c2c2; background-color:#fff;}
             #headerL1Menu li ul li ul li {background-color:#e9e9e9;}
             .menuDropContent {position:relative; float:none;}
             .menuDropContentLinksDiv {float:none; padding:0;}
             .menuSubContentContainer {float:none; position:relative; padding:0;}
             .goold {display:none;}

         	#headerL1Menu * {font-size:2.2rem;}
         	body.private-page .header, body.private-page label {font-size:1.4rem !important;}
         	select,input,textarea {font-size:1.2rem;}

		body.private-page .add-advert-form-wr select, body.private-page .add-advert-form-wr input, body.private-page .add-advert-form-wr textarea
		{font-size:1.4rem; padding:0rem 0.3rem !important; height:auto !important;}

		body.private-page input[type="checkbox"] + label, body.private-page input[type="radio"] + label

		a.pform-btn, .cc-green-btn, .cc-white-btn, body.private-page .cartable2 .cartable-row-controls .ctl a, body.private-page .cartable .car-details2 .ctl a
            {font-size:1.4rem !important; padding: 0.5rem 1.0rem !important;}
            .cc-green-btn {
                padding-right: 3.28571rem !important;
            }
            .cc-disabled-btn {
                font-size: 1.4rem;
            }
		body.private-page .add-advert-form-wr .pform-tabs a {font-size:1.8rem}
		.breadcrumbs > * {font-size:1.4rem}
		body.private-page .pblock-main-advs .myadv-item {font-size:1.2rem}
		.doc-link {font-size:1.2rem}
         }




@media only screen and (max-width: 62.438em) {
    body.private-page .btn-show-export,
    body.private-page .btn-show-details {
        display: none;
    }
	body.private-page .carlist-filter-wr .carlist-filter-sub .extfilter-btn-wr
	{
		display: none;
		top:0;
	}
	body.private-page .carlist-filter-wr .carlist-filter-sub {margin-bottom:0;}
}



body.private-page .smcircle {
    margin-top: 1px;
    font-size: 0.6rem;
    display: inline-block;
    height: 14px;
    width: 14px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: gray;
}
body.private-page .helpbtn.smcircle {
    background-image: url();
}
body.private-page .header .topalert {
    background: #f7f7f7;
    border: 1px dashed #cccccc;
    border-radius: 0.21429rem;
    padding: 1rem;
    padding-top: 1rem;
    overflow: hidden;
    line-height: 1rem;
}
body.private-page ul.errors li {
    color: red;
}
body.private-page .header ul.errors {
    font-size: 0.9rem;
    color: red;
    margin: 0;
    padding: 0;
}
body.private-page .header ul.errors li {
    padding: 0;
    margin: 0;
    color: red;
    list-style: none;
}

/*jqgrid fix*/

.ui-search-table,
.ui-pg-table,
.ui-pg-table input .ui-search-table input {
    margin: 0 !important;
    background-color: inherit;
}
.ui-pg-table td,
.ui-search-table th,
.ui-search-table td {
    padding: 0.2rem;
    border: 0 !important;
}
.ui-pg-table td {
    height: 22px;
}
.ui-pg-table td:last-child,
.ui-jqgrid-htable th:last-child {
    float: none !important;
}
.ui-pg-table .ui-pg-button {
    padding: 0 !important;
}
.ui-pg-table .ui-pg-selbox {
    width: 50px !important;
    padding: 0 !important;
}
.ui-pg-table .ui-pg-input {
    width: 30px !important;
    padding: 0 !important;
    display: inline-block;
    margin: 0 !important;
}
.ui-jqgrid .ui-button {
    height: 22px;
    padding: 4px 10px !important;
    margin: 0;
    width: 100%;
}
/* --- */

.add-advert-form-wr ul.errors {
    color: coral;
    list-style: none;
    border: 1px dashed coral;
    padding: 1rem;
}
.hmenu-wr .hmenu-ulwr {
    z-index: 1;
}
.news-teaser-img-wr img {
    max-width: 170px;
}
.goold {
    position: fixed;
    right: 0;
    z-index: 997;
    height: 26px;
    background-color: #fff;
    text-align: center;
    padding-top: 6px;
    padding-right: 4px;
    padding-left: 4px;
}
.goold a {
    color: red;
}
@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
    .goold,
    .header-menu,
    .header,
    .breadcrumbs,
    .carlist-filter-wr,
    .carlist-info-row,
    .cell-controls,
    .footer,
    #gotoup-btn {
        display: none !important;
    }
}


.bigpopup .close:hover,
.bigpopup .close:focus {
    opacity: 0.5;
}
.bigpopup .close {
    font-size: 1.57143rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 10px;
    margin-top: 0rem;
    right: 0.28571rem;
    color: #333333;
    opacity: 0.3;
    text-decoration: none;
}
.bigpopup .buttons {
    text-align: right;
}
.bigpopup {
    display: none;
    border-radius: 7px;
    border: 2px solid red;
    background: #fff;
    margin: 30px auto 0;
    padding: 12px;
    position: absolute;
    width: 800px;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -40px;
    font-size: 1.2rem;
}
.bigpopup ul {
    list-style: none;
}
.bigpopup .balance span {
    color: red;
}
.mail-icon {
    display: inline-block;
    position: relative;
    top: 6px;
    left: 12px;
    width: 32px;
    height: 28px;
    background: 0 0 no-repeat url(../images/mail.png);
    background-size: cover;
}



.carlist-view-mode {display:inline-block; margin-left:0px;}
.carlist-view-mode .active .i-catalog-view {
  opacity: 1;
}
.carlist-view-mode .i-catalog-view {
  display: inline-block;
  background: url(../images/catalog-view.svg) 0 0 no-repeat;
}
.carlist-view-mode .i-catalog-view {
  vertical-align: middle;
  opacity: .5;
}
.carlist-view-mode .i-catalog-view.i-catalog-view_table {
  width: 14px;
  height: 12px;
  background-position: -34px 1px;
}
.carlist-view-mode .i-catalog-view.i-catalog-view_list {
  width: 14px;
  height: 12px;
  background-position: -16px 1px;
}
.carlist-view-mode .cc-white-btn {padding:3px 10px;}


body.private-page .carlist-filter-wr .carlist-market-info {
  background: #dbd5c3;
  border: 1px dotted #bdb6a0;
  border-radius: 3px;
  padding: 0.85714rem 0.71429rem !important;
  margin-left:0.6rem;
  margin-right:0.6rem;
}

.carlist-market-info {padding-bottom:8px !important; margin-bottom:8px !important;}
.carlist-market-info .caption {text-align:center; font-weight:bold; margin-bottom:10px;}
.carlist-market-info .market {width:216px; display:inline-block; margin-right:10px;}
.carlist-market-info .market:last-child {margin-right:0px;}

.carlist-market-info .market .title { display: block; text-align: center; margin-bottom: 4px; border-bottom: 1px dotted gray; font-size:1.07143rem;}
.carlist-market-info .market .title > span {margin-left:4px; color:#666; font-size:0.8rem;}
.carlist-market-info .market .item {display:inline-block; font-size:0.9rem; color:#666;}
.carlist-market-info .market .item > span {margin-left:4px;margin-right:6px;vertical-align:middle;}

.carlist-market-info {display:none;}
.cartable-row-export {display:none;}

body.private-page .carlist-filter-wr {padding-bottom:0;}
body.private-page .carlist-filter-wr label {margin:0;}
@media only screen and (min-width: 62.5em) {
	body.private-page .carlist-filter-wr.make-stick {top:32px;}
}

         .messages {
         display:none;
         position:absolute; z-index:10001; width:394px; min-height:100px; left:0px; margin-top:20px;
         border:1px solid #666; border-radius:4px;
         background:#999;
         }
         .messages .close {position:absolute; width:12px; height:12px; color:#ccc; cursor:pointer; top:0px; right:2px;}
         .messages .close:hover {color:#fff;}
         .messages .title {color:#fff; font-size:1.2rem; padding-left:12px; border-bottom:1px solid #fff;}
         .messages ul {padding:0; margin:0;}
         .messages ul li {padding:10px 12px; border-bottom:1px solid #ccc; color:#fff; list-style:none;}
         .messages ul li.new {color:yellow;}
         .messages ul li:last-child {border:0;}
         .messages .scrollbox {overflow:auto; max-height:300px;}

body.private-page .quality-info-caption,
body.private-page .additional-info-caption
{border-bottom:1px dotted gray; display:block; padding-bottom:2px;}

body.private-page .quality-info ul:last-child {margin-bottom:0;}
body.private-page .quality-info
{
      font-size:0.9rem;
      text-align:left;
      display: none;
      position: absolute;
      top:40px;
      right: 0rem;
      background: #ebebeb;
      width: 31.42857rem;
      padding: 0.85714rem 1.14286rem;
      border-radius: 3px;
      -webkit-box-shadow: 0 0 6px #666666;
      -ms-box-shadow: 0 0 6px #666666;
      -moz-box-shadow: 0 0 6px #666666;
      -o-box-shadow: 0 0 6px #666666;
      box-shadow: 0 0 6px #666666;
      z-index: 1;
}

.restchecks {padding:6px; border:1px dotted #666; display:inline-block;}
.restchecks span {font-weight:bold;}
.checkarchive-lnk {display:inline-block; padding-top:12px}

table th a, table th a:active, table th a:hover {color:black; text-decoration:none; display:inline-block;}
table th a.desc:after,
table th a.ask:after {
        content: ' ';
        display: block;
        width: 12px;
        height: 7px;
        background: -40px -507px no-repeat url(../images/sprite.png);
	margin-left:4px;
	display:inline-block;
    }
table th a.desc:before { background-position: -40px -514px;}


@media only screen and (min-width: 62.5em) {
	.car-actions-3 {position:relative; margin-top:-30px;}
}
@media only screen and (max-width: 62em) {
	.car-actions-3 {margin-bottom:10px; margin-right:10px;}
	body.private-page .cc-search-btn {margin-bottom:10px;}
}

