/*
Theme Name: sama-collection
*/

/* NULL */

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, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */






/* BASE */

body {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-family: Verdana, sans-serif;
    background: #1a1a1a;
	text-align: center;
	}

.wrap {
	width: 1160px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	font-family: Tahoma, Arial;
	}

a {
	color: #fff;
	text-decoration: underline;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #08f;
	text-decoration: none;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 20px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #fff;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 31px;
	line-height: 34px;
	}
h2, .h2{
	font-size: 28px;
	line-height: 32px;
	}
h3, .h3{
	font-size: 26px;
	line-height: 30px;
	}
h4, .h4{
	font-size: 24px;
	line-height: 28px;
	}
h5, .h5{
	font-size: 22px;
	line-height: 25px;
	}
h6, .h6{
	font-size: 20px;
	line-height: 22px;
	}

.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* END BASE */



/* HEADER */

header {
	background-color: #212121;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 5px 0;
	padding: 5px 0;
	}
.header_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.logo{
	order: 1;
	width: 156px;
	}
.logo img{
	vertical-align: bottom;
	}

.main_nav{
	order: 2;
	}
.main_nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
.main_nav li{
	display: block;
	padding: 0 15px;
	}
.main_nav li a{
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	}
.main_nav li a:hover, .main_nav li.active a{
	color: #ffb801;
	}


.adapt_menu{
	order: 4;
	position: relative;
	display: none;
	width: 22px;
	height: 14px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	}
.adapt_menu span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #007acc;
	border-radius: 3px;
	transition: all .2s ease-in-out;
	}
.adapt_menu span:nth-child(2){
	top: 6px;
	width: 11px;
	}
.adapt_menu span:nth-child(3){
	top: 12px;
	width: 18px;
	}
.adapt_menu.adapt_menu_active span{
	top: 6px;
	width: 100%;
	background: #53be2e;
	}
.adapt_menu.adapt_menu_active span:nth-child(1){
	transform: rotate(45deg);
	}
.adapt_menu.adapt_menu_active span:nth-child(2){
	opacity: 0;
	}
.adapt_menu.adapt_menu_active span:nth-child(3){
	transform: rotate(-45deg);
	}



.header_buts{
	order: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
a.header_but{
	display: block;
	border-radius: 4px;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 600;
	padding: 8px 20px;
	text-decoration: none;
	background: #ffb805;
	line-height: 1.2;
	font-size: 14px;
	}
a.header_but:hover{
	color: #fff;
    background: #d99d06;
	}
a.but_login{
	margin-right: 20px;
	}
a.but_reg{
	color: #fff;
	background: #3b3b3b;
	}
a.but_reg:hover{
    background: #4f4f4f;
	}


/* END HEADER */


/* HOME */

.top_block{
	padding: 80px 0 40px 0;
	}
.top_block_l{	
	width: 340px;
	margin: 0 auto 40px auto;
	}
.top_block_r{
	margin: 0 auto;
	max-width: 700px;
	}

.top_block_l_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: auto;
    height: auto;
    max-width: 340px;
	padding: 10px;
	border-radius: 15px;
    background-color: #212121;
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    margin: 0 auto 30px auto;
	}

a.top_block_but{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
    background: #ffb805;
	padding: 20px 0;
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-decoration: none;
	}
a.top_block_but:hover{
    background: #4f4f4f;
	}
a.top_block_but:before{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 14px 0 0;
	}
a.top_block_but_ios:before{
	background: url('/assets/apple.svg') no-repeat center;
	}
a.top_block_but_android:before{
	background: url('/assets/android.svg') no-repeat center;
	}

.top_block_r_img{
	text-align: center;
	margin: 0 0 15px 0;
	}
.top_block_r_text{
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	}
.top_block_r_text span{
	color: #14a0ff;
	}

.top_block_r_b{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #fff;	
    color: #fff;
    font-size: 24px;
    line-height: 32px;
	}


.bet_rat{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}	
.bet_rat span {
	font-size: 25px;
	color: #cccccc;
	margin: 0 0 0 7px;
	}	
.bet_rat span.active{
	color: #ffd700;
	}


.content{
	padding: 0 0 40px 0;
	}

.main_text{
	margin: 0 0 30px 0;
	}

.main_but{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    background-color: #212121;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	margin: 0 0 30px 0;
	padding: 20px 10px;
	}
a.main_but_a{
	display: block;    
	padding: 18px 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
    background: #ffb805;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	}
a.main_but_a:hover{
    background: #4f4f4f;
	box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.2);
	}

	
.faq_block{
	padding: 18px 50px 18px 15px;
    background-color: #212121;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	margin: 0 0 40px 0;
	}	
.faq_b{
	padding: 20px 20px;
	border-bottom: 1px solid #fff;
	}	
.faq_b_title{
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	position:relative;
	cursor: pointer;
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.3s 0.02s ease;
	}
.faq_b_title.active{
	color: #63b0e8;
	}
.faq_b_title:before{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	right: 10px;
	width: 18px;
	height: 3px;
	background: #ffb805;
	transition: all 0.3s 0.02s ease;    
	}
.faq_b_title:after{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	right: 10px;
	width: 18px;
	height: 3px;
	background: #ffb805;
	transform:rotate(90deg);
	transition: all 0.3s 0.02s ease;    
	}
.faq_b_title.active:before{
	transform:rotate(180deg);
	}
.faq_b_title.active:after{
	transform:rotate(360deg);
	}
.faq_b_text{
	padding: 10px 0 0 0;
	font-size: 16px;
	line-height: 20px;	
	color: #fff;
	}	

/* END HOME */



/* FOOTER */

footer {
	padding: 20px 0;	
    background-color: #212121;
	border-radius: 15px 15px 0 0;
	color: #000;
	}

.footer_list{
	padding: 0 30px 10px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.flogo{
	width: 156px;
	}
.flogo img{
	vertical-align: bottom;
	}
.fage{	
	font-size: 16px;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	}

.nav_bot{
	padding: 0 0 20px 0;
	}
.nav_bot ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	}
.nav_bot li{
	display: block;
	padding: 0 5px 5px 5px;
	}
.nav_bot li a{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	}
.nav_bot li a:hover, .nav_bot li.active a{
	color: #ffb801;
	text-decoration: underline;
	}
	

.fimg{
	margin: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;	
	padding: 10px;
    background: #4f4f4f;
	border-radius: 15px;
	}
.fimg img{
	margin: 5px;
	vertical-align: middle;
	}

.copy{
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	}

a.go_slow{
	background: #ffb801 url('/assets/up-arrow.svg') no-repeat center;
	background-size: 13px 13px;
	box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
	width: 30px;
	height: 30px;
	display: block;
	position: fixed;
	bottom: 60px;
	right: 20px;
	border-radius: 20%;
	z-index: 5;
	opacity: 0.9;
	}
/* END FOOTER */

/* RESPONSIVE (from capture style980/760/320) */
@media screen and (max-width: 1200px) {
.wrap { width: 980px; }
.top_block_r { max-width: 550px; }
}
@media screen and (max-width: 1020px) {
.wrap { width: 760px; box-sizing: border-box; padding: 0 10px; }
.header_buts { order: 2; }
.adapt_menu { order: 3; display: block; }
.main_nav { order: 4; display: none; width: 100%; padding: 10px 0 0 0; }
.main_nav ul { justify-content: center; }
.nav_toggle:checked ~ .main_nav { display: block; }
.nav_toggle:checked ~ .adapt_menu span { top: 6px; width: 100%; background: #53be2e; }
.nav_toggle:checked ~ .adapt_menu span:nth-child(1) { transform: rotate(45deg); }
.nav_toggle:checked ~ .adapt_menu span:nth-child(2) { opacity: 0; }
.nav_toggle:checked ~ .adapt_menu span:nth-child(3) { transform: rotate(-45deg); }
.top_block { padding: 80px 0 40px 0; display: block; }
.top_block_l { max-width: 500px; margin: 0 auto 30px auto; }
.top_block_r { max-width: 800px; }
.fimg { justify-content: space-evenly; }
.top_block_r_b { font-size: 20px; line-height: 26px; }
}
@media screen and (max-width: 759px) {
.wrap { width: 100%; }
.header_buts { order: 3; width: 100%; padding: 10px 0 0 0; display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: center; }
.adapt_menu { order: 2; }
.top_block { padding: 100px 0 40px 0; }
.main_nav li { padding: 0 10px; }
.footer_list { justify-content: space-evenly; padding: 0 15px 10px 15px; }
.page_content { padding: 130px 0 30px 0 !important; }
h1, .h1, .title { font-size: 24px; line-height: 28px; }
h2, .h2 { font-size: 21px; line-height: 25px; }
h3, .h3 { font-size: 19px; line-height: 23px; }
body { font-size: 16px; line-height: 21px; }
.entry table { display: block; overflow-x: auto; max-width: 100%; }
.post_lists { gap: 14px; }
.post_list { flex: 1 1 100% !important; min-width: 0 !important; }
}

/* ADDITIONS: articles, cards, RG, FAQ, payments */
.nav_toggle { display: none; }
.logo img, .flogo img { width: 156px; height: 56px; }
.page_content { padding: 100px 0 40px 0; }
.main_zag { margin: 0 0 20px 0; }
.post_img { margin: 0 0 25px 0; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
.post_img img { width: 100%; height: auto; display: block; }
.entry figure { margin: 0 0 20px 0; border-radius: 15px; overflow: hidden; }
.entry figure img { width: 100%; height: auto; display: block; }
.entry figcaption { font-size: 13px; color: #bbb; padding: 8px 4px 0 4px; }
.post_lists { display: flex; flex-wrap: wrap; gap: 20px; margin: 0 0 30px 0; }
.post_list { flex: 1 1 30%; min-width: 260px; background: #212121; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
.post_list_img img { width: 100%; height: auto; display: block; }
.post_list_pad { padding: 15px 18px 18px 18px; }
.post_list_t { font-size: 17px; font-weight: bold; line-height: 22px; margin: 0 0 8px 0; }
.post_list_t a { color: #fff; text-decoration: none; }
.post_list_t a:hover { color: #ffb801; }
.post_list_d { font-size: 14px; line-height: 19px; color: #ccc; }
.rel_h2 { margin: 30px 0 20px 0; }
.home_posts { margin: 30px 0 0 0; }
.rgblock { background: #212121; border-left: 5px solid #ffb805; border-radius: 8px; padding: 18px 20px; margin: 30px 0 20px 0; }
.rgblock_t { display: flex; align-items: center; font-size: 18px; font-weight: bold; color: #fff; margin: 0 0 10px 0; }
.rg18 { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 2px solid #ffb805; border-radius: 50%; color: #ffb805; font-size: 14px; margin: 0 12px 0 0; flex: 0 0 auto; }
.rgblock_e { font-size: 15px; line-height: 21px; color: #ddd; }
details.faq_b { border-bottom: 1px solid #444; padding: 0; }
details.faq_b summary.faq_b_title { list-style: none; }
details.faq_b summary.faq_b_title::-webkit-details-marker { display: none; }
details.faq_b summary.faq_b_title:before, details.faq_b summary.faq_b_title:after { top: 28px; }
details.faq_b[open] summary.faq_b_title { color: #63b0e8; }
details.faq_b[open] summary.faq_b_title:before { transform: rotate(180deg); }
details.faq_b[open] summary.faq_b_title:after { transform: rotate(360deg); }
.faq_b_text p { margin: 0; }
.pay_plate { display: inline-block; padding: 8px 16px; margin: 5px; border-radius: 8px; background: #fff; color: #333; font-size: 14px; font-weight: bold; }
.pay_pix { background: #32bcad; color: #fff; }
.entry table tr th { background: #2c2c2c; color: #fff; }
.entry table tr td { color: #eee; }
.entry a { color: #63b0e8; }
.entry a:hover { color: #ffb801; }
