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

.coll-menu {
  color: #333;
  margin: 8px 25px 0 0;
  float: right;
  font-size: 23px;
  line-height: 25px;
  position: relative;
  z-index: 2505;
}

.coll-menu span:after,
.coll-menu span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  border-radius: 100px;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.coll-menu span {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 0;
  width: 26px;
  height: 2px;
  background-color: #333;
  border-radius: 100px;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.coll-menu span:before {
  bottom: calc(100% + 6px);
}

.coll-menu span:after {
  top: calc(100% + 6px);
}


.show-menu {
  overflow: hidden;
}

.show-menu ul.menu li:hover ul {
  border: 0 !important;
  max-height: 0;
}

.show-menu .overflow-bg {
  display: block;
}

.show-menu a.coll-menu span {
  background: transparent;
}

.show-menu a.coll-menu span:before {
  background: #333;
  bottom: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.show-menu a.coll-menu span:after {
  top: auto;
  background: #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media  screen and (max-width:1199px){
	.navbar-light .navbar-nav .nav-link{
		font-size: 0.9rem;
	}
	.header-logo img{
		max-width: 170px;
	}
	.header-text{
		font-size: 0.6rem;
	}
	.header-langs a{
		font-size: 10px;
	}
	.header-phone a:first-child{
		font-size: 24px;
	}
	.header-phone a{
		font-size: 0.9rem;
	}
	.header-graffic{
		font-size: 0.8rem;
	}
	.header-phone span.fa-circle{
		margin: 0 3px;
	}
	.wide-calculator img{
		width: 100%;
		padding: 0;
	}
	.wide-calculator h4{
		font-size: 30px;
		padding: 16px 0 15px 0;
	}
	.wide-calculator .btn{
		margin-top: 30px;

	} 
	.form-yellow .btn-success{
		font-size: 1rem;
	}
}
@media  screen and (max-width:1024px){
	.call-order .form-line input{
		font-size: 16px;
	}
	.call-order .form-line .btn{
		font-size: 14px;
	}
}
@media  screen and (max-width:992px){
	.modal {
		z-index: 2600;
	}
	.bg-grey{
		border-top: 1px solid #e9ecef;
		background: #f8f9fa;
	}

	.header-menu{
		display: none;
	}
	.header-info .container{
		margin-left: 0;
		margin-right: 0;
		max-width: 780px;
	}
	.show_hidden_number{
		background: #f8f9fa;
	}
	.show-menu .menu-block {
	  display: block !important;
	}

.show-menu .header-menu {
 	display: block;
  	box-sizing: border-box;
	position: fixed;
	z-index: 1500;
	width: 350px;
	top: 0;
	left: 0;
	padding: 0 10px;
	background-color: #fafafa;
	border-bottom: 1px solid #ececec;
	transition: transform .4s;
	overflow-y: auto;
	height: 100%;
	top: 0;
}

.header-menu .btn-outline-success:hover {
  background: #fedf00;
  border-color: #fedf00;
  color: #000;
}
.header-menu .sub-menu-link:hover .submenu {
  transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
  -moz-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
  -webkit-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
}

	.show-menu .header-menu .navbar-nav{
		display: flex;	
	}
	.show-menu .header-menu .submenu{
		margin-bottom: 30px;
	}
	.header-menu .submenu .threedvisuail{
		background: none;
		padding-left: 0 !important;
		height: auto;
	}
	.header-menu .submenu ul{
		padding: 0;
	}
	.header-menu .submenu-bg ul li a{
		font-size: 0.8rem;
	}
	.show-menu .overflow-bg{
		display: block;
	}


.menu-item-has-children:after {
  background: url(/wp-content/themes/my_template/images/icon/add.svg) no-repeat;
  -moz-background-size: 34px 22px;
  -o-background-size: 34px 22px;
  background-size: 34px 22px;
  content: '';
  position: absolute;
  top: 11px;
  left: -40px;
  width: 34px;
  display: none;
  height: 34px;
}

	.header-menu{

	}

	.show-menu a.coll-menu span:after, .show-menu a.coll-menu span:before{
		background: #fff;
	}
	.show-menu .submenu-2{
		padding-bottom: 40px !important;
	}
	.show-menu .navbar-collapse {
		display: block !important;
	}
	.mobile-show{
		display: block;

	}
	.lang-item-header{
	text-align: center;
		padding: 0px 0 10px;
		margin: 10px -22px;
		border-top:1px solid #ccc;
	}
	.mobile-show .header-langs{
		display: none;
	}
	.wide-calculator h4{
    font-size: 20px;
    padding: 16px 0 5px 0;
    margin-bottom: 0;
	}

	.wide-calculator p{
		font-size: 1rem;
	}
	.wide-calculator .btn {
    margin-top: 20px;
        font-size: 1rem;
	
	}
	.call-order .form-line input{
		margin-bottom: 20px;
	}
	.call-order .form-line .btn{
		width: 100%;
	}
	/***********************************************/
.header-menu .btn-outline-success {
 
  display: none;
    border-color: #fedf00;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.7);
}
.header-menu .mobile-btn {
  display: inline;
}

.header-menu .sub-menu-link .submenu {
  transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
  -moz-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
  -webkit-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.header-menu .submenu-title{
  background: #fff;
}
.header-menu .sub-menu-link .submenu{
  position: relative;
  margin-top: 6px;
  top:10px;
  display: none;
}
.header-menu .sub-menu-link .show-sub-menu{
	display: block;
}
.navbar-nav .nav-link{
	display: inline;
}
.header-menu .nav-item{
	padding: .5rem 1rem;
}
/***********************************************/
}
@media  screen and (max-width:768px){
	.header-text{
		display: none;
	}

	.lang-line{
		display: none;
	}
	.wide-calculator .row{
		background-size: cover;

	}
	.wide-calculator .btn{
		margin-bottom: 20px;
	}
	.calc-form-line input{
    margin-bottom: 20px;
	}
	.filt-cont{
		padding-left: 12px;
		overflow: hidden;
	}
}
@media  screen and (max-width:576px){
	.item-2{
		padding-bottom: 0;
	}
	.item-1{
		border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
    margin-bottom: 50px;
	}
	.workblock .item{
		margin: 0;
	}
	.workblock .workblock-info{
		padding: 30px 5px 22px 5px;
	}
	.main-carousel.owl-theme .owl-nav{
		top:24%;
	}

}
@media  screen and (max-width:425px){
.room-block{
	padding: 15px;
}
}
@media  screen and (max-width:390px){
	.coll-menu{
		z-index: 2001;
	}
	.show-menu a.coll-menu span:after, .show-menu a.coll-menu span:before{
		background: #333;
		
	}
}
@media  screen and (max-width:375px){
	.room-anchors li{
		padding: 18px 20px 18px 15px;
	}
}

