/*Contacnts page*/
.wrapMapTumbs {
  max-width: 830px;
  margin: -50px auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .wrapMapTumbs .fa {
    font-size: 22px; }
  .wrapMapTumbs .tumbs.active {
    width: 400px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #000033; }
    .wrapMapTumbs .tumbs.active .title {
      color: #fff; }
    .wrapMapTumbs .tumbs.active .text {
      color: #fff; }
    .wrapMapTumbs .tumbs.active .smallText {
      color: #fff; }
  .wrapMapTumbs .tumbs {
    cursor: pointer;
    width: 400px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    color: #000033;
    background: #fff;
    border: 1px solid #000033; }
  .wrapMapTumbs .title {
    font-size: 14px;
    color: #000033;
    margin: 10px 0; }
  .wrapMapTumbs .text {
    font-weight: bold;
    font-size: 12px;
    color: #000033;
    margin: 8px 0 15px 0; }
  .wrapMapTumbs .smallText {
    font-size: 12px;
    font-weight: 400;
    color: #000033; }

.contactsInBlock {
  max-width: 700px;
  margin: 0 auto; }
  .contactsInBlock .contactsInWrapp {
    margin: 60px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .contactsInBlock .contactsInWrapp .contactsInWrapp__item {
      text-align: center; }
      .contactsInBlock .contactsInWrapp .contactsInWrapp__item .contactsInWrapp__item--img {
        height: 50px;
        width: auto;
        text-align: center; }
      .contactsInBlock .contactsInWrapp .contactsInWrapp__item .smallTitle {
        margin: 10px 0;
        font-size: 14px;
        color: #000033; }
      .contactsInBlock .contactsInWrapp .contactsInWrapp__item .boldTitle {
        font-weight: bold;
        margin-bottom: 10px; }
      .contactsInBlock .contactsInWrapp .contactsInWrapp__item .text {
        font-size: 12px; }
    .contactsInBlock .contactsInWrapp .bellDiv .smallTitle, .contactsInBlock .contactsInWrapp .bellDiv .boldTitle {
      color: #a91509; }

.contactsForm {
  background: #000033;
  padding: 40px 60px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 60px; }
  .contactsForm .title {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold; }
  .contactsForm .text {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px; }
  .contactsForm .form-control {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 30px; }
  .contactsForm input.form-control {
    height: 50px;
    line-height: 50px;
    padding: 0 10px; }
  .contactsForm .form-group {
    margin-bottom: 0; }
  .contactsForm .btn.btn-standart {
    background: #ffffff;
    color: #000033;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 40px; }

.policy{
  padding: 30px 0 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.policy .blink{
  padding: 10px 0 0 89px;
  text-align: left;
}

.policy .blink a{
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.contactsForm .checkbox{



}

.has-error input, .has-error textarea{
  border: 1px solid red;
  background-color: rgb(255, 185, 153);
}


.comands .title {
  font-size: 22px;
  font-weight: bold;
  color: #000033;
  margin-bottom: 30px; }

.comands .comandsFoto {
  text-align: center;
  font-size: 0; }
  .comands .comandsFoto .comandsFoto__item {
    display: inline-block;
    margin-bottom: 25px;
    width: 20%;
    text-align: center;
    vertical-align: top; }
    .comands .comandsFoto .comandsFoto__item .foto {
      margin-bottom: 10px; }
      .comands .comandsFoto .comandsFoto__item .foto img {
        width: 100%; }
    .comands .comandsFoto .comandsFoto__item .name {
      font-size: 16px;
      text-transform: uppercase;
      color: #000033;
      margin-bottom: 10px;
      font-weight: bold; }
    .comands .comandsFoto .comandsFoto__item .position {
      font-size: 14px;
      color: #000033; }
  .comands .comandsFoto .comandsFoto__item:nth-child(2), .comands .comandsFoto .comandsFoto__item:nth-child(3), .comands .comandsFoto .comandsFoto__item:nth-child(4), .comands .comandsFoto .comandsFoto__item:nth-child(6) {
    margin-left: 6.3333%; }


.map {
  height: 420px;
  width: 100%;
  position: relative;
}

.text-contact-send{
  font-size: 22px;
  font-weight: bold;
  color: #eaef42;
  padding: 0 0 30px 0;
  text-align: center;
}