@charset "UTF-8";
/* reset */
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic");*/

@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'),
    url('./fonts/Lato-Regular.woff2') format('woff2'),
    url('./fonts/Lato-Regular.woff') format('woff'),
    url('./fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Medium'), local('Lato-Medium'),
    url('./fonts/Lato-Medium.woff2') format('woff2'),
    url('./fonts/Lato-Medium.woff') format('woff'),
    url('./fonts/Lato-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }

body {
    line-height: 1; }

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

nav 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, select {
    vertical-align: middle; }

*:focus {
    outline: none; }

li {
    list-style: none; }

body {
    padding: 0;
    margin: 0; }

input[type="submit"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

/* clearfix */
.clearfix, .logo-block, .news-list, .panel-yellow, .item-list ul, .box-modal-content .item {
    display: block; }
.clearfix:after, .logo-block:after, .news-list:after, .panel-yellow:after, .item-list ul:after, .box-modal-content .item:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

html[xmlns] .clearfix, html[xmlns] .logo-block, html[xmlns] .news-list, html[xmlns] .panel-yellow, html[xmlns] .item-list ul, .item-list html[xmlns] ul, html[xmlns] .box-modal-content .item, .box-modal-content html[xmlns] .item {
    display: block; }

* html .clearfix, * html .logo-block, * html .news-list, * html .panel-yellow, * html .item-list ul, .item-list * html ul, * html .box-modal-content .item, .box-modal-content * html .item {
    height: 1%; }

.clear {
    clear: both; }

@-ms-viewport {
    width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important; }

@media (max-width: 767px) {
    .visible-xs {
        display: block !important; }

    table.visible-xs {
        display: table; }

    tr.visible-xs {
        display: table-row !important; }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important; } }
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important; } }
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important; } }
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important; }

    table.visible-sm {
        display: table; }

    tr.visible-sm {
        display: table-row !important; }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important; }

    table.visible-md {
        display: table; }

    tr.visible-md {
        display: table-row !important; }

    th.visible-md,
    td.visible-md {
        display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important; } }
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important; }

    table.visible-lg {
        display: table; }

    tr.visible-lg {
        display: table-row !important; }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important; } }
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important; } }
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important; } }
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important; } }
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important; } }
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important; } }
.visible-print {
    display: none !important; }

@media print {
    .visible-print {
        display: block !important; }

    table.visible-print {
        display: table; }

    tr.visible-print {
        display: table-row !important; }

    th.visible-print,
    td.visible-print {
        display: table-cell !important; } }
.visible-print-block {
    display: none !important; }

@media print {
    .visible-print-block {
        display: block !important; } }
.visible-print-inline {
    display: none !important; }

@media print {
    .visible-print-inline {
        display: inline !important; } }
.visible-print-inline-block {
    display: none !important; }

@media print {
    .visible-print-inline-block {
        display: inline-block !important; } }
@media print {
    .hidden-print {
        display: none !important; } }
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }

@media (min-width: 768px) {
    .container {
        width: 750px; } }
@media (min-width: 992px) {
    .container {
        width: 970px; } }
@media (min-width: 1200px) {
    .container {
        width: 1170px; } }
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left; }

    .col-sm-12 {
        width: 100%; }

    .col-sm-11 {
        width: 91.66666667%; }

    .col-sm-10 {
        width: 83.33333333%; }

    .col-sm-9 {
        width: 75%; }

    .col-sm-8 {
        width: 66.66666667%; }

    .col-sm-7 {
        width: 58.33333333%; }

    .col-sm-6 {
        width: 50%; }

    .col-sm-5 {
        width: 41.66666667%; }

    .col-sm-4 {
        width: 33.33333333%; }

    .col-sm-3 {
        width: 25%; }

    .col-sm-2 {
        width: 16.66666667%; }

    .col-sm-1 {
        width: 8.33333333%; }

    .col-sm-pull-12 {
        right: 100%; }

    .col-sm-pull-11 {
        right: 91.66666667%; }

    .col-sm-pull-10 {
        right: 83.33333333%; }

    .col-sm-pull-9 {
        right: 75%; }

    .col-sm-pull-8 {
        right: 66.66666667%; }

    .col-sm-pull-7 {
        right: 58.33333333%; }

    .col-sm-pull-6 {
        right: 50%; }

    .col-sm-pull-5 {
        right: 41.66666667%; }

    .col-sm-pull-4 {
        right: 33.33333333%; }

    .col-sm-pull-3 {
        right: 25%; }

    .col-sm-pull-2 {
        right: 16.66666667%; }

    .col-sm-pull-1 {
        right: 8.33333333%; }

    .col-sm-pull-0 {
        right: auto; }

    .col-sm-push-12 {
        left: 100%; }

    .col-sm-push-11 {
        left: 91.66666667%; }

    .col-sm-push-10 {
        left: 83.33333333%; }

    .col-sm-push-9 {
        left: 75%; }

    .col-sm-push-8 {
        left: 66.66666667%; }

    .col-sm-push-7 {
        left: 58.33333333%; }

    .col-sm-push-6 {
        left: 50%; }

    .col-sm-push-5 {
        left: 41.66666667%; }

    .col-sm-push-4 {
        left: 33.33333333%; }

    .col-sm-push-3 {
        left: 25%; }

    .col-sm-push-2 {
        left: 16.66666667%; }

    .col-sm-push-1 {
        left: 8.33333333%; }

    .col-sm-push-0 {
        left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-0 {
        margin-left: 0%; } }
@media (min-width: 992px) {
    .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left; }

    .col-md-12 {
        width: 100%; }

    .col-md-11 {
        width: 91.66666667%; }

    .col-md-10 {
        width: 83.33333333%; }

    .col-md-9 {
        width: 75%; }

    .col-md-8 {
        width: 66.66666667%; }

    .col-md-7 {
        width: 58.33333333%; }

    .col-md-6 {
        width: 50%; }

    .col-md-5 {
        width: 41.66666667%; }

    .col-md-4 {
        width: 33.33333333%; }

    .col-md-3 {
        width: 25%; }

    .col-md-2 {
        width: 16.66666667%; }

    .col-md-1 {
        width: 8.33333333%; }

    .col-md-pull-12 {
        right: 100%; }

    .col-md-pull-11 {
        right: 91.66666667%; }

    .col-md-pull-10 {
        right: 83.33333333%; }

    .col-md-pull-9 {
        right: 75%; }

    .col-md-pull-8 {
        right: 66.66666667%; }

    .col-md-pull-7 {
        right: 58.33333333%; }

    .col-md-pull-6 {
        right: 50%; }

    .col-md-pull-5 {
        right: 41.66666667%; }

    .col-md-pull-4 {
        right: 33.33333333%; }

    .col-md-pull-3 {
        right: 25%; }

    .col-md-pull-2 {
        right: 16.66666667%; }

    .col-md-pull-1 {
        right: 8.33333333%; }

    .col-md-pull-0 {
        right: auto; }

    .col-md-push-12 {
        left: 100%; }

    .col-md-push-11 {
        left: 91.66666667%; }

    .col-md-push-10 {
        left: 83.33333333%; }

    .col-md-push-9 {
        left: 75%; }

    .col-md-push-8 {
        left: 66.66666667%; }

    .col-md-push-7 {
        left: 58.33333333%; }

    .col-md-push-6 {
        left: 50%; }

    .col-md-push-5 {
        left: 41.66666667%; }

    .col-md-push-4 {
        left: 33.33333333%; }

    .col-md-push-3 {
        left: 25%; }

    .col-md-push-2 {
        left: 16.66666667%; }

    .col-md-push-1 {
        left: 8.33333333%; }

    .col-md-push-0 {
        left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-0 {
        margin-left: 0%; } }
@media (min-width: 1200px) {
    .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left; }

    .col-lg-12 {
        width: 100%; }

    .col-lg-11 {
        width: 91.66666667%; }

    .col-lg-10 {
        width: 83.33333333%; }

    .col-lg-9 {
        width: 75%; }

    .col-lg-8 {
        width: 66.66666667%; }

    .col-lg-7 {
        width: 58.33333333%; }

    .col-lg-6 {
        width: 50%; }

    .col-lg-5 {
        width: 41.66666667%; }

    .col-lg-4 {
        width: 33.33333333%; }

    .col-lg-3 {
        width: 25%; }

    .col-lg-2 {
        width: 16.66666667%; }

    .col-lg-1 {
        width: 8.33333333%; }

    .col-lg-pull-12 {
        right: 100%; }

    .col-lg-pull-11 {
        right: 91.66666667%; }

    .col-lg-pull-10 {
        right: 83.33333333%; }

    .col-lg-pull-9 {
        right: 75%; }

    .col-lg-pull-8 {
        right: 66.66666667%; }

    .col-lg-pull-7 {
        right: 58.33333333%; }

    .col-lg-pull-6 {
        right: 50%; }

    .col-lg-pull-5 {
        right: 41.66666667%; }

    .col-lg-pull-4 {
        right: 33.33333333%; }

    .col-lg-pull-3 {
        right: 25%; }

    .col-lg-pull-2 {
        right: 16.66666667%; }

    .col-lg-pull-1 {
        right: 8.33333333%; }

    .col-lg-pull-0 {
        right: auto; }

    .col-lg-push-12 {
        left: 100%; }

    .col-lg-push-11 {
        left: 91.66666667%; }

    .col-lg-push-10 {
        left: 83.33333333%; }

    .col-lg-push-9 {
        left: 75%; }

    .col-lg-push-8 {
        left: 66.66666667%; }

    .col-lg-push-7 {
        left: 58.33333333%; }

    .col-lg-push-6 {
        left: 50%; }

    .col-lg-push-5 {
        left: 41.66666667%; }

    .col-lg-push-4 {
        left: 33.33333333%; }

    .col-lg-push-3 {
        left: 25%; }

    .col-lg-push-2 {
        left: 16.66666667%; }

    .col-lg-push-1 {
        left: 8.33333333%; }

    .col-lg-push-0 {
        left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-0 {
        margin-left: 0%; } }
.clearfix:before, .logo-block:before, .news-list:before, .panel-yellow:before, .item-list ul:before, .box-modal-content .item:before,
.clearfix:after,
.logo-block:after,
.news-list:after,
.panel-yellow:after,
.item-list ul:after,
.box-modal-content .item:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table; }

.clearfix:after, .logo-block:after, .news-list:after, .panel-yellow:after, .item-list ul:after, .box-modal-content .item:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both; }

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

.pull-right {
    float: right !important; }

.pull-left {
    float: left !important; }

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

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
h1, .h1 {
    font-size: 2em;
    /* эквивалентно 32px */
    line-height: 1.625em;
    /* эквивалентно 52px */
    margin: 1.625em 0; }

h2, .h2 {
    font-size: 1.5em;
    /* эквивалентно 24px */
    line-height: 1.0833em;
    /* эквивалентно 26px */
    margin: 1.0833em 0; }

h3, .h3 {
    font-size: 1.17em;
    /* эквивалентно 18.72px */
    line-height: 1.388em;
    margin: 1.388em 0; }

h4, .h4 {
    font-size: 1em;
    /* эквивалентно 16px */
    line-height: 1.625em;
    margin: 1.625em 0; }

h5, .h5 {
    font-size: 0.83em;
    /* эквивалентно 13.28px */
    line-height: 1.957em;
    margin: 1.957em 0; }

h6, .h6 {
    font-size: 0.67em;
    /* эквивалентно 10.72px */
    line-height: 2.4253em;
    margin: 2.4253em 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600; }

.content p {
    line-height: 1.625em;
    margin: 1.625em 0; }
.content ul, .content ol {
    margin-bottom: 1.625em;
    padding-left: 20px; }
.content li {
    position: relative;
    padding-left: 5px;
    font-size: 1em;
    line-height: 1.625em;
    margin-bottom: 0.813em; }
.content ul {
    padding-left: 0; }
.content li {
    padding-left: 25px; }
.content ol li {
    list-style: decimal; }
.content ol li:before {
    display: none; }
.content li:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    left: 0;
    margin-top: 7px; }

strong {
    font-weight: 600; }

table {
    margin: 1.625em 0; }

table th {
    padding: 10px;
    border: 1px solid #d2d2d4;
    font-weight: 600; }

table td {
    padding: 10px;
    border: 1px solid #d2d2d4; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.icon {
    display: inline-block; }

.marker {
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 13px;
    height: 13px; }

* {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

html, body {
    width: 100%;
    height: 100%; }

body {
    background: #ffffff;
    font: 100%/1 "Lato", sans-serif;
    font-weight: 400;
    min-width: 1000px;
    color: #404041;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }

.layout {
    height: auto;
    min-height: 100%;
    padding-bottom: 545px; }

.container {
    width: 990px; }

a {
    color: #599cb0;
    text-decoration: none; }
a:hover {
    text-decoration: underline; }

.section-title {
    font-weight: 600;
    font-size: 2.625em;
    line-height: 1.19048em; }
.section-title .btn {
    font-size: 0.33333em;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    width: 110px;
    vertical-align: middle; }

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    text-align: center;
    display: inline-block;
    padding: 0; }
.btn-blue {
    background: #599cb0;
    color: #ffffff; }
.btn-blue:hover {
    text-decoration: none;
    background: #458da1; }

.form-group {
    margin-bottom: 30px;
    position: relative; }
.form-group .help-text {
    display: none;
    color: #f58b8b;
    bottom: 100%;
    margin: 5px 0 0; }
.form-group.has-error .help-text {
    display: block; }
.form-group.has-error .form-control {
    border: 2px solid #e8a9a9; }
.form-control {
    width: 100%;
    font-size: 0.875em;
    border: none;
    font-family: "Lato", sans-serif;
    height: 46px;
    background: #f2f2f2;
    padding: 0 20px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }

textarea.form-control {
    height: 150px;
    padding-top: 18px;
    padding-bottom: 18px;
    resize: none; }

.main-nav {
    background: #599cb0; }
.main-nav ul {
    float: right; }
.main-nav li {
    float: left; }
.main-nav li.active span {
    background: #458da1; }
.main-nav span {
    font-size: 1.125em;
    display: block;
    padding: 0 20px;
    height: 60px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    line-height: 60px;
    -webkit-transition: all, 0.3s ease;
    -khtml-transition: all, 0.3s ease;
    -moz-transition: all, 0.3s ease;
    -ms-transition: all, 0.3s ease;
    -o-transition: all, 0.3s ease;
    transition: all, 0.3s ease; }
.main-nav span:hover {
    background: #458da1; }
.main-nav a {
    text-decoration: none; }

header {
    position: relative;
    z-index: 30;
    -webkit-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.11);
    -khtml-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.11);
    -o-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.11);
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.11); }

.head-content {
    padding: 20px 0 30px;
    background: #ffffff; }

.subnav {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.11);
    -khtml-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.11);
    -o-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.11);
    padding: 15px 0; }
.subnav-title {
    float: left;
    font-weight: bold;
    color: #3e3e3f;
    height: 70px;
    line-height: 70px;
    font-size: 1.875em;
    margin-right: 70px;
    vertical-align: middle; }
.subnav-list li {
    float: left;
    margin-right: 40px;
    text-align: center; }
.subnav-list li:last-child {
    margin-right: 0; }
.subnav-list a {
    text-decoration: none;
    color: #181716;
    font-size: 1.125em; }
.subnav-icon {
    height: 70px;
    line-height: 70px; }
.subnav-icon img {
    display: inline-block;
    vertical-align: middle; }

.side-nav {
    margin-top: 3.25em; }
.side-nav li {
    font-size: 1.125em;
    line-height: 1.22222em;
    padding-left: 0;
    margin-bottom: 0; }
.side-nav li:before {
    display: none; }
.side-nav li.active span {
    background: #ffc100; }
.side-nav li.active.parent span {
    background: none; }
.side-nav li.active.parent .active span {
    background: #ffc100; }
.side-nav li.active ul {
    display: block; }
.side-nav li ul {
    display: none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0; }
.side-nav li li {
    font-size: 0.77778em;
    line-height: 1.57143em; }
.side-nav li a, .side-nav li span {
    padding: 15px 20px;
    display: block;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
.side-nav li a {
    text-decoration: none;
    color: #404041; }
.side-nav li a:hover {
    text-decoration: none;
    background: #f2f2f2; }

.logo {
    float: left; }
footer .logo-block {
    margin-left: 15px;
    margin-bottom: 25px; }

header .slogan {
    font-size: 1.5em;
    line-height: 1.16667em;
    padding-left: 150px;
    padding-top: 60px; }
footer .slogan {
    font-size: 0.875em;
    line-height: 1.28571em;
    padding-left: 90px;
    padding-top: 25px; }

header .contacts {
    text-align: right;
    margin-top: 50px; }
header .contacts .phone {
    font-size: 2.5em;
    margin-bottom: 15px; }
header .contacts .phone span {
    font-size: 0.75em; }
header .contacts a {
    color: #599cb0; }
footer .contacts {
    font-size: 1em;
    line-height: 1.44444em;
    margin-top: 14px; }
footer .contacts a {
    color: inherit; }
.contacts-form {
    margin-top: 30px;
    margin-bottom: 30px; }
.contacts-form .form-group {
    margin-bottom: 40px; }
.contacts-form .help-text {
    position: absolute;
    bottom: -30px; }
.contacts-form .btn {
    width: 100%;
    font-size: 1.625em;
    height: 62px; }

.categories {
    text-align: center;
    position: relative;
    z-index: 20;
    background: #f2f2f2; }
.categories:before {
    content: '';
    background: #f2f2f2;
    position: absolute;
    width: 100%;
    height: 30px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    bottom: 0;
    left: 0;
    margin-bottom: -15px; }
.categories li {
    vertical-align: top;
    display: inline-block;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border: 1px solid transparent;
    border-top: none;
    margin: 0 10px;
    width: 220px;
    height: 280px; }
.categories li a {
    padding: 70px 20px 20px;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #404041; }
.categories li a:hover {
    text-decoration: none; }
.categories li:hover {
    border-color: #c9c9c9; }
.categories li.active {
    background: #458da1;
    color: #ffffff;
    padding: 70px 20px 20px; }
.categories li.active:hover {
    border-color: transparent; }
.categories p {
    font-size: 1.25em;
    line-height: 1.3em;
    margin-bottom: 15px; }
.categories .icon-wrap {
    height: 90px;
    line-height: 90px; }
.categories .icon-wrap .icon {
    vertical-align: bottom; }
.categories .btn {
    height: 30px;
    line-height: 30px;
    float: right;
    width: 100px;
    position: relative;
    z-index: 10;
    margin-top: -15px;
    font-size: 0.875em; }

.carousel {
    background: url(../images/carousel-bg.jpg) center top no-repeat;
    background-attachment: fixed; }
.carousel li {
    width: 100%;
    float: left;
    height: 410px;
    padding-top: 95px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 50px; }
.carousel .pagin {
    text-align: center;
    margin-top: -50px;
    position: absolute;
    width: 100%;
    z-index: 90; }
.carousel .pagin a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background: #ffc100;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all, 0.3s ease;
    -khtml-transition: all, 0.3s ease;
    -moz-transition: all, 0.3s ease;
    -ms-transition: all, 0.3s ease;
    -o-transition: all, 0.3s ease;
    transition: all, 0.3s ease; }
.carousel .pagin a.selected {
    background: #ffffff; }
.carousel .pagin span {
    display: none; }

.slide-title {
    font-weight: 600;
    font-size: 3.125em;
    margin-bottom: 60px; }
.slide-title .btn {
    margin-left: 30px;
    font-size: 0.28em;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    width: 110px;
    vertical-align: middle; }
.slide-content {
    font-size: 1.875em;
    line-height: 1.26667em; }

.feat-list {
    background: #46b081;
    color: #ffffff;
    padding-top: 70px;
    padding-bottom: 30px; }
.content .feat-list {
    background: none;
    padding-top: 0;
    padding-bottom: 30px;
    color: #404041; }
.feat-list .section-title {
    margin-bottom: 40px; }
.feat-list .section-title .btn {
    margin-left: 30px; }
.feat-item {
    height: 240px; }
.feat-item-title {
    height: 4em;
    margin-bottom: 10px;
    font-size: 1.5em;
    line-height: 1.25em; }
.feat-item-title .wrap {
    display: table;
    width: 100%; }
.feat-item-content {
    padding-left: 90px; }
.feat-item .icon-wrap {
    display: table-cell;
    width: 90px;
    padding-right: 10px;
    text-align: right; }
.feat-item .icon-control {
    margin-top: -5px; }
.feat-item .title {
    display: table-cell;
    vertical-align: middle; }
.feat-item p {
    font-size: 0.875em;
    line-height: 1.64286em; }

.service-list {
    background: #f2f2f2;
    padding-top: 60px; }
.content .service-list {
    background: none;
    padding: 0; }
.service-item {
    height: 340px; }
.service-item .title {
    padding-left: 35px;
    position: relative;
    font-weight: 600;
    font-size: 1.75em;
    line-height: 1.21429em;
    height: 3.75em;
    margin-bottom: 34px;
    overflow: hidden; }
.service-item .title:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ffc100;
    -webkit-transform: skew(10deg);
    -khtml-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg); }
.service-item .text {
    line-height: 1.375em;
    padding-right: 50px; }
.service-item .text p {
    margin-bottom: 10px; }
.service-item .text p:last-child {
    margin-bottom: 0; }

.news-block {
    padding: 70px 0 0; }
.news-list {
    position: relative;
    margin-bottom: 30px; }
.news-list .btn {
    float: right;
    font-size: 0.875em;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px; }
.content .news-item {
    margin-bottom: 50px; }
.news-item.news .news-label {
    background: #599cb0; }
.news-item.news .title a {
    color: #599cb0; }
.news-item.event .news-label {
    background: #46b081; }
.news-item.event .title a {
    color: #46b081; }
.news-item.action .news-label {
    background: #b4624c; }
.news-item.action .title a {
    color: #b4624c; }
.news-item .title {
    font-size: 1.125em;
    line-height: 1.33333em;
    font-weight: 600;
    margin: 15px 0; }
.news-item .title a {
    text-decoration: underline; }
.news-item .title a:hover {
    text-decoration: none; }
.news-item .date {
    font-style: italic;
    font-size: 0.75em;
    margin-bottom: 20px;
    color: #7c7c7c; }
.news-item .text {
    font-size: 0.875em;
    line-height: 1.42857em; }
.news-label {
    width: 110px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 0.875em; }

.pagin {
    text-align: center; }
.pagin li {
    display: inline-block;
    padding: 0;
    margin: 0 5px; }
.pagin li:before {
    display: none; }
.pagin li.active span {
    color: #ffffff;
    background: #599cb0; }
.pagin a, .pagin span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
.pagin a:hover {
    color: #ffffff;
    background: #599cb0;
    text-decoration: none; }

.gallery {
    margin-bottom: 60px; }
.gallery ul li {
    display: inline-block;
    width: 220px;
    margin-bottom: 20px;
    margin-right: 22px;
    padding-left: 0; }
.gallery ul li:before {
    display: none; }
.gallery ul li:nth-child(4n) {
    margin-right: 0; }
.gallery img {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
.gallery p {
    margin-top: 20px;
    text-align: center; }

.panel {
    padding: 30px 40px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px; }
.panel-yellow-border {
    border: 3px solid #ffc100; }
.panel-yellow {
    background: #ffc100;
    padding: 30px 70px; }
.panel-yellow .promo-text {
    display: table-cell;
    width: 540px; }
.panel-yellow .promo-text .title {
    font-weight: 600;
    font-size: 3em; }
.panel-yellow .promo-text .desc {
    padding-top: 20px;
    font-size: 1.875em;
    line-height: 1.2em;
    margin-bottom: 20px; }
.panel-yellow .promo-text .btn {
    width: 216px;
    height: 62px;
    line-height: 62px;
    margin-right: 20px;
    font-size: 1.625em;
    vertical-align: bottom; }
.panel-yellow .promo-text .phone {
    display: inline-block;
    text-align: center;
    font-size: 2.25em;
    margin-bottom: 0;
    line-height: 1.11111em; }
.panel-yellow .promo-text .phone span {
    font-size: 0.5em;
    line-height: 1.66667em; }
.panel-yellow .promo-text .disclaimer {
    margin-top: 20px;
    font-size: 1.125em; }
.panel-yellow .promo-img {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    text-align: center; }
.panel .h1, .panel h1, .panel .h2, .panel h2, .panel .h3, .panel h3, .panel .h4, .panel h4, .panel .h5, .panel h5 {
    margin-top: 0; }
.panel p:first-child {
    margin-top: 0; }
.panel p:last-child {
    margin-bottom: 0; }

.side-item {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 80px; }
.side-item .img {
    margin-bottom: 60px; }
.side-item .btn {
    width: 214px;
    height: 62px;
    line-height: 62px;
    margin-bottom: 20px;
    font-size: 1.625em; }
.side-item .phone {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 600; }
.side-item .phone span {
    font-weight: 400; }

.catalog-item {
    margin-bottom: 50px;
    min-height: 160px; }
.catalog-item .img {
    background: #f2f2f2;
    float: left;
    width: 160px;
    height: 160px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    line-height: 160px;
    text-align: center; }
.catalog-item .img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
.catalog-item .img .btn {
    font-size: 0.875em;
    width: 100px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -50px;
    line-height: 30px; }
.catalog-item .img + .text {
    padding-left: 180px; }
.catalog-item .text {
    padding-top: 15px; }
.catalog-item .text p {
    font-size: 0.875em;
    line-height: 1.42857em;
    margin: 0; }
.catalog-item .title {
    font-size: 1.125em;
    line-height: 1.22222em;
    height: 3.66667em;
    margin-bottom: 10px; }
.catalog-item .title a {
    text-decoration: none; }
.catalog-item .title a:hover {
    text-decoration: underline; }

.item-card-gallery {
    float: left;
    width: 300px; }
.item-card-gallery li {
    padding-left: 0;
    margin-bottom: 0; }
.item-card-gallery li:before {
    display: none; }
.item-card-gallery .pics li {
    float: left;
    width: 300px;
    height: 300px; }
.item-card-gallery .pics img {
    display: block;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
.item-card-gallery .thumbs {
    margin-top: 10px; }
.item-card-gallery .thumbs li {
    float: left;
    margin-right: 20px;
    cursor: pointer; }
.item-card-gallery .thumbs li:nth-child(4n) {
    margin-right: 0; }
.item-card-gallery .thumbs img {
    display: block;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
.item-card-gallery + .item-spec {
    float: left;
    margin-left: 20px;
    width: 380px; }
.item-spec h3, .item-spec .h3 {
    margin-top: 0; }
.item-spec ul {
    margin-bottom: 0; }
.item-spec li {
    padding: 0;
    margin-bottom: 0; }
.item-spec li:before {
    display: none; }
.item-spec .spec {
    padding-bottom: 30px; }
.item-spec .spec:first-child {
    margin-bottom: 30px;
    border-bottom: 1px solid #c7c7c7; }
.item-spec .param {
    display: table;
    width: 100%; }
.item-spec .param div {
    display: table-cell;
    vertical-align: top; }
.item-spec .param .name {
    width: 190px;
    padding-right: 10px; }
.item-spec .btn {
    width: 210px;
    height: 62px;
    line-height: 62px;
    font-size: 1.625em;
    vertical-align: middle; }
.item-card-btn p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1em;
    line-height: 1.25em;
    color: #626262; }
.item-desc {
    margin: 30px 0 60px; }
.item-desc .h3, .item-desc h3 {
    margin-top: 0;
    margin-bottom: 10px; }
.item-desc .text {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    font-size: 1em;
    border: 1px solid #c9c9c9;
    line-height: 1.375em; }
.item-desc .text p {
    margin-top: 0;
    margin-bottom: 10px; }
.item-desc .text p:last-child {
    margin-bottom: 0; }

.item-list h3, .item-list .h3 {
    margin: 0 0 20px; }
.item-list ul {
    margin-bottom: 30px; }
.item-list li {
    float: left;
    margin: 0 25px 20px 0;
    width: 220px;
    background: #f2f2f2;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 0;
    text-align: center; }
.item-list li:nth-child(3n) {
    margin-right: 0; }
.item-list li:before {
    display: none; }
.item-list li .img {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto 30px;
    line-height: 130px;
    text-align: center; }
.item-list li .img img {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%; }
.item-list li .img .btn {
    font-size: 0.875em;
    width: 100px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -50px;
    line-height: 30px; }
.item-list li .title {
    font-size: 1.125em;
    line-height: 1.22222em;
    height: 2.44444em;
    overflow: hidden;
    padding: 0 10px; }

footer {
    min-height: 545px;
    position: relative;
    z-index: 60;
    margin-top: -545px; }

.map {
    position: relative;
    padding: 45px 0;
    width: 100%;
    min-height: 390px; }

#map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }

.custom-balloon {
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    padding: 16px;
    width: 195px;
    background: #46b081;
    color: #ffffff;
    position: relative; }
.custom-balloon .title {
    width: 163px;
    font-weight: 600;
    font-size: 1.125em;
    margin-bottom: 10px; }
.custom-balloon p {
    width: 163px;
    font-size: 0.875em;
    line-height: 1.28571em; }
.custom-balloon .arrow {
    position: absolute;
    bottom: -17px;
    left: 9px;
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-top: 17px solid #46b081; }

.fb-form {
    background: #ffc100;
    background: rgba(255, 193, 0, 0.7);
    padding: 25px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px; }
.fb-form .title {
    font-size: 1.625em;
    font-weight: 600;
    margin-bottom: 30px; }
.fb-form .form-group {
    margin-bottom: 15px; }
.fb-form .form-group.has-error .form-control {
    border-color: #d15736; }
.fb-form .form-group.has-error .help-text {
    color: #d15736; }
.fb-form .form-group .help-text {
    font-size: 0.875em; }
.fb-form .form-control {
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    background: #ffffff;
    color: #838383;
    padding: 0 15px;
    height: 34px; }
.fb-form .btn {
    font-size: 0.875em;
    height: 30px;
    width: 110px; }

.footer-content {
    background: #46b081;
    padding-top: 26px;
    height: 157px;
    color: #ffffff; }
.footer-nav {
    margin-top: 20px; }
.footer-nav ul {
    display: table;
    width: 100%; }
.footer-nav li {
    display: table-cell;
    font-size: 0.875em;
    text-align: center; }
.footer-nav a {
    color: #ffffff; }

.created {
    font-size: 0.875em; }
.created a {
    color: inherit;
    text-decoration: underline; }
.created a:hover {
    text-decoration: none; }

.box-modal {
    position: relative; }
.box-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 1.125em; }
.box-modal-close:hover {
    color: #599cb0; }
.box-modal-content {
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background: #ffffff;
    padding: 40px 50px;
    width: 460px; }
.box-modal-content-type {
    width: 860px !important; }
.box-modal-content .title {
    font-size: 2.625em;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 1.19048em; }
.box-modal-content .item {
    margin-bottom: 35px; }
.box-modal-content .item .img {
    float: left;
    width: 110px;
    height: 110px;
    background: #ffffff;
    text-align: center;
    line-height: 110px; }
.box-modal-content .item .img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%; }
.box-modal-content .item .name {
    padding-left: 140px;
    line-height: 1.375em; }
.box-modal-content .form-group {
    margin-bottom: 15px; }
.box-modal-content .btn {
    height: 62px;
    line-height: 62px;
    width: 100%;
    font-size: 1.625em; }

/*# sourceMappingURL=style.css.map */
