

/* logo */

.logo-wrp {
	margin-bottom: 5px;
	display: flex;
	justify-content: flex-start;
}

.logo {
	background: rgba(0, 0, 0, 0.75);
	padding: 12px;
	transform-origin: left bottom;
	display: inline-block;
	position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 5px;
}

.main__container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

/* Заголовок */

.main__title-wrp,
.btn__add_server-wrp,
.btn__fav-wrp {
	display: inline-flex;
	flex-shrink: 0;
}

.main__title-wrp:before,
.btn__add_server-wrp:before,
.btn__fav-wrp:before {
    border-bottom: 49px solid rgba(255,255,255,.99);
    border-left: 20px solid transparent;
    display: inline-block;
    content: "";
    z-index: -1;
    position: relative;
    top: 1px;
}

.main__title-wrp:after,
.btn__add_server-wrp:after,
.btn__fav-wrp:after {
    border-bottom: 49px solid rgba(255,255,255,.99);
    border-right: 20px solid transparent;
    display: inline-block;
    content: "";
    z-index: -1;
    top: 1px;
}

.main__title {
		background-color: #fcfcfc;
		text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    color: #333;
    min-height: 50px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.btn__add_server,
.btn__fav {
		background-color: #E22713;
		text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    min-height: 50px;
    line-height: 50px;
    font-weight: 700;
    z-index: 4;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 14px;
    transition: .2s all;
}

.btn__add_server-wrp {
	z-index: 5;
	margin-right: -25px;
}

.btn__add_server-wrp:hover {
	text-decoration: none;
	filter: brightness(120%);
}

.btn__add_server-wrp:before,
.btn__add_server-wrp:after {
    border-bottom: 49px solid #E22713;
}

.btn__fav {
		background-color: rgba(21,20,26,.8);
		font-size: 12px;
}

.btn__fav:hover {
	text-decoration: none;
	background-color: rgba(21,20,26,.8);
}

.btn__fav-wrp:before,
.btn__fav-wrp:after {
    border-bottom: 49px solid rgba(21,20,26,.8);
    transition: .2s all;
}

.btn__fav-wrp:hover .btn__fav {
	background-color: rgba(21,20,26,.99);
}
.btn__fav-wrp:hover:before,
.btn__fav-wrp:hover:after {
    border-bottom: 49px solid rgba(21,20,26,.99);
}

.btns-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

/* Контакты внизу*/

.footer__contacts {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.footer__contacts a {
	color: #fff;
	text-decoration: underline;
	transition: .1s all;
}

.footer__contacts a:hover {
	text-decoration: none;
	    color: #2879c6;
}

.adv__link {
	display: inline-block;
}



.footer__contacts span {
	display: inline-block;
	margin-right:  20px;
}

.icq_wrp {
	background: url(../images/ico-icq.jpg) no-repeat left center;
	height: 28px;
	line-height: 28px;
	padding-left: 32px;
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 400;
}

.skype_wrp {
	background: url(../images/ico-skype.jpg) no-repeat left center;
	height: 28px;
	line-height: 28px;
	padding-left: 32px;
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 400;
}

.footer_copy {
	text-align: left;
  color: #fff;
  font-size: 12px;
  font-family: 'Open sans';
  font-weight: 400;
  margin-top: 20px;
}

.footer_copy a {
	color: #fff;
	transition: .1s all;
}

.footer_copy a:hover {
		text-decoration: none;
	    color: #2879c6;
}






/* other */

.d-ib {
	display: inline-block;
}

.static__contacts {
		padding: 0 40px;
}

.static__contacts .skype_wrp a{
	color: #000;
	text-decoration: none;
	transition: .1s all;
}

.static__contacts .skype_wrp a:hover {
    text-decoration: underline;
    color: #2879c6;
}

.berrors a {
	text-decoration: underline;
}

.berrors a:hover {
	text-decoration: none;
}

/* Добавить сервер */

.serv-info__container {
	max-width: 100%;
	width: 100%;
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px dashed #b8b8b8;
	margin-bottom: 10px;
	
}

.serv-info__container input {
    height: 40px;
    line-height: 38px;
    border: 1px solid #a59381;
    background: #fff;
    color: #555;
    box-sizing: border-box;
    font-size: 14px;
    /*font-family: 'PT Sans',sans-serif;*/
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
    width: 260px;
    border-radius: 4px;
    padding-left: 19px;
}

.serv-info__container textarea,
.serv-info__container select {
    border: 1px solid #a59381;
    background: #fff;
    color: #555;
	 box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
    width: 260px;
    border-radius: 4px;
}

.input_wrapper_name {
  display: inline-block;
	width: 40%;
	top: auto;
	font-weight: bold;
}

.input_wrapper_name i {
	color: red;
}

.input_wrapper_select {
    width: 260px;
    margin: 0;
}

.serv-info__container .chosen-container-single .chosen-single {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
	height: 40px;
    line-height: 38px;
    border: 1px solid #a59381;
    background: #fff;
    color: #555;
    border-radius: 4px;
}

.serv-info__desc {
	font-size: 12px;
}

.l2b__add-submit {
	font-size: 14px;
    padding: 8px 30px;
    border: 2px solid  #333;
    color: #333;
    border-radius: 5px;
    background-color: #fff;
    transition: .2s all;
    cursor: pointer;
}

.l2b__add-submit:hover {
color: #fff;
background-color: #333;
}

/* Календарь */

#xf_date {
	display: block !important;
	margin-bottom: 10px;
}

.add_news_war {
	color: red;
	font-size: 16px;
}

/* Скролл вверх */

.scroll__to {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: -1;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.52);
    transition: .6s all;
    opacity: 0;
}

.scroll__to:hover {
	color: #ccc;
}

.scroll__to-active {
	opacity: 1;
	z-index: 7;
}

/* Стримы */

.stream__link {
	background-position: center center;
	background-size: cover;
	display: block;
	width: calc(100% - 6px);
	margin: 0 auto;
	height: 150px;
	border-radius: 10px;
	margin: 10px 0;
	transition: .3s all;
}

.stream__link:hover {
    box-shadow: 0 0 40px 0 red;
}