[class^=swiper-button-] {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden
}

.swiper-container.nav-slider {
    width: 6rem;
    padding-left: 1px
}

.swiper-container.nav-slider .swiper-slide {
    cursor: pointer;
    opacity: .4
}

.swiper-container.nav-slider .swiper-slide:not(.swiper-slide-active) {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1
}

.swiper-container.nav-slider .swiper-slide .content {
    width: 100%
}

.swiper-container.nav-slider .swiper-slide .content .title {
    font-size: 20px
}

.swiper-slide .entity-img {
    display: none
}

[class^=swiper-button-] {
    width: 44px;
    opacity: 0;
    visibility: hidden
}

.swiper-button-prev {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px)
}

.swiper-button-next {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

/*@media (min-width: 1200px) {
	.icon-tour {
		width: 128px;
		height: 128px;
		background: url("http://www.klyazma-resorts.ru/hce-app-static/img/360-ico.png")
	}
}

@media (min-width: 992px)  {
	.icon-tour {
		width: 100px;
		height: 100px;
		background: url("http://www.klyazma-resorts.ru/hce-app-static/img/360-ico.png")
	}
}

@media (min-width: 768px)  {
	.icon-tour {
		width: 80px;
		height: 80px;
		background: url("http://www.klyazma-resorts.ru/hce-app-static/img/360-ico.png")
	}
}*/

@media (min-width: 480px)  {
	
	.header__links-container {

		position: relative;
    	text-align: left;
	}

	.icon-tour {
	    width: 34px;
	    height: 21px;
	    background: url(https://www.klyazma-resorts.ru/hce-app-static/img/360-ico.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: 100%;
	    margin-right: .825rem;
	    display: inline-block;
	    margin-left: 18px;
	    top: 4px;
	    position: relative;
	}

	.links__inline {

		display: inline-block !important;
	}
}

@media (min-width: 992px)  {
	.icon-tour {
	    width: 34px;
	    height: 21px;
	    background: url(https://www.klyazma-resorts.ru/hce-app-static/img/360-ico.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: 100%;
	   	margin-right: .825rem;
	    display: inline-block;
	    margin-left: 0px;
	    top: 4px;
	    position: relative;
	}
}

@media (min-width: 1065px)  {
	.icon-tour {
	    width: 34px;
	    height: 21px;
	    background: url(https://www.klyazma-resorts.ru/hce-app-static/img/360-ico.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: 100%;
	   	margin-right: .825rem;
	    display: inline-block;
	    margin-left: 10px;
	    top: 4px;
	    position: relative;
	}
}