@charset "UTF-8";

html,
body {
  height: 100%;
}
.wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.content {
  display: table-row;
  height: 100%;
}


.new-class-for-width {
  max-width: 1340px;
  margin: auto;
  position: relative;
  background-color: #e1effa; }
.new-class-for-width .text-wrapp-sec-4 strong {
	font-family: 'Fira Sans';
	font-weight: 600;
}
.new-class-for-width .text-wrapp-sec-4 ol li {
  margin-bottom: 10px;
}

.for-shadow-contant {
  max-width: 1340px;
  margin: auto;
  box-shadow: 0px 0px 104px 8px rgba(0, 0, 0, 0.4); }

.bg-spider {
  background-image: url(../img/spider-bg-left.jpg), url(../img/spider-bg-right.jpg);
  background-position: top left, top right;
  background-repeat: no-repeat; }

.main-logo {
  height: 40px; }

.navbar-collapse {
  padding-right: 0; }

.section-lvl-0-top-menu {
  background-image: url(../img/header-bg.jpg);
  background-position: center;
  background-size: cover; }

.menu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.logo-wr {
  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; }
.logo-wr.seo_hidden_link {
  cursor: pointer;
}
  .logo-wr p {
    font-family: 'Fira Sans';
	font-weight: 600;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    padding-left: 5px;
    text-transform: uppercase; }
    .logo-wr p .color-red {
      color: #e43131; }

.my-class-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .my-class-menu .style-menu-item {
    display: block;
    padding: 14px 0;
    color: #fff;
    font-family: 'Fira Sans';
    font-size: 14px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    -webkit-transition: 0.2s;
            transition: 0.2s; }
    .my-class-menu .style-menu-item.drop {
      padding: 14px 14px 14px 0;
      background-image: url(../img/strelochka.svg);
      background-size: 10px 10px;
      background-repeat: no-repeat;
      background-position: center right;
      cursor: pointer; }
    .my-class-menu .style-menu-item.active-item-menu {
      border-color: #fff; }
    .my-class-menu .style-menu-item:hover {
      border-color: #fff; }

.for-padding-menu-atem {
  padding: 0 20px; }

.soc-set-poisk {
  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-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .soc-set-poisk a {
    padding: 0 5px; }
    .soc-set-poisk a.for-marg {
      display: block;
      margin-top: -5px; }
  .soc-set-poisk .for-loop-modal {
    padding: 5px;
    cursor: pointer; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    display: none; } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    display: none; } }
@-webkit-keyframes bounceIn {
  0%,
    20%,
    40%,
    60%,
    80%,
    100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%,
    20%,
    40%,
    60%,
    80%,
    100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.wrapp-katalig-ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  position: relative; }
  .wrapp-katalig-ul .list-lvl-1 {
    position: absolute;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    width: 225px;
    background-color: #fff;
    border-bottom: 1px solid #3a78a7;
    z-index: 100;
    -webkit-animation-duration: .5s;
    animation-duration: .5s; }
    .wrapp-katalig-ul .list-lvl-1.fadeOutDown {
      /*-webkit-animation-name: fadeOutDown;
      animation-name: fadeOutDown;*/ }
    .wrapp-katalig-ul .list-lvl-1.bounce-in {
      /*-webkit-animation-name: bounceIn;
      animation-name: bounceIn;
      -webkit-animation-duration: 0.75s;
      animation-duration: 0.75s;*/
      display: block; }
    .wrapp-katalig-ul .list-lvl-1 .item-list-1 {
      text-decoration: none;
      font-family: 'Fira Sans';
	font-weight: 200;
      font-size: 14px;
      -webkit-transition: 0.3s;
              transition: 0.3s;
      color: #000; }
    .wrapp-katalig-ul .list-lvl-1 .list-lvl-2 {
      padding-left: 25px;
      margin-bottom: 0;
      list-style: none; }
      .wrapp-katalig-ul .list-lvl-1 .list-lvl-2 .item-list-2 {
        position: relative;
        padding: 5px 0; }
        .wrapp-katalig-ul .list-lvl-1 .list-lvl-2 .item-list-2:after {
          content: "";
          position: absolute;
          left: -14px;
          top: 13px;
          background-color: #3a78a7;
          height: 5px;
          width: 5px;
          border-radius: 50%; }
        .wrapp-katalig-ul .list-lvl-1 .list-lvl-2 .item-list-2 a,
        .wrapp-katalig-ul .list-lvl-1 .list-lvl-2 .item-list-2.seo_hidden_link span {
          color: #000;
          cursor: pointer;
          text-decoration: none;
          font-family: 'Fira Sans';
	font-weight: 200;
          font-size: 14px;
          -webkit-transition: 0.3s;
                  transition: 0.3s; }
        .wrapp-katalig-ul .list-lvl-1 .list-lvl-2 .item-list-2:hover a,
        .wrapp-katalig-ul .list-lvl-1 .list-lvl-2 .item-list-2.seo_hidden_link:hover span {
          color: #f04401; }
.wrapp-katalig-ul .list-lvl-1 .list-lvl-2 .item-list-2 span.active {
  color: #3a78a7;
}

.item-wrapp-first-lvl {
  position: relative;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  cursor: pointer;
  padding: 5px 10px; }
  .item-wrapp-first-lvl:hover {
    background-color: #3a78a7; }
    .item-wrapp-first-lvl:hover .item-list-1,
    .item-wrapp-first-lvl:hover .active{
      color: #fff!important; }
.item-wrapp-first-lvl .active {
  color: #3a78a7!important;
}
    .item-wrapp-first-lvl:hover .treangle {
      border-top: 7px solid #fff; }

.treangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
  position: absolute;
  right: 7px;
  top: 12px;
  -webkit-transition: 0.3s;
          transition: 0.3s; }

.main-slider-wrapper {
  position: relative;
  border-bottom: 1px solid #cccccc; }

.for-shadow {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/shadow.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 42px;
  width: 100%;
  z-index: 99; }

.section-lvl-1 {
  padding-top: 15px; }

.header-sec-1 {
  font-family: 'Fira Sans';
	font-weight: 700;
  font-size: 24px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px; }
  .header-sec-1 .color-blue {
    color: #3a78a7; }

#full-slider-wrapper {
  position: relative; }

.contant-sec-1 {
  padding: 30px 0; }
  .contant-sec-1 .one-cont-sec-1 {
    text-decoration: none;
    display: block;
    padding: 5px 0 5px 25px;
    background-image: url(../img/star.png);
    background-repeat: no-repeat;
    background-position: top 4px left;
    font-family: 'Fira Sans';
	font-weight: 200;
    color: #000;
    font-size: 14px;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
.contant-sec-1 a.one-cont-sec-1 {
  cursor: pointer;
  color: #3a78a7;
  text-decoration: underline;
}
    .contant-sec-1 a.one-cont-sec-1:hover {
      text-decoration: none; }
.contant-sec-1 p.one-cont-sec-1 {
  margin-bottom: 0;
}

.for-frame-wrapp {
  padding-top: 50px; }
  .for-frame-wrapp .index_img {
    width: 100%;
    border: 0;
    background: url(/img/index.jpg) no-repeat center;
    background-size: cover;
    height: 535px; }
  .for-frame-wrapp .shadow-movie {
    height: 28px;
    margin-top: -14px; }
    .for-frame-wrapp .shadow-movie img {
      display: block;
      width: 100%; }

.text-foot-sec-1 {
  font-family: 'Fira Sans';
	font-weight: 200;
  color: #000;
  font-size: 14px;
  text-align: center; }

.section-lvl-2 .for-bg-color {
  background-color: #3a78a7;
  padding: 23px 0;
  position: relative; }
.section-lvl-2 .wrapp-button-call {
  max-width: 320px;
  margin: auto;
  padding: 0 40px;
  background-color: #3a78a7;
  position: relative;
  z-index: 2; }
  .section-lvl-2 .wrapp-button-call .button-call {
    border: 2px solid #fff;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    font-family: 'Fira Sans';
	font-weight: 300;
    color: #fff;
    font-size: 18px;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
    .section-lvl-2 .wrapp-button-call .button-call:hover {
      background-color: #fff;
      color: #3a78a7;
      border: 2px solid #3a78a7; }
.section-lvl-2 .two-row-left-right {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -6.5px;
  padding: 4.5px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.header-sec-3 {
  font-family: 'Fira Sans';
	font-weight: 200;
  font-size: 30px;
  text-align: center;
  padding-top: 10px; }

.slogan-sec-3 {
  font-family: 'Fira Sans';
	font-weight: 200;
  font-size: 18px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4; }

.fusion-flip-box {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .fusion-flip-box:hover .flip-box-front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: -1; }
  .fusion-flip-box:hover .flip-box-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 1; }
.flip-box-front .flip-box-front-inner {
  margin-top: 45px;
}
.flip-box-back .flip-box-back-inner {
  display: flex;
  display: -webkit-flex;
  min-height: 206px;
}
.flip-box-back .flip-box-back-inner p {
  margin: auto;
}
.fusion-flip-box .flip-box-inner-wrapper {
  min-height: 208px; }

.flip-box-front {
  background-color: #f6f6f6;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 10;
  min-height: 208px;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .flip-box-front h2 {
    text-align: center;
    color: #747474;
    font-family: 'Fira Sans';
	font-weight: 200;
    font-size: 24px; }
  .flip-box-front p {
    text-align: center;
    color: #747474;
    font-family: 'Fira Sans';
	font-weight: 200;
    font-size: 14px; }

.fusion-flip-box .flip-box-back {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  z-index: -1;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  background-color: #3a78a7;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: white;
  min-height: 208px; }
  .fusion-flip-box .flip-box-back h3 {
    color: white;
    text-align: center;
    font-family: 'Fira Sans';
	font-weight: 200;
    font-size: 14px;
    padding-top: 50px; }
  .fusion-flip-box .flip-box-back p {
    color: white;
    text-align: center;
    font-family: 'Fira Sans';
	font-weight: 200;
    font-size: 14px; }

.img-vertushka {
  display: block;
  margin: 10px auto auto auto; }

.wrapp-for-flip {
  padding-top: 30px; }

.text-wrapp-sec-4 h1, .text-wrapp-sec-4 h2, .text-wrapp-sec-4 h3, .text-wrapp-sec-4 h4, .text-wrapp-sec-4 h5, .text-wrapp-sec-4 h6 {
  font-family: 'Fira Sans';
	font-weight: 200;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px; }
.text-wrapp-sec-4 p {
  font-family: 'Fira Sans';
	font-weight: 200;
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  padding-bottom: 20px; }

.head-sec-5 {
  font-family: 'Fira Sans';
	font-weight: 200;
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px; }

.one-new {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
          transition: 0.2s;
  -webkit-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9); }
  .one-new .head-img-new {
    padding: 0 13px;
    -webkit-transition: 0.6s;
            transition: 0.6s; }
    .one-new .head-img-new .img-bg {
      background-size: cover;
      background-position: center;
      padding: 115px 0;
      -webkit-transition: 0.6s;
              transition: 0.6s; }
  .one-new .text-new-wrapp {
    padding: 20px 40px 0 40px; }
    .one-new .text-new-wrapp a {
      text-decoration: none;
      color: #000;
      font-family: 'Fira Sans';
	font-weight: 600;
      font-size: 18px;
      -webkit-transition: 0.2s;
              transition: 0.2s; }
    .one-new .text-new-wrapp p {
      font-family: 'Fira Sans';
	font-weight: 200;
      font-size: 13px;
      border-bottom: 1px solid #d4d4d4;
      height: 123px;
      line-height: 25px;
      overflow: hidden; }
  .one-new .date-publick {
    font-family: 'Fira Sans';
	font-weight: 600;
    font-size: 12px;
    display: block;
    text-align: right;
    padding: 0 40px; }
  .one-new:hover {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
    .one-new:hover .head-img-new .img-bg {
      -ms-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
      -o-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5); }
    .one-new:hover .text-new-wrapp a {
      color: #3a78a7; }

.slider-news-wrapp {
  position: relative; }
  .slider-news-wrapp ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .slider-news-wrapp ul li {
      margin-left: 2px; }
      .slider-news-wrapp ul li button {
        font-size: 0;
        padding: 7.5px;
        border: none;
        outline: none;
        background-color: #aaaaaa;
        -o-border-radius: 50%;
        border-radius: 50%; }
      .slider-news-wrapp ul li.slick-active button {
        background-color: #3a78a7; }

.section-lvl-5 {
  padding-bottom: 30px; }

#google-container {
  height: 500px; }

.footer {
  padding: 20px 0 5px 0;
  background-image: url(../img/v_podval_opt.jpg);
  background-position: center;
  background-size: cover; }
  .footer .head-number {
    font-family: 'Fira Sans';
	font-weight: 600;
    color: #fff;
    font-size: 18px; }
  .footer .number {
    font-family: 'Fira Sans';
	font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    background-image: url(../img/telephone-icon.png);
    background-repeat: no-repeat;
    background-position: top left; }
    .footer .number.first-number-foot {
      background: top left 27px url(../img/telephone-icon.png), top left url(../img/viber.png);
      background-repeat: no-repeat;
      padding-left: 50px;
      padding-top: 3px; }
      .footer .number.second-number-foot {
      background: top left 53px url(../img/telephone-icon.png), top left 27px url(../img/whatsapp.png), top left url(../img/tlg.png);
      background-repeat: no-repeat;
      padding-left: 80px;
      padding-top: 3px; }
  .footer .number-stac {
    font-family: 'Fira Sans';
	font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    background-image: url(../img/phone-old.png);
    background-repeat: no-repeat;
    background-position: top left; }
.footer .txt {
  color: white;
  font-family: 'Fira Sans';
	font-weight: 600;
}
  .footer .work-time {
    font-family: 'Fira Sans';
	font-weight: 600;
    color: #fff;
    font-size: 14px; }
  .footer .for-margin {
    margin: auto;
    width: 40%; }
  .footer .copyright {
    font-family: 'Fira Sans';
	font-weight: 200;
    color: #fff;
    font-size: 14px;
    text-align: center; }
  .footer .email-footer {
    font-family: 'Fira Sans';
	font-weight: 200;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    background-image: url(../img/mail-icon.png);
    background-repeat: no-repeat;
    background-position: top 5px left; }
  .footer .flex-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .footer .map-site-footer {
    font-family: 'Fira Sans';
	font-weight: 200;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    text-decoration: none; }
  .footer .email-footer-skype {
    font-family: 'Fira Sans';
	font-weight: 200;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    background-image: url(../img/skype.png);
    background-repeat: no-repeat;
    background-position: top 5px left;
    padding-top: 9px;
    display: block;
    margin-bottom: 10px; }

.modal-dialog {
  margin-top: 300px; }
  .modal-dialog form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .modal-dialog form .text-search {
      width: 100%;
      font-family: 'Fira Sans';
	font-weight: 200;
      color: #000;
      font-size: 14px;
      padding-left: 5px;
      outline: none; }
    .modal-dialog form .go-go {
      font-family: 'Fira Sans';
	font-weight: 200;
      color: #fff;
      font-size: 18px;
      border: none;
      outline: none;
      background-color: #3a78a7;
      padding: 5px 10px; }

.text-search::-webkit-input-placeholder {
  font-family: 'Fira Sans';
	font-weight: 200;
  color: #000;
  font-size: 14px; }

.text-search::-moz-placeholder {
  font-family: 'Fira Sans';
	font-weight: 200;
  color: #000;
  font-size: 14px; }

/* Firefox 19+ */
.text-search:-moz-placeholder {
  font-family: 'Fira Sans';
	font-weight: 200;
  color: #000;
  font-size: 14px; }

/* Firefox 18- */
.text-search:-ms-input-placeholder {
  font-family: 'Fira Sans';
	font-weight: 200;
  color: #000;
  font-size: 14px; }

.telephone-wrapp-header {
  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; }
  .telephone-wrapp-header .phone-header {
    margin-bottom: 0;
    font-family: 'Fira Sans';
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    background-repeat: no-repeat; }
    .telephone-wrapp-header .phone-header.first-telephone {
      padding-left: 50px;
      padding-right: 50px;
      background: top left 27px url(../img/telephone-icon.png), top left url(../img/viber.png);
      background-repeat: no-repeat; }
      .telephone-wrapp-header .phone-header.second-telephone {
      padding-left: 56px;
      background: top left 27px url(../img/tlg.png?v=1.1), top left url(../img/whatsapp.png?v=1.0);
      background-repeat: no-repeat; }
    .telephone-wrapp-header .phone-header.last-telephone {
      padding-left: 30px;
      background-image: url(../img/phone-old.png); }
    .telephone-wrapp-header .phone-header.prev-last-phone {
      padding-right: 20px; }

.section-bottom .footer-flex-wrapp {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0; }

.section-bottom .footer-flex-wrapp p {
  font-family: 'Fira Sans';
	font-weight: 700;
  font-size: 12px;
  color: #000;
  margin-bottom: 0; }

.section-bottom .footer-flex-wrapp .secont-flex-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.section-bottom .footer-flex-wrapp p a {
  font-family: 'Fira Sans';
	font-weight: 300;
  color: black;
  -webkit-transition: 0.8s;
          transition: 0.8s;
  font-size: 14px; }

.section-bottom .footer-flex-wrapp .secont-flex-footer .top-scroll-footer {
  width: 35px;
  height: 35px; }

.to_top {
  background: url(../img/to_top_index.png) center no-repeat #3a78a7;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: .8s;
  transition: .8s;
  z-index: 1000;
  position: fixed;
  bottom: 5px;
  right: 5px;
  opacity: 0; }

#vk_groups {
  width: 100% !important; }
  #vk_groups iframe {
    width: 100% !important; }

.for-none-sm {
  padding-top: 15px; }
.right_link {
  border: 1px solid #e1e7eb;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 22px;
  cursor: pointer;
}

.soc-set {
  font-family: 'Fira Sans';
  color: #fff;
  font-size: 16px;
  text-decoration: none !important; }
  .soc-set:hover {
    color: #fff !important; }

.section-lvl-1-garant {
  position: relative;
  padding-bottom: 100px; }

.butter-croshki-wrapp {
  padding-top: 30px; }
  .butter-croshki-wrapp .after-navigation.dot {
    padding-right: 20px;
    -webkit-transition: 0.2s;
            transition: 0.2s; }
.butter-croshki-wrapp .seo_hidden_link {
  cursor: pointer;
}
    .butter-croshki-wrapp .seo_hidden_link:hover {
      color: #3a78a7; }
  .butter-croshki-wrapp .after-navigation {
    font-family: 'Fira Sans';
    color: #000;
    font-size: 12px;
    position: relative; }
  .butter-croshki-wrapp .after-navigation.dot:after {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    top: 7px;
    right: 5px;
    background-color: #3a78a7;
    border-radius: 50%; }

.header-sec-1-garant h1, .header-sec-1-garant h2, .header-sec-1-garant h3, .header-sec-1-garant h4, .header-sec-1-garant h5, .header-sec-1-garant h6 {
  text-align: center;
  font-family: 'Fira Sans';
  font-size: 24px; }
.header-sec-1-garant p {
  color: #000;
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px; }

.girl-img-wrapp img {
  width: 100%; }

.section-lvl-1-remont-noutbukov {
  position: relative;
  padding-bottom: 20px; }

.header-sec-1-remont-noutov h1, .header-sec-1-remont-noutov h2, .header-sec-1-remont-noutov h3, .header-sec-1-remont-noutov h4, .header-sec-1-remont-noutov h5, .header-sec-1-remont-noutov h6 {
  text-align: center;
  font-family: 'Fira Sans';
	font-weight: 600;
  font-size: 24px;
  margin-top: 0; }
.header-sec-1-remont-noutov p {
  color: #000;
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px; }
  .header-sec-1-remont-noutov strong {
    font-family: 'Fira Sans';
	font-weight: 600;
  }

.two-nouts-img-wrapp img {
  width: 100%; }

.for-padding-contant-noutbook {
  padding-top: 50px; }

.section-lvl-2-remont-noutbukov h4 {
  font-family: 'Fira Sans';
	font-weight: 600;
  font-size: 16px; }
.section-lvl-2-remont-noutbukov .brands-flex-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
  padding-bottom: 30px; }
  .section-lvl-2-remont-noutbukov .brands-flex-wrapp img {
    display: block;
    margin: auto; }

.for-frame-wrapp-remont-noutov iframe {
  height: 313px; }

.for-frame-wrapp-remont-noutov .shadow-movie {
  height: 28px;
  margin-top: -14px; }

.perelink-flex {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .perelink-flex .item-perelink {
    display: block;
    padding: 0 7px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.2s;
            transition: 0.2s;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
    .perelink-flex .item-perelink:hover {
      -webkit-transform: scale(1.2, 1.2);
          -ms-transform: scale(1.2, 1.2);
              transform: scale(1.2, 1.2); }
      .perelink-flex .item-perelink:hover a {
        color: #3a78a7; }
    .perelink-flex .item-perelink .img-perelink-wrapp {
      background-position: center;
      background-repeat: no-repeat;
      padding: 48px 0;
      min-width: 125px;
      margin: auto; }
    .perelink-flex .item-perelink a {
      display: block;
      max-width: 125px;
      color: #000;
      font-size: 12px;
      text-decoration: none;
      -webkit-transition: 0.2s;
              transition: 0.2s;
      font-family: 'Fira Sans';
      text-align: center; }
      .perelink-flex .item-perelink a:hover {
        color: #3a78a7; }

.section-lvl-1-search {
  position: relative; }

.header-sec-1-search h3 {
  text-align: center;
  font-family: 'Fira Sans';
  font-size: 24px; }

.search-county p {
  font-family: 'Fira Sans';
  font-size: 12px;
  margin: 0; }

.all-search-items {
  min-height: 470px; }

.one-search-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #3a78a7;
  margin: 10px 0;
  -webkit-transition: 0.2s;
          transition: 0.2s; }
  .one-search-flex .img-search {
    padding: 55px 125px;
    background-image: url(../img/searching.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .one-search-flex .for-padding-img {
    padding: 5px; }
  .one-search-flex .text-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .one-search-flex .text-search a {
      font-family: 'Fira Sans';
      font-size: 16px;
      color: #fff;
      text-decoration: none;
      padding-bottom: 15px;
      padding-left: 10px; }
  .one-search-flex:hover {
    background-color: #37a1d8; }

.section-lvl-1-vostanovlenye {
  position: relative; }

.header-sec-1-vostanovlenye h1, .header-sec-1-vostanovlenye h2, .header-sec-1-vostanovlenye h3, .header-sec-1-vostanovlenye h4, .header-sec-1-vostanovlenye h5, .header-sec-1-vostanovlenye h6 {
  padding-top: 30px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Fira Sans';
	font-weight: 700; }
.header-sec-1-vostanovlenye h4 {
  text-align: center;
  font-size: 16px;
  font-family: 'Fira Sans';
  padding-bottom: 30px; }
.header-sec-1-vostanovlenye p {
  color: #000;
  font-weight: bold;
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px; }

.chip-img-wrapp-vostanovlenye img {
  width: 100%; }

.header-sec-2-vostanovlenye h3 {
  padding-top: 30px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Fira Sans';
	font-weight: 700; }
.header-sec-2-vostanovlenye h4 {
  text-align: center;
  font-size: 16px;
  font-family: 'Fira Sans';
  padding-bottom: 30px;
  color: #ff0018; }
.header-sec-2-vostanovlenye .list-hz {
  list-style: decimal;
  padding-left: 20px;
  padding-bottom: 20px; }
  .header-sec-2-vostanovlenye .list-hz li {
    font-family: 'Fira Sans';
    color: #3a78a7;
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    font-weight: 800; }
    .header-sec-2-vostanovlenye .list-hz li:hover {
      text-decoration: none;
       }

.text-after-ul-vostanovlenye p {
  color: #000;
  font-weight: bold;
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px; }
.text-after-ul-vostanovlenye p.seo_hidden_link {
  color: #3366ff;
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}
.text-after-ul-vostanovlenye p.seo_hidden_link:hover {
  text-decoration: none;
}
  .text-after-ul-vostanovlenye p.for-font-size {
    font-size: 18px;
    font-weight: bold; }

.for-color-red {
  color: #de2a2a; }

.chip-img-2-vostanovlenye img {
  display: block;
  margin: auto; }

.list-2 {
  list-style: decimal;
  padding-left: 15px;
  padding-bottom: 20px; }
  .list-2 li {
    color: #000;
    font-family: 'Fira Sans';
	font-weight: 300;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: 0.3s;
            transition: 0.3s; }

.foot-link-vostanovlenye {
  display: block;
  color: #000;
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px;
  text-decoration: none !important;
  -webkit-transition: 0.2s;
          transition: 0.2s; }

.section-lvl-3-vostanovlenye p {
  color: #000;
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 14px; }
  .section-lvl-3-vostanovlenye p.for-text-center {
    text-align: center; }

.chip-margin-vostanovlenye {
  padding-bottom: 20px; }

.for-frame-wrapp-vostanovlenye iframe {
  height: 313px;
  width: 100%;
  border: 0;
}

.for-frame-wrapp-vostanovlenye .shadow-movie {
  height: 28px;
  margin-top: -14px; }

.final-div-vostanovlenye {
  padding: 30px 0; }

.section-lvl-1-onas {
  position: relative;
  padding-bottom: 100px; }

.header-sec-1-onas h1, .header-sec-1-onas h2, .header-sec-1-onas h3, .header-sec-1-onas h4, .header-sec-1-onas h5, .header-sec-1-onas h6 {
  text-align: center;
  font-family: 'Fira Sans';
  font-size: 24px; }
.header-sec-1-onas p {
  color: #000;
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px; }
  .header-sec-1-onas p.bold {
    font-family: 'Fira Sans'; }

.girl-img-wrapp-onas img {
  display: block;
  margin: auto; }

.section-lvl-1-garant {
  position: relative;
  padding-bottom: 100px; }

.butter-croshki-wrapp {
  padding-top: 30px; }
.butter-croshki-wrapp .seo_hidden_link {
  cursor: pointer;
}
  .butter-croshki-wrapp .after-navigation.dot {
    padding-right: 20px;
    -webkit-transition: 0.2s;
            transition: 0.2s; }
    .butter-croshki-wrapp .seo_hidden_link:hover {
      color: #3a78a7; }
  .butter-croshki-wrapp .after-navigation {
    font-family: 'Fira Sans';
    color: #000;
    font-size: 12px;
    position: relative; }
  .butter-croshki-wrapp .after-navigation.dot:after {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    top: 7px;
    right: 5px;
    background-color: #3a78a7;
    border-radius: 50%; }

.header-sec-1-garant h3 {
  text-align: center;
  font-family: 'Fira Sans';
  font-size: 24px; }
.header-sec-1-garant p {
  color: #000;
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px; }

.girl-img-wrapp img {
  display: block;
  margin: auto; }

.section-lvl-1-organizaciyam {
  position: relative;
  padding-bottom: 100px; }

.header-sec-1-organizaciyam h1, .header-sec-1-organizaciyam h2, .header-sec-1-organizaciyam h3, .header-sec-1-organizaciyam h4, .header-sec-1-organizaciyam h5, .header-sec-1-organizaciyam h6 {
  text-align: center;
  font-family: 'Fira Sans';
  font-size: 24px; }
.header-sec-1-organizaciyam p {
  color: #000;
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px; }

.dnr-logo-img-wrapp img {
  display: block;
  max-width: 230px;
  margin: auto; }

.contant-wrapp-organizaciyam {
  padding: 30px 0; }

.section-lvl-1-contact {
  position: relative;
  padding-bottom: 20px; }

.header-sec-1-contact h1, .header-sec-1-contact h2, .header-sec-1-contact h3h4, .header-sec-1-contact h5, .header-sec-1-contact h6 {
  text-align: center;
  font-family: 'Fira Sans';
  font-size: 24px; }
.header-sec-1-contact .skype-contact {
  background-image: url(../img/contact-icons/skype-tel-ic.png);
  padding-top: 3px;
  color: #000;
  display: block;
 font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 30px;
  background-repeat: no-repeat;
  cursor: pointer; }
.header-sec-1-contact p {
  color: #000;
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px; }
  .header-sec-1-contact p.colorrr-redd {
    color: #e43131; }
  .header-sec-1-contact p.for-icon-contact-page {
    padding-left: 30px;
    background-repeat: no-repeat; }
  .header-sec-1-contact p.icon-marker {
    background-image: url(../img/contact-icons/marker-ic.png);
    background-position: left bottom;
    padding-top: 5px; }
  .header-sec-1-contact p.old-telephone-contact {
    background-image: url(../img/contact-icons/old-tel-ic.png);
    margin-top: 30px; }
  .header-sec-1-contact p.new-telephone-contact {
    background-image: url(../img/contact-icons/new-tel-ic.png);
    padding-top: 5px; }
    .header-sec-1-contact p.new-telephone-contact span {
      padding: 0 2px; }
  .header-sec-1-contact p.fax-contact {
    background-image: url(../img/contact-icons/fax-tel-ic.png); }
  .header-sec-1-contact p.mail-contact {
    background-image: url(../img/contact-icons/maill-ic.png); }
  .header-sec-1-contact p.time-contact {
    background-image: url(../img/contact-icons/clock-ic.png); }
  .header-sec-1-contact p.work-time-text-cont {
    margin-top: 30px; }

.contant-wrapp-contact {
  padding: 30px 0; }

.for-frame-wrapp-contact {
  padding-top: 30px; }

.for-frame-wrapp-contact iframe {
  height: 313px;
  width: 100%;
  border: 0;
}

.for-frame-wrapp-contact .shadow-movie {
  height: 28px;
  margin-top: -14px; }

.img-wrapp-one-new-big {
  padding-top: 30px; }
  .img-wrapp-one-new-big span {
    display: block;
    text-align: right;
    font-size: 12px;
    padding-top: 10px;
    font-family: 'Fira Sans';
	font-weight: 600; }

.content-one-new h1 {
  font-family: 'Fira Sans';
	font-weight: 600;
  font-size: 18px;
  margin-top: 5px;
  padding-left: 15px; }
.content-one-new p {
  font-family: 'Fira Sans';
  font-size: 13px;
  padding-left: 15px; }
  .content-one-new img {max-width: 100%;}

.content-one-new iframe {
  width: 100%!important;
  height: 424px!important; }

.for-frame-wrapp-one-new .shadow-movie {
  height: 28px;
  margin-top: -19px; }

.other-news-one-new {
  padding-top: 30px; }

.one-new-in-one-new {
  padding-bottom: 15px;
  cursor: pointer;
}
  .one-new-in-one-new .head-img-new {
    padding: 0 13px;
    -webkit-transition: 0.6s;
            transition: 0.6s; }
    .one-new-in-one-new .head-img-new .img-bg {
      background-size: cover;
      background-position: center;
      padding: 95px 0;
      -webkit-transition: 0.6s;
              transition: 0.6s; }
  .one-new-in-one-new .text-new-wrapp {
    padding: 10px 40px 0 40px; }
    .one-new-in-one-new .text-new-wrapp a {
      padding-bottom: 10px;
      text-decoration: none;
      display: block;
      color: #000;
      font-family: 'Fira Sans';
	font-weight: 600;
      font-size: 16px;
      -webkit-transition: 0.2s;
              transition: 0.2s; }
    .one-new-in-one-new .text-new-wrapp p {
      font-family: 'Fira Sans';
	font-weight: 200;
      font-size: 13px;
      border-bottom: 1px solid #d4d4d4;
      padding-bottom: 15px;
      line-height: 25px;
      overflow: hidden; }
  .one-new-in-one-new .date-publick {
    font-family: 'Fira Sans';
	font-weight: 600;
    font-size: 12px;
    display: block;
    text-align: right;
    padding: 0 40px; }
  .one-new-in-one-new:hover .head-img-new .img-bg {
    -ms-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5); }
  .one-new-in-one-new:hover .text-new-wrapp a {
    color: #3a78a7; }

.section-lvl-2-all-news h1 {
  font-family: 'Fira Sans';
	font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin: 30px 0; }

.for-main-img-all-news {
  padding: 236px 0;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px; }

.one-new-in-all-news {
  padding-bottom: 15px;
  cursor: pointer;
}
  .one-new-in-all-news .head-img-new {
    -webkit-transition: 0.6s;
            transition: 0.6s; }
    .one-new-in-all-news .head-img-new .img-bg {
      background-size: cover;
      background-position: center;
      padding: 95px 0;
      -webkit-transition: 0.6s;
              transition: 0.6s; }
  .one-new-in-all-news .text-new-wrapp {
    padding: 10px 40px 0 40px; }
    .one-new-in-all-news .text-new-wrapp a {
      padding-bottom: 10px;
      text-decoration: none;
      display: block;
      height: 70px;
      overflow: hidden;
      color: #000;
      font-family: 'Fira Sans';
	font-weight: 600;
      font-size: 16px;
      -webkit-transition: 0.2s;
              transition: 0.2s; }
    .one-new-in-all-news .text-new-wrapp p {
      font-family: 'Fira Sans';
	font-weight: 200;
      font-size: 13px;
      border-bottom: 1px solid #d4d4d4;
      height: 123px;
      line-height: 25px;
      overflow: hidden; }
  .one-new-in-all-news .date-publick {
    font-family: 'Fira Sans';
	font-weight: 600;
    font-size: 12px;
    display: block;
    text-align: right;
    padding: 0 40px; }
  .one-new-in-all-news:hover .head-img-new .img-bg {
    -ms-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5); }
  .one-new-in-all-news:hover .text-new-wrapp a {
    color: #3a78a7; }

.main-text-all-news {
  padding-top: 80px; }
  .main-text-all-news a {
    padding-bottom: 50px;
    text-decoration: none;
    display: block;
    color: #000;
    font-family: 'Fira Sans';
	font-weight: 600;
    font-size: 16px;
    -webkit-transition: 0.2s;
            transition: 0.2s; }
    .main-text-all-news a:hover {
      color: #3a78a7; }
  .main-text-all-news p {
    font-family: 'Fira Sans';
	font-weight: 200;
    font-size: 13px;
    border-bottom: 1px solid #d4d4d4;
    height: 123px;
    line-height: 25px;
    overflow: hidden; }
  .main-text-all-news .date-publick {
    font-family: 'Fira Sans';
	font-weight: 600;
    font-size: 12px;
    display: block;
    text-align: right;
    padding: 0 40px; }

.pagination > li > a {
  font-size: 16px;
  font-family: 'Fira Sans';
	font-weight: 200;
  margin-left: 10px; }

.pagination > li > a, .pagination > li > span {
  border-color: #3a78a7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  border-color: #3a78a7; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #3a78a7; }


.section-lvl-1-price {
  position: relative;
  padding-bottom: 100px; }

.header-sec-1-price h1, .header-sec-1-price h2, .header-sec-1-price h3, .header-sec-1-price h4, .header-sec-1-price h5, .header-sec-1-price h6 {
  text-align: center;
  font-family: 'Fira Sans';
  font-size: 24px; }
.header-sec-1-price p {
  color: #000;
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px; }

.price-img-wrapp img {
  width: 100%; }

.one-price-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0; }
.one-price-flex-row a {
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 10px; }
.one-price-flex-row p {
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s;
  padding-right: 10px;
}
.one-price-flex-row span {
  font-family: 'Fira Sans';
	font-weight: 300;
  font-size: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  padding-right: 20px;
  background-image: url(../img/download-icon.png);
  background-repeat: no-repeat;
  background-position: top right; }
.one-price-flex-row span.call {
  background: none;
  padding-right: 0;
  cursor: default;
}
.one-price-flex-row:hover a {
  color: #3a78a7; }
.one-price-flex-row:hover span {
  color: #3a78a7; }
.one-price-flex-row:hover span.call {
  color: inherit;
}

.pagination>li:last-child>span {
  margin-left: 10px;
}





.restoration_text {
  font-family: 'Fira Sans';
	font-weight: 300;
  font-weight: bold;
}
.restoration_text a {
  color: #3366ff;
  font-size: 16px;
  text-decoration: underline;
}
.restoration_text a:hover {
  text-decoration: none;
}
.restoration_text img {
  max-width: 100%;
}
.restoration_text iframe {
  height: 313px;
  border: 0;
  margin: auto;
  display: block;
  width: 555px;
}
.restoration_text h5, .restoration_text h6 {
  font-size: 18px;
  font-family: 'Fira Sans';
	font-weight: 300;
  font-weight: bold;
}
.restoration_text ol {
  padding-left: 18px;
  margin-bottom: 15px;
}
.restoration_text ol li {
  font-family: 'Fira Sans';
  font-size: 14px;
  margin-bottom: 15px;
}
.restoration_text ol li a {
  font-family: 'Fira Sans';
  color: #3a78a7;
  font-size: 14px;
  text-decoration: underline;
  transition: 0.3s;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */