div.slider-main {
	width: 671px;
	height: 253px;
	border-radius: 4px;
	border: 1px solid #ddd;
	overflow: hidden;
}

#main-slider {
	width: 671px;
	height: 233px;
	border-bottom: 1px solid #ddd;
}

    #main-slider .swiper-slide {
		width: 671px;
		height: 233px;
		background: center top no-repeat;
        background-size: 100% 100%;
    }

        #main-slider .swiper-slide > a.slider-main-link {
            display: table;
            position: relative;
            height: 100%;
            width: 100%;
            color: #fc0;
        }

    #main-slider .slider-overlay {
        position: absolute;
        width: 100%;
        padding: 20px 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
    }

        #main-slider .slider-overlay * {
            font-family: 'Roboto Condensed', 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif;
        }

        #main-slider .slider-overlay .center h1, #main-slider .slider-overlay .center p {
            margin: 0 !important;
            padding: 0 0 10px 0 !important;
            color: #fc0;
        }

            #main-slider .slider-overlay .center h1:last-child, #main-slider .slider-overlay .center p:last-child {
                padding: 0 !important;
            }

            #main-slider .slider-overlay .center p a {
                font-size: 18px !important;
                color: #fff !important;
            }

                #main-slider .slider-overlay .center p a:hover, #main-slider .slider-overlay .center p a:focus {
                    text-decoration: underline !important;
                }

.slider-main-navigation {
	margin-top: -1px;
}

.swiper-pagination#main {
	width: 671px !important;
	margin: 4px 0 auto 0 !important;
}

    .swiper-pagination#main .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #0ad;
        margin: 0 6px 0 0;
        border-radius: 6px;
        opacity: 1 !important;
        transition: all linear 0.15s;
    }

        .swiper-pagination#main .swiper-pagination-bullet:last-child {
			margin: 0;
        }

        .swiper-pagination#main .swiper-pagination-bullet:hover {
            background: #069;
            transition: all linear 0.25s;
        }

    .swiper-pagination#main .swiper-pagination-bullet-active {
        background: #f60;
        transition: all linear 0.25s;
    }