@import "../fonts/stylesheet.css";
.light {
  font-weight: 300;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
}
.regular {
  font-weight: 400;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
}
.medium {
  font-weight: 500;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
}
.bold {
  font-weight: bold;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
}
.black {
  font-weight: 900;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
}
.btn.btn-default {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 20px 35px;
  color: #f2f2f2;
  border: 1px solid #cccccc;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
.btn.btn-default:hover {
  background: #ffffff;
  color: rgba(85, 85, 85, 0.65);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
h1 {
  font-weight: bold;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
}
h3,
p {
  font-family: 'Oswald', sans-serif;
}
textarea,
input,
button {
  outline: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
input,
select,
textarea {
  color: #222;
  -webkit-tap-highlight-color: rgba(201, 224, 253, 0);
}
input:focus,
input:active {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input.active.focus,
input.active:focus,
input.focus,
input:active.focus,
input:active:focus,
input:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0!important;
  outline-color: transparent!important;
  outline-width: 0!important;
  outline-style: none!important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}
html,
body {
  width: 100%;
  margin: 0px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  padding: 0px !important;
  overflow-x: hidden;
}
body.modal-open {
  padding-right: 17px !important;
}
body {
  margin: 0;
  color: #000;
  background: #FAFAFA;
  position: relative;
}
body a {
  color: #7D4735;
}
/* Let's get this party started */
body::-webkit-scrollbar {
  width: 8px;
}
/* Track */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 100px rgba(125, 71, 53, 0.86);
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
/* Handle */
body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 0px;
  background: #7D4735;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: #7D4735;
}
::-webkit-input-placeholder {
  opacity: 1 !important;
  /* for older chrome versions. may no longer apply. */
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: #000;
}
:-ms-input-placeholder {
  opacity: 1 !important;
  color: #000;
}
input,
button {
  outline: none !important;
}
p {
  font-weight: 400;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
}
a {
  font-weight: 400;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:focus,
a:target,
a:active {
  outline: none;
}
.white {
  color: #fff;
}
.center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
}
.btn {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
.btn:hover {
  opacity: 0.9;
}
body.overflow_cont {
  overflow: hidden;
}
.container_content_pages img {
  margin: 15px;
  max-width: 100%;
}
.modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.modal .modal-content .modal-header {
  display: block;
  background: #f7f7f7;
  text-align: center;
}
.modal .modal-content .modal-header img {
  max-width: 95px;
  margin: 10px auto;
}
.modal .modal-content .modal-header .modal-title {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  display: block;
}
.modal .modal-content .modal-header .close {
  color: #753C28;
  font-weight: 400;
}
.modal .modal-content .modal-footer {
  display: block;
  background: #f7f7f7;
  text-align: center;
}
.modal .modal-content .modal-footer a {
  font-size: 13px;
  text-align: center;
  display: block;
  color: #7D4735;
  font-weight: 500;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
}
.modal .modal-content .btn_senMess {
  display: block;
  color: #753C28;
  background: #DCA077;
  width: 190px;
  height: 46px;
  border: transparent;
}
.section-mp_infoblock {
  min-height: 300px;
  margin-bottom: 90px;
  position: relative;
  /* .block_4blocks{

    .wrapper_4blocks{
      position: relative;
      cursor: default;
      -webkit-box-shadow: 0px 8px 59px -36px rgba(153,153,153,0.49);
      -moz-box-shadow: 0px 8px 59px -36px rgba(153,153,153,0.49);
      box-shadow: 0px 8px 59px -36px rgba(153,153,153,0.49);
      height: 390px;
      padding-top: 40px;
      .descr_4blocks::-webkit-scrollbar {
        width: 8px;
      }

      .descr_4blocks{
        //display: none;
        *[unselectable=on] {
          -moz-user-select: none;
          -o-user-select:none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none;
          user-select: none;
        }
        overflow-y: auto;
        padding: 15px;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #ffffff;
        opacity: 0.0;
        .transition(400ms all);
        &:hover{
          opacity: 1.0;
          .transition(400ms all);
        }
        ul{
          li{
            .regular;
            font-size: 22px;
            line-height: 44px;
            @media(max-width: 768px) {
              font-size: 17px;
              line-height: 28px;
            }
          }
        }
      }

    }
    .img_4block{
      width: 167px;
      height: 167px;
      margin: 0 auto 40px auto;
      .bRadius(167px);
    }
    h3{
      .regular;
      font-size: 22px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      @media(max-width: 768px) {
        width: 80%;
      }
    }
  }*/
}
.section-mp_infoblock .div_index_slider {
  margin-top: 15px;
  width: 165px;
  text-align: center;
}
.section-mp_infoblock .div_index_slider span:first-child {
  color: #753C28;
}
@media (max-width: 768px) {
  .section-mp_infoblock .div_index_slider {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1px;
  }
}
.section-mp_infoblock .owl-nav {
  position: absolute;
  left: 0;
  bottom: -4px;
}
.section-mp_infoblock .owl-nav button {
  opacity: 1.0;
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  -ms-transition: 500ms all;
  -o-transition: 500ms all;
}
.section-mp_infoblock .owl-nav button.owl-prev {
  margin-right: 6px;
}
.section-mp_infoblock .owl-nav button.owl-next {
  margin-left: 98px;
}
.section-mp_infoblock .owl-nav button:hover {
  background: none;
}
.section-mp_infoblock .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 768px) {
  .section-mp_infoblock .owl-nav {
    width: 100%;
    margin-top: -50px;
    position: absolute;
  }
}
.section-mp_infoblock .container_4blocks {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.section-mp_infoblock .container_4blocks .info_img {
  padding: 0;
}
.section-mp_infoblock .container_4blocks .info_img img {
  width: 390px;
}
.section-mp_infoblock .container_4blocks .info_img,
.section-mp_infoblock .container_4blocks .info_text {
  float: left;
}
.section-mp_infoblock .container_4blocks .info_img {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .section-mp_infoblock .container_4blocks .info_img {
    margin-top: -12px;
  }
  .section-mp_infoblock .container_4blocks .info_img img {
    margin: auto;
  }
}
.section-mp_infoblock .container_4blocks .info_text {
  padding-right: 10px;
  padding-top: 0;
  padding-left: 30px;
}
.section-mp_infoblock .container_4blocks .info_text h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 122% */
  color: #555555;
}
.section-mp_infoblock .container_4blocks .info_text ul {
  padding-left: 0;
}
.section-mp_infoblock .container_4blocks .info_text ul li {
  list-style: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  /* or 257% */
  color: #555555;
}
.section-mp_infoblock .container_4blocks .info_text ul li:before {
  content: ' ';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #DCA077;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .section-mp_infoblock .container_4blocks .info_text {
    margin-top: 50px;
    height: 250px;
  }
}
@media (max-width: 736px) {
  .section-mp_infoblock .container_4blocks .info_text {
    height: 360px;
  }
}
.section-mp_infoblock .container_4blocks .owl_border {
  position: absolute;
  height: 300px;
  border: 10px solid #EDEDED;
  right: 0;
  width: 80%;
}
@media (max-width: 768px) {
  .section-mp_infoblock .container_4blocks .owl_border {
    display: none;
  }
}
.section-mp_infoblock .block_4blocks {
  background: transparent;
  padding-top: 25px;
  margin-right: 0;
  margin-left: 0;
}
.section-mp_infoblock .row_1block {
  background: linear-gradient(to right, #ca927d, #dea276);
  padding-top: 85px;
  height: 620px;
}
.section-mp_infoblock .row_1block .a_container {
  text-align: center;
  margin-top: 43px;
}
.section-mp_infoblock .row_1block .a_container a {
  background: #ffffff;
  color: #333333;
  font-weight: bold;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  font-size: 20px;
}
.section-mp_infoblock .row_1block p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  text-transform: uppercase;
}
.section-mp_infoblock .row_1block h3 {
  font-weight: bold;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  text-transform: uppercase;
  color: #ffffff;
  font-size: 38px;
  padding-left: 30px;
  padding-right: 30px;
}
.section-mp_infoblock .row_1block h3:after {
  content: '';
  display: block;
  width: 8%;
  border-bottom: 2px solid #ffffff;
  margin: 30px auto 30px auto;
}
@media (max-width: 768px) {
  .section-mp_infoblock .row_1block p {
    font-size: 22px;
  }
  .section-mp_infoblock .row_1block h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-mp_infoblock {
    margin-bottom: 30px;
  }
}
.action_slider_owl {
  -webkit-box-shadow: 0px 16px 16px 0px rgba(124, 124, 124, 0.11);
  -moz-box-shadow: 0px 16px 16px 0px rgba(124, 124, 124, 0.11);
  box-shadow: 0px 16px 16px 0px rgba(124, 124, 124, 0.11);
}
.action_slider_owl .col-md-6 {
  padding: 0;
}
.action_slider_owl .container_item {
  margin-right: 0;
  margin-left: 0;
  -webkit-box-shadow: 0px 16px 16px 0px rgba(124, 124, 124, 0.11);
  -moz-box-shadow: 0px 16px 16px 0px rgba(124, 124, 124, 0.11);
  box-shadow: 0px 16px 16px 0px rgba(124, 124, 124, 0.11);
}
.action_slider_owl .action_slider_block {
  position: relative;
  height: 475px;
  background: #ffffff;
}
.action_slider_owl .action_slider_block > a {
  padding-top: 75px;
  display: block;
  height: inherit;
  color: #333333;
}
.action_slider_owl .action_slider_block > a:hover {
  color: #333333;
}
.action_slider_owl .action_slider_block > a h3 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  font-size: 28px;
  padding-left: 30px;
  padding-right: 30px;
}
.action_slider_owl .action_slider_block > a h3:after {
  content: '';
  display: block;
  width: 20%;
  border-bottom: 2px solid #aeaeae;
  margin: 35px auto 40px auto;
}
.action_slider_owl .action_slider_block > a ul {
  padding-left: 90px;
  padding-right: 60px;
}
.action_slider_owl .action_slider_block > a ul li {
  font-size: 20px;
}
.action_slider_owl .owl-nav {
  width: 100%;
  bottom: -140px;
  display: block;
  text-align: center;
  position: absolute;
}
.action_slider_owl .owl-nav button {
  width: 98px;
  height: 98px;
  color: #515151 !important;
  border: 1px solid #7D4735 !important;
  opacity: 1.0;
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  -ms-transition: 500ms all;
  -o-transition: 500ms all;
}
.action_slider_owl .owl-nav button.owl-prev {
  margin-right: 6px;
}
.action_slider_owl .owl-nav button.owl-next {
  margin-left: 6px;
}
.btn-primary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  white-space: normal;
  border: 1px solid #7D4735;
  background: #7D4735;
  margin: 5px auto;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: rgba(125, 71, 53, 0.85);
  border: 1px solid #7D4735;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
form.ajax_form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 50px;
}
form.ajax_form input[type='checkbox'] {
  height: inherit;
}
form.ajax_form select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 50px !important;
}
form.ajax_form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
form.ajax_form button.disabled,
form.ajax_form button:disabled,
form.ajax_form button:hover {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #7D4735 !important;
  background: rgba(125, 71, 53, 0.8);
  margin: 5px auto;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
form.ajax_form button.disabled:hover,
form.ajax_form button:disabled:hover,
form.ajax_form button:hover:hover {
  border: 1px solid #7D4735;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
form.ajax_form button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  border: 1px solid #7D4735;
  background: #7D4735;
  margin: 5px auto;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
form.ajax_form button:hover {
  color: #ffffff !important;
  background: rgba(125, 71, 53, 0.85);
  border: 1px solid #7D4735;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
form.ajax_form .col-12 {
  text-align: center;
}
.section-mp_mainServ {
  padding-bottom: 58px;
  padding-top: 0;
  position: relative;
}
.section-mp_mainServ .div_index_slider {
  margin-top: 15px;
  width: 70px;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}
.section-mp_mainServ .div_index_slider span:first-child {
  color: #753C28;
}
.section-mp_mainServ .owl-nav {
  bottom: -5px;
  position: absolute;
  margin-top: 0;
  width: 100%;
}
.section-mp_mainServ .owl-nav button {
  background: none !important;
}
.section-mp_mainServ .owl-nav button.owl-prev {
  margin-right: 177px;
}
.section-mp_mainServ .owl-nav button:hover {
  background: none !important;
}
.section-mp_mainServ .owl-nav.owl-next {
  margin-left: 177px;
}
.section-mp_mainServ .owl_border {
  position: absolute;
  left: 0;
  height: 400px;
  width: 100%;
  border: 10px solid #EDEDED;
  top: 95px;
}
.section-mp_mainServ .main_serv_block_text {
  /* Let's get this party started */
  /* Track */
  /* Handle */
}
.section-mp_mainServ .main_serv_block_text .wrtext {
  margin-top: 50px;
  height: 350px;
  padding-right: 15px;
  overflow-y: scroll;
  margin-right: 15px;
}
.section-mp_mainServ .main_serv_block_text .wrtext li,
.section-mp_mainServ .main_serv_block_text .wrtext a,
.section-mp_mainServ .main_serv_block_text .wrtext p {
  color: #555555;
  font-size: 15px;
}
.section-mp_mainServ .main_serv_block_text .wrtext::-webkit-scrollbar {
  width: 8px;
}
.section-mp_mainServ .main_serv_block_text .wrtext::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 100px #976D60;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.section-mp_mainServ .main_serv_block_text .wrtext::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #753C28;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.section-mp_mainServ .main_serv_block_text .wrtext::-webkit-scrollbar-thumb:window-inactive {
  background: #976D60;
}
@media (max-width: 768px) {
  .section-mp_mainServ .main_serv_block_text {
    display: none;
  }
}
.section-mp_mainServ div.h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  /* identical to box height, or 122% */
  text-align: center;
  color: #555555;
  margin-bottom: 45px;
}
.section-mp_mainServ .main_serv_block {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  position: relative;
}
.section-mp_mainServ .main_serv_block .serv_bg {
  background: #753C28;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.section-mp_mainServ .main_serv_block .abs_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.section-mp_mainServ .main_serv_block .slider_ntroblock {
  max-height: 160px;
  overflow-y: auto;
}
.section-mp_mainServ .main_serv_block .ms_wrapper {
  padding: 15px 20px;
  position: relative;
  height: 470px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-mp_mainServ .main_serv_block .ms_wrapper div.h3 {
  color: #ffffff;
  margin-top: 53px;
  margin-bottom: 36px;
  text-align: center;
  height: 55px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-right: 30px;
  margin-left: 30px;
}
.section-mp_mainServ .main_serv_block .ms_wrapper div.line {
  content: '';
  display: block;
  width: 20%;
  border-bottom: 2px solid #ffffff;
  margin: 25px auto 35px auto;
}
.section-mp_mainServ .main_serv_block .ms_wrapper p {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  /* or 183% */
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  color: #FFFFFF;
}
.section-mp_mainServ .main_serv_block .ms_wrapper a.btn.btn_fb_ms_text {
  color: #753C28;
  font-weight: normal;
  font-size: 15px;
  white-space: normal;
  width: 190px;
  height: 46px;
  margin: 50px auto 30px auto;
  line-height: 7px;
  background: #DCA077;
  text-transform: unset;
  display: block;
}
@media (max-width: 768px) {
  .section-mp_mainServ .main_serv_block .ms_wrapper a.btn.btn_fb_ms_text {
    font-size: 13px;
    white-space: unset;
    text-align: center;
  }
}
.section-mp_mainServ .main_serv_block .ms_wrapper a.btn.btn_fb_ms_text:hover {
  color: #333333;
}
.section-mp_mainServ .main_serv_block a.more_serv {
  display: block;
  text-align: center;
  font-style: normal;
  font-size: 15px;
  color: #ececec;
  cursor: pointer;
  font-weight: normal;
}
.section-mp_mainServ .main_serv_block a.btn-closeServ {
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
  border: 1px solid #cccccc;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  line-height: 30px;
}
.section-mp_mainServ .main_serv_block .float_ser_content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  height: 506px;
  overflow-y: scroll;
}
.section-mp_mainServ .main_serv_block .float_ser_content b {
  display: block;
  text-align: center;
  margin: 10px auto;
}
.section-mp_mainServ .main_serv_block .float_ser_content p {
  color: #333333;
  text-align: left;
  padding: 0;
}
.section-mp_mainServ .container_mp_mainServ {
  padding-left: 45px;
  padding-right: 0;
}
.section-mp_mainServ .container_mp_mainServ .owl-carousel .row {
  margin-right: 0;
  margin-left: 0;
}
.section-mp_mainServ .container_mp_mainServ h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .section-mp_mainServ .container_mp_mainServ {
    padding-left: 0;
  }
}
.section-mp_mainServ .row_serv_acc .card-header {
  background-color: #7D4735;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.section-mp_mainServ .row_serv_acc .btn-link {
  text-align: left;
  white-space: unset;
  color: #ffffff;
}
@media (max-width: 768px) {
  .section-mp_mainServ .row_serv_acc a.btn.btn_fb_ms_text {
    font-size: 13px;
    white-space: unset;
    text-align: center;
  }
}
.section-mp_mainServ .row_serv_acc a.btn.btn_fb_ms_text:hover {
  color: #333333;
}
@media (max-width: 992px) {
  .section-mp_mainServ {
    padding-top: 30px;
  }
}
@media (max-width: 425px) {
  .section-mp_mainServ {
    padding-top: 30px;
  }
  .section-mp_mainServ div.h2 {
    font-size: 20px;
  }
  .section-mp_mainServ .main_serv_block .ms_wrapper div.h3 {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .section-mp_mainServ .main_serv_block .ms_wrapper p {
    font-size: 14px;
    line-height: normal;
  }
}
.experts_list {
  margin-top: 40px;
}
.section-mp_mainServ.section-pageServ h1 {
  margin-bottom: 25px;
}
.section-mp_mainServ.section-pageServ h2 {
  font-size: 26px;
  margin-bottom: 20px !important;
}
@media (max-width: 1024px) {
  .section-mp_mainServ.section-pageServ {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-mp_mainServ.section-pageServ h1 {
    font-size: 28px;
  }
  .section-mp_mainServ.section-pageServ h2 {
    font-size: 20px;
    text-align: center;
  }
  .section-mp_mainServ.section-pageServ h3 {
    font-size: 19px;
  }
}
@media (max-width: 736px) {
  .section-mp_mainServ.section-pageServ {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-mp_mainServ.section-pageServ h1 {
    font-size: 22px;
  }
  .section-mp_mainServ.section-pageServ h2 {
    font-size: 20px;
  }
  .section-mp_mainServ.section-pageServ h3 {
    font-size: 19px;
  }
}
.section-mp_typeServ {
  padding-bottom: 0;
  padding-top: 0;
}
.section-mp_typeServ h2 {
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  /* identical to box height, or 122% */
  color: #555555;
}
.section-mp_typeServ .row_typeServ {
  margin-top: 53px;
}
.section-mp_typeServ .row_typeServ .block_typeServ {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.section-mp_typeServ .row_typeServ a {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  text-align: center;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
.section-mp_typeServ .row_typeServ a img {
  max-height: 76px;
}
.section-mp_typeServ .row_typeServ a h4 {
  margin: 15px 15px;
  height: 60px;
  font-size: 15px;
  line-height: 16px;
  /* or 133% */
  text-align: center;
  color: #555555;
}
.section-mp_typeServ .row_typeServ a:hover {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
@media (max-width: 768px) {
  .section-mp_typeServ .row_typeServ .block_typeServ {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 0;
    padding-top: 30px;
  }
  .section-mp_typeServ .row_typeServ a h4 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-mp_typeServ .row_typeServ a:hover {
    background: transparent;
    box-shadow: unset;
  }
}
@media (max-width: 768px) {
  .section-mp_typeServ .container {
    padding-right: 0;
  }
}
.section-mp_about .container {
  padding: 40px 0 15px 0;
}
.section-mp_about .row_about_content .mpa_text {
  border-left: 10px solid #EDEDED;
  padding-left: 25px;
  font-size: 15px;
}
.section-mp_about .row_about_content .mpa_text p {
  font-weight: 400 !important;
  font-style: normal !important;
  font-family: 'Gotham Pro', sans-serif !important;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  font-size: 15px;
}
section.section-mp_about_tabs .row_row_aboutTabs {
  margin-top: 65px;
}
section.section-mp_about_tabs .tab-content {
  display: table;
  width: 100%;
  padding-top: 38px;
}
section.section-mp_about_tabs .nav-tabs li {
  width: 33.3333333333%;
  margin-bottom: 0;
}
section.section-mp_about_tabs .nav-tabs li:nth-child(2) a {
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  padding-left: 10px;
  padding-right: 10px;
}
section.section-mp_about_tabs .nav-tabs li a {
  font-weight: normal;
  font-size: 14px;
  white-space: normal;
  line-height: normal;
  height: auto;
  min-height: 50px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #EDEDED;
  color: #555555;
}
section.section-mp_about_tabs .nav-tabs li a.active,
section.section-mp_about_tabs .nav-tabs li a:hover {
  color: #753C28;
  border-bottom: 1px solid #DCA077;
}
@media (max-width: 1024px) and (min-width: 769px) {
  section.section-mp_about_tabs .nav-tabs li {
    width: 33%;
  }
  section.section-mp_about_tabs .nav-tabs li a {
    white-space: inherit;
    line-height: normal;
  }
}
section.section-mp_about_tabs .tab_contet_bl {
  float: left;
}
section.section-mp_about_tabs .tab_contet_bl p,
section.section-mp_about_tabs .tab_contet_bl li {
  font-weight: 500;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  font-size: 20px;
  color: #555555;
}
section.section-mp_about_tabs .tab_img,
section.section-mp_about_tabs .tab_text {
  padding: 0;
}
section.section-mp_about_tabs .tab_text ul {
  padding-left: 10px;
}
section.section-mp_about_tabs .tab_text ul li {
  list-style: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  /* or 257% */
  color: #555555;
}
section.section-mp_about_tabs .tab_text ul li:before {
  content: ' ';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #DCA077;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  margin-right: 8px;
}
section.section-mp_about_tabs .row_urfiz_acc .card {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-bottom: 0;
}
section.section-mp_about_tabs .row_urfiz_acc .card-header {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
section.section-mp_about_tabs .row_urfiz_acc .card-header.openColl {
  border-bottom: 1px solid #DCA077;
  border-top: 1px solid #DCA077;
}
section.section-mp_about_tabs .row_urfiz_acc .card-header.openColl .btn-link {
  font-weight: 500;
  color: #753C28;
}
section.section-mp_about_tabs .row_urfiz_acc .btn-link {
  white-space: inherit;
  color: #737373;
}
.section-mp_expertiza {
  padding-bottom: 80px;
  padding-top: 0;
}
.section-mp_expertiza .container {
  padding-right: 0;
  padding-left: 0;
}
.section-mp_expertiza h2 {
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  /* identical to box height, or 122% */
  color: #555555;
}
.section-mp_expertiza .bg_wrapper_img {
  padding-right: 0;
}
.section-mp_expertiza .bg_wrapper {
  padding-right: 10px;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  /* or 167% */
  color: #555555;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}
.section-mp_expertiza .bg_wrapper a.more_text {
  text-decoration: underline;
  display: block;
  margin-top: 30px;
  font-weight: normal;
  font-size: 15px;
  line-height: 11px;
  color: #753C28;
}
.section-mp_expertiza .cont_hidden_block {
  display: none;
}
.section-mp_expertiza .row_mp_expertiza {
  margin-top: 55px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .section-mp_expertiza {
    margin-top: 46px;
  }
  .section-mp_expertiza .row_mp_expertiza {
    margin-left: 0;
  }
  .section-mp_expertiza .row_mp_expertiza .bg_wrapper_img {
    padding-left: 0;
  }
  .section-mp_expertiza .row_mp_expertiza .bg_wrapper_img img {
    width: 100%;
  }
  .section-mp_expertiza .row_mp_expertiza .bg_wrapper {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .section-mp_expertiza .row_mp_expertiza .bg_wrapper a.more_text {
    text-align: center;
    display: block;
    margin-top: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 11px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-mp_mainClients {
  padding-bottom: 0;
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .section-mp_mainClients {
    overflow-x: hidden;
  }
}
.section-mp_mainClients div.h2 {
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  /* identical to box height, or 122% */
  color: #555555;
}
.section-mp_mainClients .row_mainClients {
  margin-top: 55px;
}
.section-mp_mainClients .owl-nav {
  border-top: 1px solid #f7f7f7;
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.section-mp_mainClients .owl-nav button {
  width: 30px;
  height: 30px;
  opacity: 1.0;
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  -ms-transition: 500ms all;
  -o-transition: 500ms all;
}
.section-mp_mainClients .owl-nav button.owl-prev {
  border: 0 solid #7D4735;
  color: #7D4735;
}
.section-mp_mainClients .owl-nav button.owl-next {
  border: 0 solid #F7F8F9;
  background: transparent;
  color: #F7F8F9;
}
.section-mp_mainClients .owl-nav button.disabled {
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  -ms-transition: 500ms all;
  -o-transition: 500ms all;
}
.section-mp_mainClients .owl-dots {
  margin-top: 10px;
  background-color: transparent;
  text-align: center;
  width: 100%;
  padding: 10px 0 5px 8px;
}
.section-mp_mainClients .owl-dots button.owl-dot {
  border: 1px solid #7D4735;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-right: 10px;
}
.section-mp_mainClients .owl-dots button.owl-dot span {
  display: block;
  border: 5px solid rgba(125, 71, 53, 0.15);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  width: inherit;
  height: inherit;
  margin: 2px;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
.section-mp_mainClients .owl-dots button.owl-dot.active span {
  display: block;
  border: 5px solid rgba(125, 71, 53, 0.65);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  width: inherit;
  height: inherit;
  margin: 0;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
.section-mp_mainReviews {
  padding-bottom: 80px;
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .section-mp_mainReviews {
    overflow-x: hidden;
  }
}
.section-mp_mainReviews h2 {
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  /* identical to box height, or 122% */
  color: #555555;
}
.section-mp_mainReviews div.h3 {
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 122% */
  text-align: center;
  color: #753C28;
  margin-bottom: 22px;
}
.section-mp_mainReviews .ow_img img {
  width: 220px;
  height: auto;
  margin: 30px auto;
}
.section-mp_mainReviews .ow_text {
  text-align: center;
}
.section-mp_mainReviews .ow_text p {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  /* or 167% */
  text-align: center;
  color: #555555;
}
.section-mp_mainReviews .ow_text a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 11px;
  margin-top: 22px;
  color: #753C28;
  text-decoration: underline;
}
.section-mp_mainReviews .row_mainReviews {
  margin-top: 55px;
}
.section-mp_mainReviews .div_index_slider {
  margin-top: 15px;
  position: absolute;
  width: 100%;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  bottom: 30px;
}
.section-mp_mainReviews .div_index_slider span:first-child {
  color: #753C28;
}
.section-mp_mainReviews .owl-item {
  height: 730px;
}
.section-mp_mainReviews .owl-nav {
  text-align: center;
  bottom: 30px;
  position: absolute;
  margin-top: 0;
  width: 100%;
}
.section-mp_mainReviews .owl-nav button {
  background: none !important;
}
.section-mp_mainReviews .owl-nav button.owl-prev {
  margin-right: 177px;
}
.section-mp_mainReviews .owl-nav button.owl-next {
  margin-left: 177px;
}
.section-mp_mainReviews .owl-nav button:hover {
  background: none !important;
}
.section-mp_mainReviews .owl-nav.owl-next {
  margin-left: 177px;
}
.section-mp_mainReviews .owl-nav {
  /*border-top:1px solid #f7f7f7;
    display: inline-block;
    margin-top: 30px;
    //float: right;
    width: 100%;
    text-align: center;
    button{
      width: 30px;
      height: 30px;
      &.owl-prev{
        border:1px solid #7D4735;
        color:#7D4735;
      }
      &.owl-next{
        border:1px solid #F7F8F9;
        background: #7D4735;
        color:#F7F8F9;
      }
      opacity: 1.0;
      .transition(500ms all);
    }
    button.disabled{
      opacity: 0.2;
      .transition(500ms all);
    }*/
}
.section-mp_mainReviews .owl-dots {
  margin-top: 10px;
  background-color: transparent;
  text-align: center;
  width: 100%;
  padding: 10px 0 5px 8px;
}
.section-mp_mainReviews .owl-dots button.owl-dot {
  border: 1px solid #7D4735;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-right: 10px;
}
.section-mp_mainReviews .owl-dots button.owl-dot span {
  display: block;
  border: 5px solid rgba(125, 71, 53, 0.15);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  width: inherit;
  height: inherit;
  margin: 2px;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
.section-mp_mainReviews .owl-dots button.owl-dot.active span {
  display: block;
  border: 5px solid rgba(125, 71, 53, 0.65);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  width: inherit;
  height: inherit;
  margin: 0;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
.mp_mainReviews_resource {
  padding-top: 0;
}
.mp_mainReviews_resource h2 {
  text-align: left;
}
#footer {
  background-color: #FAFAFA;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding-top: 30px;
  position: relative;
  height: auto;
  min-height: 320px;
  margin-bottom: -16px;
  overflow: hidden;
  /*.phone{
    text-align: left;
    margin-bottom: 15px;
    i{
      color:#7D4735;
      font-size: 24px;
      display: inline-block;
      margin-right: 15px;
    }
    a{
      font-size: 24px;
      .bold;
      color: #333333;
      //text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

      span{


      }
    }


  }*/
  /*.bt_fbModalbackCall{
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;

    text-align: right;
    width: 113px;
    color: #555555;
    padding-bottom: 4px;
    border:0 solid transparent;
    border-bottom: 1px solid #B7B7B7;
    background: none;
    display: block;
    margin-top: 5px;
    float: right;
    cursor: pointer;

  }*/
  /*.email{
    text-align: left;
    padding-left:45px;
    margin-bottom: 20px;
    i{
      color:#7D4735;
      font-size: 24px;
      display: inline-block;
      margin-right: 15px;
    }
    a{
      font-size: 18px;
      .bold;
      color: #333333;
      //text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }


  }*/
}
#footer .footer_ralative_gb {
  top: 53%;
  left: -10%;
  position: absolute;
  width: 100%;
  height: 200%;
  background-color: rgba(119, 62, 44, 0.16);
  -moz-transform: rotate(10deg);
  /* Для Firefox */
  -ms-transform: rotate(10deg);
  /* Для IE */
  -webkit-transform: rotate(10deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(10deg);
  /* Для Opera */
  transform: rotate(10deg);
}
#footer .row_footer_menu ul {
  padding-left: 5px;
}
#footer .row_footer_menu ul li {
  margin-bottom: 10px;
  list-style: none;
  display: inline-block;
  padding: 0 0;
}
#footer .row_footer_menu ul li a {
  color: #333333;
  display: block;
  font-weight: 400;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  font-size: 13px;
}
#footer .row_footer_menu_b2 {
  position: relative;
}
#footer .row_footer_menu_b2 ul {
  padding-left: 0;
}
#footer .row_footer_menu_b2 ul li {
  list-style: none;
  padding: 0 5px;
  margin-bottom: 0;
}
#footer .row_footer_menu_b2 ul li a {
  color: #333333;
  display: block;
  font-weight: 400;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  font-size: 13px;
}
#footer .bt_fbModalwriteUs {
  width: 190px;
  height: 46px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  margin-top: -8px;
  background: #DCA077;
  font-weight: normal;
  font-size: 15px;
  line-height: 11px;
  text-align: center;
  color: #753C28;
}
#footer div.phone {
  padding-right: 15px;
  text-align: right;
  padding-top: 0;
  width: 49%;
  float: left;
  padding-right: 5px;
}
#footer div.phone a {
  display: block;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  color: #555555;
}
@media (max-width: 1024px) and (min-width: 768px) {
  #footer div.phone {
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
  }
}
#footer div.phone .email {
  display: block;
  font-size: 13px;
  text-align: right;
  margin-top: 4px;
}
#footer .btn_feed {
  width: 49%;
  float: left;
}
@media (max-width: 1042px) and (min-width: 768px) {
  #footer .btn_feed {
    width: 100%;
    text-align: right;
  }
}
#footer .img_ather {
  position: absolute;
  bottom: 15px;
  right: 0;
  /* margin-right: 25px; */
  text-align: center;
}
#footer .img_ather a {
  display: inline-block;
  text-align: center;
}
#footer .btn_feed_foot_mob,
#footer .phone_foot_mob {
  display: none;
}
@media (max-width: 768px) {
  #footer {
    border-bottom: 0 solid transparent;
  }
  #footer .btn_feed,
  #footer .phone {
    display: none;
  }
  #footer .btn_feed_foot_mob,
  #footer .phone_foot_mob {
    display: block;
  }
  #footer .btn_feed_foot_mob {
    margin-top: 30px;
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .phone_foot_mob {
    text-align: center;
    margin-top: 30px;
    float: none !important;
    width: 100% !important;
  }
  #footer .phone_foot_mob a {
    text-align: center;
  }
  #footer .phone_foot_mob .email {
    text-align: center !important;
    margin-top: 20px !important;
    margin-bottom: 20px;
  }
  #footer .row_footer_menu,
  #footer .row_footer_menu_b2 {
    text-align: center;
  }
  #footer .row_footer_menu ul,
  #footer .row_footer_menu_b2 ul {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #footer .row_footer_menu ul li a,
  #footer .row_footer_menu_b2 ul li a {
    font-size: 18px;
  }
  #footer .row_footer_menu_b2 ul {
    margin-top: 0;
  }
  #footer .row_footer_menu_b2 .img_ather {
    display: none;
  }
}
.foot p.copy {
  width: 100%;
  bottom: 0;
  text-align: left;
  color: #333333;
  padding-top: 10px;
  margin-top: 20px;
}
.foot .copy {
  font-size: 15px;
}
.foot .foot {
  border-top: 1px solid #EDEDED;
}
.foot .site_addr {
  color: #333333;
  font-size: 15px;
  padding-top: 10px;
  margin-top: 20px;
  text-align: right;
}
.foot .site_addr:before {
  content: url("img/location.png");
  display: inline-block;
  margin-right: 7px;
  width: 18px;
}
.foot .row_copy_mob {
  display: none;
}
@media (max-width: 768px) {
  .foot p.copy {
    text-align: center;
    padding-top: 0;
  }
  .foot .div_copy {
    border-top: 1px solid #EDEDED;
    margin-top: 30px;
  }
  .foot .row_copy {
    display: none;
  }
  .foot .row_copy_mob {
    display: block;
  }
  .foot .site_addr {
    text-align: center;
    justify-content: center;
  }
  .foot .site_addr:before {
    white-space: pre;
    display: block;
  }
}
@media (max-width: 960px) {
  min-height: 620px;
  ul {
    padding-left: 0;
  }
  .copy {
    font-size: 13px;
  }
}
.section-pageServ {
  padding-bottom: 0;
}
.container_content {
  padding: 0;
}

.container_content img {
  margin: 15px 25px;
}

.container_content ul {
  padding-left: 20px;
}
.container_content h1 {
  text-align: left;
}
.container_content h2 {
  width: 80%;
  margin: 25px 10%;
}
.container_content div.table {
  padding: 15px;
  background: rgba(221, 221, 221, 0.14);
  -webkit-box-shadow: 0px 10px 9px -9px #545454;
  -moz-box-shadow: 0px 10px 9px -9px #545454;
  box-shadow: 0px 10px 9px -9px #545454;
}
.container_content div.table tr th {
  vertical-align: middle;
}
.container_content div.table tr th:last-child {
  text-align: center;
}
.container_content div.table tr td:last-child {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.container_content table.table.table_proj_td tr td:last-child {
  white-space: normal;
  text-align: left;
}
.container_content div.important {
  border: 2px solid #7D4735;
  margin: 30px 40px;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 9px -9px #545454;
  -moz-box-shadow: 0px 10px 9px -9px #545454;
  box-shadow: 0px 10px 9px -9px #545454;
}
@media (max-width: 736px) {
  .container_content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container_content h1 {
    font-size: 22px;
    text-align: center;
  }
  .container_content h2 {
    font-size: 20px;
    text-align: center;
  }
  .container_content h3 {
    font-size: 19px;
    text-align: center;
  }
  .container_content div.important {
    margin: 30px 2px;
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .container_content {
    padding-left: 10px;
  }
  .container_content h1 {
    text-align: center;
  }
  .container_content h2 {
    width: 100%;
    margin: 25px 0;
  }
}
.vidi_deyatelnosti_content {
  padding-top: 30px;
}
.vidi_deyatelnosti_content table tr td:first-child {
  font-weight: 700;
  font-size: 28px;
}
.questions {
  margin-top: 60px;
}
.questions h2 {
  text-align: left;
  margin-bottom: 30px;
}
.questions img {
  margin-top: 25%;
}
.questions form {
  padding: 20px;
  background: #f7f7f7;
  -webkit-box-shadow: 0px 3px 5px 0px #643c2f;
  -moz-box-shadow: 0px 3px 5px 0px #643c2f;
  box-shadow: 0px 3px 5px 0px #643c2f;
}
.questions form label {
  display: none;
}
.questions .conf {
  margin-top: 25px;
  font-size: 13px;
}
.row_blog_el a[data-fancybox] {
  display: block;
  text-align: center;
}
.row_contacts .modal-header {
  text-align: center;
}
.row_contacts .modal-header .close {
  display: none;
  padding: 0;
  margin: 0;
}
.row_contacts .modal-title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  line-height: 24px;
}
.row_contacts .cont_row.phone,
.row_contacts .cont_row.email {
  margin-bottom: 40px;
}
.row_contacts .cont_row.phone i,
.row_contacts .cont_row.email i {
  display: block;
  text-align: center;
  color: #7D4735;
  font-size: 36px;
  margin-bottom: 15px;
}
.row_contacts .cont_row.phone a,
.row_contacts .cont_row.email a {
  display: block;
  width: 100%;
  margin: 15px auto;
  font-size: 30px;
  text-align: center;
  color: #000000;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  /*span{
        font-size: 28px;
      }*/
}
@media (max-width: 767px) {
  .row_contacts .cont_row.phone a,
  .row_contacts .cont_row.email a {
    font-size: 20px;
  }
}
.row_contacts .cont_row.addr,
.row_contacts .cont_row.email,
.row_contacts .cont_row.recv {
  margin-bottom: 40px;
}
.row_contacts .cont_row.addr i,
.row_contacts .cont_row.email i,
.row_contacts .cont_row.recv i {
  display: block;
  text-align: center;
  color: #7D4735;
  font-size: 36px;
  margin-bottom: 15px;
}
.row_contacts .cont_row.addr a,
.row_contacts .cont_row.email a,
.row_contacts .cont_row.recv a {
  color: #000000;
}
.row_contacts .cont_row.addr span,
.row_contacts .cont_row.email span,
.row_contacts .cont_row.recv span {
  text-align: center;
  display: block;
  width: 100%;
  margin: 15px auto;
  font-size: 20px;
}
.row_contacts .cont_row.recv {
  margin-top: 18px;
}
.row_contacts .recv_addr {
  margin-top: 18px;
  text-align: center;
}
.row_contacts .recv_addr h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .row_contacts .row.modal-content {
    margin-right: -30px;
  }
}
.section-mp_action {
  height: 565px;
  background: #333333;
  padding-top: 120px;
}
@media (max-width: 768px) {
  .section-mp_action {
    height: 665px;
  }
}
.section-mp_action h2 {
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
}
@media (max-width: 960px) {
  .section-mp_action h2 {
    font-size: 24px;
  }
}
.section-mp_action h2 + p {
  font-size: 24px;
  color: #ffffff;
}
@media (max-width: 960px) {
  .section-mp_action h2 + p {
    font-size: 18px;
  }
}
.section-mp_action table.table {
  border-top: 1px solid transparent;
  margin-top: 60px;
}
.section-mp_action table.table th,
.section-mp_action table.table td {
  border-top: 1px solid transparent;
  text-align: left;
}
.section-mp_action table.table p {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.section-mp_action table.table p img {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .section-mp_action table.table {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-mp_action .vis_xs {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-mp_action .vis_xs {
    text-align: center;
    display: block;
    padding-top: 30px;
  }
  .section-mp_action .vis_xs .row_vis_xs {
    margin-bottom: 30px;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .section-mp_action .vis_xs .row_vis_xs:last-child {
    margin-bottom: 60px;
  }
  .section-mp_action .vis_xs p {
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
  }
  .section-mp_action .vis_xs p img {
    margin-right: 30px;
  }
}
.section-mp_action .div_btnwrapper {
  text-align: center;
}
.section-mp_action .div_btnwrapper a.btn {
  height: 96px;
  width: 280px;
  background: #7D4735;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  white-space: unset;
  text-transform: unset;
}
.aboute_tab tr td {
  width: 50%;
  text-align: left;
}
.aboute_tab tr td p {
  text-align: left;
}
.list_vid_deyatelnosti {
  margin-top: 40px;
}
.list_vid_deyatelnosti li {
  list-style: none;
  height: 370px;
  width: 30%;
  float: left;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding: 15px;
}
.list_vid_deyatelnosti li span {
  font-size: 30px;
  display: block;
  font-weight: bold;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  margin-top: 20px;
  margin-bottom: 20px;
}
.list_vid_deyatelnosti li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  border-left: 1px solid #000000;
  height: 100%;
  float: left;
}
.list_vid_deyatelnosti li:nth-child(3),
.list_vid_deyatelnosti li:nth-child(6),
.list_vid_deyatelnosti li:nth-child(9),
.list_vid_deyatelnosti li:nth-child(10) {
  margin-right: 15px;
}
.list_vid_deyatelnosti li:nth-child(3):after,
.list_vid_deyatelnosti li:nth-child(6):after,
.list_vid_deyatelnosti li:nth-child(9):after,
.list_vid_deyatelnosti li:nth-child(10):after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: inline-block;
  border-right: 1px solid #000000;
  height: 100%;
  float: right;
  padding: 0;
}
.list_2 {
  display: table;
  margin-top: 40px;
}
.list_2 li {
  list-style: disc;
  width: 46%;
  margin-right: 3%;
  float: left;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .list_2 li {
    width: 100%;
    margin-right: auto;
  }
}
#pdopage1 h2 {
  margin: 0;
}
.blog_folder_menu .blog_cat {
  color: #7D4735;
  font-weight: bold;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  font-size: 26px;
}
.blog_folder_menu ul li a {
  color: #7D4735;
}
.blog_folder_menu ul li.active {
  text-decoration: underline;
}
.table_price tr td {
  background: #ffffff;
  padding: 30px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-family: 'Gotham Pro', sans-serif;
  /*color: #555555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;*/
  border-top: transparent;
}
.table_price tr:nth-child(odd) td {
  background: #f3f4f5;
}
@media (max-width: 667px) {
  .table_price tr td {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */