/****************************************************************/
/* страница CONTACT */
/****************************************************************/
._opened {
  display: block !important;
}
.wide1170 #opendoc > div {
  width: 980px;
}
.wide_fullscreen #opendoc > div {
  width: auto;
}
body,
input,
button,
select,
textarea,
td,
th,
li,
dd,
dt,
p,
blockquote {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 13px;
  color: #444c4f;
}
#main_content h1 {
  margin-top: 30px;
}
#big_columns {
  margin-bottom: 65px;
}
#big_columns .column {
  float: left;
  position: relative;
  margin-right: 20px;
}
#big_columns > .column {
  width: 400px;
  padding: 50px 30px 0 30px;
  margin-right: 20px;
  background: url('../../../img/new/contact/riga.jpg') no-repeat top left #ffffff;
}
#big_columns > .column.last {
  margin-right: 0;
  background: url('../../../img/new/contact/rotterdam.jpg') no-repeat top left #ffffff;
}
#big_columns > .column > h2.title {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  padding-bottom: 50px;
  margin: 0;
  height: 60px;
}
#big_columns > .column > h2.title small {
  display: block;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  line-height: 30px;
  color: #f05023;
}
#big_columns > .column > .icon_phone {
  position: absolute;
  top: 122px;
  left: 30px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url('../../../img/new/icon-phone-32.png') no-repeat 0 0;
}
#big_columns .content > .column {
  width: 210px;
  margin-right: 20px;
}
#big_columns .content > .column.last {
  width: 160px;
  margin-right: 0;
}
#big_columns .content .phone {
  font-size: 18px;
  font-weight: bold;
  color: #f05023;
  margin-bottom: 28px;
}
#big_columns .content .phone > a {
  color: inherit;
}
#big_columns .content .phone > a:hover {
  text-decoration: none;
}
#big_columns .content p {
  font-size: 13px;
  color: #444c4f;
}
#big_columns .content p small {
  font-size: 11px;
  color: #989fa2;
}
#big_columns .content .link_view_on_map {
  display: inline-block;
  margin-bottom: 10px;
}
#big_columns .content .link_read_more {
  display: inline-block;
  height: 16px;
  padding-left: 22px;
  background: url('../../../img/new/icon-read-more.png') no-repeat 0 0px;
}
#big_columns .content .link_read_more:hover {
  background-position: 0 -16px;
}
#form_contact {
  height: 360px;
  background: url('../../../img/new/contact/form-bk.jpg') no-repeat top left;
  padding: 30px;
  margin-top: 15px;
}
#form_contact .column {
  float: left;
  width: 420px;
  margin-right: 60px;
}
#form_contact .column.last {
  margin-right: 0;
  width: 400px;
}
#form_contact .column .row {
  margin-left: 0;
  margin-bottom: 20px;
}
#form_contact .column .row h3 {
  margin: 0;
}
#form_contact .column .row .short_field {
  float: left;
  width: 178px;
  margin-right: 20px;
}
#form_contact .column .row .short_field.last {
  margin-right: 0;
}
#form_contact .column .row .long_field {
  width: 398px;
}
#form_contact .column .row select.long_field {
  width: 421px;
}
#form_contact .form-actions {
  margin-top: 0;
}
#column_awards .column {
  width: 180px;
  float: left;
  margin-right: 20px;
}
#column_awards .column.last {
  width: 180px;
  float: left;
  margin-right: 0;
}
#column_awards img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 14px;
}
#column_awards p {
  font-size: 13px;
  color: #6d797d;
}
#column_awards p strong {
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  color: #f05023;
}
/*** MAPS ***/
/* ширина карты */
/* высота карты */
/* толщина "рамки" */
#cover {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
}
#map {
  display: none;
  position: fixed;
  left: 100px;
  top: 100px;
  background: #fff;
  z-index: 1002;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#map_frame {
  width: 680px;
  height: 555px;
  background: #fff;
  position: relative;
  left: 0;
  top: 0;
}
#map_frame img {
  max-width: none;
}
#info_bar {
  position: absolute;
  bottom: 10px;
  background: none;
  height: 80px;
  width: 680px;
  box-shadow: 0 -80px 20px -20px rgba(0, 0, 0, 0.75) inset;
}
#note {
  float: left;
  font-size: 18px;
  color: #fff;
  margin: 44px 0 0 24px;
}
#buttons {
  text-align: right;
  margin: 40px 16px 0 0;
}
#buttons .btn {
  margin-right: 10px;
}
#buttons .btn-small {
  font-size: 12px;
  padding: 3px 9px;
  line-height: 18px;
}
#buttons .btn-mini {
  font-size: 11px;
  padding: 2px 6px;
  line-height: 17px;
}
