
body, div, span, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th, hr, caption, button {
    margin: 0;
    padding: 0;
}

body {
    text-align: left;
    font-size: 13pt;
    font-weight: 300;
    color: #000;
    -webkit-font-smoothing: antialiased;
    font-family: "Futura PT", Arial, Helvetica, tahoma, Verdana, sans-serif;
    min-height: 100vh;
}

.mh {
    min-height: calc(100vh - 20em);
}

@media screen and (max-width: 840px) {
    body {
        font-size: 12pt;
    }
}

h1 {
    line-height: 25pt;
    font-size: 25pt;
    font-weight: 600;
    margin-bottom: 1em;
}

h2 {
    font-size: 20pt;
    font-weight: normal;
    line-height: 1em;
    margin: 1em 0 0.35em
    /*line-height: 0.8em;*/

}

h3 {
    font-size: 16pt;
    font-weight: normal;
    line-height: 1.2em;
    display: block;
    margin: 1em 0 0.35em
}

h4 {
    font-size: 12pt;
    font-weight: normal;
    line-height: 1em;
    margin: 1em 0 0.35em
}

a {
    color: #b10034;
    outline: none;
    white-space: nowrap;
    display: inline-block;
}

h1 a, h2 a, h3 a, h4 a {
    color: #000;
}

div > h1:first-child,
div > h2:first-child,
div > h3:first-child,
div > h4:first-child {
    /*margin-top: 0;*/
}

img {
    border: none;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    font-weight: inherit;
    font-size: inherit;
}

td {
    vertical-align: top;
}

table.borderless td,
table.compact td {
    padding: 0.2em 0.5em;
}

table.borderless td {
    border: none;
}

table.compact td {
    border: 1px solid #dedede;
    vertical-align: middle;
}

.clear {
    clear: both;
}

ul {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 1em;
}

ol {
    list-style-position: outside;
    margin-left: 1em;
}


blockquote {
    font-style: italic;
    padding-left: 2em;
    border-left: 2px solid #bababa;
    margin: 2em 0 2em 2em;
    display: block;
    line-height: 1.5em;
    color: #fb8400;
}

.contentheader {
    font-weight: 600;
    font-size: 2em;
    line-height: 1.23;
}

.contenttitle {
    font-weight: 400 !important;
    font-size: 1.5em !important;
    line-height: 1.23 !important;
    /*color: #4668c4;*/
}


.dashed {
    border-bottom: 1px dashed #b10034;
    color: #b10034;
    font-style: normal;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

hr, .x-separator {
    max-width: 50px;
    width: 100%;
    height: 3px;
    background-color: #666;
    display: block;
    margin: 2em auto;
    box-sizing: border-box;
    border-radius: 3px;
}

.maincontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.maincontainer .maincontainer {
    padding: 0;
    max-width: none;
    margin: 0;
}

/* breadcrums */

section.breadcrumbs {
    text-align: center;
    margin: 1em 0;
    font-size: 0.9em;
}

ol.breadcrumbs {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-display: inline-flex;
    -ms-display: inline-flex;
    display: inline-flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ol.breadcrumbs li {
    padding: 0;
    margin: 0;
}

ol.breadcrumbs > li:first-child [itemprop=name] {
    display: none;
}

ol.breadcrumbs a {
    text-decoration: none;
    color: #333;
    white-space: normal;
}

ol.breadcrumbs a:hover {
    color: #333;
    text-decoration: underline;
}

ol.breadcrumbs li.current a,
ol.breadcrumbs li:first-child a {
    text-decoration: none;
}

ol.breadcrumbs .fa-breadcrumb-separator {
    margin: 0 0.5em;
}

.fa-breadcrumb-separator::before {
    content: "\f178";
}

/* breadcrums end */

/* pageheader */
#pageheader {
    padding-bottom: 60px;
}

#pageheader .wrapper {
    padding: 5px 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}


#pageheader .logo {
    height: 40px;
    /*width: 150px;*/
    flex-grow: 1;
    text-align: center;
}

#pageheader .logo a {
    display: inline-block;
    height: 40px;

}

#pageheader .logo img {
    /*height: 40px;*/
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

#pageheader .logo span {
}

#pageheader .title {
    white-space: normal;
    line-height: 1.35;
    font-weight: 500;
    font-size: 1em;
    margin: 0 1.5em;
    max-width: 15em;
    min-width: 220px;
}

#pageheader .rightpart,
#pageheader .leftpart {
    flex-grow: 0;
    white-space: nowrap;
}

#pageheader .rightpart {
    text-align: right;
    width: 190px;
}

#pageheader .leftpart {
    width: 4em;
}

@media screen and (max-width: 600px) {
    #pageheader .leftpart {
        display: none;
    }

    #pageheader .logo {
        text-align: left;
    }
}

#pageheader .phone {
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
    vertical-align: middle;
}

#pageheader a {
    text-decoration: none;
    color: #000;
}

#pageheader .phone > * {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

#pageheader .address {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.8em;
    text-align: right;
}

@media screen and (max-width: 840px) {
    #pageheader .leftpart {
        flex-direction: column;
        align-items: flex-start;
    }

    #pageheader .title {
        display: none;
        max-width: none;
        margin: 0 0;
    }
}

/* pageheader end */


/* map */

section.map {
    position: relative;
    height: 400px;
}

section.map .info {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 60px;
    box-sizing: border-box;
    top: 60px;
    z-index: 1;
    max-width: 50%;
    border-radius: 10px;
}

section.map .info .address {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1em;
}

section.map .info a {
    display: block;
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 500px) {
    section.map {
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-flow: column-reverse;
        height: auto;
    }

    section.map {
        background-color: #f0f0f0;
    }

    section.map .info {
        position: relative;
        top: unset;
        min-height: auto;
        max-width: none;
        padding: 5em 1em;
        background-color: transparent;
        text-align: center;
    }
}

/* map end */

/* footer */

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #b10034;
    background: url("/i/bg.png") no-repeat center bottom;
    background-size: cover;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer .footermenu a:hover {
    text-decoration: underline;
}

footer .footermenu {
    text-align: center;
    list-style: none;
    font-weight: 500;
}

footer .footermenu li {
    text-transform: uppercase;
    display: inline-block;
    margin: 0.25em 1em;
}

footer .sitename {
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 2.5em;
}

footer img {
    height: 2em;
}

footer .copyrights {
    margin-top: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 0.7em;
}

.fldprice {
    font-size: 1em;
    white-space: nowrap;
    margin-bottom: 0.5em;
}

.fldprice s {
    font-weight: normal;
    color: #999;
}

.fldprice .price {
    font-weight: bold;

    margin: 0;
    display: inline-block;
}

.fldprice s + .price {
    color: red;
}

.fldprice .price-wrapper {
    white-space: nowrap;
    font-size: 2em;
    display: inline-block;
}

.fldprice .price-currency {
    font-size: 1em;
}

/*.fldprice .price:after {
    content: 'руб.';
    font-size: 12px;
    font-weight: normal;
    margin-left: 0.5em;
}*/

/*section.slider + section.text-with-image {
    padding-top: 3em;
}*/


.inline-blocks {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inline-blocks.nowrap {
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.inline-blocks.center {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.inline-blocks.middle {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.inline-blocks.bottom {
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.inline-blocks.stretch {
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}

.inline-blocks.spaces {
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.inline-blocks.margin {
    margin: -5px -10px;
}

.inline-blocks.margin > * {
    margin: 5px 10px;
}

.inline-blocks > .middle {
    -moz-align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
}