/*
Theme Name: ferzadm
*/

/* 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 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}

.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: 16px;
	line-height: 26px;
	font-family: Comic Sans MS;
	background: linear-gradient(90deg, #00000a,#00000a,#18273f,#00000a,#000000);
	text-align: center;
	}

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

input, textarea {
	font-family: Comic Sans MS;
	}

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

a:hover {
	color: #FE6A03;
	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: 32px;
	line-height: 36px;
	}
h2, .h2{
	font-size: 28px;
	line-height: 32px;
	}
h3, .h3{
	font-size: 24px;
	line-height: 28px;
	}
h4, .h4{
	font-size: 20px;
	line-height: 24px;
	}
h5, .h5{
	font-size: 18px;
	line-height: 22px;
	}
h6, .h6{
	font-size: 16px;
	line-height: 20px;
	}


.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;
	}

blockquote {
	padding: 10px 20px;
	border: 4px solid #ddd;
	border-radius: 35px;
	text-align: center;
	}

blockquote p {
	margin: 10px 0;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 9px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 45px;
	padding: 10px 30px;
	border: 1px solid #E5B209;
	background: #E5B209;
	border-radius: 30px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #FE6A03;
	background-color: #FE6A03;
	color: #fff;
	text-decoration: none;
	}

/* END FORM */


/* HEADER */

.deh_head {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	}

header {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 10px 0;
	color: #000;
	}

.logo{
	width: 120px;
	min-width: 120px;
	}

.logo img{
	vertical-align: bottom;
	}

.show_nav{
	display: none;
	width: 40px;
	height: 23px;
	margin: 10px;
	position: relative;
	cursor: pointer;
	}
.show_nav span, .show_nav:before, .show_nav:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #E5B209;
	border-radius: 2px;
	position: absolute;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}
.show_nav span{
	top: 10px;
	}
.show_nav:before {
	top: 0px;
	}
.show_nav:after {
	top: 20px;
	}
.show_nav.open span{
	display: none;
	}
.show_nav.open:before{
	transform: rotate(45deg);
	top: 10px;
	}
.show_nav.open:after{
	transform: rotate(-45deg);
	top: 10px;
	}

@media (min-width: 761px) {
.tapal_nav{
	display: block !important;
	}
}

.tapal_nav > ul{
	display: flex;
	}

.tapal_nav > ul > li {
	margin: 0 0 0 10px;
	font-size: 17px;
	}

.tapal_nav > ul > li:first-child {
	margin: 0;
	}

.tapal_nav > ul > li > a{
	display: block;
	padding: 2px 5px;
	border-radius: 3px;
	color: #000;
	text-decoration: none;
	}

.tapal_nav > ul > li > a:hover, .tapal_nav > ul > li.current-menu-item > a, .tapal_nav > ul > li.current-menu-parent > a, .tapal_nav > ul > li.current-menu-ancestor > a{
	color: #E5B209;
	text-decoration: underline;
	}

.search {
	display: flex;
	width: 100%;
	padding: 0 0 20px 0;
	}

.search_inp {
	width: 100%;
	padding: 0 10px 0 0;
	}

/* END HEADER */



/* POSTS */

#content {
	padding: 0 0 10px 0;
	}

.cas_spisk {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 15px;
	margin: 0 0 15px 0;
	border-radius: 35px;
	border: 2px solid #fff;
	transition: all 0.3s 0.02s ease;
	color: #000;
	}

.cas_spisk:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	}

.cas_spisk_img {
	width: 120px;
	padding: 0 20px 0 0;
	}

.cas_spisk_img img {
	vertical-align: bottom;
	border-radius: 25px;
	}

.cas_spisk_r{
	width: 120px;
	padding: 0 20px 0 0;
	color: #E5B209;
	font-size: 28px;
	line-height: 28px;
	}

.cas_spisk_r span{
	opacity: 0.5;
	}

.cas_spisk_r span.active{
	opacity: 1;
	}

.cas_spisk_t {
	width: 300px;
	padding: 0 20px 0 0;
	font-weight: bold;
	}

.cas_spisk_t a {
	color: #fff;
	text-decoration: none;
	}

.cas_spisk_t a:hover {
	color: #E5B209;
	text-decoration: underline;
	}

.cas_spisk_b {
	width: 300px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	}

.cas_spisk_b2 {
	width: 600px;
	}

.cas_spisk_b span {
	font-weight: bold;
	}


.p_nav {
	padding: 10px 0;
	}

.p_nav a, .p_nav span {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 0 0;
	background: #E5B209;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	}

.p_nav a:hover, .p_nav .current {
	background: #FE6A03;
	}


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


.breadc {
	padding: 0 0 17px 0;
	font-size: 12px;
	line-height: 14px;
	}


.dostoin{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 15px;
	margin: 0 0 15px 0;
	border-radius: 5px;
	background: #E5B209;
	color: #fff;
	}

.dostoin .h3{
	margin: 0 0 10px 0;
	color: #fff;
	}

.dostoin_plus, .dostoin_minus{
	width: 47%;
	}

.dostoin_plus ul li, .dostoin_minus ul li{
	position: relative;
	padding: 0 0 5px 24px;
	}

.dostoin_plus ul li:before, .dostoin_minus ul li:before{
	content:"";
	display: block;
	position:absolute;
	top: 11px;
	left: 0;
	width: 15px;
	height: 3px;
	background: #fff;  
	}

.dostoin_plus ul li:after{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 5px;
	left: 6px;
	width: 3px;
	height: 15px;
	background: #fff;   
	}


.pokazatels{
	margin: 0 0 20px 0;
	padding: 10px;
    background: #fff;
	border-radius: 5px;
	color: #000;
	}

.pokazatels .h2 {
	color: #000;
	}

.pokazatels_list{
	box-sizing: border-box;
	}

.pokazatels_li{
	margin: 0 0 15px 0;
	}

.pokazatels_li_t{
	margin: 0 0 3px 0;
	font-weight: bold;
	text-transform: uppercase;
	}

.pokazatels_li_p{
	height: 20px;
	border-radius: 5px;
	background: #FE6A03;
	}

.pokazatels_li_p_line{
	display: block;
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
	background: #E5B209;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
	padding: 0 10px 0 0;
	box-sizing: border-box;
	}


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

.faq{
	padding: 0 20px 0 20px;
    background: #FE6A03;
	border-radius: 5px;
	margin: 0 0 15px 0;
	transition: all 0.3s 0.02s ease;
	color: #000;
	}

.faq_t{
	font-size: 18px;
	font-weight: 600;
	position:relative;
	padding: 15px 30px 15px 0;
	cursor: pointer;
	}

.faq_t.open {
	color: #fff;
	}

.faq_t:before{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 20px;
	right: 0;
	width: 13px;
	height: 2px;
	background: #fff;
	transition: all 0.3s 0.02s ease;    
	}

.faq_t:after{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 20px;
	right: 0;
	width: 13px;
	height: 2px;
	background: #fff;
	transform:rotate(90deg);
	transition: all 0.3s 0.02s ease;    
	}

.faq_t.open:after{
	width: 0px;
	}

.faq_e{
	display: none;
	padding: 10px 0;
	}

/* END POSTS */


/* FOOTER */

.deh_bot {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	}

footer {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	color: #000;
	}

.logo_bot {
	width: 120px;
	}

.logo_bot img {
	vertical-align: bottom;
	}

.copy{
	padding: 0 0 15px 0;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: right;
	}

.copy a:hover{
	color: #E5B209;
	}

.nav_bot {
	padding: 0 0 15px 0;
	}

.nav_bot ul {
	display: flex;
	justify-content: flex-end;
	}

.nav_bot ul li {
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	}

.nav_bot ul li a {
	color: #000;
	}

.nav_bot ul li a:hover {
	color: #E5B209;
	text-decoration: none;
	}


.ter_soc {
	display: flex;
	justify-content: flex-end;
	}

.ter_soc a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 0 0 5px;
	}

.ter_soc_f {
	background: url('images/face.svg') no-repeat center / contain;
	}
.ter_soc_i {
	background: url('images/insta.svg') no-repeat center / contain;
	}
.ter_soc_x {
	background: url('images/x.svg') no-repeat center / contain;
	}
.ter_soc_w {
	background: url('images/whats.svg') no-repeat center / contain;
	}

.ter_soc a:hover {
	transform: rotate(180deg);
	}


/* END FOOTER */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

/* END WP OTHER */