
	.atom_carousel{display:flex; position:relative; width:100%; height:100%; background:#000000; overflow:hidden;}
		.atom_carousel #carousel{width:100%; height:100%; display:flex; align-items: center;}

		.atom_carousel .carousel-indicators{bottom:33px;}
			.atom_carousel .carousel-indicators li{width:40px; height:1px; margin-left:9px; margin-right:9px;}

		.atom_carousel .carousel-inner{width:100%; height:100%;}
			.atom_carousel .carousel-item{width:100%; height:100%;}

		.carousel-indicators .active{ background-color: #00aaee; }

		.logo{position:absolute; top:48px; width:100%; height:40px; background:url(../../../_tpl/img/logo2.png) 50% 0/contain no-repeat;}
		.img1{background:url(../../../_tpl/img/background1.jpg) 50% 50%/cover no-repeat;}
		.img2{background:url(../../../_tpl/img/background3.jpg) 50% 50%/cover no-repeat;}
		.img3{background:url(../../../_tpl/img/background4.jpg) 50% 50%/cover no-repeat;}

		.link_to_my{position:absolute; top:44px; left:100px; width:auto; height:auto;}
		.link_to_store{position:absolute; top:44px; right:100px; width:auto; height:auto;}
			.link_to_my a, .link_to_store a{display: block; font-size:15px; color:rgba(255,255,255,0.6); font-family: MontserratMedium; letter-spacing: 0.15em;}
			.link_to_my a:hover, .link_to_store a:hover{color:rgba(255,255,255,1);}

		.lozung{position:absolute; left:0; bottom:59px; width:100%; height:auto; text-align: center; text-transform: uppercase;}
			.lozung p{display: block; font-size:12px; color:#b5b5b5; font-family: ProximaNova; letter-spacing: 0.1em;}

	/* ipad */
	@media only screen
	and (min-device-width : 768px)
	and (max-device-width : 1024px)
	and (orientation : portrait)
	and (-webkit-min-device-pixel-ratio: 2){

		.link_to_my{left:30px;}
		.link_to_store{right:30px;}

	}

	/* Экстрамалые девайсы («портретные телефоны», < 576px) */
	@media (max-width: 575.98px) {

		.atom_carousel .carousel-indicators{bottom:27px;}

		/*.atom_carousel #carousel{width:200%; height:100%; display:flex; align-items: center; margin: 0 0 0 0;}*/

		.img1{background-size:cover;}
		.img2{background-size:cover;}
		.img3{background-size:cover;}

		.link_to_my{top:110px; left:85px;}
		.link_to_store{top:110px; right:85px;}

		.lozung{bottom:49px;}

	}

	/* iphone x */
	@media only screen
	and (min-device-width : 375px)
	and (max-device-width : 812px)
	and (-webkit-device-pixel-ratio : 3)
	and (orientation : portrait){

		.atom_carousel .carousel-indicators{bottom:27px;}

		.img1{background-size:cover;}
		.img2{background-size:cover;}
		.img3{background-size:cover;}

		.link_to_my{top:110px; left:120px;}
		.link_to_store{top:110px; right:120px;}

		.lozung{bottom:49px;}

	}

