html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } a:hover {} body, input, button, textarea { font-family: "Dosis", sans-serif; font-weight: 300;} input { -webkit-appearance: none; -moz-appearance: none; appearance: none; } 
body a { color: #252a33; text-decoration:none;}*, *:before, *:after {box-sizing: border-box;}
body {background: #e6e6e6; color: #252a33;}
#head-container {
    background-color: rgb(240,240,240);
    background: linear-gradient(to bottom,rgb(250,250,250),rgb(240,240,240));
    border-bottom: 1px solid rgb(255,255,255);
    box-shadow: 0 5px 15px -5px rgb(190 190 190);
transition: all 300ms ease-in-out 0s; position:relative; z-index:13;}
.header-table {display:flex; max-width:1320px; margin-left:auto; margin-right:auto; padding:14px 0; align-items:center;     justify-content: flex-end;}
.logotype {display:inline-flex; position:relative; padding-bottom:5px; margin-right:auto;}
.logotype span {position:absolute; left:0; top:0; opacity:0;}
.logotype img {vertical-align:bottom; position:relative; z-index:2; height:45px; margin-top:-5px;}
.main-navigation {margin:0 auto 0 30px;}
.main-navigation a {font-weight:bold; font-size:16px; margin:0 8px;}
.main-navigation a:hover  {color:#5a70c6;}
.search-cell {margin-right:20px;}
.search-cell form {display:flex; position:relative;}
.search-cell form input {line-height:40px; color:#58667e; background:#cfd0d2; border-radius:2px; font-size:15px; padding:0 40px 0 20px; border:0; font-weight:bold; min-width:420px;}
.search-cell form input::placeholder {color:#58667e;}
.search-cell form button:focus,
.search-cell form input:focus {outline:none;}
.search-cell form button {height:40px; width:40px; position:absolute; right:0; top:0; cursor:pointer; border:0; background:url('../images/search.svg') center/20px no-repeat; opacity:.7;}
.search-cell form button:hover {opacity:1;}
.language-navigation { }
	.language-select {position:relative;}
	.language__drop li a,
	.language-select span {display:flex; align-items:center;}
	.language-select span {height:32px; position:relative; cursor:pointer; font-weight:500;}
	.language-select span:after {content:''; display:inline-flex; width:20px; height:20px; min-width:20px; background:url('../images/chevron-down.svg') center/14px no-repeat; margin-left:5px;transition: all 300ms ease-in-out 0s; }
	.language-select span.drop-language.check:after {-moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
	.language-select span i,
	.language__drop li a i{background-size: contain; background-position: 50%; background-repeat: no-repeat; position: relative; display: inline-block; line-height: 1em; vertical-align: middle; margin: 0px 4px 0 4px; width: 19px; height: 14px; position: relative; z-index: 2;}
	.language__drop {display:none; flex-wrap:wrap; position:absolute; right:0; top:52px; border-radius: 0 0 2px 2px; -webkit-box-shadow: 0px 4px 8px 0px rgb(20 19 27 / 20%); -moz-box-shadow: 0px 4px 8px 0px rgba(20, 19, 27, 0.2); box-shadow: 0px 4px 8px 0px rgb(20 19 27 / 20%); transition: all 300ms ease-in-out 0s; background: rgb(240,240,240); padding:20px; width:680px; overflow:hidden; border:3px solid rgba(255,255,255,.1); border-top:0; }
	.language__drop:before {content:''; display:inline-block; position:absolute; left:0; top:-10px; width:100%; height:10px; -webkit-box-shadow: 0px 4px 8px 0px rgb(20 19 27 / 20%);
    -moz-box-shadow: 0px 4px 8px 0px rgba(20, 19, 27, 0.2);
    box-shadow: 0px 4px 8px 0px rgb(20 19 27 / 20%);
    transition: all 300ms ease-in-out 0s;}
	.language__drop li{width:20%;}
	.language__drop li a {display: flex ; align-items: center; color: #a297a5; text-decoration: none; line-height: 32px; margin:5px;background:rgba(255,255,255,.1); border-radius:2px; color:#58667e; font-weight:500; padding:0 6px; border:1px solid rgba(255,255,255,.1);}
	.language__drop li a:hover {border:1px solid #5f77d1; background:#fff; color:#5f77d1;}
.page-container {max-width:1320px; margin-left:auto; margin-right:auto; }
	.page-header {margin:12px 0 15px 0;}
	.page-header.table-sort {display:flex; justify-content:space-between; align-items:center;}
	.page-header.table-sort  h1{line-height:1;}
	.sort-videos {display:flex; align-items:center;}
	.sort-videos a {margin-left:5px; font-weight:500; font-size:14px; padding-left:6px; padding-right:6px;}
	.page-header h1,
	.page-header h2,
	.page-header h3,
	.page-header h4,
	.page-header h5 {font-weight:bold; font-size:22px; line-height:1.4;}
.video-containers {display:flex; flex-wrap:wrap; margin:0 -4px 15px -4px;}
	.video-item-cell {width:25%;}
		.video-cell-body {display:block;border:1px solid rgba(240,240,240); background:#fff; border-radius:1px; margin:4px;     box-shadow: 0 5px 15px -5px rgb(190 190 190);}
		.video-cell-body:hover h3[data-type="video-title"] {color:#5c73c8;}
			.video-preview {position:relative; padding-top:56.6%; overflow:hidden; border-radius:1px 1px 0 0;}
			.video-preview img {position:absolute; left:0; top:0; right:0; height:100%; width:100%; object-fit:cover; vertical-align:bottom;}
			.video-preview span[data-type="duration"] {position:absolute; right:10px; bottom:10px; z-index:11; background:rgba(255,255,255,.9); border-radius:2px; padding:4px 6px; font-size:14px; display:inline-flex;align-items:center;}
			.video-preview span[data-type="duration"]:before {content:''; display:inline-flex; width:14px; height:14px; min-width:14px; background:url('../images/clock.svg') center/contain no-repeat; margin-right:3px;}
			h3[data-type="video-title"] {color:#252a33; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; text-align:center; font-weight:600; line-height:1.3; font-size:15px; padding:5px;}
.pagination-cover {text-align:right;}
.pagination-cover:after {content:''; display:block; clear:both;}
.pagination-cover li {display:inline-flex;}
.sort-videos a,
.pagination-cover li a {text-decoration: none; color: #343a40; font-size: 14px; line-height: 30px; min-width: 45px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0px 4px 8px 0px rgb(20 19 27 / 20%); -moz-box-shadow: 0px 4px 8px 0px rgba(20, 19, 27, 0.2); box-shadow: 0px 4px 8px 0px rgb(20 19 27 / 20%); transition: all 300ms ease-in-out 0s; background: #fff; display: block; text-align: center; color: #252a33; display:flex;     justify-content: center; font-weight:bold;}
.sort-videos a.select,
.sort-videos a:hover,
.pagination-cover li.select a,
.pagination-cover li a:hover {background:#5a70c6; color:#fff;}
.pagination-cover li a svg {display: inline-block; vertical-align: middle; width: 16px;}
.pagination-cover li.previous-page {margin-right:3px;}
.pagination-cover li.previous-page,
.pagination-cover li.next-page {float:left;}
.pagination-cover li.previous-page a,
.pagination-cover li.next-page a {display:flex; height:30px; align-items: center; justify-content: center;}
.searches-list {display:flex; flex-wrap:wrap;}
.searches-list li.search-link-item {margin:0 5px 5px 0;}
.searches-list li.search-link-item a {display:flex; align-items:center; position:relative;   position: relative; background: #fff url(../images/search.svg) 10px 9px no-repeat; background-size: 13px; box-shadow: 0 14px 60px rgb(0 0 0 / 10%);  padding: 0 10px 0 30px;  -webkit-box-shadow: 0px 4px 8px 0px rgb(20 19 27 / 20%); -moz-box-shadow: 0px 4px 8px 0px rgba(20, 19, 27, 0.2); box-shadow: 0px 4px 8px 0px rgb(20 19 27 / 20%); transition: all 300ms ease-in-out 0s; border-radius:2px; line-height:32px; font-weight:bold;}
.searches-list li.search-link-item a:hover {color:#5a70c6;}
.tag-group-list {display:flex; flex-flow:column;}
.tag-group-item {position:relative; background:#fff; border-radius:2px; padding:25px; overflow:hidden; margin-bottom:15px;}
.tag-group-item:before {content: attr(data-letter); position:absolute; left:25px; top:-40px; font-size:100px; z-index:2; font-weight:bold; color:rgba(0,0,0,.2);}
.tag-group-item:after {content:''; display:inline-block; position:absolute; left:0; top:0; z-index:3; height:80px; width:150px; background: rgb(58,79,115);
background: linear-gradient(0deg, rgb(255 255 255) 0%, rgba(58, 79, 115, 0) 100%)}
.letter_tags-item {display:flex; flex-wrap:wrap; margin:0 -5px; position:relative; z-index:10;}
	.tag-letter-item {width:20%;}
	.tag-letter-item .tag-link-text {display:flex; justify-content:space-between; background:rba(255,255,255,.6); align-items:center; margin:5px; border-radius:2px; padding:8px 10px 8px 35px; font-weight:bold;  position:relative;}
	.tag-letter-item .tag-link-text:before {content:''; display:inline-block; position:absolute; left:10px; top:10px; width:20px; height:20px; background:url('../images/tag.svg') center/contain no-repeat;}
	.tag-letter-item .tag-link-text:hover {color:#5a70c6;}
	.tag-letter-item .tag-link-text:hover .tag-amount  {background:#5a70c6; color:#fff;}
	.tag-letter-item .tag-amount {background:rgba(0,0,0,.1); font-size:13px; padding:4px 6px; border-radius:1px; font-weight:normal;}
.cams_section {margin: 10px 0 10px 0; padding: 0 0 0 10px; background-color: #ffffff; text-align: center; border-radius: 5px;}	
.infobar {display:flex; flex-wrap:wrap; overflow:hidden; height:250px; justify-content: center; gap: 3px; padding: 20px 0;}
.part_ar {display: block; justify-content: center; width:300px; height:100px; margin:1px auto 20px auto;}
.part_ar_middle {display: block; justify-content: center; width:300px; height:auto; margin:5px auto 10px auto;}
.part_ar_desk {display: block; justify-content: center; align-items: center; width: 728px; height: 100px; margin: 15px auto 20px auto;}

footer {}
.footer-article {display:flex; flex-flow:column; padding:20px; border-top:1px solid rgba(255,255,255,.1);     align-items: center;}
.footer-article p {line-height:1.4; margin-bottom:12px; font-size:14px;}
.footer-article p strong {font-weight: 600;}
.footer-article a {color: #000; text-decoration: underline;}
.footer-article a:hover  {color:#5a70c6;}
#search-btn {width:50px; height:40px; min-width:50px; background:url('../images/search.svg') center/22px no-repeat; cursor:pointer; padding:0; border:0; display:none;}
#search-btn:focus {outline:none;}
.video-container {display:flex; margin-top:20px;}
	.video-column {flex:1; width:100%;}
		.video-details {}
			.video__tags-inks {display:flex; flex-wrap:wrap;}
			.video__tags-inks a {-webkit-transition: all .1s linear; -o-transition: .1s all linear; -o-transition: all .1s linear; transition: all .1s linear; display: inline-block; padding: 2px 8px 2px 17px; margin: 4px 3px 5px 4px; position: relative; cursor: pointer; border-radius: 20px 0.5em 0.5em 20px; float: left; text-decoration: none; color: #252a33; background:#fff; font-size: 13px; line-height: 25px; font-weight:500;}
			.video__tags-inks a:before {content: " "; position: absolute; display: block; width: 4px; height: 4px; background: #5a70c6; left: 6px; top: 50%; margin-top: -1px; border-radius: 50%;}
			.video__tags-inks a:hover {background:#5a70c6; color:#fff;}
			.video__tags-inks a:hover:before {background:#fff;}
.video-preview {}
.video-play-button { position: absolute; z-index: 10; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); box-sizing: content-box; display: block; width: 32px; height: 44px; cursor: pointer; padding: 18px 20px 18px 28px; } .video-play-button:before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 55px; height: 55px; background: #eb2055; border-radius: 50%; animation: pulse-border 1100ms ease-out infinite; } .video-play-button:after { content: ""; position: absolute; z-index: 1; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 60px; height: 60px; background: #eb2055; border-radius: 50%; transition: all 200ms; } .video-play-button span { display: block; position: relative; z-index: 3; width: 0; height: 0; border-left: 19px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; top: 10px; left: 5px; } @keyframes pulse-border { 0% { transform: translateX(-50%) translateY(-50%) scale(1); opacity: 1; } 100% { transform: translateX(-50%) translateY(-50%) scale(1.5); opacity: 0; } }
.video-main-data {padding:10px 0; display:flex; justify-content:space-between;}
.video-rate-cell {display:flex; align-items:center;}
.video-rate-cell button {display:flex; align-items:center; cursor:pointer; font-weight:bold; margin-left:10px; font-size:15px; padding:0 10px; background:none; border:0; color:#252a33;}
.video-rate-cell button.check svg,
.video-rate-cell button.check {color:#5a70c6;}
.video-rate-cell button.like svg {width:16px; height:16px; min-width:16px; margin-right:5px; color:#10e11f;}
.video-rate-cell button.dislike svg {width:16px; height:16px; min-width:16px; margin-right:5px; color:#d82626;}  
.video-rate-cell button:focus {}
	.video-left-info {}
	.video-left-info h1 {font-weight:bold; font-size:18px; line-height:1.3;}
	.video-sidebar {width:300px; margin-left:15px; min-width:300px;}

 
@media screen and (max-width:1340px) {
	.page-container,
 .header-table {padding-left:12px; padding-right:12px;}
}
@media screen and (max-width:1100px) {
	.tag-letter-item {width:25%;}
	.search-cell form input {min-width:320px;}
}
@media screen and (max-width:960px) {
 .video-item-cell {width:33.33%;}
.video-container {flex-flow:column;}
.video-sidebar {display:flex; flex-wrap:wrap; width:100%; overflow:hidden; height:250px; margin:15px 0;         justify-content: center;}
}
@media screen and (min-width:641px) and (max-width:960px) {
	 .main-navigation {margin-left:0px;}
 .header-table {position:relative;}
 .search-cell {margin-right:0; background:#f1f1f1; position:absolute; left:12px; top:12px; bottom:12px; z-index:10; width:calc(100% - 180px); display:none;}
 .search-cell form {width:100%; position:relative; padding-top:5px;}
 .search-cell form input {min-width:auto; width:100%;}
 .search-cell form button {top:5px;}
#search-btn {display:inline-flex; margin-right:10px;}
.viewSearch #search-btn {background:url('../images/close.svg') center/25px no-repeat;}
.viewSearch .search-cell {display:block;}
 }
@media screen and (max-width:860px) {
 	.tag-letter-item {width:33.33%;}
}
@media screen and (max-width:720px) {
	.language__drop {width:calc(100vw - 24px);}
}
@media screen and (max-width:680px) {
 	.tag-letter-item {width:50%;}
}
 
@media screen and (max-width:640px) {
	.video-item-cell {width:50%;}  
	.language__drop li {width:25%;}
	.header-table {flex-wrap:wrap;}
	.main-navigation {order:3; width:100%; flex:1; margin:6px 0 0 0; padding:10px 0; min-width:100%; display: flex ; justify-content: space-around; border-top:1px solid rgba(255,255,255,.1);}
	.search-cell {order:4; flex:1; width:100%; margin:10px 0 0 0;}
	.search-cell form input,
	.search-cell form {width:100%; box-sizing: border-box; min-width:auto;}
	.main-navigation a {margin:0; font-size:18px;}
	.language-navigation {position:relative; z-index:11;}
	.language__drop {top:45px;}
}
@media screen and (max-width:540px) {
	.language__drop li {width:33.33%;}
}
@media screen and (max-width:480px) {
 .tag-group-item {padding:15px;}
 .language__drop {padding:10px;}
}
@media screen and (max-width:460px) {
	.pagination-cover li,
	.pagination-cover li.previous-page, .pagination-cover li.next-page {float:none; margin:0 4px 4px 0;}
	.pagination-cover {text-align:left;}
	.pagination-cover li {display:inline-flex;}
	.pagination-cover {display:flex; flex-wrap:wrap;}
	.video-item-cell {width:100%;}  
	.video-containers,
	.video-cell-body {margin-left:0; margin-right:0;}
}
@media screen and (max-width:420px) {
 .tag-letter-item .tag-link-text {font-size:14px;}
 	.language__drop li {width:50%;}
	.video-main-data {flex-flow:column;}
	.video-rate-cell {margin:10px 0;}
	.video-rate-cell button {margin:0 10px 0 0;}
}
@media screen and (max-width:400px) {
 .page-header.table-sort {flex-flow:column;    justify-content: center;}
 .sort-videos {margin-top:20px;}
}
@media screen and (max-width:380px) {
  	.tag-letter-item {width:100%;}
	.letter_tags-item {margin-left:0; margin-right:0;}
	.tag-letter-item .tag-link-text {margin-left:0; margin-right:0;}
}