@font-face {
    font-family: 'Kinetika';
    src: url('../fonts/Kinetika/kinetika-black.eot');
    src: url('../fonts/Kinetika/kinetika-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Kinetika/kinetika-black.woff') format('woff'),
         url('../fonts/Kinetika/kinetika-black.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

*::-webkit-input-placeholder {
	opacity: .5;
}
*:-moz-placeholder {
	opacity: .5;
}
*::-moz-placeholder {
	opacity: .5;
}
*:-ms-input-placeholder {
	opacity: .5;
}
body {
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	background: #000;
	padding-top: 100px;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
}
header {
	border-bottom: 1px solid #464646;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #000;
}
.header-wrapper {
    max-width: 860px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    padding: 8px 15px;
}
.header__logo img {
    max-height: 40px;
    width: auto;
    margin-right: 100px;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    font-family: 'Oswald', sans-serif;
}
.header ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    transition: all .2s linear;
}
.header ul li.active a {
    color: #983588;
}
.social {
    text-align: center;
}
.social__title {
    text-transform: uppercase;
    font-weight: 700;
    color: #983588;
    font-size: 50px;
    line-height: 1.05;
    font-family: 'Kinetika', sans-serif;
    margin-top: 50px;
}
.social-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px -10px 20px;
}
.social-list__item-wrap {
    padding: 10px;
}
.social-list__item {
    padding: 10px;
    background: rgba(255,255,255,.2);
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    border-radius: 6px;
    text-decoration: none;
    transition: all .3s linear;
}
.social-list__item:hover {
    opacity: .8;
}
.social-list__icon {
    width: 40px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-list__text {
    color: #fff;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}
.donate {
    margin: 40px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.donate a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #983588;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 6px;
    padding: 10px 20px;
    padding: 15px 30px 18px;
    font-size: 20px;
}
.slider-wrapper {
	width: 100%;
	padding: 0 50px;
}
.main-slider {
	width: 860px;
	max-width: 100%;
	margin: 0 auto;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background-color: rgb(232, 232, 232);
	background-image: url(../img/right-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 9px;
	border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -45px;
	transform: rotate(180deg);
}
.owl-carousel .owl-nav button.owl-next {
	right: -45px;
}
.owl-dots {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
.owl-carousel button.owl-dot {
	background-color: #c7c7c7;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	transition: all .2s linear;
	margin: 10px 5px;
	border: 1px solid #fff;
}
.owl-carousel button.owl-dot:hover,
.owl-carousel button.owl-dot.active {
	background-color: #000;
}









