@media screen and (max-width: 600px;)
{
.section.achievements {
    display: none;
}
section.section.achievements {
    display: none;
}
}
.info-slider__content-wrapper {
	overflow: hidden;
	
}
.prices-switcer__close {
    font-weight: bold;
    font-size: 3rem;
}

/*soc-seti*/
.footer__soc_seti {
	float: left;
	margin-left: 20px;

}
.social-icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 10px;
}
/*.buildings-section__item-list li:before {
	color: #000;
    content: "\2714 ";
}*/
/*.build-desc__element li:before {
	content: '·';
    color: #2D34CF;
    margin-right: 1rem;
    font-size: 3rem;
    position: relative;
    top: 0.4rem;
}*/

.build-desc__element ul>li:before {
	content: '·';
    color: #2D34CF;
    margin-right: 1rem;
    font-size: 3rem;
    position: relative;
    top: 0.4rem;
}


@media (max-width: 460px) {
	.footer__soc_seti {
		text-align: center;
		}

    .header-bottom__menu .sub-menu {
        display: none !important;
    }
}

.ws-info {
    position: relative;
    cursor: pointer;
}

.ws-info span {
    display: none;
    position: absolute;
    padding: 10px;
    background: rgba(0,0,0);
    color: #fff;
    left: 50%;
    margin-left: -150px;
    top: 20px;
    z-index: 5000;
    font-size: 12px;
    width: 300px;
}

.ws-info span:before {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -2.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent rgba(0,0,0, 0.7) transparent;
}

.ws-info:hover span {
    display: block;
}

@media screen and (min-width: 320px) and (max-width: 992px) {
    ol li, ul li {
        font-size: 2rem;
    }
}

.build-desc__element ul>li:before {
    top: -2px;
    content: '';
    color: #2D34CF;
    margin-right: 1rem;
    position: relative;
    top: 0;
    height: 9px;
    width: 9px;
    display: inline-block;
    background-color: #2D34CF;
    border-radius: 50%;
    margin-top: 20px;
}