.slider-sec {
display: block;
height: max-content;
padding-bottom: 36px; }
.slider-sec .slide {
height: 100%;
background-size: cover;
position: relative;
background-position: center; }
.slider-sec .slide:before {
background: rgba(0, 0, 0, 0.6);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: ""; }
.slider-sec .middle-height {
display: flex;
padding-bottom: 150px;
padding-top: 200px;
position: relative;
z-index: 3; }
@media (max-width: 450px) {
.slider-sec .middle-height {
padding-top: 150px;
padding-bottom: 100px; } }
.slider-sec .content-slide {
margin: auto;
margin-left: 0;
font-family: "Light";
color: #fff;
max-width: 500px; }
.slider-sec .content-slide .title-slide {
font-size: 70px;
line-height: 65px;
font-family: "Black";
margin-bottom: 20px; }
@media (max-width: 700px) {
.slider-sec .content-slide .title-slide {
font-size: 60px;
line-height: 55px; } }
@media (max-width: 500px) {
.slider-sec .content-slide .title-slide {
font-size: 50px;
line-height: 45px; } }
@media (max-width: 430px) {
.slider-sec .content-slide .title-slide {
font-size: 40px;
line-height: 35px; } }
@media (max-width: 370px) {
.slider-sec .content-slide .title-slide {
font-size: 35px;
line-height: 30px; } }
.slider-sec .content-slide .desc-slide {
font-size: 18px;
font-family: "Light"; }
@media (max-width: 700px) {
.slider-sec .content-slide .desc-slide {
font-size: 16px; } }
.slider-sec .content-slide .href-proj {
outline: none;
transition: 0.3s;
padding: 10px 20px;
background: var(--main-color);
margin-top: 30px;
cursor: pointer;
font-family: "Bold";
text-transform: uppercase;
text-decoration: none;
font-size: 15px;
display: inline-block;
color: #fff;
border-radius: 5px; }
.slider-sec .content-slide .href-proj i {
margin-left: 10px; }
.slider-sec .content-slide .href-proj:hover {
background: var(--two-color); }
.slider-sec .owl-dots {
margin: auto;
max-width: 1240px;
margin-top: -70px;
position: relative;
z-index: 3;
padding-left: 20px;
padding-right: 20px; }
.slider-sec .owl-dots .owl-dot {
margin-right: 7px;
display: inline-block;
vertical-align: top;
opacity: 0.4;
transition: 0.5s; }
.slider-sec .owl-dots .owl-dot button {
background: transparent;
border: 2px solid #fff;
border-radius: 5px;
padding: 8px 10px;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
color: #fff; }
.slider-sec .owl-dots .owl-dot:hover {
opacity: 1; }
.slider-sec .owl-dots .active {
opacity: 1; }

.section-text {
padding-top: 50px;
padding-bottom: 50px; }

.build-card .btn-catalog {
text-align: center; }
.build-card .href-proj {
outline: none;
transition: 0.3s;
padding: 10px 20px;
background: var(--main-color);
margin-top: 30px;
cursor: pointer;
font-family: "Bold";
text-transform: uppercase;
text-decoration: none;
font-size: 15px;
display: inline-block;
color: #fff;
border-radius: 5px; }
.build-card .href-proj i {
margin-left: 10px; }
.build-card .href-proj:hover {
background: var(--two-color);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
.build-card .card-choise {
text-align: center;
margin-bottom: 40px; }
@media (max-width: 450px) {
.build-card .card-choise {
margin-bottom: 20px; } }
.build-card .card-choise li {
display: inline-block;
vertical-align: top;
padding-left: 25px;
padding-right: 25px;
border-bottom: 3px solid rgba(0, 0, 0, 0.1);
margin-left: -4px; }
@media (max-width: 550px) {
.build-card .card-choise li {
padding-left: 10px;
padding-right: 10px; } }
@media (max-width: 450px) {
.build-card .card-choise li {
margin-bottom: 20px; } }
.build-card .card-choise li:first-child {
margin-left: 0; }
.build-card .card-choise li span {
padding-bottom: 10px;
border-bottom: 3px solid transparent;
display: inline-block;
position: relative;
top: 3px;
padding-left: 10px;
padding-right: 10px;
text-transform: uppercase;
font-family: "Bold";
cursor: pointer; }
@media (max-width: 450px) {
.build-card .card-choise li span {
font-size: 14px;
padding-bottom: 5px; } }
.build-card .card-choise li span:hover {
border-bottom: 3px solid var(--two-color); }
.build-card .card-choise li .active-choise {
border-bottom: 3px solid var(--two-color); }
.build-card .card-project {
width: 32%;
display: inline-block;
vertical-align: top;
margin-bottom:20px;
border-radius: 5px;
height: 450px;
background-size: cover;
position: relative;
background-position: center;
overflow: hidden; }
@media (max-width: 700px) {
.build-card .card-project {
width: 48%;
height: 300px; }
.build-card .card-project:last-child {
display: none; } }
@media (max-width: 450px) {
.build-card .card-project {
width: 100%;
height: 250px;
margin-bottom: 20px; }
.build-card .card-project:last-child {
display: inline-block;
margin-bottom: 0; } }
.build-card .card-project:before {
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
content: "";
opacity: 0;
transition: 0.5s; }
@media (max-width: 700px) {
.build-card .card-project:before {
opacity: 1; } }
.build-card .card-project .content {
position: relative;
z-index: 2;
padding: 30px;
text-align: left;
height: 100%;
top: 340px;
transition: 0.5s; }
@media (max-width: 700px) {
.build-card .card-project .content {
padding: 15px;
top: 0px; } }
.build-card .card-project .content .title {
font-size: 27px;
font-family: "Bold";
padding-bottom: 10px;
color: #fff; }
@media (max-width: 980px) {
.build-card .card-project .content .title {
font-size: 25px; } }
.build-card .card-project .content .price {
font-size: 19px;
padding-bottom: 20px;
font-family: "Light";
color: #fff; }
@media (max-width: 980px) {
.build-card .card-project .content .price {
font-size: 17px; } }
.build-card .card-project .content .desc {
font-size: 17px;
padding-bottom: 20px;
font-family: "Light";
color: #fff;
padding-right: 50px; }
@media (max-width: 550px) {
.build-card .card-project .content .desc {
font-size: 14px; } }
.build-card .card-project .content .href-proj {
position: absolute;
bottom: 30px; }
.build-card .card-project:hover:before {
opacity: 1; }
.build-card .card-project:hover .content {
top: 0; }

.advantage-sec {
padding-top: 50px;
padding-bottom: 50px; 
box-shadow: -1px 1px 14px 3px rgba(93, 90, 90, 0.2);


}
.advantage-sec .advantage {
width: 24%;
margin-top: 10px;
display: inline-block;
vertical-align: top;
text-align: center;
padding-left: 10px;
padding-right: 10px;
font-size: 16px; }
@media (max-width: 840px) {
.advantage-sec .advantage {
width: 48%;
margin-bottom: 20px; } }
@media (max-width: 600px) {
.advantage-sec .advantage {
width: 100%; } }
.advantage-sec .advantage span {
display: block;
font-size: 18px;
font-family: "Bold";
max-width: 180px;
margin: 20px auto; }
@media (max-width: 840px) {
.advantage-sec .advantage span {
max-width: 100%;
font-size: 16px;
margin: 10px auto; } }
.advantage-sec .advantage .pic {
height: 130px;
width: 130px;
border-radius: 50%;
background: #fff;
display: inline-flex;
position: relative; }
@media (max-width: 800px) {
.advantage-sec .advantage .pic {
height: 100px;
width: 100px; } }
.advantage-sec .advantage .pic img {
margin: auto;
height: 55px;
width: 55px; }
.advantage-sec .advantage .pic .chech-in {
height: 45px;
width: 45px;
border-radius: 50%;
border: 2px solid #c0c0c0;
background: #fff;
z-index: 2;
position: absolute;
left: -5px;
top: -5px;
display: flex; }
@media (max-width: 800px) {
.advantage-sec .advantage .pic .chech-in {
height: 35px;
width: 35px; } }
.advantage-sec .advantage .pic .chech-in i {
margin: auto;
color: var(--two-color); }
.advantage-sec .advantage .pic:before {
height: 140px;
width: 140px;
position: absolute;
border-radius: 50%;
border: 2px solid #c0c0c0;
content: "";
left: -7px;
top: -7px; }
@media (max-width: 800px) {
.advantage-sec .advantage .pic:before {
height: 110px;
width: 110px; } }

.seo-sec {
padding-top: 50px;
padding-bottom: 50px; }

.partner-sec {
padding-top: 50px;
padding-bottom: 50px; }

.partner {
display: inline-flex;
vertical-align: top;
height: 170px;
width: 24%;
transition: 0.5s;
filter: grayscale(100%); }
@media (max-width: 700px) {
.partner {
width: 48%; } }
.partner .middle {
margin: auto;
display: inline-block;
text-align: center; }
.partner .middle span {
display: block;
font-size: 16px;
color: #aaa; }
.partner img {
max-height: 80px;
max-width: 80%;
margin-bottom: 10px; }
.partner:hover {
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
filter: grayscale(0%);
background: #fff; }

.map-section {
padding-top: 35px;
padding-bottom: 50px;
position: relative;
margin-bottom: 60px; }
.map-section .contact-card {
padding: 20px;
margin-left: 10%;
z-index: 2; 
position: relative;
background: #fff;
display: inline-block;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
width: 400px;
border-radius: 5px; }
.map-section .title {
display: block;
font-size: 40px;
margin-top: 0;
margin-bottom: 30px;
font-family: "Black";
position: relative; }
.map-section .line {
margin-bottom: 20px; } 
.map-section .line .fa {
margin-right: 15px; }
.map-section .line a {
color: inherit;
text-decoration: none; }
.map-section .line a:hover {
color: var(--main-color); }
.map-section .social-title {
display: block;
font-size: 25px;
margin-top: 0;
margin-bottom: 20px;
font-family: "Black";
position: relative; }
.map-section .social-link a {
text-decoration: none;
color: inherit;
font-size: 20px;
margin-right: 10px; }
.map-section .social-link a:hover {
color: var(--main-color); }

.gmnoprint {
display: none; }

#map {
height: 100%;
position: absolute !important;
left: 0;
width: 100%;
top: 0; }

.mobile-map {
display: none;
height: 100%;
width: 100%;
}

@media (max-width: 550px) {
.mobile-map {
display: block;
}
#map {
display: none;
}
.map-section {
margin: 0 17%;
}
.map-section .contact-card {
margin-left: 0;
width: 350px;
}
}

@media (max-width: 480px) {
.map-section {
margin: 0 15%;
}
.map-section .contact-card {
width: 300px;
}
}

.grey-bg {
background: #f7f7f7; }

/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/******************************************************HIDDEN*********************************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/

.build-card .card-project .content .desc{
padding-top: 40px;
}
.build-card .card-project .content .price,
.project-card .price{
display: none;
}



/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/******************************************************HIDDEN*********************************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/





.line-item-now {
display:grid;
grid-template-columns: repeat(4,1fr);
grid-gap: 20px;
}

.line-item-now + .line-item-now {
border-top:1px solid #000;
}


.line-item-now .pic {
padding: 7px;
}

.line-item-now img {
object-fit:contain;
object-position:center;
height: 100%;
width:100%;

}

.top-tables {
display:grid;
grid-template-columns: repeat(4,1fr);
grid-gap: 20px;
border: 1px solid #ccc;
border-bottom: none;
}

.tableson {
border: 1px solid #ccc;
}

.top-tables div {
text-align: center;
font-weight: bold;
padding: 10px 0;
}

.prices {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
text-align: center;
}

.catalog-page .left-sec {
padding: 20px !important;
}

.menuqwe li {
display: block;
background: #2c2a24;
border-radius:10px;
padding:10px;
}

.menuqwe li + li {
margin-top: 10px;
}

.menuqwe {
margin: 0;
padding: 0;
}

.menuqwe li a {
color: #fff;
text-decoration: none;
}


@media (max-width: 500px) {
.prices {
font-size: 13px;
}
.top-tables div {
font-size: 13px;
}
.top-tables {
grid-gap: 10px;
}
}

.childers {
padding: 0;
margin: 0;
margin-top: 10px;
margin-bottom:10px;
display:none;
}

.childers li {
padding:0;
}

.childers li a {
color: #a5a5a5;
}

.current {
color: #dbaa48 !important;
}

.childers.actived {
display:block;
}

.zero-ground {
cursor:pointer;
}

.project-cards-main {
width: 24%;
height: 300px;
background-color: #f7f7f7;
}

@media (max-width: 700px) {
.project-cards-main{width:48%;height:300px}
}

@media (max-width: 550px){
.project-cards-main{width:100%;height:250px}
}

.btn-socials {
  width: 35px;
  height: 35px;
  display: flex;
  background: var(--main-color);
  margin-right: 5px;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.btn-socials svg {
  height: 35px;
  display: block;
  width: 35px;
}

.flexer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  justify-content: right;
}


.flexer-mobiles {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 15px;
}


.flexer-mobiles a{
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}


.form-section {
  background-color: #2c2a24;
  padding-top: 70px;
  padding-bottom: 70px;
}

.form-section__container {

}

.form-section__title {
  display: block;
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Black";
  position: relative;
}

.form-section__form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.form-section__input {
  background-color: #f7f7f7;
  border: 2px solid #000;
  color: #000;
  height: 55px;
  padding-left: 20px;
  border-radius: 5px;
  padding-right: 20px;
}

.form-section__textarea {
  grid-column: span 4 / auto;
  background-color: #f7f7f7;
  border: 2px solid #000;
  color: #000;
  border-radius: 5px;
  resize: vertical;
  height: 150px;
  padding: 20px;
}

.form-section__submit {
  height: 55px;
  cursor: pointer;
  background: var(--main-color);
  border-radius: 5px;
  border: none;
  color: #fff;
}

.succes-messager {
  color: #fff;
  grid-column: span 2 / auto;
}


@media (max-width: 1000px) {
  .form-section__form {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-section__textarea {
    grid-column: span 2 / auto;
  }
}

@media (max-width: 560px) {
  .form-section__form {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-section__textarea {
    grid-column: span 1 / auto;
  }
  .succes-messager {
    grid-column: span 1 / auto;
  }
}




* {box-sizing: border-box}

.embed{
  margin:50px 0;
  color:#222;
  height:450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow-container {
  max-width: 960px;
  position: relative;
  margin: auto;
}

.slideshow-heading
{
  text-align:center;
  font-weight:400;
  font-size:21px;
}

.slideshow-heading span {
  position: relative;
  padding: 0 8px 4px 8px;
}

.slideshow-heading span::before {
  content: "";
  background: #ffb00b;
  height: 1.5px;
  position: absolute;
  bottom: .15em;
  z-index: -1;
  width: 100%;
  left: 0;
}

.slideshow-subheading{
  text-align:center;  
  padding-bottom:20px;
}

.mySlides {
  display: none;
  text-align:center;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.testimony {
  padding: 0 55px;
}

figure {    
  padding: 40px 60px 0px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  box-shadow: 0px 4px 8px 3px #d5d5d5;
  margin: 0 -30px;
  min-height: 244px;
  font-style:italic;
}

figcaption {
  font-style: normal;
  margin-top: 15px;
}

blockquote {
  line-height: 1.85em;
  font-size: 14px;
  margin: 0;
}

blockquote:before {
  color: #ffc107;
  content: open-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote:after {
  color: #ffc107;
  content: close-quote;
  font-size: 2rem;
  line-height: inherit;
  margin-right: 0px;
  vertical-align: top;
}

blockquote p {
  display: inline;
}

.nav{
  background:#333;
  color: #ffb00b;
  z-index: 99999;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  width:60px;
  padding: 16px 20px;
  width: 55px;
  padding: 13px 17px;
  margin-top: -22px;
  margin-top: 0;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 50%;
  user-select: none;
}

.next {
  right: 0;
  margin-right: 1px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.icon {
  color: #ffb00b;
  font-size: 24px;
}

.dots{
  text-align:center;
  margin-top:20px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.stars{
  display:block;
  color:#FFBE3E;
}

.active, .dot:hover {
  background-color: #717171;
}

@media only screen and (max-width: 600px) {
  .embed{
	 height: 300px;
     display: block;
     position: relative;
    top: 0;
    left: 30px;
    width: 85%;
  }
  .testimony {
    padding: 0!important;
  }
  
  figure {  
    padding: 0px 30px 0px;
    box-shadow:none;
    border:none;
    min-height: initial;
  } 
  
  figcaption {
    margin-top: 0;
  }

blockquote {
    line-height: 1.5em;
    margin:0px;
    padding:0;
  }

  .prev, .next {
    bottom: 20%;
    padding: 4px 9px;
    width: 35px;
    top:inherit;
  }
  
  .icon {
    color: #ffb00b;
    font-size: 20px;
  }

}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {
    font-size: 11px;
  }
}

.prices .rub{
  display: inline-block;
  margin: 0 0 0 5px;
}




.article-about {
  max-width: 1000px;

  padding: 20px;
  border-radius: 10px;
  margin: 0 auto
}


.article-about a {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}


.article-about img {
  margin: 0px auto;
  box-shadow: 0px 0px 1px #9d9797;
  border-radius: 5px;
  max-width: 1000px;
  width: 100%;
  height: auto !important;
}


.article-about h2 {
  display: block;
  text-align: center;
  font-size: 24px !important;
  font-weight: 600;
  margin: 40px auto 20px !important;
  color: #303030 !important
}

.article-about h3 {
  margin: 15px auto 20px !important;
  font-size: 20px !important;
  font-weight: 500;
  text-align: center;
  color: #303030 !important
}

.table-h3.tableh3{
  color:#fff !important
}


.article-about>h2:nth-child(1) {
  margin: 0px auto 20px;
}

.article-about-shadow {
  height: 3px;
  background-color: #ff8c00;
  opacity: 0.2;
  margin-bottom: 50px;

}

.article-about>hr {
  margin-top: 40px;
  background-color: #0f4d74;
  opacity: 0.2;
  border-radius: 2px;
  border: none;
  height: 4px;
  max-width: 200px;
  box-shadow: 0px 0px 0px 0px #fff;
}

.article-about p,
.article-about ul,
.article-about ol,
.article-about li,
.seo-sec p,
.seo-sec li {
  line-height: 28px !important;
  text-align: justify;
}

.strong-text{
  font-weight: 800;
}


.matum-button {
  text-align: center;
  outline: none;
  transition: 0.3s;
  padding: 20px 30px;
  background: var(--main-color);
  cursor: pointer;
  font-family: "Bold";
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  border-radius: 15px;
  margin: 20px auto 0px;
}

.flex-matumb{
  display:flex; 
  justify-content:end

}

.matum-button:hover{
  opacity: 0.8;
}

.matomba_iframe-container{
  padding: 20px 0px;
  box-shadow: -1px 1px 14px 3px rgba(34, 60, 80, 0.2);
/* border-top: rgb(0, 0, 0, 0.4) solid 20px;
border-bottom: rgb(0, 0, 0, 0.4) solid 20px; */
}

@media (max-width:600px) {
  .flex-matumb{
    justify-content:center
  }
}