/**
 * http://new-dev.ru/
 * author GoldSoft <newdevexpert@gmail.com>
 * Copyright (c) New-Dev.ru
 */

.us-main-index-wrapper {
	padding: 20px;
}

.us-pt-5 {
	padding-top: 5px!important;
}

.btn-list-wrapper {
	margin: 0 auto;
	text-align: center;
}

.btn-list-wrapper > ul {
	font-size: 0;
	padding: 0;
	margin: 0;
}

.btn-list-wrapper > ul > li {
	display: inline-block;
	font-size: 15px;
	padding: 10px 0;
	margin: 0 1%;
	position: relative;
	vertical-align: middle;
	word-spacing: normal;
}

@media (max-width: 768px) {
	.btn-list-wrapper > ul > li {
		width: 100%;
	}
}

.btn-list-wrapper > ul > li .helper-icon {
	left: 0;
	margin-top: -14px;
	position: absolute;
	top: 50%;
}

.us-main-index-wrapper .us-button-link {
	color: #0463bc;
	display: block;
	position: relative;
    border: 2px solid #0091d4;
    border-radius: 20px;
    font-size: 15px;
    padding: 5px 10px;
    text-align: center;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
	white-space: nowrap;
}
.us-main-index-wrapper .us-button-link:focus,
.us-main-index-wrapper .us-button-link:hover {
    text-decoration: none
}
.us-main-index-wrapper .us-button-link:hover, .us-main-index-wrapper .us-button-link.active {
    background-color: #0091d4;
    color: #fff!important;
}


.us-main-index-wrapper .us-button-link.us-red {
    border: 2px solid red;
	color: red!important;
}
.us-main-index-wrapper .us-button-link.us-red:hover {
    background-color: red;
	color: #fff!important;
}



/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
	width: 100%;
	margin: 0 auto;
}

.container-table100 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 0;
	box-sizing: border-box;
}

.wrap-table100 {
	width: 960px;
	border-radius: 10px;
	overflow: hidden;
}

.us-table {
	width: 100%;
	display: table;
	margin: 0;
}

.us-table .us-row:nth-child(2n) {

}

@media screen and (max-width: 768px) {
	.us-table {
		display: block;
	}
}

.us-row {
	display: table-row;
	background: #fff;
}

.us-row.us-header {
	color: #ffffff;
	background: #0463bc;
}

@media screen and (max-width: 768px) {
	.us-row {
		display: block;
	}

	.us-row.us-header {
		padding: 0;
		height: 0px;
	}

	.us-row.us-header .cell {
		display: none;
	}

	.us-row .cell:before {
		font-family: Poppins-Bold;
		font-size: 12px;
		color: #808080;
		line-height: 1.2;
		text-transform: uppercase;
		font-weight: unset !important;

		margin-bottom: 13px;
		content: attr(data-title);
		min-width: 98px;
		display: block;
	}
}

.cell {
	display: table-cell;
}

@media screen and (max-width: 768px) {
	.cell {
		display: block;
	}
}

.us-row .cell {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #666666;
	line-height: 1.2;
	font-weight: unset !important;

	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}

.us-row.us-header .cell {
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	font-weight: unset !important;

	padding-top: 19px;
	padding-bottom: 19px;
}


.us-row .cell:nth-child(1) {
	/*width: 30%;*/
	padding-left: 40px;
}
/*
.us-row .cell:nth-child(2) {
	width: 35%;
}

.us-row .cell:nth-child(3) {
	width: 35%;
}
*/

.us-table, .us-row {
	width: 100% !important;
}

.us-row:not(.us-header):hover {
	background-color: #ececff;
}

@media (max-width: 768px) {
	.us-row {
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 18px;
		padding-top: 30px;
		padding-right: 15px;
		margin: 0;
	}
	
	.us-row .cell {
		border: none;
		padding-left: 30px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.us-row .cell:nth-child(1) {
		padding-left: 30px;
	}
	
	.us-row .cell {
		font-family: Poppins-Regular;
		font-size: 18px;
		color: #555555;
		line-height: 1.2;
		font-weight: unset !important;
	}

	.us-table, .us-row, .cell {
		width: 100% !important;
	}
}


.usersubscribe_ajax_form {
	padding: 20px 0;
}

	.usersubscribe_ajax_form fieldset {
		padding: 20px;
		border: 1px solid #B5B8C8;
		margin-bottom: 5px;
		background-color: #fff;
	}
	
		.usersubscribe_ajax_form legend {
			font-size: 12px;
			color: #000;
			padding: 3px 5px;
			border: 1px solid #B5B8C8;
		}
		
		.usersubscribe_ajax_form input[type=text] {
			display: block;
			width: 100%;
			margin: 0 10px 10px 0;
		}