/*Roboto*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
/*ProximaNova*/
@font-face {
    font-family: ProximaNova;
    src: url('./fonts/ProximaNova-Light/ProximaNova-Light.eot');
    src: url('./fonts/ProximaNova-Light/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ProximaNova-Light/ProximaNova-Light.woff') format('woff'),
    url('./fonts/ProximaNova-Light/ProximaNova-Light.ttf') format('truetype'),
    url('./fonts/ProximaNova-Light/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: ProximaNova;
    src: url('./fonts/ProximaNova-Regular/ProximaNova-Regular.eot');
    src: url('./fonts/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ProximaNova-Regular/ProximaNova-Regular.woff') format('woff'),
    url('./fonts/ProximaNova-Regular/ProximaNova-Regular.ttf') format('truetype'),
    url('./fonts/ProximaNova-Regular/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: ProximaNova;
    src: url('./fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot');
    src: url('./fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff') format('woff'),
    url('./fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf') format('truetype'),
    url('./fonts/ProximaNova-Semibold/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: ProximaNova;
    src: url('./fonts/ProximaNova-Bold/ProximaNova-Bold.eot');
    src: url('./fonts/ProximaNova-Bold/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ProximaNova-Bold/ProximaNova-Bold.woff') format('woff'),
    url('./fonts/ProximaNova-Bold/ProximaNova-Bold.ttf') format('truetype'),
    url('./fonts/ProximaNova-Bold/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: ProximaNova;
    src: url('./fonts/ProximaNova-ExtraBold/ProximaNova-Extrabld.eot');
    src: url('./fonts/ProximaNova-ExtraBold/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ProximaNova-ExtraBold/ProximaNova-Extrabld.woff') format('woff'),
    url('./fonts/ProximaNova-ExtraBold/ProximaNova-Extrabld.ttf') format('truetype'),
    url('./fonts/ProximaNova-ExtraBold/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: 800;
    font-style: normal;
}
/*MyriadPro*/
@font-face {
    font-family: MyriadPro;
    src: url('./fonts/MyriadPro-Regular/MyriadPro-Regular.eot');
    src: url('./fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/MyriadPro-Regular/MyriadPro-Regular.woff') format('woff'),
    url('./fonts/MyriadPro-Regular/MyriadPro-Regular.ttf') format('truetype'),
    url('./fonts/MyriadPro-Regular/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: MyriadPro;
    src: url('./fonts/MyriadPro-Bold/MyriadPro-Bold.eot');
    src: url('./fonts/MyriadPro-Bold/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/MyriadPro-Bold/MyriadPro-Bold.woff') format('woff'),
    url('./fonts/MyriadPro-Bold/MyriadPro-Bold.ttf') format('truetype'),
    url('./fonts/MyriadPro-Bold/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: ProximaNova, sans-serif;
    color: #000;
}

.hidden{
	display: none;
}

a {text-decoration: none;}
li {list-style-type: none;}
.top-header {background: #fff}
.top-header h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 800;
}
.top-header h2 {
    color: #583d26;
    font-size: 22px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-weight: 700;
}
.center-cont {
    width: 1170px;
    margin: 0 auto;
    height: 100%;
}
.shoping-head-in{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.personal-head-in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.img-cont {
    float: left;
    width: 40%;
}
.text-cont {
    float: left;
    width: 60%;
    padding-top: 60px;
}
.with-air {
    width: 100%;
}
.with-air img {
    width: 120%;
    height: auto;
    position: relative;
    z-index: 999;
    left: -51px;
    top: -16px;
}
.min-marg {
    margin: 0 -35px;
    width: 100%;
}
.nav-container {
    background: #00adef;
    height: 80px;
}
.logo-cont {
    float: left;
    margin-top: 13px;
}
.logo {
/*    box-sizing: border-box;
    display: block;
    background: #f4511e;
    border: 2px solid #fff;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    height: 50px;
    */
  /*  text-align: center;*/
/*    padding-top: 5px;
    margin-top: 15px;*/
    width: 165px;
}
.menu {
    display: flex;
    justify-content: space-around;
    height: 100%;
}
.drop-down {
    display: none;
}
.menu .menu-item {
    float: left;
}
.menu .menu-item:hover .drop-down {
    display: block;
}
.menu .menu-item.active > a {
    border-bottom: 4px solid #fff;
}
.menu .menu-item > a {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 76px;
    display: inline-block;
    height: 100%;
}
.menu .menu-item .fa-caret-down {
    color: #fff;
    margin-left: 5px;
}
.auth {
    float: right;
    height: 100%;
}
.personal-area{
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    margin: 21px 0 0 6px;
}
.personal-area:hover {
 	color: #fff;
	text-decoration: none !important;
}
.personal-area__photo{
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
    background-color: #fff;
}
.personal-area__photo img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.personal-area__name{
    display: inline-block;
    margin: 0 0 0 10px;
    max-width: 115px;
    letter-spacing: 0.05em;
    vertical-align: middle;
    font-weight: 300;
    word-break: break-word;
}
.nav {
    max-width: 750px;
    margin: 0 auto;
    height: 100%;
}
.button {
    box-sizing: border-box;
    display: inline-block;
    height: 35px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    width: 170px;
    letter-spacing: 0.2px;
}
.blue-btn {
    color: #fff;
    border: 1px solid #fff;
}


.business-btn{
    margin-top: 26px;
}

.auth-but {
    background: url(./img/lock.png) no-repeat 0 50%;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    line-height: 35px;
    padding:0 15px 0 25px;
}
.auth .button {
    margin-top: 21px;
    padding-left: 15px;
    text-align: center;
}
.drop-down {
    background: #3e4753;
    border-bottom: 3px solid #00adef;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 25px 0;
}
.cat-item {
    margin-bottom: 10px;
}
.cat-item:last-child {
    margin-bottom: 0;
}
.cat-item > a{
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
}
.add-news {
    background: #00adef;
    color: rgba(255,255,255,0.85);
    display: block;
    text-transform: uppercase;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.065px;
    margin-top: 25px;
}
.one-news {
    position: relative;
}
.news-header {
    position: absolute;
    bottom: 0;
    padding: 20px 15px 15px 15px;
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    background: linear-gradient(to top, rgba(0,0,0,0.8),rgba(0,0,0,0.0));
}
.one-news-img {
    max-height: 180px;
}
.one-news-img img {
    max-width: 100%;
    height: auto;
    max-height: 180px;
}
.course-cont {
    background: #e4f5fc;
    box-sizing: border-box;
    height: 90px;
}
.transp-btn {
    border: 1px solid #1e88e5;
    text-align: center;
    line-height: 35px;
    color: #1e88e5 !important;
    margin: 27px 50px 0 0;
    text-decoration: none !important;
}
.weather {
    float: left;
    height: 100%;
    font-size: 15px;
}
.add-news-cont {
    float: left;
    height: 100%;
}
.weather-img {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-top: 20px;
}
.weather-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.weath-conc {
    display: inline-block;
    color: #575757;
    vertical-align: top;
    margin-top: 25px;
    margin-left: 10px;
}
.weath-conc b {
    font-weight: 700;
}
.weath-conc .grad {
    color: #292929;
}
.currency {
    font-weight: 700;
}
.course-down {
    padding-left: 10px;
    background: url(./img/red-arr.png) no-repeat 2px 3px;
}
.course-up {
    padding-left: 10px;
    background: url(./img/green-arr.png) no-repeat 2px 3px;
}
.course-table {
    font-size: 13px;
    margin-top: 23px;
    float: left;
}
.course-table td {
    padding: 1px 17px;
}
.course-table td:first-child {
    padding-left: 0;
}
.for-bus {
    float: right;
}
.for-bus > a{
    margin-top: 26px;
    display: inline-block;
}
.for-bus > a > img{
    display: block;
}
.for-bus .blue-btn {
    text-align: center;
    background: #00adef;
    border: 1px solid #00adef;
    margin-top: 26px;
}
.business {
    background: url(./img/shield.png) no-repeat 0 50%;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    line-height: 35px;
    padding-left: 25px;
}
.width-banner {
    display: block;
}
.width-banner img {
    max-width: 100%;
    display: block;
    width: auto;
    height: auto;
}
.news-slider-wrap .bx-viewport {
    border: 0;
    left: 0;
}
.news-slider-wrap .bx-controls-direction > a {
    width: 70px;
    height: 70px;
    opacity: 0.8;
    transition: opacity 0.2s;
    margin-top: -35px;
}
.news-slider-wrap .bx-controls-direction > a:hover {
    opacity: 1;
}
.news-slider-wrap .bx-prev {
    background: url(./img/arrow-left.png) no-repeat;
    background-size: contain;
}
.news-slider-wrap .bx-next {
    background: url(./img/arrow-right.png) no-repeat;
    background-size: contain;
}
.news-slider-wrap .bx-next:hover {
    background-position: 0;
}
.one-slide {
    position: relative;
}
.news-of-day {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 70px 0 0 170px;
}
.news-of-day .wobbler {
    background: #ffee58;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    padding: 3px 5px;
    color: #0e0e0e;
}
.news-title {
    display: block;
    font-size: 36px;
    color: #fff;
    font-weight: 800;
    width: 600px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px;
}
.bot-bar {
    color: #fff;
    font-size: 14px;
}
.bot-bar .fa-eye,
.bot-bar .fa-comment-o {
    margin-right: 6px;
}
.bot-bar .review {
    margin-right: 15px;
}
.news-slider-wrap {
    max-width: 1170px;
    margin: 45px auto 0;
}
.sect-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 20px;
}
.view-more ~ .sect-title{padding-top: 7.5px}
.view-more {
    text-align: center;
    color: #1e88e5;
    font-size: 14px;
    border: 1px solid #1e88e5;
    line-height: 35px;
    float: right;
}
.view-more span {
    padding-right: 20px;
    background: url(./img/blue-arr.png) no-repeat 118px 50%;
}
.main-news {
    margin-top: 40px;
}
.main-news .sect-title {
    margin-top: 10px;
}
.big-news-img {
    height: 294px;
    position: relative;
    overflow: hidden;
}

.big-news-img:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}

.small-news-img:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}

.big-news-img,
.small-news-img{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    transform-origin: center;
    transition: .4s;
}
.big-news-img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.news-box:not(.banner):hover .big-news-img,
.news-box:not(.banner):hover .small-news-img{
	transform: scale(1.15);
}


.mass-news {
    margin-bottom: 60px;
    margin-top: 20px;
}
.news-box {
    padding: 2px;
    box-sizing: border-box;
    position: relative;
}

.news-box__inner{
    overflow: hidden;
    position: relative;
}

.mass-news-in {
    margin: -2px;
}
.small-news-img {
    height: 145px;
}
.big-news .news-box-title {
    position: absolute;
    bottom: 0;
    font-size: 32px;
    color: #fff;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: 0.48px;
    padding: 0 0 30px 30px;
}
.small-news .news-box-title {
    position: absolute;
    bottom: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.38px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 0 15px 12px;
    box-sizing: border-box;
    text-align: center;
}
.mid-news .news-box-title {
    position: absolute;
    bottom: 0;
    font-weight: 700;
    width: 100%;
    color: #fff;
    padding: 0 15px 20px 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
}
.news-rubl {
    background: #eeeeee;
    border-top: 1px solid #cecece;
    padding: 25px 0 60px 0;
}
.news-rubl .view-more, .view-more ~ .sect-title {
    margin-bottom: 20px;
}
.news-rubl .view-more,
.shop-cont .view-more {
    color: #fff;
    background: #1e88e5;
}
.news-rubl .view-more span,
.shop-cont .view-more span {
    background: url(./img/white-arr.png) no-repeat 118px 50%;
}
.top-rubles-wrap {
    background: #203349;
    padding: 0 15px;
}
.rubles {
    height: 100px;
    background: #203349;
    text-align: center;
}
.news-rubl .top-rubles-wrap{
    max-width: 1200px;
    margin: 0 auto;
}
.rubles-item {
    display: inline-block;
    vertical-align: top;
    zoom:1;
    *display:inline;
}
.rubles-item > a{
    display: block;
    padding: 15px 23px 20px 23px;
    border-right: 1px solid #3e5876;
    border-top: 4px solid #203349;
    outline: none;
}
.rubles-item > a:hover{
    border-top: 4px solid #00adef;
    background: #EEEEEE;
}
.rubles-item.active > a,
.rubles-item.ui-tabs-active > a{
    border-top: 4px solid #00adef;
    background: #122030;
    border-right: 1px solid #203349;
}
.rubl-img {
    height: 35px;
    width: 45px;
    margin: 0 auto 8px auto;
}
.rubl-img img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.rubl-name, .rubles-item.active > a:hover .rubl-name,
.rubles-item.ui-tabs-active > a:hover .rubl-name{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #00adef;
}
.tile-img {
    position: relative;
    display: block;
}
.tile-img > img {
    max-width: 100%;
    display: block;
    margin: 0;
}
.dark {
    position: absolute;
    background: rgba(0,0,0,0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.one-tile-news .dark{
    position: static;
    min-height: 250px;
}
.one-tile-news img ~ .dark{
    position: absolute;
    min-height: 0;
}
.tile-title {
    position: absolute;
    bottom: 0;
    font-weight: 600;
    color: rgba(255,255,255,0.95);
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0,0,0,0.8),rgba(0,0,0,0.0));
}
.one-tile-news{
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 2px 3px 7px 0 rgba(0,0,0,0.24);
    -moz-box-shadow: 2px 3px 7px 0 rgba(0,0,0,0.24);
    box-shadow: 2px 3px 7px 0 rgba(0,0,0,0.24);
}
.one-tile-block,.one-tile-news{
    min-height: 360px;
    margin-bottom: 30px;
}

.rubl-news-cont {
    margin-top: 30px;
}
i.camera {
    background: url(./img/camera.png) no-repeat 0 2px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
}
i.tube {
    background: url(./img/tube.png) no-repeat 0 2px;
    width: 18px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
}
.tile-bar > i {
    margin-right: 7px;
    font-size: 14px;
}
.tile-bar > span {
    margin-right: 15px;
}
.tile-bar > span:last-child {
    margin-right: 0;
}
.tile-bar {
    text-align: center;
    color: #797979;
    padding: 12px 0 10px 0;
    font-size: 12px;
    font-family: Roboto, sans-serif;
}
.tile-text {
    padding: 0 15px 10px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #212121;
}
.read-more {
    color: #0aa5c9;
}
.baner4 {
    display: block;
    /*margin: 0 0 30px auto;*/
}
.baner4 img {
    max-width: 100%;
    display: block;
    width: auto;
    height: auto;
}
.videos-cont {
    background: #203349;
    padding-top: 30px;
}
.videos-cont .videos{
    margin-top: 30px;
}
.videos-cont h2 {
    color: #ecf5ff;
}
.videos-cont .button {
    border-color: #ecf5ff;
}
.videos-cont .button span {
    color: #ecf5ff;
    background: url(./img/white-arr.png) no-repeat 90px 40%;
}
.news-rubl .sect-title,
.videos-cont .sect-title{
    margin-top: 10px;
}
.video-img {
    border: 1px solid #d1dae5;
    position: relative;
    display: block;
}
.video-img::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 22px;
    border: 2px solid #fafbfb;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(./img/play.png) no-repeat 9px 50%;
}
a.video-img:hover::after{
    opacity: 0.25;
    -moz-opacity: 0.25;
    -webkit-opacity: 0.25;
}
.video-img img {
    max-width: 100%;
    display: block;
}
.one-video-tile{
    margin-bottom: 30px;
}
a.one-video-tile {
    display: block;
}
.video-title {
    color: #ecf5ff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0.6px;
}
.video-title:hover{
    text-decoration: underline;
}
.one-video-tile .bot-bar {
    color: #ecf5ff;
    font-size: 12px;
}
.one-video-tile .bot-bar .fa {
    font-size: 14px;
}
.videos-in {
    margin-left: -15px;
    margin-right: -15px;
}
.white-video-back .video-title, .white-video-back .one-video-tile .bot-bar{
    color: inherit;
}
.baner-area.m-60{
    margin: 60px 0;
}
.baner-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -ms-flex-pack: center;
}
.baner-area > a {
    margin: auto;
    display: block;
}
.baner-area img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    align-self: center;
    -ms-flex-align: center;
}
.custom-fancy-close{
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('./img/fancy-close-image.png') no-repeat 50% 50%;
    top: 1px;
    right: -26px;
}
.custom-fancy-container .fancybox-slide>div{
    padding: 0;
    overflow: visible;
}
.custom-fancy-container .fancybox-bg{
    background: #222121;
}
.fancybox-is-open.custom-fancy-container  .fancybox-bg{
    opacity: .56;
}
.shop-cont {
    background: #eeeeee;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 50px 0;
}
.shop-tiles {
    display: block;
    margin-top: 15px;
}
.shop-tiles a {
    display: block;
}
.light-pink {
    background: #ffb8a2;
    padding-top: 50px;
}
.yellow {
    background: #f2cb54;
}
.blue {
    background: #53aad6;
    padding-top: 35px;
}
.light-blue {
    background: #aed4e7;
}
.light-green {
    background: #62ca75;
}
.pink {
    background: #e27376;
    padding-top: 40px;
}
.big-tile {
    height: 400px;
    box-sizing: border-box;
    margin: 2px;
}
.mid-tile {
    height: 287px;
    box-sizing: border-box;
    margin: 2px;
    margin-top: 4px;
}
.smal-tile {
    height: 110px;
    box-sizing: border-box;
    margin: 2px;
}
.light-pink h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #000;
    letter-spacing: 2.6px;
}
.light-pink .shop-tile-img {
    text-align: center;
    margin-top: 80px;
}
.yellow .shop-tile-img {
    float: left;
    margin-top: 17px;
    margin-left: 25px;
}
.yellow h4 {
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-right: 58px;
    margin-top: 45px;
}
.blue .shop-tile-img {
    text-align: center;
    margin-top: 40px;
}
.blue h4 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.light-blue h4 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding-top: 50px;
}
.light-blue .shop-tile-img {
    text-align: center;
    margin-top: 40px;
}
.light-green h4 {
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 33px;
    margin-right: 40px;
    color: #000;
}
.light-green .shop-tile-img {
    float: left;
    margin-top: 15px;
    margin-left: 13px;
}
.pink .shop-tile-img {
    text-align: center;
}
.pink h4 {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.shop-cont .sect-title {
    margin-top: 8px;
}
.shares-cont {
    padding: 45px 0;
}
.share-img img {
    display: block;
    width: 100%;
}
.share-img {
    position: relative;
}
.share-img-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(231,46,79,0.85);
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.35px;
    padding: 8px 0;
}
.share-cat {
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    color: #7b7b7b;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin: 10px 0 5px 0;
}
.share-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #212121;
    margin-bottom: 7px;
}
.share-desc {
    font-size: 16px;
    line-height: 22px;
    color: #212121;
}
.shares-cont .sect-title {
    margin-bottom: 20px;
}
.shares-cont .view-more, .view-more ~ .sect-title {
    margin-bottom: 20px;
}
.banner360 {
    display: block;
    max-width: 250px;
    margin-left: auto;
    position: relative;
}
.banner360 img {
    max-width: 100%;
    display: block;
    height: auto;
    width: auto;
    height: auto;
}
.flea-market {
    padding: 45px 0;
    background: #eeeeee;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
.flea-cat-cont {
    background: #203349;
}
.more-company .flea-cat-cont {
    margin-bottom: 30px;
}
.flea-cat {
    width: 100%;
	margin-bottom: 0;
}
.flea-cat li {
    width: 100%;
    box-sizing: border-box;
    height: 56px;
    line-height: 54px;
    border-bottom: 1px solid #455971;
}
.flea-cat li a {
    background: #203349;
    display: block;
    width: 100%;
    height: 100%;
    color: #ecf5ff;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    box-sizing: border-box;
}
.flea-cat li a:hover,  .flea-cat li.active a{
    background: #122030;
}
.flea-cat li.active a{
    cursor: default;
}
.flea-cat li a .quantity {
    position: absolute;
    font-size: 14px;
    color: #00adef;
    line-height: 56px;
    font-weight: 300;
    right: 15px;
}
.flea-cat-button {
    display: block;
    margin: 27px auto 0;
    color: #ecf5ff;
    font-size: 14px;
    letter-spacing: 0.21px;
    box-sizing: border-box;
    width: 268px;
    height: 38px;
    border: 1px solid #ecf5ff;
    line-height: 38px;
    padding-left: 30px;
    background: url(./img/white-arr2.png) no-repeat 235px 50%;
}

.overall-flea {
    margin:0 -2px;
}
.one-ov-cat img {
    display: block;
    width: 100%;
    height: 160px;
}
.one-ov-cat:last-child {
    width: calc( 100% - 4px );
}
.one-ov-cat {
    float: left;
    margin: 0 2px 4px 2px;
    position: relative;
    width: calc( 50% - 4px );
    display: block;
}
.one-ov-cat .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ecf5ff;
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.flea-market .sect-title {
    margin-bottom: 25px;
}
.flea-market .col-2-3 .sect-title {
    margin-left: 4px;
}
#map img {
    display: block;
    /*width: 100%;*/
}
#map {
    position: relative;
}
.map-title {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: #ecf5ff;
    font-size: 28px;
    font-weight: 700;
    background: rgba(15,22,30, 0.85);
    box-sizing: border-box;
    height: 85px;
    border-bottom: 1px solid #38485b;
    line-height: 85px;
    z-index: 2;
}
.foot-bottom {
    float: left;
    width: 100%;
    background: #eeeeee;
    border-top: 1px solid #cecece;
    text-align: center;
    font-size: 16px;
    padding: 25px 0;
    line-height: 28px;
}
.bot-title b {
    font-weight: 700;
    text-transform: uppercase;
}
.bot-title b span {
    font-weight: 400;
}
.bot-t {
    width: 270px;
    float: left;
}
.bot-t h3 {
    font-weight: 600;
    font-size: 24px;
}
.head-bottom {
    padding: 55px 0;
}
.bot-t .logo {
    width: 150px;
   
}

.bot-t .logo img{
    width: 130px;
}

.bot-t .logo-cont {
    width: 100%;
     margin: 8px 0 10px 0;
}
.bot-t .desc {
    color: #797979;
    font-size: 14px;
    line-height: 24px;
}
.inter-cities {
    float: left;
    width: 270px;
}
.inter-cities .logo-is img {
    display: block;
    margin-top: 4px;
}
.inter-cities .desc {
    color: #797979;
    font-size: 14px;
    line-height: 24px;
    margin-top: 13px;
}
.bot-links {
    float: left;
    width: 50%;
    margin-top: -7px;
}
.bot-links li {
    line-height: 36px;
    padding-left: 30px
}
.bot-links li a {
    color: #797979;
    font-size: 14px;
}
footer {
    width: 100%;
    float: left;
}
footer.dark-footer {
    background: #3e4753;
}
.dark-footer .bot-t h3,
.dark-footer .bot-t .desc,
.dark-footer .inter-cities .desc,
.dark-footer .bot-links li a,
.dark-footer .bot-title {
    color: #fff;
}
.dark-footer .inter-cities .logo-is {
    display: inline-block;
 /*   background: #fff;  */
    padding: 5px 10px;
    border-radius: 4px;
}
.dark-footer .foot-bottom {
    background: #2e343c;
    border-top: 1px solid #282f38;
}
.dark-footer .foot-bottom:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #48515c;
    position: relative;
    top: -27px;
}
.forecast {
    height: 70px;
    background: #203349;
}
.nav-background{
    background: #203349;
}
.weath-title {
    height: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 70px;
    padding-left: 60px;
    padding-right: 60px;
    background: url(./img/weather.png) no-repeat 0 16px;
    float: left;
}
.forecast .days {
    display: block;
    float: left;
    height: 100%;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 5px solid transparent;
    box-sizing: border-box;
    line-height: 62px;
    padding: 0 40px;
}
.forecast .days.selected {
    border-top: 5px solid #00adef;
    background: #122030;
}
.city-sel {
    float: right;
    height: 100%;
    position: relative;
}
.city-sel input {
    background: #4d5c6d;
    min-width: 270px;
    width: 100%;
    border: 0;
    height: 40px;
    padding-left: 30px;
    color: #fff;
    font-size: 14px;
}
.city-sel input:focus {
    outline: none;
}
.input-wrap {
    position: relative;
    margin-top: 15px;
}
.city-sel .input-wrap{
    margin-top: 0;
}
.city-sel{
    padding-top: 15px;
}
.input-wrap .fa-map-marker {
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translate(0,-50%);
}
.input-wrap:after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 20px;
    background: url(./img/arrow_down.png) no-repeat 40% 50%, #4d5c6d;
    top: 0;
}
::-webkit-input-placeholder {
    color:#fff;
    font-size: 14px;
}
:-moz-placeholder  {
    color:#fff;
    font-size: 14px;
}
::-moz-placeholder {
    color:#fff;
    font-size: 14px;
}
:-ms-input-placeholder {
    color:#fff;
    font-size: 14px;
}
.weather-wrap {
    background: #eeeeee;
    padding: 30px 0 100px 0;
}
.weather-wrap .videos .sect-title,
.news-page-area .videos .sect-title {
    float: left;
    width: auto;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}
.weather-wrap .videos .view-more,
.news-page-area .videos .view-more {
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    float: right;
    width: 115px;
    height: auto;
    line-height: normal;
    text-align: right;
}
.weather-wrap .videos .view-more span,
.news-page-area .videos .view-more span {
    background: url(./img/white-arr.png) no-repeat 98px 50%;
}
.weather-wrap .one-video-tile,
.news-page-area  .one-video-tile {
    clear: both;
}
.news-page-area .video-title,
.weather-wrap .video-title {
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 10px;
}
.weather-for-week h3 {
    float: left;
    font-weight: 600;
    font-size: 16px;
}
.weather-for-week .dates {
    color: #797979;
}
.weather-for-week .days-sel {
    float: right;
}
.weather-for-week .days-sel-one {
    display: block;
    float: left;
    width: 70px;
    height: 28px;
    border: 1px solid #cecece;
    background: #fff;
    color: #212121;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
}
.weather-for-week .days-sel-one.active {
    background: #00adef;
    border: 1px solid #00adef;
    color: #ffffff;
}
.weather-for-week .days-sel-one:first-child {
    border-right: 0;
}
.weather-for-week .days-sel-one:last-child {
    border-left: 0;
}
.all-days-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.one-day {
    min-width: 115px;
    height: 145px;
    background: #fff;
    padding-top: 8px;
    border-top: 4px solid #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
    margin-bottom: 15px;
}

.all-days-wrap .day {
    font-size: 14px;
    color: #00adef;
    text-align: center;
    margin-bottom: 5px;

}
.all-days-wrap .date {
    text-align: center;
    color: #797979;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.all-days-wrap .weath-img {
    height: 50px;
    text-align: center;
    margin: 5px 0;
}
.all-days-wrap .weath-img img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}
.all-days-wrap .temper {
    text-align: center;
}
.one-day.active {
    border-top: 4px solid #00adef;
}
.one-day.today {
    border-top: 4px solid #cecece;
}
.all-days-wrap {
    margin-top: 25px;
}
.temper {
    color: #212121;
    font-size: 18px;
}
.temper .min:after {
    content: ' |';
    color: #bdbdbd;
    font-weight: 300;
}
.selected-day {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
    margin-top: 5px;
    min-height: 330px;
}
.one-day-det {
    width: 270px;
    border-right: 1px dotted #d2d2d2;
    height: 100%;
    padding-top: 15px;
    float: left;
}
.one-day-det .day {
    color: #00adef;
    text-align: center;
    font-weight: 600;
}
.one-day-det .date {
    text-align: center;
    font-size: 16px;
    color: #797979;
    font-weight: 600;
    margin-bottom: 20px;
}
.one-day-det .weath-img {
    height: 100px;
    text-align: center;
    margin: 20px 0;
}
.one-day-det .weath-img img {
    height: 100%;
    width: auto;
}
.one-day-det .desc {
    text-align: center;
    color: #212121;
    font-size: 16px;
    font-weight: 600;
}
.one-day-det .desc:after {
    content: '';
    width: 150px;
    height: 1px;
    display: block;
    margin: 15px auto;
    background: linear-gradient(to left, rgba(206,206,206,0), rgba(206,206,206,1), rgba(206,206,206,0));
}
.one-day-det .temper {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
}
.one-day-det .day {
    margin-bottom: 5px;
}
.one-day-det .temper .min,
.one-day-det .temper .max {
    position: relative;
}
.one-day-det .temper .min:before {
    content: 'min';
    position: absolute;
    bottom: 90%;
    left: 50%;
    transform: translate(-50%,0%);
    font-size: 13px;
    color: #797979;
}
.one-day-det .temper .max:before {
    content: 'max';
    position: absolute;
    bottom: 90%;
    left: 50%;
    transform: translate(-50%,0%);
    font-size: 13px;
    color: #797979;
}
.one-day-weath {
    width: calc( 100% - 271px );
    padding: 20px 20px 30px 30px;
    float: left;
    box-sizing: border-box;
}
.weath {
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #797979;
}
.weath .city {
    color: #212121;
}
.one-day-weath .date {
    color: #00adef;
    font-weight: 600;
    float: right;
    font-size: 16px;
}
.one-day-weath .last-update {
    width: 100%;
    float: left;
    color: #797979;
    font-size: 13px;
    letter-spacing: 0.1px;
    margin-top: 7px;
}
.weather-table {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    float: left;
    margin-top: 10px;
}
.weather-table table {
    width: 100%;
}
.weather-table table td {
    text-align: center;
    border-top: 1px solid #cecece;
    color: #797979;
    padding: 4px 0;
    width: 88px;
}
.weather-table table td:first-child {
    text-align: left;
    border-top: 1px solid rgba(0,0,0,0);
    color: #212121;
    font-weight: 400;
    width: 200px;
}
.weather-table table tr:first-child td {
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,0);
    background: #fff;
}
.weather-table table tr {
    border-top: 1px solid #cecece;
}
.weather-table table td:nth-child(2n+2){
    background: #eeeeee;
}
.temperature td {
    font-weight: 600;
    color: #212121 !important;
}
.side {
    position: relative;
}
.side:after {
    content: '\f124';
    height: 14px;
    width: 14px;
    font-family: FontAwesome;
    color: #89d365;
    left: 8px;
    top: 1px;
    position: absolute;
}

.side.north:after {
    transform: rotate(-45deg);
}
.side.west:after {
    transform: rotate(45deg);
    top: -1px;
    left: 10px;
}
.side.south:after {
    transform: rotate(135deg);
    top: -1;
    left: 10px;
}
.side.east:after {
    transform: rotate(225deg);
    top: 3px;
    left: 10px;
}
.nor-w.side:after {
    top: -1px;
    left: 10px;
}
.south-w.side:after {
    transform: rotate(90deg);
    left: 12px;
}
.south-e.side:after {
    transform: rotate(180deg);
    top: 4px;
    left: 10px;
}
.nor-e.side:after {
    transform: rotate(270deg);
}

/*----Барахолка-----*/

.cat-logo {
    float: left;
    height: 100%;
    display: flex;
    width: 270px;
}
.cat-logo img {
    vertical-align: middle;
    margin: auto;
    margin-left: 0;
}
.cent-align {
    width: calc( 100% - 540px );
    display: flex;
    justify-content: center;
}
.item-whom {
    display: block;
    float: left;
    height: 70px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 5px solid transparent;
    box-sizing: border-box;
    line-height: 62px;
    padding: 0 20px;
}
.item-whom.selected {
    border-top: 5px solid #00adef;
    background: #122030;
}
.city-sel-barah input {
    width: 220px;
    padding-left: 10px;
}
.city-sel-barah .search {
    float: right;
    display: block;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    color: #fff;
    background: #4d5c6d;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
}
.city-sel-barah .input-wrap:after {
    right: 50px;
    background: #4d5c6d;
    content: "\f041";
    font-family: FontAwesome;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}
.catalog {
    padding: 30px 0 170px 0;
    background: #eeeeee;
    float: left;
    width: 100%;
}
.catalog .col-4 {
    width: 25%;
    margin: 0;
}
.sort {
    background: #fff;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #cecece;
    padding: 10px 15px;
    font-size: 14px;
}
.sort > span {
    float: left;
    font-weight: 600;
    color: #212121;
    margin-right: 35px;
}
.cat-sidebar-wrap {
    margin: 0 0 0 auto;
    width: 270px;
}
.add-product {
    background: #79c358;
    display: block;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 40px;
    padding-left: 10px;
    position: relative;
}
.add-product:before {
    content:"+";
    position: absolute;
    left: 70px;
    top: 0;
}
.left-sort {
    float: left;
}
.left-sort a {
    color: #797979;
    margin-right: 30px;
    padding-right: 15px;
    position: relative;
    display: inline-block;
}
.left-sort a.selected {
    color: #00adef;
}
.left-sort a.selected:after {
    display: none;
}
.left-sort > ul > li > a:after {
    content: "\f0d7";
    position: absolute;
    right: 0;
    top: 2px;
    font-family: FontAwesome;
}
.left-sort .list-sort-in {
    position: absolute;
    top: 25px;
    z-index: 9;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.75);
    display: none;
}
.left-sort .list-sort-in li a {
    color: #212121;
}
.left-sort .list-sort-in li {
    background: #fff;
    display: block !important;
    border-bottom: 1px solid #cecece;
    height: 30px;
    padding-left: 15px;
    line-height: 30px;
}
.left-sort .list-sort-in {
    width: 200px;
}
.right-sort {
    float: right;
}
.right-sort a {
    color: #797979;
    margin-right: 35px;
}
.right-sort a.selected {
    color: #00adef;
}
.right-sort a:last-child {
    margin-right: 0;
}
.forecast-cat-title {
    height: 50px;
    background: #203349;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.cat-sidebar-wrap .cat {
    background: #fff;
    padding: 8px 8px 15px 8px;
}
.cat-sidebar-wrap .cat > li {
    position: relative;
}
.cat-sidebar-wrap .cat > li > a {
    color: #212121;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    box-sizing: border-box;
    transition: background 0.2s;
}
.cat-sidebar-wrap .cat > li > a:hover {
    background: #eee;
}
.cat-sidebar-wrap .cat > li > a .quantity {
    position: absolute;
    right: 20px;
}
.cat-sidebar-wrap .subcat {
    display: none;
}
.cat-sidebar-wrap .subcat > li a {
    color: #797979;
    font-size: 14px;
    line-height: 40px;
}
.cat-sidebar-wrap .subcat > li {
    padding-left: 20px;
    position: relative;
    height: 40px;
}
.cat-sidebar-wrap .subcat > li .quantity {
    position: absolute;
    right: 20px;
    color: #212121;
}
.subcat.open {
    max-height: 2000px;
}
.forecast-cat {
    margin-top: 30px;
}
.one-prod-tile {
    width: 215px;
    display: block;
    float: left;
    height:320px;
    overflow: hidden;
    margin: 0 5px;
    position: relative;
    margin-bottom: 10px;
}
.one-prod-tile .one-prod-in {
    padding: 10px 10px 15px 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.one-prod-tile .one-prod-img {
    width: 195px;
    height: 270px;
    margin: 0 auto;
    position: relative;
}
.one-prod-tile .one-prod-img img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}
.one-prod-tile .price-wrap {
    font-size: 15px;
    margin: 10px 0 17px 0;
}
.one-prod-tile .old-price {
    color: #212121;
    text-decoration: line-through;
    margin-right: 5px;
}
.one-prod-tile .new-price {
    color: #e72e4f;
}
.one-prod-tile .desc {
    font-size: 14px;
    color: #797979;
    line-height: 20px;
    margin-bottom: 8px;
}
.one-prod-tile .info {
    font-size: 14px;
    color: #212121;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.one-prod-tile .info > div {
    margin-bottom: 4px;
}
.one-prod-tile .info span {
    font-weight: 400;
    color: #797979;
}
.one-prod-tile .read-more {
    font-size: 15px;
    position: relative;
    top: 3px;
}
.one-prod-tile .add-to-wish {
    color: #e7425d;
    display: block;
    float: right;
    border: 1px solid #cecece;
    box-sizing: border-box;
    width: 30px;
    height: 28px;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
}
.clear {
    clear: both;
}
.page-content-padd{
    padding-top: 45px;
    padding-bottom: 125px;
}
.one-prod-tile:hover {
    height: auto;
    overflow: visible;
    z-index: 8;
}
.one-prod-tile:hover .one-prod-in {
    background: #fff;
    -webkit-box-shadow: 0 1px 7px 1px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 1px 7px 1px rgba(0,0,0,0.16);
    box-shadow: 0 1px 7px 1px rgba(0,0,0,0.16);
}
.product-tiles {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 20px;
}
.one-prod-tile .share-img-title {
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
}
.int-articles .art-img {
    height: 60px;
    width: 60px;
    float: left;
}
.int-articles .art-img img {
    width: 100%;
    height: 100%;
}
.articles > li {
    height: 100px;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px dotted #d3d3d3;
    padding: 20px 15px;
}
.one-art .desc {
    font-size: 13px;
    color: #212121;
    line-height: 18px;
    padding-left: 15px;
    float: left;
    width: calc( 100% - 60px );
    box-sizing: border-box;
}
.int-articles {
    margin-top: 30px;
}
.dark-hov {
    background: rgba(0,0,0,0.65);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px 10px 10px 10px;
    opacity: 0;
    transition: opacity 0.2s;
}
.one-prod-tile.dark:hover {
    height: 320px;
}
.one-prod-tile .dark-hov .desc,
.one-prod-tile .dark-hov .info > div,
.one-prod-tile .dark-hov .info > div span {
    color: #fff;
}
.one-prod-tile.dark {
    padding: 0;
    background: none;
}
.one-prod-tile.dark:hover .one-prod-in {
    background: none;
    box-shadow: none;
}
.one-prod-tile.dark:hover .dark-hov {
    opacity: 1;
}
.one-prod-tile .dark-hov .add-to-wish {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 1px solid #e64259;
    color: #fff;
}
.read-more-big {
    display: block;
    box-sizing: border-box;
    background: #00adef;
    text-align: center;
    color: #fff;
    height: 39px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 39px;
    margin-top: 20px;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.16);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.16);
}
.more-company .read-more-big {
    margin-top: 0;
}
.bread-crumbs {
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #797979;
}
.bread-crumbs > a{
    color: inherit;
}
.barah-page-area {
    float: left;
    width: 100%;
    background: #eeeeee;
}
.barah-page-area .big-img {
    border: 1px solid #cecece;
    box-sizing: border-box;
    width: 598px;
    height: 480px;
    float: left;
    display: flex;
    background: #f2f0f1;
}
.barah-page-area .small-img {
    width: 268px;
    height: 233px;
    border: 1px solid #cecece;
    text-align: center;
    background: #f2f0f1;
}
.barah-page-area .small-img:hover {
    cursor: pointer;
}
.barah-page-area .big-img img,
.barah-page-area .small-img img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: auto;
}
.barah-page-area .column {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pict-cont {
    display: flex;
    justify-content: space-between;
}
.barah-page-area .col-4 {
    width: 25%;
    margin: 0;
}
.bar-sidebar-wrap {
    width: 270px;
    margin: 0 0 0 auto;
}
.barah-page-area .info-cont {
    background: #fff;
    margin-top: 20px;
    padding-bottom: 15px;
}
.barah-page-area .price {
    font-size: 18px;
    height: 50px;
    text-align: center;
    color: #212121;
    font-weight: 600;
    border-bottom: 1px dotted #d3d3d3;
    line-height: 50px;
}
.barah-page-area .old-price {
    text-decoration: line-through;
    margin-right: 10px;
}
.barah-page-area .new-price {
    color: #e72e4f;
}
.barah-page-area .inform {
    padding: 15px 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #212121;
}
.barah-page-area .inform > div{
    margin-bottom: 9px;
}
.barah-page-area .inform span {
    font-weight: 400;
    color: #797979;
}
.barah-page-area .in-stock {
    color: #79c358;
}
.barah-page-area .shade-one {
    display: inline-block;
    height: 22px;
    width: 22px;
    vertical-align: bottom;
    margin-left: 3px;
}
.barah-page-area .i-want {
    width: 230px;
    height: 40px;
    background: #e72e4f;
    color: #fff;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px auto 20px auto;
    line-height: 40px;
    font-weight: 600;
}
.barah-page-area .add-to-wishlist {
    width: 230px;
    height: 38px;
    color: #212121;
    border: 1px solid #e72e4f;
    box-sizing: border-box;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    line-height: 38px;
    margin-bottom: 15px;
}
.barah-page-area .add-to-wishlist:before {
    content: "\f08a ";
    font-family: FontAwesome;
    color: #e72e4f;
}
.barah-page-area .liked {
    color: #797979;
    font-size: 14px;
    text-align: center;
}
.barah-page-area .prod-desc-cont {
    background: #fff;
    padding: 30px 30px 30px 35px;
    margin-top: 30px;
}
.prod-desc-cont h3 {
    line-height: 24px;
    font-size: 20px;
    font-weight: 600;
}
.prod-desc-cont {
    font-size: 14px;
    line-height: 24px;
}
.prod-desc-cont p {
    margin: 10px 0;
}
.prod-desc-cont .char-list {
    margin-top: 22px;
}
.prod-desc-cont .char-list li {
    margin-bottom: 1px;
    font-weight: 600;
}
.prod-desc-cont .char-list li span {
    font-weight: 400;
    color: #797979;
}
.delivery,
.rubles-prod {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}
.del-message {
    color: #797979;
    font-size: 14px;
    font-weight: 400;
}
.rubles-prod span {
    font-size: 16px;
    color: #00adef;
}
.rubles-prod span:not(:last-child):after {
    content:', ';
    display: inline;
    color: #212121;
}
.delivery {
    margin: 15px 0;
}
.one-soc {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-left: 5px;
}
.prod-desc-wrap {
    background: #fff;
}
.social-cont {
    border-top: 1px dotted #cecece;
    text-align: justify;
    height: 60px;
    box-sizing: border-box;
    padding: 15px 30px 0 35px;
}
.social-cont > div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
}
.social-cont:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.social-cont .social {
    display: inline-block;
}
.social-cont .social:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
}
.one-soc.twit,  .ya-share2__item_service_twitter > a{
    background: url(./img/social_sprite.png) 0 0;
    background-size: cover;
}
.one-soc.fb, .ya-share2__item_service_facebook > a{
    background: url(./img/social_sprite.png) 198px 0;
    background-size: cover;
}
.one-soc.g-pl, .ya-share2__item_service_gplus > a {
    background: url(./img/social_sprite.png) 156px 0;
    background-size: cover;
}
.one-soc.inst, .ya-share2__item_service_linkedin > a {
    background: url(./img/social_sprite.png) 114px 0;
    background-size: cover;
}
.one-soc.rs {
    background: url(./img/social_sprite.png) 72px 0;
    background-size: cover;
}
.one-soc.vk, .ya-share2__item_service_vkontakte > a {
    background: url(./img/social_sprite.png) 30px 0;
    background-size: cover;
}
.comment-wrap {
    background: #fff;
    box-sizing: border-box;
    height: 200px;
    margin-top: 30px;
    padding: 20px 20px 20px 0;
}
.com-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 100px;
    margin-bottom: 20px;
}
.ava-area {
    float: left;
    width: 100px;
    height: 100%;
}
.ava-area img {
    display: block;
    width: 50px;
    border-radius: 50px;
    margin: 0 auto;
}
.com-area {
    float: right;
    width: calc( 100% - 100px );
    height: 100%;
}
.comment textarea {
    width: 100%;
    border: 1px solid #cecece;
    resize: none;
    height: 65px;
    margin-bottom: 14px;
    padding: 7px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
}
textarea::-webkit-input-placeholder {
    color: #797979;
    font-size: 14px;
}
.comment textarea:focus {
    outline: none;
}
.comment button {
    border: none;
    background: #00adef;
    color: #fff;
    box-sizing: border-box;
    width: 160px;
    height: 36px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.comment .warning {
    color: #797979;
    font-size: 14px;
    display: inline-block;
    margin-left: 20px;
}
.comment .warning:before {
    content: "\f05a";
    color: #00adef;
    font-family: FontAwesome;
    margin-right: 5px;
}
.seller-head {
    background: #203349;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    margin-top: 20px;
}
.seller .desc {
    padding: 20px;
    background: #fff;
}
.seller-info {
    padding: 20px;
    background: #fff;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.seller-info-im {
    width: 80px;
    height: 80px;
    float: left;
}
.seller-info-im img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.seller-name {
    width: calc( 100% - 80px );
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}
.seller-name h4 {
    color: #212121;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}
.seller-name p.city {
    font-size: 14px;
    color: #797979;
    font-weight: 600;
}
.seller .desc {
    font-size: 14px;
    color: #212121;
    line-height: 20px;
}
.seller .reviews {
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    background: #fff;
    padding: 5px 20px 20px 20px;
}
.seller .reviews > div {
    font-size: 14px;
    position: relative;
}
.seller .reviews > div .quantity {
    position: absolute;
    right: 0;
    font-weight: 400;
}
.seller .reviews .positive {
    color: #79c358;
    margin-top: 9px;
    margin-bottom: 9px;
}
.seller .reviews .positive:before {
    font-family: FontAwesome;
    content: '\f164';
    margin-right: 6px;
}
.seller .reviews .negative {
    color: #e72e4f;
}
.seller .reviews .negative:before {
    font-family: FontAwesome;
    content: '\f165';
    margin-right: 6px;
}
.seller .subscribe-cont {
    background: #fff;
    border-top: 1px dotted #cecece;
    padding: 20px 0;
}
.seller .subscribe-cont .subscr {
    border: 1px solid #79c358;
    display: block;
    margin: 0 auto;
    width: 230px;
    height: 38px;
    color: #122030;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 38px;
}
.top-prices-cont h3 {
    font-size: 18px;
    color: #212121;
    text-transform: uppercase;
}
.top-prices-cont {
    margin-top: 40px;
    margin-bottom: 40px;
}
.top-prices-cont .top-prices h3 {
    float: left;
}
.top-prices-cont .head-cont {
    float: left;
    width: 100%;
}
.top-prices-cont .head-cont:after {
    content: '';
    width: 100%;
    display: block;
    height: 1px;
    background: #cecece;
    float: left;
    margin-top: 15px;
    margin-bottom: 8px;
}
.top-prices-cont .head-cont > div {
    float: right;
    color: #797979;
    font-size: 14px;
    padding-top: 4px;
}
.top-prices-cont .head-cont > div a {
    color: #00adef;
}
.top-prices-cont .product-tiles {
    width: calc( 100% + 24px );
}
.other-items {
    margin-top: 40px;
}
.kurs-title {
    float: left;
    height: 100%;
    line-height: 70px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.imaged-title-wrap{
    min-height: 70px;
}
.imaged-title{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
.imaged-title-wrap .imaged-title{
    align-self: center;
    -ms-flex-align: center;
}
.imaged-title > img{
    display: block;
    margin-bottom: 3px;
}
.bank-tile {
    background: #fff;

}
.bank-tile-wrap {
    background: #eeeeee;
    padding: 30px 0 100px 0;
}
.bank-tile-wrap .back a::before {
    content: '\f177';
    font-family: FontAwesome;
    margin-right: 8px;
}
.bank-tile-wrap .back a {
    font-size: 16px;
    color: #00adef;
}
.bank-tile-wrap .back {
    border-bottom: 1px solid #cecece;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
}
.bank-tile-wrap .baner6 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    align-self: center;
    -ms-flex-align: center;
    width: auto;
    height: auto;
}
.last-news {
    background: #fff;
    border: 1px solid #cecece;
    padding: 14px 17px 0 17px;
}
.last-news h4 {
    color: #212121;
    font-size: 18px;
    margin-bottom: 17px;
}
.last-news h5 {
    font-size: 14px;
    color: #212121;
    line-height: 18px;
    margin-bottom: 7px;
}
.inf-bar {
    font-size: 12px;
    color: #797979;
}
.bank-tile-wrap .one-news {
    margin-bottom: 20px;
    display: block;
}
.bank-info-area {
    padding: 28px 30px 30px 28px;
}
.bank-tile {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
}
.bank-info-area h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}
.bank-info-area table {
    font-size: 16px;
    color: #212121;
    margin-bottom: 48px;
}
.bank-info-area tr td{
    padding: 14px 0;
}
.bank-info-area tr td:first-child {
    width: 170px;
    font-weight: 700;
}
.mob-menu-but-wrap {
    float: right;
    height: 100%;
    position: relative;
    display: none;
}
.mob-menu-but {
    display: block;
}
.mob-menu-but ul {
    width: 25px;
    height: 25px;
}
.mob-menu-but li {
    height: 2px;
    width: 100%;
    background: #fff;
    margin-bottom: 5px;
}
.kurs-all-wrap {
    background: #eeeeee;
    padding:20px 0 100px;
}
.kurs-all-wrap .page-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}
.convert-best .converter, .convert-best .best-rates{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
    background: #fff;
    flex: 1;
}
.convert-best .title {
    color: #ffffff;
    background: #203349;
    box-sizing: border-box;
    text-align: center;
    line-height: 38px;
    height: 38px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.convert-best .body {
    background: #fff;
    padding: 20px;
}
.convert-best .buttons {
    display: flex;
}
.convert-best .buttons > a {
    box-sizing: border-box;
    height: 36px;
    width: 140px;
    text-align: center;
    background: #eeeeee;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #212121;
    margin-right: 10px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0.15px;
}
.convert-best .buttons > a.selected {
    background: #00adef;
    color: #ffffff;
}
.convert input[type="text"] {
    height: 38px;
    width: 98px;
    border: 1px solid #cecece;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-size: 14px;
    padding:0 5px;
}
.convert input[type="text"]::-webkit-input-placeholder {
    color: #212121;
}
.convert input[type="text"]:focus {
    outline: none;
}
.convert .select-wrap {
    display: inline-block;
    width: 48px;
    overflow: hidden;
    height: 38px;
    border: 1px solid #cecece;
}
.convert select {
    width: 70px;
    height: 38px;
    border: none;
    background: url(./img/select-arr.png) no-repeat 58% 50%;
}
.convert select:focus {
    outline: none;
}
.convert option {
    width: 48px;
}
.converter .convert .fa-arrow-right {
    display: inline-block;
    vertical-align: top;
    color: #00adef;
    font-size: 14px;
    position: relative;
    top: -3px;
}
.converter .convert {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.best-course-table {
    width: 100%;
    font-size: 15px;
    color: #212121;
}
.best-course-table tr td {
    padding: 7px 0;
}
.best-course-table tr td:first-child {
    width: 100px;
    font-weight: 600;
}
.best-course-table tr:first-child td {
    border-bottom: 1px solid #00adef;
    padding: 8px 0;
}
.best-course-table .date {
    color: #00adef;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,0) !important;
}
.banks-list {
    margin-top: 25px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
}
.banks-list .title {
    background: #203349;
    height: 40px;
    box-sizing: border-box;
    line-height: 36px;
    padding: 0 9px;
}
.banks-list .title a {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    margin-right: 9px;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #203349;
    height: calc( 100% - 4px );
}
.banks-list .title a.selected {
    background: #384c64;
    border-top: 4px solid #00adef;
}
.kurs-all {
    float: left;
    width: 100%;
}
.banks-list .city-sel-cont {
    float: right;
    width: 110px;
    overflow: hidden;
    margin-right: 15px;
}
.banks-list .city-sel-cont select {
    border: 0;
    width: 125px;
    color: #fff;
    font-size: 14px;
    background: url(./img/arrow_down.png) no-repeat 86% 50%;
}
.banks-list .city-sel-cont select option {
    color: #212121;
}
.banks-list .city-sel-cont select:focus {
    outline: none;
}
.head-table table {
    width: 100%;
    background: #fff3de;
}
.head-table table td {
    height: 60px;
    box-sizing: border-box;
    width: 73px;
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
    padding: 3px;
}
.head-table table tr td:first-child {
    width: 35%;
    color: #212121;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 27px;
}
.head-table table td > div {
    font-size: 14px;
    font-weight: 600;
    height: 17px;
}
.head-table table td >.with-arr {
    position: relative;
}
.head-table table td >.with-arr:after {
    content: '\f061';
    font-family: FontAwesome;
    position: absolute;
    left: 38px;
    top: 2px;
    font-size: 10px;
}
.banks-table .one-bank {
    background: #ffffff;
    overflow: hidden;
    max-height: 50px;
    transition: max-height 0.3s;
}
.banks-table .one-bank.open {
    max-height: 2000px;
}
.banks-table .one-bank tr td {
    height: 47px;
    width: 73px;
    padding: 3px;
    box-sizing: border-box;
    font-size: 15px;
    color: #212121;
}
.banks-table .one-bank tr td:nth-child(2){
    padding-left: 6px;
}
.banks-table > div {
    border-bottom: 1px solid #cecece;
}
.banks-table .one-bank tr td:first-child {
    width: 35%;
}
.one-bank td .name {
    font-size: 14px;
    color: #212121;
}
.one-bank td .name .bank-logo {
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: bottom;
    margin-right: 13px;
}
.one-bank td .name:before {
    content: '\f105';
    font-family: FontAwesome;
    margin: 0 10px;
    width: 7px;
    display: inline-block;
}
.one-bank.open td .name:before {
    content: '\f107';

}
.one-bank .one-bank-in {
    background: #fff3de;
}
.one-bank .search-cont {
    height: 48px;
    box-sizing: border-box;
    line-height: 48px;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
}
.one-bank .search-cont .search {
    border: none;
    background: none;
    height: 30px;
    padding-left: 10px;
}

.one-bank .search-cont .input-wr {
    display: inline-block;
    position: relative;
    padding-left: 55px;
}
.one-bank .search-cont .input-wr:before {
    content: '\f002';
    position: absolute;
    top: 0;
    left: 38px;
    font-family: FontAwesome;
    color: #797979;
    font-size: 14px;
}
.one-bank .search-cont .search::-webkit-input-placeholder {
    color: #797979;
}
.one-bank .search-cont .search:-moz-placeholder  {
    color: #797979;
}
.one-bank .search-cont .search::-moz-placeholder {
    color: #797979;
}
.one-bank-datail {
    background: #fff3de;
    border-bottom: 1px solid #cecece;
}
.one-bank-datail:last-child {
    border-bottom: 0;
}
.one-bank-datail tr td:first-child {
    font-size: 14px;
    line-height: 22px;
}
.one-bank-datail tr td:first-child a > div {
    color: #212121;
}
.one-bank-datail tr td:first-child a {
    display: block;
    float: left;
    width: calc( 100% - 37px );
    color: #1e88e5;
}
.one-bank-datail .time {
    color: #797979;
    font-size: 12px;
    float: left;
    width: 37px;
}
.banks-table .one-bank-datail tr td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 24px;
}
.baner-bot {
    margin-top: 28px;
}
.baner-bot img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
}
.kurs-all-wrap .last-news-wrap {margin-top: 0;}
.kurs-all-wrap .last-news {
    padding-bottom: 15px;
}
.baner-white {
    padding: 9px;
    background: #fff;
    border: 1px solid #cecece;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -ms-flex-pack: center;
}
.baner-white img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    align-self: center;
    -ms-flex-align: center;
    height: auto;
    width: auto;
}
.nav-container {
    position: relative;
}
.top-header > a{
    display: block;
}
.top-header img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.cat-selectors {
    display: inline-flex;
}
.cat-selectors > a {
    height: 80px;
    border-top: 6px solid #203349;
    color: #ffffff;
    font-size: 16px;
    line-height: 74px;
    box-sizing: border-box;
    border-left: 1px solid #3e5876;
    text-align: center;
    min-width: 140px;
    padding: 0 20px;
    transition: all 0.2s;
    text-decoration: none;
}
.cat-selectors > a.active {
    border-top: 6px solid #00adef;
}
.cat-selectors > a:last-child {
    border-right: 1px solid #3e5876;
}
.cat-selectors > a:not(.active):hover {
    background: #122030;
    border-top: 6px solid #122030;
    text-decoration: none;
}
.forecast-height {
    height: 80px;
}
.forecast-height {
    display: flex;
    margin: 0 0 0 auto;
}
.add-company-wrap {
    display: inline-flex;
}
.add-comp {
    border: 1px solid #ffffff;
    margin: auto;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    padding: 0 30px 0 25px;
}
.shoping-wrap {
    background: #eeeeee;
    padding: 20px 0 135px 0;
}
.company-info .left-info {
    width: 53%;
    height: 100%;
    padding: 50px 0 50px 38px;
    box-sizing: border-box;
}
.shoping-wrap .company-info {
    height: 440px;
    color: #fff;
    background: 100% 50% no-repeat;
    background-size: cover;
}
.company-info .company-logo {
    width: 78px;
}
.company-info .company-logo img {
    max-width: 100%;
    display: block;
}
.company-info .left-info h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.3px;
    margin-top: 40px;
    margin-bottom: 22px;
}
.company-info .left-info p {
    font-size: 16px;
    letter-spacing: 1.2px;
}
.company-info .tel {
    color: #00adef;
    font-size: 13px;
}
.company-info .tel a {
    color: #00adef;
    text-decoration: underline;
}
.company-info .adress {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 29px;
}
.company-info .company-site {
    border: 1px solid #ffffff;
    color: #fff;
    box-sizing: border-box;
    width: 170px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    line-height: 38px;
    margin-top: 35px;
}
.more-company .one-company {
    height: 300px;
    position: relative;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.more-company .one-company > img{
    display: block;
    max-width: 100%;
}
.more-company {
    /*margin-top: 30px;*/
}
.one-company-info-left, .one-company-info-right{
    position: relative;
}
.more-company .light-white {
    background: rgba(255,255,255,0.9);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%,-50%);
    padding: 17px;
    border: 1px solid #c3bdba;
    width: 540px;
}
.more-company .light-white h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top:9px;
    margin-bottom: 10px;
}
.more-company .light-white .rubl {
    color: #e72e4f;
    font-size: 14px;
    margin-bottom: 9px;
}
.more-company .light-white p {
    font-size: 14px;
    line-height: 20px;
    color: #1f1f1f;
    margin: 10px 0;
}
.more-company .light-white .adress {
    font-size: 14px;
    position: relative;
    margin-bottom: 9px;
    line-height: 20px;
    padding-left: 20px;
}
.more-company .light-white .tel > a {
    color: #00adef;
    border-bottom: 1px solid #00adef;
    display: inline-block;
    margin-bottom: 3px
}
.more-company .light-white .tel {
    margin-bottom: 6px;
}
.more-company .light-white .tel,
.more-company .light-white .time {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
}
.more-company .light-white .adress:before {
    content: '\f041';
    font-family: FontAwesome;
    color: #00adef;
    position: absolute;
    left: 0;
}

.more-company .light-white .tel:before {
    content: '\f095';
    font-family: FontAwesome;
    color: #00adef;
    position: absolute;
    left: 0;
}
.more-company .light-white .time:before {
    content: '\f017';
    font-family: FontAwesome;
    color: #00adef;
    position: absolute;
    left: 0;
}
.more-company .site-company {
    background: #00adef;
    height: 36px;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    display: inline-block;
    width: 170px;
    text-align: center;
    line-height: 36px;
}
.light-white .time span {
    font-weight: 600;
}
.one-company-2 {
    min-height: 250px;
    background: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.16);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.16);
}
.one-company-2 .one-comp-img {
    float: left;
    width: 370px;
}
.one-company-2 .desc {
    float: left;
    width: calc( 100% - 370px );
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.one-company-2 .one-comp-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.one-company-2 h3 {
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    font-family: MyriadPro, sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    margin-top: 15px;
}
.one-company-2 h3:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cecece;
    left: 0;
    bottom: -15px;
}
.one-company-2 .rubl {
    color: #e72e4f;
    font-size: 14px;
    font-family: MyriadPro, sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.one-company-2 p {
    color: #1f1f1f;
    font-size: 14px;
}
.one-company-2 .show-contact {
    color: #00adef;
    border-bottom: 1px dotted #00adef;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}
.one-company-2 .desc-cont {
    font-size: 14px;
    line-height: 20px;
}
.one-company-2 .desc-cont div {
    text-align: left;
    position: relative;
    padding-left: 35px;
}
.one-company-2 .desc-cont .site {
    display: block;
    text-align: left;
    position: relative;
    padding-left: 35px;
    margin-bottom: 6px;
}
.one-company-2 .desc-cont .adress:before {
    content: '\f041';
    font-family: FontAwesome;
    color: #00adef;
    position: absolute;
    left: 10px;
}
.one-company-2 .desc-cont .tel:before {
    content: '\f095';
    font-family: FontAwesome;
    color: #00adef;
    position: absolute;
    left: 10px;
}
.one-company-2 .desc-cont .site:before {
    content: '\f0ac';
    font-family: FontAwesome;
    color: #00adef;
    position: absolute;
    left: 10px;
}
.one-company-2 .desc-cont .time:before {
    content: '\f017';
    font-family: FontAwesome;
    color: #00adef;
    position: absolute;
    left: 10px;
}
.one-company-2 .desc-cont .tel {
    margin-bottom: 6px;
}
.one-company-2 .desc-cont .tel a {
    border-bottom: 1px solid #d4ecfb;
}
.one-company-2 .desc-cont .tel a,
.one-company-2 .desc-cont .tel {
    color: #00adef;
    font-size: 14px;
}
.one-company-2 .desc-cont .site {
    color: #00adef;
}
.one-company-2 .desc-cont .time span {
    font-weight: 600;
}
.one-company-2 .desc-cont .adress {
    margin-bottom: 10px;
}

.one-company-2 .desc-cont {
    display: none;
}
.one-company-2:hover .desc {
    display: none;
}
.one-company-2:hover .desc-cont {
    display: block;
}

.one-company-3 {
    background: #fff;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.16);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.16);
    float: left;
    width: 100%;
    padding: 26px;
    min-height: 200px;
    margin-bottom: 30px;
}
.one-company-3 .left {
    float: left;
    width: 340px;
    box-sizing: border-box;
    border-right: 1px solid #cecece;
    height: 100%;
}
.one-company-3 .right {
    float: left;
    width: calc( 100% - 370px );
    box-sizing: border-box;
    font-size: 14px;
    color: #222222;
    padding-left: 58px;
}
.one-company-3 h3 {
    font-size: 14px;
    font-family: MyriadPro, sans-serif;
    font-weight: 700;
    letter-spacing: 0.35px;
    margin-bottom: 10px;
}
.one-company-3 .rubl {
    color: #e72e4f;
    font-size: 14px;
    margin-bottom: 12px;
}
.one-company-3 p {
    font-size: 14px;
    color: #1f1f1f;
    line-height: 20px;
}

.one-company-3 .right div {
    position: relative;
}
.one-company-3 .adress {
    margin-bottom: 10px;
}
.one-company-3 .tel {
    margin-bottom: 10px;
}
.one-company-3 .adress:before {
    content: '\f041';
    font-family: FontAwesome;
    color: #00adef;
    position: absolute;
    left: -20px;
}
.one-company-3 .tel:before {
    content: '\f095';
    font-family: FontAwesome;
    color: #00adef;
    position: absolute;
    left: -20px;
}
.one-company-3 .time:before {
    content: '\f017';
    font-family: FontAwesome;
    color: #00adef;
    position: absolute;
    left: -20px;
}
.one-company-3 .time span {
    font-weight: 600;
}


.flea-header {
    background: #122030;
    color: #fff;
    font-size: 20px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #455971;
    letter-spacing: 1px;
}
.flea-header:after {
    content: '\f107';
    font-family: FontAwesome;
}
.more-company .map {
    margin-bottom: 30px;
    position: relative;
}
.more-company .map img {
    max-width: 100%;
    display: block;
}
.more-company .map .map-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(15,22,30, 0.85);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}
.more-company .banner-area {
    padding: 28px 0 28px 0;
    border: 1px solid #cecece;
    background: #fff;
    display: block;
    margin-bottom: 30px;
}

.more-company .banner-area img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
}
.news-rubles .rubles-item.active > a,
.news-rubles .rubles-item.ui-tabs-active > a {
    background: #eee;
}
.news-rubles .rubles-item.active .rubl-name, .news-rubles .rubles-item.active >a:hover .rubl-name,
.news-rubles .rubles-item.ui-tabs-active .rubl-name, .news-rubles .rubles-item.ui-tabs-active >a:hover .rubl-name,
.rubles-item > a:hover .rubl-name {
    color: #203349;
}
.big-news-cont .one-news-cont:first-child {
    max-width: 590px;
}
.big-news-cont .one-news-cont:nth-child(1) {
    margin-left: 0;
}
.big-news-cont .one-news-cont:nth-child(3),
.big-news-cont .one-news-cont:nth-child(5) {
    margin-right: 0;
}
.big-news-cont .one-news-cont:nth-child(4),
.big-news-cont .one-news-cont:nth-child(5) {
    margin-top: 5px;
}
.big-news-cont .one-news-cont {
    float: left;
    max-width: 286px;
    margin: 0 2.5px;
    box-sizing: border-box;
    position: relative;
}
.big-news-cont .one-news-cont img {
    display: block;
    max-width: 100%;
}
.big-news-cont .one-news-cont h3 {
    position: absolute;
    color: #eee;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    padding: 0 13px;
    padding-bottom: 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.4),rgba(0,0,0,0.0));
}
.big-news-cont .one-news-cont .tag {
    position: absolute;
    background: #ffee58;
    font-size: 12px;
    font-weight: 600;
    color: #212121;
    letter-spacing: 1.8px;
    top: 20px;
    left: 10px;
    text-transform: uppercase;
    padding: 3px 16px;
}

.big-news-cont .one-news-cont .dark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}

a:hover > .dark, .big-news-cont .one-news-cont:hover .dark{
    background: rgba(0,0,0,0.4);
}
.big-news-cont .big-one-news-cont h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 20px;
    bottom: 0;
    padding-bottom: 20px;
}
.big-news-cont .big-one-news-cont .tag {
    left: 20px;
}
.big-news-cont {
    margin: 30px 0;
    width: 100%;
}
.news-in-rubles {
    float: left;
    width: 100%;
}
.col-6-10 {
    width: 60%;
    float: left;
    box-sizing: border-box;
}
.col-4-10 {
    width: 40%;
    float: left;
    box-sizing: border-box;
}
.news-in-rubles .news-wrap {
    margin-right: 30px;
}
.news-in-rubles .sect-title {
    margin:30px 0 20px;
}
.all-news-wrap .one-tile-news {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.24);
    -moz-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.24);
}
.all-news-wrap .one-tile-news .tile-title {
    font-size: 24px;
    line-height: 34px;
    padding: 15px 20px 60px 20px;
}
.all-news-wrap .one-tile-news .tile-bar {
    position: absolute;
    bottom: 0;
    height: 40px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    text-align: left;
    color: #eee;
    padding-left: 20px;
}
.all-news-wrap .one-tile-news .tile-bar .date {
    float: right;
    font-size: 13px;
    padding-right: 15px;
}
.all-news-wrap .one-tile-news .wobler {
    position: absolute;
    background: #ffee58;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    padding: 3px 12px;
    z-index: 9;
    text-transform: uppercase;
    left: 20px;
    top: 30px;
    color: #000;
}
.all-news-wrap .one-tile-news .tile-text {
    padding: 25px 20px 40px 20px;
}
.all-news-wrap .one-tile-news .tile-bot .tile-bar {
    position: static;
    color: #797979;
    background: #fff;
}
.actual-news {
    border: 1px solid #cecece;
}
.one-act-news {
    display: block;
    padding: 15px 20px 15px 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px dotted #d4d4d4;
}
.one-act-news:last-child {
    border-bottom: none;
}
.one-act-news:hover {
    background: #f3f3f3;
}
.act-news-img {
    float: left;
    width: 150px;
    height: 100px;
}
.act-news-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.one-act-news .desc {
    padding-left: 20px;
    color: #212121;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    width: calc( 100% - 150px );
    box-sizing: border-box;
    float: left;
}
.actual-news .date {
    color: #797979;
    font-size: 12px;
    margin-top: 6px;
    font-weight: 400;
}
.news-in-rubles .one-video-tile .video-title {
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    margin-top: 8px;
}
.news-in-rubles .videos .sect-title {
    float: left;
    width: auto;
    font-size: 20px;
    color: #eeeeee;
    margin-bottom: 15px;
}
.news-in-rubles .videos-cont {
    padding: 0 10px;
    box-sizing: border-box;
}
.news-in-rubles .one-video-tile {
    margin-bottom: 23px;
    min-height: 163px;
}
.news-in-rubles .videos {
    padding: 10px 10px 0;
    box-sizing: border-box;
    margin-top: 0;
}
.news-in-rubles .videos-cont .button {
    border: none;
    text-transform: none;
    width: 142px;
    font-weight: 400;
}
.news-in-rubles .videos-cont .button span {
    background: url(./img/white-arr.png) no-repeat 96px 40%;
}
.actual-news > h4 {
    padding: 12px 0 0 20px;
}
.news-in-rubles .baner-area {
    background: #fff;
    border: 1px solid #cecece;
    padding: 28px;
    box-sizing: border-box;
    height: auto;
}
.child-m-bottom > div > div {
    margin-bottom: 30px;
}
.child-m-bottom > div > .baner-area{
    margin-top: 0;
}
.child-m-top > div > div, .child-m-top > div > a{
    margin-top: 30px;
}
.child-m-top > div:first-child > div, .child-m-top > div:first-child > a{
    margin-top: 0;
}
.horoscope-wrap h4 {
    height: 130px;
    background: #203349;
    color: #ffffff;
    box-sizing: border-box;
    padding: 30px 0 0 15px;
    font-size: 20px;
}
.horoscope-wrap {
    position: relative;
    border: 1px solid #cecece;
    height: 390px;
    background: #ebebeb;
}
.horoscope {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.1);
    width: 430px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-42%);
}
.horo-signs {
    display: flex;
    width: 430px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 0 20px;
}
.horo-signs .sign {
    width: 50px;
    height: 50px;
    border: 1px solid #ececec;
    margin-right: 15px;
    margin-bottom: 20px;
}
.horo-signs .sign:hover {
    border: 1px solid #00adef;
}
.horo-signs .sign:nth-child(6),
.horo-signs .sign:nth-child(12) {
    margin-right: 0;
}
.vodol {
    background: url(./img/vodol.png) no-repeat 9px 15px;
}
.vodol.active {
    background:  #00adef url(./img/vodol2.png) no-repeat 9px 15px;
}

.oven {
    background: url(./img/oven.png) no-repeat 9px 13px;
}
.oven.active {
    background:  #00adef url(./img/oven2.png) no-repeat 9px 15px;
}

.rak {
    background: url(./img/ryby.png) no-repeat 9px 10px;
}
.rak.active {
    background:  #00adef url(./img/ryby2.png) no-repeat 9px 15px;
}

.kozer {
    background: url(./img/kozer.png) no-repeat 9px 12px;
}
.kozer.active {
    background: #00adef url(./img/kozer2.png) no-repeat 9px 12px;
}

.bliznec {
    background: url(./img/bliznec.png) no-repeat 11px 11px;
}
.bliznec.active {
    background: #00adef url(./img/bliznec2.png) no-repeat 11px 11px;
}

.lion {
    background: url(./img/lion.png) no-repeat 11px 10px;
}
.lion.active {
    background: #00adef url(./img/lion2.png) no-repeat 11px 10px;
}

.vesy {
    background: url(./img/vesy.png) no-repeat 10px 16px;
}
.vesy.active {
    background: #00adef url(./img/vesy2.png) no-repeat 10px 16px;
}

.ryby {
    background: url(./img/rybyb.png) no-repeat 13px 11px;
}
.ryby.active {
    background: #00adef url(./img/rybyb2.png) no-repeat 13px 11px;
}

.strel {
    background: url(./img/strel.png) no-repeat 9px 12px;
}
.strel.active {
    background: #00adef url(./img/strel2.png) no-repeat 9px 12px;
}

.scorp {
    background: url(./img/scorp.png) no-repeat 13px 15px;
}
.scorp.active {
    background: #00adef url(./img/scorp.png) no-repeat 13px 15px;
}

.telec {
    background: url(./img/telec.png) no-repeat 15px 11px;
}
.telec.active {
    background: #00adef url(./img/telec2.png) no-repeat 15px 11px;
}

.deva {
    background: url(./img/deva.png) no-repeat 12px 12px;
}
.deva.active {
    background: #00adef url(./img/deva.png) no-repeat 12px 12px;
}


.horo-desc {
    padding: 0 20px 25px 20px;
}
.horo-desc span {
    color: #797979;
    font-weight: 400;
}
.horo-desc h5 {
    font-size: 14px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 7px;
}
.horo-desc p {
    font-size: 14px;
    color: #111111;
    line-height: 20px;
    font-weight: 400;
}
.discussed {
    border: 1px solid #cecece;
    padding-bottom: 10px;
}
.discussed h4 {
    font-size: 20px;
    color: #212121;
    padding: 20px 15px 0;
    font-weight: 700;
}
.discussed .news-header-disc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #212121;
}
.discussed .news-header-disc:hover {
    color: #53aad6;
}
.discussed .date {
    font-size: 12px;
    color: #797979;
    margin-top: 10px;
}
.discussed .one-disc {
    border-bottom: 1px dotted #d2d2d2;
    padding: 15px 30px 12px 15px;
}
.discussed .one-disc:last-child {
    border-bottom: none;
}
.radio {
    width: 15px;
    height: 15px;
    border: 1px solid #15b4f0;
    display: inline-block;
    border-radius: 9px;
    position: relative;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 30px;
}
.radio:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #15b4f0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4.5px 0 0 -4.5px;
    border-radius: 50%;
    display: none;
}
.one-option.checked .radio:after {
    display: block;
}
.vote-city h5 {
    height: 50px;
    background: #203349;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px;
    line-height: 50px;
}
.vote-city-in {
    padding: 25px 10px 25px 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}
.vote-city-in p {
    font-size: 18px;
    line-height: 20px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 13px;
}
.vote-city-in .vote-in-notes{
    font-size: 14px;
    color: #797979;
    margin-bottom: 35px;
}
.vote-city-in li {
    font-size: 16px;
    color: #212121;
    height: 40px;
}
.one-option input[type="radio"] {
    display: none;
}
.vote-city-in .vote-but {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: #cecece;
    box-sizing: border-box;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    padding: 0 27px;
    font-weight: 600;
    margin:21px 15px 0 0;
}
.vote-city-in input.vote-but{
    outline: none;
    cursor: pointer;
    border: none;
}
.vote-city-in .blue.vote-but {
    background: #15b4f0;
}
.vote-city-in ul {
    margin-top: 35px;
}
.flea-mark .flea-cat {
    box-sizing: border-box;
    padding: 0 30px;
}
.flea-mark .flea-cat li a {
    padding-left: 0;
}
.flea-mark > h4 {
    font-size: 20px;
    color: #222222;
    margin-bottom: 13px;
}
.general-flea .one-ov-cat img {
    height: 100px;
}
.general-flea .one-ov-cat .title {
    font-size: 20px;
}

.shopping .shop-tiles .big-tile {
    height: 325px;
}
.shopping .shop-tiles .mid-tile {
    height: 229px;
}
.shopping .shop-tiles .smal-tile {
    height: 92px;
}
.shopping .shop-tiles .light-pink h4 {
    font-size: 18px;
    letter-spacing: 1.8px;
}
.shopping .shop-tiles a.big-tile:hover img,.shopping .shop-tiles a.mid-tile:hover img,.shopping .shop-tiles a.smal-tile:hover img,
.shopping .shop-tiles a.big-tile:hover h4,.shopping .shop-tiles a.mid-tile:hover h4,.shopping .shop-tiles a.smal-tile:hover h4{
    opacity: 0.75;
}
.shopping .shop-tiles .light-pink {
    padding-top: 40px;
}
.shopping .shop-tiles .light-pink .shop-tile-img {
    margin-top: 65px;
    width: 180px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.shopping .shop-tiles .light-pink .shop-tile-img img {
    width: 100%;
    height: auto;
}
.shopping .shop-tiles .yellow .shop-tile-img {
    height: 60px;
    width: auto;
}
.shopping .shop-tiles .yellow .shop-tile-img img {
    width: auto;
    height: 100%;
    display: block;
}
.shopping .shop-tiles .yellow h4 {
    font-size: 18px;
    margin-right: 27px;
    margin-top: 37px;
}
.shopping .shop-tiles .mid-tile.blue h4 {
    font-size: 18px;
}
.shopping .shop-tiles .mid-tile.blue .shop-tile-img {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.shopping .shop-tiles .mid-tile.blue .shop-tile-img img {
    width: 100%;
    height: auto;
}
.shopping .shop-tiles .light-blue .shop-tile-img {
    width: 165px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 47px;
}
.shopping .shop-tiles .light-blue .shop-tile-img img {
    width: 100%;
    height: auto;
}
.shopping .shop-tiles .light-blue h4 {
    font-size: 18px;
    padding-top: 40px;
}
.shopping .shop-tiles .light-green .shop-tile-img {
    width: 80px;
}
.shopping .shop-tiles .light-green .shop-tile-img img {
    width: 100%;
    height: auto;
}
.shopping .shop-tiles .light-green h4 {
    font-size: 16px;
    color: #141417;
    line-height: 17.8px;
    margin-top: 30px;
    margin-right: 10px;
}
.shopping .shop-tiles .pink {
    padding-top: 26px;
}
.shopping .shop-tiles .pink .shop-tile-img {
    width: 110px;
    margin-left: auto;
    margin-right: auto;
}
.shopping .shop-tiles .pink .shop-tile-img img {
    width: 100%;
    height: auto;
}
.shopping .shop-tiles .pink h4 {
    margin-bottom: 34px;
}
.shopping > h4 {
    font-size: 20px;
    color: #212121;
    font-weight: 700;
    float: left;
}
.shopping > .read-more {
    color: #212121;
    float: right;
    font-size: 16px;
    padding-right: 18px;
    background: url(./img/black-arr.png) no-repeat 100% 50%;
}
.stripe {
    height: 5px;
    background: #cecece;
    margin-top: 2px;
}
.blue-stripe {
    background: #00adef;
}
.vote-result tr td:first-child {
    font-weight: 700;
    width: 60px;
}
.vote-result tr td {
    padding: 4px 0;
}
.vote-result tr:first-child td {
    padding-top: 0;
}
.facebook-wrap {
    text-align: center;
    border: 1px solid #cecece;
    padding: 30px 0;
}
.big-news-header {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 18px;
}
.big-news-cont-in{
    margin: 0 -1px;
}
.article-body{
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
}
.article-body .tile-img {
    height: auto;
}
.article-body .tile-img img {
    display: block;
}
.article-body .tile-img .wobler {
    position: absolute;
    background: #ffee58;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 12px;
    font-weight: 600;
    left: 30px;
    top: 20px;
    padding: 3px 10px;
}
.article-body .tile-img .tile-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}
.article-body .tile-img .date {
    float: right;
    font-size: 13px;
}
.text-block {
    margin: 40px 70px 55px 70px;
    font-size: 16px;
}
.text-block p {
    font-size: 16px;
    line-height: 26px;
    color: #212121;
}
.text-block h5 {
    font-size: 18px;
    color: #212121;
    line-height: 26px;
    margin-bottom: 18px;
}
.text-block a {
    color: #00adef;
}
.article-body .bx-viewport {
    border: none;
}
.article-slider li {
    display: inline-block;
}
.article-slider li img {
    width: 100%;
    height: auto;
}
.article-slider-wrap .bx-controls-direction > a {
    width: 50px;
    height: 50px;
    opacity: 0.8;
    transition: opacity 0.2s;
}
.article-slider-wrap .bx-next {
    background: url(./img/arrow-right.png) no-repeat;
    background-size: contain;
    right: 22px;
}
.article-slider-wrap .bx-next:hover {
    background-position: 0 0;
}
.article-slider-wrap .bx-prev {
    background: url(./img/arrow-left.png) no-repeat;
    background-size: contain;
    left: 10px;
}
.incut {
    line-height: 36px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    text-align: center;
    color: #212121;
    margin: 50px 0 0 0;
    padding: 18px 0;
}
.news-page-area .last-news-wrap, .news-page-area .videos-wrap, .news-page-area .baner-area-wrap, .news-page-area .discussed-wrap, .baner-white-wrap{
    margin-bottom: 30px;
}
.news-page-area .last-news .one-news {
    margin-bottom: 20px;
    display: block;
}
.news-page-area .last-news .one-news:hover h5 {
    color: #1e88e5;
}
.videos-wrap,.baner-area-wrap,.discussed-wrap,.last-news-wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.videos-wrap .videos, .baner-area-wrap .baner-area,.baner-area-wrap .baner-white, .baner-area-wrap .baner6,.discussed-wrap .discussed, .last-news-wrap .last-news{flex: 1;}
.news-page-area .videos, .weather-wrap .videos {
    background: #203349;
    padding: 25px 20px 25px;
}
.news-page-area .baner-area {
    border: 1px solid #cecece;
    padding: 10px 10px;
}
.news-page-area .news-header-disc {
    line-height: 18px;
}
.news-page-area .one-disc {
    border-bottom: none;
}
.news-page-area .one-disc .tag {
    text-transform: uppercase;
}
.images-col2 {
    display: block;

}
.images-col2 img {
    width: calc( 50% - 20px );
    height: auto;
    display: inline-block;
}
.images-col2 img:first-child{
    margin-right: 30px;
}
.cars-table {
    width: 100%;
    margin-bottom: 18px;
}
.cars-table tr:first-child td {
    background: #eeeeee;
    border-bottom: 2px solid #2e91b7;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.cars-table td {
    width: 20%;
    color: #797979;
    font-size: 14px;
    border-bottom: 1px solid #cecece;
    padding: 11px 0 11px 30px;
}
.cars-table tr td:first-child {
    width: 15%;
}
.cars-table tr td:nth-child(2){
    width: 25%;
}
.cars-table-wrap > div {
    font-size: 14px;
    color: #797979;
    font-style: italic;
}
.cars-table-wrap {
    margin-bottom: 65px;
}
.model-row img {
    float: left;
    width: 420px;
}
.right-float {
    float: left;
    width: calc( 100% - 420px );
    box-sizing: border-box;
    padding-left: 50px;
    color: #212121;
}
.right-float ul li {
    list-style-type: disc;
    line-height: 30px;
    font-size: 16px;
}
.model-row h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
.right-float p {
    line-height: 26px;
}
.right-float ul {
    margin-bottom: 50px;
    padding-left: 20px;
}
.article-body .social {
    float: right;
}
.article-body .social span {
    font-size: 14px;
    margin-right: 25px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}
.after-art .autor {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    color: #797979;
}
.after-art .autor b {
    font-weight: 700;
    color: #212121;
}
.model-row {
    margin-bottom: 40px;
}
.one-tag {
    display: inline-block;
    font-size: 14px;
    color: #797979;
    border: 1px solid #cecece;
    padding: 4px 22px;
    margin-right: 4px;
}
.tags {
    border-bottom: 1px solid #00adef;
    padding-bottom: 30px;
    margin-top: 11px;
    float: left;
    width: 100%;
}
.news-pager {
    display: flex;
    width: 100%;
    float: left;
    text-transform: uppercase;
    margin-top: 30px;
    justify-content: space-between;
    margin-bottom: 30px;
}
.news-pager a {
    box-sizing: border-box;
    height: 48px;
    width: 270px;
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    text-align: center;
    line-height: 48px;
}
.news-pager .view-com {
    background: #00adef;
    color: #fff;
    justify-content: space-between;
}

.news-pager .prev-news {
    border: 1px solid #e54b4b;
    background: url(./img/blue-arr-2.png) no-repeat 9% 50%;
}
.news-pager .next-news {
    border: 1px solid #00adef;
    background: url(./img/blue-arr.png) no-repeat 91% 50%;
}
.baner-wid {
    display: block;
    margin: 0 auto;
}
.baner-wid img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
}
.baner-cont {
    margin-bottom: 30px;
}
.news-page-wrap-rubl {
    background: #203349;
    padding-top: 35px;
}
.news-page-wrap-rubl h3 {
    color: #fff;
    font-size: 24px;
}
.comments-wrap .pre {
    background: #ffe9cf;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #212121;
    font-size: 16px;
}
.comments-wrap .pre a {
    color: #00adef;
}
.dropdown {
    background: #3e4753;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    cursor: default;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s;
}

.one-sub-menu-item a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    text-transform: none;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}
.one-sub-menu-item a:hover {
	text-decoration: none !important;
}
.menu .menu-item > a .one-sub-menu-item {
    line-height: 18px;
    width: 195px;
}
.one-sub-menu-item h4, .drop-header {
    font-size: 18px;
    color: #00adef;
    font-weight: 600;
    cursor: default;
    border-bottom: 1px solid #4f5a69;
    padding-bottom: 17px;
    margin-bottom: 20px;
}
.one-sub-menu-item h4{
    text-transform: uppercase;
    line-height: 18px;
}
.dropdown .all-news-cat {
    display: block;
    box-sizing: border-box;
    width: 188px;
    border: 1px solid #ffffff;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    margin-top: 34px;
    transition: all 0.2s;
}
.dropdown .all-news-cat:hover {
    background: #00adef;
    border: 1px solid #00adef;
}
.menu li.menu-item:hover .dropdown {
    display: block;
    max-height: 1000px;
    border-bottom: 5px solid #00adef;
    z-index: 10;
    padding: 35px 0 50px;
}
.one-sub-menu-item .shoping-item {
    font-size: 14px;
    /*text-transform: uppercase;*/
    line-height: 18px;
    padding: 8px 0;
    margin-bottom: 0;
}
.one-sub-menu-item .add-new-comp {
    box-sizing: border-box;
    height: 39px;
    background: #00adef;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    display: block;
    padding: 0 30px;
    width: 270px;
    position: relative;
}
.one-sub-menu-item .shoping-item span {
    color: #868d97;
}
.one-sub-menu-item .add-new-comp:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(0,-50%);
}
.menu li.menu-item:hover > a.sales ~ .dropdown{
    padding-top: 19px;
    padding-bottom: 14px;
}
.add-sales-wrap {
    margin-top: 14px;
}
.add-sales {
    width: 197px;
    border: 1px solid #ffffff;
    height: 34px;
    text-align: center;
    line-height: 34px;
    display: block;
    color: #fff;
    background: url(./img/star.png) no-repeat 6px 7px;
    font-size: 13px;
    font-weight: 400;
}
.baraholka .dropdown .one-sub-menu-item {
    position: relative;
    padding-bottom: 92px;
}
.baraholka .dropdown .all-news-cat {
    position: absolute;
    bottom: 0;
}
.dropdown .one-sub-menu-item .grad {
    color: #fff;
    font-size: 15px;
}
.dropdown .one-sub-menu-item .weather {
    white-space: nowrap;
    float: none;
    height: auto;
}
.rain-coun {
    font-size: 15px;
    font-weight: 400;
    color: #8893a1;
    text-transform: none;
}
.list-more .transp-btn {
    width: 168px;
    height: 34px;
    border: 1px solid #ffffff;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 34px;
}
.list-more .one-sub-menu-item {
    padding-bottom: 94px;
    position: relative;
}
.list-more .one-sub-menu-item .transp-btn {
    position: absolute;
    bottom: 0;
}
.list-more .one-sub-menu-item.grow-2 {
    flex-grow: 2;
    margin-right: 0;
}
.dropdown .course-table {
    float: none;
}
.dropdown .course-table tr {
    display: flex;
    flex-direction: column;
}
.dropdown .course-table td {
    padding: 2px;
}
.dropdown .course-table{
    font-size: 13px;
    color: #7c8795;
    font-weight: 400;
}
.dropdown .course-table .currency{
    color: #fff;
}
.menu .menu-item:hover > a {
    border-bottom: 4px solid #3e4753;
	text-decoration: none !important;
}
#mobile-menu {
    display: none;
    width: 265px;
    background: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    z-index: 1110;
    position: absolute;
    top: 50%;
    right: 0;
}
body.modal-open::after{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1100;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
.subcats {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}
.mobile-menu .menu-item {
    min-height: 45px;
    background: #3D4652;
    box-sizing: border-box;
    position: relative;
}
.mobile-menu .menu-item > a {
    display: block;
    width: 100%;
    height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 45px;
    padding-left: 15px;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    position: relative;
    border-bottom: 1px solid #4E5968;
}
.mobile-menu .menu-item > a:after {
    /*content: '\f107';*/
    position: absolute;
    top: 0;
    right: 15px;
    font-family: FontAwesome;
    font-size: 14px;
}

.mobile-menu .menu-item > a{
	padding: 0 45px 0 15px;
}

.mobile-menu .fa-caret-down {
    /*display: none;*/
    position: absolute;
    width: 45px;
    height: 43px;
    top: 1px;
    right: 1px;
    cursor: pointer;
}

.mobile-menu .fa-caret-down:before{
    content: '\f107';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 43px;
}

.mobile-menu .menu-item.open > .fa-caret-down:before {
    content: '\f106';
}

.mob-menu-header {
    background: #09ACED;
    height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1px;
}
.mob-menu-close {
    background: url(./img/close.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 15px;
    cursor: pointer;
    position: absolute;
}
.mobile-menu .menu-item.open .subcats {
    max-height: 1000px;
}
.subcats h4 {
    height: 45px;
    color: #fff;
    padding-left: 35px;
    font-weight: 300;
    line-height: 45px;
    font-size: 14px;
}
.subcats > a {
    border-bottom: 1px solid #4E5968;
    display: block;
}
.mobile-menu .menu-item.open > a:after {
    /*content: '\f106';*/
}
.cell-name {
    width: 265px;
}
.convert > div > span {
    display: none;
}
.banks-list .title li {
    display: inline-block;
}
.banks-list .city-sel-cont {
    display: none;
}
.this-city {
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    margin-left: 15px;
    height: 100%;
    line-height: 40px;
    display: none;
}
.this-city:after {
    content: '\f0d7';
    font-family: Fontawesome;
    font-size: 14px;
    margin-left: 6px;
}
.banks-list .title > ul li {
    display: inline-block;
}
.this-currency {
    display: none;
}
.currency-list {
    display: none;
}
.jspHorizontalBar {
    display: none !important;
}
.resp-sort-cat {
    display: none;
}
.cat-prod-name {
    display: none;
}
.weath-ban-area {
    margin-top: 30px;
}
.weath-ban-area > img, .weath-ban-area > a > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
}
.news-view-all {
    background: #00ADEF;
    color: #fff;
    display: block;
}
.news-read-more-big {
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
}
.sign {
    font-size: 0;
}
.mob-vis {
    display: none;
}
.vote-result tr td:first-child {
    vertical-align: top;
}
.desc-cont-in {
    padding-left: 0!important;
}
.pict-cont .small-img:nth-last-child(1),
.pict-cont .small-img:nth-last-child(2){
    display: none;
}
.barah-top-bar {
    background: #fff;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.24);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.24);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.24);
    position: relative;
    height: 50px;
    line-height: 50px;
    display: none;
}
.barah-top-bar .back {
    font-size: 14px;
    color: #212121;
}
.barah-top-bar .back:before {
    content: '\f053';
    color: #00adef;
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 5px;
}
.barah-top-bar .mail {
    color: #00adef;
    font-size: 18px;
    margin-right: 10px;
}
.barah-top-bar .star {
    color: #e72e4f;
    font-size: 18px;
}
.barah-top-title {
    display: none;
}
.barah-page-area .big-img {
    position: relative;
}
.barah-page-area .wobbler {
    position: absolute;
    top: 0;
    left: 0;
    height: 31px;
    background: rgba(231,46,69,0.7);
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 31px;
    width: 112px;
}
.ava-container {
    width: 100px;
    height: 100px;
    float: left;
}
.ava-container ~ .write-cont {
    margin-left: 120px;
}
.comments-wrap{
    margin-top: 30px;
}
.comments-cont {margin-bottom: 150px;}
.comments-cont .h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
}
.comments-cont .h4 > a{
    color: inherit;
    text-decoration: none;
}
.write-cont textarea {
    height: 150px;
    border: 1px solid #00adef;
    padding: 15px;
    font-size: 16px;
    font-family: inherit;
    color: #797979;
    width: 100%;
    resize: none;
    box-sizing: border-box;
    display: block;
}
.write-cont .name {
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
}
.write-cont button {
    background: #00adef;
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    height: 37px;
    width: 170px;
    margin-top: 20px;
    cursor: pointer;
}

.write-cont textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: inherit;
    color: #797979;
}
.write-cont textarea::-moz-placeholder {
    font-size: 16px;
    font-family: inherit;
    color: #797979;
}
.write-cont textarea:-moz-placeholder {
    font-size: 16px;
    font-family: inherit;
    color: #797979;
}
.write-cont textarea:-ms-input-placeholder {
    font-size: 16px;
    font-family: inherit;
    color: #797979;
}
.one-comment {
    margin-top: 50px;
}
.one-comment .write-a-comment{margin-top: 25px}
.one-comment .blog-comment-cont-white{
    display: flex;
}
.one-comment .name,
.one-comment .date {
    display: inline-block;
}
.one-comment .name {
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}
.one-comment .date {
    font-size: 14px;
    color: #797979;
}
.one-comment-cont {
    flex-grow: 2;
    margin-left: 20px;
}
.one-comment .text {
    font-size: 16px;
    color: #212121;
}
.one-comment .like {
    color: #00adef;
    font-size: 16px;
    margin-right: 5px;
}
.one-comment .dislike {
    color: #d32e2e;
    font-size: 16px;
    margin-right: 5px;
}
.one-comment span.bx-rating-yes::after, .one-comment .can-comment span.bx-rating-no::after {
    content: '|';
    color: #797979;
    margin: 0 7px;
    font-size: 14px;
}
.one-comment .com-bottom {
    font-size: 14px;
    color: #797979;
}
.one-comment .replay {
    color: #00adef;
    font-size: 14px;
}
.one-comment .text {
    margin-bottom: 7px;
    margin-top: 5px;
    line-height: 24px;
}
.one-comment-in {
    width: calc( 100% - 120px );
    margin-right: 0;
    margin-left: auto;
}
.news-page-area {
    width: 100%;
    overflow-x: hidden;
}
.news-top-bar {
    display: none !important;
    float: left;
    width: 100%;
}
.balance-wrap {
    display: inline-flex;
}
.balance-status-wrap {
    font-size: 16px;
    font-weight: 600;
    height: 38px;
    padding: 0 38px;
    margin: auto;
    background-color: #7ac358;
    color: #ffffff;
    line-height: 38px;
    text-transform: uppercase;
    box-sizing: border-box;
}
.balance-status-wrap span:not(:last-child) {
    padding: 0 15px 0 0;
}
.balance-add {
    font-size: 13px;
    height: 38px;
    padding: 0 11px;
    margin: auto;
    background-color: #ffed00;
    color: #213349 !important;
    line-height: 38px;
    text-transform: uppercase;
    box-sizing: border-box;
	text-decoration: none !important;
}
.personal-wrap {
    background: #ffffff;
    padding: 20px 0 135px 0;
    float: left;
    width: 100%;
    overflow-x: hidden;
}


.more-personal {
    margin-top: 30px;
}

.more-personal-header {
    padding: 24px 0px;
    background: #eeeeee;
}
.more-personal-header .balance-title {
    font-size: 16px;
    font-weight: 600;
    height: 38px;
    padding: 0;
    margin: auto;
    color: #575757;
    line-height: 38px;
    text-transform: uppercase;
    box-sizing: border-box;
}
.more-personal-header .balance-price {
    font-size: 16px;
    font-weight: 600;
    height: 38px;
    padding: 0 0 0 10px;
    margin: auto;
    color: #050505;
    line-height: 38px;
    text-transform: uppercase;
    box-sizing: border-box;
}
.more-personal-header .balance-price.red {
    color: #d55227;
}
.more-personal-header .balance-add {
    padding: 10px 11px 9px;
}
.more-personal-header .balance-history {
    font-size: 14px;
    font-weight: 600;
    height: 38px;
    padding: 0;
    margin: auto 0px auto 10px;
    color: #61abec;
    line-height: 38px;
    box-sizing: border-box;
}
.more-personal-header .balance-history:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: 10px;
}
.more-personal-header .balance-history.open:after {
    content: '\f0d8';
}
.more-personal-container {
    margin-top: 7px;
}
.formGroup {
    height: 56px;
}
.formGroup > div {
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #575757;
    line-height: 16px;
}
.formGroup__title_green {
    color: #7ac358;
}
.formGroup .file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    width: 240px;
}
.formGroup .file input[type=file]{
    display: none;
}
.formGroup .file .img {
    display: inline-block;
    margin-right: 28px;
    vertical-align: middle;
}
.formGroup .file .img > img {
    border-radius: 50%;
    vertical-align: middle;
    max-width: 36px;
    max-height: 36px;
}
.formGroup .file .button {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    background: none;
    color: #61abec;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    height: auto;
    text-transform: none;
    width: auto;
    letter-spacing: normal;
}
.formGroup input[type="text"],
.formGroup input[type="email"],
.formGroup input[type="password"] {
    font-size: 14px;
    color: #575757;
    width: 240px;
    padding: 9px 9px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
}
.formGroup.buttons {
    margin-top: 20px;
}

.formGroup .price-title{
    font-size: 16px;
    margin-right: 15px;
}

.formGroup .price-title span{
    font-weight: bold;
}

.btn-act {
    font-size: 13px;
    display: inline-block;
    background: #61abec;
    height: 36px;
    color: #fff;
    width: 240px;
    text-align: center;
    border: 1px solid #61abec;
    line-height: 36px;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    text-transform: uppercase;
    cursor: pointer;
}

.add-video .btn{
    background: #00adef;
    color: #fff;
    text-transform: uppercase;
    max-width: 270px;
    margin: 0 auto 15px;

    background: #203349;
	outline: 1px solid #203349;
	border: 2px solid #fff;
	color: #e4f5fc;
	letter-spacing: .3px;
}

.formGroup input:focus {
    outline: none;
    border-color: #61abec;
}
.formGroup .date-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 240px;
}
.formGroup .select-list {
    display: inline-block;
    position: relative;
    width: 240px;
}
.formGroup .select-list select {
    font-size: 14px;
    color: #575757;
    background: #ffffff;
    width: 100%;
    padding: 9px 8px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
}
.formGroup .select-list select:focus {
    outline: none;
    border-color: #61abec;
}
.formGroup .select-list select::-ms-expand {
    display: none;
}
.formGroup .select-list:after {
    content: '';
    position: absolute;
    right: 5px;
    height: 31px;
    width: 15px;
    background: url(./img/arrow_down_black.png) no-repeat 50% 50%, transparent;
    top: 50%;
    margin-top: -17px;
}
.formGroup .select-list.date-day {
    width: 48px;
}
.formGroup .select-list.date-month {
    width: 104px;
}
.formGroup .select-list.date-yar {
    width: 64px;
}
.formGroup label.radioGroup {
    cursor: pointer;
}
.formGroup label.radioGroup:not(:last-child) {
    margin-right: 36px;
}
.formGroup label.radioGroup > span.padio-checkbox {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 3px;
    margin-right: 4px;
    background: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
}
.formGroup label.radioGroup > input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.formGroup label.radioGroup > input[type="radio"]:checked + span.padio-checkbox:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #7ac358;
    border-radius: 50%;
}
.formGroup label.radioGroup > input[type="radio"]:focus + span.padio-checkbox {
    border-color: #61abec;
}

.formGroup .checkbox-group{
    width: 90px;
}

.formGroup .checkbox-group label{
    display: inline-block;
    margin-left: 5px;
    font-weight: normal;
}

.formGroup .important{
    color: red;
}

.more-personal-history {
    display: none;
    font-size: 14px;
    color: #575757;
    margin-bottom: 60px;
}
.more-personal-history.open {
    display: block;
}
.more-personal-history-table__head > .row {
    background: #effaff;
}
.more-personal-history-table__head > .row > div {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #effaff;
}
.more-personal-history-table__body > .row:nth-child(2n) {
    background: #f9f9f9;
}
.more-personal-history-table__body > .row > div {
    padding-top: 20px;
    padding-bottom: 20px;
}
.more-personal-history-table__body .date-pad {
    padding-right: 18px;
}
.more-personal-history-table__body .change-pad-green,
.more-personal-history-table__body .change-pad-red {
    padding-right: 22px;
}
.more-personal-history-table__body .change-pad-green {
    color: #7ac358;
}
.more-personal-history-table__body .change-pad-red {
    color: #d55227;
}
.more-personal-history-table-body__info span {
    display: inline-block;
    max-width: 235px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}


.more-personal-history-table__body .btn-row{
    text-align: center;
    justify-content: center;
    margin: 20px 0;
    background: #fff;
}

.more-personal-history-table__body > .row.btn-row{
    background: #fff;
}


.sale-wrap {
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 40px;
}
.sale-wrap + .shares-cont .shares-in.row {
    margin-bottom: 30px;
}
.sale-wrap + .shares-cont {
    background: #f8f8f8;
    padding-bottom: 135px;
}
.big-sale-header {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 18px;
}
.more-sale .flea-header {
    background: #122030;
    color: #fff;
    font-size: 20px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #455971;
    letter-spacing: 1px;
}
.more-sale .flea-header:after {
    content: '\f107';
    font-family: FontAwesome;
}
.more-sale-share__img {
    position: relative;
}
.more-sale-share__img img {
    display: block;
    width: 100%;
}
.more-sale-share__img-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 237, 0, 0.85);
    font-size: 15px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.35px;
    padding: 8px 0;
}
.more-sale-share__cat {
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    color: #7b7b7b;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin: 13px 0 8px 0;
}
.more-sale-share__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #212121;
    margin-bottom: 7px;
}
.more-sale-share__desc {
    font-size: 16px;
    line-height: 22px;
    color: #212121;
}
@media (max-width: 1200px) {
    .all-days-wrap {
        flex-wrap: nowrap;
    }
    .one-day{
        margin-right: 10px;
    }
    .one-day:last-child {
        margin-right: 0;
    }
    .all-days-wrap-out {
        overflow-x: scroll;
        overflow-y: hidden;
        overflow: -moz-scrollbars-none;
    }
    .all-days-wrap-out::-webkit-scrollbar {
        width: 0;
    }

    #ya-map > ymaps {
        width: 100% !important;
    }
    .drop-down {
        display: none;
    }
    .convert input[type="text"] {
        max-width: 75px;
    }
    .horoscope {
        width: 350px;
    }
    .horo-signs .sign {
        margin-right: 7px;
    }
    .horo-signs {
        justify-content: flex-start;
        width: 100%;
    }
    .horoscope-wrap {
        height: 490px;
    }
/*    .more-company .flea-cat-cont {
        width: auto;
    }*/
    .forecast-height .add-comp {
        padding: 0 22px;
    }
    .pict-cont .small-img:nth-last-child(1),
    .pict-cont .small-img:nth-last-child(2){
        display: block;
    }
    .pict-cont {
        display: flex;
        flex-direction: column;
        padding-right: 30px;
    }
    .pict-cont .column {
        display: flex;
        flex-direction: row;
    }
    .barah-page-area .col-3-4 {
        width: 66%;
    }
    .barah-page-area .col-4 {
        width: 34%;
    }
    .bar-sidebar-wrap {
        width: auto;
    }
    .barah-page-area .big-img {
        width: 100%;
        margin-bottom: 30px;
    }
    .barah-page-area .small-img {
        width: 20%;
        height: auto;
    }
    .barah-page-area .small-img.active {
        position: relative;
    }
    .barah-page-area .small-img.active:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #25ADEC;
        left: 0;
    }
    .prod-desc-wrap {
        margin-right: 30px;
    }
    .comment-wrap {
        margin-right: 30px;
    }
    .images-col2 img {
        width: calc( 50% - 20px );
        height: auto;
        align-items: flex-start;
    }
    .article-body .social {
        float: none;
        margin-top: 10px;
    }
    .article-body .social span {
        margin-right: 10px;
    }
    .news-pager a {
        width: 235px;
    }
    .news-pager .next-news {
        background: url(./img/blue-arr.png) no-repeat 95% 50%;
    }
    .news-pager .prev-news {
        background: url(./img/blue-arr-2.png) no-repeat 5% 50%;
    }
    .big-news-cont-in {
        width: 1172px;
    }
    .big-news-cont{
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
    }
    .big-news-cont::-webkit-scrollbar {
        width: 0;
    }
    .weath-conc{margin-top: 18px;}
    .weath-conc .council {display: block}
}
@media (max-width:1070px) {
    .kurs-all-wrap .last-news h5 {
        margin-top: 7px;
    }
    .kurs-all-wrap .inf-bar {
        text-transform: uppercase;
    }
    .kurs-all-wrap .one-news {
        border-bottom: 1px dotted #D3D3D3;
        display: block;
        padding: 15px;
    }
    .kurs-all-wrap .one-news:hover h5 {
        color: #3189E1;
    }
    .kurs-all-wrap .one-news:last-child {
        border-bottom: 0;
    }
    .kurs-all-wrap .last-news h4 {
        margin-bottom: 0;
        padding-left: 15px;
        padding-top: 10px;
    }
    .one-tile-news, .one-tile-block {
        min-height: 325px;
    }
    .big-news-img {
        height: 255px;
    }
    .cent-align {
        width: calc( 100% - 670px );
    }
    .barah-page-area .bread-crumbs {
        display: none;
    }
    .barah-top-bar {
        display: block;
    }
    .barah-top-title {
        background: #EDEDEE;
        font-weight: 600;
        height: 60px;
        display: flex;
        align-items: center;
    }
    .barah-top-title .center-cont {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .barah-top-title .mob-header {
        font-size: 18px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .add-product:before {
        left: 60px;
    }

}
@media (max-width:991px) {

    .more-company .map, .more-company .banner-area{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .shoping-head-in{
        -ms-flex-pack: center;
        justify-content: center;
    }
    .personal-head-in {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .child-m-top > div:first-child > a, .child-m-top > div:first-child > div{margin-top: 30px}
    .baner-area.m-60{
        margin: 30px 0;
    }
    .banner360{
        margin: 0;
    }
    .news-of-day{
        padding-top: 20px;
    }
    .news-title{
        font-size: 30px;
    }
    .all-news-wrap .tile-img {
        height: 220px;
        overflow: hidden;
    }
    .all-news-wrap .tile-img > img{
        max-width: initial;
        height: 100%;
    }
    .list-sort-in > li > a {
        margin-right: 0;
        display: block;
        padding-right: 0;
    }
    .left-sort .list-sort-in li:last-child {
        border-bottom: none;
        border-top: none;
    }
    .left-sort .price-sort,
    .left-sort .date-sort{
        display: block;
        width: 100%;
        text-indent: 16px;
    }
    .left-sort .popular {
        display: block;
        text-indent: 16px;
    }
    .left-sort .list-sort-in {
        position: static;
        width: 100%;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .left-sort .list-sort-in li {
        height: 40px;
        line-height: 40px;
        color: #797979;
        font-weight: 400;
    }
    .left-sort .list-sort-in li > a {
        color: #797979;
    }
    .left-sort > ul > li {
        height: auto;
    }
    header .auth {
        width: auto;
    }

    .auth .button{
    	width: auto;
    	padding: 0;
    }

    .auth-but{
    	font-size: 0;
    	padding: 0;
    	background-position: center;
    	width: 35px;
    }

    .auth .personal-area__name{
    	display: none;
    }

    .course-table tr td:last-child {
        display: none;
    }
    .transp-btn {
        margin-right: 0;
    }
    .bank-tile-wrap .last-news {
        flex-grow: 1;
        padding: 0;
    }
    .bank-tile-wrap .baner6 {
        border: 1px solid #CFCFCF;
        flex-grow: 3;
        padding: 30px 0;
        background: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        -ms-flex-pack: center;
    }
    .bank-tile-wrap .one-news {
        border-bottom: 1px dotted #CFCFCF;
        padding: 15px;
        margin: 0;
    }
    .bank-tile-wrap .one-news:last-child {
        border-bottom: none;
    }
    .course-cont .center-cont {
        display: flex;
        justify-content: space-between;
    }
    .course-cont .center-cont .col-2 {
        width: auto;
    }
    .weather {
        margin-left: 16px;
    }
    .for-bus .blue-btn{
        width: 135px;
    }
    .nav-container .center-cont {
        display: flex;
    }
    .mob-menu-but-wrap {
        display: flex;
        align-items: center;
        padding-top: 2px;
        /*padding-left: 10px;*/
        padding-left: 20px;
        height: 80px;
    }
    .last-news h5 {
        margin-top: 8px;
    }
    .last-news h4 {
        padding-left: 15px;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .inter-cities {
        margin-top: 15px;
    }
    .inter-cities .desc {
        font-size: 13px;
    }
    .dark-footer .bot-t h3 {
        width: 100%;
        margin-bottom: 10px;
    }
    .bot-t .logo-cont {
        width: auto;
    }
    footer .bot-t .desc {
        float: left;
        line-height: 18px;
        margin: 6px 0 0 15px;
    }
    .bot-links {
        margin-top: 33px;
    }
    .bot-links li {
        line-height: 30px;
    }
    .bot-title {
        font-size: 14px;
        line-height: 22px;
    }
    .mass-news-in {
        width: 1170px;
    }
    .big-news-img {
        height: 294px;
    }
    .md-small-news .big-news-img{
        height: 145px;
    }

    .md-small-news .news-box-title {
        bottom: 50%;
        left: 50%;
        font-weight: 700;
        transform: translate(-50%,50%);
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.38px;
        text-transform: uppercase;
        color: #fff;
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    .jspHorizontalBar {
        display: block !important;
    }
    .mass-news {
        overflow-x: scroll;
        overflow-y: hidden;
        margin-bottom: 30px;
    }
    .mass-news::-webkit-scrollbar {
        width: 0;
    }
    .mass-news {
        overflow: -moz-scrollbars-none;
    }
    .rubl-news-cont-in {
        width: 1170px;
    }
    .rubl-news-cont {
        width: 100%;
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
    }
    .rubl-news-cont::-webkit-scrollbar {
        width: 0;
    }
    .videos-in {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
    }
    .videos-in::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .videos {
        width: 100%;
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
    }
    .videos::-webkit-scrollbar {
        width: 0;
    }
    .shop-tiles {
        overflow-x: scroll;
        width: 100%;
        overflow: -moz-scrollbars-none;
    }
    .shop-tiles::-webkit-scrollbar {
        width: 0;
    }
    .shop-tiles-in {
        width: 1170px;
    }
    .shares {
        overflow-x: scroll;
        width: 100%;
        overflow: -moz-scrollbars-none;
    }
    .shares::-webkit-scrollbar {
        width: 0;
    }
    .shares-in {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
    }
    .shares-in::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .flea-market{
        padding: 30px 0;
    }
    .flea-market .sect-title {
        text-align: center;
    }
    .flea-market-second-title{
        margin-top: 30px;
    }
    .catalog .col-3-4 {
        width: 100%;
    }
    .one-prod-tile {
        width: 25%;
        margin: 0 0 10px 0;
    }
    .cat-logo {
        display: none;
    }
    .cent-align {
        width: auto;
        justify-content: flex-start;
    }
    .catalog .col-4 {
        width: 100%;
    }
    .cat-sidebar-wrap .add-product {
        display: none;
    }
    .cat-sidebar-wrap {
        width: auto;
    }
    .int-articles .articles {
        column-count: 2;
        -webkit-column-gap: 1px;
        -moz-column-gap: 1px;
        column-gap: 1px;
        -moz-column-rule: 1px solid #CECECE;
        -webkit-column-rule: 1px solid #CECECE;
        column-rule: 1px solid #CECECE;
        border-bottom: 1px solid  #CECECE;
        border-left: 1px solid  #CECECE;
        border-right: 1px solid  #CECECE;
    }
    .resp-sort-cat {
        display: inline-block;
    }
    .sort > div {
        display: inline-block;
        float: none;
    }
    .left-sort > ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
    }
    .left-sort a:after {
        display: none;
    }
    .sort span {
        color: #00ADEF;
        border-bottom: 1px dotted #00ADEF;
        font-size: 15px;
        font-weight: 400;
        position: relative;
        cursor: pointer;
    }
    .sort span:after {
        content: "\f078";
        position: absolute;
        right: -15px;
        top: 4px;
        font-family: FontAwesome;
        font-size: 10px;
    }
    .sort span.open:after {
        content: "\f077";
    }
    .sort span i {
        display: none;
    }
    .resp-sort-cat {
        font-size: 15px;
        color: #00ADEF;
        border-bottom: 1px dotted #00ADEF;
        float: right;
        position: relative;
        margin-right: 5px;
    }
    .resp-sort-cat:after {
        content: "\f078";
        position: absolute;
        right: -14px;
        top: 4px;
        font-family: FontAwesome;
        font-size: 10px;
    }
    .sort {
        position: relative;
        padding: 10px 20px 10px 15px;;
    }
    .left-sort li {
        background: #fff;
        box-sizing: border-box;
        width: 289px;
        height: 49px;
        border-top: 1px solid #cecece;
        font-size: 14px;
        line-height: 49px;
        color: #212121;
        font-weight: 600;
    }
    .catalog .center-cont {
        position: relative;
    }
    .forecast-cat-title {
        display: none;
    }
    .cat-sidebar-wrap .cat {
        display: none;
        position: absolute;
        right: 0;
        top: 40px;
        padding: 0;
        width: 249px;
        z-index: 9;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
    }
    .cat-sidebar-wrap .cat li {
        border-top: 1px solid #cecece;
    }
    .cat-sidebar-wrap .cat > li > a {
        height: 49px;
        line-height: 49px;
        color: #212121;
        font-weight: 600;
        font-size: 14px;
    }
    .cat-sidebar-wrap .subcat > li .quantity {
        font-weight: 400;
    }
    .cat-sidebar-wrap .cat > li > a .quantity {
        font-weight: 400;
    }
    .sort > .right-sort {
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
    }
    .int-articles .forecast-cat-title {
        display: block;
    }
    .resp-sort-cat.open:after {
        content: '\f077';
    }
    .all-news-wrap .one-tile-news .tile-bar .date {
        display: none;
    }
    .all-news-wrap .one-tile-news .tile-title {
        font-size: 16px;
        line-height: 18px;
    }
    .mob-invise {
        display: none;
    }
    .all-news-wrap .one-tile-news .tile-text {
        padding: 16px 16px 15px 20px;
    }
    .horoscope-wrap {
        float: left;
        width: 100%;
    }
    #video-cont .videos-cont-in {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    #video-cont .videos-cont-in::-webkit-scrollbar {
        width: 0;
    }
    .videos-port {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
    }
    .videos-port::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    #actual-news .act-news-img {
        width: 100px;
        height: 75px;
    }
    #actual-news .desc h4 {
        padding: 0;
    }
    #actual-news .one-act-news .desc {
        width: calc( 100% - 100px );
    }
    #actual-news > h4,
    #discussed > h4 {
        font-size: 18px;
        font-weight: 600;
    }
    .horoscope {
        position: static;
        transform: none;
        width: 100%;
        overflow-x: hidden;
    }
    .horoscope-wrap h4 {
        padding: 10px 0 0 20px;
        height: 47px;
    }
    .horo-signs {
        padding: 0;
        flex-wrap: nowrap;
    }
    .horo-signs .sign {
        display: block;
        background: #203349;
        width: auto;
        height: 45px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 0;
        margin-right: 0;
        padding: 14px 28px 0;
        border: 0;
        border-bottom: 3px solid #203349;
    }
    .horo-signs .sign.active {
        border-bottom: 3px solid #00ADEF;
    }
    .horo-signs-out {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .horo-signs-out::-webkit-scrollbar {
        width: 0;
    }
    .horo-desc {
        background: #fff;
        padding-top: 20px;
        position: relative;
    }
    .horo-signs .sign:hover {
        border-bottom: 3px solid #203349;
    }
    .horoscope-wrap {
        height: auto;
    }
    .horo-signs-out {
        background: #203349;
    }
    .vote-city-in {
        padding: 20px 10px 20px 20px;
    }
    .radio {
        margin-right: 15px;
    }
    .vote-city-in p {
        font-size: 16px;
    }
    .vote-city-in .vote-in-notes {
        margin-bottom: 25px;
        font-weight: 300;
    }
    .vote-city-in ul{margin-top: 25px}
    .vote-city-in li {
        font-size: 15px;
    }
    .vote-city-in .vote-but {
        padding: 0 26px;
    }
    .news-in-rubles .flea-mark {
        border-top: 1px solid #BEBEBE;
        padding-top: 35px;
    }
    .flea-mark > h4 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 23px;
    }
    .news-in-rubles .general-flea {
        border-top: none;
    }
    .general-flea .one-ov-cat img {
        height: 150px;
    }
    .general-flea .one-ov-cat .title {
        font-size: 27px;
    }
    .news-in-rubles .shop-tiles {
        width: 1170px;
    }
    .shop-tiles-view {
        width: 100%;
        float: left;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .shop-tiles-view::-webkit-scrollbar {
        width: 0;
    }
    .shopping > .read-more {
        background: #1E88E5;
        color: #fff;
        box-sizing: border-box;
        height: 35px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        width: 170px;
        letter-spacing: 0.2px;
        line-height: 35px;
        text-align: center;
        position: relative;
    }
    .shopping > .read-more:after {
        content: '';
        position: absolute;
        background: url(./img/white-arr.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 10px;
        top: 32%;
        left: 77%;
    }
    .add-company-wrap {
        display: none;
    }
    .company-info .left-info p {
        font-size: 14px;
    }
    .company-info .left-info h3 {
        margin-top: 13px;
        margin-bottom: 10px;
        font-size: 17px;
    }
    .company-info .adress {
        margin-bottom: 6px;
        margin-top: 16px;
        margin-top: 25px;
    }
    .shoping-wrap .company-info {
        height: 375px;
        margin-bottom: 30px;
    }
    .more-company .light-white {
        right: 50%;
        transform: translate(50%,-50%);
    }
    .social-cont {
        height: 100px;
    }
    .social-cont .social {
        margin-top: 10px;
    }
    .comment-wrap {
        height: 250px;
    }
    .comment .warning {
        margin-top: 15px;
        margin-left: 0;
    }
    .barah-page-area .one-prod-tile {
        width: 33%;
    }
    .barah-page-area .one-prod-tile .one-prod-img img {
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
    }
    .news-page-area .bread-crumbs {
        display: none;
    }
    .rubl-news-view {
        overflow-x: scroll;
    }
    .rubl-news-view::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .news-page-wrap-rubl {
        position: relative;
        z-index: 2;
    }

    .news-page-area .last-news-wrap {
        flex-grow: 1;
    }
    .news-page-area .discussed-wrap {
        flex-grow: 1;
    }
    .news-page-area .baner-white-wrap {
        flex-grow: 1;
    }
    .news-page-area .baner-area-wrap {
        flex-grow: 1;
    }
    .news-page-area .baner-area > a {
        margin: 0 auto !important;
    }

    .weather-wrap .videos{margin-top: 30px}
    .news-page-area .one-video-tile, .weather-wrap .one-video-tile {
        float: left;
        width: 31%;
        clear: none;
        margin-right: 10px;
    }
    .sect-head {
        float: left;
        width: 100%;
    }
    .news-page-area {
        padding-bottom: 60px;
        padding-top: 30px;
    }
    .news-top-bar {
        display: block !important;
    }
    .comments-cont {
        margin-bottom: 30px;
    }
    .news-rubl {
        padding-bottom: 30px;
    }

    .shop-cont{padding: 20px 0 30px;}
    .weath-title{padding-right: 30px;}
    .forecast .days{padding: 0 25px;}
    .news-page-area .videos, .weather-wrap .videos{
        padding-left: 35px;
        padding-right: 35px;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }
    .balance-wrap {
        display: none;
    }
    .more-personal-header .balance-title {
        padding-left: 30px;
    }
    .more-personal-container {
        margin-top: 15px;
        padding: 0px 30px;
    }
    .more-personal-history-table__head > .row {
        margin: 0px;
    }
    .more-personal-history-table__body > .row {
        margin: 0px;
    }
    .more-personal{
        margin-top: 0;
    }
}
@media (max-width:767px) {

    .add-video{
        padding: 20px 0 5px;
    }

    .weather {
        display: flex;
        margin-left: 0;
    }
	.weath-conc {
		margin-top: 29px;
		font-size: 11px;
	}
    .for-bus .blue-btn{
        width: 170px;
    }
    .rubl-news-cont {
        width: auto;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .all-news-wrap {
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
        width: 100%;
        padding-left: 4px;
    }
    .all-news-wrap .row{
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .all-news-wrap::-webkit-scrollbar {
        width: 0;
    }
    .transp-btn {
        display: none;
    }
    .weath-conc .council {
        display: none;
    }
    .city-sel input {
        min-width: 120px;
        background: #203349;
    }
    .input-wrap:after {
        background: url(./img/arrow_down.png) no-repeat 40% 50%, #203349;
    }
    .bank-info-area h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .bank-info-area {
        padding: 20px;
    }
    .bank-info-area tr td {
        vertical-align: top;
    }
    .bank-info-area table {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .bank-info-area tr td:first-child {
        width: 110px;
    }
    #ya-map > ymaps {
        height: 200px !important;
    }
    .bot-t h3 {
        font-size: 22px;
    }
    footer .inter-cities .desc {
        font-size: 14px;
    }
    .kurs-all-wrap .page-title {
        font-size: 18px;
        line-height: 24px;
    }
    .convert-best .buttons > a {
        margin-right: 0;
    }
    .converter .convert .fa-arrow-right {
        display: none;
    }
    .convert input[type="text"] {
        width: 90px;
    }
    .converter .convert {
        display: block;
    }
    .convert > div > span {
        display: block;
        line-height: 40px;
    }
    .convert > div {
        display: flex;
        justify-content: space-between;
    }
    .banks-list .title a {
        width: 100%;
        background: #384C64;
        border-top: 0;
        box-sizing: border-box;
    }
    .banks-list .title {
        padding: 0;

    }
    .banks-list .title a.selected {
        border: 0;
    }
    .banks-list .title > ul li {
        display: none;
    }
    .this-city {
        display: block;
    }
    .banks-list .title > ul {
        position: relative;
        z-index: 9;
    }
    .selection {
        display: flex;
        justify-content: space-between;
    }
    .this-currency {
        display: block;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }
    .this-currency:after {
        content: '\f0d7';
        font-family: Fontawesome;
        margin-left: 6px;
        font-size: 14px;
        margin-right: 65px;
        line-height: 40px;
    }
    .banks-list table td:nth-child(7),
    .banks-list table td:nth-child(8) {
        display: none;
    }
    .banks-list table td:nth-child(1) {
        display: table-cell !important;
    }
    .banks-table .one-bank tr td:first-child,
    .head-table table tr td:first-child {
        width: 57%;
    }
    .banks-table .one-bank tr td {
        font-size: 13px;
    }
    .one-bank-datail .time {
        display: none;
    }
    .banks-table .one-bank tr td:first-child {
        padding-left: 20px;
    }
    .one-bank td .name {
        position: relative;
    }
    .one-bank td .name:before {
        position: absolute;right: 100%;
    }
    .one-bank-datail tr td:first-child a {
        width: 100%;
    }
    .one-bank td .name .bank-logo {
        margin-right: 6px;
    }
    .currency-list {
        display: block;
    }
    .best-course-table tr td {
        padding: 7px 2px;
        font-size: 14px;
    }

    .main-news .sect-title {
        font-size: 22px;
        margin-top: 0;
    }
    .rubl-img {
        display: none;
    }
    .rubles {
        height: 45px;
    }
    .rubl-name {
        font-size: 12px;
    }
    .rubles {
        overflow-x: scroll;
        width: 100%;
        overflow: -moz-scrollbars-none;
        overflow-y: hidden;
        background: none;
    }
    .rubles::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .rubles-item {
        height: calc( 100% - 4px );
    }

    .rubles-item > a {
        height: 45px;
        line-height: 42px;
        padding: 0 23px;
        border-right: 0;
    }
    .rubles-item.active > a,
    .rubles-item.ui-tabs-active > a {
        background: #eee;
        color: #203349;
    }
    .news-rubl .sect-title {
        font-size: 22px;
    }
    .videos-cont .sect-title {
        font-size: 22px;
    }
    .news-page-area .baner-area {
        padding: 16px 0;
    }
    .shop-cont .sect-title {
        font-size: 22px;
    }
    .shares-cont .sect-title {
        font-size: 22px;
    }
    .flea-market .sect-title {
        font-size: 22px;
    }
    .flea-cat-cont .flea-cat {
        column-count: 1;
    }
    .one-ov-cat {
        width: 100%;
        margin: 0;
        margin-bottom: 4px;
    }
    .map-title {
        font-size: 22px;
        line-height: 26px;
        padding-top: 15px;
    }
    .int-articles .articles {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
    .sort > .right-sort {
        display: none;
    }
    .one-prod-tile {
        width: calc( 50% - 2px );
        height: 278px;
        margin: 0;
        border: 1px solid #cecece;
        margin-top: -1px;
        margin-left: -1px;
    }
    .one-prod-tile .one-prod-in {
        padding: 0;
        width: 100%;
        height: 100%;
        background: #fff;
    }
    .one-prod-tile .one-prod-img {
        width: 158px;
        height: 220px;
    }
    .one-prod-tile .desc {
        display: none;
    }
    .one-prod-tile .info {
        display: none;
    }
    .one-prod-tile .read-more {
        display: none;
    }
    .one-prod-tile .add-to-wish {
        display: none;
    }
    .one-prod-tile .price-wrap {
        margin-bottom: 4px;
    }
    .cat-prod-name {
        display: block;
        font-size: 15px;
        text-align: center;
        color: #797979;
    }
    .dark-hov {
        display: none;
    }
    .one-prod-tile.dark:hover .one-prod-in {
        background: #fff;
    }
    .one-prod-tile.dark:hover {
        height: 278px;
    }
    .sort {
        margin-left: -15px;
        margin-right: -15px;
    }
    .item-whom {
        height: 50px;
        float: none;
        display: inline-block;
        line-height: 50px;
        color: #00adef;
        background: #203349;
        font-size: 13px;
        font-weight: 400;
        margin-left: -4px;
        border-top: 4px solid transparent;
    }
    .forecast {
        height: auto;
        background: #122030;
    }
    .forecast.weath-forecast{
        background: #203349;;
    }
    .cent-align {
        overflow-x: scroll;
        overflow-y: hidden;
        overflow: -moz-scrollbars-none;
    }
    .cent-align-in {
        white-space: nowrap;
    }
    .cent-align::-webkit-scrollbar {
        width: 0;
    }
    .item-whom.selected {
        border-top: 4px solid #00adef;
    }
    .city-sel-barah input {
        width: 235px;
        background: #4D5C6D;
    }
    .input-wrap {
        margin-bottom: 0;
    }
    .kurs-title,.city-sel{
        float: none;
        height: auto;
    }
    .cat-sidebar-wrap .cat {
        right: -13px;
        width: 327px;
    }
    .left-sort li {
        width: 328px;
    }
    .selected-day {
        height: auto;
        background: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .one-day-det {
        width: 100%;
        border-right: 0;
        background: #fff;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        padding-bottom: 20px;
        float: none;
    }
    .one-day-weath {
        width: 100%;
        float: none;
        background: #fff;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        margin-top: 30px;
        overflow-x: scroll;
        overflow-y: hidden;
        overflow: -moz-scrollbars-none;
    }
    .one-day-weath::-webkit-scrollbar {
        width: 0;
    }
    .one-day-weath .date {
        display: block;
        width: 100%;
    }
    .weath-title {
        display: none;
    }
    .days-sel {
        display: none;
    }
    .weath-forecast .city-sel input {
        min-width: 270px;
    }
    .weath-forecast .days {
        height: 50px;
        line-height: 46px;
    }
    .weath-forecast .days:first-child {
        margin-left: 15px;
    }
    .weath-forecast .city-sel {
        background: #122030;
        margin: 0 -15px;
        padding: 15px 15px 20px;
    }
    .rubles-news-page .rubles-in {
        white-space: nowrap;
    }
    .rubles-news-page .rubles {
        height: 58px;
    }
    .rubles-news-page {
        margin: 0 auto;
    }
    .rubles-news-page .rubles-item {
        float: none;
        display: inline-block;
    }
    .rubles-news-page .rubles-in li {
        background: #203349;
    }
    .news-in-rubles .sect-title {
        font-size: 18px;
    }
    .big-news-cont {
        margin-bottom: 10px;
    }
    .news-in-rubles .col-6-10 {
        overflow: -moz-scrollbars-none;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .news-in-rubles .col-6-10::-webkit-scrollbar {
        width: 0;
    }
    #video-cont .button {
        position: static;
        transform: none;
    }
    #actual-news .desc h4 {
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
    }
    .one-act-news .desc {
        padding-left: 15px;
    }
    .one-act-news {
        padding: 15px;
    }
    .discussed .news-header-disc {
        font-size: 13px;
        font-weight: 300;
    }
    .vote-city > h5 {
        text-align: center;
        padding-left: 0;
    }
    .vote-city-in .vote-in-notes {
        font-size: 14px;
    }
    .vote-city-in li {
        font-size: 14px;
    }
    .vote-city-in .vote-but {
        padding: 0 12px;
    }
    .rubles-news-page {
        height: 43px;
    }
    .forecast-shop .cat-selectors > a {
        height: 45px;
        line-height: 43px;
        border-top: 3px solid #203349;
        font-size: 12px;
        text-transform: uppercase;
        color: #00d5ff;
        min-width: 0;
        display: inline-block;
        border-left: 0;
    }
    .forecast-shop .cat-selectors > a.active {
        border-top: 3px solid #12b9da;
        background: #eeeeee;
    }
    .cat-selectors > a:last-child{
        border-right: none;
    }
    .shoping-head-in {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .shoping-head-in::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .personal-head-in {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .personal-head-in::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .cat-selectors > a:not(.active):hover {
        border-top: 3px solid #122030;
    }
    .forecast-shop .cat-selectors {
        white-space: nowrap;
        display: block;
    }
    .forecast-personal .cat-selectors > a {
        height: 45px;
        line-height: 43px;
        border-top: 3px solid #203349;
        font-size: 12px;
        text-transform: uppercase;
        color: #00d5ff;
        min-width: 0;
        display: inline-block;
        margin-left: -4px;
        border-left: 0;
    }
    .forecast-personal .cat-selectors > a.active {
        border-top: 3px solid #12b9da;
        background: #eeeeee;
    }
    .forecast-personal .cat-selectors {
        white-space: nowrap;
        display: block;
    }

    #company-info {
        position: relative;
    }
    .company-info .right-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        filter: blur(5px);
    }
    .company-info .left-info {
        position: relative;
        width: 100%;
        z-index: 9;
        padding: 40px 10px 33px 10px;
        text-align: center;
    }
    .company-info .company-logo {
        margin: 0 auto;
    }
    .one-company-out {
        position: relative;
        margin-bottom: 20px;
    }
    .one-company-out .one-company {
        height: auto;
        background: transparent;
    }
    .one-company-out .light-white {
        transform: none;
        width: auto;
        border: 0;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        padding: 0;
        z-index: 9;
        background: #fff;
        position: static;
    }
    .more-company .light-white .rubl {
        height: 35px;
        top: -35px;
        background: rgba(231,46,79,0.75);
        position: absolute;
        left: 0;
        width: 100%;
        color: rgba(255,255,255,0.9);
        font-size: 15px;
        font-weight: 300;
        text-align: center;
        line-height: 35px;
    }
    .company-site-wrap {
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
        top: 115px;
    }
    .more-company .site-company {
        margin: 0 auto;
        display: block;
    }
    .one-company-info-left{
        text-align: center;
        padding: 0 15px;
    }
    .one-company-info-right{
        border-top: 1px solid #CECECE;
        text-align: left;
        padding: 0 15px;
    }
    .more-company .light-white .one-company-info-right h3 {
        cursor: pointer;

    }
    .more-company .light-white .one-company-info-right h3:after {
        content: '\f078';
        position: absolute;
        right: 20px;
        font-family: FontAwesome;
        font-size: 13px;
    }
    .more-company .light-white .one-company-info-right h3.open:after{
        content: '\f077';
    }
    .one-company-desc {
        padding-bottom: 15px;
    }
    .one-company-2 {
        min-height: 0;
    }
    .one-company-2 .desc {
        float: none;
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 15px;
    }
    .one-company-2 .one-comp-img {
        float: none;
        width: auto;
    }
    .one-company-2 .rubl {
        position: absolute;
        bottom: 100%;
        background: rgba(231,46,79,0.8);
        width: 100%;
        left: 0;
        height: 35px;
        color: #fff;
        font-size: 15px;
        margin-bottom: 0;
        font-weight: 300;
        line-height: 35px;
    }
    .one-company-2 .desc-cont h3 {
        display: block;
        text-align: left;
        position: relative;
        cursor: pointer;
        margin-bottom: 15px;
    }
    .one-company-2 .desc-cont h3:before {
        content: '\f078';
        position: absolute;
        right: 0;
        font-family: FontAwesome;
        font-size: 14px;
    }
    .one-company-2 .desc-cont h3.open:before {
        content: '\f077';
        color: #797979;
    }
    .one-company-2 h3:after {
        display: none;
    }
    .one-company-2 .desc-cont,
    .one-company-2 .desc {
        display: block !important;
    }
    .one-company-2 .show-contact {
        display: none;
    }
    .one-company-2 .desc-cont {
        padding-top: 0;
        border-top: 1px solid #CECECE;
        padding-bottom: 1px;
    }
    .desc-cont-in {
        padding-bottom: 10px;
    }
    .one-company-3 {
        min-height: auto;
        padding: 0;
        width: 270px;
        margin-right: 20px;
        float: none;
        flex: 0 0 auto;
        -ms-flex: 0 0 auto;
    }
    .one-company-3 .left {
        height: 135px;
        border-bottom: 1px dotted #cfcfcf;
        padding: 25px 5px 20px 17px;
        width: 100%;
        border-right: 0;
    }
    .one-company-3 .right {
        width: 100%;
        padding: 20px 40px 20px 40px;
    }
    .one-company-3-wrap {
        position: relative;
        overflow-x: visible;
        z-index: 9;
        margin: 30px -15px;
        background: #203349;
    }

    .one-comp-3-view{
        padding: 30px 15px 0;
    }
    .one-comp-3-port {
        z-index: 9;
        position: relative;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        display: -ms-flexbox;
        display: flex;
    }
    .one-comp-3-port::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .one-comp-3-port {
        overflow: -moz-scrollbars-none;
    }
    .more-company .col-3 {
        display: flex;
        flex-direction: column-reverse;
    }
    .one-company-3 h3 {
        text-transform: uppercase;
    }
    .one-company-3 .tel {
        color: #00adef;
        line-height: 24px;
    }
    .one-company-3 .tel > a {
        display: inline-block;
        color: #00adef;
    }
    .more-company .banner-area {
        padding: 15px 10px;
    }
    .pict-cont .column {
        display: none;
    }
    .barah-page-area .col-3-4{
        width: 100%;
    }
    .barah-page-area .col-4 {
        width: 100%;
    }
    .barah-page-area .one-prod-tile {
        width: calc( 50% - 2px );
    }
    .pict-cont {
        padding-right: 0;
    }
    .barah-page-area .big-img {
        border: 0;
        height: 261px;
        border-bottom: 1px solid #cecece;
    }
    .barah-top-title {
        background: #fff;
        height: 62px;
    }
    .barah-top-title .center-cont {
        padding: 0 40px;
        box-sizing: border-box;
    }
    .barah-top-title .mob-header {
        font-size: 16px;
        line-height: 18px;
    }
    .barah-page-area .center-cont {
        width: 100%;
    }
    .barah-page-area .add-product {
        position: absolute;
        top: 600px;
        font-size: 0;
        width: 55px;
        height: 55px;
        border-radius: 30px;
        left: 70%;
        padding: 0;
        -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,0.15);
        box-shadow: 0 10px 15px 0 rgba(0,0,0,0.15);
    }
    .barah-page-area .add-product:after {
        content: '+';
        font-size: 35px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
    }
    #info-cont {
        margin: 0 15px;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
    }
    .prod-desc-wrap {
        margin-right: 0;
        margin: 0 15px 0 15px;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
    }
    .social-cont {
        padding: 0;
        padding-top: 15px;
    }

    .social-cont > div {
        display: block;
        text-align: center;
        box-sizing: border-box;
        padding-right: 27px;
    }
    .social-cont .social {
        display: flex;
        justify-content: space-between;
        width: 95%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 15px;
    }
    .social-cont .one-soc {
        margin-left: 0;
    }
    .comment-wrap .comment {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .comment-wrap {
        box-sizing: border-box;
        margin: 38px 15px 20px 15px;
        height: auto;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24);

    }
    .comment-wrap .com-title {
        margin: 0;
    }
    .ava-area {
        margin: 10px 0;
    }
    .com-area {
        float: none;
        text-align: center;
    }
    .comment button {
        position: relative;
        top: 35px;
    }
    .comment .warning {
        top: -60px;
        position: relative;
    }
    #seller {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .barah-page-area .col-3-4 > div {
        box-sizing: border-box;
    }
    .top-prices-cont .head-cont {
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-top: 1px solid #CECECE;
        padding-top: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cecece;
    }
    .top-prices-cont .product-tiles {
        width: 300px;
        margin: 0 auto;
    }
    .top-prices-cont .head-cont:after {
        display: none;
    }
    .barah-page-area .old-price {
        margin-left: 5px;
    }
    .big-news-header {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }
    .news-page-area {
        padding-top: 20px;
    }
    .text-block {
        margin: 5px 0;
        font-size: 14px;
    }
    .text-block p {
        font-size: 14px;
        line-height: 20px;
    }
    .text-block h5 {
        font-size: 15px;
        line-height: 18px;
    }
    .article-body .tile-img .tile-bar {
        background: #000;
        height: 40px;
        box-sizing: border-box;
        bottom: auto;
        top: 100%;
    }
    .article-body .tile-img .date {
        top: 100%;
        background: #fff;
        color: #797979;
        left: 0;
        position: absolute;
        margin-top: 4px;
    }
    .article-body .tile-img {
        margin-bottom: 60px;
    }
    .article-slider-wrap {
        margin: 10px 0;
    }
    .incut {
        font-size: 14px;
        line-height: 22px;
    }
    .images-col2 img {
        width: 100%;
    }
    .images-col2 {
        margin: 15px 0;
    }
    .cars-table-wrap {
        margin-top: 20px;
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
        margin-bottom: 25px;
    }
    .cars-table-wrap::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .model-row img {
        width: 100%;
        height: auto;
    }
    .right-float {
        width: 100%;
        float: none;
        display: flex;
        flex-direction: column-reverse;
        padding-left: 0;
    }
    .right-float p {
        font-size: 15px;
        line-height: 20px;
        margin: 20px 0;
        order: 3;
    }
    .right-float h3 {
        order: 2;
        font-size: 15px;
    }
    .right-float ul {
        order: 1;
        margin-bottom: 15px;
    }
    .right-float ul li {
        font-size: 15px;
        line-height: 24px;
    }
    .model-row {
        margin-bottom: 0;
    }
    .after-art .autor {
        font-size: 15px;
        line-height: 24px;
    }
    .after-art .autor > span {
        display: block;
    }
    .article-body .social > span {
        display: block;
        margin-bottom: 10px;
    }
    .one-tag {
        margin-bottom: 8px;
    }
    .news-pager {
        display: flex;
        flex-wrap: wrap;
    }
    .news-pager .view-com {
        order: 3;
        width: 100%;
        height: 35px;
        line-height: 35px;
        margin-top: 20px;
    }
    .news-pager .prev-news {
        order: 1;
        font-size: 0;
        position: relative;
        width: 45%;
        height: 35px;
        line-height: 35px;
        border: 1px solid #00adef;
    }
    .news-pager .prev-news:after {
        content: 'Назад';
        font-size: 14px;
        text-transform: uppercase;
        color: #00adef;
        font-weight: 700;
    }
    .news-pager .next-news {
        order: 2;
        font-size: 0;
        width: 45%;
        height: 35px;
        line-height: 35px;
        border: 1px solid #00adef;
    }
    .news-pager .next-news:after {
        content: 'Далее';
        font-size: 14px;
        text-transform: uppercase;
        color: #00adef;
        font-weight: 700;
    }
    .comments-wrap .pre {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        height: auto;
        padding: 20px 30px;
    }
    .comments-wrap .pre > span {
        display: block;
    }
    .ava-container {
        display: none;
    }
    .comments-cont .h4 {
        text-align: center;
    }
    .write-cont textarea {
        font-size: 14px;
        line-height: 18px;
    }
    .write-cont textarea::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 18px;
    }
    .write-cont textarea::-moz-placeholder {
        font-size: 14px;
        line-height: 18px;
    }
    .write-cont textarea:-moz-placeholder {
        font-size: 14px;
        line-height: 18px;
    }
    .write-cont textarea:-ms-input-placeholder {
        font-size: 14px;
        line-height: 18px;
    }
    .one-comment:not(.one-comment-in) {
        border-top: 1px solid #d3d3d3;
    }
    .one-comment .text {
        font-size: 14px;
        line-height: 18px;
    }
    .one-comment {
        padding-top: 15px;
        margin-top: 20px;
    }
    .one-comment .write-a-comment{margin-top: 17.5px}
    .one-comment-cont {
        margin-left: 0;
    }
    .one-comment-in {
        width: calc( 100% - 20px );
        padding-top: 0 !important;
    }
    .write-cont {
        margin-left: 0;
    }
    .news-page-area .videos-cont-in, .weather-wrap .videos-cont-in {
        width: 100%;
        overflow-x: scroll;
        position: relative;
        z-index: 2;
        overflow: -moz-scrollbars-none;
    }
    .news-page-area .videos-cont-in::-webkit-scrollbar, .weather-wrap .videos-cont-in::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .news-page-area .videos, .weather-wrap .videos {
        /*overflow-x: visible;*/
        position: relative;
        z-index: 2;
    }
    .news-page-area .videos-cont-in-view, .weather-wrap .videos-cont-in-view {
        width: 900px;
    }
    .news-page-area  .one-video-tile, .weather-wrap  .one-video-tile {
        width: 290px;
    }
    .sect-head {
        position: relative;
        z-index: 2;
    }
    .news-page-wrap-rubl h3 {
        position: relative;
        font-size: 22px;
    }
    .product-tiles {
        margin-right: 0;
        margin-left: 0;
    }
    .one-prod-tile .price-wrap {
        padding-left: 4px;
    }
    .catal-wrap .sort {
        margin-left: 0;
        margin-right: 0;
    }
/*    .news-slider-wrap {
        width: 290px;
    }
    .one-slide-img {
        position: relative;
        overflow: hidden;
        height: 135px;
    }

    .one-slide-img img {
        display: block;
        width: auto;
        height: 135px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
    }*/
    .news-of-day {
        padding: 0;
        position: static;
        width: 290px;
    }
    .news-of-day .news-title {
        font-size: 15px;
        color: #212121;
        font-weight: 700;
        line-height: 22px;
        text-transform: none;
    }
    .news-of-day .wobbler {
        margin-top: 15px;
    }
    .news-of-day .news-title {
        margin-top: 7px;
        margin-bottom: 5px;
    }
    .bot-bar {
        color: #575757;
        padding-bottom: 9px;
    }
    .news-slider-wrap {
        margin-top: 0;
        padding-top: 45px;
    }

    .news-of-day {
        background: #fff;
        padding: 0 15px;
        box-sizing: border-box;
    }
    #news-slider .one-slide {
/*        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24);*/
    }
    .news-slider-wrap .bx-controls-direction > a {
        display: none;
    }
    .news-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a {
        background: #00adef;
    }
    .news-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #cdcbcb;
    }
    .convert-best .best-rates {
        margin-top: 25px;
    }
    .more-personal-header .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-align-content: center;
        align-content: center;
        padding: 0px 30px;

    }
    .more-personal-header .row div {
        width: auto;
    }
    .more-personal-header .balance-title {
        font-size: 14px;
        padding: 0;
        margin: 0;
    }
    .more-personal-header .balance-price {
        font-size: 14px;
        padding: 0;
        margin: 0;
    }
    .more-personal-header .balance-add {
        font-size: 12px;
        margin: auto;
    }
    .more-personal-header .balance-history {
        font-size: 12px;
        margin: auto;
    }
    .more-personal-container {
        margin-top: 15px;
        padding: 0px 0px;
    }
    .formGroup {
        height: auto;
    }
    .formGroup > div {
        line-height: 22px;
    }
    .formGroup:not(:last-child) > div:last-child {
        padding-bottom: 20px;
    }
    .formGroup.buttons {
        margin-top: 0px;
    }
    .more-personal-history {
        margin-bottom: 0px;
    }
    .more-personal-history-table__head {
        display: none;
    }
    .more-personal-history-table__body > .row > div::before {
        content: attr(mob-val) ':';
        padding-right: 20px;
    }
    .more-personal-history-table__body > .row > div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .more-personal-history-table__body > .row > div:first-child {
        padding-top: 20px;
    }
    .more-personal-history-table__body > .row > div:last-child {
        padding-bottom: 20px;
    }
    .more-personal-history-table__body .date-pad {
        padding-right: 4px;
    }
    .more-personal-history-table__body .change-pad-green,
    .more-personal-history-table__body .change-pad-red {
        padding-right: 4px;
    }
    .big-sale-header {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }
    .shares-cont .read-more-big {
        display: none;
    }
	.width-banner img {
		height: auto;
	}
}
@media  (max-width: 620px) {
    .big-news-cont .one-news-cont {
        max-width: 100%;
        padding: 0 !important;
        margin:0 0 6px !important;
        float: none;
        display: block;
    }
    .big-news-cont-in {
        width: 100%;
    }
    .big-news-cont .big-one-news-cont h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .more-personal-container {
        padding: 0px 0px;
    }
    .formGroup .file {
        width: 100%;
    }
    .formGroup input[type="text"],
    .formGroup input[type="email"],
    .formGroup input[type="password"] {
        width: 100%;
    }
    .formGroup .date-list {
        width: 100%;
    }
    .formGroup .select-list {
        width: 100%;
    }
    .btn-act {
        width: 100%;
    }
    .formGroup .select-list.date-day {
        width: 100%;
        margin-right: 5px;
    }
    .formGroup .select-list.date-month {
        width: 100%;
        min-width: 108px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .formGroup .select-list.date-yar {
        width: 100%;
        margin-left: 5px;
    }
}
@media (max-width: 575px) {
    .more-sale-share > a:not(:last-child) {
        margin-bottom: 40px;
    }
}
@media (max-width: 425px) {
    .more-personal-history-table-body__info span {
        max-width: 180px;
    }
}
@media (min-width: 768px ){
    .banks-table tr td {
        display: table-cell !important;
    }
    .one-company-desc, .one-company-2 .desc-cont-in {
        display: block !important;
        height: auto !important;
    }
}
@media (min-width: 992px ){
    .left-sort ul li {
        display: inline-block !important;
    }
    .left-sort ul {
        width: 300px;
    }
    .margin-top-lg{
        margin-top: 30px;
    }
    .margin-minus-top-lg{
        margin-top: -30px;
    }
}

.ya-share2{
    display: inline-block;
}
.ya-share2 .ya-share2__item{
    display: inline-block;
}
.ya-share2 .ya-share2__item ~ .ya-share2__item{margin-left: 10px}
.ya-share2 .ya-share2__item .ya-share2__link{
    height: 30px;
    width: 30px;
    display: block;
}
.ya-share2 .ya-share2__item .ya-share2__link span{display: none;}
.pop-wrap{
    width: 432px;
}
.pop-title-blue{
    line-height: 1.2;
    background: #00adef;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 21px 37px;
}
.pop-content{
    padding: 26px 37px 21px;
    text-align: center;
    font-size: 16px;
    color: #121212;
    line-height: 1.2;
}
.pop-content a{
    color: inherit;
    text-decoration: underline;
}
.pop-content a:hover{
    text-decoration: none;
}
.pop-text{
    margin:13px 0 40px;
}
.pop-btn, a.pop-btn{
    border: none;
    outline: none;
    background: #00adef;
    font-family: inherit;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    min-width: 197px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.pop-btn:hover{
    background: #00a1e0;
}
.pop-input-line{
    margin-bottom: 27px;
}
.pop-input-line input[type=text], .pop-input-line input[type=password], .pop-input-line input[type=email]{
    outline: none;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    color: inherit;
    border:1px solid #cecece;
    padding: 10px 11px;
    line-height: 1.2;
}
::-webkit-input-placeholder {
    color: #969696;
    font: inherit;
}
::-moz-placeholder{
    color: #969696;
    font: inherit;
}
:-ms-input-placeholder {
    color: #969696;
    font: inherit;
}
:-moz-placeholder {
    color: #969696;
    font: inherit;
}
.pop-input-descr{
    text-align: left;
    margin-top: 16px;
}
.pop-double-menu > ul{
    list-style: none;
}
.pop-double-menu > ul > li{
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 1.2;
}
.pop-double-menu > ul > li > a, .pop-double-menu > ul > li > span{
    display: block;
    padding: 21px 10px;
    font-size: 24px;
    color: #fff;
    background: #cecece;
}
.pop-double-menu > ul > li.active > a, .pop-double-menu > ul > li > span{
    background: #00adef;
}
.pop-double-menu ~ .pop-content{
    padding-top: 44px;
}
.pop-foot-text{
    margin-top: 34px;
}
.pop-captcha-line{
    margin: 34px 0 18px;
}
.soc-auth-block-wrap{
    margin: 18px 0 39px;
    text-align: center;
}
.soc-auth-block-wrap:last-child{
    margin-bottom: 0;
}
.pop-content .soc-auth-block{
    display: inline-block;
}
.soc-auth-block-title{
    position: relative;
    color: #1d1d1d;
    z-index: 1
}
.soc-auth-block-title::before{
    border-top: 1px solid #00adef;
    content: '';
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.soc-auth-block-title > span{
    padding: 0 7px;
    background: #fff;
}
.soc-auth-block > ul{
    list-style: none;
    margin: 20px 0 0 -20px;
}
.soc-auth-block > ul > li{
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}
.soc-auth-block > ul > li > a{
    display: block;
    width: 50px;
    height: 50px;
    background: url('./img/social_sprite.png') 50% 50% no-repeat;
}
.soc-auth-block > ul > li > a:hover{
    opacity: 0.75;
}
.soc-auth-block > ul > li > a.soc-auth-block-f{
    background-position: -70px 0;
}
.soc-auth-block > ul > li > a.soc-auth-block-g-plus{
    background-position: -140px 0;
}
.soc-auth-block > ul > li > a.soc-auth-block-vk{
    background-position: -350px 0;
}
@media (max-width:431px) {
    .pop-wrap{
        width: auto;
    }
    .pop-double-menu > ul > li > a{
        font-size: 18px;
    }
}
.error{
    color: red;
    margin: 1em 0;
}
.error:first-child{margin-top: 0}
div.comp-info-pop{
    border: 2px solid #a8aeb5;
    border-left: none;
    background: #fff;
    padding: 27px 29px 36px;
    font-size: 14px;
    color: #203349;
    line-height: 1.6;
    max-width: 326px;
    position: absolute;
    left: 0;
    top: 33px;
    width: 100%;
    display: none;
}
.comp-info-pop .comp-info-image > img{
    display: block;
    max-width: 100%;
}
.comp-info-pop > *:first-child{
    margin-top: 0;
}
.comp-info-pop .comp-info-title{
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}
.comp-info-desc{
    margin-top: 6px;
}
.comp-info-foot{
    margin-top: 14px;
}
.no-back-btn{
    display: inline-block;
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    padding: 9px 12px;
    border: 1px solid #788390;
    line-height: normal;
}
.company-map-wrap{position: relative;}
.company-map-wrap #YMapsID{height:800px;}
.company-map-wrap [class*="ymaps-2"][class*="-ground-pane"]{
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}

.more-sale{
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.sale-wrap{
    margin-bottom: 0;
    padding-bottom: 135px;
}
.sale-wrap .shares-cont .shares-in.row{
    margin-bottom: 30px;
}
.sale-wrap .shares-cont{
    background: #f8f8f8;
    position: relative;
}
.sale-wrap .shares-cont + .shares-cont{padding-top: 0}
.sale-wrap .shares-cont::before{
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    background: #f8f8f8;
    content: '';
    z-index: -1;
}

.sale-wrap .shares-cont:last-child::before{
    bottom: -135px;
}
.more-sale-share{padding: 40px 0;}
.more-sale-share:first-child{padding-top: 0}
.sale-wrap .read-more-big{
    margin-bottom: -39px;
}
/*Start current balance*/

/*.more-personal-header*/

.current-balance{
	background: #e8f5fc;
}

.more-personal-header.current-balance .balance-price{
	color: #d55227;
	padding-left: 20px;
}

.choose-title{
	font-size: 16px;
	font-weight: bold;
	color: #575757;
	letter-spacing: .5px;
	padding: 15px 0;
	margin-bottom: 5px;
}

.choose-title img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}

.payment-method{
	border: 3px solid #f9f9f9;
	text-align: center;
	padding: 25px 25px 30px 25px;
	margin-bottom: 30px;
}

.payment-method.active{
	border: 3px solid #00adef;
}

.payment-method .payment-method__icon{
	height: 60px;
	line-height: 60px;
}

.payment-method .payment-method__icon img{
	vertical-align: middle;
}

.payment-method .payment-method__name{
	font-size: 18px;
	color: #61abec;
	margin-bottom: 23px;
}

.payment-value input[type="text"]{
	display: block;
	width: 100%;
	max-width: 100%;
	height: 45px;
	line-height: 45px;
	color: #010101;
	font-size: 18px;
	padding: 0 15px;
	text-align: center;
	border: 1px solid #e6e6e6;
	outline: none;
	margin-bottom: 17px;
}

.payment-value input[type="text"]::-webkit-input-placeholder {
  font-size: 13px;
  color: #010101;
}
.payment-value input[type="text"]::-moz-placeholder {
  font-size: 13px;
  color: #010101;
}
.payment-value input[type="text"]:-ms-input-placeholder {
  font-size: 13px;
  color: #010101;
}
.payment-value input[type="text"]:-moz-placeholder {
  font-size: 13px;
  color: #010101;
}

.payment-value .payment-value__title{
	color: #aeaeae;
	font-size: 13px;
}

.payment-value .payment-value__result{
	font-size: 18px;
    color: #61abec;
    margin-bottom: 18px;
}

.submit-block input{
	color: #213349;
	background-color: #ffed00;
	font-size: 13px;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	border: none;
	cursor: pointer;
}

.submit-block input:hover{
	background-color: #fff025;
}


/*End current balance*/

/*Start personal*/


::-webkit-input-placeholder {
  color: #9a9a9a;
}
::-moz-placeholder {
  color: #9a9a9a;
}
:-ms-input-placeholder {
  color: #9a9a9a;
}
:-moz-placeholder {
  color: #9a9a9a;
}

.personal-name{
	font-size: 16px;
	font-weight: 600;
	height: 38px;
	padding: 0;
	margin: auto;
	color: #575757;
	line-height: 38px;
	text-transform: uppercase;
	box-sizing: border-box;
}

.formGroup .input-text{
	width: 100%!important;
	max-width: 100%;
	display: block;
}

.addNews .formGroup .formGroup__title{
	font-size: 16px;
}

.btn{
	display: block;
	width: 100%;
	color: #00adef;
	background-color: #e8f5fc;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	cursor: pointer;
	text-align: center;
}

.btn:hover{
	opacity: .8;
}

.addNews .formGroup select,
.addNews .formGroup .select-list{
	display: block;
	width: 100%;
}

.addNews .formGroup{
	align-items: normal;
}

.formGroup .cust-select-wrapper{
	display: block;
}


.cust-select{
	width: 100%;
	position: relative;
}

.cust-select-list{
	position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    border-top: 0;
    z-index: 2;
    display: none;
}

.cust-select-list.open{
	display: block;
}

.cust-select-item{
	padding: 5px 8px;
}

.cust-select-item:hover{
	cursor: pointer;
	background-color: #00adef;
	color: #ffffff;
}


.cust-select div{
	width: 100%;
}

.cust-select-result{
    font-size: 14px;
    color: #575757;
    padding: 5px 8px 2px 8px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    width: 100%;
    min-height: 35px;
    /*height: 35px;*/
    position: relative;
}

.cust-select .result-item{
    display: inline-block;
    width: auto;
    color: #00adef;
    background-color: #e8f5fc;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    margin-right: 5px;
    margin-bottom: 3px;
    cursor: pointer;
}

.autoHeight{
	height: auto!important;
}

.editor-wrapper{
	margin-top: 15px;
	height: auto!important;
	width:100%;
}

.addNews .formGroup.buttons > div{
	justify-content: flex-end;
}

.line{
	display: block;
	width: 100%;
	height: 1px;
	background: #e8f5fc!important;
	color: #e8f5fc;
}

.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

.field-title{
    color: #575757;
    font-size: 16px;
    margin-bottom: 13px;
}

.field-addTitle{
	padding: 5px 0 3px;
    font-size: 13px;
    line-height: 15px;
    opacity: .9;
}

.consolidate{
    position: relative;
    text-align: left;
    margin: 13px 0;
}
.consolidate:last-child{
    margin-bottom: 0;
}

.consolidate label{
    border: 2px solid #f9f9f9;
    display: flex;
    width: 100%;
    height: 58px;
    align-items: center;
    cursor: pointer;
    color: #575757;
    font-weight: 100;
    line-height: 20px;
}

.consolidate.with-example label{
    padding-right: 130px;
}

.consolidate-detail{
    font-size: 13px;
    color: #00adef;
    text-decoration: underline;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    line-height: 20px;
    outline: none;
}

.consolidate .consolidate-name.premium{
    font-weight: bold;
    color: #ffb21d;
    display: inline-block;
    margin-right: 10px;
}

.pick-out{
    font-weight: bold;
    color: #ffb21d;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}

.pick-out.silver{
    color: #c6c6c6;
}

.pick-out.plathium{
    color: #898989;
}

.pick-out.gold{
    color: #ffc600;
}

.pick-out.exclusive{
    color: #ff6519;
}

.consolidate .consolidate-desc{
    color: #9a9a9a;
    font-size: 14px;
    line-height: normal;
}

.consolidate input[type=radio], 
.consolidate input[type=checkbox]{
    display: none;
}

.consolidate input[type=radio]+label, 
.consolidate input[type=checkbox]+label{
    padding-left: 45px;
}

.consolidate input[type=radio]+label:before, 
.consolidate input[type=checkbox]+label:before{
    position: absolute;
    left: 15px;
    top: 21px;
    content: "";
    display: inline-block;
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #d3d3d3;
}

.consolidate input[type=checkbox]+label:before{
    border-radius: 1px;
}

.consolidate input[type=radio]:checked+label, 
.consolidate input[type=checkbox]:checked+label{
    border: 2px solid #00adef;
    box-shadow: 0 0 0 1px #00adef;
    cursor: default;
    
}

.consolidate input[type=radio]:checked+label .consolidate-name{
    color: #00adef;
    position: relative;
}

.consolidate input[type=radio]:checked+label .consolidate-name:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #00adef;
}

.consolidate input[type=radio]:checked+label::before, 
.consolidate input[type=checkbox]:checked+label::before{
    background: #d3d3d3;
}

.consolidate input[type=radio]:checked+label::after, 
.consolidate input[type=checkbox]:checked+label::after {
    content: '';
    background: #8e8e8e;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 19px;
}

.consolidate input[type=checkbox]:checked+label::after{
    border-radius: 0;
}

@media (min-width: 1199px){
	.pl-no{padding-left: 0}
	.pr-no{padding-right: 0}
}

.pr-no{
    margin-bottom: 15px;
}

@media (max-width: 767px){
	.addNews .formGroup:not(:last-child) > div:last-child{
		padding-bottom: 0;
	}

	.addNews .formGroup select,
	.addNews .formGroup input,
	.cust-select-result{
		margin-bottom: 15px;
	}

	.js-add-country{
		margin-bottom: 15px;
	}

	.addNews .formGroup .formGroup__title{
		display: block;
		margin-bottom: 7px;
	}

	.editor-wrapper{
		margin-bottom: 15px;
		width:100%;
	}
	.consolidate label{
		flex-wrap: wrap;
	}

	.consolidate label .consolidate-name{
		display: block;
	}

	.consolidate:last-child{
		margin-bottom: 13px;
	}
}

.file img{
	width: 100%;
    height: 100%;
}

/*End personal*/


.custom-input-file{
	width: 100%;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}

.custom-input-file .file-upload {
    position: relative;
    overflow: hidden;
    width: 185px;
    height: 35px;
    background: #213349;
    padding: 8px 4px;
    color: #ffffff;
    text-align: center;
}

.custom-input-file .file-upload:hover {
    background: #213349;
    opacity: .8;
}

.custom-input-file .file-upload input[type="file"]{
    display: none;
}

.custom-input-file .file-upload label {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     cursor: pointer;
}

.custom-input-file .file-upload span {
     line-height: 36px;
}

.formGroup .custom-input-file .filename {
    background: #fff;
    border: 0;
    width: calc(100% - 200px)!important;
    color: #575757;
		font-size: 15px;
		border: none;
		padding: 0;
}

#custom-handle{
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
	left: 61.5686%;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 2px;
	background: #6cabeb;
	color: #575757!important;
	outline: none;
}

#custom-handle span{
	position: absolute;
	bottom: -23px;
	left: -90%;
	white-space: nowrap;
	font-size: 14px;
	color: #575757!important;
	outline: none;
}

.custom-slider{
	width: 100%;
	width: calc(100% + 30px);
}

.custom-slider .ui-slider-range{
	height: 3px;
    border: none;
	background: #92d0f2;
}

.custom-slider .ui-widget.ui-widget-content{
	height: 3px;
    border: none;
    background: #e8f5fc;
}

.pick-out{
	font-weight: bold;
	color: #ffb21d;
	display: inline-block;
	margin-right: 10px;
	text-transform: uppercase;
}

.pick-out.silver{
	color: #c6c6c6;
}

.pick-out.plathium{
	color: #898989;
}

.pick-out.gold{
	color: #ffc600;
}

.pick-out.exclusive{
	color: #ff6519;
}

.field-title{
	color: #575757;
	font-size: 16px;
	margin-bottom: 13px;
}

.more-personal-container {
	margin-top: 7px;
}


.personal-menu{
	margin-bottom: 15px;
}

.personal-menu__link{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #575757;
	letter-spacing: .5px;
	margin-right: 45px; 
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
}

.personal-menu__link:hover,
.personal-menu__link.active{
	color: #5187e1;
}

.personal-menu__link:hover:before,
.personal-menu__link.active:before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #5187e1;
	position: absolute;
	bottom: -7px;
	left: 0;
}

/* End personal menu */

.personal-filter{
	font-size: 0;
	margin-bottom: 25px;
}

.param{
	display: inline-block;
	margin: 0 10px 5px 0;
}

.param label{
	display: block;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5187e1;
	letter-spacing: .5px;
	border: 1px solid #5187e1;
	padding: 0 35px;
	height: 35px;
	line-height: 35px;
}

.param input[type=radio],
.param input[type=checkbox]{
	display: none;
}

.param input[type=radio]:checked+label,
.param input[type=checkbox]:checked+label{
	background-color: #5187e1;
	color: #ffffff;
}



.section-list .row > div{
	align-items: normal;
	/*padding: 0;*/
}

.s-header{
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	color: #213349;
	letter-spacing: .5px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.s-header__label{
	margin-bottom: 10px;
}


.pr0{
	padding-right: 0;
}

.s-item{
	padding-bottom: 20px;
	border-bottom: 1px solid #d3e3ec;
	margin-bottom: 23px;
}


.s-item__iBlock{
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
}

.s-item__iBlock .tag {
    position: absolute;
    background: #ffee58;
    font-size: 12px;
    font-weight: 600;
    color: #212121;
    letter-spacing: 1.8px;
    top: 18px;
    left: 10px;
    text-transform: uppercase;
    padding: 3px 16px;
}

.s-item__iBlock .tag.tag-bottom{
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: .9;
}

.s-item__iBlock .title{
	position: absolute;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
	padding: 0 13px;
	padding-bottom: 10px;
}

.s-item-text__label{
	font-size: 10px;
    color: #797979;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.s-item-text__name{
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #212121;
}

.s-item-text__description{
	font-size: 12px;
    color: #797979;
}


.apply-oper{
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	letter-spacing: .5px;
	padding: 0 20px;
	height: 35px;
	line-height: 33px;
	border: 1px solid #00adef;
	background-color: #00adef;
	display: inline-block;
	margin-bottom: 8px;
}

.apply-oper:hover{
	color: #00adef;
	background-color: #ffffff;
}

.apply-oper.publish{
	border: 1px solid #7ac358;
	background-color: #7ac358;
}

.apply-oper.publish:hover{
	color: #7ac358;
	background-color: #ffffff;
}

.edit{
	letter-spacing: .5px;
	font-size: 14px;
	color: #5187e1;
	line-height: 26px;
}

.remove{
	letter-spacing: .5px;
	font-size: 14px;
	color: #d55227;
	line-height: 26px;
}

.causes{
	letter-spacing: .5px;
    font-size: 14px;
    color: #5187e1;
    line-height: 26px;
    text-decoration: underline;
}

.status-btn{
	font-size: 14px;
	line-height: 24px;
	color: #00adef;
	text-decoration: none;
	letter-spacing: .5px;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	background-color: #e8f5fc;
	border-radius: 3px;
	display: inline-block;
	margin: 0 5px 10px 0;
	white-space: nowrap;
}

.status-btn.approved{
	color: #7ac358;
	background-color: #effce8
}

.s-item__video .tile-bar{
	text-align: left;
	padding: 0;
	color: #000;
	margin-bottom: 5px;
}

.status-btn.publish{
	color: #6bb747;
    background-color: #dcf1d0;
}

.status-btn.rejected{
	color: #d55227;
	background-color: #fce8e8;
}

.s-item__tarif{
	border: 1px solid #e5eaef;
	padding: 15px;
	height: 145px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 10px;
}

.s-item-text{
	margin-bottom: 18px;
}

.s-item-text .text-top{
	color: #575757;
	font-size: 16px;
	margin-bottom: 5px;
}

.gold{
	color: #ffb21d;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;	
}

.silver{
	color: #c6c6c6;
	font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;	
}

.plathium{
	color: #898989;
	font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;	
}


.exclusive{
	color: #ff6519;
	font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;	
}

.video-name{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
}

@media (min-width: 1199px){
	.pl-no{padding-left: 0}
	.pr-no{padding-right: 0}
}

@media (max-width: 1199px){
	.s-item__iBlock .tag{
		top: 10px;
	}
}

@media (max-width: 767px){

	.s-header{
		display: none;
	}

	.pr0{
		padding: 0 15px;
	}

	.personal-menu__link{
		font-size: 14px;
		margin-right: 15px;
	}

	.apply-oper{
		font-size: 13px;
		padding: 0 10px;
	}

	.status-btn{
		padding: 0 5px;
		font-size: 13px;
	}

	.s-item__iBlock .title{
		font-size: 13px;
		line-height: 15px;
		padding: 3px 5px;
	}

	.personal-name{
		line-height: 18px;
	}

	.addNews .formGroup:not(:last-child) > div:last-child{
		padding-bottom: 0;
	}

	.addNews .formGroup select,
	.addNews .formGroup input,
	.cust-select-result{
		margin-bottom: 15px;
	}

	.js-add-country{
		margin-bottom: 15px;
	}

	.addNews .formGroup .formGroup__title{
		display: block;
		margin: 7px 0;
	}

	.editor-wrapper{
		margin-bottom: 15px;
	}

	.consolidate label{
		flex-wrap: wrap;
	}

	.consolidate label .consolidate-name{
		display: block;
	}

	.consolidate:last-child{
		margin-bottom: 13px;
	}

	.formGroup .custom-input-file{
		margin-bottom: 15px;
		display: block;
	}

	.formGroup .custom-input-file .filename{
		width: 100%!important;
		font-size: 14px;
	}

	.custom-slider{
		margin-bottom: 30px;
	}
	.more-content{
		margin-bottom: 15px;
	}
}

@media (max-width: 575px){
	.consolidate.with-example label{
		height: auto;
		padding: 5px 15px 5px 40px;
		display: block;
	}

	.consolidate-detail{
		position: static;
		margin: 0;
		display: block;
	}
}




.formGroup .search-tags{
    width: 100%;
}

.formGroup .twitter-typeahead{
    width: 100%;
    display: block;
}

.formGroup .search-tags input{
    display: block;
    width: 100%;
    height: auto;
}

input[type="radio"], input[type="checkbox"]{
    margin: 0 5px 0 0; 
}

label{
    font-weight: normal;
    margin-bottom: 0;
}

.baner-area{
    margin-top: 30px;
}

.formGroup.align-start > div{
    align-items: flex-start;
}

.formGroup.align-start .formGroup__title{
    margin-top: 8px;
}

.formGroup .select-list.multi:after{
    display: none;
}

.formGroup .select-list.multi select{
 min-height: 36px;
 padding: 0 8px;
}
.imagerow{
	height:auto;
	margin-top: 10px;
}
.imagerow .image_preview img{
	max-width: 100px;
	max-height: 100px;
	margin-left: 10px;
}
.image_preview input{
	display:none;
}

.add-shopping{
	text-align: center;
	width: 100%;
}
.add-shopping .btn{
	max-width: 370px;
}

.one-tile-block{
	float:right;
}

.depth_1{
	font-weight: 600;
	font-size: 120%;
	color: #122030;
	background-color: #b3f7b2;
}
.depth_2{
	font-weight: 600;
	color: #122030;
	background-color: #c2d8f1;
}




/* CIT-22 */

.videos-cont-in-view:after{
    display: block;
    content: "";
    clear: both;
}

.custom-menu{
    width: 100%;
}

ul.flea-cat li,
ul.flea-cat li a{
    background: #e4f5fc;
    color: black;
    border-bottom: none;
    text-decoration: none;
}

.flea-cat li a:hover, 
.flea-cat li.active a {
    /*color: #fff;*/
    background: #cee9f5;
}

.flea-header{
    background: #203349 !important;
    border-bottom: 1px solid #455971;
    font-size: 16px;
    text-align: left;
    padding: 0 40px 0 30px;
    cursor: pointer;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    line-height: 16px;
}

.flea-header:after{
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto; 
}

.flea-header:hover {
    background: #122030 !important;
}

.flea-header-new{
    padding-left: 0;
    background: #122030;
    color: #fff;
    font-size: 20px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #455971;
    letter-spacing: 1px;
    cursor: pointer;
}

.flea-header-new::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 5px;
}

@media (max-width: 991px){
    .flea-cat-cont{
        margin-bottom: 30px;
    }
}

@media (max-width: 767px){
	.subcats h4{
		margin: 0;
		border-bottom: none;
	}

    .news-page-area .one-video-tile, 
    .weather-wrap .one-video-tile{
        margin-bottom: 0;
    }
}
.baner-area.m-60 + * .no-marg-after-b{
    margin-top: 0;
}
.white-video-back > .m-60{
    margin-top: 30px;
}

.city-country-lk{
	width: 100%;
	margin: 0 -15px;
}

.city-country-lk .select-list{
	margin-bottom: 20px;
}

.gold-btn{
	color: #efd055;
    border-color: #efd055;
}
.one-shares{
    margin-bottom: 30px;
}
.one-shares-wrap{
    margin-bottom: -30px;
}
.dark-footer .foot-bottom.ur-info {
	background: #3e4753;
}
.ur-info .ur-info-text {
	padding-left: 30px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #808388;
}
.ur-info .ur-info-img {
    height: 100%;
    display: flex;
    align-items: center;
}
.user-consent {
	margin-bottom: 22px;
	text-align: left;
}
.user-consent .pop-input-line {
    margin-bottom: 5px;
}
.subcat:hover {
    text-decoration: none;
}
.form-assist-pay .btn {
    border: none;
    max-width: 200px;
    margin: 20px auto;
}
.form-assist-pay {
    margin-top: 20px;
}
.text-assist-pay {
    color: #808080;
    font-size: 12px;
}