html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html,
body {
    min-width: 320px;
    min-height: 100%;
}
body {
    position: relative;
    background: #fff;
    font-family: "MuseoSansCyrl";
    font-size: 16px;
    color: #333;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    outline: none;
    max-height: 999999px;
}
img {
    border: none;
    vertical-align: top;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,
textarea,
select,
button {
    font-family: "MuseoSansCyrl";
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button {
    *overflow: visible;
}
label {
    cursor: pointer;
}
a {
    color: #4785b0;
}
a:hover {
    text-decoration: none;
}
.clear_fix {
    clear: both;
    display: block;
    height: 0;
}
.hidden {
    display: none;
}
.wrapper {
    position: relative;
    min-width: 290px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.viewport-wrapper {
    position: relative;
    min-width: 320px;
    overflow: hidden;
    min-height: 100vh;
}
H1,
H2,
H3,
H4,
H5 {
    margin: 0;
    padding: 0;
    line-height: 1;
}
H1 {
    font-size: 26px;
    color: #4e5355;
    font-weight: 400;
}
H2 {
}
H3 {
}
H4 {
    font-size: 22px;
    color: #4e5355;
    font-weight: 400;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="number"],
textarea,
select {
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    color: #8b9497;
}
input[type="text"],
input[type="date"],
input[type="number"],
input[type="password"],
select {
    height: 56px;
    padding: 0 20px;
    text-overflow: ellipsis;
}
select {
    width: 100%;
}
textarea {
    overflow: auto;
    resize: none;
    vertical-align: top;
    padding: 15px 20px;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="password"]:focus {
    border: 2px solid #a8d4ee;
}
::-webkit-input-placeholder {
    color: #8b9497;
}
:-moz-placeholder {
    color: #8b9497;
}
::-moz-placeholder {
    color: #8b9497;
}
:-ms-input-placeholder {
    color: #8b9497;
}
button {
    height: 56px;
    border-radius: 4px;
    background: #4785b0;
    cursor: pointer;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
a.button {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    border: 2px solid #a8d4ee;
    border-radius: 4px;
    color: #4785b0;
    text-decoration: none;
    text-align: center;
}
a.button:hover {
    background: #4785b0;
    border-color: #4785b0;
    color: #fff;
}
button.ui-datepicker-trigger {
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -12px;
    width: 24px !important;
    height: 23px;
    padding: 0;
    background: url(/Content/i/sprite.png) -30px -30px no-repeat !important;
}
.ui-selectmenu-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    height: 56px;
    line-height: 52px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    border: 2px solid #e5e5e5;
    text-decoration: none;
    white-space: nowrap;
    color: #8b9497;
}
.ui-selectmenu-text {
    position: relative;
    margin: 0 40px 0 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-icon {
    display: block;
    background: url(/Content/i/sprite.png) -260px -50px no-repeat;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4.5px;
    opacity: 0.5;
}
.ui-selectmenu-menu {
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    display: none;
    z-index: 99999 !important;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-menu ul {
    position: relative;
    margin: 5px 0 0;
    max-height: 340px;
    overflow: auto;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.26);
    border-radius: 4px;
}
.ui-selectmenu-menu ul li {
    position: relative;
    margin: 0;
    padding: 0;
}
.ui-selectmenu-menu ul li div {
    padding: 12px 20px;
    cursor: pointer;
    color: #b0b7b9;
    font-size: 15px;
}
.ui-selectmenu-menu ul li div:hover {
    background: #e3f1fb;
    color: #2d6a95;
}
.ui-selectmenu-menu ul li div.ui-state-active {
    background: #e3f1fb;
    color: #2d6a95;
}
.ui-datepicker {
    width: 280px;
    padding: 15px 10px 10px;
    height: auto;
    margin: 10px auto 0;
    background: #fff;
    display: none;
    z-index: 9999 !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.19);
}
.ui-datepicker a {
    text-decoration: none;
}
.ui-datepicker table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}
.ui-datepicker-header {
    padding-bottom: 10px;
    color: #8b9497;
    font-size: 16px;
}
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    position: relative;
    top: 4px;
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 13px;
    text-align: center;
    cursor: pointer;
    background-image: url(/Content/i/sprite.png);
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}
.ui-datepicker-prev {
    float: left;
    background-position: -560px -0;
    margin-left: 10px;
}
.ui-datepicker-next {
    float: right;
    background-position: -570px -0;
    margin-right: 10px;
}
.ui-datepicker thead {
}
.ui-datepicker th {
    padding: 0;
    height: 30px;
    vertical-align: middle;
    color: #4e5355;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.ui-datepicker tbody td {
    padding: 2px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #4e5355;
    font-size: 16px;
}
.ui-datepicker-calendar .ui-state-default {
}
.ui-datepicker-calendar .ui-state-hover {
    background: #e1f1fb;
    color: #4785b0;
}
.ui-datepicker-calendar .ui-state-active {
    background: #e1f1fb;
    color: #4785b0;
}
.ui-datepicker-unselectable .ui-state-default {
    color: #b8c1c4;
}
.jq-checkbox {
    position: relative;
    top: -2px;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    width: 22px;
    height: 22px;
}
.jq-checkbox.checked:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -490px -0 no-repeat;
    width: 16px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -8px;
}
.title-box {
    text-align: center;
}
.title-box .title {
    font-size: 26px;
    font-weight: 400;
    color: #4e5355;
    line-height: 1;
}
.title-box .title:after {
    display: block;
    content: "";
    position: relative;
    width: 50px;
    height: 2px;
    background: #a8d4ee;
    margin: 15px auto 0;
}
.title-box .text {
    position: relative;
    margin: 27px auto 0;
    max-width: 540px;
    font-size: 18px;
    line-height: 24px;
}
.text-box {
    line-height: 24px;
}
.text-box p {
    padding: 0 0 25px;
}
.text-box p.pb-15 {
    padding-bottom: 15px;
}
.text-box p.pb-20 {
    padding-bottom: 20px;
}
.text-box p.pb-40 {
    padding-bottom: 40px;
}
.text-box blockquote {
    background: #e6f3fb;
    padding: 30px 40px;
    margin: 10px 0 35px;
    font-size: 17px;
    color: #2d6a95;
    line-height: 24px;
}
.text-box blockquote.red {
    background: #fcdfdf;
    color: #f06060;
}
.text-box blockquote.red a {
    color: #4e5355;
}
.text-box blockquote small {
    display: block;
    border-top: 1px solid #d4e6f2;
    margin-top: 15px;
    padding-top: 12px;
    font-size: 13px;
    color: #87adc7;
}
.text-box ul {
    margin-left: 30px;
}
.text-box ul li {
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
}
.text-box ul.small li {
    margin-top: 5px;
}
.text-box ul li:first-child {
    margin-top: 0;
}
.text-box ul li:after {
    display: block;
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
}
.text-box ul.bull {
    margin-left: 36px;
}
.text-box ul.bull li {
    padding-left: 36px;
}
.text-box ul.bull li:after {
    content: "•";
}
.text-box ul.project {
    margin-left: 40px;
}
.text-box ul.project li {
    padding-left: 34px;
}
.text-box ul.project li:after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(/Content/i/sprite.png) -430px 0 no-repeat;
}
.text-box ol {
    margin-left: 30px;
    list-style-type: none;
    counter-reset: ol-counter;
}
.text-box ol li {
    position: relative;
    padding: 0 0 0 36px;
    margin-top: 15px;
}
.text-box ol li:first-child {
    margin-top: 0;
}
.text-box ol li:before {
    content: counter(ol-counter);
    counter-increment: ol-counter;
    position: absolute;
    left: 0;
    top: 0;
}
.text-box .inline {
    position: relative;
    margin-top: 45px;
}
.text-box .inline:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.text-box .inline .col {
    width: 43%;
    float: left;
    margin-right: 7%;
}
.text-box .inline .item {
    margin-top: 55px;
}
.text-box .inline .item:first-child {
    margin-top: 0;
}
.text-box .inline .title {
    margin-bottom: 20px;
    color: #4e5355;
}
.text-box p:last-child {
    padding-bottom: 0;
}
.text-box blockquote:first-child {
    margin-top: 0;
}
.text-box blockquote:last-child {
    margin-bottom: 0;
}
.text-box .tab {
    position: relative;
    margin-bottom: 30px;
    line-height: 1;
    font-size: 16px;
}
.text-box .tab:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.text-box .tab div {
    float: left;
    margin: 0 40px 20px 0;
}
.text-box .tab div:last-child {
    margin-right: 0;
}
.text-box .tab div a {
    text-decoration: none;
}
.text-box .tab div a:hover {
    text-decoration: underline;
}
.text-box .tab-2 div a {
    border-bottom: 1px dashed currentColor;
}
.text-box .tab-2 div a:hover {
    border-color: transparent;
    text-decoration: none;
}
.text-box .bt {
    text-align: center;
}
.text-box .bt a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 280px;
    padding: 0 10px;
    overflow: hidden;
    background: #4785b0;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
.text-box .bt a span {
    display: table-cell;
    vertical-align: middle;
    width: 999px;
    height: 57px;
    text-align: center;
}
.text-black {
    color: #4e5355;
}
.text-blue {
    color: #4785b0;
}
.slick-list {
    position: relative;
    overflow: hidden;
}
.slick-track {
    position: relative;
}
.navigation {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.navigation a {
    color: #fff;
    text-decoration: none;
}
.navigation a:hover {
    text-decoration: underline;
}
.navigation a:last-child {
    color: #c5e2f7;
    text-decoration: none;
}
.pagination {
    text-align: center;
}
.pagination a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 2px solid transparent;
    color: #4785b0;
    text-decoration: none;
}
.pagination a.active {
    border-color: #a8d4ee;
}
.pagination span {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    height: 44px;
    line-height: 44px;
    color: #4785b0;
}
.top-box {
    position: relative;
    min-width: 290px;
    padding: 0 15px;
    background-image: url(/Content/i/top-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.top-box .table {
    display: table-cell;
    width: 999999px;
    height: 240px;
    vertical-align: middle;
    text-align: center;
}
.top-box .title {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}
.top-box .title:after {
    display: block;
    content: "";
    position: relative;
    width: 50px;
    height: 2px;
    background: #a8d4ee;
    margin: 17px auto 0;
}
.top-box .navigation {
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding-top: 20px;
}
.tab-box {
    position: relative;
    margin-bottom: 30px;
    z-index: 200;
}
.tab-box:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.tab-box ul {
    position: relative;
    float: right;
}
.tab-box ul:first-child {
    float: left;
}
.tab-box ul:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.tab-box li {
    float: left;
    margin: 0 5px 10px 0;
}
.tab-box li:last-child {
    margin-right: 0;
}
.tab-box li a {
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    color: #4785b0;
    text-decoration: none;
}
.tab-box li.active a {
    background: #ececec;
    color: #8b9497;
}
.tab-box .level {
    display: none;
    margin-bottom: 7px;
    font-size: 9px;
    color: #4e5355;
    text-transform: uppercase;
}
.tab-box .value {
    display: none;
    position: relative;
    cursor: pointer;
    height: 52px;
    line-height: 52px;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    color: #2d6a95;
}
.tab-box .value:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -260px -50px no-repeat;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4.5px;
    opacity: 0.5;
}
.tab-box .value span {
    position: relative;
    display: block;
    margin: 0 30px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dib {
    display: inline-block;
    vertical-align: baseline;
}
.site-header {
    position: relative;
    min-width: 320px;
    z-index: 250;
}
.site-header .alert {
    position: relative;
    min-width: 320px;
    background: #4785b0;
}
.site-header .alert .cont {
    display: table-cell;
    vertical-align: middle;
    width: 9999px;
    height: 40px;
    text-align: center;
}
.site-header .alert .text {
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.site-header .alert .text a {
    color: #fff;
    text-decoration: none;
}
.site-header .alert .bt {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 15px;
}
.site-header .alert .bt a {
    display: block;
    width: 104px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    background: #66a3c6;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
.site-header .alert .bt a:hover {
    background: #fff;
    color: #4785b0;
}
.site-header .alert a.close {
    display: block;
    background: url(/Content/i/sprite.png) -128px -0 no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}
.site-header .top {
    position: relative;
    min-width: 320px;
    background: #fff;
    z-index: 250;
    padding: 10px 0;
}
.site-header .top:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.site-header .bookm {
    float: left;
}
.site-header .bookm a {
    position: relative;
    display: block;
    padding: 0 20px 0 48px;
    line-height: 41px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}
.site-header .bookm a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) no-repeat;
    width: 20px;
    height: 19px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
}
.site-header .info {
    float: left;
    border-left: 1px solid #37393a;
}
.site-header .info > ul {
    position: relative;
}
.site-header .info > ul:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.site-header .info > ul > li {
    position: relative;
    float: left;
    padding-left: 25px;
}
.site-header .info > ul > li > a {
    position: relative;
    display: block;
    line-height: 41px;
    font-size: 15px;
    color: #b0b7b9;
    text-decoration: none;
}
.site-header .info > ul > li:hover > a {
    color: #fff;
}
.site-header .info > ul > li.list > a {
    padding-right: 18px;
}
.site-header .info > ul > li.list > a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -24px -0 no-repeat;
    width: 10px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
}
.site-header .info > ul > li.list:hover > a:after {
    background-position: -24px -10px;
}
.site-header .info > ul > li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #222;
    width: 255px;
    padding: 20px 25px 30px;
    box-sizing: border-box;
    font-size: 15px;
}
.site-header .info > ul > li li {
    margin-top: 23px;
}
.site-header .info > ul > li li:first-child {
    margin-top: 0;
}
.site-header .info > ul > li li a {
    color: #b0b7b9;
    text-decoration: none;
}
.site-header .info > ul > li li a:hover {
    color: #fff;
}
.site-header .phone-gen {
    position: relative;
    float: right;
    margin-right: 25px;
    padding-left: 30px;
}
.site-header .phone-gen:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -38px -0 no-repeat;
    width: 18px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.site-header .phone-gen a {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 41px;
    color: #4785b0;
    text-decoration: none;
}
.site-header .phone-gen span {
    display: block;
    float: left;
    margin-left: 15px;
    line-height: 41px;
    font-size: 14px;
    color: #222;
}
.site-header .mid {
    position: relative;
    min-width: 320px;
    height: 115px;
    background: #ececec;
}
.site-header .mid:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.site-header .logo {
    margin: 0 0 0 39px;
    float: left;
    width: 296px;
}
.site-header .city {
    float: left;
    margin-top: 50px;
    width: 192px;
}
.site-header .city a {
    color: #4785b0;
    text-decoration: none;
    border-bottom: 1px dashed currentColor;
}
.site-header .city a:hover {
    border-color: transparent;
}
.site-header .pc {
    position: relative;
    margin-top: 48px;
    float: left;
}
.site-header .pc:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.site-header .pc .item {
    position: relative;
    float: left;
    padding-left: 32px;
    margin-left: 35px;
}
.site-header .pc .item:first-child {
    margin-left: 0;
}
.site-header .pc .item:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -60px -0 no-repeat;
    width: 20px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
}
.site-header .pc .phone {
    line-height: 1;
    font-size: 20px;
}
.site-header .pc .phone a {
    color: #4e5355;
    text-decoration: none;
}
.site-header .pc .callback {
}
.site-header .pc .callback a {
    color: #4785b0;
    text-decoration: none;
    border-bottom: 1px dashed currentColor;
}
.site-header .pc .callback a:hover {
    border-color: transparent;
}
.site-header .pc .text {
    font-size: 14px;
}
.site-header .r {
    float: right;
}
.site-header .login {
    margin-top: 49px;
    float: left;
}
.site-header .login a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 32px;
    color: #8b9497;
    text-decoration: none;
}
.site-header .login a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -84px -0 no-repeat;
    width: 18px;
    height: 17px;
    position: absolute;
    left: 0;
    top: -1px;
}
.site-header .search {
    margin: 26px 38px 0 30px;
    float: left;
    width: 260px;
}
.site-header .search .bt {
    display: none;
}
.site-header .search .bt a {
    position: relative;
    display: block;
    width: 33px;
    height: 33px;
    border: 2px solid #b2b4b5;
    border-radius: 4px;
}
.site-header .search .bt a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -560px -40px no-repeat;
    width: 18px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8.5px 0 0 -9px;
}
.site-header .search .form {
    position: relative;
}
.site-header .search .form input[type="text"] {
    width: 100%;
    height: 44px;
    background: #fff;
    border: 0;
    padding: 0 0 0 20px;
    border-radius: 4px;
    font-size: 14px;
    color: #8b9497;
}
.site-header .search .form button {
    width: 17px;
    height: 17px;
    border: 0;
    padding: 0;
    border-radius: 0;
    background: url(/Content/i/sprite.png) -106px 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 14px;
}
.site-header .search .link {
    margin: 7px 0 0 2px;
    font-size: 14px;
}
.site-header .search .link a {
    color: #4785b0;
    text-decoration: none;
    border-bottom: 1px dashed currentColor;
}
.site-header .search .link a:hover {
    border-color: transparent;
}
.site-header .menu {
    position: relative;
    min-width: 320px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}
.site-header .menu .bt {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 100%;
    margin-bottom: 46px;
    border-radius: 4px;
    padding: 0 47px 0 15px;
    background: #4685b0;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.site-header .menu .bt:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -560px -20px no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -7.5px;
}
.site-header .menu .bt span {
    display: none;
}
.site-header .menu ul {
    display: table;
    width: 100%;
}
.site-header .menu li {
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #4785b0;
    background: #2d6a95;
}
.site-header .menu li:first-child {
    border-left: 0;
}
.site-header .menu li a {
    display: table-cell;
    width: 999px;
    height: 58px;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.site-header .menu li a:hover {
    background: #f06060;
    color: #fff;
}
.site-header .menu li.order a {
    background: #f06060;
    color: #fff;
}
.site-body {
    margin-top: 60px;
    margin-bottom: 100px;
}
.banner-main {
    position: relative;
    min-width: 320px;
        flex-grow: 1;
        background: url("/Content/i/bg-header.jpg");
    background-size: cover;
    background-position: center;
}
.banner-main .top .wrapper {
    max-width: 1010px;
    margin: 0 0 0 20%;
    padding-top: 30px;
}
.banner-main .title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.banner-main .text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.4;
    color: #333;
    text-align: center;
}
.banner-main .form {
    position: relative;
    margin-top: 37px;
}
.banner-main .form:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.banner-main .form .item {
    width: 24%;
    float: left;
    margin-left: 1.333%;
}
.banner-main .form .item:first-child {
    margin-left: 0;
}
.banner-main .form .level {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 5px;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
}
.banner-main .form .value {
}
.banner-main .form select {
    width: 100%;
    height: 56px;
    border: 0;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 16px;
    color: #8b9497;
}
.banner-main .form .ui-selectmenu-button {
    width: 100%;
    border-color: transparent;
}
.banner-main .form input[type="text"] {
    width: 100%;
    height: 56px;
    border: 0;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 16px;
    color: #8b9497;
}
.banner-main .form button {
    background: #f06060;
    width: 100%;
    height: 56px;
    border: 0;
    padding: 0;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.banner-main .form button:hover {
    background: #d978ab;
}
.banner-main .menu {
    background: #2d6a95;
}
.banner-main .menu ul {
    display: table;
    width: 100%;
}
.banner-main .menu li {
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #40779e;
}
.banner-main .menu li:first-child {
    border-left: 0;
}
.banner-main .menu li a {
    display: table-cell;
    width: 999px;
    padding: 0 10px;
    height: 56px;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.banner-main .menu li a:hover {
    background: #cde6f7;
    color: #4785b0;
}
.banner-main .menu li.sel {
    border-left: 0;
}
.banner-main .menu li.sel a {
    background: #f06060;
    color: #fff;
}
.banner-main .menu li.sel a:hover {
    background: #d64141;
}
.banner-main .menu-mob {
    position: relative;
    padding-right: 196px;
    background: #2d6a95;
    display: none;
}
.banner-main .menu-mob .bt {
    cursor: pointer;
    position: relative;
    cursor: pointer;
    padding: 0 0 0 15px;
    height: 57px;
    line-height: 57px;
    color: #fff;
    font-size: 18px;
}
.banner-main .menu-mob .bt:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -580px -24px no-repeat;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -4.5px;
}
.banner-main .menu-mob ul {
    display: none;
}
.banner-main .menu-mob .quickly {
    position: absolute;
    right: 0;
    top: 0;
    width: 196px;
}
.banner-main .menu-mob .quickly a {
    display: block;
    background: #d64141;
    height: 57px;
    line-height: 57px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.service-item {
    position: relative;
    width: 378px;
    padding-bottom: 50px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
    text-align: center;
}
.service-item .icon {
    display: table-cell;
    width: 999px;
    height: 110px;
    vertical-align: middle;
    text-align: center;
}
.service-item .title {
    margin-bottom: 17px;
    font-size: 20px;
    color: #4e5355;
}
.service-item .info {
    margin-bottom: 25px;
}
.service-item .info .inner {
    position: relative;
    border: 1px solid #e6e7e8;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
}
.service-item .info .inner:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.service-item .info .inner > * {
    float: left;
    border-left: 1px solid #e6e7e8;
    padding: 0 10px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    font-weight: 700;
    color: #4e5355;
}
.service-item .info .inner > *:first-child {
    border-left: 0;
}
.service-item .text {
    margin: 0 30px;
    line-height: 24px;
}
.service-item .bt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 47px;
}
.service-item .bt a {
    width: 196px;
}
.mb20 {
    margin-bottom: 20px !important;
}
.service-main .list {
    position: relative;
    margin-top: 65px;
}
.service-main .content {
    position: relative;
}
.service-main .content:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.service-main .service-item {
    margin: 0 33px 33px 0;
}
.service-main .service-item:nth-child(3n + 3) {
    margin-right: 0;
}
.service-main .arr-l,
.service-main .arr-r {
    display: none !important;
    width: 42px;
    height: 140px;
    cursor: pointer;
    background: #fff;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -70px;
}
.service-main .arr-r {
    left: auto;
    right: 0;
    border-radius: 4px 0 0 4px;
}
.service-main .arr-l:after,
.service-main .arr-r:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -430px -36px no-repeat;
    width: 13px;
    height: 23px;
    position: absolute;
    left: 11px;
    top: 50%;
    margin-top: -12px;
}
.service-main .arr-r:after {
    background-position: -446px -36px;
    left: 18px;
}
.service-list {
    position: relative;
}
.service-list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.service-list .service-item {
    margin: 0 33px 33px 0;
}
.service-list .service-item:nth-child(3n + 3) {
    margin-right: 0;
}
.service-item {
}
.service-list {
    display: flex;
    flex-wrap: wrap;
}
.slider-prs {
    position: relative;
    min-width: 320px;
    padding: 80px 0 0;
    background: #fff;
}
.slider-prs .slider {
    position: relative;
}
.slider-prs .list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.slider-prs .item {
    position: relative;
    width: 386px;
    float: left;
    padding-bottom: 50px;
    margin: 38px 7px 125px;
    text-align: center;
}
.slider-prs .item:hover {
    background: #fff;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
}
.slider-prs .item .icon {
    display: table-cell;
    width: 999px;
    height: 230px;
    vertical-align: middle;
    text-align: center;
}
.slider-prs .item .title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #4e5355;
}
.slider-prs .item .text {
    margin: 0 27px;
}
.slider-prs .arr-l,
.slider-prs .arr-r {
    width: 42px;
    height: 142px;
    cursor: pointer;
    background: #fff;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
    position: absolute;
    left: 0;
    top: 156px;
}
.slider-prs .arr-r {
    left: auto;
    right: 0;
    border-radius: 4px 0 0 4px;
}
.slider-prs .arr-l:after,
.slider-prs .arr-r:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -150px -0 no-repeat;
    width: 13px;
    height: 23px;
    position: absolute;
    left: 11px;
    top: 50%;
    margin-top: -12px;
}
.slider-prs .arr-r:after {
    background-position: -170px 0;
    left: 18px;
}
.slider-prs .page {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 61px;
    height: 12px;
    z-index: 10;
    text-align: center;
}
.slider-prs .page li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 7px;
    background: #c8c8c8;
}
.slider-prs .page li:hover {
    background: #a5a5a5;
}
.slider-prs .page li.slick-active {
    background: none;
    border: 2px solid #66a3c6;
}
.slider-prs .page li * {
    display: none;
}
.news-item {
    position: relative;
    width: 380px;
    padding-left: 70px;
    box-sizing: border-box;
}
.news-item .date {
    width: 50px;
    padding: 2px 0 4px;
    background: #79b4dd;
    border-top: 6px solid #4785b0;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
.news-item .date span {
    display: block;
    font-size: 25px;
}
.news-item .text {
    line-height: 24px;
}
.news-item .more {
    margin-top: 20px;
    font-size: 16px;
}
.news-item .more a {
    position: relative;
    padding-right: 26px;
    color: #4785b0;
    text-decoration: none;
}
.news-item .more a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -240px -0 no-repeat;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 5px;
}
.news-main {
    position: relative;
    min-width: 320px;
    padding: 63px 0 71px;
    background: #f4f4f4;
}
.news-main .list {
    position: relative;
}
.news-main .list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.news-main .news-item {
    margin: 60px 30px 0 0;
    float: left;
}
.news-main .news-item:nth-child(3n + 3) {
    margin-right: 0;
}
.news-main .all {
    margin-top: 80px;
    text-align: center;
}
.news-main .all a {
    width: 196px;
}
.news-list {
    position: relative;
}
.news-list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.news-list .news-item {
    float: left;
    margin: 0 30px 90px 0;
}
.news-list .news-item:nth-child(3n + 3) {
    margin-right: 0;
}
.news-list .news-item:nth-child(3n + 4) {
    clear: both;
}
.news-pg {
    position: relative;
}
.news-pg:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.news-view {
    position: relative;
    float: left;
    margin-right: -285px;
    width: 100%;
}
.news-view .content {
    margin-right: 285px;
    padding-right: 70px;
}
.news-view .title {
    margin-bottom: 27px;
    font-size: 28px;
    color: #4e5355;
    font-weight: 400;
    line-height: 1;
}
.news-view .dv {
    position: relative;
    margin-bottom: 35px;
}
.news-view .dv:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.news-view .date {
    float: left;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    background: #79b4dd;
    border-left: 6px solid #4785b0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.news-view .view {
    position: relative;
    padding-left: 28px;
    float: right;
    line-height: 32px;
    font-size: 15px;
    color: #2d6a95;
}
.news-view .view:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -0 -30px no-repeat;
    width: 20px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 9px;
}
.news-view .text-box {
    margin-bottom: 70px;
}
.news-view .share {
    margin-bottom: 60px;
    text-align: right;
}
.news-view .share .level {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.news-view .share .value {
    display: inline-block;
    vertical-align: middle;
}
.news-view .share .value:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.news-view .share a {
    display: block;
    margin-right: 15px;
    float: left;
    text-decoration: none;
}
.news-view .share a:last-child {
    margin-right: 0;
}
.news-view .share a:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: url(/Content/i/sprite.png) -300px 0 no-repeat;
    width: 10px;
    height: 17px;
}
.news-view .share a.fb:hover:before {
    background-position: -300px -20px;
}
.news-view .share a.tw:before {
    width: 22px;
    height: 16px;
    background-position: -314px 0;
}
.news-view .share a.tw:hover:before {
    background-position: -314px -20px;
}
.news-view .share a.gp:before {
    width: 26px;
    height: 17px;
    background-position: -340px 0;
}
.news-view .share a.gp:hover:before {
    background-position: -340px -20px;
}
.news-view .share a.vk:before {
    width: 13px;
    height: 15px;
    background-position: -370px 0;
}
.news-view .share a.vk:hover:before {
    background-position: -370px -20px;
}
.news-view .share a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    min-width: 32px;
    padding: 0 7px;
    height: 17px;
    line-height: 17px;
    background: #ededed;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 700;
    color: #949494;
    text-align: center;
}
.news-view .share a:hover span {
    color: #595959;
}
.news-view .back {
}
.news-view .back a {
    position: relative;
    padding: 0 30px 0 54px;
}
.news-view .back a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -240px -14px no-repeat;
    width: 17px;
    height: 11px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -5.5px;
}
.news-view .back a:hover:after {
    background-position: -240px -28px;
}
.news-other {
    position: relative;
    width: 285px;
    float: right;
}
.news-other .subtitle {
    margin-bottom: 40px;
    font-size: 22px;
    color: #4e5355;
    font-weight: 400;
    line-height: 1;
}
.news-other ul {
}
.news-other li {
    margin-top: 45px;
}
.news-other li:first-child {
    margin-top: 0;
}
.news-other li .date {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 17px;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    background: #79b4dd;
    border-left: 6px solid #4785b0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.news-other li .title {
    margin-bottom: 17px;
    color: #4e5355;
    font-weight: 700;
}
.news-other li .text {
    margin-bottom: 17px;
    line-height: 24px;
}
.news-other li .more {
}
.news-other li .more a {
    position: relative;
    padding-right: 26px;
    color: #4785b0;
    text-decoration: none;
}
.news-other li .more a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -240px -0 no-repeat;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 5px;
}
.blog-item {
    padding: 30px 0 45px;
    width: 378px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
}
.blog-item .inner {
    padding: 0 38px;
}
.blog-item .date {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
}
.blog-item .title {
    margin-bottom: 15px;
    font-weight: 700;
    color: #4e5355;
    font-size: 16px;
}
.blog-item .text {
    line-height: 24px;
}
.blog-item .more {
    margin-top: 15px;
}
.blog-item .more a {
    position: relative;
    padding-right: 26px;
    color: #4785b0;
    text-decoration: none;
}
.blog-item .more a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -240px -0 no-repeat;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 5px;
}
.blog-main {
    margin-top: 80px;
    margin-bottom: 80px;
}
.blog-main .list {
    position: relative;
}
.blog-main .list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.blog-main .blog-item {
    margin: 43px 33px 0 0;
    float: left;
}
.blog-main .blog-item:nth-child(3n + 3) {
    margin-right: 0;
}
.blog-main .all {
    margin-top: 45px;
    text-align: center;
}
.blog-main .all a {
    width: 196px;
}
.blog-list {
    position: relative;
    margin-bottom: 37px;
}
.blog-list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.blog-list .blog-item {
    margin: 0 33px 33px 0;
    float: left;
}
.blog-list .blog-item:nth-child(3n + 3) {
    margin-right: 0;
}
.blog-pg {
    position: relative;
}
.blog-pg:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.blog-view {
    float: left;
    margin-right: -285px;
    width: 100%;
}
.blog-view .content {
    margin-right: 285px;
    padding-right: 70px;
}
.blog-view .title {
    margin-bottom: 35px;
    font-size: 28px;
    color: #4e5355;
    font-weight: 400;
    line-height: 1;
}
.blog-view .date {
    margin-bottom: 35px;
    font-size: 14px;
    font-weight: 700;
}
.blog-view .text-box {
    margin-bottom: 70px;
}
.blog-view .back {
}
.blog-view .back a {
    position: relative;
    padding: 0 30px 0 54px;
}
.blog-view .back a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -240px -14px no-repeat;
    width: 17px;
    height: 11px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -5.5px;
}
.blog-view .back a:hover:after {
    background-position: -240px -28px;
}
.blog-other {
    width: 285px;
    float: right;
}
.blog-other .subtitle {
    margin-bottom: 35px;
    font-size: 22px;
    color: #4e5355;
    font-weight: 400;
    line-height: 1;
}
.blog-other ul {
}
.blog-other li {
    margin-top: 55px;
}
.blog-other li:first-child {
    margin-top: 0;
}
.blog-other li .date {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
}
.blog-other li .title {
    margin-bottom: 15px;
    font-weight: 700;
    color: #4e5355;
}
.blog-other li .text {
    margin-bottom: 17px;
    line-height: 24px;
}
.blog-other li .more {
}
.blog-other li .more a {
    position: relative;
    padding-right: 26px;
    color: #4785b0;
    text-decoration: none;
}
.blog-other li .more a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -240px -0 no-repeat;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 5px;
}
.inform-about-main {
    position: relative;
    min-width: 320px;
    padding: 40px 0 40px;
    background: #fff;
}
.inform-about-main .intro {
    position: relative;
    max-width: 920px;
    margin: 30px auto 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.inform-about-main .list {
    position: relative;
    line-height: 24px;
    margin-top: 30px;
}
.inform-about-main .list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.inform-about-main .list ul {
    width: 48%;
    float: right;
}
.inform-about-main .list ul:first-child {
    float: left;
}
.inform-about-main .list li {
    position: relative;
    padding-left: 60px;
    margin-top: 25px;
}
.inform-about-main .list li:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -260px -0 no-repeat;
    width: 35px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
}
.inform-about-main .bt {
    margin-top: 60px;
    text-align: center;
    width: 100%;
}
.inform-about-main .bt a {
    width: 196px;
    margin: 0 16px;
}
.inform-box {
    margin-top: 70px;
    margin-bottom: 80px;
    max-width: 1120px;
}
.inform-box .intro {
    position: relative;
    max-width: 1060px;
    margin: 25px auto 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.inform-box .list {
    position: relative;
    line-height: 24px;
    margin-top: 30px;
}
.inform-box .list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.inform-box .item {
    float: right;
    width: 45%;
}
.inform-box .item:first-child {
    float: left;
}
.inform-box li {
    margin-top: 25px;
}
.inform-box .sign {
    border-top: 1px solid #e5eaea;
    margin-top: 35px;
    padding-top: 27px;
    font-size: 15px;
    line-height: 18px;
    color: #b6bbbd;
}
.inform-msk {
    margin-top: 65px;
}
.inform-msk .title {
    position: relative;
    margin-bottom: 40px;
    padding-left: 56px;
    font-size: 22px;
    color: #4e5355;
    font-weight: 400;
    line-height: 1;
}
.inform-msk .title:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -390px -0 no-repeat;
    width: 34px;
    height: 40px;
    position: absolute;
    left: 0;
    top: -8px;
}
.inform-contacts {
    position: relative;
}
.inform-contacts:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.inform-contacts .item {
    width: 42%;
    float: left;
    margin: 0 8% 70px 0;
}
.inform-contacts .item {
}
.inform-contacts .item:nth-child(2n + 3) {
    clear: both;
}
.inform-contacts .item .name {
    margin-bottom: 25px;
    font-size: 20px;
    color: #4e5355;
}
.inform-contacts .item .text-box {
}
.inform-guar {
    position: relative;
    margin-top: 60px;
}
.inform-guar ul {
    width: 47%;
    float: right;
    line-height: 24px;
}
.inform-guar ul:first-child {
    float: left;
}
.inform-guar li {
    position: relative;
    padding-left: 60px;
    margin-top: 25px;
}
.inform-guar li:first-child {
    margin-top: 0;
}
.inform-guar li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #79b4dd;
    border-radius: 20px;
    font-size: 18px;
    color: #79b4dd;
    text-align: center;
}
.inform-guar .bt {
    margin-top: 50px;
    text-align: center;
}
.inform-guar .bt a {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    height: 57px;
    line-height: 57px;
    background: #f06060;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.inform-consl {
}
.inform-consl .subtitle {
    font-size: 22px;
    color: #4e5355;
    line-height: 1;
    font-weight: 400;
}
.inform-consl .intro {
    margin-top: 25px;
}
.inform-consl ul {
    position: relative;
}
.inform-consl ul:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.inform-consl ul li {
    position: relative;
    padding: 0 10px 0 30px;
    margin: 40px 0 0 0;
    float: left;
    width: 25%;
    box-sizing: border-box;
}
.inform-consl ul li:nth-child(4n + 4) {
    margin-right: 0;
    padding-right: 0;
}
.inform-consl ul li:nth-child(4n + 5) {
    clear: both;
}
.inform-consl ul li:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -110px -30px no-repeat;
    width: 14px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.inform-consl ul li.icq:after {
    width: 22px;
    height: 22px;
    background-position: -130px -30px;
}
.inform-consl ul li .level {
    margin-bottom: 5px;
    color: #4e5355;
}
.inform-consl ul li .value {
}
.inform-consl ul.w2 li {
    width: 50%;
}
.inform-consl ul.w2 li:nth-child(4n + 4) {
    margin-right: 0;
    padding-right: 10px;
}
.inform-consl ul.w2 li:nth-child(2n + 2) {
    margin-right: 0;
    padding-right: 0;
}
.inform-consl ul.w2 li:nth-child(4n + 5) {
    clear: none;
}
.inform-consl ul.w2 li:nth-child(2n + 3) {
    clear: both;
}
.inform-section {
    position: relative;
    min-width: 320px;
    padding: 60px 0;
    background: #f4f4f4;
}
.inform-section .list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.inform-section .item {
    background: #fff;
    width: 378px;
    float: left;
    margin: 10px 15px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
    padding-bottom: 20px;
}
.inform-section .item a {
    position: relative;
    overflow: hidden;
    display: block;
    height: 344px;
    text-decoration: none;
    text-align: center;
}
.inform-section .item a .icon {
    display: table-cell;
    width: 999px;
    height: 170px;
    vertical-align: middle;
    text-align: center;
}
.inform-section .item a .title {
    display: block;
    color: #4e5355;
    font-size: 20px;
}
.inform-section .item a .text {
    display: block;
    margin: 15px 35px 0;
    color: #8b9497;
    font-size: 16px;
}
.inform-section .page {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    height: 12px;
    z-index: 10;
    text-align: center;
}
.inform-section .page li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 7px;
    background: #c8c8c8;
}
.inform-section .page li:hover {
    background: #a5a5a5;
}
.inform-section .page li.slick-active {
    background: none;
    border: 2px solid #66a3c6;
}
.inform-section .page li * {
    display: none;
}
.inform-tbl {
    margin-top: 55px;
}
.inform-tbl .subtitle {
    margin-bottom: 35px;
}
.inform-tbl .f1 {
    width: 83%;
}
.inform-tbl .f2 {
    width: 17%;
}
.inform-tbl .f3 {
    width: 68%;
}
.inform-tbl .f4 {
    width: 17%;
}
.inform-tbl .f5 {
    width: 15%;
}
.inform-tbl .f6 {
    width: 72%;
}
.inform-tbl .f7 {
    width: 14%;
}
.inform-tbl .f8 {
    width: 14%;
}
.inform-tbl .f9 {
    width: 62%;
}
.inform-tbl .f10 {
    width: 23%;
}
.inform-tbl .f11 {
    width: 15%;
}
.inform-tbl .c1 {
    width: 58%;
}
.inform-tbl .c2 {
    width: 11%;
}
.inform-tbl .c3 {
    width: 11%;
}
.inform-tbl .c4 {
    width: 10%;
}
.inform-tbl .c5 {
    width: 10%;
}
.inform-tbl .content {
    position: relative;
    overflow: auto;
}
.inform-tbl .content-inner {
    position: relative;
}
.inform-tbl .head {
    display: table;
    width: 100%;
    background: #ecf6fd;
}
.inform-tbl .head > * {
    display: table-cell;
    height: 45px;
    vertical-align: middle;
    box-sizing: border-box;
}
.inform-tbl .head > *:first-child {
    padding-left: 15px;
}
.inform-tbl .title {
    background: #ecf6fd;
    margin-top: 1px;
    padding: 15px;
    color: #2d6a95;
}
.inform-tbl ul {
    line-height: 24px;
}
.inform-tbl li {
    display: table;
    width: 100%;
    border-top: 1px solid #e8f4fb;
}
.inform-tbl li:first-child {
    border-top: 0;
}
.inform-tbl li > * {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 20px;
}
.inform-tbl li > *:first-child {
    padding-left: 15px;
}
.inform-tbl li > *:last-child {
    padding-right: 0;
}
.inform-tbl li.blue > * {
    color: #2d6a95;
}
.inform-tbl .outro {
    margin-top: 40px;
    max-width: 900px;
}
.inform-tbl .bt {
    margin-top: 40px;
    text-align: center;
}
.inform-tbl .bt a {
    display: inline-block;
    vertical-align: top;
    background: #f06060;
    width: 292px;
    height: 57px;
    line-height: 57px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.inform-pay {
    margin: 60px 0 50px;
}
.inform-pay .list {
    margin-top: 25px;
}
.inform-pay .item {
    margin-top: 50px;
}
.inform-pay .item:first-child {
    margin-top: 0;
}
.inform-pay .item .subtitle {
    margin-bottom: 20px;
    color: #4e5355;
}
.inform-pay .item > ul {
    border-top: 1px solid #e8f4fb;
}
.inform-pay .item > ul > li {
    padding: 25px 0;
    border-bottom: 1px solid #e8f4fb;
}
.inform-pay .item > ul > li .logo {
    display: table-cell;
    vertical-align: middle;
    width: 205px;
}
.inform-pay .item > ul > li .text {
    display: table-cell;
    vertical-align: middle;
}
.inform-pay .item > ul > li .text ul li {
    margin-top: 3px;
}
.inform-pay .item > ul > li .text ul li:first-child {
    margin-top: 0;
}
.inform-steps {
    margin-top: 55px;
}
.inform-steps ol {
    margin-top: 45px;
    list-style-type: none;
    counter-reset: ol-counter;
    max-width: 1030px;
    line-height: 24px;
}
.inform-steps ol li {
    position: relative;
    padding: 0 0 0 66px;
    margin-top: 25px;
}
.inform-steps ol li:first-child {
    margin-top: 0;
}
.inform-steps ol li:before {
    content: counter(ol-counter);
    counter-increment: ol-counter;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #79b4dd;
    border-radius: 100%;
    font-size: 18px;
    color: #79b4dd;
    text-align: center;
}
.inform-cat {
    position: relative;
}
.inform-cat:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.inform-cat .col {
    width: 50%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}
.inform-cat .col:last-child {
    padding-right: 0;
}
.inform-cat .row {
    margin-top: 60px;
}
.inform-cat .row:first-child {
    margin-top: 0;
}
.inform-cat .title {
    margin-bottom: 35px;
    font-size: 22px;
    color: #4e5355;
    line-height: 1;
    font-weight: 400;
}
.inform-cat ul {
    line-height: 22px;
}
.inform-cat li {
    margin-top: 17px;
}
.inform-cat li:first-child {
    margin-top: 0;
}
.inform-discount {
    position: relative;
    border-bottom: 1px solid #e8f4fb;
    margin-top: 47px;
}
.inform-discount .item {
    display: table;
    width: 100%;
    border-top: 1px solid #e8f4fb;
    padding: 25px 0;
}
.inform-discount .item .num {
    display: table-cell;
    vertical-align: middle;
    width: 170px;
}
.inform-discount .item .num span {
    display: table-cell;
    width: 122px;
    height: 56px;
    border-radius: 4px;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.inform-discount .item .txt {
    display: table-cell;
    vertical-align: middle;
    line-height: 24px;
}
.inform-subject {
    margin-top: 85px;
}
.inform-subject .subtitle {
    margin-bottom: 45px;
}
.inform-subject ul {
}
.inform-subject li {
    margin-top: 45px;
}
.inform-subject li:first-child {
    margin-top: 0;
}
.inform-subject li .icon {
    display: table-cell;
    vertical-align: top;
    width: 96px;
}
.inform-subject li .entry {
    display: table-cell;
    vertical-align: top;
}
.inform-subject li .title {
    margin-bottom: 15px;
    color: #4e5355;
}
.inform-subject li .text {
    margin-bottom: 17px;
    line-height: 24px;
}
.inform-subject li .detail {
}
.inform-subject li .detail a {
    position: relative;
    padding-right: 26px;
    color: #4785b0;
    text-decoration: none;
}
.inform-subject li .detail a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -240px -0 no-repeat;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 5px;
}
.links-main {
    position: relative;
    min-width: 320px;
}
.links-main:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.links-main .item {
    width: 33.333%;
    height: 540px;
    float: left;
    box-sizing: border-box;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 55px 30px 0 50px;
    color: #fff;
}
.links-main .item .title {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 300;
}
.links-main .item .text {
    margin-bottom: 40px;
    line-height: 24px;
}
.links-main .item .more {
}
.links-main .item .more a {
    display: block;
    width: 196px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #fff;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.links-main .item .more a:hover {
    background: #fff;
    color: #c069ae;
}
.com-item {
    position: relative;
    width: 360px;
}
.com-item .rating {
    position: relative;
    background: url(/Content/i/cs-star.png) no-repeat;
    width: 208px;
    height: 34px;
    margin-bottom: 20px;
    overflow: hidden;
}
.com-item .rating div {
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/i/cs-star.png) 0 -34px no-repeat;
    width: 0;
    height: 34px;
}
.com-item .text {
    margin-bottom: 30px;
    line-height: 24px;
}
.com-item .author {
}
.com-item .name {
    display: inline;
    font-weight: 700;
    color: #4e5355;
}
.com-item .city {
    display: inline;
    margin-left: 15px;
}
.com-slider {
    margin-top: 60px;
    margin-bottom: 68px;
}
.com-slider .slider {
    position: relative;
    margin-top: 63px;
}
.com-slider .list {
    position: relative;
    max-width: 1200px;
    margin: auto;
}
.com-slider .list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.com-slider .com-item {
    float: left;
    margin-right: 40px;
}
.com-slider .arr-l,
.com-slider .arr-r {
    width: 42px;
    height: 142px;
    cursor: pointer;
    background: #fff;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -71px;
}
.com-slider .arr-r {
    left: auto;
    right: 0;
    border-radius: 4px 0 0 4px;
}
.com-slider .arr-l:after,
.com-slider .arr-r:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -150px -0 no-repeat;
    width: 13px;
    height: 23px;
    position: absolute;
    left: 11px;
    top: 50%;
    margin-top: -12px;
}
.com-slider .arr-r:after {
    background-position: -170px 0;
    left: 18px;
}
.com-slider .new {
    margin-top: 75px;
    text-align: center;
}
.com-slider .new a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    border: 2px solid #a8d4ee;
    border-radius: 100%;
    padding-top: 52px;
    color: #4785b0;
    text-decoration: none;
    line-height: 1;
}
.com-slider .new a:before {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -188px -0 no-repeat;
    width: 28px;
    height: 29px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 17px;
}
.com-slider .new a span {
    display: block;
    width: 34px;
    height: 34px;
    border: 2px solid #a8d4ee;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: -8px;
    top: 2px;
}
.com-slider .new a span:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -220px -0 no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
}
.com-slider .new a:hover {
    background: #79b4dd;
    border-color: #79b4dd;
    color: #fff;
}
.com-slider .new a:hover:before {
    background-position: -188px -30px;
}
.com-slider .new a:hover span {
    background: #4785b0;
    border-color: #4785b0;
}
.com-slider .new a:hover span:after {
    background-position: -220px -16px;
}
.com-slider .page {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 12px;
    z-index: 10;
    text-align: center;
}
.com-slider .page li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 7px;
    background: #c8c8c8;
}
.com-slider .page li:hover {
    background: #a5a5a5;
}
.com-slider .page li.slick-active {
    background: none;
    border: 2px solid #66a3c6;
}
.com-slider .page li * {
    display: none;
}
.com-slider .all {
    margin-top: 90px;
    text-align: center;
}
.com-slider .all a {
    width: 266px;
}
.com-list {
    position: relative;
}
.com-list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.com-list .com-item {
    margin: 0 60px 70px 0;
    float: left;
}
.com-list .com-item:nth-child(3n + 3) {
    margin-right: 0;
}
.com-list .com-item:nth-child(3n + 4) {
    clear: both;
}
.com-bot {
    position: relative;
    margin-top: 20px;
}
.com-bot .lnk {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 42px;
}
.com-bot .write {
    position: absolute;
    right: 0;
    top: 0;
}
.com-bot .write a {
    position: relative;
    padding: 0 22px 0 44px;
}
.com-bot .write a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -260px -30px no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -7px;
}
.com-bot .write a:hover:after {
    background-position: -280px -30px;
}
.num-letters {
    position: absolute;
    right: 15px;
    bottom: 13px;
    font-size: 14px;
    font-weight: 700;
    color: #d6d8d9;
}
.com-write {
}
.com-write .intro {
    max-width: 580px;
    margin-bottom: 35px;
}
.com-write .form {
    max-width: 580px;
}
.com-write .item {
    margin-top: 20px;
}
.com-write .item:first-child {
    margin-top: 0;
}
.com-write .level {
    font-size: 9px;
    text-transform: uppercase;
    color: #4e5355;
}
.com-write .value {
    position: relative;
    margin-top: 7px;
}
.com-write .bt {
    margin-top: 33px;
}
.com-write .star {
    position: relative;
    background: url(/Content/i/cs-star.png) no-repeat;
    width: 210px;
    height: 34px;
}
.com-write .star .in {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 34px;
    background: url(/Content/i/cs-star.png) 0 -34px no-repeat;
}
.com-write .star a {
    display: block;
    width: 43px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
}
.com-write .star a.s-2 {
    left: 43px;
}
.com-write .star a.s-3 {
    left: 86px;
}
.com-write .star a.s-4 {
    left: 129px;
}
.com-write .star a.s-5 {
    left: 172px;
}
.com-write .code {
    padding-right: 220px;
}
.com-write .code img {
    position: absolute;
    right: 0;
    top: 0;
}
.com-write input[type="text"] {
    width: 100%;
}
.com-write textarea {
    width: 100%;
    height: 144px;
}
.com-write button {
    width: 244px;
}
.form-box {
    position: relative;
}
.form-box .subtitle {
    margin-bottom: 13px;
    font-size: 22px;
    color: #4e5355;
    line-height: 1;
    font-weight: 400;
}
.form-box .subtext {
}
.form-box .form {
    margin-top: 35px;
}
.form-box .item {
    margin-top: 25px;
}
.form-box .inline {
    position: relative;
}
.form-box .inline:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.form-box .inline .item {
    float: left;
    margin-right: 26px;
}
.form-box .inline .item:last-child {
    margin-right: 0;
}
.form-box .level {
    margin-bottom: 7px;
    font-size: 9px;
    color: #4e5355;
    text-transform: uppercase;
}
.form-box .value {
    position: relative;
}
.form-box .help {
    margin-top: 10px;
    font-size: 14px;
}
.form-box .help a {
    text-decoration: none;
    border-bottom: 1px dashed currentColor;
}
.form-box .attach {
    position: relative;
}
.form-box .attach .file {
    width: 202px;
}
.form-box .attach .file .inner {
    position: relative;
    overflow: hidden;
}
.form-box .attach .file a {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #e6f3fb;
    border-radius: 4px;
    color: #2d6a95;
    text-decoration: none;
    text-align: center;
}
.form-box .attach .file input[type="file"] {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em;
}
.form-box .attach .text {
    position: absolute;
    left: 232px;
    right: 0;
    top: 0;
}
.form-box .attach .text span {
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    font-size: 14px;
}
.form-box .attach .list {
    margin-top: 20px;
}
.form-box .attach .list .i {
    position: relative;
    padding-left: 26px;
    margin-top: 10px;
}
.form-box .attach .list .i:first-child {
    margin-top: 0;
}
.form-box .attach .list .i:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -60px -30px no-repeat;
    width: 19px;
    height: 21px;
    position: absolute;
    left: 0;
    top: -1px;
}
.form-box .attach .list .txt {
    display: inline-block;
    vertical-align: middle;
    color: #4e5355;
}
.form-box .attach .list .del {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.form-box .attach .list .del a {
    display: block;
    width: 17px;
    height: 17px;
    background: url(/Content/i/sprite.png) -90px -30px no-repeat;
}
.form-box .bt {
    margin-top: 34px;
}
.form-box .bt button {
    padding: 0 40px;
}
.form-box input[type="text"],
.form-box input[type="password"] {
    width: 100%;
}
.form-box select,
.form-box .ui-selectmenu-button {
    width: 100%;
}
.form-box textarea {
    width: 100%;
    height: 144px;
}
.form-search {
    margin-top: 55px;
}
.form-search .text {
    margin-bottom: 25px;
    color: #4e5355;
}
.form-search .form {
    position: relative;
    max-width: 756px;
    padding-right: 180px;
    box-sizing: border-box;
}
.form-search input[type="text"] {
    width: 100%;
}
.form-search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 166px;
}
.form-feedback {
    margin-top: 80px;
    max-width: 576px;
}
.form-data {
    margin-bottom: 90px;
    max-width: 576px;
}
.form-vac {
    max-width: 576px;
}
.form-search-set {
    max-width: 576px;
    margin-bottom: 65px;
}
.order-info {
    margin-top: 30px;
}
.order-info .intro {
    margin-bottom: 40px;
}
.order-info .steps {
    margin-bottom: 40px;
}
.order-info .steps ol {
    margin: 35px 0 0 0;
    list-style-type: none;
    counter-reset: ol-counter;
}
.order-info .steps ol li {
    position: relative;
    padding: 0 0 0 66px;
    margin-top: 25px;
}
.order-info .steps ol li:first-child {
    margin-top: 0;
}
.order-info .steps ol li:before {
    content: counter(ol-counter);
    counter-increment: ol-counter;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #79b4dd;
    border-radius: 100%;
    font-size: 18px;
    color: #79b4dd;
    text-align: center;
}
.order-info .outro {
    margin-bottom: 44px;
}
.order-info .btn {
    text-align: center;
}
.order-info .btn a {
    width: 266px;
}
.order-form {
    position: relative;
    margin-top: 70px;
    margin-bottom: 80px;
}
.order-form .l {
    width: 48%;
    float: left;
}
.order-form .r {
    width: 48%;
    float: right;
}
.order-form .check {
    margin-top: 40px;
    text-align: center;
}
.order-form .check .jq-checkbox {
    margin-right: 18px;
}
.order-form .bt {
    margin-top: 35px;
    text-align: center;
}
.order-form .bt button {
    width: 244px;
}
.order-detail {
    margin-bottom: 70px;
}
.order-detail .subtitle {
    margin-bottom: 35px;
}
.order-detail ul {
}
.order-detail li {
    display: table;
    width: 100%;
    padding-top: 1px;
    line-height: 24px;
}
.order-detail li .level {
    display: table-cell;
    vertical-align: top;
    background: #ecf6fd;
    padding: 10px 20px;
    width: 230px;
    box-sizing: border-box;
}
.order-detail li .value {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #ecf6fd;
}
.order-detail li:first-child .value {
    border-top: 1px solid #ecf6fd;
}
.order-detail .bt {
    position: relative;
    margin: 47px auto 0;
    max-width: 430px;
    text-align: center;
}
.order-detail .bt a {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0 10px;
    background: #4785b0;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.order-detail .bt a span {
    display: table-cell;
    width: 999px;
    height: 57px;
    vertical-align: middle;
    text-align: center;
}
.vacancy-list {
    padding-top: 57px;
}
.vacancy-list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.vacancy-list .item {
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 378px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
    margin: 33px 33px 0 0;
    padding: 0 0 135px;
    float: left;
    text-align: center;
}
.vacancy-list .item:nth-child(3n + 3) {
    margin-right: 0;
}
.vacancy-list .item:nth-child(3n + 4) {
    clear: both;
}
.vacancy-list .item .icon {
    display: table-cell;
    width: 999px;
    height: 150px;
    vertical-align: middle;
    text-align: center;
}
.vacancy-list .item .title {
    margin: 0 15px;
    font-size: 20px;
    color: #4e5355;
}
.vacancy-list .item .text {
    margin: 25px 15px 0;
    line-height: 24px;
}
.vacancy-list .item .text li {
    position: relative;
}
.vacancy-list .item .text li:after {
}
.vacancy-list .item .bt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 47px;
}
.vacancy-list .item .bt a {
    width: 236px;
}
.search-result {
    border-bottom: 1px solid #e8f4fb;
    margin-bottom: 50px;
}
.project-list {
}
.project-list .inform-tbl {
    border-bottom: 1px solid #e8f4fb;
    margin-bottom: 45px;
}
.project-list .sign {
    border-top: 1px solid #e8eaeb;
    padding-top: 20px;
    margin-top: 44px;
    font-size: 14px;
    line-height: 18px;
}
.project-list .sign .inner {
    max-width: 630px;
}
.project-list .bt {
    margin-top: 60px;
    text-align: center;
}
.project-list .bt a {
    padding: 11px 20px;
    height: auto;
    line-height: normal;
}
.offer-list {
    position: relative;
}
.offer-list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.offer-list .item {
    position: relative;
    padding-left: 70px;
    box-sizing: border-box;
    width: 380px;
    float: left;
    margin: 0 30px 80px 0;
}
.offer-list .item:nth-child(3n + 3) {
    margin-right: 0;
}
.offer-list .item:nth-child(3n + 4) {
    clear: both;
}
.offer-list .item .date {
    width: 50px;
    padding: 2px 0 4px;
    background: #79b4dd;
    border-top: 6px solid #4785b0;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
.offer-list .item .date span {
    display: block;
    font-size: 25px;
}
.offer-list .item .title {
    margin-bottom: 15px;
    font-weight: 700;
    color: #4e5355;
}
.offer-list .item .text {
    margin-bottom: 20px;
    line-height: 24px;
}
.offer-list .item .detail {
}
.offer-list .item .detail a {
    position: relative;
    padding-right: 26px;
    color: #4785b0;
    text-decoration: none;
}
.offer-list .item .detail a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -240px -0 no-repeat;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 5px;
}
.step-1 {
    min-width: 320px;
    padding: 21px 0 23px;
    background: #1897d8;
    text-align: center;
}
.step-1 .tx {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    font-size: 22px;
    color: #fff;
}
.step-1 .bt {
    display: inline-block;
    vertical-align: middle;
}
.step-1 .bt a {
    width: 200px;
    border-color: #fff;
    color: #fff;
}
.step-1 .bt a:hover {
    background: #fff;
    color: #1897d8;
}
.step-2 {
    min-width: 320px;
    padding: 50px 0 67px;
    background: #e6f3fb;
}
.step-2 .title-box .title {
    font-size: 22px;
}
.step-2 .intro {
    position: relative;
    max-width: 640px;
    margin: 20px auto 0;
    text-align: center;
    color: #869398;
    line-height: 24px;
}
.step-2 ul {
    position: relative;
    margin-top: 55px;
    text-align: center;
}
.step-2 ul:before {
    display: block;
    content: "";
    position: absolute;
    left: 100px;
    right: 100px;
    top: 35px;
    height: 5px;
    background: url(/Content/i/step2-bull.png) repeat-x;
}
.step-2 ul:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.step-2 li {
    position: relative;
    float: left;
    width: 20%;
}
.step-2 li {
}
.step-2 li .icon {
    display: inline-block;
    vertical-align: top;
    background: #e6f3fb;
    padding: 0 10px;
}
.step-2 li .icon span {
    display: table-cell;
    width: 58px;
    height: 58px;
    border: 6px solid #4785b0;
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
}
.step-2 li .text {
    margin: 20px 5px 0;
    font-size: 15px;
    line-height: 20px;
    color: #9cabb1;
}
.step-2 .outro {
    margin-top: 60px;
    color: #222;
    text-align: center;
    line-height: 24px;
}
.step-2 .detail {
    margin-top: 40px;
    text-align: center;
}
.step-2 .detail a {
    width: 266px;
    border-color: #4785b0;
    color: #4785b0;
}
.step-2 .detail a:hover {
    background: #4785b0;
    color: #fff;
}
.step-3 {
    min-width: 290px;
    padding: 30px 15px 33px;
    background: #f06060;
}
.step-3 .text {
    position: relative;
    max-width: 890px;
    margin: auto;
    font-size: 17px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.step-4 {
    min-width: 320px;
    padding: 70px 0 71px;
    background: #4785b0;
    color: #fff;
}
.step-4 .order-form {
    margin-top: 0;
    margin-bottom: 0;
}
.step-4 .form-box .subtitle {
    color: #fff;
}
.step-4 .form-box .level {
    color: #fff;
}
.step-4 .form-box .help a {
    color: #fff;
}
.step-4 .form-box .ui-selectmenu-button,
.step-4 .form-box input[type="text"],
.step-4 .form-box textarea {
    border-color: #fff;
}
.step-4 .form-box .attach .list .txt {
    color: #fff;
}
.step-4 .form-box .attach .list .i:after {
    background-position: -510px 0;
}
.step-4 .form-box .attach .list .del a {
    background-position: -510px -30px;
}
.step-4 .order-form .check .jq-checkbox {
    background: #fff;
}
.step-4 .order-form .check a {
    color: #fff;
}
.step-4 .order-form .bt button {
    background: #e6f3fb;
    color: #4785b0;
}
.step-5 {
    min-width: 320px;
    padding: 55px 0 85px;
    background: #6aa3cb;
    color: #fff;
}
.step-5 .subtitle {
    color: #fff;
}
.step-5 ul li:after {
    background-position: -534px 0;
}
.step-5 ul li.icq:after {
    background-position: -534px -24px;
}
.step-5 ul li .level {
    color: #fff;
}
.step-6 {
    min-width: 320px;
    padding: 70px 0 85px;
    background: #f4f4f4;
}
.step-6 .subtitle {
    margin-bottom: 35px;
    font-size: 26px;
    color: #4e5355;
    line-height: 1;
    font-weight: 400;
}
.step-6 .intro {
    margin-bottom: 65px;
}
.step-6 .list {
    position: relative;
}
.step-6 .list .box {
    position: relative;
    margin-top: 40px;
    line-height: 24px;
}
.step-6 .list .box:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.step-6 .list ul {
    width: 48%;
    float: right;
}
.step-6 .list ul:first-child {
    float: left;
}
.step-6 .list li {
    position: relative;
    padding-left: 60px;
    margin-top: 25px;
}
.step-6 .list li:first-child {
    margin-top: 0;
}
.step-6 .list li:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -260px -0 no-repeat;
    width: 35px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
}
.step-7 {
    min-width: 320px;
    padding: 90px 0 25px;
    background: #45494f;
}
.step-7 .subtitle {
    margin-bottom: 45px;
    font-size: 26px;
    color: #f4f4f4;
    line-height: 1;
    font-weight: 400;
}
.step-7 .intro {
    max-width: 1000px;
    margin-bottom: 70px;
    color: #bfc9cd;
}
.step-7 ul {
    position: relative;
}
.step-7 ul:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.step-7 li {
    width: 46%;
    margin: 0 8% 110px 0;
    float: left;
}
.step-7 li:nth-child(2n + 2) {
    margin-right: 0;
}
.step-7 li:nth-child(2n + 3) {
    clear: both;
}
.step-7 li .top {
    height: 75px;
}
.step-7 li .icon {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
}
.step-7 li .title {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
}
.step-7 li .text {
    color: #bfc9cd;
    line-height: 24px;
}
.step-8 {
    min-width: 320px;
    padding: 85px 0 50px;
    background: #f4f4f4;
}
.site-footer {
    position: relative;
    min-width: 320px;
    padding: 0;
    background: #222;
}
.site-footer .side {
    padding: 0 10px 0 0;
    box-sizing: border-box;
}
.site-footer .logo {
    margin-bottom: 35px;
}
.site-footer .intro {
    margin-bottom: 45px;
    max-width: 330px;
    color: #888;
    line-height: 24px;
}
.site-footer .share {
    position: relative;
}
.site-footer .share:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.site-footer .share a {
    display: block;
    margin-right: 15px;
    float: left;
    text-decoration: none;
}
.site-footer .share a:last-child {
    margin-right: 0;
}
.site-footer .share a:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: url(/Content/i/sprite.png) -300px 0 no-repeat;
    width: 10px;
    height: 17px;
}
.site-footer .share a.fb:hover:before {
    background-position: -300px -20px;
}
.site-footer .share a.tw:before {
    width: 16px;
    height: 16px;
    background: url(/Content/i/instaHover.png);
}
.site-footer .share a.tw:hover:before {
    background: url(/Content/i/insta.png);
}
.site-footer .share a.gp:before {
    width: 26px;
    height: 17px;
    background-position: -340px 0;
}
.site-footer .share a.gp:hover:before {
    background-position: -340px -20px;
}
.site-footer .share a.vk:before {
    width: 13px;
    height: 15px;
    background-position: -370px 0;
}
.site-footer .share a.vk:hover:before {
    background-position: -370px -20px;
}
.site-footer .share a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    min-width: 32px;
    padding: 0 7px;
    height: 17px;
    line-height: 17px;
    background: #3d3d3d;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 700;
    color: #949494;
    text-align: center;
}
.site-footer .share a:hover span {
    background: #fff;
    color: #949494;
}
.site-footer .contacts {
    padding-top: 0;
}
.site-footer .contacts .title {
    font-size: 18px;
    color: #fff;
}
.site-footer .contacts ul {
    color: #888;
}
.site-footer .contacts li {
}
.site-footer .contacts li:first-child {
    margin-top: 0;
}
.site-footer .contacts li a {
    color: #616161;
    text-decoration: none;
}
.site-footer .contacts li a:hover {
    color: #fff;
}
.site-footer .contacts li .level {
    color: #fff;
}
.site-footer .menu {
    width: 46%;
    float: left;
    padding-top: 85px;
}
.site-footer .menu:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.site-footer .menu .bt {
    display: none;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    padding: 0 47px 0 15px;
    background: #4685b0;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.site-footer .menu .bt:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -560px -20px no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -7.5px;
}
.site-footer .menu .item {
    width: 52%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}
.site-footer .menu .item-2 {
    width: 48%;
}
.site-footer .menu .title {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
}
.site-footer .menu ul {
    color: #888;
}
.site-footer .menu li {
    margin-top: 12px;
}
.site-footer .menu li:first-child {
    margin-top: 0;
}
.site-footer .menu li a {
    color: #616161;
    text-decoration: none;
}
.site-footer .menu li a:hover {
    color: #fff;
}
.site-footer .bot {
    position: relative;
    height: 86px;
    line-height: 86px;
    margin-top: 95px;
    font-size: 15px;
}
.site-footer .bot:before,
.site-footer .bot:after {
    display: block;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #272727;
}
.site-footer .bot:after {
    right: auto;
    left: 100%;
}
.site-footer .copy {
    float: left;
    color: #888;
}
.site-footer .copy span {
    color: #474646;
}
.site-footer .magwai {
    float: right;
    color: #888;
}
.site-footer .pay {
    position: relative;
    max-width: 1100px;
    margin: 38px auto 0;
}
.site-footer .pay ul {
    display: table;
    width: 100%;
}
.site-footer .pay li {
    display: table-cell;
    vertical-align: middle;
}
.site-footer .pay li img {
    vertical-align: middle;
    max-width: 100%;
}
.site-footer .outro {
    position: relative;
    max-width: 970px;
    margin: 45px auto 0;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.ui-dialog {
    position: absolute !important;
    z-index: 1000;
    background: #fff;
}
.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.ui-dialog-titlebar {
    position: relative;
    height: 0;
    z-index: 5;
}
.ui-dialog-titlebar-close {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 19px;
    background: url(/Content/i/sprite.png) -456px 0 no-repeat !important;
    width: 29px;
    height: 29px;
    padding: 0;
    border-radius: 0;
}
.ui-dialog-form .ui-dialog-content {
    padding: 60px 55px 80px;
}
.ui-dialog-form .form-box {
    margin-top: 40px;
}
.ui-dialog-form .form-box .bt {
    margin-top: 44px;
    text-align: center;
}
.ui-dialog-form .form-box .bt button {
    width: 244px;
    padding: 0;
}
.dialog-callback {
    display: none;
}
.dialog-login {
    display: none;
}
.dialog-login .bot {
    position: relative;
    margin-top: 30px;
}
.dialog-login .bot:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.dialog-login .check {
    float: left;
}
.dialog-login .check label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 44px;
}
.dialog-login .check .jq-checkbox {
    position: absolute;
    left: 0;
    top: -4px;
}
.dialog-login .lost {
    float: right;
}
.dialog-login .lost a {
    text-decoration: none;
}
.dialog-login .lost a:hover {
    text-decoration: underline;
}
.qtip-hint {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/Content/i/sprite.png) 0 -44px no-repeat;
}
.qtip-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}
.qtip-wrap .qtip-hint {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 14px;
    line-height: 18px;
    direction: ltr;
    box-shadow: none;
    padding: 0;
}
.qtip-content {
    position: relative;
    padding: 15px 20px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}
.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold;
}
.qtip-titlebar + .qtip-content {
    border-top-width: 0 !important;
}
.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: medium none;
    border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
    top: 16px;
}
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}
.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font:
        normal bold 10px/13px Tahoma,
        sans-serif;
    color: inherit;
    background: transparent none no-repeat -100em -100em;
}
.intl-tel-input {
    width: 100%;
}
.qtip-focus {
}
.qtip-hover {
}
.qtip-default {
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.19);
    color: #4e5355;
}
.qtip-default .qtip-titlebar {
    background-color: #ffef93;
}
.qtip-default .qtip-icon {
    border-color: #ccc;
    background: #f1f1f1;
    color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
    border-color: #aaa;
    color: #111;
}
.pages-list {
    position: fixed;
    left: -230px;
    top: 50%;
    margin-top: -194px;
    z-index: 9999999;
    background: #333;
    border: 2px solid #000;
    width: 240px;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
}
.pages-list:hover {
    left: 0;
}
.pages-list .inner {
    position: relative;
    height: 380px;
    overflow: auto;
    border: 2px solid #fff;
}
.pages-list ol {
    position: relative;
    padding: 15px 15px 20px;
    list-style-type: none;
    counter-reset: ol-counter;
}
.pages-list li {
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
}
.pages-list li:first-child {
    margin-top: 0;
}
.pages-list li:before {
    content: counter(ol-counter) ". ";
    counter-increment: ol-counter;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.pages-list li.active:before {
    color: #f60;
}
.pages-list li a {
    color: #fff;
    text-decoration: underline;
}
.pages-list li a:hover {
    text-decoration: none;
}
.pages-list li.active a {
    color: #f60;
}
.title-page {
    font-size: 26px;
    font-size: 26px;
    font-weight: 400;
    color: #4e5355;
    line-height: 1;
    margin-bottom: 20px;
}
.title-page b {
    color: #009965;
}
.intro .intro__img {
    background-size: cover;
}
.payment-error {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
.textContent p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.4;
}
.textContentUl {
    padding-left: 17px;
    list-style: disc;
    margin-top: 10px;
    margin-bottom: 10px;
}
.textContentTitle {
    font-size: 20px;
    margin-top: 20px;
}
.textContentImg {
    width: 100%;
    max-width: 550px;
}
.pay__flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tab-box_display {
    display: none;
}
.form1 {
    margin-top: 1em;
    clear: both;
}
.form2 {
    width: 100%;
}
.text-left {
    text-align: left !important;
}
.form-order__main {
    width: 65%;
    padding-left: 30px;
}
.wrapper1 {
    position: relative;
    min-width: 290px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.foot-box {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.foot-box .box ul {
    margin-bottom: 20px;
}
.foot-box li {
    line-height: 30px;
}
.foot-box li a {
    color: #616161;
    text-decoration: none;
}
.foot-box li a:hover {
    color: #fff;
}
.foot-box .bt {
    margin-bottom: 10px;
    color: #fff;
}
.foot-box .title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.top-counter {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.top-counter div {
    position: relative;
    width: 15%;
}
.top-counter div span {
    position: absolute;
    top: 11px;
    left: 44px;
    width: 120px;
}
.top-counter div.pass,
.top-counter div.pass i {
    color: #0b8e22;
}
.top-counter div.pass {
    color: #000;
    cursor: pointer;
}
.top-counter div i {
    font-size: 35px;
    color: #2d6a95;
}
.top-counter div.pass span {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 120px;
    color: #0b8e22;
}
.form1 button {
    background: #f06060;
    width: 100%;
    height: 56px;
    border: 0;
    padding: 0;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.form1 button:hover {
    background: #d978ab;
}
.form1:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.item1 {
    margin: 20px auto;
    width: 23%;
    min-width: 250px;
    position: relative;
}
input[type="text"],
input[type="password"] {
    width: 100%;
}
.tab-description {
    width: 40%;
    color: #333;
}
.tab-description p {
}
.tab-description img {
    height: 200px;
}
.forgot_password {
}
.forgot_password a {
}
.err-login {
    text-align: center;
    color: red;
}
.banner-main .top {
    position: relative;
    min-width: 320px;
    
}
.hr1 {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}
.imgb {
    text-align: center;
}
.banner-main .top .wrapper {
    max-width: none;
    margin: 0;
    padding: 70px 15px 150px;
}
.top1 {
    clear: both;
    display: flex;
    padding: 10px 50px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.site-header .phone-gen1 {
    position: relative;
    padding-left: 30px;
}
.site-header .phone-gen1:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -58px -0 no-repeat;
    width: 22px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.site-header .phone-gen1 a {
    display: block;
    font-size: 20px;
    line-height: 41px;
    color: #4785b0;
    text-decoration: none;
}
.site-header .phone-gen1 span {
    display: block;
    float: left;
    margin-left: 15px;
    line-height: 41px;
    font-size: 14px;
    color: #222;
}
.site-header .login__to__account {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.site-header .login__to__account:hover {
    text-decoration: underline;
}
.site-header .login__to__account:before {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -80px -0 no-repeat;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.site-header .phone-gen1 {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 41px;
    color: #4785b0;
    text-decoration: none;
    font-weight: 700;
}
.site-header .menu .bt {
    left: 0;
    top: 20px;
    right: 0;
    border-radius: 0;
    margin-bottom: 14px;
    background: #2d6a95 !important;
}
.form1 button:hover {
    background: #2d6a95;
}
.inform-section .list {
    display: flex;
    position: relative;
    max-width: 1224px;
    margin: auto;
}
.slider-prs .list {
    display: flex;
    position: relative;
    max-width: 1200px;
    margin: auto;
}
.field-validation-error {
    background-color: #ff0001;
    color: #fbfbfb;
    display: block;
    padding: 5px 10px;
}
.form-control-feedback {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.enter-form__border {
    border: 1px solid #fff;
    padding: 25px;
		width: 100%;
    max-width: 550px;
    margin: 40px auto 0;
    box-sizing: border-box;
		display: flex;
		justify-content: center;
}
.enter-form {
    background-color: rgba(236, 246, 253, 0.9);
    padding-bottom: 40px;
		max-width: 500px;
		width: 100%;
}
.tab-head {
    display: flex;
    background-color: #fff;
    border-bottom: 2px solid #4785b0;
}
.tab-head div {
    color: #2d6a95;
    width: 50%;
    text-align: center;
    font-size: 120%;
    padding: 20px 0;
    cursor: pointer;
    background-color: #e6e6e6;
    border-right: 2px solid #4785b0;
}
.tab-head > div:hover {
    -webkit-box-shadow: 3px 3px 12px 0 #2d6a95;
    -moz-box-shadow: 3px 3px 12px 0 #2d6a95;
    box-shadow: 3px 3px 12px 0 #2d6a95;
}
.tab-head div:last-child {
    border-right: none;
}
.tab-head div.active {
    background-color: #fff;
}
.tab-head a {
    text-decoration: none;
}
.tab-entry {
    display: none;
}
.tab-entry.active {
    display: flex;
    flex-direction: row;
    align-items: top;
    justify-content: space-around;
    -webkit-animation: fade 0.5s ease;
    animation: fade 0.5s ease;
    padding-top: 20px;
}
.steps-desc {
    line-height: 45px;
    font-size: 110%;
    text-transform: uppercase;
    margin-top: 50px;
}
.steps-desc i {
    position: relative;
    font-size: 200%;
    top: 7px;
    padding: 7px 15px 0 15px;
    border-right: 1px solid #eee;
    margin-right: 15px;
}
.steps-desc .ns {
    color: #fefffe;
    background: #2d6a95;
}
.validation-summary-errors {
    margin: 10px;
    color: red;
    text-align: center;
}
.site-header .login_for_phone a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 2px solid #b2b4b5;
    border-radius: 4px;
}
.site-header .open-login span {
    position: relative;
    left: 39px;
}
.site-header .login_for_phone {
    position: absolute;
    top: 5px !important;
    right: 60px !important;
}
.site-header .login_for_phone a {
    width: 47px !important;
    height: 47px !important;
}
.site-header .login_for_phone a:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -84px -0 no-repeat;
    width: 18px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9.5px 0 0 -9.5px;
    width: 19px;
    height: 19px;
    background-position: -580px 0;
}
.menu-header-title__close {
    background: #4685b0;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 45px;
    height: 45px;
}
.logoSmall {
    display: none;
}
.menu__slider .phone a {
    font-size: 24px;
    color: #ff6060;
    text-decoration: none;
}
.btn__title-header__close {
    position: absolute;
    top: 27%;
    left: 30%;
}
.menu__slider .phone {
    background: #fff;
}
.menu__slider li {
    border-bottom: 1px solid #fff;
}
.menu__slider .phone {
    padding: 5px 0;
}
.menu__slider li a {
    display: block;
    width: 100%;
    padding: 10px 0 10px 35px;
}
.menu__slider li:hover {
    border-bottom: 1px solid #ff6060;
}
.menu-header-title:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -60px -0 no-repeat;
    width: 20px;
    height: 21px;
    position: absolute;
    left: 9px;
    top: 17px;
}
.menu__slider__portfolio:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -568px 5px no-repeat;
    width: 11px;
    height: 21px;
    position: absolute;
    top: 16.4em;
    right: 85px;
    z-index: 99999999;
}
.portfolio__back:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -558px 5px no-repeat;
    width: 11px;
    height: 21px;
    position: absolute;
    top: 4.05em;
    left: 16px;
    z-index: 99999999;
}
.menu__slider a {
    color: #fff;
    text-decoration: none;
}
.menu__slider__order {
    background: #ff6060;
}
.transform {
    transform: translateX(-276px);
    transition: -webkit-transform 300ms ease;
}
.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 276px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
}
.slideout-panel {
    z-index: 1;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}
.slideout-open .slideout-menu {
    display: block;
}
.menu a {
    color: #fff;
}
.i-desc {
    height: 150px;
}
.btn_menu_for_slider {
    position: absolute;
    background: #4685b0;
    border-radius: 4px;
    padding: 25.5px;
    color: #fff;
    right: 5px;
    top: 5px;
}
.btn_menu_for_slider:after {
    display: block;
    content: "";
    background: url(/Content/i/sprite.png) -560px -20px no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -7.5px;
}
.slideout-menu li {
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.menuSlider {
    background: rgba(70, 133, 176, 0.95);
}
.slideout-menu li a {
    display: block;
    width: 240px;
    padding: 10px 0 10px 35px;
    text-decoration: none;
    color: #fff;
}
.login_for_phone {
    display: none;
}
.menu a:hover {
    text-decoration: underline;
}
.menu-header {
    padding: 16px 16px 16px 35px;
    background-size: 32px;
    background: #fff;
    color: #ff6060;
    border-left: 1px solid #468585;
}
.menu-header-title {
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0;
    font-size: 24px;
    color: #ff6060;
}
.text-decor {
    text-decoration: none;
}
.menu-section-title {
    text-transform: uppercase;
    color: #85888d;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 20px;
    margin: 0;
}
.menu-section-list {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}
.menu-section-list a {
    display: block;
    padding: 10px 20px;
}
.panel {
    min-height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#mocha {
    text-align: left;
    margin: 0 !important;
}
#mocha-stats {
    top: 70px;
}
.panel-header {
    margin: 120px auto 55px;
}
.slideout-menu {
    left: auto;
}
.btn-menu-media {
    display: none;
}
.menu__slider {
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 9999;
}
.regSuccessForm {
    text-align: center;
    font-weight: bold;
    color: #01ae1a;
    font-size: 110%;
}
#RegResult {
    text-align: center;
}
.text-restore {
    text-align: center;
    color: #000;
    font-size: 120%;
    margin-top: 20px;
}
#RestoryResult {
    margin-top: 20px;
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
}
.field-validation-valid,
.field-validation-error {
    color: #fff;
    top: 0;
    left: 0;
    position: absolute;
    margin-left: 105%;
    background-color: #d50d0d;
    width: 250px;
    padding: 5px 10px;
    display: none;
    border: 2px solid #990b0b;
    -webkit-box-shadow: 3px 3px 46px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 46px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 46px -5px rgba(0, 0, 0, 0.75);
}
.field-validation-valid:after,
.field-validation-valid:before,
.field-validation-error:after,
.field-validation-error:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.field-validation-valid:after,
.field-validation-error:after {
    border-color: rgba(213, 13, 13, 0);
    border-right-color: #d50d0d;
    border-width: 1px;
    margin-top: -1px;
}
.field-validation-valid:before,
.field-validation-error:before {
    border-color: rgba(153, 11, 11, 0);
    border-right-color: #990b0b;
    border-width: 7px;
    margin-top: -7px;
}
.validation-summary-errors {
    color: red;
}
.input-validation-error {
    border: 2px solid red;
    background-color: #fee;
}
input[type="checkbox"].input-validation-error {
    outline: 2px solid red;
}
.tab-head-mobile {
    display: none;
}
.form-order__input {
    padding: 30px;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    color: #333;
    margin-top: 20px;
}
.form-order__cols {
    display: flex;
    margin-bottom: 20px;
}
.form-order__stage {
    margin-bottom: 45px;
}
.form-order__left {
    width: 40%;
    border-right: 1px solid #ede9e9;
}
.step1,
.step3,
.step4 {
    display: none;
}
.step-desc__item {
}
.step-desc__item div:first-child {
    text-align: center;
}
.step-desc__item img {
    object-fit: cover;
    width: 45%;
}
.txt-descr p {
    margin-bottom: 1em;
    text-align: center;
}
.form-order {
    background-color: #2d6a95;
    padding: 7% 0;
}
.form-order__input {
    width: 50%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}
.success_order {
    display: none;
}
.error_order {
    display: none;
}
.end-step {
    text-align: center;
    margin-top: 60px;
}
.acts {
    display: block !important;
}
.step1,
.step2,
.step3,
.step4 {
    display: none;
}
.step-desc {
    margin-bottom: 20px;
}
.step .err {
    border: 1px solid red;
}
.step input[type="date"] {
    width: 100%;
}
.form-line {
    position: relative;
    margin-bottom: 20px;
}
.form-line textarea {
    width: 99%;
}
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-no-suggestion {
    padding: 2px 5px;
}
.autocomplete-selected {
    background: #f0f0f0;
}
.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}
.autocomplete-group {
    padding: 2px 5px;
}
.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}
a.next-step {
    background: #f06060;
    width: 100%;
    height: 56px;
    border: 0;
    padding: 0;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.step-desc__item {
    display: none;
    text-align: center;
}
.next-item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.att {
    width: calc(55% - 10px);
    margin-right: 10px;
}
.steps-desc div {
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 0 20px 0 0;
    background-color: #fff;
}
.icon-step {
    font-style: normal;
}
.browse-wrap {
    border-radius: 4px;
    padding: 0 0 18px 0;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
    position: relative;
    border: 2px solid #e5e5e5;
}
.browse-wrap .title {
    position: relative;
    top: 5px;
    text-align: left;
    font-weight: 400;
    color: #b1b1b1;
    font: 400 13.3333px Arial !important;
}
.browse-wrap .title i {
    position: relative;
    color: #b1b1b1;
    font-size: 20px;
    margin-right: 8px;
    top: 3px;
    left: 5px;
}
.browse-wrap .file-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
.browse-wrap .file-title span {
    position: absolute;
    right: 0;
}
.sub-line input,
.sub-line input[type="date"] {
    width: 49%;
}
.form-order__stage-mobile {
    display: none;
}
.mstage {
    display: none;
}
.form-hide {
    display: none;
}
#ClientComment {
    margin-top: 20px;
}
.footer__end {
    text-align: center;
    color: #949494;
    margin-top: 2em;
    line-height: 1.4;
}
.footer__end a {
    color: #949494;
}
input.upload {
    right: 0;
    margin: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    height: 70px;
    outline: none;
    cursor: inherit;
    position: absolute;
    font-size: 1000px !important;
}
span.upload-path {
    text-align: left;
    margin: 20px;
    display: block;
    font-size: 80%;
    color: #fff;
    font-weight: bold;
}
.form1 label {
}
.form1 textarea:focus + label,
.form1 input:focus + label {
    opacity: 1;
    color: #888;
}
.form1 textarea + label,
.form1 input + label {
    position: absolute;
    left: 15px;
    top: 5px;
    transition:
        top 0.7s ease,
        opacity 0.7s ease;
    opacity: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    z-index: 1000;
}
.form1 label {
    color: #254463;
    margin-bottom: 5px;
    font-weight: 600;
}
:focus::-webkit-input-placeholder {
    opacity: 0;
}
:focus:-ms-input-placeholder {
    opacity: 0;
}
:focus::-moz-placeholder {
    opacity: 0;
}
.oferta {
    padding-bottom: 70px;
}
.oferta li {
    margin-top: 15px;
    line-height: 1.4;
    text-align: justify;
}
.oferta__title {
    padding: 2em 0 0.5em 0;
}
.oferta p {
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: justify;
}
.oferta ul > ul {
    padding-left: 15px;
}
.subUl li {
    padding-left: 20px;
}
.display-flex-block {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.payment-success-text {
    font-size: 17px;
    color: #000;
    line-height: 1.5;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.btn-new-order {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    border: 2px solid #4785b0;
    border-radius: 4px;
    background-color: #4785b0;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
}
.btn-new-order:hover {
    background-color: #fff;
    color: #4785b0;
}
.payment-success-link {
    font-weight: 700;
    text-transform: underline;
}
.payment-success-link:hover {
    text-transform: none;
}
.btn-login-lk {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    border: 2px solid #f06060;
    border-radius: 4px;
    background-color: #f06060;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
}
.btn-login-lk:hover {
    background-color: #fff;
    color: #f06060;
}
.payment-success_intro__img {
    background-size: cover;
    max-width: 600px;
}
@media screen and (max-width: 1500px) {
    .steps-desc > div {
        font-size: 14px;
    }
    .steps-desc div i {
        padding: 7px 10px 0 10px;
        margin-right: 0;
    }
}
@media screen and (max-width: 1300px) {
    .tab-description {
        display: none;
    }
}
@media screen and (max-width: 560px) {
    .top1 {
        padding: 10px 0;
    }
}
@media screen and (max-width: 716px) {
    .service-main .title-box {
        padding: 30px 15px;
    }
    .slider-prs .list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .textContent p {
        font-size: 14px;
    }
    .display-flex-block {
        flex-wrap: wrap;
    }
    .payment-success_intro__img {
        width: 100%;
    }
    .payment-success-text {
        font-size: 15px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 1024px) {
    #menu__display-flex {
        position: absolute;
    }
    .intro .intro__img {
        width: 100%;
    }
    .title-page {
        margin-top: 30px;
        font-size: 22px;
    }
    .media__menu {
        flex-wrap: wrap;
        position: relative;
        top: 56px;
    }
    .site-header .menu li {
        background: #2d6a95;
    }
    .phone__block {
        position: absolute;
        left: 40%;
    }
    .top1 {
        position: fixed;
        background: #fff;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #dcdcdc;
    }
    .site-body {
        margin-top: 0;
    }
    .site-body {
        padding-top: 70px;
    }
    .banner-main:before {
        top: 77px !important;
    }
    .banner-main .top .wrapper {
        padding: 75px 15px 25px;
    }
    .login_for_pc,
    .logoBig {
        display: none;
    }
    .login_for_phone,
    .logoSmall {
        display: block;
    }
    .inform-section .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .btn-menu-media {
        display: block;
    }
    .menu,
    .menu-footer {
        display: none;
    }
    .pay__flex {
        display: none;
    }
    .pay-sber__flex {
        display: flex;
        margin-top: 20px;
    }
    .tab-box_display {
        display: block;
    }
    .oferta__title {
        padding-top: 3em;
    }
    .oferta p,
    .oferta li {
        font-size: 14px;
    }
    .item1 select {
        font-size: 14px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 716px) {
    .att {
        width: 100%;
        margin: 0;
    }
    .site-footer .menu,
    .phone__block {
        display: none;
    }
    .field-validation-valid,
    .field-validation-error {
        background: #d50d0d;
        border: 1px solid #c2e1f5;
        color: #fff;
        margin: 0;
        bottom: 45px;
        top: inherit;
        width: 260px !important;
    }
    .field-validation-valid:after,
    .field-validation-valid:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .field-validation-valid:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #d50d0d;
        border-width: 1px;
        margin-left: -1px;
    }
    .field-validation-valid:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #990b0b;
        border-width: 7px;
        margin-left: -7px;
        margin-top: 0;
    }
    .tab-head-mobile {
        display: flex;
        justify-content: space-evenly;
        border-bottom: 2px solid #4785b0;
    }
    .tab-head-mobile > div:not(:last-child) {
        border-right: 2px solid #4785b0;
    }
    .tab-head-mobile div.active {
        background-color: #fff;
    }
    .tab-head-mobile div {
        text-align: center;
        width: 49%;
        padding: 20px;
        background-color: #efefef;
    }
    .tab-head {
        display: none;
    }
    .enter-form__border {
        width: 100%;
        padding: 10px;
    }
    .tab-main .text {
        font-size: 20px !important;
    }
    .pay-sber__flex {
        display: block;
    }
    .pay-sber__flex > div {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 480px) {
    .mact {
        display: block;
    }
    .form-order__stage {
        display: none;
    }
    .form-order__stage-mobile {
        text-align: center;
        display: block;
        text-transform: uppercase;
        font-weight: 500;
    }
    .next-item div:nth-child(2) {
        width: 100%;
    }
    .att {
        text-align: left;
        padding-bottom: 20px;
    }
    .end-step {
        margin-top: 25px !important;
    }
    .form-order__cols {
        display: block;
    }
    .top-counter {
        display: none;
    }
    .browse-wrap .file-title {
        width: 83%;
    }
    .browse-wrap {
        height: 25px;
        padding: 7px;
    }
    .browse-wrap .title i {
        margin-right: 5px;
    }
    .form-line {
        margin: 10px;
    }
    .form-order__left {
        display: none;
    }
    .form-order__input {
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }
    .enter-form {
        margin-top: 18px;
    }
    .banner-main.index {
    }
    .banner-main.index .title {
    }
    .banner-main.index .wrapper {
    }
    .item1 {
        margin: 10px auto;
    }
    .form-order__main {
        width: 100%;
        padding: 0;
    }
    .foot-box {
        flex-direction: column;
    }
}
@media screen and (max-width: 320px) {
    .att {
        width: calc(47% - 10px);
        margin-right: 10px;
    }
}
@font-face {
    font-family: "MuseoSansCyrl";
    src: url("/Content/css/fonts/museosanscyrl.eot");
    src:
        url("/Content/css/fonts/museosanscyrl.eot?#iefix") format("embedded-opentype"),
        url("/Content/css/fonts/museosanscyrl.woff2") format("woff2"),
        url("/Content/css/fonts/museosanscyrl.woff") format("woff"),
        url("/Content/css/fonts/museosanscyrl.ttf") format("truetype"),
        url("/Content/css/fonts/museosanscyrl.svg#museo_sans_cyrl500") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "MuseoSansCyrl";
    src: url("/Content/css/fonts/museosanscyrl100.eot");
    src:
        url("/Content/css/fonts/museosanscyrl100.eot?#iefix") format("embedded-opentype"),
        url("/Content/css/fonts/museosanscyrl100.woff2") format("woff2"),
        url("/Content/css/fonts/museosanscyrl100.woff") format("woff"),
        url("/Content/css/fonts/museosanscyrl100.ttf") format("truetype"),
        url("/Content/css/fonts/museosanscyrl100.svg#museo_sans_cyrl100") format("svg");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "MuseoSansCyrl";
    src: url("/Content/css/fonts/museosanscyrl_0.eot");
    src:
        url("/Content/css/fonts/museosanscyrl_0.eot?#iefix") format("embedded-opentype"),
        url("/Content/css/fonts/museosanscyrl_0.woff2") format("woff2"),
        url("/Content/css/fonts/museosanscyrl_0.woff") format("woff"),
        url("/Content/css/fonts/museosanscyrl_0.ttf") format("truetype"),
        url("/Content/css/fonts/museosanscyrl_0.svg#museo_sans_cyrl300") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "MuseoSansCyrl";
    src: url("/Content/css/fonts/museosanscyrl_2.eot");
    src:
        url("/Content/css/fonts/museosanscyrl_2.eot?#iefix") format("embedded-opentype"),
        url("/Content/css/fonts/museosanscyrl_2.woff2") format("woff2"),
        url("/Content/css/fonts/museosanscyrl_2.woff") format("woff"),
        url("/Content/css/fonts/museosanscyrl_2.ttf") format("truetype"),
        url("/Content/css/fonts/museosanscyrl_2.svg#museo_sans_cyrl700") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "MuseoSansCyrl";
    src: url("/Content/css/fonts/museosanscyrl_3.eot");
    src:
        url("/Content/css/fonts/museosanscyrl_3.eot?#iefix") format("embedded-opentype"),
        url("/Content/css/fonts/museosanscyrl_3.woff2") format("woff2"),
        url("/Content/css/fonts/museosanscyrl_3.woff") format("woff"),
        url("/Content/css/fonts/museosanscyrl_3.ttf") format("truetype"),
        url("/Content/css/fonts/museosanscyrl_3.svg#museo_sans_cyrl900") format("svg");
    font-weight: 900;
    font-style: normal;
}
.wh {
    position: fixed;
    top: 1px;
    left: 1px;
    z-index: 9999;
    background: #fff;
    padding: 1px;
    font-size: 11px;
}
@media screen and (max-width: 1316px) {
    .banner-main .top {
        height: auto;
    }
    .banner-main .form {
        margin-top: 35px;
    }
    .banner-main .form .ui-selectmenu-button {
        height: 48px;
        line-height: 44px;
    }
    .banner-main .form .ui-selectmenu-text {
        margin: 0 25px 0 10px;
    }
    .banner-main .form .ui-selectmenu-icon {
        right: 5px;
    }
    .banner-main .form input[type="text"] {
        height: 48px;
        padding: 0 10px;
    }
    .banner-main .form button {
        height: 48px;
        font-size: 16px;
    }
    .slider-prs .slider {
        padding: 0 45px;
    }
    .slider-prs .list {
        max-width: none;
    }
    .com-slider .slider {
        padding: 0 50px;
    }
    .com-slider .list {
        max-width: none;
    }
    .com-slider .com-item {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 1246px) {
    .wh {
        background: #000;
        color: #fff;
    }
    .site-header .mid {
        height: 177px;
    }
    .site-header .city {
        margin: 0;
        width: auto;
        float: none;
        position: absolute;
        left: 15px;
        bottom: 58px;
        font-size: 14px;
    }
    .site-header .pc {
        float: right;
        margin: 35px 15px 0 0;
        width: 60%;
    }
    .site-header .pc .item {
        margin-left: 0;
        width: 50%;
        box-sizing: border-box;
    }
    .site-header .pc .item.hidden {
        display: block;
    }
    .site-header .pc .callback {
        font-size: 14px;
    }
    .site-header .r {
        float: none;
    }
    .site-header .login {
        margin: 0;
        float: none;
        position: absolute;
        left: 15px;
        bottom: 25px;
    }
    .site-header .login a {
        padding-left: 26px;
        font-size: 14px;
    }
    .site-header .login a:after {
        top: -2px;
    }
    .site-header .search {
        margin: 0;
        position: absolute;
        right: 15px;
        bottom: 46px;
        width: auto;
        float: none;
        clear: both;
        width: 60%;
    }
    .site-header .search .form input[type="text"] {
        height: 37px;
    }
    .site-header .search .form button {
        top: 10px;
        right: 13px;
    }
    .site-header .search .link {
        position: absolute;
        left: 0;
        top: 100%;
    }
    .service-main .content {
        width: 789px;
        margin: auto;
    }
    .service-main .service-item:nth-child(3n + 3) {
        margin-right: 33px;
    }
    .service-main .service-item:nth-child(2n + 2) {
        margin-right: 0;
    }
    .service-list .service-item {
        width: 48%;
        margin-right: 2%;
    }
    .news-main .news-item {
        width: 32%;
        margin-right: 2%;
    }
    .news-list .news-item {
        width: 32%;
        margin-right: 2%;
    }
    .offer-list .item {
        width: 32%;
        margin-right: 2%;
    }
    .blog-main .blog-item {
        width: 32%;
        margin-right: 2%;
    }
    .blog-list .blog-item {
        width: 32%;
        margin-right: 2%;
    }
    .inform-section {
        padding: 55px 0 90px;
    }
    .com-list .com-item {
        width: 30%;
        margin-right: 5%;
    }
    .vacancy-list .item {
        width: 32%;
        margin-right: 2%;
    }
}
@media screen and (max-width: 1116px) {
    .wh {
        background: red;
        color: #fff;
    }
}
@media screen and (max-width: 1016px) {
    .wh {
        background: red;
        color: blue;
    }
    .tab-box ul {
        float: none !important;
        text-align: center;
    }
    .tab-box li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 2px 10px;
    }
    .tab-box li:last-child {
        margin-right: 2px;
    }
    .site-header .search {
        padding-right: 140px;
        box-sizing: border-box;
    }
    .site-header .menu .bt {
        display: block;
    }
    .site-header .menu ul {
        display: none;
    }
    .slider-prs {
        background: none;
        padding: 0;
        padding-top: 50px;
    }
    .slider-prs .slider {
        padding: 0;
    }
    .slider-prs .item {
        margin-bottom: 64px;
        margin-left: 0;
        margin-right: 0;
    }
    .slider-prs .item .text {
        margin: 0 25px;
    }
    .slider-prs .arr-l,
    .slider-prs .arr-r {
        display: none !important;
    }
    .slider-prs .page {
        bottom: 0;
    }
    .service-list .service-item {
        width: 48%;
        margin-right: 4%;
    }
    .service-list .service-item:nth-child(3n + 3) {
        margin-right: 4%;
    }
    .service-list .service-item:nth-child(2n + 2) {
        margin-right: 0;
    }
    .com-slider {
        margin-top: 70px;
    }
    .com-slider .slider {
        padding: 0 0 50px;
        margin-top: 50px;
    }
    .com-slider .arr-l,
    .com-slider .arr-r {
        display: none !important;
    }
    .com-slider .page {
        display: block !important;
    }
    .com-slider .new {
        margin-top: 40px;
    }
    .com-slider .all {
        margin-top: 50px;
    }
    .com-list .com-item {
        width: 48%;
        margin-right: 4%;
    }
    .com-list .com-item:nth-child(3n + 3) {
        margin-right: 4%;
    }
    .com-list .com-item:nth-child(2n + 2) {
        margin-right: 0;
    }
    .com-list .com-item:nth-child(3n + 4) {
        clear: none;
    }
    .com-list .com-item:nth-child(2n + 3) {
        clear: both;
    }
    .com-bot {
        padding-top: 100px;
    }
    .com-write .intro {
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .com-write .form {
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .form-vac {
        margin-left: auto;
        margin-right: auto;
    }
    .form-feedback {
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .news-main {
        background: none;
        padding: 0;
    }
    .news-main .news-item {
        display: none;
        width: 48%;
        margin-right: 4%;
    }
    .news-main .news-item:first-child,
    .news-main .news-item:first-child + .news-item {
        display: block;
    }
    .news-main .news-item:first-child + .news-item {
        margin-right: 0;
    }
    .news-main .all {
        margin-top: 50px;
    }
    .news-list .news-item {
        width: 48%;
        margin: 0 4% 60px 0;
    }
    .news-list .news-item:nth-child(3n + 3) {
        margin-right: 4%;
    }
    .news-list .news-item:nth-child(2n + 2) {
        margin-right: 0;
    }
    .news-list .news-item:nth-child(3n + 4) {
        clear: none;
    }
    .news-list .news-item:nth-child(2n + 3) {
        clear: both;
    }
    .news-view {
        float: none;
        margin-right: 0;
        width: auto;
    }
    .news-view .content {
        margin-right: 0;
        padding-right: 0;
    }
    .news-view .share {
        margin: 0;
    }
    .news-view .back {
        position: absolute;
        left: 0;
        bottom: -10px;
    }
    .news-view .back a span {
        display: inline-block;
        vertical-align: baseline;
    }
    .news-view .back a span:first-letter {
        text-transform: uppercase;
    }
    .news-view .back a span:first-child {
        display: none;
    }
    .news-other {
        width: auto;
        float: none;
        margin-top: 70px;
    }
    .news-other .subtitle {
        margin-bottom: 0;
    }
    .news-other ul:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
    }
    .news-other li {
        float: left;
        width: 48%;
        margin: 35px 4% 0 0;
    }
    .news-other li:first-child {
        margin-top: 35px;
    }
    .news-other li:nth-child(2n + 2) {
        margin-right: 0;
    }
    .news-other li:nth-child(2n + 3) {
        clear: both;
    }
    .blog-main {
        margin-top: 95px;
        margin-bottom: 65px;
    }
    .blog-main .blog-item {
        display: none;
        width: 48%;
        margin-right: 4%;
    }
    .blog-main .blog-item:first-child,
    .blog-main .blog-item:first-child + .blog-item {
        display: block;
    }
    .blog-main .blog-item:first-child + .blog-item {
        margin-right: 0;
    }
    .blog-list {
        margin-bottom: 9px;
    }
    .blog-list .blog-item {
        width: 48%;
        margin-right: 4%;
    }
    .blog-list .blog-item:nth-child(3n + 3) {
        margin-right: 4%;
    }
    .blog-list .blog-item:nth-child(2n + 2) {
        margin-right: 0;
    }
    .blog-view {
        float: none;
        margin-right: 0;
        width: auto;
    }
    .blog-view .content {
        margin-right: 0;
        padding-right: 0;
    }
    .blog-other {
        width: auto;
        float: none;
        margin-top: 100px;
    }
    .blog-other .subtitle {
        margin-bottom: 0;
    }
    .blog-other ul:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
    }
    .blog-other li {
        float: left;
        width: 48%;
        margin: 35px 4% 0 0;
    }
    .blog-other li:first-child {
        margin-top: 35px;
    }
    .blog-other li:nth-child(2n + 2) {
        margin-right: 0;
    }
    .blog-other li:nth-child(2n + 3) {
        clear: both;
    }
    .offer-list .item {
        width: 48%;
        margin: 0 4% 60px 0;
    }
    .offer-list .item:nth-child(3n + 3) {
        margin-right: 4%;
    }
    .offer-list .item:nth-child(2n + 2) {
        margin-right: 0;
    }
    .offer-list .item:nth-child(3n + 4) {
        clear: none;
    }
    .offer-list .item:nth-child(2n + 3) {
        clear: both;
    }
    .inform-box {
        margin-top: 60px;
        margin-bottom: 70px;
    }
    .inform-box .list {
        margin-top: 20px;
    }
    .inform-consl ul li {
        width: 49% !important;
        margin-right: 2% !important;
        padding-right: 0 !important;
        clear: none !important;
    }
    .inform-consl ul li:nth-child(2n + 2) {
        margin-right: 0 !important;
    }
    .inform-consl ul li:nth-child(2n + 3) {
        clear: both !important;
    }
    .inform-cat {
        max-width: 600px;
        margin: auto;
    }
    .inform-cat .col {
        width: auto;
        float: none;
        padding-right: 0;
        margin-top: 60px;
    }
    .inform-cat .col:first-child {
        margin-top: 0;
    }
    .inform-tbl {
        margin-left: -15px;
        margin-right: -15px;
    }
    .inform-tbl .subtitle {
        padding: 0 15px;
    }
    .inform-tbl .outro {
        padding-left: 15px;
        padding-right: 15px;
    }
    .inform-tbl .c1 {
        width: 46%;
    }
    .inform-tbl .c2 {
        width: 13%;
    }
    .inform-tbl .c3 {
        width: 13%;
    }
    .inform-tbl .c4 {
        width: 14%;
    }
    .inform-tbl .c5 {
        width: 14%;
    }
    .links-main .item {
        width: 50%;
        height: 400px;
        padding-left: 45px;
    }
    .order-form {
        max-width: 576px;
        margin-left: auto;
        margin-right: auto;
    }
    .order-form .l {
        width: auto;
        float: none;
    }
    .order-form .r {
        width: auto;
        float: none;
        margin-top: 70px;
    }
    .step-2 li .text {
        font-size: 12px;
    }
    .step-6 .list {
        position: relative;
        max-width: 550px;
        margin: auto;
    }
    .step-6 .list ul {
        width: auto;
        float: none !important;
    }
    .step-6 .list li:first-child {
        margin-top: 25px;
    }
    .step-7 {
        padding: 85px 0 90px;
        text-align: center;
    }
    .step-7 .intro {
        margin-bottom: 85px;
    }
    .step-7 ul {
        max-width: 570px;
        margin: auto;
        text-align: left;
    }
    .step-7 li {
        margin: 0 0 50px 0;
        float: none;
        width: auto;
    }
    .step-7 li:last-child {
        margin-bottom: 0;
    }
    .site-footer {
        padding-bottom: 60px;
    }
    .site-footer .side {
        width: 56%;
    }
    .site-footer .contacts {
        width: 44%;
    }
    .site-footer .menu {
        float: none;
        clear: both;
        width: auto;
        padding-top: 60px;
    }
    .site-footer .bot {
        margin-top: 55px;
    }
    .site-footer .copy span {
        display: none;
    }
    .site-footer .pay {
        margin-top: 0;
        padding-top: 20px;
    }
    .site-footer .pay ul {
        display: block;
        width: auto;
        text-align: center;
    }
    .site-footer .pay li {
        display: inline-block;
        vertical-align: middle;
        margin: 15px 7px 0;
    }
    .site-footer .outro {
        margin-top: 30px;
    }
}
@media screen and (max-width: 916px) {
    .wh {
        background: blue;
        color: #fff;
    }
    .site-header .alert a.close {
        display: none;
    }
    .site-header .info > ul > li {
        padding-left: 15px;
    }
    .service-main .list {
        margin-top: 45px;
    }
    .service-main .content {
        width: auto;
    }
    .service-main .service-item {
        width: 48%;
        margin-right: 4%;
    }
    .service-main .service-item:nth-child(3n + 3) {
        margin-right: 4%;
    }
    .service-main .service-item:nth-child(2n + 2) {
        margin-right: 0;
    }
    .inform-contacts {
        max-width: 600px;
        margin: auto;
    }
    .inform-contacts .item {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .inform-tbl .f9 {
        width: 54%;
    }
    .inform-tbl .f10 {
        width: 27%;
    }
    .inform-tbl .f11 {
        width: 19%;
    }
    .vacancy-list .item {
        width: 48%;
        margin-right: 4%;
    }
    .vacancy-list .item:nth-child(3n + 3) {
        margin-right: 4%;
    }
    .vacancy-list .item:nth-child(2n + 2) {
        margin-right: 0;
    }
    .vacancy-list .item:nth-child(3n + 4) {
        clear: none;
    }
    .vacancy-list .item:nth-child(2n + 3) {
        clear: both;
    }
}
@media screen and (max-width: 816px) {
    .wh {
        background: #ffa500;
        color: #fff;
    }
    .text-box blockquote {
        padding: 30px 35px;
    }
    .text-box ul {
        margin-left: 20px;
    }
    .text-box .tab {
        line-height: 24px;
    }
    .text-box .tab div {
        float: none;
        margin: 0 0 10px;
    }
    .text-box .inline .col {
        float: none !important;
        width: auto;
    }
    .text-box .inline .item {
        margin-top: 55px !important;
    }
    .text-box .inline .col:first-child .item:first-child {
        margin-top: 0 !important;
    }
    .text-box .inline ul li:first-child {
        margin-top: 15px;
    }
    .text-box .inline ul.small li:first-child {
        margin-top: 5px;
    }
    .site-header .alert .cont {
        display: block;
        width: auto;
        height: auto;
        padding: 10px 15px;
    }
    .site-header .alert .text {
        display: block;
    }
    .site-header .alert .bt {
        display: block;
        margin-top: 7px;
    }
    .site-header .alert .bt a {
        display: inline-block;
        vertical-align: top;
    }
    .site-header .bookm a span {
        display: inline-block;
        vertical-align: baseline;
    }
    .site-header .bookm a span:first-child {
        display: none;
    }
    .site-header .bookm a span:first-letter {
        text-transform: uppercase;
    }
    .banner-main .menu {
        display: none;
    }
    .banner-main .menu-mob {
        display: block;
    }
    .inform-about-main {
        padding: 70px 0 65px;
    }
    .inform-about-main .list {
        margin-top: 50px;
    }
    .inform-about-main .list ul {
        width: auto;
        float: none !important;
    }
    .inform-box .list {
        margin: 45px auto 0;
        max-width: 540px;
    }
    .inform-box .item {
        width: auto;
        float: none !important;
    }
    .inform-box .sign {
        margin-top: 25px;
    }
    .inform-guar ul {
        width: auto;
        float: none !important;
    }
    .inform-guar li:first-child {
        margin-top: 25px;
    }
    .inform-tbl .f3 {
        width: 60%;
    }
    .inform-tbl .f4 {
        width: 20%;
    }
    .inform-tbl .f5 {
        width: 20%;
    }
    .inform-tbl .c1 {
        width: 40%;
    }
    .inform-tbl .c2 {
        width: 14%;
    }
    .inform-tbl .c3 {
        width: 15%;
    }
    .inform-tbl .c4 {
        width: 17%;
    }
    .inform-tbl .c5 {
        width: 14%;
    }
    .order-detail ul {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media screen and (max-width: 766px) {
    .enter-form {
        width: 100%;
    }
    .site-header .alert .cont {
        padding: 0;
    }
    .site-header .alert .text {
        display: block;
    }
    .site-header .alert .text a {
        display: block;
        padding: 9px 15px 11px;
        line-height: 18px;
    }
    .site-header .alert .bt {
        display: none;
    }
    .site-header .bookm {
        float: none;
        width: 144px;
    }
    .site-header .bookm a {
        padding: 0 0 0 40px;
    }
    .site-header .info {
        float: none;
        position: absolute;
        left: 144px;
        right: 0;
        top: 0;
    }
    .site-header .info > ul > li {
        display: none;
        float: none;
    }
    .site-header .info > ul > li:first-child {
        display: block;
    }
    .site-header .info > ul > li.list > a:after {
        right: 15px;
    }
    .site-header .info > ul > li ul {
        width: auto;
        right: 0;
    }
    .site-header .mid {
        height: 274px;
    }
    .site-header .city {
        position: static;
        margin-top: 10px;
        text-align: center;
    }
    .site-header .pc {
        float: none;
        margin: 23px 0 0 15px;
        width: auto;
    }
    .site-header .pc .item {
        float: none;
        margin-top: 17px;
        width: auto;
    }
    .site-header .pc .item:first-child {
        margin-top: 0;
    }
    .site-header .pc .phone {
        font-size: 18px;
    }
    .site-header .pc .callback {
        margin-top: 2px;
    }
    .site-header .pc .text {
        margin-top: 2px;
    }
    .site-header .login {
        left: auto;
        right: 15px;
        top: 118px;
    }
    .site-header .login a {
        display: block;
        width: 33px;
        height: 33px;
        padding: 0;
        border: 2px solid #b2b4b5;
        border-radius: 4px;
    }
    .site-header .login a:after {
        left: 50%;
        top: 50%;
        margin: -9.5px 0 0 -9.5px;
        width: 19px;
        height: 19px;
        background-position: -580px 0;
    }
    .site-header .login a span {
        display: none;
    }
    .site-header .search {
        right: 15px;
        top: 170px;
        width: auto;
        padding: 0;
    }
    .site-header .search .bt {
        display: block;
    }
    .site-header .search .form {
        display: none;
    }
    .site-header .search .link {
        display: none;
    }
    .site-header .menu .bt span {
        display: inline;
    }
    .news-view .text-box {
        margin-bottom: 35px;
    }
    .news-view .share {
        text-align: left;
    }
    .news-view .share .level {
        display: block;
        margin: 0 0 10px;
    }
    .news-view .share .value {
        display: block;
    }
    .news-view .back {
        position: static;
        margin-top: 35px;
        text-align: center;
    }
    .news-other .subtitle {
        text-align: center;
    }
    .news-other li {
        float: none;
        width: auto;
        margin-right: 0;
    }
}
@media screen and (min-width: 716px) {
    .tab-box .box {
        display: block !important;
    }
}
@media screen and (max-width: 716px) {
    .wh {
        background: green;
        color: #fff;
    }
    input[type="text"],
    input[type="password"],
    textarea {
        font-size: 14px;
    }
    input[type="text"],
    input[type="password"] {
        padding: 0 15px;
    }
    textarea {
        padding: 15px;
    }
    .ui-selectmenu-button {
        font-size: 14px;
    }
    .ui-selectmenu-text {
        margin-left: 15px;
    }
    .text-box {
        font-size: 14px;
        line-height: 20px;
    }
    .text-box blockquote {
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px 15px 25px;
        font-size: 14px;
        line-height: 20px;
    }
    .text-box ul {
        margin-left: 0;
    }
    .text-box ul li {
        margin-top: 15px;
    }
    .text-box ul.bull {
        margin-left: 0;
    }
    .text-box ul.project {
        margin-left: 0;
    }
    .text-box ol {
        margin-left: 0;
    }
    .text-box .inline .item {
        margin-top: 20px !important;
    }
    .text-box .inline .col:first-child .item:first-child {
        margin-top: 0 !important;
    }
    .navigation {
        font-size: 14px;
        line-height: 20px;
    }
    .top-box .table {
        height: 200px;
    }
    .top-box .title {
        font-size: 24px;
    }
    .tab-box {
        margin-bottom: 20px;
    }
    .tab-box ul {
        margin-top: 25px;
    }
    .tab-box ul:first-child {
        margin-top: 0;
    }
    .tab-box ul:first-child li {
        display: block;
        margin: 10px 0 0;
    }
    .tab-box ul:first-child li:first-child {
        margin-top: 0;
    }
    .tab-box li a {
        display: inline-block;
        vertical-align: top;
    }
    .tab-box .level {
        display: block;
    }
    .tab-box .value {
        display: block;
    }
    .tab-box .box {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin: 5px 0 0;
        max-height: 340px;
        overflow: auto;
        background: #fff;
        box-sizing: border-box;
        box-shadow: 0 1px 13px rgba(0, 0, 0, 0.26);
        border-radius: 4px;
    }
    .tab-box .box ul {
        text-align: left;
    }
    .tab-box .box li {
        margin: 0 !important;
    }
    .tab-box .box li a {
        display: block;
        height: auto;
        line-height: normal;
        padding: 12px 20px;
        border-radius: 0;
        color: #b0b7b9;
        font-size: 15px;
    }
    .tab-box .box li.active a {
        background: #e3f1fb;
        color: #2d6a95;
    }
    .site-body {
        margin-bottom: 70px;
    }
    .banner-main:before {
        top: 28px;
        width: 214px;
        height: 142px;
        margin-left: -107px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .banner-main .title {
        font-size: 18px;
    }
    .banner-main .text {
        margin-top: 7px;
        font-size: 14px;
        line-height: 24px;
    }
    .banner-main .form .item {
        float: none;
        width: auto;
        margin: 12px 0 0 0;
    }
    .banner-main .form .item:first-child {
        margin-top: 0;
    }
    .service-item {
        padding-bottom: 33px;
    }
    .service-item .icon {
        height: 130px;
    }
    .service-item .text {
        font-size: 14px;
        line-height: 20px;
    }
    .service-item .bt {
        position: static;
        margin-top: 17px;
    }
    .service-main {
        padding: 0 0 48px;
    }
    .service-main .title-box {
        padding: 0 15px;
    }
    .service-main .list {
        margin-top: 8px;
    }
    .service-main .slick-slide {
        float: left;
        padding: 22px 15px 0;
    }
    .service-main .service-item {
        width: auto;
        margin: 0 0 22px !important;
        min-height: 0 !important;
        float: none;
    }
    .service-main .arr-l,
    .service-main .arr-r {
        display: block !important;
    }
    .service-list .service-item {
        width: auto;
        float: none;
        margin-right: 0 !important;
        margin-bottom: 22px;
    }
    .service-list .service-item:last-child {
        margin-bottom: 0;
    }
    .slider-prs {
        padding: 50px 0 0 0;
    }
    .slider-prs .item {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 48px;
        padding-bottom: 30px;
        background: #fff;
        box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
    }
    .slider-prs .item .icon {
        height: 210px;
    }
    .slider-prs .item .text {
        font-size: 14px;
        line-height: 20px;
    }
    .slider-prs .arr-l,
    .slider-prs .arr-r {
        display: block !important;
    }
    .slider-prs .arr-l:after {
        background-position: -430px -36px;
    }
    .slider-prs .arr-r:after {
        background-position: -446px -36px;
    }
    .com-item .text {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .com-slider .slider {
        padding: 0 15px 45px;
        margin-top: 32px;
    }
    .com-slider .com-item {
        margin: 0;
    }
    .com-slider .new {
        margin-top: 35px;
    }
    .com-slider .all {
        margin-top: 40px;
    }
    .com-list .com-item {
        float: none;
        width: auto;
        margin-right: 0 !important;
        margin-bottom: 35px;
    }
    .com-list .com-item:last-child {
        margin-bottom: 0;
    }
    .com-bot {
        padding-top: 80px;
        margin-top: 35px;
        text-align: center;
    }
    .com-bot .lnk {
        position: static;
        margin-bottom: 40px;
        line-height: normal;
        font-size: 14px;
    }
    .com-bot .write {
        position: static;
    }
    .com-bot .pagination {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
    .com-write .bt {
        text-align: center;
    }
    .news-item {
        padding-left: 0;
    }
    .news-item .date {
        position: static;
    }
    .news-item .text {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .news-item .more {
        margin-top: 15px;
    }
    .news-main .list {
        margin-top: 35px;
    }
    .news-main .news-item {
        float: none;
        width: auto;
        margin-right: 0 !important;
        margin-top: 30px;
    }
    .news-main .news-item:first-child {
        margin-top: 0;
    }
    .news-main .all {
        margin-top: 30px;
    }
    .news-list {
        margin-bottom: 50px;
    }
    .news-list .news-item {
        float: none;
        width: auto;
        margin: 0 0 30px !important;
    }
    .news-view .share .level {
        font-size: 14px;
    }
    .news-other li .text {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .blog-item {
        padding: 30px 0 35px;
        min-height: 0 !important;
    }
    .blog-item .inner {
        padding: 0 25px;
    }
    .blog-item .text {
        font-size: 14px;
        line-height: 20px;
    }
    .blog-main {
        margin-top: 65px;
        margin-bottom: 70px;
    }
    .blog-main .list {
        margin-top: 35px;
    }
    .blog-main .blog-item {
        float: none;
        width: auto;
        margin-top: 22px;
        margin-right: 0 !important;
    }
    .blog-main .blog-item:first-child {
        margin-top: 0;
    }
    .blog-main .all {
        margin-top: 35px;
    }
    .blog-list {
        margin-bottom: 43px;
    }
    .blog-list .blog-item {
        float: none;
        width: auto;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .blog-view .title {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .blog-view .date {
        margin-bottom: 25px;
    }
    .blog-view .text-box {
        margin-bottom: 40px;
    }
    .blog-view .back {
        text-align: center;
    }
    .blog-view .back a span {
        display: inline-block;
        vertical-align: baseline;
    }
    .blog-view .back a span:first-letter {
        text-transform: uppercase;
    }
    .blog-view .back a span:first-child {
        display: none;
    }
    .blog-other {
        margin-top: 70px;
    }
    .blog-other li {
        float: none;
        width: auto;
        margin: 40px 0 0 0;
    }
    .form-box .subtext {
        font-size: 14px;
        line-height: 20px;
    }
    .form-box .bt {
        text-align: center;
    }
    .form-box .attach .text {
        position: static;
        margin-bottom: 10px;
    }
    .form-box .attach .text span {
        display: block;
        height: auto;
    }
    .form-data {
        margin-bottom: 65px;
    }
    .form-search .text {
        text-align: center;
    }
    .form-search .form {
        padding-right: 0;
        text-align: center;
    }
    .form-search button {
        position: static;
        margin-top: 28px;
    }
    .order-info .steps ol li {
        padding-left: 44px;
    }
    .order-info .steps ol li:before {
        margin-top: 0;
        top: -5px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 13.57px;
    }
    .order-detail .bt {
        margin-top: 30px;
    }
    .inform-about-main {
        padding: 70px 0;
    }
    .inform-about-main .intro {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
    .inform-about-main .list {
        margin-top: 35px;
        font-size: 14px;
        line-height: 20px;
    }
    .inform-about-main .list li {
        padding-left: 40px;
        margin-top: 20px;
    }
    .inform-about-main .bt {
        margin-top: 30px;
    }
    .inform-box {
        margin-top: 65px;
        margin-bottom: 70px;
    }
    .inform-box .intro {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
    .inform-box .list {
        margin-top: 30px;
        font-size: 14px;
        line-height: 20px;
    }
    .inform-box li {
        margin-top: 20px;
    }
    .inform-box .sign {
        font-size: 14px;
        line-height: 20px;
    }
    .inform-msk {
        margin-top: 45px;
    }
    .inform-contacts .item {
        margin-bottom: 50px;
    }
    .inform-consl ul li {
        width: auto !important;
        float: none;
        margin-right: 0 !important;
        margin-top: 35px;
    }
    .inform-tbl .f3 {
        width: 54%;
    }
    .inform-tbl .f4 {
        width: 23%;
    }
    .inform-tbl .f5 {
        width: 23%;
    }
    .inform-tbl .f6 {
        width: 62%;
    }
    .inform-tbl .f7 {
        width: 19%;
    }
    .inform-tbl .f8 {
        width: 19%;
    }
    .inform-tbl .f9 {
        width: 47%;
    }
    .inform-tbl .f10 {
        width: 31%;
    }
    .inform-tbl .f11 {
        width: 22%;
    }
    .inform-discount {
        border-bottom: 0;
    }
    .inform-discount:after {
        display: block;
        content: "";
        position: absolute;
        left: -15px;
        right: -15px;
        bottom: 0;
        height: 1px;
        background: #e8f4fb;
    }
    .inform-discount .item {
        display: block;
        width: auto;
        margin: 0 -15px;
        padding: 25px 15px;
    }
    .inform-discount .item .num {
        display: block;
    }
    .inform-discount .item .txt {
        display: block;
        margin-top: 25px;
    }
    .inform-guar {
        margin-top: 45px;
    }
    .inform-guar ul {
        font-size: 14px;
        line-height: 20px;
    }
    .inform-guar li {
        padding-left: 44px;
        margin-top: 20px;
    }
    .inform-guar li:first-child {
        margin-top: 20px;
    }
    .inform-guar li span {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 13.57px;
    }
    .inform-pay .item > ul > li .logo {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }
    .inform-pay .item > ul > li .logo.empty {
        margin-bottom: 0;
    }
    .inform-pay .item > ul > li .text {
        display: block;
    }
    .inform-steps ol li {
        padding-left: 44px;
    }
    .inform-steps ol li:before {
        width: 26px;
        height: 26px;
        line-height: 26px;
        margin-top: 0;
        top: -3px;
        font-size: 13.57px;
    }
    .inform-subject .subtitle {
        margin-bottom: 40px;
    }
    .inform-subject li .icon {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }
    .inform-subject li .entry {
        display: block;
    }
    .inform-subject li .text {
        font-size: 14px;
        line-height: 20px;
    }
    .links-main .item {
        float: none;
        width: auto;
        height: auto;
        padding: 35px 15px 40px;
    }
    .links-main .item .text {
        margin-bottom: 35px;
    }
    .order-detail li {
        display: block;
        width: auto;
    }
    .order-detail li .level {
        display: block;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
    }
    .order-detail li .value {
        display: block;
        border: 0;
        padding-left: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .order-detail li:first-child .value {
        border: 0;
    }
    .project-list .bt {
        margin-top: 35px;
    }
    .offer-list .item {
        width: auto;
        padding: 0;
        margin-right: 0 !important;
        margin-bottom: 40px;
        float: none;
    }
    .offer-list .item .date {
        position: static;
        margin-bottom: 25px;
    }
    .offer-list .item .text {
        font-size: 14px;
        line-height: 20px;
    }
    .vacancy-list .item {
        width: auto;
        max-height: auto !important;
        padding-bottom: 40px;
        margin-right: 0 !important;
        float: none;
        margin-top: 22px;
    }
    .vacancy-list .item:first-child {
        margin-top: 0;
    }
    .vacancy-list .item .bt {
        position: static;
        margin-top: 40px;
    }
    .step-1 .tx {
        display: block;
        margin: 0;
    }
    .step-1 .bt {
        margin-top: 23px;
    }
    .step-2 {
        padding: 65px 0 45px;
    }
    .step-2 .intro {
        font-size: 14px;
        line-height: 20px;
    }
    .step-2 .outro {
        margin-top: 55px;
        font-size: 15px;
        line-height: 22px;
    }
    .step-2 .detail {
        margin-top: 25px;
    }
    .step-3 .text {
        font-size: 15px;
        line-height: 22px;
    }
    .step-6 {
        padding: 65px 0 70px;
    }
    .step-6 .list .box {
        margin-top: 25px;
        font-size: 14px;
        line-height: 20px;
    }
    .step-6 .list li {
        padding-left: 44px;
        margin-top: 20px;
    }
    .step-6 .list li:first-child {
        margin-top: 20px;
    }
    .step-7 .intro {
        margin-bottom: 65px;
    }
    .step-7 ul {
        text-align: center;
    }
    .step-7 li {
        margin-bottom: 40px;
    }
    .step-7 li .top {
        height: auto;
    }
    .step-7 li .icon {
        display: block;
        width: auto;
        margin-bottom: 25px;
    }
    .step-7 li .title {
        display: block;
        margin-bottom: 20px;
    }
    .step-7 li .text {
        font-size: 14px;
        line-height: 20px;
    }
    .step-8 {
        padding: 75px 0 80px;
    }
    .site-footer {
        padding-bottom: 35px;
    }
    .site-footer .side {
        width: auto;
        float: none;
        padding: 0;
    }
    .site-footer .intro {
        max-width: none;
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .site-footer .share {
        text-align: center;
    }
    .site-footer .share a {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .site-footer .contacts {
        width: auto;
        float: none;
        padding: 15px 0 0 0;
    }
    .site-footer .contacts ul {
        font-size: 14px;
    }
    .site-footer .menu {
        padding-top: 35px;
    }
    .site-footer .menu .bt {
        display: block;
    }
    .site-footer .menu .box {
        display: none;
    }
    .site-footer .bot {
        margin-top: 39px;
    }
}
@media screen and (max-width: 616px) {
    .wh {
        background: #ff0;
        color: #000;
    }
    .title-box .title {
        font-size: 24px;
    }
    .title-box .text {
        margin-top: 13px;
        font-size: 14px;
        line-height: 18px;
    }
    .inform-about-main .bt a {
        position: relative;
        display: block;
        margin: 14px auto 0;
    }
    .inform-about-main .bt a:first-child {
        margin-top: 0;
    }
    .inform-tbl {
        font-size: 14px;
    }
    .inform-tbl .f1 {
        width: 70%;
    }
    .inform-tbl .f2 {
        width: 30%;
    }
    .inform-tbl .f6 {
        width: 60%;
    }
    .inform-tbl .f7 {
        width: 22%;
    }
    .inform-tbl .f8 {
        width: 18%;
    }
    .inform-tbl .head > * span {
        display: none;
    }
    .inform-tbl ul {
        line-height: 20px;
    }
    .step-2 ul {
        margin-top: 45px;
    }
    .step-2 ul:before {
        display: none;
    }
    .step-2 li {
        float: none;
        width: auto;
        margin-top: 44px;
    }
    .step-2 li:first-child {
        margin-top: 0;
    }
    .step-2 li:after {
        display: block;
        content: "";
        background: url(/Content/i/step2-bull-m.png) no-repeat;
        width: 3px;
        height: 22px;
        position: absolute;
        left: 50%;
        bottom: 100%;
        margin: 0 0 12px -1.5px;
    }
    .step-2 li:first-child:after {
        display: none;
    }
    .step-2 li .text {
        font-size: 14px;
        line-height: 20px;
    }
    .ui-dialog-form .ui-dialog-titlebar-close {
        right: 15px;
    }
    .ui-dialog-form .ui-dialog-content {
        padding: 55px 15px 60px;
    }
}
@media screen and (max-width: 516px) {
    .wh {
        background: silver;
        color: #000;
    }
    .banner-main .menu-mob {
        padding: 20px 0 18px;
    }
    .banner-main .menu-mob .bt {
        padding: 0;
        height: auto;
        line-height: 1;
        text-align: center;
    }
    .banner-main .menu-mob .bt:after {
        display: none;
    }
    .banner-main .menu-mob .quickly {
        position: static;
        width: auto;
        margin-top: 20px;
        text-align: center;
    }
    .banner-main .menu-mob .quickly a {
        display: inline-block;
        vertical-align: top;
        width: 196px;
    }
    .com-write .code {
        padding-right: 0;
        max-width: 196px;
    }
    .com-write .code img {
        position: static;
        margin-top: 15px;
    }
    .form-box .inline .item {
        width: auto !important;
        float: none;
        margin-right: 0;
    }
    .order-form .check {
        position: relative;
        padding-left: 44px;
        margin-top: 30px;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }
    .order-form .check .jq-checkbox {
        position: absolute;
        left: 0;
        top: -4px;
    }
}
@media screen and (max-width: 416px) {
    .wh {
        background: silver;
        color: #fff;
    }
    .pagination a {
        margin: 0 3px;
    }
    .pagination span {
        margin: 0 7px;
    }
    .inform-tbl .f6 {
        width: 54%;
    }
    .inform-tbl .f7 {
        width: 26%;
    }
    .inform-tbl .f8 {
        width: 20%;
    }
    .site-footer .share a {
        margin-right: 10px;
    }
    .site-footer .bot {
        padding: 30px 0;
        height: auto;
        line-height: normal;
        text-align: center;
    }
    .site-footer .copy {
        float: none;
    }
    .site-footer .magwai {
        float: none;
        margin-top: 13px;
    }
    .dialog-login .bot {
        text-align: center;
    }
    .dialog-login .check {
        float: none;
    }
    .dialog-login .lost {
        float: none;
        margin-top: 25px;
    }
}
.intl-tel-input {
    position: relative;
    display: inline-block;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
    display: none;
}
.intl-tel-input .v-hide {
    visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
    position: absolute;
    z-index: 999;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}
@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}
.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
    padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
    color: #999;
}
.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
    background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"] {
    padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"] {
    padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"] {
    padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
    padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"] {
    padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
    padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"] {
    padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"] {
    padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px;
}
.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.intl-tel-input.iti-container:hover {
    cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em;
}
.iti-flag {
    width: 20px;
}
.iti-flag.be {
    width: 18px;
}
.iti-flag.ch {
    width: 15px;
}
.iti-flag.mc {
    width: 19px;
}
.iti-flag.ne {
    width: 18px;
}
.iti-flag.np {
    width: 13px;
}
.iti-flag.va {
    width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px;
    }
}
.iti-flag.ac {
    height: 10px;
    background-position: 0 0;
}
.iti-flag.ad {
    height: 14px;
    background-position: -22px 0;
}
.iti-flag.ae {
    height: 10px;
    background-position: -44px 0;
}
.iti-flag.af {
    height: 14px;
    background-position: -66px 0;
}
.iti-flag.ag {
    height: 14px;
    background-position: -88px 0;
}
.iti-flag.ai {
    height: 10px;
    background-position: -110px 0;
}
.iti-flag.al {
    height: 15px;
    background-position: -132px 0;
}
.iti-flag.am {
    height: 10px;
    background-position: -154px 0;
}
.iti-flag.ao {
    height: 14px;
    background-position: -176px 0;
}
.iti-flag.aq {
    height: 14px;
    background-position: -198px 0;
}
.iti-flag.ar {
    height: 13px;
    background-position: -220px 0;
}
.iti-flag.as {
    height: 10px;
    background-position: -242px 0;
}
.iti-flag.at {
    height: 14px;
    background-position: -264px 0;
}
.iti-flag.au {
    height: 10px;
    background-position: -286px 0;
}
.iti-flag.aw {
    height: 14px;
    background-position: -308px 0;
}
.iti-flag.ax {
    height: 13px;
    background-position: -330px 0;
}
.iti-flag.az {
    height: 10px;
    background-position: -352px 0;
}
.iti-flag.ba {
    height: 10px;
    background-position: -374px 0;
}
.iti-flag.bb {
    height: 14px;
    background-position: -396px 0;
}
.iti-flag.bd {
    height: 12px;
    background-position: -418px 0;
}
.iti-flag.be {
    height: 15px;
    background-position: -440px 0;
}
.iti-flag.bf {
    height: 14px;
    background-position: -460px 0;
}
.iti-flag.bg {
    height: 12px;
    background-position: -482px 0;
}
.iti-flag.bh {
    height: 12px;
    background-position: -504px 0;
}
.iti-flag.bi {
    height: 12px;
    background-position: -526px 0;
}
.iti-flag.bj {
    height: 14px;
    background-position: -548px 0;
}
.iti-flag.bl {
    height: 14px;
    background-position: -570px 0;
}
.iti-flag.bm {
    height: 10px;
    background-position: -592px 0;
}
.iti-flag.bn {
    height: 10px;
    background-position: -614px 0;
}
.iti-flag.bo {
    height: 14px;
    background-position: -636px 0;
}
.iti-flag.bq {
    height: 14px;
    background-position: -658px 0;
}
.iti-flag.br {
    height: 14px;
    background-position: -680px 0;
}
.iti-flag.bs {
    height: 10px;
    background-position: -702px 0;
}
.iti-flag.bt {
    height: 14px;
    background-position: -724px 0;
}
.iti-flag.bv {
    height: 15px;
    background-position: -746px 0;
}
.iti-flag.bw {
    height: 14px;
    background-position: -768px 0;
}
.iti-flag.by {
    height: 10px;
    background-position: -790px 0;
}
.iti-flag.bz {
    height: 14px;
    background-position: -812px 0;
}
.iti-flag.ca {
    height: 10px;
    background-position: -834px 0;
}
.iti-flag.cc {
    height: 10px;
    background-position: -856px 0;
}
.iti-flag.cd {
    height: 15px;
    background-position: -878px 0;
}
.iti-flag.cf {
    height: 14px;
    background-position: -900px 0;
}
.iti-flag.cg {
    height: 14px;
    background-position: -922px 0;
}
.iti-flag.ch {
    height: 15px;
    background-position: -944px 0;
}
.iti-flag.ci {
    height: 14px;
    background-position: -961px 0;
}
.iti-flag.ck {
    height: 10px;
    background-position: -983px 0;
}
.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0;
}
.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0;
}
.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0;
}
.iti-flag.co {
    height: 14px;
    background-position: -1071px 0;
}
.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0;
}
.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0;
}
.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0;
}
.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0;
}
.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0;
}
.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0;
}
.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0;
}
.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0;
}
.iti-flag.de {
    height: 12px;
    background-position: -1269px 0;
}
.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0;
}
.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0;
}
.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0;
}
.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0;
}
.iti-flag.do {
    height: 13px;
    background-position: -1379px 0;
}
.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0;
}
.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0;
}
.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0;
}
.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0;
}
.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0;
}
.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0;
}
.iti-flag.er {
    height: 10px;
    background-position: -1533px 0;
}
.iti-flag.es {
    height: 14px;
    background-position: -1555px 0;
}
.iti-flag.et {
    height: 10px;
    background-position: -1577px 0;
}
.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0;
}
.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0;
}
.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0;
}
.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0;
}
.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0;
}
.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0;
}
.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0;
}
.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0;
}
.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0;
}
.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0;
}
.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0;
}
.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0;
}
.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0;
}
.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0;
}
.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0;
}
.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0;
}
.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0;
}
.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0;
}
.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0;
}
.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0;
}
.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0;
}
.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0;
}
.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0;
}
.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0;
}
.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0;
}
.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0;
}
.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0;
}
.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0;
}
.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0;
}
.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0;
}
.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0;
}
.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0;
}
.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0;
}
.iti-flag.id {
    height: 14px;
    background-position: -2325px 0;
}
.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0;
}
.iti-flag.il {
    height: 15px;
    background-position: -2369px 0;
}
.iti-flag.im {
    height: 10px;
    background-position: -2391px 0;
}
.iti-flag.in {
    height: 14px;
    background-position: -2413px 0;
}
.iti-flag.io {
    height: 10px;
    background-position: -2435px 0;
}
.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0;
}
.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0;
}
.iti-flag.is {
    height: 15px;
    background-position: -2501px 0;
}
.iti-flag.it {
    height: 14px;
    background-position: -2523px 0;
}
.iti-flag.je {
    height: 12px;
    background-position: -2545px 0;
}
.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0;
}
.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0;
}
.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0;
}
.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0;
}
.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0;
}
.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0;
}
.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0;
}
.iti-flag.km {
    height: 12px;
    background-position: -2721px 0;
}
.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0;
}
.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0;
}
.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0;
}
.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0;
}
.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0;
}
.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0;
}
.iti-flag.la {
    height: 14px;
    background-position: -2875px 0;
}
.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0;
}
.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0;
}
.iti-flag.li {
    height: 12px;
    background-position: -2941px 0;
}
.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0;
}
.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0;
}
.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0;
}
.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0;
}
.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0;
}
.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0;
}
.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0;
}
.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0;
}
.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0;
}
.iti-flag.md {
    height: 10px;
    background-position: -3160px 0;
}
.iti-flag.me {
    height: 10px;
    background-position: -3182px 0;
}
.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0;
}
.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0;
}
.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0;
}
.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0;
}
.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0;
}
.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0;
}
.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0;
}
.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0;
}
.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0;
}
.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0;
}
.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0;
}
.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0;
}
.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0;
}
.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0;
}
.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0;
}
.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0;
}
.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0;
}
.iti-flag.my {
    height: 10px;
    background-position: -3578px 0;
}
.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0;
}
.iti-flag.na {
    height: 14px;
    background-position: -3622px 0;
}
.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0;
}
.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0;
}
.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0;
}
.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0;
}
.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0;
}
.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0;
}
.iti-flag.no {
    height: 15px;
    background-position: -3774px 0;
}
.iti-flag.np {
    height: 15px;
    background-position: -3796px 0;
}
.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0;
}
.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0;
}
.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0;
}
.iti-flag.om {
    height: 10px;
    background-position: -3877px 0;
}
.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0;
}
.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0;
}
.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0;
}
.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0;
}
.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0;
}
.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0;
}
.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0;
}
.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0;
}
.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0;
}
.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0;
}
.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0;
}
.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0;
}
.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0;
}
.iti-flag.py {
    height: 11px;
    background-position: -4185px 0;
}
.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0;
}
.iti-flag.re {
    height: 14px;
    background-position: -4229px 0;
}
.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0;
}
.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0;
}
.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0;
}
.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0;
}
.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0;
}
.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0;
}
.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0;
}
.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0;
}
.iti-flag.se {
    height: 13px;
    background-position: -4427px 0;
}
.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0;
}
.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0;
}
.iti-flag.si {
    height: 10px;
    background-position: -4493px 0;
}
.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0;
}
.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0;
}
.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0;
}
.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0;
}
.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0;
}
.iti-flag.so {
    height: 14px;
    background-position: -4625px 0;
}
.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0;
}
.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0;
}
.iti-flag.st {
    height: 10px;
    background-position: -4691px 0;
}
.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0;
}
.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0;
}
.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0;
}
.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0;
}
.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0;
}
.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0;
}
.iti-flag.td {
    height: 14px;
    background-position: -4845px 0;
}
.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0;
}
.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0;
}
.iti-flag.th {
    height: 14px;
    background-position: -4911px 0;
}
.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0;
}
.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0;
}
.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0;
}
.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0;
}
.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0;
}
.iti-flag.to {
    height: 10px;
    background-position: -5043px 0;
}
.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0;
}
.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0;
}
.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0;
}
.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0;
}
.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0;
}
.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0;
}
.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0;
}
.iti-flag.um {
    height: 11px;
    background-position: -5219px 0;
}
.iti-flag.us {
    height: 11px;
    background-position: -5241px 0;
}
.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0;
}
.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0;
}
.iti-flag.va {
    height: 15px;
    background-position: -5307px 0;
}
.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0;
}
.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0;
}
.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0;
}
.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0;
}
.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0;
}
.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0;
}
.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0;
}
.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0;
}
.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0;
}
.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0;
}
.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0;
}
.iti-flag.za {
    height: 14px;
    background-position: -5566px 0;
}
.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0;
}
.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0;
}
.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("/Content/i/flags.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("/Content/i/flags@2x.png");
    }
}
.iti-flag.np {
    background-color: transparent;
}
.datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}
.datepicker--cell.-focus- {
    background: #f0f0f0;
}
.datepicker--cell.-current- {
    color: #4eb5e6;
}
.datepicker--cell.-current-.-focus- {
    color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6;
}
.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae;
}
.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef;
}
.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px;
}
.datepicker--cell.-selected- {
    border: none;
}
.datepicker--cell.-selected-.-focus- {
    background: #45bced;
}
.datepicker--cell:empty {
    cursor: default;
}
.datepicker--days-names {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px;
}
.datepicker--day-name {
    color: #ff9a19;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
}
.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
    display: none;
}
.datepicker--cell-day {
    width: 14.28571%;
}
.datepicker--cells-months {
    height: 170px;
}
.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}
.datepicker--cells-years,
.datepicker--years {
    height: 170px;
}
.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}
.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
}
@media print {
    .datepickers-container {
        display: none;
    }
}
.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition:
        opacity 0.3s ease,
        left 0s 0.3s,
        -webkit-transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        left 0s 0.3s;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        left 0s 0.3s,
        -webkit-transform 0.3s ease;
    z-index: 100;
}
.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}
.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}
.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition:
        opacity 0.3s ease,
        left 0s 0s,
        -webkit-transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        left 0s 0s;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        left 0s 0s,
        -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.datepicker--content {
    box-sizing: content-box;
    padding: 4px;
}
.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}
.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
    background: #f0f0f0;
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px;
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px;
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}
.datepicker--body.active {
    display: block;
}
.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px;
}
.-only-timepicker- .datepicker--nav {
    display: none;
}
.datepicker--nav-action,
.datepicker--nav-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker--nav-action.-disabled- {
    visibility: hidden;
}
.datepicker--nav-action svg {
    width: 32px;
    height: 32px;
}
.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px;
}
.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
}
.datepicker--buttons,
.datepicker--time {
    border-top: 1px solid #efefef;
    padding: 4px;
}
.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px;
}
.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0;
}
.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
}
.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0;
}
.datepicker--time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px;
}
.-only-timepicker- .datepicker--time {
    border-top: none;
}
.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
}
.datepicker--time-label {
    display: none;
    font-size: 12px;
}
.datepicker--time-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: "";
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1;
}
.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}
.datepicker--time-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
    margin-bottom: 4px;
}
.datepicker--time-row input[type="range"] {
    background: 0 0;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-ms-tooltip {
    display: none;
}
.datepicker--time-row input[type="range"]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-moz-range-thumb {
    border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-ms-thumb {
    border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:focus {
    outline: 0;
}
.datepicker--time-row input[type="range"]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: -6px;
}
.datepicker--time-row input[type="range"]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}
.datepicker--time-row input[type="range"]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-lower {
    background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-upper {
    background: 0 0;
}
.datepicker--time-row span {
    padding: 0 12px;
}
.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute;
}
.datepicker--time-icon:after {
    height: 0.4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.datepicker--time-icon:before {
    width: 0.4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}
@font-face {
    font-family: "FontAwesome";
    src: url("/Content/css/fonts/fontawesome-webfont.eot?v=4.7.0");
    src:
        url("/Content/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
        url("/Content/css/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("/Content/css/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("/Content/css/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("/Content/css/Content/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-envelope-o:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-o:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-gear:before,
.fa-cog:before {
    content: "";
}
.fa-trash-o:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-file-o:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-arrow-circle-o-down:before {
    content: "";
}
.fa-arrow-circle-o-up:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-play-circle-o:before {
    content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}
.fa-refresh:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-video-camera:before {
    content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}
.fa-pencil:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}
.fa-share-square-o:before {
    content: "";
}
.fa-check-square-o:before {
    content: "";
}
.fa-arrows:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-times-circle-o:before {
    content: "";
}
.fa-check-circle-o:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-arrows-v:before {
    content: "";
}
.fa-arrows-h:before {
    content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-gears:before,
.fa-cogs:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-thumbs-o-up:before {
    content: "";
}
.fa-thumbs-o-down:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-heart-o:before {
    content: "";
}
.fa-sign-out:before {
    content: "";
}
.fa-linkedin-square:before {
    content: "";
}
.fa-thumb-tack:before {
    content: "";
}
.fa-external-link:before {
    content: "";
}
.fa-sign-in:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-lemon-o:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-square-o:before {
    content: "";
}
.fa-bookmark-o:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-feed:before,
.fa-rss:before {
    content: "";
}
.fa-hdd-o:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-hand-o-right:before {
    content: "";
}
.fa-hand-o-left:before {
    content: "";
}
.fa-hand-o-up:before {
    content: "";
}
.fa-hand-o-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-group:before,
.fa-users:before {
    content: "";
}
.fa-chain:before,
.fa-link:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-cut:before,
.fa-scissors:before {
    content: "";
}
.fa-copy:before,
.fa-files-o:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-money:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}
.fa-legal:before,
.fa-gavel:before {
    content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}
.fa-comment-o:before {
    content: "";
}
.fa-comments-o:before {
    content: "";
}
.fa-flash:before,
.fa-bolt:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "";
}
.fa-lightbulb-o:before {
    content: "";
}
.fa-exchange:before {
    content: "";
}
.fa-cloud-download:before {
    content: "";
}
.fa-cloud-upload:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-bell-o:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cutlery:before {
    content: "";
}
.fa-file-text-o:before {
    content: "";
}
.fa-building-o:before {
    content: "";
}
.fa-hospital-o:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}
.fa-circle-o:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-folder-o:before {
    content: "";
}
.fa-folder-open-o:before {
    content: "";
}
.fa-smile-o:before {
    content: "";
}
.fa-frown-o:before {
    content: "";
}
.fa-meh-o:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-keyboard-o:before {
    content: "";
}
.fa-flag-o:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-code-fork:before {
    content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-shield:before {
    content: "";
}
.fa-calendar-o:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-ticket:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-minus-square-o:before {
    content: "";
}
.fa-level-up:before {
    content: "";
}
.fa-level-down:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-pencil-square:before {
    content: "";
}
.fa-external-link-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}
.fa-euro:before,
.fa-eur:before {
    content: "";
}
.fa-gbp:before {
    content: "";
}
.fa-dollar:before,
.fa-usd:before {
    content: "";
}
.fa-rupee:before,
.fa-inr:before {
    content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}
.fa-won:before,
.fa-krw:before {
    content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-text:before {
    content: "";
}
.fa-sort-alpha-asc:before {
    content: "";
}
.fa-sort-alpha-desc:before {
    content: "";
}
.fa-sort-amount-asc:before {
    content: "";
}
.fa-sort-amount-desc:before {
    content: "";
}
.fa-sort-numeric-asc:before {
    content: "";
}
.fa-sort-numeric-desc:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-youtube-play:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitbucket-square:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-long-arrow-down:before {
    content: "";
}
.fa-long-arrow-up:before {
    content: "";
}
.fa-long-arrow-left:before {
    content: "";
}
.fa-long-arrow-right:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}
.fa-sun-o:before {
    content: "";
}
.fa-moon-o:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-arrow-circle-o-right:before {
    content: "";
}
.fa-arrow-circle-o-left:before {
    content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}
.fa-dot-circle-o:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}
.fa-plus-square-o:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-pied-piper-pp:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-spoon:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-automobile:before,
.fa-car:before {
    content: "";
}
.fa-cab:before,
.fa-taxi:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-file-pdf-o:before {
    content: "";
}
.fa-file-word-o:before {
    content: "";
}
.fa-file-excel-o:before {
    content: "";
}
.fa-file-powerpoint-o:before {
    content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}
.fa-file-code-o:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}
.fa-circle-o-notch:before {
    content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}
.fa-ge:before,
.fa-empire:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-circle-thin:before {
    content: "";
}
.fa-header:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-sliders:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-newspaper-o:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bell-slash-o:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-eyedropper:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-area-chart:before {
    content: "";
}
.fa-pie-chart:before {
    content: "";
}
.fa-line-chart:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-cc:before {
    content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}
.fa-meanpath:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-diamond:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-facebook-official:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-hotel:before,
.fa-bed:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-medium:before {
    content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}
.fa-mouse-pointer:before {
    content: "";
}
.fa-i-cursor:before {
    content: "";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-sticky-note:before {
    content: "";
}
.fa-sticky-note-o:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-balance-scale:before {
    content: "";
}
.fa-hourglass-o:before {
    content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}
.fa-hourglass:before {
    content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}
.fa-hand-scissors-o:before {
    content: "";
}
.fa-hand-lizard-o:before {
    content: "";
}
.fa-hand-spock-o:before {
    content: "";
}
.fa-hand-pointer-o:before {
    content: "";
}
.fa-hand-peace-o:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-tripadvisor:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-odnoklassniki-square:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-tv:before,
.fa-television:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-500px:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-calendar-plus-o:before {
    content: "";
}
.fa-calendar-minus-o:before {
    content: "";
}
.fa-calendar-times-o:before {
    content: "";
}
.fa-calendar-check-o:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-map-signs:before {
    content: "";
}
.fa-map-o:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-commenting:before {
    content: "";
}
.fa-commenting-o:before {
    content: "";
}
.fa-houzz:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-credit-card-alt:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-pause-circle-o:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stop-circle-o:before {
    content: "";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-universal-access:before {
    content: "";
}
.fa-wheelchair-alt:before {
    content: "";
}
.fa-question-circle-o:before {
    content: "";
}
.fa-blind:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-volume-control-phone:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-assistive-listening-systems:before {
    content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "";
}
.fa-low-vision:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viadeo-square:before {
    content: "";
}
.fa-snapchat:before {
    content: "";
}
.fa-snapchat-ghost:before {
    content: "";
}
.fa-snapchat-square:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}
.fa-handshake-o:before {
    content: "";
}
.fa-envelope-open:before {
    content: "";
}
.fa-envelope-open-o:before {
    content: "";
}
.fa-linode:before {
    content: "";
}
.fa-address-book:before {
    content: "";
}
.fa-address-book-o:before {
    content: "";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}
.fa-user-circle:before {
    content: "";
}
.fa-user-circle-o:before {
    content: "";
}
.fa-user-o:before {
    content: "";
}
.fa-id-badge:before {
    content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}
.fa-quora:before {
    content: "";
}
.fa-free-code-camp:before {
    content: "";
}
.fa-telegram:before {
    content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}
.fa-shower:before {
    content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}
.fa-podcast:before {
    content: "";
}
.fa-window-maximize:before {
    content: "";
}
.fa-window-minimize:before {
    content: "";
}
.fa-window-restore:before {
    content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}
.fa-bandcamp:before {
    content: "";
}
.fa-grav:before {
    content: "";
}
.fa-etsy:before {
    content: "";
}
.fa-imdb:before {
    content: "";
}
.fa-ravelry:before {
    content: "";
}
.fa-eercast:before {
    content: "";
}
.fa-microchip:before {
    content: "";
}
.fa-snowflake-o:before {
    content: "";
}
.fa-superpowers:before {
    content: "";
}
.fa-wpexplorer:before {
    content: "";
}
.fa-meetup:before {
    content: "";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
