html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; /* обнуляем внешние отступы */
    padding: 0; /* обнуляем внутренние отступы */
    border: 0; /* убираем бордюры */
    outline: 0; /* убираем контуры */
    vertical-align: baseline; /* устанавливаем базовое вертикальное выравнивание */
    background: transparent; /* устанавливаем фон прозрачным */
}

td {
    vertical-align: top;
}

html {
    height: 100%;
}
body {
    font-family: Arial;
    color: #0e2b33;
    height: 100%; /*background-color: #eddfcc;*/
    background: url(bg-body.png) repeat 0 0;
}

ol, ul {
    list-style: none; /* убираем маркеры для нумерованных и обычных списков */
}
blockquote, q {
    quotes: none; /* убираем кавычки для цитат */
}
blockquote:before, blockquote:after, q:before, q:after {
    content: ''; /* убираем */
    content: none; /* и скрываем генерируемое содержимое */
}
:focus {
    outline: 0; /* убираем контуры вокруг ссылок при фокусе */
}
ins {
    text-decoration: none; /* убираем подчеркивание для вставленного текста */
}
del {
    text-decoration: line-through; /* убираем перечеркивание для удаленного текста */
}
table {
    border-collapse: collapse; /* убираем рамки двойной толщины */
    border-spacing: 0; /* убираем расстояние между ячейками */
}

p {
    line-height: 1.3em;
}

a {
    color: #1e8fc7;
}

a:hover {
    color: #da7320;
}

body {
    /*background-image: url(bkg-border.png);*/
}

h1 {
    font-size: 20px;
    line-height: 22px;
    color: #F47586;
}
h2 {
    font-size: 20px;
    line-height: 20px;
    color: #6e6662;
}

.page-wrapper {
    background: url("bg-top.png") repeat-x scroll 0 0 transparent; /*background-color:#fff;*/
    height: auto !important;
    margin: 0 auto -100px;
    min-height: 100%; /*-webkit-border-radius:10px; 	   -moz-border-radius:10px; 			border-radius:10px;*/
    -webkit-box-shadow: 0 0 2px 1px #e3e6e9;
    -moz-box-shadow: 0 0 2px 1px #e3e6e9;
    box-shadow: 0 0 2px 1px #e3e6e9;
}


.page-wrapper__inner2 {
    min-width: 1000px;
	max-width:1200px;
    margin-left: auto;
    margin-right: auto;
}

/*Подвал*/

.page-footer {
    background: url("bg-footer.jpg") repeat-x scroll 0 0 transparent;
    background-color: #fff;
    color: #fff;
    font-size: 18px;
}

.page-footer__inner {
    background: url("bg-footer-top.png") repeat-x scroll 0 0 transparent;
}

.page-footer__inner2 {
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
	display: flex;
	padding-top:30px;

}

.page-footer-copy a {
    color: #adcef5;
    text-decoration: none;
	font-size:15px;
	font-weight:600;
}

.page-footer-copy a:hover {
	color: #9cc9ff;
}



.page-footer-copy {
    padding-right:50px;
    line-height: 1.5em;
}

.footer-menu {
    font-size: 15px;
}

.footer-menu a {
    color: #d1d1d1;
    border: none;
    text-decoration: none;
}

.footer-menu a:hover {
    color: #fff;
}


.page-footer-stat {
    position: absolute;
    top: 40px;
    right: 0px;
}

.page-footer__create {
	position: absolute;
    top: 45px;
    right: 150px;
	font-size:14px;
	text-align:center;
	line-height:1.3em;
}

.page-footer__create  a {
	font-size:14px;
	font-weight:bold;
	color:#7eb5da;
}

/*.Подвал*/


.page-header {
    height: 150px;
    position: relative;
}

.logo {
    display: block;
    max-width: 270px;
    max-height: 100px;
    top: 45px;
    left: 0px;
    position: absolute;
    background-repeat: no-repeat;
}

.logo img {
	max-height:100px;
}

a.more {
    color: #00BED4;
    font-weight: bold;
}
a.more:hover {
    color: #ed38a1;
}

.main-menu__wrapper {
    top: 90px;
    left: 280px;
	right:0px;
    position: absolute;
    background: url("bg-menu.png") repeat-x scroll 0 0 #F68195;
    display: block;
    
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f47b8e;
    background-image: -moz-linear-gradient(top, #f47b8e, #f47b8e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f47b8e), to(#f47b8e));
    background-image: -webkit-linear-gradient(top, #f47b8e, #f47b8e);
    background-image: -o-linear-gradient(top, #f47b8e, #f47b8e);
    background-image: linear-gradient(to bottom, #f47b8e, #f47b8e);
    background-repeat: repeat-x;
    border: 1px solid #D76273;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.mm {
}
.mm>li {
    float: left;
}
.mm>li>a {
    color: #fefefe;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    text-shadow: 0 1px 0 #7B1F26;
    border-color: transparent;
    border-style: solid;
    border-width: 0 1px;
}

.mm>li a:hover {
    background-color: transperent;
    background: url("bg-menu-hover.png") repeat-x scroll 0 0 transparent;
    border-color: #D7606F;
}
.mm>li:focus {
}

.mm__sub {background-color: #f47b8e;}
.mm__sub li > a {color:#fff;}



.i-like-it {
    width: 250px;
    height: 35px;
    position: absolute;
    left: 480px;
    top: 40px;
}

.ya-search-bl {
    width: 250px;
    height: 35px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.social-networks {
    width: 90px;
    position: absolute;
    left: 10px;
    top: 195px;
}

.social-networks__title {
    padding-bottom: 10px;
    font-weight: bold;
}

.social-networks__vk {
    margin-right: 10px;
}

.forum-link {
    top: 315px;
    left: 710px;
    position: absolute;
    color: #fefefe;
    font-family: Times New Roman;
    font-size: 22px;
    text-decoration: none;
    display: block;
    height: 39px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
}

.forum-link:hover {
    color: #000000;
    background-image: url(https://spvmeste.ru/Themes/spvmeste/img/mmenu-act.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    color: #000000;
}

.auth-info {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 12px;
    text-align: right;
    height: 25px;
    overflow: hidden;
}

.auth-info a {
    font-weight: bold;
    color: #fff;
}

.header-contacts {position:absolute; top:55px; left:280px; font-size:18px; color:#6E6662;}
.header-contacts span {font-size:22px; font-weight:bold;}
.page-header .search-box {position:absolute; top:50px; right:20px; width:300px;}

.page-data {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    padding-top: 15px;
    border-radius: 5px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px #bbb;
    min-height: 300px;
    margin-bottom: 20px;
}

.page-data h1 {
    font-family: Arial;
    font-size: 22px;
    line-height: 36px;
    padding-bottom: 10px;
}

/*Коллаж на главной странице*/
.main-page-collage {
    height: 503px;
    width: 960px;
    background-image: url(https://spvmeste.ru/Themes/spvmeste/img/main-page-collage2.jpg);
    background-position: 20px 0px;
    background-repeat: no-repeat;
    position: relative;
}

.main-page-collage a {
    display: block;
    text-align: center;
    width: 175px;
    height: 30px;
    color: #706e71;
    position: absolute;
    text-decoration: none;
    font-weight: bold;
    padding-top: 141px;
}

.main-page-collage a:hover {
    color: #00bed4;
}

a.main-page-collage-el1 {
    top: 15px;
    left: 15px;
}

a.main-page-collage-el2 {
    top: 230px;
    left: 15px;
}

a.main-page-collage-el3 {
    top: 320px;
    left: 190px;
}

a.main-page-collage-el4 {
    top: 320px;
    left: 410px;
}

a.main-page-collage-el5 {
    top: 320px;
    left: 620px;
}

a.main-page-collage-el6 {
    top: 195px;
    left: 780px;
}

a.become-organzator-link {
    top: 491px;
    left: 390px;
    color: #2b92d5;
    font-weight: normal;
    text-decoration: underline;
    width: 230px;
    font-size: 11px;
    padding-top: 0px;
}

a.show-current-purchase-link {
    left: 160px;
    top: 480px;
    color: #2b92d5;
    font-weight: normal;
    text-decoration: underline;
    width: 230px;
    font-size: 11px;
    padding-top: 0px;
}


.main-page-collage-text {
    width: 400px;
    height: 305px;
    position: absolute;
    left: 190px;
    top: 0px;
    color: #0e2b33;
}

.main-page-collage-text-head0 {
    color: #2b92d5;
    font-family: Times New Roman;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.main-page-collage-text-head1 {
    font-size: 36px;
    font-family: Times New Roman;
    line-height: 36px;
    color: red;
}

.main-page-collage-text-head2 {
    font-size: 36px;
    font-family: Times New Roman;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 10px;
    color: red;
}

.main-page-collage-text-head2 span {
    font-size: 18px;
    font-family: Times New Roman;
    font-weight: normal;
}

.main-page-collage-text-content {
    width: 300px;
}

.main-page-collage-intro {
    height: 110px;
    left: 730px;
    position: absolute;
    top: 10px;
    width: 220px;
}

.main-page-collage-intro-title {
    padding-bottom: 10px;
}

.main-page-collage-intro-text {
    line-height: 1.2em;
}

.main-page-collage-intro-text b {
    color: #ffffff;
}

a.main-page-collage-intro-detail-link {
    color: #ffffff;
    display: inline;
    font-weight: normal;
    height: 30px;
    text-decoration: none;
    padding: 0px;
    position: static;
    font-size: 11px;
}

.main-page-collage-reg {
    height: 30px;
    left: 780px;
    position: absolute;
    top: 122px;
    width: 220px;
}

a.main-page-collage-joins-us {
    color: #000000;
    display: inline;
    font-weight: normal;
    padding: 0px;
    position: static;
    font-weight: bold;
}

a.main-page-collage-intro-detail-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

a.main-page-collage-joins-us:hover {
    color: #000000;
    text-decoration: underline;
}

.main-page-collage-text p {
    padding-bottom: 10px;
}

/*.Коллаж на главной странице*/

/*Оформление главной страницы*/
.main-page-story-title, .main-page-news-title {
    font-family: Times New Roman;
    font-size: 36px;
    font-weight: normal;
    color: #0e2b33;
    background-image: url(https://spvmeste.ru/Themes/spvmeste/img/story-mark.png);
    background-repeat: no-repeat;
    padding-left: 90px;
    line-height: 60px;
    margin-left: 40px;
    margin-top: 30px;
    margin-bottom: 5px;
}
/*.Оформление главной страницы*/

/*Слоган на главной*/
.main-page-info {
    padding-left: 40px;
    padding-top: 10px;
}
.main-page-info-h1 {
    font-size: 36px;
    font-family: Times New Roman;
    line-height: 36px;
    padding: 0px;
    padding-left: 20px;
}
.main-page-info-h2 {
    font-size: 36px;
    font-family: Times New Roman;
    font-weight: bold;
    line-height: 36px;
    padding: 0px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.main-page-info-org-link {
    text-decoration: underline;
    font-weight: bold;
    color: #00bed4;
}
.main-page-info-org-link:hover {
    color: #ed38a1;
}
/*.Слоган на главной*/

/*Список новостей и статей на главной*/
.story-belt {
    padding-left: 40px;
}
.story-belt-lt {
    width: auto;
}
.story-belt-el {
    width: 280px;
    padding-right: 20px;
}
.story-belt-el-imglink {
    width: 100px;
    height: 73px;
    float: left;
    padding-right: 8px;
}
.story-belt-el-title {
    padding-bottom: 10px;
    padding-top: 3px;
}
.story-belt-el-title a {
    font-weight: bold;
    color: #0E2B33;
}
.story-belt-el-title a:hover {
    color: #00BED4;
}

.all-story-link-belt {
    text-transform: uppercase;
    color: #05c2d6;
    font-weight: bold;
}
.all-story-link-belt:hover {
    color: #ed38a1;
}

.detail-in-belt {
    padding-top: 5px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 5px;
}
.detail-in-belt a {
    text-decoration: underline;
    font-size: 11px;
}
/*.Список новостей и статей на главной*/


/*стат. страница*/
.static-page {
}
/*.static-page h1 {font-family: Times New Roman; font-size: 36px; line-height: 36px; padding-bottom:20px;}*/
.static-page p {
    padding-bottom: 10px;
}
/*.стат. страница*/

/*Статьи*/

.story-list {
    padding-left: 40px;
    padding-right: 40px;
}

.story-list h1 {
    font-family: Times New Roman;
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 20px;
    background-image: url("https://spvmeste.ru/Themes/spvmeste/img/story-mark.png");
    background-repeat: no-repeat;
    font-weight: normal;
    line-height: 60px;
    padding-left: 90px;
}

table.story-list-layout {
    width: 100%;
}

table.story-list-layout tr td.left {
    vertical-align: top;
    width: 200px;
    padding-right: 50px;
}

table.story-list-layout tr td.right {
    vertical-align: top;
}

table.story-list-layout tr td {
    padding-bottom: 30px;
    vertical-align: top;
}

table.story-list-layout tr td.img div.date {
    padding-bottom: 15px;
    padding-left: 20px;
}

table.story-list-layout tr td.img {
    padding-right: 20px;
}

table.story-list-layout a.title {
    font-size: 18px;
    color: #00BED4;
    text-decoration: underline;
}

table.story-list-layout a.title:hover {
    text-decoration: underline;
    color: #ed38a1;
}

table.story-list-layout .date {
    padding-top: 5px;
}

table.story-list-layout div.small-text {
    padding-top: 17px;
    padding-bottom: 5px;
    line-height: 1.5em;
}

table.story-list-layout a.detail {
    color: #ed38a1;
}


table.story-list-layout table.inner td {
    padding: 0px;
}


table.story-list-layout tr td.left a {
    font-size: 14px;
    font-weight: bold;
    color: #0173B2;
    text-decoration: none;
    font-family: Arial;
    margin-bottom: 10px;
}

table.story-list-layout tr td.left a:hover {
    text-decoration: underline;
}

table.story-list-layout tr td.left a.current {
    color: #88d3fb;
    text-decoration: underline;
}

table.story-list-layout tr td.left div.rubric-image {
    margin-top: 8px;
    margin-bottom: 25px;
}

table.story-list-layout tr td.left div.rubric-image img {
    border: 1px solid #ffffff;
    padding: 1px;
}

table.story-list-layout tr td.left div.rubric-image img.current {
    border: 1px solid #88d3fb;
    padding: 1px;
}

.story-list-layout img {
    border: 1px solid #ed38a1;
    padding: 1px;
}


.story-detail h1 {
    font-family: Times New Roman;
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 20px;
}
.story-detail .small-text {
}

.story-detail .photo {
    width: 250px;
    height: 200px;
    float: left;
    padding-right: 10px;
}

.story-detail {
    padding-left: 40px;
    padding-right: 40px;
}

.story-detail .anons {
    margin-top: 20px;
    line-height: 1.5em;
    font-style: italic;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.story-detail .fulltext {
    padding-top: 20px;
}

.story-detail .fulltext p {
    padding-bottom: 10px;
}

/*.Статьи*/


/*.Новости*/

/*Рекламный блок на главной*/
.main-adv-bl {
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    padding-bottom: 10px;
}
/*.Рекламный блок на главной*/

/*Список закупок*/
.puchase-list-lt {
    width: 100%;
}
.puchase-list-lt__left {
    vertical-align: top;
    width: 220px;
    padding-right: 20px;
}
.puchase-list-lt__center {
    vertical-align: top;
}
.purchase-divs__title {
    font-size: 22px;
    padding-bottom: 10px;
}
.purchase-divs {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.purchase-divs__i {
    padding-bottom: 10px;
}
.purchase-divs__a {
    font-size: 14px;
}
/*.Список закупок*/

/*блок новинок*/
.new-purchase {
}
.new-purchase__title {
    font-size: 22px;
    padding-bottom: 10px;
}
.new-purchase__item {
    padding-bottom: 20px;
}
/*.блок новинок*/


/*Переопределение общих стилей*/
.block {
}
.block__title {
    color: #fff;
    background: #e38f9b;
    border-radius: 4px;
    line-height: 1.5;
    padding: 10px 10px;
    line-height: 1em;
    margin-bottom: 10px;
    font-size: 18px;
}

.block_divisions .block__title {
    background-color: #77b2da;
}
/*.Переопределение общих стилей*/

/*Новости*/

.new-list_i-title {
    color: #F47586;
}
.new-list_i-title:hover {
    color: #F47586;
}

/*.Новости*/

.auth-menu li {float:right; margin-right:10px;}

.home-page__lt {width:100%;}
.home-page__left {padding-right:20px; width:220px;}

.hp-news {}
.hp-news__i {margin-bottom:30px;}
.hp-news__title {font-weight:bold; line-height:1.3em;}
.hp-news__img-wr {margin-top:5px;}
.hp-news__descr {margin-top:5px;}

.sample-message {text-align:center; margin-bottom:20px; border:1px solid #ccc; padding:10px; background-color:rgb(255, 242, 161); border-radius:10px;}
.sample-message__title {font-size:18px;}
.sample-message__descr {padding-top:10px; font-size:13px; font-weight:bold;}
.sample-message:hover {transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3);}

.auth-menu__icon { color:#fff; }
.home-page-text {margin-bottom:20px;}
.show-more-purchase {text-align:center;}


/*mobile*/
.mobile-header_icon {color:#ea6363;}
.mobile-header_icon:hover {color:#d04a4a;}

.mobile-header-menu {background-color: #f19ca8; color: #ffffff;}
.mobile-header-menu a {
    border-bottom: 1px solid #ffbdc6;
    color: #ffffff;
}

.mobile-header-menu a:hover {background-color:#ffa2af;}
.mobile-footer__counters {float:right;}
.mobile-footer {height:auto; font-size:15px;}
.mobile-footer__menu {margin-top:20px;}
.mobile-footer__title {font-weight:600;}

.mobile-top-menu { background-color: #f19ca8;}
.mobile-top-menu__i {border-color: #ffbdc6;}

.mobile-purchases h2 {color: #ec7889;}

.all-purchases-btn, .all-purchases-btn:hover {
    background: linear-gradient(to bottom,#fb98a8 0%, #dc6d7f 100%);
    color: #fff;
    border: 1px solid #e6667a;
}
.all-purchases-btn:hover {
	background: linear-gradient(to bottom,#e88797 0%, #d06375 100%);
}
.mobile-header__panel {background: #fff;}
/*.mobile*/


.ads-bl_footer {margin-top:20px;}
.ads-bl_underMenu {margin-bottom:20px;}