@font-face {
    font-family: 'BodoniC';
    src: url('./fonts/BodoniC.eot');
    src: url('./fonts/BodoniC.eot?#iefix') format('embedded-opentype'),
         url('./fonts/BodoniC.woff') format('woff'),
         url('./fonts/BodoniC.ttf') format('truetype'),
         url('./fonts/BodoniC.svg#BodoniC') format('svg');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'PTSans';
    src: url('./fonts/PTS55F.eot');
    src: url('./fonts/PTS55F.eot?#iefix') format('embedded-opentype'),
         url('./fonts/PTS55F.woff') format('woff'),
         url('./fonts/PTS55F.ttf') format('truetype'),
         url('./fonts/PTS55F.svg#PTSans') format('svg');
    font-style: normal;
    font-weight: normal;
}
body {
    width: 100%;
    min-height: 97vh;
    min-width: 980px;
    margin: 0 auto;
    background: url('../img/background-full.jpg') #CECECE;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'PTSans', sans-serif;
    color: #1d1d1b;
    background-attachment: fixed;
    /* background-position-y: -25px; */
}
h1 {
    font-family: serif;
}
h2 {
    /* margin-top: 0; */
}
header h1 {
    font-family: 'BodoniC';
    font-weight: normal;
    margin-bottom: -16px;
}
main {
    width: 100%;
    display: inline-block;
}
.container {
    margin: 0 auto;
    width: 960px;
}
.contact-block {
    /* width: 33.33333333%; */
    float: left;
    font-size: 35px;
    /* font-weight: bold; */
    color: #6f6f6e;
    margin-right: 10px;
    font-family: 'Impact';
    /* opacity: 0.3; */
    word-spacing: 10px;
}
.navbar {
    width: 100%;
    display: inline-block;
    margin-bottom: -20px;
}
.navbar > ul {
    padding: 0;
}
.navbar > ul > li > a {
    color: #59250e;
    font-weight: 900;
    text-decoration: none;
    padding: 0 0px 5px 0px;
    font-size: 14px;
    font-weight: lighter;
    vertical-align: top;
}
.navbar > .nav-inline > li {
    display: inline-block;
    list-style-type: none;
}
.pull-right {
    float: right;
}
.sidebar > .navbar > ul {
    /* margin: 0 0 0 20px; */
}
.sidebar {
    width: 20%;
    float: left;
    /* border-right: 1px dashed #6F6F6E; */
    box-sizing: border-box;
    min-height: 360px;
}
.sidebar li, .footer-nav li {
    list-style-image: url(../img/point.png);
    list-style-position: inside;
}
.content {
    width: 75%;
    float: left;
    padding: 0px 35px 0 35px;
    box-sizing: border-box;
    min-height: 415px;
    color: #6F6F6E;
    border-left: 1px dashed #6F6F6E;
}
.footer-block {
    width: 25%;
    float: left;
}
footer {
    display: inline-block;
    border-top: 1px dashed #6F6F6E;
    margin-top: 20px;
    line-height: 1.2;
    font-size: 14px;
    width: 100%;
    padding-top: 15px;
}
.navbar > ul.nav-inline > li > a:hover, .navbar > ul > .active > a {
    border-bottom: 1px solid #59250e;
    font-weight: 600;
}
.navbar > .nav-inline > li {
    padding: 0 15px 5px 15px;
}
header {
    border-bottom: 1px dashed #6f6f6e;
    /* padding-bottom: 20px; */
}

.contacts {
    display: inline-block;
    width: 100%;
}
.icon > img {
    width: 57px;
}
.icon {
    float: left;
    margin-right: 10px;
}
.contact-block > span {
    margin-top: 2px;
    display: inline-block;
    opacity: 0.3;
}
.footer-phone {
    font-family: 'Impact';
    color: #9e9e9d;
    font-size: 22px;
    text-align: right;
}
.text-right {
    text-align: right;
}
.footer-block h2 {
    font-family: 'BodoniC';
    font-weight: normal;
    margin-top: 0px;
}
.footer-phone .icon {
    margin-left: 30px;
    margin-right: 0;
}
.footer-nav {
    color: #59250E;
    font-weight: bold;
}
.content li {
    list-style-position: inside;
    color: #59260F;
}

.content ul {
    margin: 0;
    padding: 0;
}
.content h2 {
    color: #1d1d1b;
}
.content span {
    color: #6F6F6E;
}
.content a {
    color: #59260F;
    text-decoration: none;
    margin-top: 10px;
}
.contacts-content {
    width: 80%;
    display: inline-block;
}

.contacts-content img {
    width: 65%;
}
.pull-left {
    float: left;
    margin-right: 15px;
}
#map {
    width: 60%;
    height: 360px;
    float: left;
    margin-right: 20px;
}
.gmnoprint {
    display: none;
}

.gm-style-cc {
    display: none;
}
.first-column {
    float: left;
    width: 50%;
    box-sizing: border-box;
    /* padding: 0 10px; */
    margin-right: 10px;
}

.first-column > input {
    display: block;
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
    padding: 0 5px;
    box-sizing: border-box;
}

.contacts-content textarea {
    width: 47%;
    float: left;
    display: block;
    height: 128px;
    resize: none;
    font-family: 'PTSans';
    padding: 0 5px;
    box-sizing: border-box;
}
td {
    padding: 0 15px;
    color: #1D1D1B;
    /* font-weight: bold; */
}
tr:hover {
    background: #fff;
    font-weight: bold;
}
form {
    display: inline-block;
    width: 100%;
    border: 1px dashed #6F6F6E;
    padding: 20px;
    box-sizing: border-box;
}
.breadcrumbs {
    display: inline-block;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 13px;
}
.btn-more {
    width: 100px;
    display: inline-block;
}

.btn-more > img {
    width: 300px;
}
.excel-icon {
    width: 65px;
    margin-right: 5px;
}

.excel-icon > img {
    width: 100%;
}

.excel-icon + i {
    display: inline-block;
    margin-top: 9px;
    font-size: 17px;
}
table {
    margin-bottom: 22px;
}
.advice {
    color: #1D1D1B;
    font-weight: bold;
    font-size: 21px;
}
.text-center {
    text-align: center;
}
.btn-send {
    border: none;
    background: #531900;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: 'PTSans';
    padding: 5px 15px;
    display: inline-block;
    /* margin: 0 auto; */
}
.send {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
::-webkit-input-placeholder {font-style: italic;}
::-moz-placeholder          {font-style: italic;}/* Firefox 19+ */
:-moz-placeholder           {font-style: italic;}/* Firefox 18- */
:-ms-input-placeholder      {font-style: italic;}