.left-inner, .title-link{
    display:none;
}
#content-inner .right-inner{
    width: 100%;
    max-width: 100%;
}

.ui-tooltip, .arrow:after {
    background: #ffffff;
    border: 2px solid #c2c2c2;
}
.ui-tooltip {
    padding: 10px 10px;
    color: #000000;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 7px black;
    max-width: 200px;
    position:absolute;
    z-index:9999;
}
.ui-tooltip.poupupImage {
    max-width: 400px;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
.social_sharing_wrapper {
    text-align: center;
}
.shar_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.ya-share2 {
    display: inline-block;
}
.ya-share2__list li.ya-share2__item{
    margin: 5px 0px;
    min-height: 50px;
    padding-left: 20px;
}
.ya-share2__list li.ya-share2__item a .ya-share2__badge{
    border-radius: 0;
    overflow: visible;
}
.ya-share2__list li.ya-share2__item a .ya-share2__counter {
    color: #a8a8a8;
    display: block;
    left: 1px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 35px;
}
.ya-share2__container_size_m .ya-share2__icon {
    background-size: 35px 35px !important;
    height: 35px !important;
    width: 35px !important;
}


.find_error_block {
    border: 1px solid #dbe1dc;
    border-radius: 2px;
    background: #f1f8f1;
    font-size: 16px;
    line-height: 1.5em;
    padding: 20px;
    text-align: center;
    margin-top: 15px;
}

.find_error_block a{
    font-weight: 600;
}

@media (max-width: 360px) {
	.ya-share2__list li.ya-share2__item {
		padding-left: 10px;
	}
}
