@font-face {
  font-family: 'online-tutor';
  src:  url(//advokat-fomina.by/wp-content/uploads/fusion-icons/online-tutor-v1.0/fonts/online-tutor.eot?e94hvv);
  src:  url(//advokat-fomina.by/wp-content/uploads/fusion-icons/online-tutor-v1.0/fonts/online-tutor.eot?e94hvv#iefix) format('embedded-opentype'),
    url(//advokat-fomina.by/wp-content/uploads/fusion-icons/online-tutor-v1.0/fonts/online-tutor.ttf?e94hvv) format('truetype'),
    url(//advokat-fomina.by/wp-content/uploads/fusion-icons/online-tutor-v1.0/fonts/online-tutor.woff?e94hvv) format('woff'),
    url(//advokat-fomina.by/wp-content/uploads/fusion-icons/online-tutor-v1.0/fonts/online-tutor.svg?e94hvv#online-tutor) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="tutor-"], [class*=" tutor-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'online-tutor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tutor-creative-groups:before {
  content: "\e900";
}
.tutor-individual-tutoring:before {
  content: "\e901";
}
.tutor-school-groups:before {
  content: "\e902";
}/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Стили для звёзд рейтинга */
.fusion-footer .star-rating .star {
	font-size: 1.2rem !inportant; /* Размер звезд */
    color: gold !inportant; /* Цвет звезд */
    margin-right: -0px !inportant; /* Уменьшение расстояния между звездами */
}

.star-rating .star.empty {
	color: lightgray !inportant; /* Цвет для пустых звезд */
}

/* Стили для таблицы в разделе ГОНОРАР */
table.price{
	text-decoration: none;
	border-collapse:collapse;
	width:100%;
	text-align:left;
}

table.price th{
	font-weight:normal;
	font-size:15px;
	color:#000000;
	background-color:#ffffff;
}

table.price td{
	font-size:15px;
	color:#000000;
}

table.price td.price_cell{
	width: 25%;
	text-align:center;
}

table.price td,table.price th{
	white-space:pre-wrap;
	padding:10px 5px;
	line-height:13px;
	vertical-align: middle;
	border: 1px solid #c9c9c9;
}
table.price tr:hover{
	background-color:#f9fafb;
}

table.price tr:hover td{
	color:#000000;
	cursor:default;
}

/* Стили для списков в разделе ГОНОРАР */
ul.list_questions_price li{
	text-align: justify;
	margin-bottom: 20px;
}

ul.list_recommendations_price li{
	text-align: justify;
	margin-bottom: 20px;
}

ol.list_factors_price li{
	text-align: justify;
	margin-bottom: 20px;
}

/* Стили форматирования текстов на страницах */
.h_my{ 
   font-size: 12pt !important;
   line-height: 1.36 !important; 
   text-align: justify !important;
   margin-top: 10px !important; 
   margin-bottom: 0px !important;
  
}

.p_my{
   text-indent: 40px !important; 
   font-size: 15px !important;
   text-align: justify !important;
   margin-top: 0px !important;
   margin-bottom: 0px !important;
}

.p_my_h{
   font-size: 18px !important;
   text-align: justify !important;
   margin-top: 0px !important;
   margin-bottom: 0px !important;
}


.center{
   text-align: center !important;
}

.my_mg_top{
   margin-top: 15px !important;
}

/* Стили для ссылок на странице ЮРИДИЧЕСКАЯ ПОМОЩЬ */
.my_tog .panel-title a {
  font-weight: 800 !important;
  color: #d7f3f1 !important;
  background-color: #336E6A !important;
  text-align: center !important;
  padding-left: 50px !important;
  border-radius: 20px;
}

.my_tog .panel-title a:hover {
  font-weight: 800 !important;
  color: #F4F469 !important;
  background-color: #336e6a !important;
}

/* Стили для всех ссылок на сайте за исключением ссылок в шапке */
a:not(:is(.fusion-logo-link, .fusion-bottombar-highlight, .fusion-main-menu-icon)) {
    /*color: #3498db; /* Цвет ссылки */
    text-decoration: none; /* Убираем подчеркивание */
    transition: all 0.3s ease-in-out; /* Плавный переход эффектов */
}

a:not(:is(.fusion-logo-link, .fusion-bottombar-highlight, .fusion-main-menu-icon)):hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Тень под ссылкой */
    /*color: #2980b9; /* Изменение цвета при наведении */
    transform: translateY(-2px); /* Легкое поднятие ссылки */
}/** Positioning CSS **/
#callnowbutton {
    display: none;
}

@media screen and (max-width:650px) {
    #callnowbutton:not(.cnb-displaymode),
    #callnowbutton.cnb-displaymode-mobile-only {
        display: block;
        position: fixed;
        text-decoration: none;
    }
    #callnowbutton.cnb-full.cnb-displaymode-mobile-only {
        display: flex;
    }
}

@media screen and (min-width:650px) {
    #callnowbutton.cnb-displaymode-desktop-only {
        display: block;
        position: fixed;
        text-decoration: none;
    }
    #callnowbutton.cnb-full.cnb-displaymode-desktop-only {
        display: flex;
    }
}
@media screen {
    #callnowbutton.cnb-displaymode-always {
        display: block;
        position: fixed;
        text-decoration: none;
    }
    #callnowbutton.cnb-full.cnb-displaymode-always {
        display: flex;
    }
}

/** Layout CSS **/
#callnowbutton.cnb-full {
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
    width: 100%;
    left: 0;
    height: 60px;
}

.cnb-full.cnb-full-bottom {
    bottom: 0;
}

.cnb-full.cnb-full-top {
    top: 0;
}

#callnowbutton.cnb-single {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    background-position: center;
    background-size:35px 35px;
    background-repeat: no-repeat;
}

.cnb-single.cnb-middle {
    bottom: 15px;
    left: 50%;
    margin-left: -28px;
}

.cnb-single.cnb-left {
    bottom: 15px;
    left: 20px;
}

.cnb-single.cnb-right {
    bottom: 15px;
    right: 20px;
}

.cnb-single.cnb-mleft {
    top: 50%;
    margin-top: -28px;
    left: 20px;
}

.cnb-single.cnb-mright {
    top: 50%;
    margin-top: -28px;
    right: 20px;
}

.cnb-single.cnb-tleft {
    top: 15px;
    left: 20px;
}

.cnb-single.cnb-tmiddle {
    top: 15px;
    left: 50%;
    margin-left: -28px;
}

.cnb-single.cnb-tright {
    top: 15px;
    right: 20px;
}

/* Don't show a label with top and bottom middle positions */
#callnowbutton.cnb-single.cnb-middle span,
#callnowbutton.cnb-single.cnb-tmiddle span {
    display: none;
}

.cnb-single.cnb-left span,
.cnb-single.cnb-mleft span,
.cnb-single.cnb-tleft span {
    left: 68px;
}

.cnb-single.cnb-right span,
.cnb-single.cnb-mright span,
.cnb-single.cnb-tright span {
    right: 68px;
}

.cnb-single.cnb-text span {
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: auto;
    background-color: rgba(70,70,70,.9);
    position: absolute;
    border-radius: 2px;
    font-family: helvetica,arial,sans-serif;
    padding: 6px 8px;
    font-size: 13px;
    font-weight: 700;
    color: #ECECEC;
    top: 15px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    word-break: keep-all;
    line-height: 1em;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
.cnb-single:not(.cnb-text) span {
    display: none;
}
.cnb-full.cnb-text {
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 120%;
    overflow: hidden;
    white-space: nowrap;
}

.cnb-full.cnb-zoom-110 img,
.cnb-full.cnb-zoom-120 img,
.cnb-full.cnb-zoom-130 img {
  transform-origin: right;
}
.cnb-single.cnb-zoom-70,
.cnb-full.cnb-zoom-70 img {
  transform: scale(0.7);
}
.cnb-single.cnb-zoom-80,
.cnb-full.cnb-zoom-80 img {
  transform: scale(0.8);
}
.cnb-single.cnb-zoom-90,
.cnb-full.cnb-zoom-90 img {
  transform: scale(0.9);
}
.cnb-single.cnb-zoom-110,
.cnb-full.cnb-zoom-110 img {
  transform: scale(1.1);
}
.cnb-single.cnb-zoom-120,
.cnb-full.cnb-zoom-120 img {
  transform: scale(1.2);
}
.cnb-single.cnb-zoom-130,
.cnb-full.cnb-zoom-130 img {
  transform: scale(1.3);
}
.cnb-full.cnb-zoom-70 span {
  font-size: 70%;
}
.cnb-full.cnb-zoom-80 span {
  font-size: 80%;
}
.cnb-full.cnb-zoom-90 span {
  font-size: 90%;
}
.cnb-full.cnb-zoom-110 span {
  font-size: 110%;
}
.cnb-full.cnb-zoom-120 span {
  font-size: 120%;
}
.cnb-full.cnb-zoom-130 span {
  font-size: 130%;
}

.cnb-zindex-10 {
  z-index: 2147483647;
}
.cnb-zindex-9 {
  z-index: 214748365;
}
.cnb-zindex-8 {
  z-index: 21474836;
}
.cnb-zindex-7 {
  z-index: 2147484;
}
.cnb-zindex-6 {
  z-index: 214748;
}
.cnb-zindex-5 {
  z-index: 21475;
}
.cnb-zindex-4 {
  z-index: 2147;
}
.cnb-zindex-3 {
  z-index: 215;
}
.cnb-zindex-2 {
  z-index: 21;
}
.cnb-zindex-1 {
  z-index: 2;
}