/*!
Theme Name: Chubarov Law
Theme URI: http://underscores.me/
Author: WEB24
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chubarov
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Chubarov Law is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Exo2-Regular';
	background: #f8f8f8;
}

h1, .h1 {font-size: 32px;}
h2, .h2 {font-size: 28px;}
h3, .h3 {font-size: 24px;}
h4, .h4 {font-size: 20px;}
h5, .h5 {font-size: 18px;}
h6, .h6 {font-size: 15px;}

a,
a:hover {
	text-decoration: none;
	transition: .3s;
}
.fontAnastasia {
	font-family: 'AnastasiaScriptC';
	font-size: 48px;
}


nav {
	position: relative;
	background: #34513f;
}
.mega-menu-wrap ul {
	display: flex !important;
    justify-content: space-between;
}
nav .mega-menu-wrap ul li a.nav-link {
	color: #fff;
    font-family: 'Exo2-Light';
    font-size: 18px;
    padding: 5px;
    display: inline-block;
}
nav .mega-menu-wrap ul li a.nav-link::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: transparent;
	-webkit-transition: all 250ms;
    transition: all 250ms;
}
nav .mega-menu-wrap ul li a.nav-link:hover::after {
	background: rgb(207,118,0);
	background: linear-gradient(90deg, rgba(207,118,0,1) 0%, rgba(241,208,57,1) 100%);
	-webkit-transition: all 250ms;
    transition: all 250ms;
}
header {
	position: relative;
	padding: 15px 0;
}
.logo img {
	max-width: 100%;
	height: inherit;
}
.header-contact {
	float: right;
}
.header-phone {
	font-size: 20px;
    color: #34513f;
    font-family: 'Exo2-Regular';
}
.header-phone:hover {
	color: #34443a;
}
.header-contact ul {
	margin: 10px 0 0;
    padding: 0;
    list-style: none;
}
.header-contact ul li {
	display: inline-block;
    margin-right: 7px;
}
.header-contact ul li a {
	width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #34513f;
    border-radius: 50%;
    font-size: 18px;
}
.header-contact ul li a.icon-whatsapp:hover {
	background: rgb(54,141,15);
	background: linear-gradient(45deg, rgba(54,141,15,1) 0%, rgba(63,157,5,1) 100%);
}
.header-contact ul li a.icon-viber:hover {
	background: rgb(106,57,170);
	background: linear-gradient(97deg, rgba(106,57,170,1) 0%, rgba(103,53,167,1) 100%);
}
.header-contact ul li a.icon-fb:hover {
	background: rgb(58,87,155);
	background: linear-gradient(183deg, rgba(58,87,155,1) 0%, rgba(109,133,181,1) 100%);
}
.header-contact ul li a.icon-instagram:hover {
	background: rgb(131,58,180);
	background: linear-gradient(183deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
.header-contact ul li a.icon-telegram:hover {
	background: #09b9e0;
}
.header-contact ul li a:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,.45);
}

.slide h1,
.h1-heading>div {
	font-size: 70px !important;
    font-family: 'AnastasiaScriptC' !important;
    display: inline-block !important;
    padding: 0px 40px !important;
    margin-bottom: 35px !important;
}
.slide h2 {
    font-family: 'Exo2-Regular' !important;
    font-size: 36px !important;
    display: inline-block !important;
    padding: 5px 20px !important;
    margin-bottom: 50px !important;
}

main {
	min-height: 500px;
}

.section-title {

}
.section-title h3,
.section-title .h3{
	font-family: 'Palatino';
	display: inline-block;
}
.section-title h3:after,
.section-title .h3:after{
	content: '';
    background: rgb(207,118,0);
    background: linear-gradient(90deg, rgba(207,118,0,1) 0%, rgba(241,208,57,1) 100%);
    width: 100%;
    height: 2px;
    display: block;
}
.section-title-small h3,
.section-title-small .h3{
	font-size: 24px;
}
.section-title-medium h3,
.section-title-medium .h3{
	font-size: 36px;
}
.section-title-large h3,
.section-title-large .h3{
	font-size: 48px;
}

.web24-service-item {
	display: block;
    width: 250px;
    height: 250px;
    background: rgb(207,118,0);
    background: linear-gradient(90deg, rgba(207,118,0,1) 0%, rgba(241,208,57,1) 100%);
    border-radius: 50%;
    padding: 2px;
    margin: 0 auto 35px;
}
.web24-service-body {
	width: 100%;
    height: 100%;
    background: #f8f8f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: .2s;
}
.web24-service-item i {
	font-size: 60px;
    color: #2b2a29;
    margin-bottom: 10px;
    transition: .3s;
}
.web24-service-item span {
	height: 2px;
	width: 60%;
	background: rgb(207,118,0);
    background: linear-gradient(90deg, rgba(207,118,0,1) 0%, rgba(241,208,57,1) 100%);
    opacity: 0;
	transition: .5s;
}
.web24-service-item h4,
.web24-service-item .h4{
	margin: 10px 0px 0;
    font-family: 'Palatino';
    color: #2b2a29;
    font-size: 18px;
    text-align: center;
    transition: .3s;
    padding: 0 40px;
}
.web24-service-item:hover .web24-service-body {
	background: #fff;
    transition: .2s;
}
.web24-service-item:hover span {
	margin: 30px 0 25px;
	opacity: 1;
	transition: .5s;
}
.web24-service-item:hover i,
.web24-service-item:hover h4 {
	color: #34513f;
    transition: .3s;
}

.about-text {
	font-size: 20px;
}
.about-text p {
	margin: 10px 0 20px;
}

.web24-adv-item {
	margin: 20px 0 0px;
    background: none;
    border: none;
    border-radius: 0;
}
.web24-adv-item .card-header {
	background: none;
    padding: 0;
    border: none;
    border-radius: 0;
}
.web24-adv-item .card-header button {
	width: 100%;
    text-align: left;
    background: none;
    border: none;
	font-size: 22px;
	outline: none;
}
.web24-adv-item .card-header button:after {
	content: '\f068';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    border: 2px solid;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    color: #34513f;
    margin: 15px 0;
}
.web24-adv-item .card-header button.collapsed:after {
	content: '\f067';
}
.web24-adv-item .web24-adv-img {
	position: relative;
	width: 60px;
    height: 60px;
    background: rgb(207,118,0);
    background: linear-gradient(90deg, rgba(207,118,0,1) 0%, rgba(241,208,57,1) 100%);
    border-radius: 50%;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.web24-adv-item span {
	display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
}
.web24-adv-item span i {
	font-size: 24px;
    color: #34513f;
    line-height: 56px;
}
.web24-adv-item p {
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
    padding: 10px 25px 5px;
}


.price-service-heading {
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.feedback-price .wpcf7 {
	background: #5f6460;
    text-align: center;
    border-radius: 20px;
    padding: 30px 50px;
}
.feedback-price .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 15px;
}
.feedback-price input {
	width: 100%;
    background: none;
    border: none;
    color: #fff;
    border-bottom: 1px solid #34513f;
    font-size: 18px;
    outline: none;
    padding: 0 2px;
}
.feedback-price textarea {
	width: 100%;
    background: none;
    border: none;
    color: #fff;
    border-bottom: 1px solid #34513f;
    font-size: 18px;
    outline: none;
    padding: 0 2px;
    height: 100px;
}
.feedback-price input[type="submit"] {
	background: #34513f;
    display: inline-block;
    width: auto;
    padding: 5px 25px;
    opacity: 1;
    transition: .2s;
}
.feedback-price input[type="submit"]:hover {
    opacity: .8;
    transition: .2s;
}
.feedback-price input::-webkit-input-placeholder,
.feedback-price textarea::-webkit-input-placeholder {
  color: #fff;
}
.feedback-price input:-ms-input-placeholder,
.feedback-price textarea:-ms-input-placeholder {
  color: #fff;
}
.feedback-price input::placeholder,
.feedback-price textarea::placeholder {
  color: #fff;
}
.feedback-price .ajax-loader {
	position: absolute;
}
.feedback-price span.wpcf7-not-valid-tip {
	font-size: 12px;
    text-align: left;
}
.feedback-price div.wpcf7-response-output {
	margin: 0;
    padding: 5px 10px;
    color: #fff;
}

.partners-heading {
	font-family: 'Palatino';
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}
.web24-partners {
	padding: 0 40px;
}
.web24-partners .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}
.web24-partners .slick-slide a {
	display: block;
	padding: 0 20px;
}
.web24-partners .slick-slide img {
	width: auto;
	max-width: 100%;
	height: inherit;
	margin: auto;
}
.web24-partners .slick-arrow {
	position: absolute;
    top: calc(50% - 50px);
    background: none;
    border: none;
    padding: 0;
    outline: none;
    opacity: .7;
    transition: .2s;
    z-index: 9;
}
.web24-partners .slick-prev {
	left: 0px;
}
.web24-partners .slick-next {
	right: 0px;
    transform: rotate(180deg);
}
.web24-partners .slick-arrow img {
	max-height: 100px;
    width: auto;
}
.web24-partners .slick-arrow:hover {
    transition: .2s;
	opacity: 1;
}


.web24-testimonials {
	padding: 0 40px;
}
.web24-testimonials-item {
	padding: 15px;
    border: 1px solid #34513f;
    margin: 0 10px;
}
.web24-testimonials-img {
	display: inline-block;
    vertical-align: top;
    width: 80px;
    margin-right: 15px;
}
.web24-testimonials-img img {
	width: auto;
    max-width: 100%;
    height: inherit;
}
.web24-testimonials-body {
	display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
}
.web24-testimonials-body div {
	color: #000;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Palatino';
}
.web24-testimonials-body div span {
	display: block;
    font-weight: normal;
    line-height: 1.3;
    font-size: 16px;
    margin-bottom: 10px;
}
.web24-testimonials-body p {
	color: #414345;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}
.web24-testimonials .slick-arrow {
	position: absolute;
    top: calc(50% - 50px);
    background: none;
    border: none;
    padding: 0;
    outline: none;
    opacity: .7;
    transition: .2s;
    z-index: 9;
}
.web24-testimonials .slick-prev {
	left: 0px;
}
.web24-testimonials .slick-next {
	right: 0px;
    transform: rotate(180deg);
}
.web24-testimonials .slick-arrow img {
	max-height: 100px;
    width: auto;
}
.web24-testimonials .slick-arrow:hover {
    transition: .2s;
	opacity: 1;
}

.footer-contacts {
	color: #FFF;
	font-size: 20px;
}
.footer-contacts p {
	margin-bottom: 10px;
}
.footer-contacts p a {
	color: #fff;
}
.footer-social {
	margin: 0;
    padding: 0;
    list-style: none;
}
.footer-social li {
	display: inline-block;
    margin-right: 7px;
}
.footer-social li a {
	width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #34513f;
    border-radius: 50%;
    font-size: 18px;
}
.footer-social li a.icon-whatsapp:hover {
	background: rgb(54,141,15);
	background: linear-gradient(45deg, rgba(54,141,15,1) 0%, rgba(63,157,5,1) 100%);
}
.footer-social li a.icon-viber:hover {
	background: rgb(106,57,170);
	background: linear-gradient(97deg, rgba(106,57,170,1) 0%, rgba(103,53,167,1) 100%);
}
.footer-social li a.icon-fb:hover {
	background: rgb(58,87,155);
	background: linear-gradient(183deg, rgba(58,87,155,1) 0%, rgba(109,133,181,1) 100%);
}
.footer-social li a.icon-instagram:hover {
	background: rgb(131,58,180);
	background: linear-gradient(183deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
.footer-social li a.icon-telegram:hover {
	background: #09b9e0;
}
.footer-social li a:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,.45);
}

footer {
	position: relative;
	background: #707972;
	padding: 10px 0;
}
.copyright {
	margin: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.copyright a {
	color: #fff;
}


.entry-header,
.page-header {
	text-align: center;
}
.entry-header h1,
.page-header h1 {
	font-family: 'Palatino';
	display: inline-block;
	margin-bottom: 20px;
}
.entry-header h1:after,
.page-header h1:after {
	content: '';
    background: rgb(207,118,0);
    background: linear-gradient(90deg, rgba(207,118,0,1) 0%, rgba(241,208,57,1) 100%);
    width: 100%;
    height: 2px;
    display: block;
}

.not-found p {
	text-align: center;
}


article.post {
	margin-bottom: 35px;
}
article.post .post-thumbnail {
	display: block;
    background: rgb(207,118,0);
    background: linear-gradient(90deg, rgba(207,118,0,1) 0%, rgba(241,208,57,1) 100%);
    padding: 5px;
}
article.post .post-thumbnail img {
	width: 100%;
	height: inherit;
}
article.post h2 {
	font-size: 24px;
}
article.post h2 a {
	color: #212529;
}
article.post .entry-meta {
	display: inline-block;
    background: #ececec;
    padding: 4px 10px;
    font-size: 12px;
}
article.post .entry-meta a {
	color: #212529;
}
.post-btn {
	background: #34513f;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
    border: 2px solid #34513f;
}
.post-btn:hover {
	background: transparent;
	color: #212121;
}
.single article .post-thumbnail {
	max-width: 500px;
	margin: 0 auto 25px;
}


.feedback-popup .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 15px;
}
.feedback-popup input {
	width: 100%;
    background: none;
    border: none;
    color: #222;
    border-bottom: 1px solid #34513f;
    font-size: 18px;
    outline: none;
    padding: 0 2px;
}
.feedback-popup textarea {
	width: 100%;
    background: none;
    border: none;
    color: #222;
    border-bottom: 1px solid #34513f;
    font-size: 18px;
    outline: none;
    padding: 0 2px;
    height: 100px;
}
.feedback-popup input[type="submit"] {
	background: #34513f;
	color: #fff;
    display: inline-block;
    width: auto;
    padding: 5px 25px;
    opacity: 1;
    transition: .2s;
}
.feedback-popup input[type="submit"]:hover {
    opacity: .8;
    transition: .2s;
}
.feedback-popup .ajax-loader {
	position: absolute;
}
.feedback-popup span.wpcf7-not-valid-tip {
	font-size: 12px;
    text-align: left;
}
.feedback-popup div.wpcf7-response-output {
	margin: 0;
    padding: 5px 10px;
    color: #212121;
}
.icons-top { padding-top: 20px; font-size: 20px; }
.icons-top span { width: 30px; height: 30px; display: inline-block; text-align: center; line-height: 30px; color: #fff; background: #34513f; border-radius: 50%; font-size: 18px; }
.icons-top span:hover { background: #61a375; }
.sticky-top .header-phone { color: #fff; float: right; display: none; }
.sticky-top.fixed .header-phone { display: block; }

@media (max-width: 480px) {
	.header-contact .header-phone { display: none; }
	.icons-top { text-align: center; }
	.icons-top p:last-child, .icons-top span, .mega-toggle-blocks-left  { display: none !important; }
	.sticky-top .header-phone { display: block; position: absolute; right: 10px; line-height: 40px;  z-index:99;}
}

.subpages { text-align: center; margin-bottom: 25px; }
.subpages .web24-service-item { width: calc(25% - 20px); height: auto; margin: 5px; display: inline-block; background: none; }
.subpages .web24-service-item .web24-service-body { background: #61a375; border-radius: 5px; padding: 10px; box-shadow: 0px 3px #4e815e; }
.subpages .web24-service-item span { display: none; }
.subpages .web24-service-item h4 { margin: 0; color: #fff; line-height: 18px; }
.subpages .web24-service-item i { margin-bottom: 0; }

.block-price h2.vc_custom_heading { background: #d8d8d8; font-weight: bold; padding: 5px 10px; }
.block-price .vc_tta-panel-title { background: #ebebeb; }
.block-price table { width: 100%; }
.block-price table td { background: #dae7de; padding: 5px; border: #fff solid 1px; }
.block-price .tr td { background: #c8ddce; }
.block-price tr td:first-child { text-align: center; }
.wpb-js-composer .block-price .vc_tta.vc_general .vc_tta-panel-body { padding: 0; }
.text-center { text-align: center; }
.block-blockoute .vc_icon_element { margin-bottom: 0; }

.block-blockoute .wpb_heading { position: absolute; top: 115px; text-align: center; margin: auto; width: 125px; display: block; background: #62a476; color: #fff; font-size: 14px; border-radius: 5px; display: block; left: 50%; margin-left: -62px; }
.wpb_single_image.vc_align_center { position: relative; }

.wpb-js-composer .block-accord .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon { right: 20px; left: unset; }
.block-accord .vc_tta-controls-icon { border: #666 solid 1px; border-radius: 50%; padding: 10px; }
.wpb-js-composer .block-accord  .vc_tta-controls-icon.vc_tta-controls-icon-plus::before { width: 80%; margin: auto; }
.wpb-js-composer .block-accord .vc_tta-controls-icon.vc_tta-controls-icon-plus::after { height: 80%; margin: auto; }
.block-accord .vc_tta-panel-heading, .block-accord .vc_tta-panel-body { border: none !important; }
.block-accord .vc_tta-controls-icon-position-left.vc_tta-panel-title > a { padding-left: 20px !important; }
.block-accord .vc_tta-icon { background: linear-gradient(90deg,rgba(207,118,0,1) 0%,rgba(241,208,57,1) 100%); padding: 5px; border-radius: 50%; width: 35px; height: 35px; display: inline-block !important; text-align: center; position: relative; }
.block-accord .vc_tta-icon:before { line-height: 26px; z-index: 999; left: 5px; position: absolute; width: 26px; height: 26px; }
.block-accord .vc_tta-icon:after { display: block; content: ' '; background: #fff; position: absolute; width: 32px; height: 32px; border-radius: 50%; top: 1px; left: 2px; z-index: 99; }

footer { margin-top: 30px; }


@media (max-width: 480px) {
	.subpages .web24-service-item { width: calc(100% - 20px); }
}