*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

:focus,
:active,
a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "Roboto Condensed", sans-serif;
}

input::-ms-clear {
	display: none;
}

button {
	background-color: transparent;
	color: inherit;
	border-width: 0;
	cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

a {
	color: inherit;
	cursor: pointer;
}

a,
a:visited,
a:hover {
	text-decoration: none;
}

ul,
ol,
dd {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

ol {
	margin: 0px 0px 20px 0px;
	list-style: none;
	list-style-type: none;
	counter-reset: item;
}

ol li {
	margin: 0px 0px 10px 0px;
	position: relative;
	padding: 0px 0px 0px 15px;
}

ol li:last-child {
	margin: 0px 0px 0px 0px;
}

ol li:before {
	content: counter(item) ".";
	counter-increment: item;
	position: absolute;
	left: 0;
	top: 0;
}

body {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.005em;
	color: #8c8c8c;
	background-color: #2f2f2f;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;

	overflow: hidden;
	width: 100%;
	min-height: 100%;
}

.custom_head_html {
	text-decoration:underline;
	padding:5px;
}
.container {
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1680px;
}

.text {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	color: #8c8c8c;
}

.title-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 32.7px;
	color: #dadada;
}

.header {
	margin-bottom: 20px;
}

.header-row {
	position: relative;
	z-index: 5;
	padding: 10px 0;
	background: url("/templates/cams-bold/121/images/header_bcg.png");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	cursor: pointer;
}

.logo img {
	max-width: 100%;
}

.banner {
	margin: 0 15px;
}

.banner img {
	max-width: 100%;
}

.section__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 70px;
}

.section-main {
	width: 100%;
}

.section-main .text {
	text-align: center;
}

.section-aside {
	display: none;
}

.aside__title {
	margin-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 15px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-align: center;
	text-transform: capitalize;
	color: #d1d1d1;
}

.aside__wrap {
	text-align: center;
}

.aside__item img {
	max-width: 100%;
}

.menu__button {
	display: none;
}

.menu__lines,
.menu__lines::after,
.menu__lines::before {
	position: absolute;
	border-radius: 3px;
	width: 30px;
	height: 4px;
	background-color: #FF8216;
}

.menu__lines {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.menu__lines::before {
	content: "";
	top: -8px;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.menu__lines::after {
	content: "";
	right: 0;
	top: 8px;
	width: 100%;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.active .menu__lines {
	background: transparent;
}

.active .menu__lines::before {
	top: 0;
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.active .menu__lines::after {
	top: 0;
	width: 100%;
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.menu__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.menu__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 15px;
	border-bottom: 5px solid transparent;
	font-weight: 100;
	font-size: 28.1px;
	white-space: nowrap;
	color: #d1d1d1;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	cursor: pointer;
}



.menu__link:focus,
.menu__link:hover,
.menu__link:active,
.menu__link_active {
	border-bottom: 5px solid #FF8216;
}

.search-block {
	display: none;
	width: 100%;
}

.search-block form {
	position: relative;
	width: 100%;
	height: 54px;
	font-family: "Roboto Condensed", sans-serif;
}

.search-block input {
	padding: 0 140px 0 15px;
	width: 100%;
	height: 100%;
	font-size: 25.6px;
	color: #2c2c2c;
	background: #c6c6c6;
}

.search-block input::-webkit-input-placeholder {
	color: #2c2c2c;
}

.search-block input::-moz-placeholder {
	color: #2c2c2c;
}

.search-block input:-ms-input-placeholder {
	color: #2c2c2c;
}

.search-block input::-ms-input-placeholder {
	color: #2c2c2c;
}

.search-block input::placeholder {
	color: #2c2c2c;
}

.search-block button {
	position: absolute;
	right: 2px;
	margin: 2px;
	padding: 0 25px;
	height: 50px;
	font-size: 21px;
	color: #1c1c1c;
	background-color: #FF8216;
}

.search-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.search-btn:hover {
	background-color: #FF8216;
}

.categories-block {
	display: none;
	background-color: #1c1c1c;
}

.categories-block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
}

.categories-block li {
	padding: 5px;
	width: calc(100% / 2);
	font-size: 26.3px;
	color: #ffffff;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.categories-block li:hover { 
	color: #ffffff;
}


.active {
	display: block;
	-webkit-animation-name: open;
	animation-name: open;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

	.categories-btn.active .down-arrow-icon {
		-webkit-transform: rotate(180deg) translateY(3px);
		-ms-transform: rotate(180deg) translateY(3px);
		transform: rotate(180deg) translateY(3px);
	}

@-webkit-keyframes open {
	0% {
		display: block;
		opacity: 0;
		visibility: hidden;
	}
	50% {
		display: block;
		opacity: 0.5;
		visibility: visible;
	}
	100% {
		opacity: 1;
	}
}

@keyframes open {
	0% {
		display: block;
		opacity: 0;
		visibility: hidden;
	}
	50% {
		display: block;
		opacity: 0.5;
		visibility: visible;
	}
	100% {
		opacity: 1;
	}
}

.selects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.custom-select-wrapper {
	position: relative;
	margin-bottom: 2px;
	width: 49%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-select {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #1c1c1c;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 25.6px;
	text-transform: capitalize;
	color: #2c2c2c;
	background: #c6c6c6;
}

.custom-select__trigger {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 17px;
	max-width: 100%;
	cursor: pointer;
}

.custom-options {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 2;
	display: block;
	border-top: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	pointer-events: none;
}

.custom-select.open .custom-options {
	height: auto;
	min-width: 158px;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.custom-option {
	position: relative;
	display: block;
	border-top: 1px solid #1c1c1c;
	padding: 10px 17px;
	color: #2c2c2c;
	background: #c6c6c6;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	cursor: pointer;
}

.custom-option-title {
	display: none;
}

.custom-option:hover {
	cursor: pointer;
}

.arrow {
	position: relative;
	width: 15px;
	height: 10px;
}

.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0.15rem;
	height: 100%;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.arrow::before {
	left: 10px;
	background-color: #1c1c1c;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow::after {
	left: 5px;
	background-color: #1c1c1c;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open .arrow::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open .arrow::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.adv {
	padding: 20px 0 30px;
	background-color: #1c1c1c;
}

.adv__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.adv h2 {
	text-align: center;
}

.adv__item:not(:first-child) {
	display: none;
}

.adv__item img {
	max-width: 100%;
}

.thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 5px -5px 20px;
}

.thumb {
	padding: 5px;
	width: 50%;
	max-width: 360px;
	font-family: "Source Sans Pro", sans-serif;
	color: #e1e1e1;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	cursor: pointer;
}

.thumb__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.thumb__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 300;
}

.thumb__info img {
	margin: 0 5px;
}

.thumb__item {
	position: relative;
	width: 100%;
}

.thumb__item img {
	max-width: 100%;
}

.online {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.46);
	color: #5bff76;
}

.thumb-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #2f2f2f;
	padding: 7px 5px 7px 15px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 19.7px;
	color: #e1e1e1;
	background-color: #3f3f3f;
}

.thumb-row .txt {
	padding: 0 0 0 5px;
	white-space: nowrap;
}

.name {
	font-weight: 600;
	white-space: nowrap;
	color: #FF8216;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.num {
	padding: 0 5px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 26px;
}

.player {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 56.25%;
	height: 0;
}

.player video,
.player iframe,
.player object,
.player embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.video-btn {
	display: block;
	border-radius: 4px;
	padding: 10px;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #e4e4e4;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(16%, #FF8216), color-stop(85%, #cd6d1b));
	background-image: -o-linear-gradient(bottom, #FF8216 16%, #cd6d1b 85%);
	background-image: linear-gradient(0deg, #FF8216 16%, #cd6d1b 85%);
	background-color: #FF8216;
	cursor: pointer;
}




.video-btn:hover {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(16%, #cd6d1b), color-stop(85%, #FF8216));
	background-image: -o-linear-gradient(bottom, #cd6d1b 16%, #FF8216 85%);
	background-image: linear-gradient(0deg, #cd6d1b 16%, #FF8216 85%);
}

.breadcrumbs {
	margin-bottom: 20px;
}

.breadcrumbs__link {
	font-family:"Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0.005em;
	color: #FF8216;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.breadcrumbs__link:not(:last-child)::after {
	content: ">";
	margin: 0 10px;
	color: #dadada;
}

.breadcrumbs__link_current {
	color: #dadada;
}

.breadcrumbs__link:hover {
	color: #dadada;
}

.descr {
	margin-bottom: 60px;
}

.descr-info {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 22.8px;
	text-align: left;
	color: #aeaeae;
}

.descr-info__name {
	margin-bottom: 10px;
	border-bottom: 2px solid #dadada;
	padding: 10px 0;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 28.4px;
	color: #dadada;
}

.pagging {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px;
}

.pagging.pagging-top {
	margin-bottom: 20px;
}

.pagging__arrow,
.pagging__list li {
	margin: 0 3px;
	border-radius: 4px;
	padding: 0 10px;
	height: 40px;
	min-width: 40px;
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
	background-color: #1c1c1c;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.pagging__arrow .active,
.pagging__list li .active {
	color: #FF8216;
}

.pagging__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagging__list ._hide {
	display: none;
}

.pagging__link {
	display: block;
}

.pagging__arrow {
	white-space: nowrap;
}

.pagging__arrow span {
	display: none;
}

.footer {
	padding: 18px 0;
	background: url("/templates/cams-bold/121/images/header_bcg.png");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer__wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.disclaimer {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1000px;
	font-size: 17px;
	color: #b5b5b5;
}

.info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.info-top {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 19.3px;
	text-align: right;
	color: #cacaca;
}

.info-top a {
	line-height: 1.5;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.info-top a:not(:last-child)::after {
	content: "|";
	padding-right: 5px;
}

.info-bottom {
	min-width: 380px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 19.3px;
	text-align: right;
	text-transform: uppercase;
	color: #cacaca;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

form label {
    font-size: 21px;
    margin-bottom: 12px;
}

form .input {
    height: 45px;
    border-radius: 4px;
    font-size: 25px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    padding-left: 15px;
}

@media all and (min-width: 425px) {
	.pagging__list ._hide {
		display: block;
	}
}

@media all and (min-width: 479.98px) {
	.categories-block ul {
		padding: 20px;
	}
	.categories-block li {
		width: calc(100% / 3);
	}
	.pagging__arrow,
	.pagging__list li {
		padding: 0 15px;
		font-size: 16px;
	}
}

@media all and (min-width: 530px) {
	.pagging__arrow span {
		display: inline-block;
	}
}

@media all and (min-width: 749.98px) {
	.section-main {
		width: calc(100% - 210px);
	}
	.section-aside {
		display: block;
		padding: 0 20px;
	}
	.adv__item {
		margin: 23px;
	}
}

@media all and (min-width: 940px) {
	.thumb {
		width: 33.333%;
	}
}

@media all and (min-width: 991.98px) {
	body {
		font-size: 14px;
	}
	.text {
		font-size: 17px;
	}
	.categories-block li {
		padding: 5px 35px;
		width: calc(100% / 4);
	}
	.categories-btn.active .down-arrow-icon {
		-webkit-transform: rotate(180deg) translateY(3px);
		-ms-transform: rotate(180deg) translateY(3px);
		transform: rotate(180deg) translateY(3px);
	}
	.adv__item:not(:first-child) {
		display: block;
	}
	.thumb:hover {
		-webkit-box-shadow: 0 2px 17px 4px rgba(0, 0, 0, 0.16);
		box-shadow: 0 2px 17px 4px rgba(0, 0, 0, 0.16);
	}
	.thumb:hover .name {
		color: #ffffff;
	}
	.video-btn {
		padding: 0;
		height: 81px;
		font-size: 36.4px;
		line-height: 81px;
	}
	.breadcrumbs__link {
		font-size: 32.7px;
	}
	.pagging.pagging-top {
		display: none;
	}
	.pagging__arrow:hover,
	.pagging__arrow:active,
	.pagging__list li:hover,
	.pagging__list li:active {
		color: #ffffff;
		background: #FF8216;
	}
	.pagging__arrow:hover .active,
	.pagging__arrow:active .active,
	.pagging__list li:hover .active,
	.pagging__list li:active .active {
		color: #ffffff;
	}
	.info-top a:hover {
		color: #FF8216;
	}
}

@media all and (min-width: 1100px) {
	.categories-block li {
		width: calc(100% / 5);
	}
	.selects {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: auto;
	}
	.custom-select-wrapper {
		margin: 0 2px;
		width: 207px;
	}
}

@media all and (min-width: 1200px) {
	.section-aside {
		padding: 0 40px;
	}
	.thumb {
		width: 25%;
	}
}

@media all and (min-width: 1300px) {
	.categories-block li {
		width: calc(100% / 6);
	}
}

@media all and (min-width: 1680px) {
	.section-main {
		width: calc(100% - 290px);
	}
}

@media all and (max-width: 1680px) {
	.footer__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.disclaimer {
		margin-bottom: 20px;
	}
	.info {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media all and (max-width: 991.98px) {

	h2 {
		margin-bottom: 10px;
		font-size: 26px;
	}
	.holder {
		position: relative;
	}
	.holder .logo {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 auto;

		font-size:22px;
	}
	.holder .logo img {	
		max-width: 40%;
	}
	.holder .logo span {
		font-size:22px;
	}
	.holder .menu {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.holder .login {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.holder .search-btn {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.banner {
		display: none;
	}
	.menu__button {
		position: relative;
		display: block;
		width: 45px;
		height: 45px;
		-webkit-transition: 0.5s ease-in;
		-o-transition: 0.5s ease-in;
		transition: 0.5s ease-in;
	}
	.menu__nav.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.menu__nav {
		display: none;
		padding: 20px 10px;
		width: 100%;
		background: #1c1c1c;
	}
	.menu__link {
		line-height: 2;
	}
	.thumb__info img {
		margin: 0 3px;
	}
	.thumb-row {
		padding: 5px;
		font-size: 14px;
	}
	.pagging__arrow,
	.pagging__list li {
		font-size: 14px;
	}
	.info-top {
		font-size: 14px;
		text-align: center;
	}
	.info-bottom {
		font-size: 14px;
		text-align: center;
	}
}

@media all and (max-width: 749.98px) {
	.online {
		font-size: 12px;
	}
	.name {
		margin-bottom: 5px;
	}
	.num {
		padding: 0 3px;
		font-size: 16px;
	}
	
}

@media all and (max-width: 479.98px) {
	.disclaimer {
		padding: 0;
	}
}

h1.logo {

    font-weight: 600;
    font-size: 32.7px;
}

.logo span {

    font-weight: 600;
    font-size: 32.7px;
    color:#FF8216;
}

.banner_ph {
	background:url(/templates/cams-bold/121/uploads/263-img_sidebar_banner_placeholder-20210226160609.gif);
	width:160px;
	height:600px;
	display:block;
	cursor: pointer;
}

.search-btn-int {
	background:url(/templates/cams-bold/121/images/search.png);
	width:34px;
	height:34px;
	display:block;
	cursor: pointer;
}

.gender-icon {
	
	width:17px;
	height:24px;
	display:block;
	cursor: pointer;
	background:url(/templates/cams-bold/121/uploads/263-img_gender_icon_male-20210226160609.png);
 	background-repeat: no-repeat;
 	

}

.down-arrow-icon {
	width:17px;
	height:10px;
	display:inline-block;
	cursor: pointer;
	background:url(/templates/cams-bold/121/uploads/263-img_arrow_down-20210226160609.png);
 	background-repeat: no-repeat;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.icon-m {
	 background-position: 0px 0px;
}

.icon-f {
	 background-position: -17px 0px;
}

.icon-s {
	 background-position: -32px 0px;
}


