@charset "utf-8";

.ec-layoutRole .ec-layoutRole__contents{
	margin-right: 0;
	margin-left: 0;
	max-width: 100%;
}

.ec-layoutRole .ec-role{
	margin-bottom: 30px;
	font-size: 12px;
}

.container.main-container {
	margin-top: 20px;
	margin-bottom: 80px;
}

#about_us_menu {
	width: 275px;
}

.main-content {
	width: 725px;
	padding: 0 50px;
}

#about_us_menu h2 {
	font-size: 18px;
	font-weight: 400;
}

#about_us_menu li {
	padding-left: 15px;
}

#about_us_menu li a {
	font-size: 14px;
	color: #212121;
	font-weight: 400;
	display: block;
	padding: 8px 0 8px 13px;
}

#about_us_menu li a.selected {
	background: #eaeaea;
}

#about_us_menu li a:hover {
	background: #eaeaea;
}

.accordion-link:before {
	position: absolute;
	left: 3px;
	top: 0;
	height: 34px;
	width: 13px;
	background: url(../img/common/plus-icon.png) no-repeat center center;
	display: block;
	content: " ";
}

.accordion-link.accordion-link-opened:before {
	background: url(../img/common/minus-icon.png) no-repeat center center;
}

#about_us_menu .contact-link {
	margin-top: 8px;
	padding: 5px 0 5px 15px;
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
}

#about_us_menu .contact-link a {
	color: #ef0000;
	background: transparent;
}

#dr-voice-img {
	width: 300px;
	float: right;
	top: -60px;
	position: relative;
	margin: 0 0 20px 20px;
	max-width:100%;
}

.std p {
	font-size: 14px;
	color: #303030;
	line-height: 1.4em;
	margin-bottom: 15px;
	font-style: normal;
}

.std h3 {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 15px;
	margin-top: 15px;
}

.guarantee-icons.flexbox {
	margin-top: 45px;
	justify-content: center;
	flex-wrap: wrap;
}

.guarantee-icons img {
	margin: 2px;
	width:204px;
	max-width:100%;
}

.std .divider {
	height: 1px;
	line-height: 0;
	font-size: 0;
	background-color: #eb0000;
	margin: 5px 0;
}

.company_info table {
	width: 100%;
	color: #636363;
	font-size: 14px;
	line-height: 1.5;
}

.company_info tr {
	border-bottom: 1px dotted #000000;
}

.company_info td {
	padding: 2px;
}

.std h2 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-transform: none;
	margin-bottom: 15px;
	margin-top: 15px;
}

.std ul {
	list-style: disc outside;
	margin-bottom: 1.5em;
	color: #000;
}

.std ul li {
	margin-left: 2em;
}

.std .accordion-link {
	padding-left: 25px;
	margin-left: 5px;
}

h2.accordion-link:before {
	height: 18px;
}

.std .accordion-contr {
	padding-left: 25px;
	margin-left: 5px;
}

table.shipping_table, table.rank_table {
	width: 100%;
	color: #636363;
	font-size: 14px;
	line-height: 1.5;
}

table.shipping_table tr {
	border-bottom: 1px solid #666666;
}

table.shipping_table td {
	padding: 10px;
}

table.rank_table {
	margin-bottom:5px;
}

table.rank_table tr {
	border-bottom: 1px solid #666666;
}

table.rank_table td {
	border-right: 1px solid #666666;
	padding: 10px;
	text-align:center;
}

table.rank_table td img {
	max-width:50px;
	margin:auto;
}

table.rank_table tr:last-child,table.rank_table td:last-child{
	border: none;
}

#rank-period img {
	max-width:100%;
}

#page_error404 .grey-swooth {
    background-image: url(../img/top/blkSwoosh.png);
}

#page_error404 .ec-layoutRole__main .main{
	position: relative;
	background: url(../img/404/404_bg.jpg) no-repeat center top;
	min-height: 800px;
	background-size: cover;
}

#page_error404 .ec-layoutRole__main .number-container .container,
#page_error404 .ec-layoutRole__main .text-container .container {
    padding: 20px 0;
}

#page_error404 .ec-layoutRole__main .number-container .container img {
    width: 50%;
}

#page_error404 .ec-layoutRole__main .text-container .container h2 {
    margin-top: 65px;
    font-size: 38px;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #fff;
}

#page_error404 .ec-layoutRole__main .text-container .container .search-form .message-text {
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
}

#page_error404 .ec-layoutRole__main .form-search .input-text {
    width: 320px;
    line-height: 20px;
    height: 50px;
    font-size: 20px;
    background: transparent;
    float: left;
    color: #fff;
    padding: 0 20px;
    border-radius: 2px;
    border: 1px solid silver;
}

#page_error404 .ec-layoutRole__main .form-search .button {
    float: left;
    background: #e00000;
    font-size: 36px;
    margin-left: 2px;
}

.payment-icons {margin-bottom:10px;}
.payment-icons img {margin-right:10px; max-width:60px; display:inline-block; vertical-align:middle;}
    
@media only screen and (max-width: 999px) {
	#about_us_menu {
		display: none;
	}

	.main-content {
		width: 100%;
		padding: 0;
	}
	
}

@media only screen and (max-width: 767px) {
	#dr-voice-img {
		float: none;
		top: unset;
		position: static;
		margin: 10px 0 10px 10px;
	}

	.guarantee-icons.flexbox {
		justify-content: center;
		flex-wrap: wrap;
	}
	
	#page_error404 .ec-layoutRole__main .form-search .input-text {
		width: 255px;
    }
}

}