/*
 ************************************************************
 *
 * CHILD-SHORTCODE
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * ELEMENTS
 *
 * ----------------------------------------------------------
 *
 * - SHARING BOX
 */

#top .av-social-sharing-box,
#top .av-share-box .av-share-link-description
{
	margin-top: 0;
}

#top .av-share-box .av-share-link-description
{
	margin-bottom: 30px;
}

#top .av-social-sharing-box .avia-related-tooltip
{
	display: none !important;
	opacity: 0 !important;
}

#top .av-share-box ul
{
	border-radius: 0;
}

#top #wrap_all .av-share-link a:focus,
#top #wrap_all .av-share-link:hover a
{
	background-color: var(--color-black);
	border-color: var(--color-black);
	color: var(--color-white);
}

/*
 * - SOCIAL
 */

#top .social_bookmarks
{
	display: flex;
	width: 100%;
	height: auto;
}

#top .social_bookmarks li
{
	width: auto;
	border: none;
}

#top .social_bookmarks li:not(:first-child)
{
	margin-left: 1em;
}

#top #wrap_all .social_bookmarks li a
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	line-height: 20px;
	font-size: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--color-gray-1);
	background-color: transparent !important;
	color: var(--color-black);
}

#top #wrap_all .social_bookmarks li a:hover
{
	border-color: var(--color-black);
	color: var(--color-black);
}

/*
 * - HEADING
 */

#top .av-subheading
{
	text-transform: none;
}

#top .av-subheading_above
{
	margin-bottom: 4px;
}

#top .av-subheading_below
{
	margin-top: 4px;
}

/*
 * - TOGGLER
 */

#top .toggler
{
	font-weight: 500 !important;
	font-size: 16px;
}

#top .toggle_content
{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}

#top.lang-ru .toggler
{
	font-size: 14px;
}

#top.lang-ru .toggle_content
{
	font-size: 13px;
}

#top .toggle_content p:first-child,
#top .toggle_content ul:first-child,
#top .toggle_content ol:first-child
{
	margin-top: 0;
}

#top .toggle_content p:last-child,
#top .toggle_content ul:last-child,
#top .toggle_content ol:last-child
{
	margin-bottom: 0;
}

#top .av-elegant-toggle .toggle_content,
.js_active #top .av-elegant-toggle .toggler
{
	padding-left: 0;
	padding-right: 70px;
}

/*
 * - TEXTBLOCK
 */

#top .avia_textblock p:first-child,
#top .avia_textblock ul:first-child,
#top .avia_textblock ol:first-child,
#top .avia_textblock h1:first-child,
#top .avia_textblock h2:first-child,
#top .avia_textblock h3:first-child,
#top .avia_textblock h4:first-child,
#top .avia_textblock h5:first-child,
#top .avia_textblock h6:first-child
{
	margin-top: 0;
}

#top .avia_textblock p:last-child,
#top .avia_textblock ul:last-child,
#top .avia_textblock ol:last-child
{
	margin-bottom: 0;
}

#top .avia_textblock a
{
	text-decoration: underline !important;
}