.sign-slider{
    transition: .25s;
}
.signmarker{
	margin-left: -20px;
	margin-top: -20px;
	cursor: pointer;
}
.markericon{
	cursor: pointer;
}
.sign-slider .swiper-button-next:after, .sign-slider .swiper-button-prev:after{
    display: none;
}

.sign-slider .swiper-button-next path, .sign-slider .swiper-button-prev path{
    transition: .25s;
}

.sign-slider .swiper-button-next, .sign-slider .swiper-button-prev{
    background: rgba(51, 51, 51, 0.5);
    border-radius: 50%;
    top: 42px;
    margin-top: 0;
    width: 36px;
    height: 36px;
    transition: .25s;
}

.active-right {
    padding-right: 56px;
}

.active-left {
    padding-left: 56px;
}

.active-right:before{
    content: '';
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
}

.active-left:after{
    content: '';
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
}

.sign-slider .swiper-button-next.swiper-button-disabled{
    opacity: 0;
    pointer-events: none;
}

.sign-slider .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
    pointer-events: none;
}

.sign-slider .swiper-button-next:hover, .sign-slider .swiper-button-prev:hover{
    background: #333333;
}

.sign-slider .swiper-button-next{
    right: 0;
}

.sign-slider .swiper-button-prev{
    left: 0;
}

.sign-item__pic{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: 120px;
    margin-bottom: 12px;
}

.sign-item__pic img{
    /*height: 100%;
    object-fit: cover;
    height: auto;
    object-fit: fill;*/
    width: 100%;
 	border-radius: 12px!important;
    height: 100%!important;
    object-fit: cover!important;
}

.sign-item__title{
    font-size: 14px;
    font-weight: 600;
//height:33px;
    line-height: 20px;
    margin-bottom: 8px;
}
.swiper-slide.sign-item {
    min-height: 275px;
}
.sign-item__content{
    margin-bottom: 12px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px;
    max-height: 66px;
    height: 100%;
    transition: .25s;
}

.sign-item__content-block {
	width: 94px;
}

.sign-item:first-child .sign-item__content, .sign-item:last-child .sign-item__content{
    -webkit-line-clamp: 2;
    max-height: 44px;
    height: 46px;
}

.sign-item:nth-child(3) .sign-item__content{
    -webkit-line-clamp: 2;
    max-height: 46px;
    //height: 46px;
}

@media screen and (max-width: 1559px){
	.sign-item:nth-child(3) .sign-item__content{
		-webkit-line-clamp: 1;
		/*max-height: 26px;
		height: 26px;*/
	}
}
@media screen and (max-width: 1399px){
	.sign-item:nth-child(3) .sign-item__content{
		-webkit-line-clamp: 2;
		max-height: 46px;
		height: 46px;
	}
}
@media screen and (max-width: 1299px){
	.sign-item:nth-child(3) .sign-item__content{
		-webkit-line-clamp: 1;
		/*max-height: 26px;
		height: 26px;*/
	}
}
@media screen and (max-width: 767px){
	.sign-item:nth-child(3) .sign-item__content{
		-webkit-line-clamp: 2;
		max-height: 46px;
		height: 46px;
	}
}

@media screen and (max-width: 560px){
	.sign-item:nth-child(3) .sign-item__content{
		/*-webkit-line-clamp: 1;
		max-height: 26px;
		height: 26px;*/
	}
}
@media screen and (max-width: 429px){
	.sign-item:nth-child(3) .sign-item__content{
		-webkit-line-clamp: 2;
		max-height: 46px;
		height: 46px;
	}
}

@media screen and (max-width: 373px){
	.sign-item:nth-child(3) .sign-item__content{
		-webkit-line-clamp: 1;
		/*max-height: 26px;
		height: 26px;*/
	}
}
@media screen and (max-width: 340px){
	.sign-item:nth-child(3) .sign-item__content{
		-webkit-line-clamp: 0;
		/*max-height: 6px;
		height: 6px;*/
	}
}


.sign-item.active .sign-item__arrow{
    height: 0;
    opacity: 0;
}

.sign-item.active .sign-item__content{
    height: auto;
    max-height: 100%;
    -webkit-line-clamp: inherit
}

.sign-item__arrow svg path{
    transition: .25s;
}

.sign-item__arrow{
    background: #F5F5F5;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
}

.sign-item__arrow:hover{
    background: #FFF3D5;
    cursor: pointer;
}

.sign-item__arrow:hover svg path{
    fill: #F5B51B;
}

.gost{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    background: #333333;
    border-radius: 12px;
    padding: 16px;
    font-weight: 600;
    color: white;
    font-size: 18px;
    line-height: 24px;
}

.gost img{
    margin-right: 12px;
}

.bottom-right .sign-dot__modal{
    top: 100%;
    left: -10px;
}

.bottom-left .sign-dot__modal{
    top: 100%;
    right: -10px;
    left: auto;
}

.top-right .sign-dot__modal, .top-left .sign-dot__modal{
    transform: translateY(0px) !important;
}
.top-right.active .sign-dot__modal, .top-left.active .sign-dot__modal{
    transform: translateY(-10px) !important;
}

.top-right .sign-dot__modal{
    bottom: 100%;
    top: auto;
    left: -10px;
}

.top-left .sign-dot__modal{
    bottom: 100%;
    top: auto;
    left: auto;
    right: -10px;
}

.sign-block{
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 48px;
}

.sign-block__item{
    flex-basis: calc(50% - 28px);
    position: relative;
}

.sign-dot.active{
    z-index: 3;
}

.sign-dot.active .sign-dot__modal{
    transform: translateY(10px);
    pointer-events: auto;
    opacity: 1;
    height: auto;
}

.sign-dot__vote{
    margin-bottom: 12px;
}

.sign-dot__vote-item{
    display: flex;
    align-items: center;
    position: relative;
}

.sign-dot__vote-item:hover .sign-dot__vote-element{
    background: #F5F5F5;
}

.sign-dot__vote-item:hover .sign-dot__vote-icon{
    background: white;
}

.sign-dot__vote-item:hover .sign-dot__vote-circle{
    border-color: #F5B51B;
}

.sign-dot__vote-item input:checked + .sign-dot__vote-element{
    background: #F5F5F5;
}

.sign-dot__vote-item input:checked + .sign-dot__vote-element .sign-dot__vote-icon{
    background: white;
}

.sign-dot__vote-item input:checked + .sign-dot__vote-element .sign-dot__vote-circle{
    border-color: #F5B51B;
}

.sign-dot__vote-item input:checked + .sign-dot__vote-element .sign-dot__vote-circle:before{
    width: 12px;
    height: 12px;
}

.sign-dot__vote-item input{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.sign-dot__vote-element{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    transition: .25s;
    border-radius: 4px;
    width: 100%;
}

.sign-dot__vote-icon{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    border-radius: 4px;
    transition: .25s;
}

.sign-dot__vote-circle{
    border: 1px solid #7A7A7A;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    flex-shrink: 0;
    transition: .25s;
}

.sign-dot__vote-circle:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    transition: .25s;
    border-radius: 50%;
    background: #F5B51B;
}

.sign-dot__vote-left{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-dot__modal{
    position: absolute;
    top: 100%;
    width: 330px;
    background: white;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0,0,0,.12);
    border-radius: 16px;
    opacity: 0;
    pointer-events: none;
    transition: .25s;
    height: 0;
    overflow: hidden;
}

.sign-dot__modal-film{
    width: 592px;
}

.sign-film__tab-one{
    width: 136px;
}

.sign-film__tab-two{
    width: 240px;
}

.sign-film__tab-three{
    width: 173px;
}

.sign-film__tab-four{
    width: 100px;
}

.sign-film__tab-five{
    width: 221px;
}

.sign-film__tabs .swiper-slide{
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    background: #F0F0F0;
    border-radius: 29px;
    transition: .25s;
}

.sign-film__tabs .swiper-slide:hover{
    background: #D6D6D6;
    cursor: pointer;
}

.sign-film__tabs .swiper-slide.swiper-slide-thumb-active{
    background: #F5B51B;
}

.sign-film__content{
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #F5F5F5;
}

.swiper-slide-shadow{
    background: white !important;
}

.sign-film__content .swiper-slide{
    background: white !important;
}

.sign-dot__modal-pic {
    height: 181px;
    width: 322px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-dot__modal-pic img{
    max-width: 100%;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.sign-dot__modal-content{
    padding: 16px;
}

.sign-dot__modal-title{
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 12px;
}

.sign-dot__modal-description{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.sign-dot__modal-label{
    color: #818181;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
}

.sign-dots{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sign-dot{
    position: absolute;
	z-index: 2;
}

.sign-dot.sign-dot__pulse .sign-dot__icon {
    animation: dotPulse 0.75s infinite ease-in-out .25s;
}

.sign-dot.sign-dot__pulse:hover .sign-dot__icon{
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
}

.sign-dot.sign-dot__pulse:hover .sign-dot__icon {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@keyframes dotPulse{
    from {width: 40px;height: 40px;}
    50% {width: 44px;height: 44px;margin-top: -2px;margin-left: -2px;}
    to {width: 40px;height: 40px;}
}

.sign-dot:hover .sign-dot__icon{
    width: 48px;
    height: 48px;
    margin-top: -4px;
    margin-left: -4px;
}

.sign-dot.active:hover .sign-dot__icon{
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-left: 0px;
}

.sign-dot.active .sign-dot__icon{
    background: white;
    border: 11px solid #F5B51B;
}

.sign-dot__icon{
    width: 40px;
    height: 40px;
    background: #F5B51B;
    border-radius: 50%;
    border: 11px solid white;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.12);
    transition: .25s;
    cursor: pointer;
}

.sign-weather{
    position: absolute;
    top: 6%;
    left: 66.5%;
    display: flex;
}





.sign-weather__item{
    margin-left: -15px;
    z-index: 1;
}

.sign-dot_icon-abs{
    position: absolute;
    opacity: 0;
    transition: .25s;
}

.sign-dot_icon-rev{
    transition: .25s;
}

.sign-weather__item_icon:hover{
    z-index: 2;
    cursor: pointer;
}

.sign-weather__item_icon:hover .sign-dot_icon-rev{
    opacity: 0;
}

.sign-weather__item_icon:hover .sign-dot_icon-abs{
    opacity: 1;
}

.sign-weather__item_icon{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.12);
    border-radius: 56px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-weather__item_icon img{
    width: 40px;
    height: 40px;
}

.sign-weather__item_icon.active .sign-weather__modal{
    transform: translateY(10px);
    pointer-events: auto;
    opacity: 1;
}

.sign-weather__item.active .sign-weather__item_icon{
    z-index: 2;
}

.sign-weather__item.active{
    z-index: 2;
}




.sign-weather__modal{
    position: absolute;
    top: 100%;
    left: -10px;
    background: white;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    opacity: 0;
    pointer-events: none;
    transition: .25s;
}

.close-modal{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: #000000;
    opacity: 0.5;
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: .25s;
}

.sign-weather__content{
    padding: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.close-modal:hover{
    opacity: 1;
    cursor: pointer;
}

.sign-dot__modal_video{
   /// height: 181px;
    width: 322px;
}

.sign-dot__modal_video video{
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

.sign-compound__desktop{
    position: absolute;
    width: 41%;
    top: 66%;
    left: 29%;
}

.sign-compound__desktop .sign-dot{
    transform: translate(-50%, -50%);
}

.sign-compound__line{
    width: 100%;
    height: 2px;
    background: black;
}

.sign-compound__circle{
    position: absolute;
    border: 2px solid #000000;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.12);
    background: #FFFFFF;
    width: 12px;
    border-radius: 50%;
    height: 12px;
    top: -5px;

}

.sign-compound__circle-left{
    left: 0;
}

.sign-compound__circle-right{
    right: 0;
}

.sign-compound__mobile{
    display: none;
}

.no-hidden{
    overflow: hidden;
}

.sign-film__tabs{
    position: relative;
    margin-right: 20px;
}
.sign-film__tabs .swiper-button-next.swiper-button-disabled{
    opacity: 0;
    pointer-events: none;
}
.sign-film__tabs .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
    pointer-events: none;
}
.sign-film__tabs .swiper-button-next:before{
    content: '';
    position: absolute;
    right: 0;
    width: 115px;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.sign-film__tabs .swiper-button-prev:before{
    content: '';
    position: absolute;
    left: 0;
    width: 115px;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.markericon_body-close {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.icon{
    border-radius: 35px;
    right: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
    z-index: 1;
}

.icon:hover{
    background: #F5F5F5;
}

.sign-film__tabs .swiper-button-next{
    right: 0;
    top: 0;
    margin-top: 0;
    width: 36px;
    transition: .25s;
    height: 36px;
    opacity: 1;
    visibility: visible;
}

.sign-film__tabs .swiper-button-prev{
    left: 0;
    top: 0;
    margin-top: 0;
    width: 36px;
    transition: .25s;
    height: 36px;
    opacity: 1;
    visibility: visible;
}

.sign-film__tabs .swiper-button-next:after{
    display: none !important;
}

.sign-film__tabs .swiper-button-prev:after{
    display: none !important;
}

.sign-film__block{
    display: flex;
    align-items: flex-start;
}

.sign-film__circle{
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-basis: 64px;
    margin-right: 20px;
}

.blue-text{
    color: #337AB8;
}

.sign-film__line{
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 20px;
}

.ml-8{
    margin-left: 8px;
}

.bold-text{
    font-weight: 600;
}

.sign-text{
    margin-bottom: 24px;
}

.sign-text__title{
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 6px;
}

.sign-text__description{
    font-size: 12px;
    line-height: 20px;
}

.sign-video{
    position: absolute;
    top: 40%;
    right: 5.2%;
    width: 12%;
    height: 12%;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
}

.sign-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*@media(min-width: 1400px)  {
    .content-sign .container{
        max-width: 1340px;
    }
}*/

 .content-sign{
        border-radius: 0px;

    }

   


@media(min-width: 1200px)  {
    .content-sign .container{
        max-width: 100%;
    }
}

@media(max-width: 1400px)  {
    .sign-video{
        right: 4.2%;
    }
}

@media(max-width: 767px)  {

	.bottom-right .sign-dot__modal, .bottom-left .sign-dot__modal{
	    
	    top: 80px;
	    left: calc((100vw - 330px)/2);
 	    top: 150px;
	    max-height: calc(100vh - 150px); 
	}


	.sign-dot.active .markericon{
	   z-index:0;
	}

    .sign-dot__modal-film{
        width: 330px;
    }
    .sign-film__tabs .swiper-button-prev, .sign-film__tabs .swiper-button-next{
        display: none;
    }
    .sign-dot__modal{
        position: fixed;
        transition: 0s;
    }
    .sign-compound__line{
        width: 2px;
        height: 100%;
        position: relative;
    }
    .sign-compound__mobile .sign-dot{
        margin-left: -20px;
    }
    .sign-compound__mobile{
        display: block;
        position: absolute;
        left: 12%;
        height: 48%;
        top: 36%;
    }
    .sign-compound__circle-left{
        top: -4px;
        left: 74px;
    }
    .sign-compound__circle-right{
        bottom: -5px;
        left: 59px;
        top: auto;
        right: auto;
    }
    .sign-compound__desktop{
        display: none;
    }
    .sign-compound__line:before{
        content: '';
        width: 82px;
        top: 0;
        left: 0;
        height: 2px;
        background: black;
        position: absolute;
    }
    .sign-compound__line:after{
        content: '';
        width: 72px;
        bottom: 0;
        left: 0;
        height: 2px;
        background: black;
        position: absolute;
    }
    .sign-block{
        flex-direction: column;
    }
    .sign-weather__modal{
        left: auto;
        right: 0;
    }
}

@media(max-width: 560px)  {
    .active-right:before, .active-left:after{
        display: none !important;
    }
    .sign-slider{
        margin-right: -10px;
        padding: 0 130px 0 0 !important;
    }
    .sign-block__item{
        margin: 0 -32px;
    }
    .sign-block__item:first-child{
        margin-bottom: 20px;
    }
    .sign-film__circle{
        display: none;
    }
}
@media(max-width: 350px)  {
    .sign-weather__modal, .sign-dot__modal-film, .sign-dot__modal{
        width: 320px;
    }
}


.sign-dot img.sign-dot__icon{
    background: transparent !important;
}
.pulse::before {
  content: '';
  position: absolute;
   opacity: 0;
      border: 5px solid #D6D6D6;
      left: -5px;
      right: -5px;
      top: -5px;
      bottom: -5px;

  opacity: 0;
  
  border-radius: 50%;

    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.12);
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;


}

.pulse:hover::before {

  opacity: 0;
  animation: none;
}

@keyframes pulse {
  0% {
      opacity: 0;
          border: 5px solid #D6D6D6;
      left: -5px;
      right: -5px;
      top: -5px;
      bottom: -5px;

  }

  40% {
        border: 10px solid #D6D6D6;
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
        opacity: 1;
    
  }
  80% {
    opacity: 0;
      border: 5px solid #D6D6D6;
      left: -5px;
      right: -5px;
      top: -5px;
      bottom: -5px;

    
  }
  100% {
    opacity: 0;
        border: 5px solid #D6D6D6;
      left: -5px;
      right: -5px;
      top: -5px;
      bottom: -5px;

    
  }
}



.sign-dot__animation_border:before{
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #D6D6D6;
    animation: dot-animation-border 2s infinite linear;
}

.sign-dot__animation_border .sign-dot__icon{
    position: relative;
    z-index: 1;
}

.sign-dot__animation_border.active:before{
    opacity: 0;
}

@keyframes dot-animation-border {
    0%{
        width: 40px;
        height: 40px;
 	opacity: 0;
   	top: 0px;
        left: 0px;
    }
    50%{
        width: 50px;
        height: 50px;
        top: -5px;
        left: -5px;
        opacity: 1;
    }
    100%{
        width: 60px;
        height: 60px;
        top: -10px;
        left: -10px;
        opacity: 0;
    }
   
}


.sign-block img {
    width: 100%;
    border: 0;
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

.sign-block .swiper-button-lock {
    display: none;
}