html {
    font-size: 1vw
}

*:focus {
    outline: none;
}


@font-face {
    font-family: Montserrat;
    src: url(../../fonts/Montserrat-Medium.ttf);

}

@font-face {
    font-family: MontserratBold;
    src: url(../../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: MontserratLight;
    src: url(../../fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: MontserratExtraLight;
    src: url(../../fonts/Montserrat-ExtraLight.ttf);
}


@font-face {
    font-family: MontserratRegular;
    src: url(../../fonts/Montserrat-Regular.ttf);
}

.container {
    max-width: 76%;
    padding-right:0.2vw!important;
    padding-left: 0.6vw!important;
    z-index:1001; position:relative;
}

.banner {
    width: 100%;
    height: 10vw;
}

.header-nav {
    height: auto;
    padding-bottom: 1.5vw;
    background-color: #ffd740;
}

.logo {
    width: 9vw;
    margin-top: 2.5vw;
    margin-left: 3.5vw;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../img/new_design/svg/down-select.svg);
    background-repeat: no-repeat;
    background-position: right 0.325vw top 0.425vw;
    background-size: 0.9vw;
    background-color: inherit;
    border: none;
    margin-top: 0.5vw;
}

.select-box-country {
    margin-top: 3vw;
    margin-left: 1.9vw;
    width: 10vw;
    height: 2.4vw;
    border-top-left-radius: 1.8vw;
    border-bottom-left-radius: 1.8vw;
    border-left: solid 0.1vw #55503d;
    border-top: solid 0.1vw #55503d;
    border-bottom: solid 0.1vw #55503d;
}

.select-box-city {
    margin-top: 3vw;
    width: 7.5vw;
    height: 2.4vw;
    border-top-right-radius: 1.8vw;
    border-bottom-right-radius: 1.8vw;
    border-left: solid 0.1vw #55503d;
    border-right: solid 0.1vw #55503d;
    border-top: solid 0.1vw #55503d;
    border-bottom: solid 0.1vw #55503d;
}


#country {
    position: relative;
    width: 8.9vw;
    overflow: hidden;
    border: none;
    font-family: MontserratRegular;
    font-size: 1vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2vw;
    letter-spacing: normal;
    color: #3d3d3d;
    margin-left: 0.6vw;
}

#city {
    position: relative;
    width: 5.9vw;
    overflow: hidden;
    border: none;
    font-family: MontserratRegular;
    font-size: 1vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2vw;
    letter-spacing: normal;
    color: #3d3d3d;
    margin-left: 0.6vw;
}

.searchContainer {
    width: 24vw;
    height: 3vw;
    border-radius: 2vw;
    background-color: #ffffff;
    display: inline-flex;
    flex: 1 1 25vw;
    position: relative;
    border: 0.1vw solid #ccc;
    overflow: hidden;
    padding-left: 1vw;
    padding-right: 1.2vw;
    margin-left: 1vw;
    margin-top: 2.7vw;
}

.searchIcon {
    width: 1.5vw;
    margin-bottom: 0.1vw;
}

.searchBox {
    border: 0;
    padding: 0.5rem 4.3rem 0.5rem 0;
    flex: 1;
}

.search-button {
    border: none;
    background: inherit;
}

.navbar {
    margin-top: -2.6vw;
    padding: 2.5vw 0vw;
    margin-left: 13.3vw;
    width: 43vw;
    height: 4.5vw;
    border-radius: 4vw;
    box-shadow: 0 4px 16px -1px rgba(10, 22, 70, 0.1), 0 0 0 0 rgba(10, 22, 70, 0.06);
    background-color: #ffffff;
    color: black;
}

.collapse {
    padding: 2.5vw;
}

.nav-link {
    font-size: 1.1vw;
    font-family: Montserrat;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color:black;
    padding: 0.650rem 1rem;
    text-align: center;
}

.nav-link:hover {
    font-size: 1.1vw;
    font-family: Montserrat;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    background-color: #ffd740;
    color:black;
    padding: 0.650rem 1rem;
    text-align: center;
}

.catalog {
    width: 7vw;
    height: 3vw;
    border-radius: 1.5vw;
    background-color: #ffeec7;
}

.nav-active {
    background-color: #ffd740!important;
}

.map {
    margin-left: 1vw;
    padding-left: 2vw;
    padding-top: 0.7vw;
    width: 6vw;
    height: 3vw;
    border-radius: 1.5vw;
    background-color: #ffeec7;
}

.advertising {
    margin-left: 1vw;
    padding-left: 2.1vw;
    padding-top: 0.7vw;
    width: 9vw;
    height: 3vw;
    border-radius: 1.5vw;
    background-color: #ffeec7;
}

.e-payments {
    margin-left: 1vw;
    padding-left: 3.2vw;
    padding-top: 0.7vw;
    width: 10vw;
    height: 3vw;
    border-radius: 1.5vw;
    background-color: #ffeec7;
}

.buttons {
    margin-top: 1.8vw;
}

.account {
    background-color: inherit;
    width: 11.4vw;
    height: auto;
    border-radius: 1.2vw;
    border: solid 1px #3d3d3d;
    padding: 0.5vw 0vw;
}

.account img {
    width: 0.8vw;
}

.account-text {
    padding-left: 0.7vw;
    font-family: Montserrat;
    font-size: 0.9vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #3d3d3d;
}

.add-company {
    width: 11.4vw;
    height: auto;
    border-radius: 1.2vw;
    border: solid 1px #3d3d3d;
    background-color: #3d3d3d;
    padding: 0.5vw 0;
}

.add-company img {
    width: 1.3vw;
    padding-bottom: 0.1vw;
}

.add-company-text {
    padding-left: 0.7vw;
    font-family: Montserrat;
    font-size: 0.9vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffd740;
}


.languages {
    margin-top: 1.6vw;
    list-style-type: none;
}

.languages a {
    font-family: Montserrat;
    font-size: 1.2vw;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3a3a3a;
}

.language-active {
    background-color: #3d3d3d!important;
    color: #ffd740!important;
    margin-left: -0.7vw;
    border-radius: 50%;
    padding: 0.7vw;
    font-size: 1.1vw!important;
}

.main {
    margin-top: 2.5vw;
}

.catalogue {
    padding-right: 4vw;
    padding-left: 3vw;
    padding-top: 3.4vw;
    padding-bottom: 3.4vw;
    height: auto;
    box-shadow: 0 0 6px 1px rgba(10, 22, 70, 0.1), 0 0 1px 0 rgba(10, 22, 70, 0.06);
    background-color: #ffffff;
}

.catalogue-fix {
    width: 9.3vw;
}

.catalogue-text {
    margin-top: 1.6vw;
    font-family: Montserrat;
    font-size: 1vw;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3a3a3a;
}

.avto-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #42d95e;
    border-radius: 50%;
}

.avto-icon {
    width: 2.4vw;
    margin-top: 1.3vw;
}


.furnature-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #fe9000;
    border-radius: 50%;
}

.furnature-icon {
    width: 2.4vw;
    margin-top: 1.6vw;
}


.shop-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #ff503f;
    border-radius: 50%;
}

.shop-icon {
    width: 2.4vw;
    margin-top: 1.3vw;
}


.state-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #feb404;
    border-radius: 50%;
}

.state-icon {
    width: 1.7vw;
    margin-top: 1vw;
}


.medicine-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #36bffe;
    border-radius: 50%;
}

.medicine-icon {
    width: 2.3vw;
    margin-top: 1.2vw;
}


.email-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #36bffe;
    border-radius: 50%;
}

.email-icon {
    width: 2.3vw;
    margin-top: 1.5vw;
}

.science-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #ff3783;
    border-radius: 50%;
}

.science-icon {
    width: 1.8vw;
    margin-top: 1vw;
}

.internet-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #8b61f4;
    border-radius: 50%;
}

.internet-icon {
    width: 2.3vw;
    margin-top: 1.1vw;
}


.restoran-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #42d95e;
    border-radius: 50%;
}

.restoran-icon {
    width: 2.3vw;
    margin-top: 1.1vw;
}


.advertising-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #feb404;
    border-radius: 50%;
}

.advertising-icon {
    width: 1.9vw;
    margin-top: 1.4vw;
}


.industry-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #feb404;
    border-radius: 50%;
}

.industry-icon {
    width: 2.1vw;
    margin-top: 1vw;
}


.computers-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #42d95e;
    border-radius: 50%;
}

.computers-icon {
    width: 2.3vw;
    margin-top: 1.2vw;
}

.leisure-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #ff503f;
    border-radius: 50%;
}

.leisure-icon {
    width: 1.8vw;
    margin-top: 1.2vw;
}


.culture-circle {
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #36bffe;
    border-radius: 50%;
}

.culture-icon {
    width: 2vw;
    margin-top: 1.3vw;
}

.other{
    margin: auto;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #c3c3c3;
    border-radius: 50%;
}

.other img{
    width: 2.5vw;
    margin-top: 2vw;
}

.currency-top {
    padding-left: 1.2vw;
    padding-bottom: 1vw;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 6px 1px rgba(10, 22, 70, 0.1), 0 0 3px 0 rgba(10, 22, 70, 0.06);
    background-color: #ffd740;
}

.currency-date {
    padding-top: 0.8vw;
    font-family: Montserrat;
    font-size: 0.8vw;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3d3d3d;
}

.currency-name {
    font-family: Montserrat;
    font-size: 1.6vw;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3d3d3d;
}

.currency-long-name {
    line-height: 0.3vw;
    font-family: Montserrat;
    font-size: 1vw;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #3d3d3d;
    width: 16vw;
}

.currency-sum {
    margin-top: 3.2vw;
    margin-right: 1vw;
}

.converter-box {
    margin-top: 0.8vw;
    padding-left: 1.4vw;
    padding-right: 1.4vw;
    border-radius: 5px;
    box-shadow: 0 0 6px 1px rgba(10, 22, 70, 0.1), 0 0 3px 0 rgba(10, 22, 70, 0.06);
    background-color: #ffffff;
}

.currency-sum span{
    border-radius: 0.3vw;
    border: solid 0.5px #3d3d3d;
    padding: 0.8vw 0.8vw;
    font-family: Montserrat;
    font-size: 1.4vw;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #3d3d3d;
}

.currency-sum span input {
    border: none;
    width: 5vw;
    background: inherit;
}

.currency-sum span input:active {
    border: none;
}


.converter-value {
    margin-top: 0.6vw;
    font-family: Montserrat;
    font-size: 1.1vw;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3d3d3d;
}

.converter-long-value {
    font-family: Montserrat;
    font-size: 0.7vw;
    font-stretch: normal;
    font-style: normal;
    line-height: 0;
    letter-spacing: normal;
    color: #3d3d3d;
    width: 4vw;
}

.converter-sum  {
    margin-top: 1vw;
}

.sum-value {
    margin-left: 0.6vw;
    padding: 0.5vw 0.1vw;
    float: left;
    border-radius: 0.4vw;
    border: solid 0.5px #3d3d3d;
    font-family: Montserrat;
    font-size: 1.1vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #3d3d3d;
    width: 8vw;
}


.sum-short-value {
    margin-top: 0.7vw;
    font-family: MontserratLight;
    font-size: 1vw;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #3d3d3d;
}

.btn {
    margin-top: 1vw;
    padding: 0.7vw;
    font-family: Montserrat;
    font-size: 1.4vw;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #3d3d3d;
    background-color: #ffd740!important;
}

.right-banner {
    height: auto;
    border-radius: 5px;
    background-color: #d8d8d8;
    margin-top: 1.5vw;

}

.main-text {
    font-family: Montserrat;
    font-size: 1vw;
    text-align: center;
    width: 100%;
    padding: 0.4vw 1vw;
    border-radius: 1.6vw;
    border: solid 0.1vw #808080;
    color: #626262;
    background-color: #f8f8f8;
}

.main-text-active {
    background-color: #d6d6d6;
    color: #323232;
}

.news-main {
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 4vw;
    padding-bottom: 5.7vw;
    margin-top: 2vw;
    height: auto;
    box-shadow: 0 0 6px 1px rgba(10, 22, 70, 0.1), 0 0 1px 0 rgba(10, 22, 70, 0.06);
    background-color: #ffffff;
}

.news-title {
    position: relative;
    font-family: TTNorms;
    font-size: 2vw;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #323232;
}

.news-title::after {
    position: absolute;
    content: '';
    margin-top: 0.3vw;
    width: 2.4vw;
    border-radius: 3.5px;
    border: 0.3vw solid #ffd740;
    display: block;
}

.news-link {
    margin-top: -1.1vw;
}

.span-link {
    font-family: Montserrat;
    font-size: 1.2vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #323232;
    border-bottom: 1px solid #ffd740;
}

.news-image {
    width: 25vw;
    height: 20vw;
}

.news-image-text {
    font-family: MontserratBold;
    font-size: 1.2vw;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #323232;
}

.news-image-date-text {
    font-family: MontserratExtraLight;
    font-size: 1.3vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #323232;
}

.news-image-date {
    font-family: MontserratLight;
    font-size: 1.2vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #323232;
}

.news-date {
    margin-top: 1vw;
}

.news-image-text-2 {
    margin-top: 1vw;
    font-family: Montserrat;
    font-size: 1.3vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #323232;
}

.news-card .card-image {
    width: 8vw;
    height: 8vw;
}

.news-card .card-body {
    position: relative;
    padding: 0;
}

.news-card .card-body span {
    position: absolute;
    bottom: 0;
    padding-left: 1vw;
}

.news-card .card-text {
    width: 14vw;
    margin-left: 0.5vw;
    height: 4.6vw;
    border-left: 3.5px solid #ffd740;
}

.news-card .card-text p {
    margin-left: 0.5vw;
    font-family: MontserratRegular;
    font-size: 0.9vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #323232;

}

.news-card .card-date {
    font-family: MontserratLight;
    font-size: 1.1vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #323232;
}

.news-card .weather select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../img/new_design/svg/down-select.svg);
    background-repeat: no-repeat;
    background-size: 0.7vw;
    background-position: right 0.925vw top 0.480vw;
}

#weather-city {
    margin-left: 1vw;
    margin-top: 1vw;
    position: relative;
    display: flex;
    width: 8vw;
    font-family: Montserrat;
    font-size: 0.9vw;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #3b3d40;
}

.weather-block {
    margin-top: 1vw;
    width: auto;
    height: auto;
    border-radius: 3px;
    background-color: #ffd442;
    padding-bottom: 1.2vw;
}

.weather-icon {
    margin-left: 2.5vw;
    width: 4vw;
}

.weather-degree {
    margin-top: 1vw;
    margin-left: 0.5vw;
    font-family: MontserratRegular;
    font-size: 3vw;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3c3d41;
}

.weather-block hr {
    margin-top: 0.5vw;
}

.weather-date {
    margin-left: 1.2vw;
    font-family: Montserrat;
    font-size: 0.7vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1vw;
    color: #202020;
    opacity: 0.45;
}

.right-banner-2 {
    margin-top: 2vw;
    height: auto;
    border-radius: 2px;
    background-color: #d8d8d8;
}

.footer {
    margin-top: 2vw;
    height: auto;
    background-color: #ffd740;
    padding: 3.5vw 0 0.8vw 0;
}

.logo-footer {
    width: 10.5vw;
    margin-top: 1.5vw;
}

.icons {
    padding-top: 4vw;
}

.facebook-icon {
    width: 3vw;
}

.youtube-icon {
    width: 4vw;
    padding-left: 1vw;
}

.instagram-icon {
    width: 4vw;
    padding-left: 1vw;
}


.copyright {
    width: 25vw;
    font-family: MontserratLight;
    font-size: 1.1vw;
    padding-top: 4.4vw;

}

.copy-text {
    margin-left: 2vw;
    font-family: MontserratLight!important;
    font-size: 1vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3d3d3d;
}

.footer-block {
    width: 24vw;
}

.footer-title {
    font-family: MontserratBold;
    font-size: 1.5vw;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.6vw;
    letter-spacing: normal;
    color: #3d3d3d;
    padding-top: 1.2vw;
}

.footer-links {
    list-style: none;
    padding-top: 1.4vw;
}

.footer a{
    font-family: MontserratRegular;
    font-size: 1.3vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2vw;
    letter-spacing: normal;
    color: #3d3d3d;
}

.footer p  {
    font-family: MontserratBold;
    font-size: 1vw;
    width: 30.2vw;
    margin-top: 3.6vw;
    color: #3d3d3d!important;
    margin-left: -1vw;
}

.footer span {
    font-family:MontserratBold;
    font-size: 0.9vw;
    margin-top: 1vw;
    width: 78vw;
}

.car-fix {
    width: 2.4vw;
    margin-top: 1.3vw;
}

.sound-fix {
    width: 1.9vw;
    margin-top: 1.3vw;
}

.security-fix {
    width: 1.8vw;
    margin-top: 1.1vw;
}

.flag-fix {
    width: 1.6vw;
    margin-top: 1.2vw;
}

.baloons-fix {
    width: 2vw;
    margin-top: 1.1vw;
}

.bee-fix {
    margin-top: 1.2vw;
    width: 2vw;
}

.internet-fix {
    width: 2.2vw;
    margin-top: 1.2vw;
}

.comunal-fix {
    width: 2.1vw;
    margin-top: 1.2vw;
}

.computer-fix {
    width: 2vw;
    margin-right: 0.1vw;
    margin-top: 1.3vw;
}

.shops-fix {
    width: 2.3vw;
    margin-top: 1.3vw;
}

.furnature-fix {
    width: 2.5vw;
    margin-top: 1.6vw;
}

.medicine-fix {
    margin-top: 1.3vw;
    width: 2.1vw;
}

.science-fix {
    width: 1.6vw;
    margin-top: 1vw;
}

.building-fix {
    margin-top: 1.1vw;
    width: 2.2vw;
}


.technic-fix {
    width: 2.2vw;
    margin-top: 1.1vw;
}

.politic-fix {
    margin-top: 1vw;
    width: 1.9vw;
}

.supplier-fix {
    width: 2.2vw;
    margin-top: 1.1vw;
}

.mail-fix {
    width: 2.7vw;
    margin-top: 1.4vw;
}

.industry-fix {
    margin-top: 0.8vw;
    width: 2.1vw;
}

.religion-fix {
    width: 2vw;
    margin-top: 1.2vw;
}

.restoran-fix {
    width: 2.3vw;
    margin-top: 1.2vw;
}

.tv-fix {
    width: 1.6vw;
    margin-top: 1.1vw;
}

.telephone-fix {
    width: 2vw;
    margin-top: 1.3vw;
}

.cargo-fix {
    width: 2.5vw;
    margin-top: 1.5vw;
}

.bag-fix {
    width: 1.6vw;
    margin-top: 1.2vw;
}

.technic-service-fix {
    width: 1.7vw;
    margin-top: 1vw;
    margin-left: 0.2vw;
}

.statistic-fix {
    width: 2vw;
    margin-top: 1.2vw;
}

.legal-fix {
    width: 2.2vw;
    margin-top: 1.2vw;
}


/* for ads banner */

.ads-title {
    border-bottom: 1px solid #ccc;
    line-height: 2.8vw;
    width: 12.5vw;
}

.right-content {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2vw;
}

.info-list {
    display: inline-block;
    vertical-align: top;
    width: 230px;
}

.info-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 9px;
}

.info-list li img {
    position: absolute;
    left: 0;
    top: 6px;
}

.ads {
    display: inline-block;
    vertical-align: top;
    width: 460px;
    margin-right: 10px;
}

.ads .item {
    margin-bottom: 22px;
}

.ads .image {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    background: #ccc;
    width: 200px;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.ads .image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.ads .info {
    display: inline-block;
    vertical-align: top;
    width: 240px;
}

.ads .title {
    font-size: 14px;
    display: inline-block;
    color: #3366cc;
    line-height: 16px;
    font-weight: 700;
}

.ads .title:hover {
    color: #ff9900;
}

.ads p {
    font-size: 12px;
    display: inline-block;
    color: #000;
    margin: 4px 0 3px;
}

.ads .phone img {
    display: inline-block;
    vertical-align: middle;
}

.ads .phone span {
    font-size: 12px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    font-family: 'Tahoma';
}

.ads .publish-box {
    padding: 0;
}

.box-gallery {
    position: relative;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

.box-gallery:before {
    content: '';
    display: block;
    position: absolute;
}

.box-gallery > img {
    max-width: 100%;
}

.box-gallery .inbox {
    position: absolute;
    left: 0;
    top: 20px;
    right: 0;
}

.box-gallery .head {
    font-weight: 700;
    font-size: 20px;
}

.box-gallery .name {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.box-gallery .name a {
    color: #fff;
}

.box-gallery .name a:hover {
    color: #ff9900;
}

.box-gallery .name a span {
    display: inline-block;
    vertical-align: top;
    line-height: 14px;
}

.box-gallery .name a span:first-child {
    transform: rotate(270deg);
    margin: 4px 8px 0 0;
}

.box-gallery .name a span:last-child {
    transform: rotate(90deg);
    margin: 3px 0 0 8px;
}

.right-content .ads {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.right-content .ads .item {
    border-top: 1px solid #ccc;
    padding: 18px 0;
    margin: 0;
}

.right-content .ads .image {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
}

.right-content .ads .info {
    width: 100%;
    padding-top: 10px;
}

.right-content .ads .title {
    font-weight: 400;
}

.container > .bnrbox-2 {
    margin: 20px 10px 0;
}

.container > .bnrbox-2 img {
    max-width: 100%;
}

.container > .wrapper > .lf-content > .bnrbox {
    margin-top: 30px;
}

.container > .wrapper > .lf-content > .ads {
    margin-right: 20px;
}


.right-content .list-companies {
    padding: 2px 12px 2px 0px;
    list-style-type: none;
}

.right-content .list-companies li {
    margin-top: 8px;
    padding: 16px 15px 22px;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 10px;
}

.right-content .list-companies li .info {
    float: none;
    width: auto;
    padding: 0;
}

.right-content .list-companies li .info a {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
}

.right-content .list-companies li .info p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.right-content .ads a {
    color: #3366cc;
}

.right-content .ads p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.right-content .list-companies li .img {
    float: none;
    width: 100%;
    padding: 0 0 0 0;
}

.list-companies .img img {
    width: 13.5vw;
}

/* for ads banner */
.list-banner img {
    width: 6vw;
}
