.header__navigation ul, .header__other ul{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 15px;
}

.header__navigation li, .header__other li{
	margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}

.header__navigation a, .header__other a{
	font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #edeef1;
}
.mobile-number {
    display: none;
}
.header__navigation li a:hover, .header__other li a:hover{
    color: #ffae62;
}

.pll-parent-menu-item .sub-menu{
        top: 20px;
    position: absolute;
    display: block;
    left: 0px;
    display: none;
}

.pll-parent-menu-item{
    position: relative;
}

.pll-parent-menu-item:hover .sub-menu{
    display: block;
}

.footer__gallery a, .footer__about a{
    font-weight: 400;
    font-size: 14px;
    line-height: 33px;
    font-variant: small-caps;
    color: #fbfbfb;
}

.footer__gallery a:hover, .footer__about a:hover{
    color: #ffae62;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
.youtube .play {
    background: url('../img/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.youtube:hover .play {
    background-position: 0 0;
}

.gallery-video{
    height: 100%;
}

.gallery .container {
    height: 100%;
}
.gallery__wrapper {
    height: 100%;
	position: relative;
}
.tabcontent-video {
    height: 100%;
}
.tabcontent-video  iframe, .youtube {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.tabcontent-video iframe {
    height: 100%;
}
.tabcontent {
	height:760px
}
.slider1 {
    top: 50px;
	position: static;
}
.tabcontent {
    width: 100%;
	height: 100%;
}
.construction {
	height: 100%;
    width: 100%;
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.construction-item {
    margin: 0 15px;
    width: calc((100%/3) - 30px);
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.construction-item.youtube{
    margin: 0 15px;
    width: calc((100%/2) - 30px);
    margin-bottom: 30px;
    min-height: 460px;
}

.construction-item.youtube iframe{
    width: 100%;
}

.construction-item__title {
    text-align:center;
    font-size: 18px;
    margin-top: 20px;
}
.construction-item .swiper-slide {
    width: 100%;
    height: 300px;
}
.pll-parent-menu-item:hover .sub-menu {
	background:#1f1f1f;
}
.mobile-number svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.flats__wrapper {
    position: relative;
}
@media all and (max-width: 1100px) {
	.pll-parent-menu-item .sub-menu {
		top: 37px;
	}
    .mobile-number {
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media all and (max-width: 1000px) {
    .construction-item  {
        width: calc((100%/2) - 30px);
    }
    .gallery {
        height: 100%;
    }
    .slider1 {
        position: static;
    }
    .fancybox-content a img{
            width: 100%;

    }
}
@media (max-width: 768px){
    .footer__main ul li a {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media all and (max-width: 650px) {
	.construction  {
		margin: 0;
	}
    .construction-item  {
        width:100%;
        margin: 0;
        margin-bottom: 15px;
    }

     .construction-item.youtube {
        width:100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .construction iframe{
            height: 460px;
    }
}




.construction iframe{
    min-height: 460px;
}

.fancybox-slide a{
    width: auto !important;
}
.fancybox-content{
    background:none;
}

.header__wrapper {
    position: relative;
}
.social-block {
    position: absolute;
    top: calc(100% + 50px);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.social-block a {
    margin-right: 10px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
    height: 32px;
    background:#1f1f1f;
    transition: .3s linear;
}
.social-block a svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}
.social-block a:hover {
    background: #ffae62;
}

.construction-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.__page_wrapper__ {
    overflow: hidden;
}