﻿#wrapper {
    overflow: visible;
}

@media only screen and (min-width: 1024px) {
    .main__aside {
        width: 300px;
    }

    .main {
        min-height: 900px;
    }
}

.product-block {
    margin: 37px 0 50px 0;
}

.product-block__gallery-top {
    width: 250px;
}

.company-fixed .company-header__logo {
    width: initial !important;
}

ul.auto-complite {
    display: none;
}

.select2 {
    border: none;
    color: #2083c8;
    display: none;
}

.select-2-span {
    border: none;
    color: #2083c8;
    display: inline-block;
    transition: color .3s ease;
    border-bottom: 1px dashed #2083c8;
    cursor: pointer;
}

h1.menu-closed:after {
    content: '';
    font-family: "icon-font";
    font-size: 6px;
    top: -4px;
    right: -2px;
    position: relative;
    color: #2083c8;
}

.select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single {
    border: none;
    transition: color .3s ease;
    border-bottom: 1px dashed #2083c8;
    text-decoration: none !important;
    margin-bottom: 5px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #2083c8;
        padding: 0;
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered:after {
            content: '';
            font-family: "icon-font";
            font-size: 6px;
            margin: 2px 0 0;
            position: absolute;
            right: -17px;
        }

.select2-container ul li {
    margin: 0;
}

@media only screen and (max-width: 600px) {

    .select2-container--open {
        width: 220px !important;
    }
}

.thin-grey {
    position: relative;
    top: -20px;
    color: #979a9f;
    font-weight: 300;
    font-size: 20px;
}

.about-company h1 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 20px;
    letter-spacing: .1px;
    color: #143684;
    font-weight: normal;
}

.header__btn-panel a.reference {
    color: #143684;
}

.hidden-inline {
    display: inline;
}

.visible-inline {
    display: inline;
}


@media only screen and (max-width: 1024px) {
    .hidden-inline {
        display: none;
    }

    .category-list ul li:nth-child(10):after {
        content: '';
    }

    .category-list ul.visible-inline-ul li:after {
        content: ',';
    }
}

.select2-content {
    display: none;
}

.fake-ads {
    width: 100%;
    height: 100px;
    background-color: gray;
    color: white;
    text-align: center;
    font-size: 2em;
    padding-top: 1.4em;
}

.right-slider {
    background-color: green;
    width: 336px;
    height: 600px;
    position: absolute;
    top: 0;
    z-index: 2;
    display: none;
}


.sidebar-slider-wrapper, .footer-banner-wrapper, .list-banner-wrapper {
    width: 100%;
    text-align: center;
}

.list-banner-wrapper {
    min-height: 94px;
}
@media only screen and (min-width: 1304px) {
    .footer-banner {
        display: inline-block;
        height: auto;
        width: 1304px;
    }
}

.footer-banner-wrapper, .sidebar-slider ins.adsbygoogle, .frame-content ins.adsbygoogle {
    margin-top: 1em;
}

.sidebar-slider {
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
    width: 336px;
    min-height: 600px;
    z-index: 2;
}

.good-ads-list {
}

.list-banner {
    display: inline-block;
}

.ads-good-h1, .ads-good-h2 {
    margin-bottom: 2em;
}


yawidget {
    display: none;
}


.companies-list__item2 {
    margin-bottom: 1em;
    box-shadow: 0 0 24px #eceef3;
    transition: box-shadow .3s ease;
    background-color: #fff;
    color: #434952;
}

.banner-div {
    margin: 0 0 20px;
    box-shadow: none !important;
    transition: none !important;
    background-color: transparent !important;
    color: #434952;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.footer-banner-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

    #footer .network-list li:last-child {
    display: none;
}

.main__aside--right {
    margin: 0 0 0 40px;
}

.js-sticky {
}

.heading-wrap {
    margin-bottom: 10px;
}

h1, .h1 {
    margin: 0 0 14px;
}

@media screen and (max-width:1365px) {
    .right-frame {
        flex: 0 0 600px !important;
    }
}

.section-bg-gray {
    background-color: #f6f7f9;
    padding: 3em;
}

@media (hover: hover) and (min-width: 600px) and (min-height: 600px) {
    .mobile-only {
        display: none;
    }
}

@media (hover: none) or (max-width: 599px) or (max-height: 599px) {
    .not-mobile-only {
        display: none;
    }
}

@supports (-webkit-touch-callout: none) {
    .not-mobile-only {
        display: none;
    }
}
