.mobile-on {
  display: none; }

.margin {
  margin: 0 auto;
  max-width: 1200px; }

body {
  margin: 0;
  background: url(../img/bg_body.gif) repeat;
  font-family: Open Sans; }

input[type="submit"], input[type="button"], button, textarea, .content-form__title span {
  -webkit-appearance: none; }

a[href^=tel] {
  color: #000; }

.header {
  display: flex;
  margin-bottom: 20px; }

.header-logo {
  text-align: center;
  min-width: 220px;
  margin-top: 30px;
  position: relative; }
  .header-logo a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.header-info {
  display: flex;
  justify-content: space-between;
  padding: 10px 0; }

.header-info__work-time {
  margin: 0 20px; }

.header-informaiton-wrap {
  padding-left: 20px;
  flex-grow: 1; }
  .header-informaiton-wrap .work-time__rect-wrap {
    font-size: 0; }
    .header-informaiton-wrap .work-time__rect-wrap span {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 3px;
      background: #cdcdcd; }
    .header-informaiton-wrap .work-time__rect-wrap .work-time__semi {
      background: linear-gradient(to top left, #e7342f 50%, #cdcdcd 50%); }
    .header-informaiton-wrap .work-time__rect-wrap .work-time__off {
      background: #e7342f; }

.work-time__text {
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 100;
  line-height: 10px;
  display: inline-block; }

.header-info__phones {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .header-info__phones a {
    padding-left: 26px;
    display: inline-block;
    color: #000;
    font-family: Open Sans;
    font-weight: 600;
    text-decoration: none;
    line-height: 25px; }
  .header-info__phones .velc {
    background: url(../img/phone-icon.jpg) no-repeat 1px 1px; }
  .header-info__phones .mts {
    background: url(../img/phone-icon.jpg) no-repeat 1px -29px;
    margin-top: 5px; }

.wrap-call-back-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #e7342f;
  margin: 5px 20px;
  padding: 0 10px;
  border-radius: 10px;
  color: #e7342f;
  cursor: pointer; }
  .wrap-call-back-header p {
    margin: 0;
    font-weight: 600; }
    .wrap-call-back-header p i {
      font-size: 20px;
      height: 20px;
      line-height: 20px;
      margin: 0 10px;
      color: #e7342f;
      transition: 0.3s; }
    .wrap-call-back-header p span {
      display: inline-block;
      position: relative;
      top: -3px; }

.wrap-call-back-header:hover i {
  color: #55cd5b; }

.header-menu {
  background: #e83530;
  width: 100%; }
  .header-menu ul {
    margin: 0;
    padding: 0; }
    .header-menu ul .current-item > a:before {
      content: "";
      position: absolute;
      transition: 0.5s;
      width: calc(100% - 30px) !important;
      display: block;
      height: 2px;
      background: #333;
      top: 100%; }
    .header-menu ul li {
      float: left;
      list-style-type: none;
      padding: 10px 0; }
      .header-menu ul li a {
        display: inline-block;
        padding: 0px 15px;
        border-right: 1px solid #fff;
        text-transform: uppercase;
        color: #fff;
        font-family: Open Sans;
        text-decoration: none;
        font-weight: 400;
        position: relative; }
        .header-menu ul li a:before {
          content: "";
          position: absolute;
          transition: 0.5s;
          width: 0;
          display: block;
          height: 2px;
          background: #333;
          top: 100%; }
        .header-menu ul li a:hover:before {
          content: "";
          width: calc(100% - 30px); }
    .header-menu ul .last-li-header a {
      border-right: none !important; }
    .header-menu ul .soc-icon-header {
      float: right;
      transition: 0.3s; }
      .header-menu ul .soc-icon-header i {
        font-size: 18px; }
    .header-menu ul .soc-icon-header a:hover i {
      color: #333; }
  .header-menu .parent-items {
    position: relative; }
    .header-menu .parent-items > a {
      position: relative; }
      .header-menu .parent-items > a:after {
        content: "v";
        font-size: 12px;
        position: absolute;
        height: 20px;
        line-height: 20px;
        top: 50%;
        right: 5px;
        margin-top: -10px;
        font-family: Open Sans;
        font-weight: 400; }
    .header-menu .parent-items ul {
      display: none;
      position: absolute;
      left: 0;
      top: 100%; }
      .header-menu .parent-items ul li {
        display: block;
        width: 100%;
        padding: 0; }
        .header-menu .parent-items ul li a {
          white-space: nowrap;
          border-right: none;
          padding: 10px 10px 10px 10px; }
  .header-menu .parent-items ul {
    width: auto !important;
    z-index: 10000 !important;
    background: #333 !important; }
    .header-menu .parent-items ul li a {
      text-transform: none;
      display: inline-block;
      width: 100%;
      color: #fff;
      text-decoration: none;
      transition: 0.3s;
      font-size: 14px; }
    .header-menu .parent-items ul .last-li-parent {
      border: none !important;
      margin-bottom: 2px; }
  .header-menu .parent-items:hover ul {
    display: block !important; }
  .header-menu .parent-items ul li {
    border-bottom: 1px solid #cdcdcd; }
    .header-menu .parent-items ul li a:hover {
      transform: translateX(7px); }
      .header-menu .parent-items ul li a:hover:before {
        display: none !important; }
      .header-menu .parent-items ul li a:hover:hover:before {
        display: none !important;
        background: transparent; }
  .header-menu .parent-items ul .current-item {
    border-bottom: 1px solid #cdcdcd; }
    .header-menu .parent-items ul .current-item a {
      color: #55cd5b; }
      .header-menu .parent-items ul .current-item a:before {
        display: none !important;
        width: 100%; }
      .header-menu .parent-items ul .current-item a:hover:before {
        display: none !important;
        background: transparent;
        width: 100%; }

.header-menu:after {
  content: "";
  clear: both;
  display: block; }

#sidebar {
  float: left;
  width: 220px;
  max-width: 220px; }
  #sidebar .banner {
    position: relative; }
    #sidebar .banner a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }

.right-nav {
  margin-bottom: 62px; }
  .right-nav ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid RGBA(225, 222, 213, 0.9); }
    .right-nav ul li {
      list-style-type: none;
      text-align: center;
      border-bottom: 1px solid RGBA(225, 222, 213, 0.9);
      overflow: hidden;
      position: relative; }
      .right-nav ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        transform: translateY(-100%);
        width: 1px;
        background: #e7342f;
        z-index: 10;
        transition: 0.5s; }
      .right-nav ul li:hover:before {
        transform: translateY(0); }
      .right-nav ul li:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        transform: translateY(100%);
        width: 1px;
        background: #e7342f;
        z-index: 10;
        transition: 0.5s; }
      .right-nav ul li:hover:after {
        transform: translateY(0); }
      .right-nav ul li a {
        color: #666668;
        font-family: Open Sans;
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        font-weight: 100;
        text-decoration: none;
        font-size: 18px; }
        .right-nav ul li a:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          transform: translateX(-100%);
          height: 1px;
          background: #e7342f;
          z-index: 10;
          transition: 0.5s; }
        .right-nav ul li a:hover:before {
          transform: translateX(0); }
        .right-nav ul li a:after {
          content: "";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 100%;
          transform: translateX(100%);
          height: 1px;
          background: #e7342f;
          z-index: 10;
          transition: 0.5s; }
        .right-nav ul li a:hover:after {
          transform: translateX(0); }
    .right-nav ul .current_item {
      background: RGBA(225, 222, 213, 0.6);
      box-sizing: border-box; }
      .right-nav ul .current_item:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        transform: translateY(0);
        width: 1px;
        background: #e7342f;
        z-index: 10;
        transition: 0.5s; }
      .right-nav ul .current_item:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 1px;
        background: #e7342f;
        transform: translateY(0);
        z-index: 10;
        transition: 0.5s; }
      .right-nav ul .current_item a {
        color: #e7342f; }
    .right-nav ul li:hover {
      background: RGBA(225, 222, 213, 0.6);
      box-sizing: border-box; }
    .right-nav ul li:hover a {
      color: #e7342f; }

.banner {
  margin-bottom: 40px; }

.banner:hover img {
  box-shadow: 0px 6px 0px 0px #333, 0px -6px 0px 0px #333; }

.banners-title {
  display: inline-block;
  width: 100%;
  font-family: Open Sans;
  text-align: left;
  margin-bottom: 5px;
  text-indent: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000; }

#main-content {
  float: right;
  width: calc(100% - 240px); }

main > p {
  font-size: 15px;
  line-height: 30px; }

main img {
  max-width: 100%; }

#content-core:after {
  content: " ";
  display: table;
  clear: both; }

.content-titles-style {
  text-align: center; }
  .content-titles-style span {
    display: inline-block;
    background: RGBA(225, 222, 213, 0.6);
    padding: 15px 0;
    align-items: center;
    margin: 0 66px; }

h3.content-titles-style {
  font-size: 24px; }

/*slider */
#main-slider {
  height: 350px;
  position: relative; }
  #main-slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%; }
    #main-slider ul a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    #main-slider ul span {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    #main-slider ul li {
      position: absolute;
      list-style-type: none;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: cover;
      z-index: -1; }
      #main-slider ul li a {
        opacity: 0.1;
        background-size: cover !important; }
      #main-slider ul li span {
        opacity: 0.1;
        background-size: cover !important; }
    #main-slider ul .active-slide {
      z-index: 1; }
      #main-slider ul .active-slide a {
        opacity: 1;
        transition: 1s; }
      #main-slider ul .active-slide span {
        opacity: 1;
        transition: 1s; }

.slider-controllers {
  position: absolute;
  height: 40px;
  width: 40px;
  background: RGBA(225, 222, 213, 0.6);
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  cursor: pointer;
  color: #333;
  top: 50%;
  margin-top: -20px;
  transition: 0.3s;
  z-index: 50; }

.slider-controllers:hover {
  color: #e7342f;
  background: #222; }

#header-prev-slide {
  left: 0; }

#header-next-slide {
  right: 0; }

/*main */
main h1 {
  text-align: center;
  font-family: Open Sans;
  font-size: 30px;
  font-weight: 600;
  margin: 0px 66px 10px 66px;
  display: flex;
  justify-content: center;
  align-items: center; }
  main h1 span {
    background: RGBA(225, 222, 213, 0.6);
    display: inline-block;
    padding: 10px 20px;
    height: 66px;
    box-sizing: border-box;
    line-height: 45px;
    min-height: 66px;
    display: flex;
    align-items: center; }

.angle-block {
  position: relative; }

.angle-block:before {
  content: "";
  width: 66px;
  height: 100%;
  position: absolute;
  left: -66px;
  top: 0;
  background: linear-gradient(to top right, transparent 50%, RGBA(225, 222, 213, 0.6) 50%); }

.angle-block:after {
  content: "";
  width: 66px;
  height: 100%;
  position: absolute;
  right: -66px;
  top: 0;
  background: linear-gradient(to top left, transparent 50%, RGBA(225, 222, 213, 0.6) 50%);
  background-size: cover; }

/*content nav */
.content-nav-section h2 {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 30px 0 20px 0; }

.content-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .content-nav .content-nav__item {
    width: 301px;
    position: relative;
    margin-bottom: 40px;
    transition: 0.5s; }
    .content-nav .content-nav__item img {
      border: 1px solid #000;
      max-width: 100%; }
    .content-nav .content-nav__item span {
      position: absolute;
      left: 0;
      bottom: 0;
      background: url(../img/bg_body.gif) repeat;
      padding: 10px 40px 10px 10px;
      border-top: 1px solid #000;
      box-sizing: border-box;
      transition: 0.3s;
      font-size: 16px;
      font-family: Open Sans;
      font-weight: 600; }
    .content-nav .content-nav__item span:after {
      content: "";
      position: absolute;
      left: 100%;
      top: -1px;
      height: 100%;
      width: 52px;
      background: url(../img/bg_body.gif) repeat;
      transform-origin: left top;
      transform: rotate(45deg);
      border-top: 1px solid #000; }
    .content-nav .content-nav__item a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .content-nav .content-nav__item:hover span {
    color: #e7342f; }
  .content-nav .content-nav__item:hover {
    transform: translateY(-10px); }

/*#content nav */
/*content form */
.cf--agle-up {
  background: RGBA(225, 222, 213, 0.6);
  margin: 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px 0; }

.cf--agle-up:before {
  content: "";
  width: 66px;
  height: 100%;
  position: absolute;
  left: -66px;
  top: 0;
  background: linear-gradient(to top right, transparent 50%, RGBA(225, 222, 213, 0.6) 50%); }

.cf--agle-up:after {
  content: "";
  width: 66px;
  height: 100%;
  position: absolute;
  right: -66px;
  top: 0;
  background: linear-gradient(to top left, transparent 50%, RGBA(225, 222, 213, 0.6) 50%); }

.content-form__title {
  color: #380100;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600; }
  .content-form__title span {
    display: inline-block;
    padding-left: 10px; }

.content-form__description {
  font-family: Open Sans;
  font-weight: 400;
  color: #380100;
  font-size: 14px; }

.cf__inputs input[type="tel"] {
  border-radius: 2px;
  border: 1px solid #000;
  padding: 3px 5px; }
.cf__inputs input[type="submit"] {
  border-radius: 2px;
  border: 1px solid #000;
  background: #e7342f;
  color: #fff;
  padding: 3px 15px;
  margin-left: 7px;
  cursor: pointer;
  transition: 0.3s; }
.cf__inputs input[type="submit"]:hover {
  background: #55cd5b; }

/*#content-form */
/*contant slae */
.h3-width50 {
  text-align: center; }

.width50 {
  display: inline-block;
  line-height: 45px; }

.content-sale h3 {
  text-align: center;
  font-family: Open Sans; }

.content-sale p {
  text-align: center;
  font-family: Open Sans; }

.sale-items-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .sale-items-wrap .sale-responsive {
    display: none; }
  .sale-items-wrap .sale-item {
    width: 301px;
    position: relative;
    margin-bottom: 40px;
    transition: 0.5s;
    box-sizing: border-box; }
    .sale-items-wrap .sale-item img {
      border: 1px solid #e7342f;
      max-width: 100%; }
    .sale-items-wrap .sale-item span {
      position: absolute;
      left: 0;
      bottom: 0;
      background: url(../img/bg_body.gif) repeat;
      padding: 5px 40px 0px 5px;
      border-top: 1px solid #e7342f;
      box-sizing: border-box;
      transition: 0.3s;
      font-size: 16px;
      font-family: Open Sans;
      font-weight: 600; }
    .sale-items-wrap .sale-item span:after {
      content: "";
      position: absolute;
      left: 100%;
      top: -1px;
      height: 100%;
      width: 32px;
      background: url(../img/bg_body.gif) repeat;
      transform-origin: left top;
      transform: rotate(45deg);
      border-top: 1px solid #e7342f; }
    .sale-items-wrap .sale-item a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: -15px;
      z-index: 10; }
    .sale-items-wrap .sale-item .sale-item__name {
      height: 28px;
      font-weight: 400;
      letter-spacing: -0.5px; }
    .sale-items-wrap .sale-item .sale-item__read-more {
      position: absolute;
      background: #e7342f;
      bottom: -7px;
      right: 5px;
      padding: 0 10px 0 0;
      line-height: 30px;
      display: inline-block;
      height: 30px;
      font-family: Open Sans;
      font-weight: 400;
      color: #fff;
      font-size: 14px;
      z-index: 9; }
    .sale-items-wrap .sale-item .sale-item__read-more:before {
      content: "";
      left: -30px;
      position: absolute;
      height: 30px;
      width: 30px;
      background: linear-gradient(to top right, transparent 50%, #e7342f 51%); }
  .sale-items-wrap .sale-item:hover .sale-item__read-more {
    background: #55cd5b;
    color: #000; }
  .sale-items-wrap .sale-item:hover .sale-item__read-more:before {
    background: linear-gradient(to top right, transparent 50%, #55cd5b 51%); }

/*#content sale */
/*photogallery */
.main-photogallery p {
  text-align: center; }

.content-gallery-block {
  text-align: center; }

.content-gallery-block img {
  transition: 1s 0s;
  opacity: 0;
  border-radius: 15px 0;
  margin: 5px; }

/*lightgallery changes */
#LG_overlay {
  width: 100% !important; }

#LG_titleBar {
  display: none; }

/*#lightgallery changes */
/*#photogallery */
/*#main */
/*reviews */
#sliderWrapPhoto {
  text-align: center;
  position: relative;
  margin: 20px auto 0 auto;
  padding-bottom: 20px;
  max-width: 1200px;
  overflow: hidden; }

#sliderWrapPhoto h2 {
  padding: 20px;
  color: #696989;
  text-transform: uppercase; }

#ohSlPhoto {
  display: inline-block;
  position: absolute;
  transition: 0.5s;
  white-space: nowrap;
  left: 0; }

#ohSlPhoto img {
  padding: 0 22px;
  width: 218px; }

#ohSlPhoto1 {
  min-height: 300px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-height: 200px; }

#spgoRight {
  position: absolute;
  right: 0px;
  top: calc(50% - 20px) !important;
  height: 40px;
  width: 34px;
  cursor: pointer;
  z-index: 3;
  line-height: 40px;
  font-size: 20px; }

#spgoLeft {
  position: absolute;
  left: 0px;
  top: calc(50% - 20px) !important;
  height: 40px;
  width: 34px;
  cursor: pointer;
  z-index: 3;
  line-height: 40px;
  font-size: 20px; }

#ohSlPhoto a {
  display: inline-block; }

.reviews {
  margin-top: 50px; }

/*#reviews */
/*angled title */
.angled-title {
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  margin-top: 0px;
  font-size: 20px;
  margin-top: 50px; }
  .angled-title span {
    background: RGBA(225, 222, 213, 0.6);
    display: inline-block;
    padding: 10px 20px;
    height: 66px;
    box-sizing: border-box;
    line-height: 45px; }

/*#angled title */
/*pre footer form block */
.pre-form-footer p {
  padding-left: 70px;
  font-size: 15px;
  font-family: Open Sans; }

/*#pre footer form block */
/*form-content agnle down */
.cf--agle-down {
  background: RGBA(225, 222, 213, 0.6);
  margin: 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
  position: relative;
  font-family: Open Sans; }

.cf--agle-down:before {
  content: "";
  width: 66px;
  height: 100%;
  position: absolute;
  left: -66px;
  top: 0;
  background: linear-gradient(to top left, RGBA(225, 222, 213, 0.6) 50%, transparent 50%); }

.cf--agle-down:after {
  content: "";
  width: 66px;
  height: 100%;
  position: absolute;
  right: -66px;
  top: 0;
  background: linear-gradient(to top right, RGBA(225, 222, 213, 0.6) 50%, transparent 50%); }

/*form-content agnle down */
/*footer */
footer {
  margin-top: 40px;
  clear: both;
  overflow: hidden; }

.footer-content {
  display: flex; }

.footer-content > div {
  width: 25%; }

.footer-content {
  position: relative; }
  .footer-content h4 {
    text-align: center;
    background: #e7342f;
    margin: 0;
    line-height: 32px;
    height: 32px;
    font-family: Open Sans;
    font-weight: 400;
    color: #fff; }

.item-footer-contacts {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-size: 14px; }
  .item-footer-contacts i {
    color: #e7342f;
    font-size: 18px;
    width: 40px; }

.footer-content:before {
  content: "";
  width: 2000px;
  left: -2000px;
  height: 32px;
  top: 0;
  background: #e7342f;
  position: absolute; }

.footer-content:after {
  content: "";
  width: 2000px;
  right: -2000px;
  height: 32px;
  top: 0;
  background: #e7342f;
  position: absolute; }

.footer-col .footer-nav {
  padding: 0;
  margin: 20px 0 0 0;
  text-align: center; }
  .footer-col .footer-nav li {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 15px;
    margin-top: 10px !important; }
    .footer-col .footer-nav li a {
      color: #3c0000;
      text-decoration: none; }
    .footer-col .footer-nav li a:hover {
      color: #e7342f; }
.footer-col .footer-form-description {
  text-align: center;
  color: #3c0000; }

.footer-form-wrap input, .footer-form-wrap textarea, .footer-form-wrap button {
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: RGBA(225, 222, 213, 0.6);
  resize: none;
  text-align: center;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 100; }
.footer-form-wrap input, .footer-form-wrap button {
  height: 30px;
  line-height: 30px; }
.footer-form-wrap input[type="submit"] {
  background: #e73630;
  cursor: pointer;
  color: #fff;
  transition: 0.3s; }
.footer-form-wrap input[type="submit"]:hover {
  background: #55cd5b; }
.footer-form-wrap input[type="text"]:focus, .footer-form-wrap input[type="email"]:focus, .footer-form-wrap textarea:focus {
  text-align: left !important;
  padding-left: 5px !important;
  background: RGBA(225, 222, 213, 0.9); }

.footer-short-description {
  text-align: left;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .footer-short-description span {
    display: inline-block; }
    .footer-short-description span img {
      margin-top: 20px; }
  .footer-short-description p {
    text-align: center; }

.footer-soc-icons a i {
  font-size: 26px;
  margin: 5px 10px;
  color: #333;
  transition: 0.1s; }

.footer-soc-icons a i:hover {
  color: #e7342f; }

.footer-soc-icons {
  text-align: center;
  width: 100%; }
  .footer-soc-icons .fa-odnoklassniki {
    font-size: 24px !important; }

.wrap-footer-contacts {
  padding-left: 20px;
  margin-top: 20px; }

.footer-icon {
  display: inline-block;
  height: 25px;
  width: 40px; }

.footer-icon__adress {
  background: url(../img/sprite-icon-footer.jpg) 1px 2px no-repeat; }

.footer-icon__time {
  background: url(../img/sprite-icon-footer.jpg) 0px -42px no-repeat; }

.footer-icon__phone {
  background: url(../img/sprite-icon-footer.jpg) 1px -91px no-repeat; }

.footer-icon__mail {
  background: url(../img/sprite-icon-footer.jpg) 1px -144px no-repeat; }

/*#footer */
#past-footer {
  background: #e0dcd3;
  margin-top: 50px;
  font-size: 14px; }
  #past-footer ul li {
    list-style-type: none;
    display: inline-block; }

.past-footer-inner {
  display: flex;
  justify-content: space-between; }
  .past-footer-inner ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-family: Open Sans;
    border-right: 1px solid #000;
    display: inline-block;
    padding-right: 5px;
    transition: 0.3s; }
  .past-footer-inner ul li a:hover {
    text-decoration: underline;
    color: #e7342f; }
  .past-footer-inner ul .last-elem a {
    border-right: none !important; }

.styled-li1 {
  list-style-type: none; }
  .styled-li1 li {
    font-size: 15px;
    margin: 10px 0; }
  .styled-li1 i {
    color: #e7342f;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px; }

.icon-gray i {
  color: #333; }

#clbElemWrap {
  position: fixed;
  z-index: 100000000;
  text-align: center;
  width: 100%;
  overflow: hidden; }

#clbElemWrap #aftHe {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  background: #380100;
  top: 0;
  height: 50%;
  width: 100%;
  display: block;
  transition: 0.5s; }

#clbElemWrap #befHe {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  background: #380100;
  bottom: 0;
  height: 50%;
  width: 100%;
  display: block;
  transition: 0.5s; }

#bgLBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

#clbElemWrap #callBackBG {
  background: #fff;
  display: inline-block;
  padding: 30px;
  z-index: 4;
  position: relative;
  top: 50%;
  transition: 1s;
  opacity: 0; }

#clbElemWrap #callBackBG input {
  outline: 0px solid transparent !important;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0 !important; }

#clbElemWrap #callBackBG input:focus {
  box-shadow: 0 0 0 transparent !important;
  border: 1px solid #f96d5b; }

#clbElemWrap #callBackBG input[type='submit']:hover {
  background: #f96d5b;
  text-align: center; }

/*lightbox form */
.lightbox-form {
  width: 300px; }
  .lightbox-form input, .lightbox-form textarea, .lightbox-form button {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: RGBA(225, 222, 213, 0.6);
    resize: none;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 100; }
  .lightbox-form input, .lightbox-form button {
    height: 30px;
    line-height: 30px; }
  .lightbox-form input[type="submit"] {
    background: #e73630;
    cursor: pointer;
    color: #fff;
    transition: 0.3s; }
  .lightbox-form input[type="submit"]:hover {
    background: #55cd5b !important;
    color: #fff;
    text-align: center !important; }
  .lightbox-form input:focus, .lightbox-form textarea:focus {
    text-align: left !important;
    padding-left: 5px !important;
    background: RGBA(225, 222, 213, 0.9); }
  .lightbox-form input[type="submit"]:focus {
    text-align: center !important;
    background: #55cd5b !important; }

/*#lightbox form */
/*contacts */
.contacts-wrap {
  display: flex; }
  .contacts-wrap .content-inner {
    margin-bottom: 100px;
    padding-right: 150px;
    padding-left: 10px; }
    .contacts-wrap .content-inner p {
      margin-top: 0; }
    .contacts-wrap .content-inner h4 {
      margin-bottom: 0; }
  .contacts-wrap .contacts-map {
    flex-grow: 1; }
  .contacts-wrap .contacts-map iframe {
    max-width: 100%; }

/*#contacts */
/*reviews */
.reviews-wrap .reviews-item {
  margin: 20px 0 50px;
  padding: 0 5px; }
  .reviews-wrap .reviews-item .title-reviews {
    background: #e7342f;
    color: #fff;
    font-family: Open Sans;
    display: inline-block;
    padding: 5px 10px; }
  .reviews-wrap .reviews-item p {
    margin-top: 0px;
    background: RGBA(225, 222, 213, 0.6);
    padding: 5px 10px 20px 5px;
    position: relative; }
  .reviews-wrap .reviews-item .reviews-date {
    background: #fff;
    color: #000;
    padding: 0 5px;
    position: absolute;
    right: 1px;
    bottom: 1px;
    font-family: Open Sans;
    font-size: 12px;
    font-style: italic;
    max-height: 20px; }

.add-reviews-wrap {
  text-align: right; }
  .add-reviews-wrap a {
    background: RGBA(225, 222, 213, 0.6);
    padding: 6px 10px;
    color: #e7342f;
    text-decoration: none;
    border-left: 2px solid #e7342f;
    border-right: 2px solid #e7342f;
    font-size: 14px;
    transition: 0.3s; }
    .add-reviews-wrap a i {
      margin-right: 10px;
      color: #333;
      transition: 0.3s; }
  .add-reviews-wrap a:hover {
    background: #55cd5b;
    border-left: 2px solid #999;
    border-right: 2px solid #999;
    color: #fff; }
  .add-reviews-wrap a:hover i {
    color: #fff; }

/*#reviews */
/*photogallery */
#photo_filter_wrap {
  border-left: 2px solid #e7342f;
  border-right: 2px solid #e7342f;
  border-bottom: 2px solid #e7342f;
  position: relative;
  margin-top: 40px;
  transition: 1s 1s;
  padding: 30px 20px 20px; }
  #photo_filter_wrap .small_title {
    font-family: Cuprum;
    position: absolute;
    top: -15px;
    font-size: 20px;
    overflow: hidden;
    display: block;
    left: -2px;
    right: -2px;
    box-sizing: content-box; }
    #photo_filter_wrap .small_title span {
      position: relative;
      margin: 0 30px;
      padding: 0 10px;
      font-family: Open Sans; }
      #photo_filter_wrap .small_title span:before {
        content: "";
        height: 2px;
        background: #e7342f;
        position: absolute;
        width: 400px;
        left: 0;
        margin-left: -400px;
        top: 56%; }
      #photo_filter_wrap .small_title span:after {
        content: "";
        height: 2px;
        background: #e7342f;
        position: absolute;
        width: 1350px;
        margin-right: -1350px;
        top: 56%;
        right: 0; }

.gal_tips_wrap {
  display: inline-block;
  position: relative;
  font-size: 16px;
  vertical-align: top;
  width: 170px; }
  .gal_tips_wrap * {
    display: inline-block;
    vertical-align: baseline; }
  .gal_tips_wrap input {
    margin-right: 5px; }

.help_nav_gal {
  display: block;
  padding-left: 20px;
  overflow: hidden;
  max-height: 0px;
  transition: 1s; }

#photo_wrap_all > div {
  text-align: center; }
#photo_wrap_all img {
  transition: 1s 0s;
  opacity: 0;
  border-radius: 15px 0;
  margin: 5px; }

.min-height100vh {
  min-height: 100vh; }

/*#photogallery */
/*mobile items */
#js-mobile-hamburger {
  display: none;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0px 15px;
  background: #f8f8f8;
  position: relative;
  font-family: Open Sans; }

#js-mobile-hamburger:before {
  content: "";
  position: absolute;
  height: 100%;
  left: -36px;
  top: 0;
  width: 40px;
  background: url(../img/hamburger_icon.png) no-repeat center center; }

#js-mobile-hamburge:after {
  content: "X";
  color: #f8f8f8;
  font-size: 20px;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1; }

.fixed-innder .active {
  background: #e7342f !important; }

.fixed-innder .active:after {
  content: "X";
  color: #f8f8f8;
  font-size: 20px;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  background: #333;
  font-family: Open Sans; }

/*#mobile items */
/*portfolio */
#main_portfolio_wrap #getBack {
  display: none; }

.portfolioWrapHeight {
  overflow: hidden;
  max-height: 0;
  transition: 1s 0s; }

.main_portfolio_wrap {
  overflow: hidden; }

.one_port_wrap {
  display: flex;
  background: #fff;
  padding: 5px 10px;
  transition: 1s;
  border: 1px solid #cdcdcd; }
  .one_port_wrap h3, .one_port_wrap h5 {
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
    width: 100%; }

.portfolio-description-wrap {
  flex-grow: 1;
  order: 1;
  min-width: 60%;
  max-width: 61%;
  padding: 0 30px 0 0;
  box-sizing: border-box; }
  .portfolio-description-wrap p {
    font-size: 14px;
    font-family: Open Sans; }
  .portfolio-description-wrap .small_descr {
    color: #9a9a9a; }

.portfolio-img {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.portfolio-img-kuhni img {
  width: 100px;
  max-height: 100%;
  max-width: 100%;
  margin: 5px;
  border-radius: 7px 0 7px 0; }

.getMoreWrap {
  text-align: center; }
  .getMoreWrap div {
    display: inline-block;
    padding: 0 20px;
    margin: 10px;
    color: #fff;
    background: #fd3444;
    cursor: pointer;
    vertical-align: top; }

.btn-portfolio i {
  font-size: 40px;
  margin: 0 10px;
  color: #fff;
  transition: 0.3s; }

.btn-portfolio:hover i {
  color: #380100; }

.btn-portfolio-wrap {
  display: flex;
  align-items: center; }

#main_portfolio_wrap .first {
  max-height: 2000px; }

/*#portfolio */
/*add reviews */
.add-reviews-block {
  margin: 30px 0;
  text-align: center; }
  .add-reviews-block input, .add-reviews-block textarea, .add-reviews-block button {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: RGBA(225, 222, 213, 0.6);
    resize: none;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 100; }
  .add-reviews-block input, .add-reviews-block button {
    height: 30px;
    line-height: 30px; }
  .add-reviews-block input[type="submit"] {
    background: #e73630;
    cursor: pointer;
    color: #fff;
    transition: 0.3s; }
  .add-reviews-block input[type="submit"]:hover {
    background: #55cd5b; }
  .add-reviews-block input[type="text"]:focus, .add-reviews-block input[type="email"]:focus, .add-reviews-block textarea:focus {
    text-align: left !important;
    padding-left: 5px !important;
    background: RGBA(225, 222, 213, 0.9); }

.add-reviews-form {
  max-width: 400px;
  display: inline-block; }

.text-center {
  text-align: center; }

/*#add reviews */
/*calc */
.calc-wrap {
  background: RGBA(225, 222, 213, 0.6);
  margin: 30px 0;
  padding: 10px;
  display: flex; }
  .calc-wrap h2, .calc-wrap h3 {
    margin: 0; }
  .calc-wrap select {
    padding: 5px;
    cursor: pointer;
    background: url(../img/calc/angle.png) no-repeat calc(100% - 40px) center;
    transition: 0.3s; }
  .calc-wrap .calc-input-param {
    min-width: 50%; }
    .calc-wrap .calc-input-param div {
      margin: 10px 0;
      font-size: 14px; }
      .calc-wrap .calc-input-param div span {
        display: inline-block;
        min-width: 200px;
        font-size: 15px; }
      .calc-wrap .calc-input-param div input {
        padding: 5px;
        border: 1px solid #333;
        width: 155px;
        box-sizing: border-box; }
      .calc-wrap .calc-input-param div .js-collect-inputs:focus {
        background: RGBA(225, 222, 213, 0.9); }

.calc-param {
  min-width: 50%; }

.calc-img {
  flex-grow: 1; }

.clac-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: url(../img/logo-form.png) center center no-repeat; }
  .clac-img-wrap img {
    margin: 5px 7px;
    border: 1px solid #333; }

.calc-wrap-select {
  width: 75%;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 10px;
  border: 1px solid #333; }
  .calc-wrap-select select {
    width: calc(100% + 30px);
    border: none;
    outline: none; }

.calc-input-param input[type="submit"] {
  background: #e83530;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  font-size: 15px;
  font-family: Open Sans; }
.calc-input-param input[type="submit"]:hover {
  background: #55cd5b; }
.calc-input-param .calc-total-price-wrap {
  display: inline-block; }
  .calc-input-param .calc-total-price-wrap span {
    font-size: 14px !important;
    min-width: 180px;
    opacity: 0;
    transition: 0.3s; }
    .calc-input-param .calc-total-price-wrap span b {
      font-size: 30px !important; }

/*#calc */

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