* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  height: 100%;
  margin: 0;
  min-width: 280px; }

p, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif; }

button {
  padding: 0;
  border: none;
  background: none;
  outline: none !important; }

input, select {
  outline: none; }

::-webkit-input-placeholder {
  font: 18px 'Open Sans', sans-serif;
  color: #363636; }

::-moz-placeholder {
  font: 18px 'Open Sans', sans-serif;
  color: #363636; }

::-ms-input-placeholder {
  font: 18px 'Open Sans', sans-serif;
  color: #363636; }

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  /*z-index: 3;*/ }

header:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 450px;
  background: url("/pics/dot-bg.png") no-repeat center top;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0; }

header .container {
  z-index: 3; }

.header-cont {
  padding-bottom: 10px; }
  .header-cont .logo {
    padding-top: 15px; }
  .header-cont .header-data {
    padding-top: 37px;
    max-width: 345px;
    min-width: 345px; }
    .header-cont .header-data .data {
      font-size: 14px;
      color: #616161;
      padding-left: 30px;
      background: url("/pics/clock.png") no-repeat left center;
      margin-bottom: 10px; }
    .header-cont .header-data .pin {
      font-size: 14px;
      color: #616161;
      padding-left: 30px;
      background: url("/pics/placeholder.png") no-repeat left center; }
  .header-cont .header-phone {
    padding-top: 30px;
    max-width: 255px;
    min-width: 255px; }
    .header-cont .header-phone p {
      padding-left: 30px;
      background: url("/pics/phone.png") no-repeat left center; }
      .header-cont .header-phone p a {
        font-size: 20px;
        color: #2c2c2c;
        font-weight: 600; }
  .header-cont .header-link {
    padding-top: 5px;
    max-width: 280px;
    min-width: 280px; }
    .header-cont .header-link .header-soc {
      padding-bottom: 5px; }
      .header-cont .header-link .header-soc li {
        display: inline-block; }
        .header-cont .header-link .header-soc li.mail {
          padding-left: 30px;
          padding-right: 15px;
          background: url("/pics/mail.png") no-repeat left center; }
          .header-cont .header-link .header-soc li.mail a {
            font-size: 14px;
            color: #565656;
            text-decoration: underline; }
            .header-cont .header-link .header-soc li.mail a:hover {
              text-decoration: none; }
        .header-cont .header-link .header-soc li.soc {
          padding-left: 10px; }
          .header-cont .header-link .header-soc li.soc a:hover {
            opacity: .8; }
    .header-cont .header-link .header-link-block a {
      display: block;
      border: 2px solid #c01f24;
      text-decoration: none;
      font-size: 15px;
      font-weight: 600;
      color: #c01f24;
      padding: 15px;
      text-align: center;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .header-cont .header-link .header-link-block a:hover {
        background: #c01f24;
        color: #fff; }

.header-menu {
  background: #b61d23; }
  .header-menu .menu {
    position: relative; }
    .header-menu .menu.active .button span {
      position: absolute;
      left: 0;
      top: 7px; }
      .header-menu .menu.active .button span:nth-child(1) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .header-menu .menu.active .button span:nth-child(2) {
        display: none; }
      .header-menu .menu.active .button span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .header-menu .menu .button {
      display: none;
      position: absolute;
      width: 40px;
      height: 40px;
      left: 0;
      top: 5px;
      z-index: 2;
      cursor: pointer; }
      .header-menu .menu .button span {
        display: block;
        position: relative;
        width: 100%;
        height: 3px;
        background: #fff;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        margin: 6px 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
    .header-menu .menu ul.menu-list {
      font-size: 0; }
      .header-menu .menu ul.menu-list > li {
        display: inline-block; }
        .header-menu .menu ul.menu-list > li:last-child a:after {
          display: none; }
        .header-menu .menu ul.menu-list > li:hover > a {
          background: #d3595d; }
        .header-menu .menu ul.menu-list > li > a {
          position: relative;
          display: block;
          font-weight: 600;
          font-size: 16px;
          color: #fff;
          text-decoration: none;
          padding: 18px 35px; }
          .header-menu .menu ul.menu-list > li > a:after {
            position: absolute;
            content: '';
            width: 12px;
            height: 12px;
            background: url("/pics/star.png") no-repeat center;
            right: -6px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            z-index: 2; }
        .header-menu .menu ul.menu-list > li.drop-list {
          position: relative; }
          .header-menu .menu ul.menu-list > li.drop-list:after {
            position: absolute;
            content: '';
            width: 12px;
            height: 8px;
            right: 25px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            /*background: url("/pics/drop-arrow.png") no-repeat center;*/
            z-index: 2; }
          .header-menu .menu ul.menu-list > li.drop-list:hover .drop-menu {
            z-index: 99;
            opacity: 1;
            top: 100%;
            height: auto;
            padding: 10px; }
          .header-menu .menu ul.menu-list > li.drop-list .drop-menu {
            position: absolute;
            top: 120%;
            left: 0;
            background: #fff;
            z-index: -1;
            padding: 0px;
            width: 370px;
            -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            opacity: 0;
            height: 0;
            overflow: hidden;}
            .header-menu .menu ul.menu-list > li.drop-list .drop-menu li {
              display: block;
              border-bottom: 1px solid #d9d9d9; }
              .header-menu .menu ul.menu-list > li.drop-list .drop-menu li:last-child {
                border: 0; }
              .header-menu .menu ul.menu-list > li.drop-list .drop-menu li a {
                display: block;
                padding: 10px 5px;
                text-decoration: none;
                font-size: 15px;
                color: #1a1a1a; }
                .header-menu .menu ul.menu-list > li.drop-list .drop-menu li a:hover {
                  background: #f1f1f1; }

.slide_1 {
  margin-top: -1px; }

.top-slider .top-slider-block {
  position: relative;
  overflow: hidden;
  height: 605px; }
  .top-slider .top-slider-block > img {
    position: absolute;
    width: auto;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .top-slider .top-slider-block .top-slider-cont {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 140px;
    max-width: 540px; }
    .top-slider .top-slider-block .top-slider-cont .top-slider-title {
      font-size: 40px;
      font-weight: 600;
      color: #fff;
      line-height: 40px;
      padding-bottom: 20px; }
    .top-slider .top-slider-block .top-slider-cont p {
      font-size: 18px;
      color: #fff;
      padding-bottom: 20px; }
    .top-slider .top-slider-block .top-slider-cont .top-slider-link {
      padding: 20px 0; }
      .top-slider .top-slider-block .top-slider-cont .top-slider-link a {
        padding: 15px 40px;
        text-decoration: none;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        background: -webkit-gradient(linear, left top, left bottom, from(#d0191f), to(#6c0b13));
        background: -webkit-linear-gradient(#d0191f, #6c0b13);
        background: -o-linear-gradient(#d0191f, #6c0b13);
        background: linear-gradient(#d0191f, #6c0b13);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        .top-slider .top-slider-block .top-slider-cont .top-slider-link a:hover {
          background: -webkit-gradient(linear, left bottom, left top, from(#d0191f), to(#6c0b13));
          background: -webkit-linear-gradient(bottom, #d0191f, #6c0b13);
          background: -o-linear-gradient(bottom, #d0191f, #6c0b13);
          background: linear-gradient(to top, #d0191f, #6c0b13); }

.top-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%; }
  .top-slider .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .top-slider .owl-nav button.owl-prev {
      left: 2px;
      background: rgba(0, 0, 0, 0.5) url("/pics/prev.png") no-repeat center; }
      .top-slider .owl-nav button.owl-prev:hover {
        background: rgba(0, 0, 0, 0.9) url("/pics/prev.png") no-repeat center; }
    .top-slider .owl-nav button.owl-next {
      right: 2px;
      background: rgba(0, 0, 0, 0.5) url("/pics/next.png") no-repeat center; }
      .top-slider .owl-nav button.owl-next:hover {
        background: rgba(0, 0, 0, 0.9) url("/pics/next.png") no-repeat center; }

.top-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 43px;
  text-align: center; }
  .top-slider .owl-dots button {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: rgba(255, 255, 255, 0.5); }
    .top-slider .owl-dots button.active {
      background: white; }
      .top-slider .owl-dots button.active:after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        border: 3px solid #d91d23;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

.title {
  padding: 35px 0 30px 60px; }
  .title span {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #252525; }
    .title span:after {
      position: absolute;
      content: '';
      left: -60px;
      top: -20px;
      width: 79px;
      height: 49px;
      background: url("/pics/title-star.png") no-repeat center; }

.slide_2.main {
  background: url("/pics/slide_2.jpg") no-repeat top center; }

.services-list {
  padding-bottom: 20px; }
  .services-list ul li {
    padding-bottom: 40px; }
    .services-list ul li a {
      display: block;
      width: 360px;
      height: 115px;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background: #fff url("/pics/services-list-bg.jpg") no-repeat left top;
      padding-left: 90px;
      position: relative;
      text-decoration: none;
      margin: 0 auto; }
      .services-list ul li a:hover {
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
      .services-list ul li a .services-list-img {
        position: absolute;
        width: 90px;
        height: 100%;
        left: 0;
        top: 0; }
        .services-list ul li a .services-list-img img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .services-list ul li a .services-list-cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        height: 115px; }
        .services-list ul li a .services-list-cont span {
          font-size: 16px;
          color: #464646; }
          .services-list ul li a .services-list-cont span span {
            font-weight: 700; }
        .services-list ul li a .services-list-cont.services-list-cont-last {
          font-size: 20px;
          text-decoration: underline;
          color: #464646; }
          .services-list ul li a .services-list-cont.services-list-cont-last:hover {
            text-decoration: none; }

.slide_3 {
  background: url("/pics/slide_3.jpg") no-repeat top center;
  background-size: 2530px;
  position: relative;
  overflow: hidden; }
  .slide_3:after {
    position: absolute;
    content: '';
    width: 609px;
    height: 1388px;
    background: url("/pics/slide_3-dots.png") no-repeat center;
    top: 130px;
    right: 50%;
    margin-right: 350px; }
  .slide_3 .container {
    z-index: 2; }

.about {
  padding-top: 10px;
  padding-bottom: 10px; }
  .about .about-cont .about-title {
    font-size: 36px;
    font-weight: 700;
    color: #252525;
    padding-bottom: 20px; }
  .about .about-cont p {
    padding-bottom: 20px;
    font-size: 14px;
    color: #0a0a0a; 
text-align: justify;

}
  .about .about-cont .about-link {
    padding: 30px 0; }
    .about .about-cont .about-link a {
      padding: 13px 38px;
      text-decoration: none;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      font-weight: 600;
      font-size: 16px;
      color: #b41920;
      border: 2px solid #b41920;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .about .about-cont .about-link a:hover {
        background: #b41920;
        color: #fff; }
  .about .about-slider {
    max-width: 335px;
/*margin-top: 75px;*/}
    .about .about-slider .about-sliders .about-sliders-block .about-sliders-img {
      position: relative;
      background: url("/pics/slide-border.png") no-repeat center;
      padding: 30px; }
      .about .about-slider .about-sliders .about-sliders-block .about-sliders-img img {
        position: relative;
        z-index: 2; }
      .about .about-slider .about-sliders .about-sliders-block .about-sliders-img:after {
        position: absolute;
        content: '';
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        height: -webkit-calc(100% - 40px);
        height: calc(100% - 40px);
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: #eaf1f6; }
    .about .about-slider .about-sliders .about-sliders-block p {
      text-align: center;
      padding-top: 15px;
      font-size: 16px;
      color: #0f0f0f; }
    .about .about-slider .about-sliders .owl-dots {
      display: none; }
    .about .about-slider .about-sliders .owl-nav {
      position: absolute;
      width: 100%;
      top: 200px; }
      .about .about-slider .about-sliders .owl-nav button {
        position: absolute;
        width: 14px;
        height: 23px;
        top: 0; }
        .about .about-slider .about-sliders .owl-nav button.owl-prev {
          left: -25px;
          background: url("/pics/prev2.png") no-repeat center; }
        .about .about-slider .about-sliders .owl-nav button.owl-next {
          right: -25px;
          background: url("/pics/next2.png") no-repeat center; }

.advantages-list {
  padding-bottom: 30px; }
  .advantages-list ul li {
    padding-bottom: 35px; }
    .advantages-list ul li .advantages-list-block {
      background: #f9f9f9;
      border: 1px solid #ebebeb;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      width: 365px; }
      .advantages-list ul li .advantages-list-block .advantages-list-img {
        position: relative;
        height: 105px; }
        .advantages-list ul li .advantages-list-block .advantages-list-img img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .advantages-list ul li .advantages-list-block p {
        text-align: center;
        min-height: 100px;
        padding: 0 20px;
        font-size: 16px;
        color: #464646;
        line-height: 18px; }
        .advantages-list ul li .advantages-list-block p span {
          font-weight: 700; }

.slide_5 {
  overflow: hidden;
  padding-bottom: 10px; }
  .slide_5 .title {
    padding-top: 30px;
    border-top: 1px solid #ccc; }

.photo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 0; }
  .photo-list li {
    width: 20%;
    position: relative; }
    .photo-list li a {
      position: relative;
      display: block; }
      .photo-list li a img {
        width: 100%; }
      .photo-list li a:hover {
        position: absolute;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        height: -webkit-calc(100% + 20px);
        height: calc(100% + 20px);
        left: -10px;
        top: -10px;
        z-index: 2;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

.slide_6 {
  padding-bottom: 55px; }

.partners-slider {
  margin: -15px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px); }
  .partners-slider .partners-slider-block {
    padding: 15px 15px 0 15px; }
    .partners-slider .partners-slider-block a {
      position: relative;
      display: block;
      background: #fff;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      height: 90px;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
      .partners-slider .partners-slider-block a img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .partners-slider .partners-slider-block p {
      font-size: 14px;
      color: #3c3c3c;
      padding: 10px 5px;
      text-align: center; }
  .partners-slider .owl-dots {
    display: none; }
  .partners-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50px; }
    .partners-slider .owl-nav button {
      position: absolute;
      width: 14px;
      height: 23px;
      top: 0; }
      .partners-slider .owl-nav button.owl-prev {
        left: -25px;
        background: url("/pics/prev2.png") no-repeat center; }
      .partners-slider .owl-nav button.owl-next {
        right: -25px;
        background: url("/pics/next2.png") no-repeat center; }

.map-cont {
  position: absolute;
  z-index: 2;
  height: 440px;
  width: 455px;
  padding: 80px 30px;
  background: url("/pics/map-bg.png") no-repeat center top; }
  .map-cont .map-title {
    font-size: 36px;
    color: #252525;
    font-weight: 700;
    padding: 0 0 60px 50px; }
  .map-cont .map-data {
    font-size: 14px;
    color: #616161;
    padding-left: 30px;
    background: url("/pics/clock.png") no-repeat left center;
    margin-bottom: 10px; }
  .map-cont .map-location {
    font-size: 14px;
    color: #616161;
    padding-left: 30px;
    background: url("/pics/placeholder.png") no-repeat left center;
    margin-bottom: 20px; }
  .map-cont .map-phone {
    padding-left: 30px;
    background: url("/pics/phone.png") no-repeat left center; }
    .map-cont .map-phone a {
      font-size: 22px;
      color: #2c2c2c;
      font-weight: 600; }
  .map-cont .map-mail {
    margin-top: 20px;
    padding-left: 30px;
    background: url("/pics/mail.png") no-repeat left center; }
    .map-cont .map-mail a {
      font-size: 14px;
      color: #565656;
      text-decoration: underline; }
      .map-cont .map-mail a:hover {
        text-decoration: none; }

footer {
  padding: 30px 0 10px 0; }

.footer-cont .logo {
  max-width: 290px; }
  .footer-cont .logo .logo-menu {
    padding-top: 30px; }
    .footer-cont .logo .logo-menu li {
      padding-bottom: 10px;
      position: relative;
      padding-left: 15px;
      position: relative; }
      .footer-cont .logo .logo-menu li:after {
        position: absolute;
        content: '';
        left: 0;
        top: 8px;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #a21a20; }
      .footer-cont .logo .logo-menu li a {
        font-size: 15px;
        color: #4f4f4f;
        text-decoration: underline; }
        .footer-cont .logo .logo-menu li a:hover {
          text-decoration: none; }

.footer-cont .footer-menu {
  max-width: 865px;
  overflow: hidden; }
  .footer-cont .footer-menu .footer-menu-block {
    overflow: hidden;
    padding-top: 20px;
    border-bottom: 1px solid #d6e0eb; }
    .footer-cont .footer-menu .footer-menu-block ul {
      width: 50%;
      float: left; }
      .footer-cont .footer-menu .footer-menu-block ul li {
        padding-bottom: 10px;
        position: relative;
        padding-left: 15px;
        position: relative; }
        .footer-cont .footer-menu .footer-menu-block ul li:after {
          position: absolute;
          content: '';
          left: 0;
          top: 8px;
          width: 7px;
          height: 7px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background: #a21a20; }
        .footer-cont .footer-menu .footer-menu-block ul li a {
          font-size: 15px;
          color: #4f4f4f;
          text-decoration: underline; }
          .footer-cont .footer-menu .footer-menu-block ul li a:hover {
            text-decoration: none; }
  .footer-cont .footer-menu .brevis {
    width: 300px;
    float: right;
    overflow: hidden;
    padding-top: 15px; }
    .footer-cont .footer-menu .brevis img {
      float: left;
      padding-right: 10px; }
    .footer-cont .footer-menu .brevis p {
      padding-top: 5px;
      font-size: 14px;
      color: #000; }
      .footer-cont .footer-menu .brevis p a {
        color: #dc1017;
        text-decoration: underline; }
        .footer-cont .footer-menu .brevis p a:hover {
          text-decoration: none; }

#top {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: 730px;
  width: 62px;
  height: 65px;
  background: url("/pics/top.jpg") no-repeat center;
  cursor: pointer;
  z-index: 999; }
  #top:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.modal-open .modal {
  background: rgba(0, 0, 0, 0.5); }

.modal.fade .modal-dialog {
  max-width: 620px;
  margin: 8.75rem auto; }
  .modal.fade .modal-dialog .modal-content {
    border: 0;
    padding: 35px 20px; }
    .modal.fade .modal-dialog .modal-content .modal-header {
      border: 0;
      text-align: center;
      padding: 0; }
      .modal.fade .modal-dialog .modal-content .modal-header .modal-title {
        display: block;
        width: 100%;
        font-size: 30px;
        font-weight: 600;
        color: #3c3c3c; }
      .modal.fade .modal-dialog .modal-content .modal-header .close {
        position: absolute;
        right: 10px;
        top: 10px; }
    .modal.fade .modal-dialog .modal-content .modal-body form input[type="text"] {
      width: 100%;
      background: #f6f6f6;
      font-size: 16px;
      color: #414141;
      border: 1px solid #bbc8d6;
      padding: 20px 25px;
      margin-bottom: 20px; }
    .modal.fade .modal-dialog .modal-content .modal-body form input[type="button"] {
      margin: 10px auto 20px;
      display: block;
      border: 0;
      width: 280px;
      cursor: pointer;
      padding: 15px;
      text-decoration: none;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      font-weight: 600;
      font-size: 16px;
      color: #fff;
      background: -webkit-gradient(linear, left top, left bottom, from(#d0191f), to(#6c0b13));
      background: -webkit-linear-gradient(#d0191f, #6c0b13);
      background: -o-linear-gradient(#d0191f, #6c0b13);
      background: linear-gradient(#d0191f, #6c0b13);
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .modal.fade .modal-dialog .modal-content .modal-body form input[type="button"]:hover {
        background: -webkit-gradient(linear, left bottom, left top, from(#d0191f), to(#6c0b13));
        background: -webkit-linear-gradient(bottom, #d0191f, #6c0b13);
        background: -o-linear-gradient(bottom, #d0191f, #6c0b13);
        background: linear-gradient(to top, #d0191f, #6c0b13); }
    .modal.fade .modal-dialog .modal-content .modal-body form label {
      display: block;
      margin: 0 auto;
      max-width: 510px; }
      .modal.fade .modal-dialog .modal-content .modal-body form label input[type="checkbox"] {
        display: none; }
        .modal.fade .modal-dialog .modal-content .modal-body form label input[type="checkbox"]:checked + span:after {
          background: #f9f9f9 url("/pics/ch.png") no-repeat center; }
      .modal.fade .modal-dialog .modal-content .modal-body form label span {
        display: block;
        position: relative;
        font-size: 14px;
        color: #4e4e4e;
        padding-left: 40px; }
        .modal.fade .modal-dialog .modal-content .modal-body form label span:after {
          position: absolute;
          content: '';
          left: 0;
          top: 5px;
          border: 1px solid #d5dde6;
          background: #f9f9f9;
          width: 24px;
          height: 24px; }

.crumb {
    padding: 20px 0;
}

.crumb ul li{
  display: inline-block;
  vertical-align: top;
}


.crumb ul li a {
    color: #b61d23;
}

.crumb ul li span{
  color: #393939!important;
}

#map{
   width: 100%; 
   height: 440px; 
   padding: 0; 
   margin: 0;
}

.inner {
  padding-bottom: 20px;
}

.inner p {
  padding-bottom: 15px;
	font-size: 14px;
}

.inner p a {
  color: #c01f24;
  font-weight: 600;
}

.list {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 20px;
}

.submit-order {
  display: block;
  border: 2px solid #c01f24;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #c01f24;
  padding: 15px;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 200px;
  margin: 10px auto;
}

.submit-order:hover {
  background: #c01f24;
  color: #fff;
}

.contacts {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contacts li div {
  width: 300px;
  padding: 15px;
  height: 100%;
  border: 2px solid #c01f24;
  margin: 0 auto;
  text-align: center;
}

.contacts li div a {
  display: block;
  color: #c01f24;
  font-weight: 600;
}

.contacts li div a.soc {
  display: inline-block;
  margin: 5px;
}

.name {
    font-size: 32px;
    font-weight: 600;
}

.kind {
    text-transform: uppercase;
}

.video-about {
  width: 300px;
  display: block;
  margin: 0 10px 15px 0;
float: left;
}