/*
Theme Name: BuhSait
Theme URI: 
Description: BuhSait theme
Version: 1.0
Author: Vtopya
Author URI: 
Tags: fixed-layout, left-sidebar, responsive-layout, two-columns, valid XHTML, widgets
*/

@font-face {
    font-family: 'BebasNeueCyrillic';
    src: url('./fonts/bebas_neue_cyrillic.eot');
    src: url('./fonts/bebas_neue_cyrillic.eot?#iefix') format('embedded-opentype'),
         url('./fonts/bebas_neue_cyrillic.woff') format('woff'),
         url('./fonts/bebas_neue_cyrillic.ttf') format('truetype'),
        url('./fonts/bebas_neue_cyrillic.svg#posterbodonibtroman') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Plumb';
    src: url('./fonts/plumb.eot');
    src: url('./fonts/plumb.eot?#iefix') format('embedded-opentype'),
         url('./fonts/plumb.woff') format('woff'),
         url('./fonts/plumb.ttf') format('truetype'),
         url('./fonts/plumb.svg#PosterBodoniBTRoman') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Plumbbold';
    src: url('./fonts/plumbbold.eot');
    src: url('./fonts/plumbbold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/plumbbold.woff') format('woff'),
         url('./fonts/plumbbold.ttf') format('truetype'),
         url('./fonts/plumbbold.svg#PosterBodoniBTRoman') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

html{
	font-size: 12px;
	min-width: 300px;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
@media (min-width: 456px) {
	html{
		font-size: 1.1em;
	}
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) {
	html{
		font-size: 1.3em;
	}
}
@media (min-width: 868px) {
	html{
		font-size: 1.5em;
	}
}
@media (min-width: 992px) {
	html{
		font-size: 1.7em;
	}
}
@media (min-width: 1200px) {
	html{
		font-size: 2em;
	}
}
@media (min-width: 1400px) {
	html{
		font-size: 2.5em;
	}
}

body {
    font-size: 14px;
    font-family: 'Arial';
    color: #333;
}
a {
	color: #e71a23;
}
a:hover{
	cursor: pointer;
}
a:hover, a:focus, a:active {
	color: #BD2D10;
}
.btn {
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	border: 1px solid #e71a23;
    font-size: 17px;
    background: #e71a23;
    color: #fff;
    font-weight: 600;
    margin: auto;
    padding: 0 15px;
    border-radius: 2px;
}
.btn:hover, .btn:focus, .btn:active {
	/*
	background: #BD2D10;
    color: #fff;
    border: none !important;
	*/
	color: #f44336;
	background: #fff;
	border: 1px solid #f44336;
}
.d-cont {
	display: contents !important;
}
.d-none {
	display: none !important;
}
section, article {
    display: flow-root;
    position: relative;
}
article {
	margin-bottom: 10px;
}
div img, a img {
	width: 100%;
}
@media screen and (max-width: 600px)
{
	#wpadminbar {
		position: fixed !important; 
	}
}
.menu-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1025;
  transition: all .3s ease;
}
.grecaptcha-badge {
    z-index: 4;
	right: -500px !important;
}
.search-form {
	margin-bottom: 15px;
}
.search-field.form-control {
    width: calc(100% - 50px);
    display: inline-block;
}
.search-submit {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-top: 10px;
	height: 34px;
	border: 0;
	border-radius: 4px;
	background-color: #e71a23;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: -1px -1px 1px rgba(0,0,0,.09);
	box-shadow: -1px -1px 1px rgba(0,0,0,.09);
	outline: 0;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.search-submit:hover {
    background-color: #fab80f;	
}
.list-in-tax .title_section {
	margin-top: 50px;
}
.title_section .dop_title_sect {
    color: #e71a23;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin: 0 0 5px;
}
.title_section h2 {
    margin-bottom: 0px;
    text-transform: capitalize;
	text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
	position: relative;
}
.list-in-tax .title_section h1 {
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
	position: relative;
}

/* --------------------- Header ------------------------- */
/* ------- Top1 ------*/
.art-header {
    height: 155px;
	display: flow-root;
    height: 60px;
}
.haeder_top {
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 999;
	display: flow-root;
	background: #fff;
	min-width: 300px;
}
.admin-bar .haeder_top {
    top: 32px;
}
.haeder_top1 {
	background: #f0f0f0;
	height: 60px;
	padding-bottom: 5px;
	position: relative;
}
.haeder_top1 .container {
	position: relative;
}
.haeder_top1 .soc {
	padding-left: 10px;
	font-family: 'Plumb';
	font-size: 10pt;
	float: left;
	margin-top: 18px;
	margin-left: 21%;
	
}
.haeder_top1 .tel {
	line-height: 26px;
	font-family: 'Plumbbold';
	font-size: 14pt;
	letter-spacing: 1px;
	color: #202020;
	float: left;
	margin-top: 18px;
}
.haeder_top1 .tel a {
	text-decoration: none;
	font-family: 'Plumbbold';
    font-size: 14pt;
	color: #202020;
}
.haeder_top1 .tel span {
	font-family: 'Plumb';
	font-size: 11pt;
}

 .haeder_top1 .phonebuttons {
	margin: 10px 0px 0px 15px;
	float: left;
	margin-top: 25px;
}
.haeder_top1 .phonebuttons .call_back_services{
	box-sizing:border-box;
	cursor:pointer;
	margin: 25px auto;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 36px;
	line-height: 36px;
	margin-top: -11px;
	float: right;
	margin-right: 24px;
}

.haeder_top1 .hours {
	float: left;
	width: 48px;
	margin-top: 10px;
	background: #e71a23;
	border-radius: 50%;
	padding: 9px 5px;
	margin-right: 10px;
}
.haeder_top1 span::not(.wpcf7-not-valid-tip) {
	font-family: 'Plumbbold';
	font-size: 14pt;
	color: #000;
}


.soc .social {
	float: left;
	height: 30px;
}
.soc .social div {
	width: 30px;
	height: 30px;
	background: url('./images/social.png') no-repeat;
	float: left;
	cursor: pointer;
}
.soc .social a {
    display: inline-block;
}
.soc .social .vk {
	background-position: 0 1px;
}
.soc .social .fb {
	background-position: -34px 1px;
}
.soc .social .tw {
	background-position: -68px 1px;
}
.soc .social .inst {
	background-position: -102px 1px;
}
.soc .social .yt {
	background-position: -136px 1px;
}
.soc .social .g {
	background-position: -170px 1px;
}

.haeder_top2 {
	height: 50px;	
}
.box-top-nav {
	height: 50px;
	background: #31343a;
	/*
	background: url('./images/headbg.png') repeat-x;
	*/
	position: relative;
}
.haeder_top .logo a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	
	background-image: url(./images/logo2.png);
    background-position: top center;
    background-size: auto 90%;
    background-repeat: no-repeat;
}
.scroll .haeder_top .logo a {
    position: relative;
    display: block;
	background-image: none;
}
.haeder_top .logo {
	width: 20%;
	position: absolute;
	z-index: 2;
	top: 0px;
	bottom: -50px;
	background: #ffc500;
    border: 2px solid #fdaf00;
}
.scroll .haeder_top .logo {
	width: 20%;
    position: absolute;
    top: 5px;
    bottom: -6px;
    z-index: 2;
	background: #ffc500;
    border: 2px solid #fdaf00;
}
.haeder_top .logo img{
	width: 100%;
	margin-top: 65px;
	display: none;
}
.scroll .haeder_top .logo img{
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	display: block;
	bottom: 0;
	right: 0;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 340px){
	.haeder_top .logo a{
		/*
		background-size: contain;
		*/
	}
}
@media screen and (min-width: 768px){
	.haeder_top .logo a{
		background-image: url(./images/logo.png);
		background-size: contain;
		background-position-y: center;
	}
	.scroll .haeder_top .logo {
		bottom: -10px;
	}
}
@media screen and (min-width: 992px){
	.scroll .haeder_top .logo img {
		max-height: 95%;
	}
}
@-moz-document url-prefix()
{
	@media screen and (max-width: 767px){
		.scroll .haeder_top .logo {
			bottom: -2px;
		}
	} 
}


.haeder_top2 .mainmenu {
	width: 80%;
	margin-left: 20%;
	border-spacing: 0;
	text-shadow: 0 -1px 1px black;
	font-family: 'BebasNeueCyrillic';
	font-size: 18px;
	color: white;
}
.haeder_top2 .mainmenu  td {
	cursor: pointer;
	background: url('./images/menuseparator.png') 100% 0 no-repeat;
	vertical-align: middle;
	height: 50px;
	text-align: center;
	padding: 0 10px;
}
.haeder_top2 .mainmenu  td a {
	display: block;
	color: #fdaf00;
}
.haeder_top2 .mainmenu  td a:hover {
	color: #ffc500;
	text-decoration: none;
}

.haeder_top2 .mainmenu  td.l {
	background: none;
}
.haeder_top2 .mainmenu  td:hover {
	color: #ffc500;
}
.haeder_top2 .mainmenu  td .rel {
	position: relative;
}
.haeder_top2 .mainmenu  td .submenu {
	position: absolute;
	text-align: left;
	padding: 0;
	z-index: 6600;
	top: 10px;
	left: -10px;
	min-width: 105%;
	margin-right: -990px;
	display: none;
	font-family: 'Plumb';
	font-size: 14px;
}
@media all and (max-width: 991px){
	.haeder_top2 .mainmenu td .submenu {
		top: 0;
	}
}
.haeder_top2 .mainmenu  td:hover .submenu {
	color: white;
	display: block;
}
.haeder_top2 .mainmenu  td .submenu li {
	display: block;
	height: 30px;
	display: block;
	background-color: #333333;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #262626;
}
.haeder_top2 .mainmenu  td .submenu li.f {
	border-top: 0;
}
.haeder_top2 .mainmenu  td .submenu li :hover {
	color: #fab80f;
}
.haeder_top2 .mainmenu  td .submenu li.l {
	border-bottom: 0;
}
.haeder_top2 .mainmenu  td .submenu li a {
	height: 20px;
	height: 100%;
	display: block;
	padding: 0 10px;
	line-height: 30px;
}

.left-nav {
    width: 300px;
    min-width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    left: -360px;
    padding: 15px 20px !important;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    background: #333333;
    z-index: 2000;
    left: 0;
    box-shadow: 4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow: 4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 4px 0px 20px 0px rgba(0,0,0, 0.5);
}
.admin-bar .left-nav {
    top: 32px;
}
.left-nav .box-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    line-height: 100%;
}
.left-nav .nav-toggle {
	position: absolute;
	top: 0;
	right: 0px;
	padding: 15px;
	background: inherit;
	cursor: pointer;
	font-size: 2em;
	line-height: 1;
	z-index: 2001;
	color: #fff;
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}
.link-mobile-menu {
	width: 100%;
	position: relative;
	text-align: right;
	color: #fff;
	font-size: 26px;
	padding-right: 10px;
    padding-top: 5px;
}
.link-mobile-menu span:hover {
	cursor: pointer;
}
.phone_mobile {
    padding-left: 10px;
    font-family: 'Plumb';
    font-size: 18px;
    float: left;
    margin-top: 5px;
    margin-left: 20%;
}
.phone_mobile a {
	color: #fff;
}
.left-nav .nav-toggle:hover {
	text-decoration: none;
}
.left-nav ul {
	margin: 0;
	padding: 0;
}
.left-nav > ul > li {
    line-height: 2.5;
}
.left-nav .menu-item ul {
	padding-left: 30px;
}
.left-nav .menu-item > a {
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    width: 100%;
    text-decoration: none;
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}
.left-nav .menu-item > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}
.left-nav .menu-item > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #262626;
}
.left-nav .menu-item a:hover {
	text-decoration: none;
}
.left-nav .menu-item .li-toggle {
    display: inline-block;
    margin-right: 10px;
    color: #ffba00;
}
.left-nav .menu-item .li-toggle:after {
    content: '\25bc';
    text-decoration: none;
}

.header-main {
	padding-top: 30px;
    padding-bottom: 0px;
	border-bottom: 10px solid #fdaf00;
    text-align: left;
    color: #232323;
    background: url(./images/header-main-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-main .box-content .h3 {
	font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 24px;
    border-top: 3px solid #e71a23;
	padding-top: 5px;
    display: inline-block;
    color: #232323;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
}
.header-main .box-content .h1, .header-main .box-content h1 {
    font-size: 48px;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-weight: 700;
    line-height: 1.1;
}
.header-main .box-content p.dop-text {
    font-size: 20px;
    margin: 25px 0 35px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.header-main .box-content .btn {
	padding: 12px 32px;
	border-radius: 5px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
	margin-bottom: 15px;
}
@media screen and (min-width: 992px)
{
	.header-main .box-content {
		margin-top: 50px;
	}
}
@media screen and (min-width: 1200px)
{
	.header-main .box-content {
		margin-top: 100px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px)
{
	.header-main  > .row {
		position: relative;
	}
	.header-main  .box-people {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
@media screen and (max-width: 767px)
{
	.header-main  .box-people{
		display: none;
	}
}
@media screen and (max-width: 576px)
{
	.header-main .box-content .h1, .header-main .box-content h1 {
		font-size: 36px;
	}
}

.box-callback {
	width: 300px;
	min-width: 300px;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 15px 20px !important;
	background: #fff;
	z-index: 2000;
	right: 0;
	box-shadow: 4px 0px 20px 0px rgba(0,0,0, 0.5);
	-moz-box-shadow: 4px 0px 20px 0px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 4px 0px 20px 0px rgba(0,0,0, 0.5);
	border-left: 3px solid #e71a23;
}
.admin-bar .box-callback {
    top: 32px;
}
.box-callback .nav-toggle {
	position: absolute;
	top: 15px;
	right: 5px;
	padding: 10px;
	background: inherit;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
	z-index: 2001;
	color: #fff;
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	background: #e71a23;
	border-radius: 50%;
}
.box-callback .nav-toggle:hover {
	text-decoration: none;
}
.box-callback .box-title {
    font-size: 18px;
	line-height: 20px;
	padding-right: 20px;
	text-align: center;
    color: #000;
	margin-top: 3px;
}
.box-callback .box-description {
	margin-bottom: 25px;
}
.box-callback .btn {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    margin-top: 10px;
    height: 52px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -1px -1px 1px rgba(0,0,0,.09);
    box-shadow: -1px -1px 1px rgba(0,0,0,.09);
    outline: 0;
    cursor: pointer;
}
@media screen and (max-width: 457px)
{
	.haeder_top1 .phonebuttons .call_back_services {
		width: 80px;
		line-height: 13px;
		margin-right: 0;
		padding-top: 5px;
		font-size: 14px;
		white-space: normal;
	}
}

/* !-------------------- Header ------------------------- */

/* --------------------- Footer ------------------------- */
#footer-section {
	color: #fff;
    background: #252628;
}
#footer-section .footer-up {
	z-index: 101;
    background-color: #e71a23;	
    border: 1px solid #d41a12;
	box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
	color: #fff;
    padding: 10px 13px;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#footer-section .footer-up:hover {
	cursor: pointer;
    background-color: #BD2D10;	
}
#footer-section i {
	font-weight: bold;
}
#footer-section .copyright {
	border-top: 1px solid rgba(255,255,255,.23);
	padding-top: 10px;
	font-size: 12px;
}
/* !-------------------- Footer ------------------------- */


/* !-------------------- block_form2_orange ------------------------- */
.block_form_white {
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.block_form_white .newsletter .h4 {
    color: #000;
	margin: 0;
	margin-bottom: 10px;
}
.block_form_white .newsletter .text-newsletter span {
    color: #000;
    font-size: 14px;
    text-transform: initial;
}
.block_form_white .btn {
	position: absolute;
    right: 20px;
    top: 5px;
}
.block_form_white .wpcf7 form:not(.invalid, .sent) .wpcf7-response-output {
    display: none;
}
.block_form_white .wpcf7 form:not(.submitting) .wpcf7-spinner {
    display: none;
}
.wpcf7 form .wpcf7-response-output {
	/*display: flow-root;*/
	display: none;
}
.block_form_white .wpcf7-response-output {
    display: inline-block;
    width: 100%;
    margin-top: 05px !important;
}
/* !-------------------- block_form2_orange ------------------------- */

/* !-------------------- block_form_orange ------------------------- */
.block_form_orange {
    padding-top: 10px;
    padding-bottom: 0px;
    text-transform: uppercase;
    background: url('./images/footer-orange-bg.jpg');
	background: rgb(254,238,149);
	background: radial-gradient(circle, rgba(254,238,149,1) 5%, rgba(253,175,0,1) 100%);
}
.page .container ~ .block_form_orange, .page .container ~ noindex .block_form_orange, .page-list-item .container ~ .block_form_orange, .page-list-item .container ~ noindex .block_form_orange {
	margin-top: 40px;
}
.block_form_orange .newsletter .h4 {
    color: #fff;
	margin: 0;
	margin-bottom: 10px;
}
.block_form_orange .newsletter .text-newsletter span {
    color: #fff;
    font-size: 14px;
    text-transform: initial;
}
.block_form_orange .btn {
	position: absolute;
    right: 20px;
    top: 5px;
}
.block_form_orange .wpcf7 form:not(.invalid, .sent) .wpcf7-response-output {
    display: none;
}
.block_form_orange .wpcf7 form:not(.submitting) .wpcf7-spinner {
    display: none;
}
.block_form_orange .wpcf7-response-output {
    display: inline-block;
    width: 100%;
    margin-top: 05px !important;
}

.block_form_orange .text_shadow {
	text-shadow: 1px 1px 2px black, 0 0 1em #b5491f, 0 0 0.2em #b90f0f;
	margin-top: 35px !important;
	text-align: right;
}

.block_form_orange .cont_form {
	height: 70px;
	margin-top: 27px;
}
.block_form_orange .container {
	position: relative;
}
.block_form_orange .dop_utp_head{
	background: linear-gradient(0deg, #c1312d, #f23a41);
    color: white;
    border-radius: 10px;
    text-align: center;
    font-size: 1.7em;
    padding: 0 !important;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -30px;
}
.block_form_orange .dop_utp_head p::before{
	background: url(./images/utp_top/dop_utp_left_side.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 20px;
    height: 45px;
    content: "";
    position: absolute;
    left: -16px;
    top: -2px;
}
.block_form_orange .dop_utp_head p::after{
	background: url(./images/utp_top/dop_utp_right_side.png);
	background-size: 100% 100%;
    display: inline-block;
    width: 20px;
    height: 45px;
    content: "";
    position: absolute;
    right: -16px;
    top: -2px;
}
@media screen and (max-width: 767px){
	.block_form_orange .text_shadow{
		text-align: center;
	}
}
@media all and (min-width: 576px) and (max-width: 990px){
	.block_form_orange .dop_utp_head p{
		font-size: 0.9em;
		white-space: nowrap;
		overflow: hidden;
	}
}

/* !-------------------- block_form_orange ------------------------- */

/* !-------------------- Page Home ------------------------- */
.page-home {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f4f7fc;
	margin-bottom: 0px;
}
/* !-------------------- Page Home ------------------------- */

/* --------------------- Box item ------------------------- */
.box-item.box-item-list {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: #fff;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
	border: 1px solid #eaeaeb;
	padding: 15px;
}
.box-item.box-item-list:hover {
  -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.2);
          box-shadow: 0 5px 30px rgba(0,0,0,0.2);
  border-color:transparent;
}

.box-item.box-item-list .block-img {
	position: relative;
}
.box-item.box-item-list .block-img  a {
	display: block;
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}
.box-item.box-item-list .block-img img {
    width: 100%;
    height: auto;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.box-item.box-item-list .block-img .meta-top {
	position: absolute;
	left: 7px;
	bottom: inherit;
	top: 10px;
}
.box-item.box-item-list .block-img .meta-top ul {
	padding: 0;
}
.box-item.box-item-list .block-img .meta-top li{
	display:inline-block;
	background: #fdaf00;
	padding: 5px 16px;
	line-height: 19px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #31343a;
	border-radius: 2px;
	letter-spacing: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.box-item.box-item-list .item-content {
	padding: 40px 18px 15px;
	text-align: center;
	position: relative;
}
.box-item.box-item-list .item-content .blok-title .h3 {
	text-align: center;
	margin: 10px 0 7px;
	height: 55px;
    overflow: hidden;
	text-overflow: ellipsis;
	direction: ltr;
}
.box-item.box-item-list .item-content .blok-title a {
	margin-bottom: 0;
	text-transform: none;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	color: #232323;
	font-weight: 600;
}
.box-item.box-item-list .item-content .blok-title a:hover {
	color: #e71a23;
}
.box-item.box-item-list .item-content  .blok-info p {
    margin: 16px 0 15px;
	height: 60px;
	overflow: hidden;
}

.box-item.box-item-list .item-content .meta-center {
	direction: ltr;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	padding: 12px 20px;
	border-radius: 3px;
	text-align: center;
	position: absolute;
	top: -24px;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 20px;
}
.box-item.box-item-list .item-content .meta-center span::before, .box-item.box-item-list .item-content .meta-center a::before {
	content: "";
	background: #616161;
	width: 8px;
	height: 1px;
	position: absolute;
	right: -19px;
	top: 11px;
}
.box-item.box-item-list .item-content .meta-center a:last-child:before,
.box-item.box-item-list .item-content .meta-center span:last-child:before{
    display:none;
}
.box-item.box-item-list .item-content .meta-center a, .box-item.box-item-list .item-content .meta-center span {
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
	margin: 0 10px;
	margin-right: 13px;
	position: relative;
	font-weight: 400;
	font-size: 15px;
}
/* --------------------- Box item ------------------------- */

/* --------------------- Box item Knowledge ------------------------- */

.box-item.knowledges .item-content .readmore a {
	padding: 9px 20px;
	display: inline-block;
	font-weight: 400;
	border-radius: 3px;
	transition: .3s;
	color: #616161;
}
.box-item.knowledges .item-content .readmore a:hover{
	color:#e71a23;
	text-decoration: none;
}
.box-item.knowledges .item-content .readmore a i {
	margin-left: 5px;
}
/* !-------------------- Box item Knowledge ------------------------- */

/* --------------------- Box item Service ------------------------- */
.box-item.service .meta-center .bl-t{
	padding-top: 10px;
	font-weight: bold;
}
.box-item.service .item-content .meta-center{
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border: 1px solid #eaeaeb;
	height: 60px;
}
.box-item.service .item-content .meta-center.has_old {
    background: #eaeff3;
}
.box-item.service .box-item-footer {
    display: flow-root;
	padding: 5px 0;
	text-align: center;
}
.box-item.service .has_old {
    background: #eaeff3;
}
.box-item.service .box-item-footer .item-action a {
	box-sizing: border-box;
	text-transform: uppercase;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	margin: 0;
	font-size: 12px;
	padding: 0 10px;
	line-height: 36px;
	width: 100%;
	overflow: hidden;
}
.box-item.service  .item-price {
    text-align: left;
    padding-right: 8px;
	direction: ltr;
}
.box-item.service .item-price .old-str {
    display: flex;
    justify-content: space-between;
    align-items: center;
	min-height: 10px;
}
.box-item.service .item-price .oldPrice {
    font-size: 12px;
    line-height: 14px;
    position: relative;
    padding: 0 2px;
}
.box-item.service  .item-price .oldPrice:before {
    content: "";
    border-bottom: 1px solid #777;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
}
.box-item.service .item-price img {
    opacity: 1;
    transition: opacity .3s;
    max-width: 100%;
    height: auto;
}
.box-item.service .item-price .price {
    font-size: 18px;
    line-height: 21px;
    color: #444;
    font-weight: 600;
}
.box-item.service .item-price .price-pict {
    margin-top: 0px;
}
/* !-------------------- Box item Service ------------------------- */

/* --------------------- Box List Taxonomy ------------------------- */
.list-box-catagory {
	padding-top: 30px;
	background-image: url('./images/list-cat-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
}
.list-box-catagory h2 {
	text-align: center;
}
.list-box-catagory .category-item {
	border: 1px solid #eaeaeb;
	border-top: none;
}
.list-box-catagory .box-item-image {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -0%);
}
.list-box-catagory .box-item-image img {
    width: 100%;
    height: auto;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.list-box-catagory .category-name {
	font-family: 'BebasNeueCyrillic';
	font-size: 18px;
	color: #333;
	text-align: center;
}
.list-box-catagory a:hover {
	text-decoration: none;
}

.list-box-catagory .single-service-box {
	background-image: url('./images/service-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 33px rgb(0 0 0 / 12%);
    padding: 56px 10px 28px 39px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    transition: .5s;
}
.list-box-catagory .single-service-box .h2{
	color: #232323;
	font-weight: bold;
	height: 100px;
    overflow: hidden;
}
.list-box-catagory .single-service-box .h2.main {
	height: auto;
}
.list-box-catagory .single-service-box .dop-text{
	color: #6d6d6d;
	font-weight: bold;
}
.list-box-catagory .single-service-box .single-service-icon-two {
    position: absolute;
    right: 18px;
    bottom: 15px;
    transform: rotate(45deg);
}
.list-box-catagory .single-service-box .single-service-icon-two i{
    color: #EA846E;
    font-size: 20px;
	font-weight: bold;
}
.list-box-catagory .single-service-box .service-box-thumb{
    position: absolute;
    height: 77px;
    width: 77px;
    line-height: 70px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    top: -38px;
    background: #fff;
    text-align: center;
    transition: 0.5s;
	overflow: hidden;	
    border: 3px solid transparent;
}
.list-box-catagory .single-service-box:hover .service-box-thumb{
    background: #e71a23;
    border: 3px solid #e71a23;
}
.list-box-catagory .single-service-box .service-box-thumb img{
    transition: 0.3s;
}
.list-box-catagory .single-service-box .single-service-conent-text {
	height: 100px;
	overflow: hidden;
}
.list-box-catagory .title_section  {
    margin-top: 40px;
    margin-bottom: 30px;
}
.list-box-catagory .title_section h2 , .list-box-catagory .title_section h1 {
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
	position: relative;
}
.list-box-catagory .title_section .btn {
	padding: 8px 26px;
    border-radius: 30px;
}

/* !-------------------- Box List Taxonomy ------------------------- */

/* --------------------- Dop Info ------------------------- */
.box-dop-info {
	margin-top: 50px;
	margin-bottom: 50px;
}
.advant {
	margin-top: 30px;
}
.advant > div {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.advant > div:nth-child(n+2) {
	border-left: 1px solid #252628;
}
.advant  i {
	color: #e71a23;
	font-size: 48px;
}
.advant  p {
	font-weight: bold;
	margin-top: 10px;
}
/* !-------------------- Dop Info ------------------------- */

/* !-------------------- Box reviews ------------------------- */
.background-overlay {
    background-color: #111A3ABF;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.box-before-reviews {
	padding-top: 80px;
    padding-bottom: 225px;
	text-align: center;
	color: #fff;
    background: url(./images/before-reviews-bg.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-before-reviews .pulse-icon {
	position:relative;
	margin-bottom: 50px;
}
.box-before-reviews .pulse-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: rgba(255,255,255, 0.8);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
	opacity: 0;
	}
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
	opacity: 0;
	}
}
.box-before-reviews .pulse-icon i {
	width: 90px;
    height: 90px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 90px;
	font-size: 20px;
    color: #e71a23;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.box-before-reviews .pulse-icon i::before {
    background: #e71a23;
    color: #fff;
    border-radius: 100%;
	padding: 10px;
}
.box-before-reviews .btn {
	margin-top: 15px;
	padding: 12px 31px;
}
.box-reviews {
    margin-top: -120px;
	min-height: 440px;
}

.box-review {
	text-align: center;
	background: #fff;
	padding: 30px 25px;
	border-radius: 5px;
	border: 1px solid #eee;
}
.box-review .box-content {
    position: relative;
    padding: 0;
    -webkit-box-shadow: 0 25px 40px 0 rgba(0,0,0,.1);
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    text-align: center;
    margin-bottom: 30px;
}
.box-review .box-title {
	position: relative;
	padding-top: 20px;
}
.box-review .box-title::before, .box-review .box-title::after {
	position: absolute;
	top: 0;
	content: "";
	height: 1px;
	width: 25px;
}
.box-review .box-title::before {
    background-color: #e71a23;
    left: calc(50% - 25px);
}
.box-review .box-title::after {
    background-color: #ddd;
    left: 50%;
}
.box-review .box-title .h2 {
	height: 66px;
	overflow: hidden;
}
.box-review .box-title .dop-title {
	color: #e71a23;
	font-size: 14px;
}
.box-review .box-content .text {
	width: 100%;
	margin: auto;
	font-size: 16px;
	font-style: inherit;
	font-family: Rubik;
	height: 210px;
	overflow: hidden;
}
.box-review .box-img {
    position: relative;
    margin: 0 0 20px;
	display:inline-block;
}
.box-review .box-img:before {
    content: "\e606";
    font-family: 'themify';
    font-size: 18px;
    position: absolute;
    line-height: 50px;
    bottom: -10px;
    right: -25px;
    background-color: #fdaf00;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.box-review .box-img img {
	border-radius: 100%;
	width: 90px;
}
.box-review .box-star {
    margin-bottom: 5px;
}
.box-review .box-star i.active {
    color: #e71a23;
}
.box-review .box-star i {
    margin: 0 1px;
    font-size: 19px;
    color: #ddd;
}

/* !-------------------- Box reviews ------------------------- */

/* !-------------------- Box partners ------------------------- */
.box-partners {
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 200px;
}
.box-partners .slider {
	padding-top: 20px;
	padding-bottom: 15px;
}
.box-partner {
	padding: 5px;
}
.box-partner .box-img {
	display: block;
    position: relative;
    width: 100%;
    padding-top: 65%;
    overflow: hidden;
	background: #fff;
	border: 3px solid #616161;
}
.box-partner:hover .box-img {
	border: 3px solid #e71a23;
	transform: scale(1.05);
}
.box-partner .box-img img {
    width: 100%;
    height: auto;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.box-partner img {
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: .3s;
}
.box-partner:hover img {
    filter: none;
    -webkit-filter: none;
}
/* !-------------------- Box partners ------------------------- */

/* !-------------------- Box works ------------------------- */
.box-works  {
	padding-top: 50px;
	padding-bottom: 20px;
}
.box-works .title_section {
	text-align: center;
}
.box-works .title_section  h2 {
    margin-bottom: 50px;
}
.box-works .title_section h2::before {
    display: block;
    content: "";
    position: absolute;
    width: 52px;
    height: 4px;
    left: 0;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: #e71a23;
    bottom: -20px;
    right: 0;
    margin: auto;
}

.box-work {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding: 0 20px;
}
.box-work .box-img {
	text-align: center;
	border: 4px solid transparent;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
}
.box-work:hover .box-img{
	border-color:#e71a23;
}
.box-work .box-img img {
	border-radius: 50%;
	border: 10px solid #fff;
}
.box-work .box-title {
	padding-top: 24px;
}
.box-work .box-title .h3 {
	font-size: 20px;
	font-weight: 700;
}
.box-work .box-text {
	padding-top: 5px;
}
.box-work .box-number {
	position: absolute;
	left: -26px;
	top: 50.5%;
	margin: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box-work:hover .box-number {
	top: 40%;
}
.box-work .box-number span {
	background: #fdaf00;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.box-work .box-number span::before {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 60px;
	height: 60px;
	background: #ffc500;
	opacity: 0.6;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}
.box-work .box-number span::after {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 80px;
	height: 80px;
	background: #fdaf00;
	opacity: 0.4;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}

/* !-------------------- Box works ------------------------- */

/* !-------------------- Box quiz ------------------------- */
.block_quiz {
	background: #f4f4f4;
	border-top: 30px solid #fdaf00;
}
.block_quiz .container img{
	width: 100%;
	margin-top: -30px;
}
.block_quiz .container .text{
	font-weight: bold;
}
.block_quiz .container .dop-text{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 18px;
}
/* !-------------------- Box quiz ------------------------- */

/* !-------------------- Box category service ------------------------- */
.box-category-service {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
    color: #fff;
    background: url(./images/box-category-service-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: -60px;
}
.box-category-service .dop-text {
	color: #6d6d6d;
	font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}
.box-category-service .box-cat {
    position: relative;
	display: block;
    background: #292728;
    border-radius: 7px;
    padding: 19px 28px 17px 28px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.box-category-service .box-cat:hover {
    background: #e71a23;
}
.box-category-service .box-categories{
	margin-top: 20px;
}
.box-category-service .box-cat {
	margin-top: 10px;
}
.box-category-service .box-cat .title .h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 7px;
    font-weight: bold;
    line-height: 1.6;
}
.box-category-service .box-cat .cat-link {
    position: absolute;
    right: 20px;
    bottom: 10px;
    transform: rotate(45deg);
    font-weight: bold;
}
.box-category-service .box-cat:hover{
    color: #fff;
	text-decoration: none;
}
@media screen and (min-width: 1200px){
	.box-category-service{
		background-position: center top;
		padding-top: 150px;
	}
}
@media screen and (min-width: 992px){
	.box-category-service .box-categories{
		margin-top: 40px;
	}
}
/* !-------------------- Box category service ------------------------- */

/* --------------------- Slider ------------------------- */
.slider {
	/*
	margin-top: 30px;
	margin-bottom: 30px;
	*/
	padding-top: 50px;
	padding-bottom: 50px;
}
.slider h2, .slider .h2 {
	text-align: left;
}
.slider .title_section {
	margin-bottom: 20px;
}
.slider .title_section h2, .slider .title_section h3 {
    margin-bottom: 0px;
}

.slider .curosel-style .owl-nav .owl-next {
	left: auto;
	right: -50px;
}
.slider .curosel-style .owl-nav .owl-prev {
	right: auto;
	left: -50px;
}
.slider .curosel-style .owl-nav .owl-next:hover {
	background: #ffc500;
    color: #31343a;
}
.slider .curosel-style .owl-nav .owl-prev:hover {
	background: #ffc500;
    color: #31343a;
}
.slider .curosel-style .owl-nav button {
	border-radius: 50%;
	color: #fff;
	font-size: 19px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 60px;
	text-align: center;
	opacity: 0;
	z-index: 99;
	-webkit-transform: translateY(-49%);
	-ms-transform: translateY(-49%);
	transform: translateY(-49%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: #fdaf00;
}
.slider .curosel-style:hover .owl-nav button {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slider .owl-dots {
	position: absolute;
	left: 50%;
	bottom: -10px;
	border-radius: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slider .owl-dot {
    background: #bfcadc !important;
    height: 5px;
    width: 25px;
    display: inline-block !important;
    margin: 0 3px;
    border-radius: 50px;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.slider .owl-dot.active {
	background: #e71a23 !important;
	width:35px;
}
.slider .owl-dot span {
	display: none !important;
}

.slider.knowledges-slider, .slider.services-slider {
    background: #f4f7fc;
}
@media screen and (max-width: 600px)
{
	.slider .owl-dot {
		width: 5px;
	}
	.slider .owl-dot.active {
		width: 7px;
	}
	.slider .curosel-style .owl-nav {
		display: none;
	}
}
/* !-------------------- Slider ------------------------- */

/* --------------------- Singel Knowledge ------------------------- */
.singel.knowledges {
	padding-top: 20px;
}
.singel.knowledges .box-service {
	margin-bottom: 40px;
    padding: 35px 30px 35px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.singel.knowledges .box-service .dop-info {
	color: #616161;
	font-weight: bold;
}
.singel.knowledges .box-service .box-video {
    border-top: 1px solid #e6e6e6;
	/*
	padding-top: 30px;
	*/
}
.singel.knowledges .box-service .box-video h2 {
	margin-bottom: 10px;
	font-weight: bold;
}
.singel.knowledges .box-service h1 {
	margin-top: 0px;
	font-weight: bold;
}
.singel.knowledges .calculyator {
	margin-bottom: 40px;
    padding: 35px 30px 35px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
}
.singel.knowledges .calculyator  h2 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-weight: bold;
	position: relative;
}
.singel.knowledges .calculyator  h2:before {
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 88px;
    height: 3px;
    background: #aec6ef;
    content: "";
}
.singel.knowledges .calculyator  h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #e71a23;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
    from {
        left: 0
    }
    to { 
        left: 85px
    }
}
/* --------------------- Singel Knowledge ------------------------- */

/* --------------------- Singel Service ------------------------- */
.singel.service h1 {
	padding-left: 10px;
	background: #f7f7f8;
}
.singel.service .box-img {
	position: relative;
	margin: 20px auto;
}
.singel.service .blog-thum {
	position: relative;
    width: 80%;
    padding-top: 80%;
	margin: 10% auto;
    overflow: hidden;
	border-radius: 50%;
	border: 3px solid #dddddd;
}
.singel.service .blog-thum img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.singel.service .box-img .img-dop {
	position: absolute;
}
.singel.service .box-img .img-top {
	top: 0;
	left: 3%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: float-bob;
    animation-name: float-bob;
    -webkit-animation-name: MOVE-PTBT;
    animation-name: MOVE-PTBT;
}
@-webkit-keyframes MOVE-PTBT {
    0% {
		top: 0%;
    }
    50% { 
		top: 5%;
    }
    100% {
		top: 0%;
    }
}
.singel.service .box-img .img-bottom {
	bottom: 0;
	right: 0;
}
.singel.service .box-img .img-bottom2 {
	bottom: -1%;
	right: 25%;
	text-align: center;
}
.singel.service .box-img .pulse-icon {
	position:relative;
}
.singel.service .box-img .pulse-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    background: rgba(255,255,255, 0.8);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: ripple-red 1500ms ease-out infinite;
    animation: ripple-red 1500ms ease-out infinite;
}
@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(241, 42, 2, 0.3), 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3);
        box-shadow: 0 0 0 0 rgba(241, 42, 2, 0.3), 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3), 0 0 0 30px rgba(241, 42, 2, 0);
        box-shadow: 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
.singel.service .box-img .pulse-icon:hover {
	cursor: pointer;
}
.singel.service .box-img .pulse-icon i {
	width: 65px;
    height: 65px;
	font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 65px;
	font-size: 20px;
    color: #fff;
    background: #e71a23;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.singel.service .box-img .pulse-icon i::before {
    color: #e71a23;
    background: #fff;
    border-radius: 100%;
	padding: 10px;
}

.singel.service .box-price {
	display: flow-root;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaeb;
}
.singel.service .price-value {
    font-size: 18px;
    line-height: 21px;
    color: #444;
    font-weight: 600;
}
.singel.service .old-str {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 10px;
}
.singel.service .old-price-value {
	position: relative;
}
.singel.service .old-price-value:before {
    content: "";
    border-bottom: 1px solid #777;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
}
.singel.service .price-pict {
    margin-top: -40px;
}
.singel.service  .call_back_services{
	box-sizing:border-box;
	text-transform:uppercase;
	text-align:center;
	border-radius:5px;
	font-weight:bold;
	margin-top: 15px;
	padding: 0;
	width: 160px;
	height: 36px;
	line-height: 36px;
}
.singel.service  .call_back_services:hover {
	cursor:pointer;
}
.singel.service .content-article {
    margin-top: 30px;
    margin-bottom: 20px;
}
.singel.service .content-article .nav-tabs a {
	font-size: 18px;
	color: #333;
}
.singel.service .content-article .nav-tabs {
	border: none;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.singel.service .content-article .nav-tabs > li {
	margin-bottom: 0;
}
.singel.service .content-article .nav-tabs a{
	border-radius: 0;
	margin-right: 0;
}
.singel.service .content-article .nav-tabs a.active {
	border: 2px solid #d4d4d4;
	border-bottom: none;
	background-color: initial;
	border-top-color: #e71a23;
}
.singel.service .content-article .nav-tabs a.active::before, .singel.service .content-article .nav-tabs a.active::after {
	content: "";
	height: 0;
	width: 100vw;
	display: block;
	bottom: 0px;
    position: absolute;
	border-bottom: 2px solid #d4d4d4;
}
.singel.service .content-article .nav-tabs a.active::before {
	right: calc(100% + 2px);
}
.singel.service .content-article .nav-tabs a.active::after {
	left: calc(100% + 2px);
}
.singel.service .content-article .nav-tabs a:hover {
	color: #333;
}
.singel.service .content-article .tab-content {
	padding: 15px;
	border: 2px solid #d4d4d4;
	border-top: none;
}
/* !-------------------- Singel Service ------------------------- */

.navigation .alignleft {
    width: 50%;
    float: left;
}
.navigation .alignright {
    text-align: right;
}

.taxonomy-description {
    text-align: justify;
	margin-top: 30px;
}

.blockb {
	height: 250px;
    overflow: hidden;
	position: relative;
}

/*
.blockb::before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
*/
.blockb img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media all and (max-width: 576px){
	.blockb {
		margin-top: 10px;
	}
}
@media all and (max-width: 400px){
	.blockb {
		height: 190px;
	}
}
/*
@media all and (max-width: 576px){
	.blockb {
		height: inherit;
		margin-top: 10px;
	}
	.blockb img {
		position: relative;
		top: auto;
		left: inherit;
		transform: none;
	}
}
*/
@media all and (min-width: 1200px){
	.blockb img {
		width: 80%;
	}
}
.tab-content table {
	border-color: #eaeaeb;
	border-collapse: collapse;
	width: 100%;
}
.tab-content table tr:nth-child(odd) {
    background-color: #f7f7f8;
}
.tab-content table tr td  {
    padding: 5px 10px;
	border-color: #eaeaeb;
}


/* --------------------- Singel Knowledge Slider ------------------------- */
.singel.service .hide-bullets {
	display: flow-root;
	list-style:none;
	margin-left: -40px;
	margin-top:20px;
}
.singel.service .hide-bullets li {
	width: 20%;
	float: left;
    margin-right: 10px;
}
.singel.service .thumbnail {
    margin-bottom: 10px;
}
.singel.service a.thumbnail:hover, .singel.service a.thumbnail:focus, .singel.service a.thumbnail.active {
    border-color: #e71a23;
}
.singel.service #fancybox-title-over {
	display: none;
}
/* !-------------------- Singel Knowledge Slider ------------------------- */

/* !-------------------- Pagination ------------------------- */
.art-pager {
	padding-top: 10px;
	padding-bottom: 10px;
}
.art-pager .page-numbers {
	padding: 2px 10px;
    line-height: 40px;
    display: inline-block;
	text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 0 0;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    color: #e71a23;
}
.art-pager .page-numbers.current {
	background: #e71a23;
    border-color: #e71a23;
    color: #fff;
}
/* !-------------------- Pagination ------------------------- */

article {
	margin-bottom: 0;
}
.content-article img.alignright {
    float: right;
	margin: 10px;
    margin-right: 0;
}
.content-article img.alignleft {
    float: left;
	margin: 10px;
    margin-left: 0;
}
.content-article {
    text-align: justify;
}
.content-article h1, .content-article h2, .content-article h3 {
    text-align: left;
}

.box-item.box-work {
    padding: 5px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
    margin-top: 10px;
}
.box-work .box-item-header {
    color: #e71a23;
    text-transform: uppercase;
}


/* --------------------- block_utp_top ------------------------- */
.block_utp_top {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.block_utp_top .h1 {
	text-transform: uppercase;
}
.block_utp_top .red {
	color: red;
	font-weight: bold;
}
.block_utp_top .utp_content {
	position: relative;
	display: flow-root;
	margin-bottom: 10px;
}
.block_utp_top .utp_content::before {
	background: url("./images/utp_top/utp_top_bg1.jpeg") no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
    height: 100%;
    width: 50%;
}
.block_utp_top .utp_content::after {
	background: url("./images/utp_top/utp_top_bg2.jpeg") no-repeat;
    background-size: contain;
    background-position: right bottom;
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    z-index: -1;
}
.block_utp_top .utp_content .utp_left {
	padding-bottom: 20px;
}
.block_utp_top .utp_content .utp_left_text {
	background: #ffffffe6;
	padding: 10px 20px;
}
.block_utp_top .utp_content .utp_left_text hr {
	width: 70%;
	border-color: #000;
}
.block_utp_top .utp_content .utp_timer {
	background: #fff;
	border: 3px solid #de6300;
}
.block_utp_top .utp_content .utp_timer .block_head {
	background: #212a35;
	color: #fff;
	padding: 10px 30px 20px;
}
.block_utp_top .utp_content .utp_timer .utp_timer_input {
	padding: 20px;
	padding-bottom: 10px;
    display: flow-root;
}
.block_utp_top .utp_content .utp_timer .utp_timer_element {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}
.block_utp_top .utp_content .utp_timer .second {
	color: #f5a01d;
}
.block_utp_top .utp_content .utp_timer .timer p {
    display: flex;
    margin: 0;
}
.block_utp_top .utp_content .utp_timer .timer p span {
    flex-grow: 1;
    align-items: center;
}
.block_utp_top .utp_content .utp_timer form {
	height: 190px;
}
.block_utp_top span.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 10px;
}
.block_utp_top span.wpcf7-form-control-wrap:last-child {
	margin-bottom: 0px;
}
@media screen and (max-width: 576px)
{
	.block_utp_top .utp_content {
		margin-bottom: 50px;
	}
	.block_utp_top .utp_content::before {
		background-size: auto;
		width: 100%;
	}
}
/*
.block_utp_top {
	padding-top: 20px;
	background: url(./images/utp_top/fon66.jpg) no-repeat;
	background-size: cover;
}
.block_utp_top .utp_content{
	display: flex;
	height: 400px;
}
.block_utp_top .utp_left:before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.block_utp_top .utp_left{
	background: url(./images/utp_top/book1.png) no-repeat;
	background-size: cover;
	background-size: 100% 100%;
	background-position: bottom right;
	padding: 0 !important;
}
.block_utp_top .utp_left_text{
	margin-top: 20px;
	font-size: 20px;

	font-weight: bold;
	display: flex;
	align-items: center;
}
.block_utp_top .utp_left_text img{
	max-width: 60px;
	margin-right: 10px;
}
.block_utp_top .utp_left_text b{
	color: red;
}
.block_utp_top .arrow_utp{
	background: url(./images/utp_top/strelka3.png);
	background-size: 100% 100%;
	width: 100%;
	height: 150px;
	line-height: 150px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: white;
	position: relative;
	margin-left: -5%;
}

.block_utp_top .utp_timer{
	background: #d7d6d2;
	background: url(./images/utp_top/book2.png) no-repeat;
	background-size: cover;
	background-size: 100% 100%;
	background-position: bottom left;
	text-align: center;
}
.block_utp_top .utp_timer h2{
	color: #e71a23;
	font-size: 1.1rem;
	font-weight: bold;
}
.block_utp_top .utp_timer_input p{
	width: 60px;
}
.block_utp_top .utp_timer_input input{
	height: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
.block_utp_top .timer{
    background: linear-gradient(0deg, black, grey);
    margin: auto;
    width: 200px;
    height: 70px;
    line-height: 35px;
    color: white;
    font-size: 30px;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 14px;
}
.block_utp_top .timer p{
	line-height: 100%;
	height: 10px;
	font-size: 10px;
}
.block_utp_top .utp_timer_element{
	background: url(./images/utp_top/bg_timer.png);
	background-size: contain;
}
.block_utp_top .utp_under_timer{
	padding: 0 5px;
}
.block_utp_top .utp_timer .btn{
	transition: all 0.4s ease-in-out 0s;
	background: linear-gradient(0deg, #ff0000, #ff9d9d);
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	width: 100%;
	text-transform: uppercase;
}
.block_utp_top .utp_timer .btn:hover{
	background: linear-gradient(0deg, #ff9d9d, #ff0000);
}
.block_utp_top .btn{
    border: 1px solid #e71a23;
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
    border-radius: 2px;
    cursor: pointer;
}

.block_form_orange .container {
	position: relative;
}
.block_form_orange .dop_utp_head{
	background: linear-gradient(0deg, #c1312d, #f23a41);
    color: white;
    border-radius: 10px;
    text-align: center;
    font-size: 1.7em;
    padding: 0 !important;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -50px;
}
.block_form_orange .dop_utp_head p::before{
	background: url(./images/utp_top/dop_utp_left_side.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 20px;
    height: 45px;
    content: "";
    position: absolute;
    left: -16px;
    top: -2px;
}
.block_form_orange .dop_utp_head p::after{
	background: url(./images/utp_top/dop_utp_right_side.png);
	background-size: 100% 100%;
    display: inline-block;
    width: 20px;
    height: 45px;
    content: "";
    position: absolute;
    right: -16px;
    top: -2px;
}

.dop_utp{
	width: 900px;
	margin: auto;
	display: block;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}
.dop_utp .block_form_orange {
    padding-top: 14px !important;
    padding-bottom: 6px !important;
}
.dop_utp .text-newsletter, .text-newsletter2{
	text-align: center;
	font-size: 20px;
}
.dop_utp .text-newsletter2{
	font-weight: bold;
	font-size: 30px;
	color: #eb3836;
}
.dop_utp .text-newsletter2, .block_form_orange form {
	margin-top: 15px;
}

@media all and (min-width: 576px) and (max-width: 990px){
	.block_utp_top .utp_head_garant p{
		font-size: 1em;
	}
	.block_utp_top .arrow_utp{
		font-size: 1.5em;
		top: -40px;
	}
}
@media all and (max-width: 576px){
	.block_utp_top .utp_head_garant p{
		font-size: 1em;
	}
	.block_utp_top .utp_head_img{
		width: 50px;
	}
}
@media all and (max-width: 767px){
	.block_utp_top .utp_content {
		height: 520px;
	}
	.block_utp_top .utp_timer h2 {
		font-size: 1.3rem;
	}
	.block_utp_top .utp_left_text{
		display: block;
		width: 100%;
		font-size: 16px;
		margin-top: 10px;
	}
	.block_utp_top .utp_left_text p {
		margin: 0;
	}
	.block_utp_top .utp_timer_input .wpcf7-spinner {
		display: none;
	}
	.block_utp_top .utp_timer_input .wpcf7 form .wpcf7-response-output {
		margin: 0;
	}
}
@media all and (max-width: 390px){
	.block_utp_top .utp_content {
		height: 600px;
	}
}
*/
/* !-------------------- block_utp_top ------------------------- */
article {
	margin-bottom: 40px;
}

.block_quiz .container .text {
	text-transform: uppercase;
}
.block_quiz button.srm_a_button {
    margin: 10px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e71a23), to(#fdaf00));
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    border-color: #fdaf00;
}
.block_quiz button.srm_a_button:hover {
    font-size: 18px;
}

@media all and (max-width: 576px){
	#seoremaqwe-092d2a40bac544b9a3ace885fe912d07 {
		text-align: center;
	}
}

.btn_orange {
    border-color: #fdaf00;
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 15px 30px;
    margin: 10px 0px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e71a23), to(#fdaf00));
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    transition: .15s ease-in-out;
    font-weight: bold;
    font-size: 18px;
}
.btn_orange:hover, .btn_orange:focus {
    box-shadow: 0 0 10px 0 #e3ce4f inset, 0 0 10px 4px #b9782e;
    color: #292a73;
    background: #fff;
    font-size: 18px;
}