/*
Theme Name:  Interico: Child Theme
Theme URI:   http://www.themicart.com/
Description: Child theme for the Interico WordPress Theme. Use it for manipulating the theme files so the core remains original, which is necessary for updates not to override the changes made.
Author:      Themicart
Template:    interico
Version:     1.0.0
*/

/* begin CSS code */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.bg-greean {
  background-color: #39858e !important;
  padding-top: 40px;
  padding-bottom: 40px;
}

.modal-content {
  border-radius: 0 !important;
}

.horizontal-tabs {
  display: flex;
}

.horizontal-tabs .nav-tabs>li {
  float: none !important;
}

.vc_custom_1537521392447 {
  display: flex !important;
  flex-wrap: wrap;
}

.vc_custom_1537521392447 .feature-title {
  min-height: 42px;
}

.vc_custom_1537521392447 .feature-box {
  padding: 10px;
}

@media (max-width: 575px) {
  .feature-box .feature-title {
    font-size: 1em;
  }

  .vc_custom_1537521392447>div {
    flex: 1 1 48% !important;
    max-width: 48%;
  }

  .vc_custom_1537521392447 {
    justify-content: center;
  }
}

.vc_custom_1537521392447 .feature-text {
  min-height: 58px;
}

.vc_custom_1537521392447 .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 768px) {
  .vc_custom_1537521392447 {
    display: flex !important;
    flex-wrap: wrap;
  }

  .vc_custom_1537521392447>div {
    flex: 1 1 1 !important;
    max-width: 48%;
  }
}

@media (min-width: 1024px) {
  .vc_custom_1537521392447 {
    display: flex !important;
    flex-wrap: wrap;
  }

  .vc_custom_1537521392447>div {
    flex: 1 1 0 !important;
    max-width: auto;
  }
}

/* Tabs bg */
#hometab .tab-content,
.vc_custom_1564477150463 .tab-content {
  background-image: url(images/tabs-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#hometab .nav-tabs.style-accent>li.active>a,
.vc_custom_1564477150463 .nav-tabs.style-accent>li.active>a {
  background-color: #5c5140 !important;
}


/* 800 */
.vc_custom_1564062832402 .content-box-info {
  min-height: 118px;
}


/*  */
@media (min-width: 1024px) {
  #slider-fullwidth.slider-style-3 .carousel-content {
    width: 60%;
  }
}


/*  current-item */

#mainmenu>li.current-menu-item::before {
  width: 100%;
  opacity: 1;
  left: 0;
  right: 0;
}

#mainmenu>li.current-menu-item>a {
  color: #ffe900 !important;
}


/* Price panel sytles */
.price-panel {
  position: relative;
  margin: 60px 0 60px;
  padding: 60px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  box-shadow: 0px 0px 54px rgba(127, 121, 114, 0.28);
  transition: width .3s cubic-bezier(.47, -.01, .22, 1) .2s;
  opacity: .1;
}

.price-panel h3 {
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 5px;
}

.price-panel h3 span {
  font-weight: normal;
  font-size: 24px;
  color: #7d6741;
}

.price-panel:before,
.price-panel:after {
  content: '';
  position: absolute;
  height: 110%;
  width: 50%;
  background-color: #fff;
  top: -10px;
  z-index: 5;
  pointer-events: none;
  transition: width 1.6s cubic-bezier(.37, -.01, .22, 1) 0s;
}

.price-panel:before {
  left: 0;
}

.price-panel:after {
  right: 0;
}

.price-panel.slide-doors:before,
.price-panel.slide-doors:after {
  width: 0;
}

.price-panel.slide-doors {
  opacity: 1;
}

.price-panel .price-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.price-head {
  margin-bottom: 20px;
}

.price-head b {
  font-size: 28px;
}

.price-head p {
  margin-bottom: 5px;
  font-size: 24px;
  color: #7d6741;
  line-height: 1.3em;
}

.price-panel span:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -14px;
  width: 52px;
  height: 2px;
  margin-right: 20px;
  margin-left: 20px;
  background: rgba(0, 0, 0, 0.3);
}

.price-panel strong {
  font-size: 22px;
}

.price-panel img {
  position: absolute;
  right: 0;
  top: -20px;
  max-width: 300px;
}

.price-panel p.subtitle {
  max-width: 60%;
  margin-bottom: 16px;
}

.price-panel p strong {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 15px;
  display: block;
}

.price-panel ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 20px;
}

.price-panel ul li {
  -webkit-box-flex: 1;
  flex: 1 0 50%;
  box-sizing: border-box;
  padding: 0 10px 5px 25px;
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  position: relative;
  border-left: 1px solid #e8e8e8;
  z-index: 2;
}

.price-panel ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  top: 10px;
  left: -4px;
  background-color: #090909;
  position: absolute;
}

@media (max-width: 1024px) {
  .price-panel {
    padding: 20px;
    margin: 30px 0 30px;
  }

  .price-panel img {
    display: none;
  }
}

@media (max-width: 565px) {
  .price-panel {
    padding: 20px;
    margin: 20px 0 20px;
  }

  .price-panel h3 span,
  .price-panel h3 {
    font-size: 28px;
  }

  .price-panel h3 span {
    display: block;
  }

  .price-panel span::before {
    width: 20px;
    margin-right: 8px;
    margin-left: 8px;
    top: -9px;
  }

  .price-panel p.subtitle {
    max-width: none;
  }

  .price-panel img {
    display: none;
  }

  .price-panel ul {
    padding-left: 10px;
  }

  .price-panel ul li {
    flex: 1 0 100%;
  }
}

.panel-body ul li a {
  color: #fff;
}

.panel-body ul li a:hover {
  color: #999;
}

.panel-body tr:hover {
  background: transparent;
}

table.default th {
  font-size: 18px;
}

@media(min-width: 565px) {

  .portfolio-box-caption .project-name,
  .content-box.service-item.service-box-dark .box-heading {
    min-height: 68px;
  }

}

@media (max-width: 565px) {
  .image-container::after {
    display: none;
  }
}

.image-container::after {
  display: none;
}

.panel-body table {
  font-size: 1.1em;
}

.defaultslider .slick-track {
  display: flex;
}

.defaultslider .slick-track .slick-slide {
  height: inherit;
}

.defaultslider .slick-prev,
.defaultslider .slick-next {
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  z-index: 1;
  width: 82px;
  height: 82px;
}

.defaultslider .slick-slide img {
  max-height: 386px;
  height: 100%;
}

.defaultslider .slick-prev:before,
.defaultslider .slick-next:before {
  color: #fff;
  opacity: 0.6;
  font-family: 'icomoon';
  font-size: 34px;
}

.defaultslider .slick-prev:before {
  content: "\e901";
}

.defaultslider .slick-next:before {
  content: "\e902";
}

.defaultslider .slick-prev:after,
.defaultslider .slick-prev {
  left: 0px;
}

.defaultslider .slick-next:after,
.defaultslider .slick-next {
  right: 0px;
}

.defaultslider .slick-prev:after,
.defaultslider .slick-next:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #ffe900;
  transition: 0.2s ease-in;
  z-index: -1;
}

.defaultslider .slick-prev:hover:after,
.defaultslider .slick-next:hover:after {
  width: 100%;
}

.logoslider.defaultslider .slick-prev,
.logoslider.defaultslider .slick-next {
  width: 40px;
  height: 50px;
  background-color: #7d7d7d;
}

.logoslider.defaultslider .slick-prev:before,
.logoslider.defaultslider .slick-next:before {
  font-size: 24px;
}

@media (min-width: 1100px) {
  .logoslider.slick-slider {
    margin-left: 60px;
  }
}

.logoslider.defaultslider .slick-prev,
.logoslider.defaultslider .slick-next {
  display: none !important;
}

.logoslider img.tooltip-image {
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-services .content {
  padding-bottom: 0;
}


.feature-box .feature-text {
  min-height: 58px;
}

@media (max-width: 565px) {
  .feature-box .feature-text {
    min-height: 95px;
  }
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.grey-accordion .panel-group a.accordion-toggle[aria-expanded="true"]:hover {
  background-color: #999 !important;
}

.grey-accordion .panel-group .accordion-toggle[aria-expanded='true'] {
  background-color: #999 !important;
  color: #000 !important;
}

.grey-accordion .panel-body {
  background-color: #f5f5f5;
  color: #000 !important;
}

.grey-accordion .panel-body a {
  color: #000;
}

.spaced.vc_row {
  padding: 50px 0 40px 0;
}


#mainmenu ul li.menu-item-has-children a {
  padding: 12px 40px 12px 20px;
}

@media screen and (min-width: 991px) {
  #mainmenu ul li.menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px !important;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    opacity: 0.1;
    transition: 0.2s ease-in;
  }
}

#mainmenu li.current-menu-ancestor>a,
#mainmenu li.current-menu-parent>a,
#mainmenu li ul li.current-menu-item>a {
  color: #ffe900 !important;
}

/* Main form */

/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {
  margin: 0;
  padding: 0;
}


/*form styles*/
#msform {
  width: 400px;
  margin: 50px auto;
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 13px;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #7d6741;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  margin: 10px 5px;
  display: inline-block;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #7d6741;
}

/*headings*/
.fs-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #7d6741;
  margin-bottom: 10px;
  font-weight: 700;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 0;
  justify-content: center;
  text-align: center;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 15%;
  position: relative;
  margin-top: 10px;
  display: inline-block;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  line-height: 40px;
  display: block;
  padding: 5px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  background: #ccc;
  border-radius: 8px;
  margin: 0 auto 5px auto;
  left: 0;
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: -50%;
  top: 22px;
  z-index: -1;
  /*put it behind the numbers*/
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #7d6741;
  color: white;
}

#msform {
  width: 100%;
  min-height: 400px;
}

#msform .fieldset-row {
  display: flex !important;
  flex-wrap: nowrap;
}

#msform .fieldset-row>div {
  flex: 0 50%;
  padding: 15px;
}

@media (max-width: 565px) {
  #msform {
    min-height: 600px;
    margin: 0 auto;
  }

  #msform .fieldset {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  #msform .fieldset-row {
    flex-direction: column;
  }

  #progressbar li {
    width: 20%;
  }
}

#msform .right {
  border: 2px solid #7d6741;
}

#msform .lnr {
  font-size: 42px;
  font-weight: bold;
  width: auto;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #7d6741;
}

#msform .wpcf7-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wpcf7-list-item {
  display: flex;
}

#msform input[type=radio] {
  display: inline-block;
  width: 20px;
}


#msform [type="radio"]:checked,
#msform [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

#msform [type="radio"]:checked+label,
#msform [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

#msform [type="radio"]:checked+label:before,
#msform [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #928d8d;
  border-radius: 100%;
  background: #fff;
}

#msform [type="radio"]:checked+label:after,
#msform [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #7d6741;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#msform [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#msform [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.price-out {
  font-weight: bold;
  color: #7d6741;
  font-size: 18px;
}

.mb20 {
  margin-bottom: 20px !important;
}

div.wpcf7-validation-errors {
  border: 2px solid #7d6741;
}

.cpad {
  padding-top: 30px;
  padding-bottom: 20px;
}

.p {
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .gallery-nogap .vc_column_container>.vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .gallery-nogap .wpb_content_element {
    margin-bottom: 5px !important;
    margin-right: 5px;
  }

  .gallery-nogap .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
}

.vc_custom_1565448410871,
.vc_custom_1564062832402 {
  background: #7d6741 url(http://eurobud.ineshost.net/wp-content/uploads/2019/07/dovolnыe-klyentы-2.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 80px;
  padding-bottom: 60px;
}

/* .itemsslider4 .service-item {
    padding-left: 15px;
    padding-right: 15px;
} */

h1.page-title {
  text-transform: uppercase;
}

.video-wrapper {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-wrapper .carousel-content {
  top: 50% !important;
  /* transform: translateX(-50%); */
}

.video-wrapper .container {
  height: 100%;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 560px) {
  .prettyphoto {
    pointer-events: none;
  }
}

.price-panel.show .show-btn {
  display: none;
}

.content-hide {
  transition: max-height 0.5s;
  overflow: hidden;
  max-height: 0;
  display: none;
}

.price-panel button {
  margin: 0 10px 0 0;
}

.price-panel.show .content-hide {
  max-height: none;
  display: inline;
}

.wpb_wrapper,
.prel .wpb_wrapper,
.prel {
  position: relative;
}

.prel .ybtn,
.ybtn {
  position: absolute !important;
  right: 40px !important;
  bottom: 40px;
  margin: 0 !important;
  background-color: #decd17 !important;
  border-color: #decd17 !important;
}

.prel .ybtn:active,
.ybtn:active,
.prel .ybtn:hover,
.ybtn:hover {
  background-color: #c8b809 !important;
  border-color: #c8b809 !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {

  /* html {
      transform: rotate(-90deg);
      transform-origin: left top;
      width: 100vh;
      overflow-x: hidden;
      position: absolute;
      top: 100%;
      left: 0;
    } */
  .prettyphoto {
    pointer-events: none;
  }

}

@media screen and (min-width: 320px) and (max-width: 767px) {

  .prel .ybtn,
  .ybtn {
    position: absolute !important;
    right: 50% !important;
    transform: translateX(50%);
    bottom: 40px;
    margin: 0 !important;
  }

  #videoBG {
    display: none;
  }
}

@media (min-width: 768px) {

  #slider-fullwidth.slider-style-2 .slide-img,
  #slider-fullwidth.slider-style-3 .slide-img {
    background: none !important;
  }
}

.btn.btn-detail:hover:before,
.btn.btn-detail::after {
  display: none;
}

@media (max-width: 575px) {
  .hide-mobile {
    display: none !important;
  }

  .portfolio>div>div:nth-child(1) {
    display: flex;
    flex-direction: column;
  }

  .portfolio>div>div:nth-child(1)>div:nth-child(1) {
    order: 2;
  }
}


.mobile-item-slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.mobile-item-slider .slick-prev {
  left: 5px;
  z-index: 1;
}

.mobile-item-slider .slick-next {
  right: 5px;
  z-index: 1;
}

#slider-fullwidth .carousel-content {
  top: 35% !important;
}

#slider-fullwidth .carousel-control {
  top: 46%;
}


/* Video modal yt */
.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
  cursor: pointer;
}

.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  -webkit-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  z-index: 63;
}

.ytp-button {
  outline: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
}

.ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.wpb_video_wrapper .yt-modal {
  display: block;
  position: relative;
  overflow: hidden;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}

.wpb_video_wrapper a[data-featherlight="iframe"]::after {
  display: none;
}

.wpb_video_wrapper .yt-modal:hover .ytp-large-play-button-bg {
  transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}

.ytp-large-play-button-bg {
  transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
  fill: #212121;
  fill-opacity: .8;
}

.video-grid {
  flex-direction: column;
  padding: 0 !important;
}

#video-ul-show-more::after {
  content: '';
}

.gallery-video-categories {
  margin-bottom: 40px !important;
}

.gallery-video-categories .filters {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .video-grid {
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
  }

  .content ul.video-grid li:before {
    display: none;
  }

  .video-grid li {
    flex: 0 1 50%;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .video-grid h2 {
    font-size: 22px;
    text-align: center;
  }
}

.page-template-video-grid .breadcrumbs,
.page-template-video-grid {
  background-color: #333;
}

.page-template-video-grid .wpb_video_heading,
.page-template-video-grid .wpb_video_widget p {
  color: #ffffff;
}


@media (max-width: 576px) {

  .subnav .flex-row {
    justify-content: center;
  }

  .flex-row {
    display: flex;
    text-align: center;
    padding: 0;
  }

  .top-nav-tel {
    justify-content: center;
    display: flex;
    text-align: center;
  }

  .top-nav-tel .fa {
    margin-top: 10px;
  }

  .top-nav-email {
    /* padding-left: 10px; */
    display: flex;
    flex: 0 0 55%;
    justify-content: center;
  }

  .subnav-item a {
    font-size: 18px;
  }
}