* {
    font-family: 'PT Sans', sans-serif;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0 none;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
    font-family: 'PT Sans', sans-serif;
}

input {
    margin: 0;
    padding: 0;
}

a img, :link img, :visited img {
    border: 0 none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

header, nav, section, article, aside, footer {
    display: block;
}

body {
    background: url("../img/background.png") repeat;
}

a {
    color: #5A90B6;
}

strong {
    font-weight: 700;
}

.clear {
    clear: both;
}

header {

    background: #e50341;
    height: 87px;
    width: 100%;
    overflow: hidden;
}

section {
    width: 985px;
    margin: 0 auto;
    background: #FFF;
    min-height: 800px;
    border: 11px solid #FFF;
    padding-bottom: 23px;
}

.headin {
    width: 987px;
    margin: 0 auto;
    overflow: hidden;
}

nav li ul {
    z-index: 500;
}

.logo {
    float: left;
    overflow: hidden;
    margin: 16px 0 0 11px;
}

.phonenum {
    background: url("../img/tel.png") no-repeat left center;
    color: #ffffff;
    float: right;
    margin: 32px 12px 0 0;
}

.phonenum p {
    padding-left: 19px;
}

form.search {
    margin: 33px 0 0 37px;
    float: left;
}

.search input[type=text] {
    border: 1px solid #d9dada;
    float: left;
    height: 19px;
    width: 443px;
    padding: 0 !important;
    padding-left: 10px !important;
    font-size: 15px;
}

.search input[placeholder] {
    color: #5b5b5b;
    line-height: 13px;
    padding-left: 10px;
}

.search input[placeholder]::-webkit-input-placeholder {
    color: #5b5b5b;
}

.search input[placeholder]::-moz-placeholder {
    color: #5b5b5b;
}

.search input[type=submit] {
    width: 20px;
    height: 19px;
    border: none;
    float: left;
    background: url("../img/zoom.png");
}

.insection {

}

.insection nav {
    height: 29px;
    background: #5b5b5b;
    margin-bottom: 11px;
}

.homeimg {
    margin: 6px 0 0 14px;

    float: left;
}

/* горизонтальное выпадающее меню начало */
#menu {
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    font-size: 100%;
}

#menu li {
    list-style: none;
    float: left;
    height: 29px;
    padding: 0;
    margin: 0 10px 0 0;
    text-align: center;
    background: #5b5b5b;
    position: relative;
    text-transform: uppercase;
}

#menu li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 150px;
    display: none;
    position: absolute;
    left: 0;
    top: 29px;
}

#menu li ul li {
    float: none;
    height: 42px;
    margin: 0;
    width: 150px;
    text-align: center;
    background: #ebecec;
    text-transform: none;
}

#menu li ul li a {
    color: #2b2a29;
    padding: 10px 0 23px 10px;
}

#menu li a {
    display: block;
    height: 29px;
    padding: 5px 8px 0 8px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.conditions li {
    width: 250px !important;
}

#menu li a:hover {
    color: #5b5b5b;
}

#menu li:hover ul, #menu li.jshover ul {
    display: block;
}

#menu li:hover, #menu li.jshover {
    background: #c5c6c6;
}

/* горизонтальное выпадающее меню конец */
.secondnav {
    height: 288px;
}

.secondnav nav {
    max-width: 161px;
}

.slider {
    width: 804px;
    float: right;

}

.secondnav nav {
    float: left;
}

.bx-caption p.swho, .bx-caption p.swhat {
    color: #5b5b5b;
}

.bx-caption p.swhere {
    color: #ffffff;
}

.bx-caption p.swhen {
    color: #e50341;
    letter-spacing: 0.05em;
}

.bx-caption .line {
    width: 62px;
    height: 1px;
    background: #ffffff;
    margin-bottom: 17px;
}

.swho {
    margin: 53px 0 0 0;
}

.swhat {
    text-transform: uppercase;
}

.swho, .swhat {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.swhere {
    display: block;
}

/* вертикальное выпадающее меню начало */
#menu2 {
    padding: 0;
    margin: 0;
    font-size: 100%;
}

#menu2 li {
    list-style: none;
    height: 34px;
    padding: 0;
    margin: 0 10px 0 0;
    text-align: center;
    background: #FEFEFE;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #EBECEC;
}

#menu2 li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 500;
}

#menu2 li ul li {
    float: none;
    height: 34px;
    margin: 0;
    text-align: center;
    background: #ebecec;
    text-transform: none;
    border-bottom: none;
}

#menu2 li ul li a {
    color: #2b2a29;
    padding: 8px 0 0 10px;
}

#menu2 li a {
    display: block;
    height: 29px;
    padding: 8px 10px 0 10px;
    font-size: 14px;
    color: #2b2a29;
    text-decoration: none;
}

#menu2 li a:hover {
    color: #5b5b5b;
}

#menu2 li:hover ul, #menu li.jshover ul, #menu2 li:hover ul li:hover ul {
    display: block;
}

#menu2 li:hover, #menu li.jshover {
    background: #c5c6c6;
}

#menu2 li ul li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 500;
}

#menu2 li ul li ul, #menu2 li ul li ul li, #menu2 li ul, #menu2 li ul li {
    width: auto;
    max-width: none;
}

#menu2 li ul li ul li a, #menu2 li ul li a {
    white-space: nowrap;
    padding-right: 10px;
}

#menu2 li:hover ul li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 500;
}

/* вертикальное выпадающее меню конец */

.content {
    clear: both;
    float: left;
    width: 660px;
}

.contentfull {
    clear: both;
    float: left;
    width: 100%;
}

.razdel {
    width: 100%;
    height: 29px;
    background: #e50341 url('../img/razdelbg.png') no-repeat right bottom;
    color: #ffffff;
    text-transform: uppercase;
}

.razdel p {
    padding: 3px 0 0 17px;
}

aside {
    float: right;
    width: 285px;
    overflow: hidden;

}

.socbuttons {
    width: 100%;
    height: 109px;
    background: #ebecec;
    margin-bottom: 21px;
}

.socbuttons p {
    color: #5B5B5B;
    margin: 0 0 0 16px;
    padding-top: 11px;
    letter-spacing: 0.06em;
}

.socbuttons .line {
    height: 1px;
    background: #FFF;
    margin: 6px auto;
    margin-bottom: 18px;
    width: 257px;
}

.lineblack {
    background: #dadcdb;
    height: 1px;
    width: 100%;
}

.socbuttons .buttons {
    margin: 0 0 0 16px;
}

.socbuttons .buttons a img {
    margin-right: 18px;
}

.sort {
    height: 41px;
    width: 100%;
    border-top: 1px solid #d9dada;
    border-bottom: 1px solid #d9dada;
    margin: 11px 0 0 0;
}

.sort span {
    float: left;
    margin: 9px 82px 0 12px;
    font-weight: 700;
    font-size: 14px;
}

.sort ul {
    margin: 9px 0 0 0;
}

.sort li {
    list-style: none;
    float: left;
    font-size: 14px;
    margin-right: 48px;
}

.sort ul li a {
    text-decoration: none;
    color: #000000;
}

h3.date {
    color: #E50341;
    border-bottom: 4px solid #5B5B5B;
    padding: 5px 10px 7px 13px;
    font-size: 21px;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}

.kartochka {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d9dada;
    margin-bottom: 11px;
}

.kartochka img.photo {
    width: 162px;
    float: left;
    margin-right: 22px;
    padding-bottom: 10px;
}

.kartochka .opis {
    float: left;
    width: 475px;
    font-size: 14px;
}

.kartochka .opis span {
    color: #E50341;
    font-weight: 500;
}

.kartochka .opis a {
    color: #5a90b6
}

.kartochka .opis p.about {
    font-weight: 700;
}

.kartochka .opis a.button_kupit {
    width: 130px;
    clear: both;
    display: block;
    margin: 7px 0 0 0;
}

.kartochka .opis table tr {
    height: 44px;
}

.fab, .tw, .surf, .vk, .telegram {
    float: left;
    margin-top: 5px;
    margin-bottom: 8px;
}

.fab {
    margin-right: 10px;
}

.tw {
    width: 100px;
    margin-right: 5px;
}

.razdelmenu {
    width: 100%;
    height: 29px;
    background: #E50341 url('../img/razdelbg.png') no-repeat right bottom;
    color: #FFF;
    text-transform: uppercase;
}

.razdelmenu p {
    padding: 3px 0 0 17px;
}

.pipka {

    background: url("../img/pipka.png") no-repeat;
    width: 10px;
    height: 8px;
    margin-left: 31px;
}

.newsblock {
    border-bottom: 1px solid #D9DADA;
    padding-bottom: 24px;
}

.newsblock .newsdate {
    color: #E50341;
    font-size: 11px;
    margin: 7px 0 0 0;
}

.newsblock .newsnazv {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 9px;
    font-size: 17px;
}

.newstext {
    font-size: 13px;
    margin-top: 7px;
}

.newstext p {
    margin-bottom: 7px;
}

.kartochka:last-of-type {
    border: none;
}

.newsblock:last-of-type {
    border: none;
}

.otzblocks {
    padding: 16px 0 0 0;
}

.otzblock {
    border-bottom: 1px solid #D9DADA;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

/*
.otzblock:last-of-type {
 border: none;
 margin-bottom: 0px;
}
*/
.otzblock .metaotz a {
    color: #8F8F8F;
    text-decoration: none;
}

.otzblock .metaotz {
    color: #8F8F8F;
    font-size: 12px;
}

.otzblock p.aboutotz {
    color: #4F4F4F;
    font-size: 12px;
    letter-spacing: 0.04em;
    padding-bottom: 9px;
}

.otzblock p.aboutotz span {
    color: #1D8FBB;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 16px;
}

.otzblock p.otz {
    font-size: 13px;
    letter-spacing: 0.04em;
    padding-bottom: 7px;
}

.citata {
    background: #ebecec;
    color: #5b5b5b;
    margin: 15px 0 0 0;
    padding: 16px 21px 13px 24px;
}

p.citatatext {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.36em;
    padding-bottom: 20px;
}

.citatameta {
    font-size: 13px;
    letter-spacing: 0.05em;
}

.buttonsapp {
    width: 100%;
    background: url("../img/kav.png") no-repeat right top;
    margin-top: 20px;
}

.buttonsapp a {
    line-height: 30px;
}

.pagination {
    overflow: hidden;
    border-top: 4px solid #5B5B5B;
    margin-top: 30px;
    padding-top: 18px;
}

.pagination a {
    text-decoration: none;
}

.pagination .nextpage {
    float: right;
    display: block;
    background: url(../img/str_right.png) no-repeat right center;
    padding: 0 26px 0 0;
    font-size: 13px;
    letter-spacing: 0.03em;
}

.pagination .prevpage {
    float: left;
    display: block;
    background: url(../img/str_left.png) no-repeat left center;
    padding: 0 0 0 26px;
    font-size: 13px;
    letter-spacing: 0.03em;
    margin-right: 13px;

}

.pagination ul li a {
    color: #2b2a29;
}

.pagination ul li a:hover {
    background: #e50341;
    color: #ffffff;
}

.pagination a.prevpage, .pagination a.nextpage {
    color: #5a90b6;
}

.pagination ul li {
    list-style: none;
    float: left;
}

.pagination ul li a {
    display: block;
    background: #D9DADA;
    margin-left: 27px;
    font-size: 13px;
    padding: 0 7px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.pagination ul li.activepage a {
    background: #e50341;
    color: #ffffff;
}

footer {
    background: #5B5B5B;
    overflow: hidden;
    padding-bottom: 50px;
}

.footercontent {
    width: 965px;
    margin: 0 auto;
    padding-top: 9px;
}

.topbutton a {
    height: 0px;
}

.footercontent nav #menu {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.footercontent nav {
    min-height: 34px;
    border-bottom: 1px solid #898989;
}

.copyright {
    float: right;
    margin: 15px 0 0 0;
    color: #D9DADA;
    font-size: 12px;
    letter-spacing: 0.03em;
}

.footer12 {
    overflow: hidden;
    width: 440px;
    float: left;
    color: #D9DADA;
    margin: 15px 0 0 6px;
    letter-spacing: 0.03em;
}

.footer12 p {
    font-size: 12px;
    padding-left: 15px;
    line-height: 13px;
}

td {
    vertical-align: top;
}

.topbutton {
    position: fixed; /* фиксированная позиция */
    opacity: 0.8; /* прозрачность */
    margin-left: 600px;
    right: 10px; /* отступ слева */
    top: 10px; /* отступ снизу */
    display: none; /* спрятать блок */
    cursor: pointer;
}

/* 2 страница */

#menu3 {
    padding: 0;
    margin: 0;
    font-size: 100%;
}

#menu3 li {
    list-style: none;
    float: left;
    height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    background: #FEFEFE;
    border-bottom: 1px solid #D9DADA;
    position: relative;

}

#menu3 li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 500;
}

#menu3 li ul li {
    float: none;
    height: 42px;
    margin: 0;
    text-align: center;
    background: #ebecec;
    text-transform: none;
    border-bottom: none;
    width: auto;
    max-width: none;
}

#menu3 li ul li a {
    color: #2b2a29;
    padding: 13px 0 0 13px;
}

#menu3 li a {
    display: block;
    height: 29px;
    padding: 9px 7px 0 8px;
    font-size: 14px;
    color: #2b2a29;
    text-decoration: none;
}

#menu3 li a:hover {
    color: #5b5b5b;
}

#menu3 li:hover ul, #menu li.jshover ul, #menu2 li:hover ul li:hover ul {
    display: block;
}

#menu3 li:hover, #menu li.jshover {
    background: #c5c6c6;
}

#menu3 li ul li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 500;
}

#menu3 li ul, #menu3 li ul li, #menu3 li ul li ul, #menu2 li ul li ul li {
    width: auto;
    max-width: none;
}

#menu3 li ul li a, #menu3 li ul li ul li a {
    white-space: nowrap;
    padding-right: 10px;
}

#menu3 li:hover ul li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

#menu3 li ul li:hover ul {
    display: block;
}

.thirdnav nav {
    height: 41px;
    width: 100%;
    border-top: 1px solid #D9DADA;
    border-bottom: 1px solid #D9DADA;
    z-index: 500;
}

div.breadcrumbs {
    overflow: hidden;
    font-size: 13px;
    padding: 7px 0 22px 15px;
}

div.breadcrumbs ul li {
    display: block;
    float: left;
    padding-right: 2px;
    color: #BBBCBC;
}

div.breadcrumbs ul li a {
    color: #5A90B6;
}

h3.nazvanrazd {
    padding: 0 0 16px 15px;
    font-size: 24px;
    margin-top: 0px;
}

.razdelanons {
    background: #E50341 url('../img/razdelbgmini.png') no-repeat right bottom;
    color: #FFF;
    float: left;
    font-size: 13px;
    padding: 0 36px 0 35px;
    letter-spacing: 0.05em;
    margin-bottom: 11px;
}

.contin {
    overflow: hidden;
    width: 643px;
    padding-left: 17px;
    font-size: 14px;
}

.contleft {
    width: 162px;
    float: left;
    padding-top: 4px;
}

.contright {
    float: right;
    width: 455px;
    font-size: 14px;
}

.contin span {
    color: #E50341;
    font-weight: 500;
}

.contin a {
    color: #5A90B6;
}

div.contin h2 {
    font-family: 'PT Serif', serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 25px;
    padding-bottom: 8px;
    margin-top: 0px;
}

div.contin h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 18px;
}

div.contin div.contleft img {
    padding-bottom: 7px;
}

.grayline {
    width: 100%;
    height: 1px;
    background: #DBDCDC;
    margin-bottom: 25px;
}

div.video {
    margin-bottom: 13px;
}

div.contopis {
    padding-top: 17px;
}

div.contopis p {
    padding-bottom: 6px;
}

div.contopis a img.knopkab {
    margin: 11px 0 16px 0;
}

.secondsoc {
    margin-top: 28px;
}

.socbuttonssecond {
    width: 100%;

}

.opisalso {
    margin-top: 16px;
    font-size: 14px;
}

.seealsoblock {
    margin-top: 20px;
    padding-bottom: 31px;
}

.opisalso span {
    color: #E50341;
    font-weight: 500;
}

.serline {
    background: url("../img/lineser.png") no-repeat left top;
    width: 100%;
    height: 12px;
    padding-bottom: 29px;
}

div.content h3.cicl {
    font-size: 17px;
    letter-spacing: 0.055em;
}

div.content h4 {
    font-size: 23px;
    padding-top: 5px;
    padding-bottom: 6px;
}

.graylinetwo {
    width: 100%;
    height: 1px;
    background: #DBDCDC;
    margin-top: 21px;
}

div.videotwo {
    margin-bottom: 30px;
}

div.abbs p {
    padding-bottom: 6px;
}

.photocanv {
    overflow: hidden;
    background: #EAEDEC;
    padding: 7px 7px;
}

.fancybox img {
    margin: 1px 1px;
}

.printversion {
    float: right;
    margin-right: 35px;
}

.printversion a {
    text-decoration: none;
}

.textlec {
    clear: both;
    font-size: 13px;
    width: 95%;
}

.textlec td {
    padding: 2px;
}

h3.nazvlekt {
    font-size: 21px;
    clear: both;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    padding-top: 26px;
    letter-spacing: 0.01em;
}

.aboutlek {
    width: 100%;
    overflow: hidden;

}

.photolekt {
    float: left;
    width: 162px;
    margin-top: 12px;
}

.abouttextlek {
    width: 475px;
    float: right;
}

div.abouttextlek h1 {
    font-family: 'PT Serif', serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 42px;
}

div.abouttextlek p {
    font-size: 14px;
}

.aboutlek {
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
}

.graylinethree {
    width: 100%;
    height: 1px;
    background: #DBDCDC;
    margin: -15px 0 16px 0;
}

div.archlec {
    padding-top: 26px;
}

div.bx-pager.bx-default-pager {
    width: 295px;
    float: right;
    text-align: left;
    left: 508px;
}

/*p.swho {
    position: absolute;
    top: 0px;
    left: 18px;
}*/

/*p.swhat {
    position: absolute;
    top: 83px;
}*/

/*p.swhere {
    position: absolute;
    top: 117px;
}*/

.bx-caption .line {
    position: absolute;
    top: 177px;
}

/*p.swhen {
    position: absolute;
    top: 195px;
}*/

div.bx-pager.bx-default-pager {
    width: 295px;
    float: right;
    text-align: left;
    left: 508px;
}

.lecline {
    overflow: hidden;
    margin-top: 50px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.leftlec {
    float: left;
}

.centlec {
    float: left;
    margin-left: 87px;
}

.rightlec {
    float: right;
}

.leftlec, .rightlec, .centlec {
    width: 162px;
}

.red {
    color: #E50341;
}

.maincontent {
    width: 630px;
    font-size: 14px;

    font-family: 'PT Sans', sans-serif;
    padding: 0 15px;
}

.maincontent p {
    margin-bottom: 15px;
}

.niceCheck {
    width: 15px;
    height: 15px;

    cursor: pointer;
    background: url("../images/checkbox.png") no-repeat;
}

p.niceCheck {
    font-size: 14px;
    padding-left: 33px;
    margin-left: 25px;
    margin-top: 20px;
    line-height: 13px;
}

.niceCheck input {

    display: none;

}

.sorters {
    width: 100%;
    background: #EBECEC;
    border-top: #dadcdb solid 1px;
    padding-bottom: 25px;
}

.sorters .nn {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25px;
}

.grey {
    color: #aeaeae;
}

.resultatsearch {
    margin-bottom: 25px;
}

.resultatsearch p {
    margin: 0;
    font-size: 13px;
}

.resultatsearch p a {
    text-decoration: none;
}

a.resultlink {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    text-decoration: none;
}

b, .b {
    font-weight: 700;
}

.mgns {
    margin-top: 15px;
    margin-bottom: 25px;
}

.contas {

}

.contas p {
    margin: 0 0 0 25px;
}

p.sotr {
    font-size: 23px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.oh {
    overflow: hidden;
}

.mb-20 {
    margin-bottom: 20px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom: 10px;
}
.m-15 {
    margin: 15px 0;
}

.ml-5 {
    margin-left: 5px;
}

.mt-25 {
    margin-top: 25px;
}

.maincontent a {
    text-decoration: none;

}

.kavi {
    width: 100%;
    display: block;
    min-height: 55px;
    background: url("../img/kav.png") right bottom no-repeat;
}

.f-10 {
    font-size: 10px;
}

.f-11 {
    font-size: 11px;
}

.f-24 {
    font-size: 24px;
}

.resulth {
    text-transform: uppercase;
    font-weight: 700;
}

.popupfm {
    width: 437px;
    height: 317px;
    background: #fff url("/images/popuptop.png") center top no-repeat;
}

.f-white {
    color: #ffffff;
}

.a-center {
    text-align: center;
}

.m-center {
    margin: 0 auto;
}

.innerfm {
    width: 274px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
}

.fpodp input[type=submit]  {
    width: 131px;
    height: 39px;background: url("../images/podpis.png") no-repeat;border: none;
}

.n {
    font-weight: 500;
}

a.pepepe {
    padding-bottom: 10px;
    display: block;
    float: left;
}

.pp {
    padding-left: 30px;
    margin-top: 13px;
}

 /* ПРИНТ *//* ПРИНТ *//* ПРИНТ *//* ПРИНТ *//* ПРИНТ *//* ПРИНТ *//* ПРИНТ *//* ПРИНТ *//* ПРИНТ *//* ПРИНТ *//* ПРИНТ */

.w-1260 {
    min-width: 1200px;
}

.print {
    width: 1155px;
    margin: 0 auto;
    background: #FFF;
    min-height: 800px;
    padding: 22px;
}

.headinprint {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}

.logo2 {
    float: left;
    overflow: hidden;
    margin: 16px 0 0 29px;
}


.printcontent p {
    font-size: 13px;
    margin-bottom: 9px;
}
.printcontent h3 {
    font-size: 17px;
    margin-top: 7px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}
.printcontent h2 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 8px;
    letter-spacing: 0.05em;
}
.printcontent h1 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.partner-player {
	border: 1px solid #CCCCCC;
	width: 375px;
	height: 210px;
}