@charset "utf-8";


/* ------------------  admin ------------------------*/


.admin-slides li img{
  width: 200px;
}

.admin-slides {
    margin: 25px;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #000;
    border-radius: 5px;
    display: block;
    max-width: 820px;
}

.admin-slides li{
  display: inline-block;
}

.img-del:before {
  content: "\f014";
  color: #fff;
  padding: 5px;
  background-color: red;
  border-radius: 50% 3px 3px 50%;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 2px;
}


.img-edit:before {
  content: "\f040";
  color: #fff;
  padding: 5px;
  background-color: green;
  border-radius: 3px 50% 50% 3px;
  font-size: 14px;
  vertical-align: middle;
}

.img-edit, .img-del {
  color: transparent !important;
  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;
}

.pict-edit {
  position: relative;
  top: -21px;
  left: -27%;
  font-size: 0px;
  background-color: #fff;
  display: inline-block;
  padding: 8px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.fld-name {
  position: relative;
  top: 42px;
  left: 53px;
  background-color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-weight: normal;
}

/* ------------------  admin ------------------------*/


.interior-gallery {
  width: 50%;
  float: right;
  margin-top: 281px;
  overflow: hidden;
  height: 182px;
}
.interior-gallery__list {
  list-style: none;
}
.interior-gallery__list-item {
  float: left;
  margin: 20px;
  border: 4px #fff solid;
  box-shadow: 0px 0px 30px #000;
}


.vk-link {
  top: 290px;
}

@media only screen and (max-width: 1400px) {
  .phone {
    font-size: 30px !important;
  }
}


.offlist .map {
  float: left !important;
  width: 40%;
  margin-right: 20px;
}
.offlist .map iframe {
  border: solid rgba(0, 0, 0, 0.7) 1px;
  height: 370px;
  width: 100%;
  margin: 0;
  padding: 1px;
  background-color: #fff;
}
.phone {
  font-size: 40px;
  margin-bottom: 16px;
}

.addr {
  margin-bottom: 10px;
  height: 30px;
}

.route {
  color: #d82108;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 20px;
  height: 80px;
}

.office img{
  width: 50%;
}


.office {
  float: left;
  margin-right: 20px;
  margin-bottom: 35px;
  width: 30%;
}


h2 {
  font-size: 23px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
h1 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #fff;
  position: absolute;
  top: 186px;
  left: 870px;
}

#logo {
  margin-bottom: 80px;
  position: absolute;
  margin-top: 356px;
  margin-left: 90px;
}

#menu a {
  margin-right: 36px;
}

#menu {
  position: absolute;
  margin-top: 487px;
  margin-left: 90px;
}

#header {
  margin-top: -240px;
}

#offlist div:nth-child(2n) {
  border: solid red 1px;
}

#content {
  width: auto;
  margin: 70px 0px 0px 90px;
  float: none;
}

html {
  height: auto;