/* animations */
.tada { animation: tada_3399 2s linear infinite; transform-origin: 50% 50%; } 
@keyframes tada_3399 { 0% { transform: scale(1) } 7.69231% { transform:scale(.9) rotate(-8deg) } 15.38462% { transform:scale(.9) rotate(-8deg) } 23.07692% { transform:scale(1.3) rotate(8deg) } 30.76923% { transform:scale(1.3) rotate(-8deg) } 38.46154% { transform:scale(1.3) rotate(8deg) } 46.15385% { transform:scale(1.3) rotate(-8deg) } 53.84615% { transform:scale(1.3) rotate(8deg) } 61.53846% { transform:scale(1) rotate(0) } 100% { transform:scale(1) rotate(0) } }
/* /animations */

.mainbannerblock, .bannerslide { 
	position: relative;
	padding: 0;
    z-index: 3;
}
.mainbanners .col-sm-6, .mainbanners .col-sm-12 { padding: 0; }
.custom_antimainwide {
    font-size: 18px;
    text-align: center;
}
.bannerblock.container._left, .bannerblock.container._right {
    width: 50%;
    float: left;
}
.bannerblock.container._left .col-sm-6.bannerslide, .bannerblock.container._right .col-sm-6.bannerslide {
    width: 100%;
	margin-bottom: 0px;
}
.mainbannerblock.container.wideantilopa {
    width: 100%;
}
.banner4 img { width: 100%; }
.mainbannerblock.nm.container {
    width: 100%;
}
.col-sm-12.bannerTitle {
    display: none;
}

.col-sm-8.bannerslide {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-left: 250px;
    padding-right: 250px;
    margin-bottom: 70px;
    margin-top: 40px;
}
@media all and (max-width: 768px) {
	.col-sm-8.bannerslide {
	padding-left: 0px !important;
    padding-right: 0px !important;
	}
	.bannerblock.container._left, .bannerblock.container._right {
		width: 100% !important;
	}
}
.mainbanners .col-sm-12 {
	padding: 0;
}
.mainbannerblock { margin-top: 25px; margin-bottom: 30px; }
/* .bannerslide { margin-bottom: 25px; } */
.mainbannerblock.nm { margin-bottom: 0; }
@media all and (max-width: 768px) {
	.mainbannerblock { 
		margin-bottom: 0;
	}
}
.bannerTitle {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
	position: relative;
	overflow: hidden;
}
.bannerTitle .btitle {
    float: left;
    background: #fff;
    padding-right: 25px;
	position: relative;
	z-index: 1;
}
.bannerTitle .bline {
    border-bottom: 1px solid #c7c7c7;
    position: absolute;
    left: 25px;
    right: 15px;
    z-index: 0;
    bottom: 7px;
}
.banner a, .banner .img {
    display: block;
	position: relative;
	text-align: center;
	/* overflow: hidden; */
}
.banner .img { 
	overflow: hidden;
}
.banner1 img { 
	width: 100%;
}
.banner1.banner.mobile {
    display: none;
}
.banner1 .swiper-button-next {
    right: 30px;
    background-color: #fff;
    width: 128px;
    height: 128px;
    bottom: 0;
    top: auto;
	background-size: 18px;
	transition: all .1s ease-in;
}
.banner1 .swiper-button-prev {
    right: 158px;
    background-color: #fff;
    width: 128px;
    height: 128px;
    bottom: 0;
    top: auto;
    left: auto;
	background-size: 18px;
	transition: all .1s ease-in;
}
.banner1 .swiper-button-next:hover, .banner1 .swiper-button-prev:hover {
	background-size: 24px;
}
.banner1 .swiper-button-prev::before {
    content: " ";
    right: 0;
    top: calc((100% - 45%) / 2);
    height: 45%;
    width: 1.5px;
    background: #b7b7b7;
    z-index: 5000;
    position: absolute;
}
.banner1 .swiper-pagination {
    bottom: -30px;
}
@media all and (max-width: 1200px) {
	.banner1 img { 
		width:100%;
	}
}
@media all and (max-width: 780px) {
	.banner1.banner.mobile {
		display: block;
		max-width: 100%;
		margin-bottom: 7px;
	}
	.banner1.banner {display: none;}
}
.banner img { 
	margin: 0 auto;
	transition: transform .25s linear;
}
a.ny20 {
    position: absolute;
    width: 266px;
    height: 231px;
    top: 53%;
    left: calc(41% - 100px);
	z-index: 5;
}

a.ny15 {
    position: absolute;
    width: 266px;
    height: 231px;
    top: 53%;
    left: calc(59% - 100px);
	z-index: 5;
}
@media (max-width: 1440px) {
	.ny20 img, .ny15 img {
		max-width: 70%;
	}
}
@media (max-width: 1000px) {
	.ny20 img, .ny15 img {
		max-width: 55%;
	}
}

.banner .img.scale:hover img {
	transform: scale(1.02);
}
.bannerbtn:hover {
	transform: scale(1.05);
}
.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.banner .bannertitle {
    display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000;
	font-weight: bold;
}
.banner .bannerdesc {
    display: block;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    font-size: 16px;
}
.bannerbtn {
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    background: #005baa;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    max-width: 375px;
    margin-top: 10px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease-in;
}
.bannerbtn:hover {
	background: #f36f21;
	color: #ffffff;
	animation: 0;
}
@media (max-width: 780px) {
	.banner7 .bannertitle {font-size: 30px !important;}
	.bannerbtn { font-size: 13px;}
}
.bnbtn .bannertitle { margin-top: 0; }

/* banners1 */
.banner1 .bannerbtn {
    position: absolute;
    top: 44%;
    width: 200px;
    left: calc(50% - 100px);
}


/* /banners1 */

/* banners7 */
.banner7block {
    position: absolute;
    top: 65px;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    padding: 32px 22px;
}
.banner7 .img.scale {
    width: 100%;
    height: 320px;
    background: url(/images/antilopamain/bgnew.jpg);
}
.banner7 img { width: 100%; }
.banner7 .bannertitle {
    font-weight: normal;
    margin-top: 0;
    font-size: 45px;
    text-transform: none;
    letter-spacing: 0.1em;
}
.banner7 .bannerdesc {
    letter-spacing: 0.1em;
    font-size: 15px;
    margin-top: 15px;
	line-height: 20px;
}
.banner7 .bannerdesc span { display: block; }
.banner7 strong {
    margin: 18px 0;
	font-weight: bold;
    display: block;
}
/* /banners7 */