body, div, span, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th, hr, caption, button {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.5em;
}

p + p {
    margin-top: 1em;
}

ul, ol {
    list-style-position: outside;
    margin-left: 1.1em;
}

ul.beauty-list {
    margin-left: 0;
}

ul.beauty-list > li {
    list-style: none;
    margin: 0.5em 0 0.5em 2em !important;
    position: relative;
}

ul.beauty-list > li:before {
    position: absolute;
    margin-left: -1.5em;
    top: 0.05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    content: '\f058';
    font-size: 1.2em;
    color: #acc25f;
}

/* icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon > .label {
    display: none;
}

.fa-breadcrumb-separator::before {
    content: "\f105";
}

.divload {
    cursor: progress;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(/i/bg_load.png) repeat
}

a {
    color: #487223;
    outline: none;
}

img {
    border: none;
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

.w100 {
    width: 100%;
    overflow-x: auto;
}

.h100 {
    height: 100%
}

td {
    vertical-align: top;
}

body { /*background: url('/i/bg.png') repeat;*/
    text-align: left;
    font-size: 10pt;
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-family: Arial, Helvetica, tahoma, Verdana, sans-serif;
}

.shadow {
    -moz-box-shadow: 0 0 5px gray;
    -webkit-box-shadow: 0 0 5px gray;
    box-shadow: 0 0 5px #444;
}

.shadow_big {
    -moz-box-shadow: 0 0 10px gray;
    -webkit-box-shadow: 0 0 10px gray;
    box-shadow: 0 0 10px gray;
}

.clear {
    clear: both;
}

.next20 {
    margin-top: 20px !important;
}

.next10 {
    margin-top: 10px !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

span.button,
a.button,
input[type=submit],
input[type=button] {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;
    line-height: 1em;
    /*border: 1px solid white;*/
    border: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    /*font-family: pf_square_sans_prothin;*/
    font-family: pf_square_sans_proregular;
    font-size: 14px;
    background-color: #3f83e4;
    /*font-size: 14px;*/
    color: #ffffff !important;
    /*-webkit-box-shadow: 0 0 2px #bababa, inset 0 0 1px #ffffff;*/
    /*-moz-box-shadow: 0 0 2px #bababa, inset 0 0 1px #ffffff;*/
    /*box-shadow: 0 0 2px #bababa, inset 0 0 1px #ffffff;*/

    /*text-shadow: 0 -1px #333;*/
    text-shadow: none;
    text-transform: uppercase;

    /*background-color: #7cb313;*/
    /*background-image: -moz-linear-gradient(90deg, rgba(158, 158, 158, 0.3) 0%, rgba(158, 158, 158, 0.3) 4%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 80%, rgba(255, 255, 255, 0) 100%); !* ff3.6+ *!*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(80%, rgba(0, 0, 0, 0.2)), color-stop(96%, rgba(158, 158, 158, 0.3)), color-stop(100%, rgba(158, 158, 158, 0.3))); !* safari4+,chrome *!*/
    /*background-image: -webkit-linear-gradient(90deg, rgba(158, 158, 158, 0.3) 0%, rgba(158, 158, 158, 0.3) 4%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 80%, rgba(255, 255, 255, 0) 100%); !* safari5.1+,chrome10+ *!*/
    /*background-image: -o-linear-gradient(90deg, rgba(158, 158, 158, 0.3) 0%, rgba(158, 158, 158, 0.3) 4%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 80%, rgba(255, 255, 255, 0) 100%); !* opera 11.10+ *!*/
    /*background-image: -ms-linear-gradient(90deg, rgba(158, 158, 158, 0.3) 0%, rgba(158, 158, 158, 0.3) 4%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 80%, rgba(255, 255, 255, 0) 100%); !* ie10+ *!*/
    /*background-image: linear-gradient(0deg, rgba(158, 158, 158, 0.3) 0%, rgba(158, 158, 158, 0.3) 4%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 80%, rgba(255, 255, 255, 0) 100%); !* w3c *!*/

    moz-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
    webkit-transition: background-color ease 0.3s;
}

span.button:hover,
a.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
    background-color: #78b723;
}

span.button .cartcount {
    background: rgba(255, 255, 255, 0.25);
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    text-shadow: none;
    font-size: 10pt !important;
    margin: -5px -5px -5px 2px;
    border: 1px solid #fff;
}

.incart .cartcount {
    display: inline-block !important;
}

label, span.label {
    display: block;
    font-size: 9pt !important;
    color: #dd9444 !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-align: left !important;
    white-space: nowrap;
    line-height: 1em;
    margin-bottom: 2px;
    /*font-family: pf_square_sans_proregular, sans-serif;*/
}

label input[type=checkbox] + *,
label input[type=radio] + * {
    color: #333333;
}

label a, span.label a {
    color: inherit !important;
}

label .icon, span.label .icon {
    font-size: 0.75em;
    display: inline-block;
    vertical-align: top;
}

input {
    font-size: 1em;
}

input[type=text], input[type=password], input[type=search], textarea, select {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    line-height: 1.2em;
    min-height: 2.25em;
    font-size: 1em;
    min-width: 5em;
}

input[type=text][readonly], textarea[readonly] {
    background-color: transparent;
}

input.warning, textarea.warning, div[contenteditable].warning {
    background-color: #ffe1e3 !important;
}

textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 6em;
}

.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
    font-size: inherit;
}

.select-wrapper select, .select-wrapper option {
    font-size: inherit;
}

.select-wrapper:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    color: rgba(255, 255, 255, 0.15);
    color: inherit;
    content: '\f142';
    display: block;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: 0.5em;
    width: 2em;
}

.select-wrapper select::-ms-expand {
    display: none;
}

.select-wrapper select, .select-wrapper [readonly], .select-wrapper [contenteditable] {
    padding-right: 2em !important;
}

select option {
    background-color: #fff;
    color: #333;
}

/*body {font-size: 14px;font-family: pf_square_sans_proregular, Arial,Helvetica, tahoma, Verdana, sans-serif;}*/
div.body, div.maincontainer {
    margin: 0 auto;
    padding: 0 80px;
    /*min-width: 1060px;*/
    max-width: 1400px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
}

.maincontainer .maincontainer,
.body .maincontainer {
    margin: 0;
    padding: 0;
    max-width: unset;
}

@media screen and (max-width: 1000px) {
    div.body, div.maincontainer {
        padding: 0 2em;
    }
}

@media screen and (max-width: 600px) {
    div.body, div.maincontainer {
        padding: 0 2em;
    }
}

.style-gray {
    background-color: rgba(0, 0, 0, 0.08);
}

label.warning {
    background-color: #ffe5e5
}

.cornerblock,
.contenttabs.alt li {
    position: relative;
    z-index: 0;
    display: inline-block;
    color: #333;
    background-color: transparent;
    padding: 2px 5px;
}

.cornerblock:before,
.contenttabs.alt li:before {
    content: "";
    -webkit-transform: skew(-19deg);
    -moz-transform: skew(-19deg);
    -o-transform: skew(-19deg);
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cornerblock:before,
.contenttabs.alt li:before {
    moz-transition: all ease 0.3s 0.3s;
    webkit-transition: all ease 0.3s 0.3s;
    ms-transition: all ease 0.3s 0.3s;
    transition: all ease 0.3s 0.3s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.contenttabs.alt > .wrapper {
    overflow: unset;
}

.greenarrow {
    padding-left: 10px;
    background: #ffffff url('/i/greenarrow.jpg') no-repeat left top;
    display: inline-block;
    white-space: nowrap;
    line-height: 24px !important;
}

.greenarrow a {
    background: transparent url('/i/greenarrow.jpg') no-repeat right -26px;
    display: block;
    line-height: 25px !important;
    padding-right: 20px;
    color: #fff;
    font-family: pf_square_sans_promedium, sans-serif !important;
    font-size: 11pt !important;
    text-shadow: -1px -1px 0 #555;
    cursor: pointer;
    text-decoration: none;
}

.greenarrow .cartcount {
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #333;
    text-shadow: none;
    font-size: 10pt !important;
    margin: 0 -5px 0 2px;
}

.greenarrowbig {
    padding-left: 20px;
    background: #ffffff url('/i/greenarrow_big.jpg') no-repeat left top;
    display: inline-block;
    white-space: nowrap;
}

.greenarrowbig > * {
    background: transparent url('/i/greenarrow_big.jpg') no-repeat right -63px;
    display: block;
    line-height: 60px;
    padding-right: 30px;
    color: #fff;
    font-family: pf_square_sans_promedium, sans-serif !important;
    font-size: 16pt !important;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #555;
    cursor: pointer;
    text-decoration: none;
    margin: 0 !important;
}

.greenarrowbig .cartcount {
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #333;
    text-shadow: none;
    margin-left: 10px;
    font-size: 20px;
}

#head {
    font-size: 9pt;

    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#head .logo {
    flex-shrink: 0;
}

#head .title {
    font-style: italic;
    width: 100%;
    padding: 0 2em;
    box-sizing: border-box;
}

#head .search {
    width: 100%;
    max-width: 250px;
}

#head .search input[type=search] {
    border: 1px solid #ccc !important;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
}

#head .search input[type=search]::placeholder {
}

#head .search input[type=button] {
    display: none !important;
}

#head .search #ya-site-form0 .ya-site-form__search-input {
    padding: 0 !important;
}

#head .rightinfo {
    text-align: right;
    white-space: nowrap;
    margin-right: 40px;
    line-height: 1.4em;
    padding: 0;
}

#head .rightinfo .textbig {
    text-shadow: 1px 1px 0 #FFF;
    font-family: pf_square_sans_probold;
    font-size: 16pt;
    text-transform: uppercase;
    color: red;
    line-height: 1em;
}

#head .rightinfo .textsmall {
    text-shadow: 1px 1px 0 #FFF;
    font-family: pf_square_sans_prothin;
    font-size: 12pt;
    color: #666;
    text-transform: none;
}

#head .phoneblock {
    height: inherit;
    text-shadow: 1px 1px 0 white;
    padding: 1em 0;
    text-align: right;
}

#head .phoneblock:before {
    background-color: rgba(0, 0, 0, 0.08);
}

#head .phone {
    color: #333;
    text-decoration: none;
    font-family: pf_square_sans_promedium;
    font-size: 18pt;
    text-shadow: 1px 1px 0 #fff;
    display: block;
    white-space: nowrap;
}

#head .phoneblock > div:first-child > a {
    color: #666;
    text-decoration: underline;
    margin-right: 5px;
}

.smallmenu {
    background-color: #CCDE75;
    /*min-width: 1140px;*/
    white-space: nowrap;
}

.smallmenu .body, .menuback .body {
    background-color: inherit;
}

.smallmenu ul {
    margin: 0;
}

.smallmenu li {
    float: left;
    list-style: none;
    /*font-size: 10pt;*/
    /*font-family: pf_square_sans_proregular;*/
    /*text-shadow: 1px 1px 0 #f6f6f6;*/
    /*line-height: 10pt;*/

}

.smallmenu li a {
    padding: 7px 10px;
    display: block;
    text-decoration: underline;
    color: #333;
}

.smallmenu li a[href$="actions"] {
    color: rgb(255, 255, 255);
    background-color: rgb(254, 81, 81);
}

.smallmenu li:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.menuback {
    background-color: #3F83E4;
    color: white;
    z-index: 2;
    position: relative;
    /*min-width: 1140px;*/
}

.menuback ul {
    margin: 0;
}

.menuback a {
    color: white;
    text-decoration: none;
}

.menuback .ya-phone {
    display: block;
    margin-right: 20px;
    font-size: 14pt;
    /*background: url("/i/cornerblockblue-left.png") no-repeat scroll left bottom, #F0F0F0 url("/i/cornerblockblue-right.png") no-repeat scroll right top;*/
    color: #333;
    padding: 0 20px 0 13px;
    text-shadow: 1px 1px 0 #fff;
    opacity: 0;
    font-family: pf_square_sans_proregular;
    line-height: 46px;

}

.menuback .ya-phone a {
    color: #333;
    text-decoration: none;
}

.menuback.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    -moz-box-shadow: 0 15px 10px -14px #999;
    -webkit-box-shadow: 0 15px 10px -14px #999;
    box-shadow: 0 15px 10px -14px #999;
    z-index: 3;
}

.menuback.fixed .mainmenu > li > a {
    padding: 15px 10px;
    border: none;
}

.menuback.fixed .ya-phone {

    opacity: 1;
    moz-transition: all ease 0.5s 0.5s;
    transition: all ease 0.5s 0.5s;
    webkit-transition: all ease 0.5s 0.5s;
}

.mainmenuplacer {
    height: 55px;
}

@media print {
    .mainmenuplacer, table.callback_layer, footer {
        display: none !important;
    }

}

.menuback {
    /*font-size: 11pt;*/
    /*font-family: pf_square_sans_proregular;*/
    /*line-height: 11pt;*/
}

.mainmenu li {
    float: left;
    list-style: none;
    moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    webkit-transition: all ease 0.3s;

}

.mainmenu li > a, .mainmenu li > span {
    padding: 20px 10px;
    display: block;
}

.mainmenu > li > a, .mainmenu > li > span {
    border-bottom: 1px solid transparent;
}

.mainmenu li.active {
    /*background-color: #F2F2F2/*#1960C5*/;
}

.mainmenu li:hover {
    background-color: #fff;
}

.mainmenu > li:hover > a, .mainmenu > li:hover > span {
    color: #333;
    border-bottom: 1px solid transparent;
}

.mainmenu li.alone:hover > a, .mainmenu li.alone:hover > span {
    border-bottom: 1px solid #dedede;
}

.mainmenu .cartcount {
    background: #FFF none repeat scroll 0% 0%;
    font-size: 16px;
    color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    margin: -24px 0;
}

.mainmenu li:hover .cartcount {
    background: #3F83E4 none repeat scroll 0% 0%;
    color: #fff;
}

table.head td.black {
    padding-top: 10px;
}

table.head td.black .podlozhka {
    background-color: black;
    position: absolute;
    width: 995px;
    height: 33px;
    z-index: -1;
}

table.head td.black .l {
    padding-left: 5px;
    background: url('/i/blackmenu.png') no-repeat left top;
}

table.head td.black .r {
    padding-right: 10px;
    background: url('/i/blackmenu.png') no-repeat right top;
}

table.head td.black .c {
    background: url('/i/blackmenu.png');
    background-position: 0 -100px;
}

table.head table.mainmenu td > a {
    color: #f7f7f7;
    text-decoration: none;
    text-shadow: -1px -1px 0 black;
}

table.head table.mainmenu {
    width: 100%;
    height: 55px;
}

table.head table.mainmenu td {
    width: 80px;
    color: #f7f7f7;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

table.head table.mainmenu td.active > a {
    color: white !important
}

table.head table.mainmenu td > a {
    vertical-align: middle;
    margin-top: 0;
    display: block; /*border-left:1px solid darkgray;*/
    border-right: 1px solid #7a7a7a;
    padding: 9px 10px 0;
    height: 24px;
}

table.head table.mainmenu td:first-child span {
    border-left: none !important;
}

table.head table.mainmenu td > a.last {
    border-right: none !important;
}

table.head table.mainmenu td .arrow {
    margin-top: 0;
    background: url('/i/blackmenu.png') no-repeat;
    background-position: 50% -200px;
    height: 20px;
}

table.head .hcart {
    float: left;
    font-size: 9pt;
    position: relative;
    padding-top: 10px
}

table.head .hcart div {
    float: left;
    padding-left: 10px;
    position: relative;
    text-decoration: underline
}

table.head .hcart div img {
    margin-top: -3px
}

table.head table.mainmenu .whitecart {
    background: url('/i/whitecart.png') no-repeat;
    padding-left: 25px
}

.mainmenu .downmenu {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
}

.mainmenu .downmenu, .mainmenu .downmenu ul {
    border: 1px solid #ccc;
}

.mainmenu li:hover .downmenu {
    display: block;
}

.mainmenu .downmenu li {
    text-align: left;
    border-top: 1px solid #ddd;
    background-color: #eee;
    color: black;
    white-space: nowrap;
    display: block;
    float: none;
    line-height: 40px;
}

.mainmenu .downmenu a {
    text-decoration: none;
    color: #333;
    padding: 0 15px;
    display: block;
}

.mainmenu .downmenu li:hover {
    background-color: #fff;
}

/*table.mainmenu .downmenu>div.active {background-color: #d0d0d0!important;border-top: none;text-shadow: none!important;}*/
/*table.mainmenu .downmenu>div:last-child {-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px;}*/
.mainmenu .downmenu > li:first-child, .mainmenu .downmenu .sub ul li:first-child {
    border-top: none;
}

.mainmenu .downmenu .sub {
    float: right;
    display: none;
}

.mainmenu .downmenu .sub ul {
    position: absolute;
    background-color: #dedede;
    margin-top: -1px;
}

.mainmenu .downmenu > li:hover .sub {
    display: block;
}

.mainmenu .downmenu .sub li:hover {
}

.mainmenu .downmenu .sub li:first-child {
}

.mainmenu .downmenu .arr {
    float: right;
    vertical-align: middle;
    margin-left: 15px;
}

.mainmenu .downmenu .arr div {
    color: #333
}

ol.breadcrumbs {
    margin: 20px 0 0 0;
    font-size: 12px;
    padding-top: 2px;
    font-weight: normal;
    line-height: 1.75em;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
}

ol.breadcrumbs a {
    text-decoration: none;
    color: #333;
}

.breadcrumbs a:hover {
    color: #333;
    text-decoration: underline;
}

.breadcrumbs a:first-child, .breadcrumbs a.icon {
    text-decoration: none;
}

.wblock {
    margin-bottom: 10px;
    display: block;
}

.wblock .lt {
    padding-left: 10px;
    background: url('/i/wblock.png') no-repeat left top;
}

.wblock .rt {
    padding-right: 15px;
    background: url('/i/wblock.png') no-repeat right top;
}

.wblock .ct {
    height: 7px;
    background: url('/i/wblock.png');
    background-position: 0 -112px;
}

.wblock .lb {
    padding-left: 10px;
    background: url('/i/wblock.png') no-repeat left -32px;
}

.wblock .rb {
    padding-right: 15px;
    background: url('/i/wblock.png') no-repeat right -32px;
}

.wblock .cb {
    height: 20px;
    background: url('/i/wblock.png');
    background-position: 0 -144px;
}

.wblock .lc {
    padding-left: 10px;
    background: url('/i/wblock-content.png') repeat-y left top;
}

.wblock .rc {
    padding-right: 15px;
    background: url('/i/wblock-content.png') repeat-y right top;
}

.wblock .cc {
    padding: 10px;
    background-color: white;
}

.gblock {
    margin-bottom: 10px;
    display: block;
    text-shadow: 1px 1px 0 white;
}

.gblock .lt {
    padding-left: 10px;
    background: url('/i/gblock.png') no-repeat left top;
}

.gblock .rt {
    padding-right: 15px;
    background: url('/i/gblock.png') no-repeat right top;
}

.gblock .ct {
    height: 7px;
    background: url('/i/gblock.png');
    background-position: 0 -112px;
}

.gblock .lb {
    padding-left: 10px;
    background: url('/i/gblock.png') no-repeat left -32px;
}

.gblock .rb {
    padding-right: 15px;
    background: url('/i/gblock.png') no-repeat right -32px;
}

.gblock .cb {
    height: 20px;
    background: url('/i/gblock.png');
    background-position: 0 -144px;
}

.gblock .lc {
    padding-left: 10px;
    background: url('/i/gblock-content.png') repeat-y left top;
}

.gblock .rc {
    padding-right: 15px;
    background: url('/i/gblock-content.png') repeat-y right top;
}

.gblock .cc {
    padding: 0;
    background-color: #f5f5f5;
}

h1 {
    line-height: 1em;
    /*font-size: 20pt;*/
    font-size: 17pt;
    /*font-weight: normal;*/
    font-weight: bold;
    /*font-family: pf_square_sans_promedium, sans-serif;*/
    /*font-family: pf_square_sans_proregular, sans-serif;*/
    color: #333;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

h1 { /*text-shadow: -1px 1px 1px #aaa;*/
}

h1:before {
    content: "";
    -webkit-transform: skew(-19deg);
    -moz-transform: skew(-19deg);
    -o-transform: skew(-19deg);
    background: #CCDE75;
    margin-right: 0.4em;
    flex-grow: 0;
    flex-shrink: 0;
    width: 0.5em;
    height: 1em;
    margin-left: 0.2em;
    /*
    float: left;
    margin: -1px 10px 2px 0;
    background: url('/i/cornerblock-left.png') no-repeat left bottom,
    #CCDE75 url('/i/cornerblock-right.png') no-repeat right top;
    */
}


/*h2{font-size:34px;font-family: pf_square_sans_promedium, sans-serif;color:#333;line-height: 1em;}
h2:before {
	width: 22px;
	height: 30px;
	float: left;
	content: "";
	margin: 0 10px 0 0;
	background:url('/i/cornerblock-left.png') no-repeat left bottom,
	#CCDE75  url('/i/cornerblock-right.png') no-repeat right top;
}
*/
h3 {
    font-size: 12pt;
    font-weight: bold;
    color: #333;
    line-height: 1em;
    /*font-family: pf_square_sans_proregular, sans-serif;*/
}

h4 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 1em;
    /*font-family: pf_square_sans_proregular, sans-serif;*/
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4,
.contenttitle, .contentheader, .blockTitle {
    margin: 1em 0 0.5em;
}

.contentheader, h2, .blockTitle {
    font-size: 14pt;
    font-weight: bold;
    /*font-size: 16pt;*/
    /*font-weight: normal;*/
    color: #333;
    line-height: 1em;
    /*font-family: pf_square_sans_proregular, sans-serif;*/
    text-align: left;

    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

h2:before,
.contentheader:before,
.blockTitle:before {
    content: "";
    width: 0.5em;
    height: 0.95em;
    -webkit-transform: skew(-19deg);
    -moz-transform: skew(-19deg);
    -o-transform: skew(-19deg);
    background: #3F83E4;
    margin-right: 0.4em;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0.2em;

    /*
    width: 22px;
    height: 31px;
    float: left;

    margin: 2px 8px 0 0;
    background: url('/i/cornerblock-left.png') no-repeat left bottom,
    #3F83E4 url('/i/cornerblock-right.png') no-repeat right top;
    */
}

.h3, .contenttitle {
    font-size: 12pt;
    /*font-weight: normal;*/
    font-weight: bold;
    color: #333;
    line-height: 1em;
    /*font-family: pf_square_sans_proregular, sans-serif;*/
    display: block;
}

.goparent .contenttitle {
    padding: 0
}

h1 + h3, h1 + .h1h3 {
    /*font-size: 22px;*/
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 1em;
    /*font-family: pf_square_sans_proregular, sans-serif;*/
    /*margin: -1em 0 1em 1.7em;*/
    margin: -0.5em 0 1em 1.7em;
}

h1 + .h1h3:empty {
    display: none;
}

.contentheader + .h2h3, h2 + .h2h3 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    line-height: 1em;
    font-family: pf_square_sans_proregular, sans-serif;
    margin: -0px 0 20px 32px;
}

.h2 {
    font-size: 25px;
    font-weight: normal;
    color: #333;
    line-height: 1em;
    font-family: pf_square_sans_proregular, sans-serif;
}

@media screen and (max-width: 860px) {
    body {
        font-size: 9pt;
    }

    h1 {
        font-size: 20pt;
    }

    .contentheader, h2, .h2, .blockTitle {
        font-size: 14pt;
    }

    .h3, .contenttitle {
        font-size: 12pt;
    }

    h1 + h3, h1 + .h1h3 {
        font-size: 11pt;
    }

}

.graytitle {
    font-size: 10pt;
    font-weight: normal;
    color: #333;
    line-height: 1em;
    background-color: #e6e6e6;
    padding: 5px 10px;
    margin: 0 -10px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.split {
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
    margin: 1em 0;
}

.split > * {
    width: 50%;
    box-sizing: border-box;
    padding: 0;
}

.split > *:nth-child(even) {
    padding-left: 1em;
}

.split > *:nth-child(odd) {
    padding-right: 1em;
}

@media screen and (max-width: 900px) {
    .split > * {
        width: 100%;
        padding: 0;
    }
}

/*.opisanie h3 {font-size:22px;font-weight:normal;color:#333;line-height: 1em;font-family: pf_square_sans_promedium, sans-serif;}*/

.gblock h2 {
    padding: 0 10px;
}

.mainimg {
    display: block;
    text-align: center;
    margin: 0 0;
}

.mainimg img {
    border: none
}

.mainimg .new {
    position: absolute;
    margin: -10px 0 0 150px;
    z-index: 50
}

.mainimg .slider {
    width: 700px;
    height: 400px;
    margin: 0 120px;
}

.wblock .arrow {
    border: 1px solid blue;
    height: 40px;
    width: 50px;
    background: url('/i/wblock.png') no-repeat;
    background-position: 50% -250px;
}

.wblock .imgmenu .active {
    text-align: center;
    background: url('/i/warrow.png') no-repeat center bottom;
    background-position: center 37px;
}

.cornerblocks {
    padding: 20px 0;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cornerblocks.toLeft {
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.cornerblocks > * {
    text-decoration: none;
    color: #333;
    margin: 10px;
    text-align: center;
}

.cornerblocks * {
    moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    webkit-transition: all ease 0.3s;
}

.cornerblocks .img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    /*border: 1px solid #D8D8D8;*/
    background-color: #e6e6e6;
    display: block;
    margin-left: -20px;
    width: 100%;
    box-sizing: border-box;
    width: 190px;
    height: 190px;
    position: relative;
    line-height: 160px;
}

.cornerblocks .img .wrapper {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*border: 1px solid #D8D8D8;*/
    overflow: hidden;
    text-align: center;
    padding: 10px;
    width: 100%;
    height: 100%;
    line-height: inherit;
    background-color: #fff;
    box-sizing: border-box;
}

.cornerblocks a {
    color: #000;
}

.cornerblocks .img img {
    vertical-align: middle;
    max-width: 85%;
    max-height: 85%;
}

.cornerblocks > *:hover .img {
    background-color: #CCDE75;
}

.cornerblocks > *:hover .title {

}

.cornerblocks .cornerblock:hover:before,
.cornerblocks .cornerblock.active:before {
    background-color: #CCDE75;
    -moz-box-shadow: -5px 15px 13px -18px #999;
    -webkit-box-shadow: -5px 15px 13px -18px #999;
    box-shadow: -5px 15px 13px -18px #999;
}

.cornerblocks .cornerblock.circle {
    width: 170px;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;

}

.cornerblocks .cornerblock.circle .title {
    width: 100%;
    padding-left: 2em;
    box-sizing: content-box;
}

.cornerblocks .title {
    position: relative;
    padding: 0;
    /*-moz-box-shadow: -5px 15px 13px -18px #fff;*/
    /*-webkit-box-shadow: -5px 15px 13px -18px #fff;*/
    /*box-shadow: -5px 15px 13px -18px #fff;*/
    display: block;
    text-align: center;

    /*font-family: pf_square_sans_proregular, sans-serif;*/
    font-size: 16px;
    line-height: 1em;

}

.cornerblocks .block-title {
    display: block;
    font-size: 11pt;
    font-weight: normal;
    padding: 0.5em 1em;
}

.cornerblocks .block-title > span,
.cornerblocks .block-title > p > span,
.cornerblocks .block-title .texttoedit > span,
.cornerblocks .block-title .texttoedit > p span {
    display: block;
    font-size: 0.9em;
}

.cornerblocks .title .tags {
    position: absolute;
    right: 0;
    top: 0;
    margin: -20px 0 0 -25px;
}

.cornerblocks .title .tags > div {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 9pt;
    font-weight: bold;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-family: pf_square_sans_proregular, sans-serif;
    background-color: #FE3737;
}

@media screen and (max-width: 1160px) {
    .cornerblocks .cornerblock.circle {

        -moz-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -moz-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;

        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;

        margin-right: 3em;
        width: calc(50% - 5em);
    }

    .cornerblocks .block-title {
        padding: 0.5em;
    }

    .cornerblocks .cornerblock.circle .title {
        padding-left: 0;
    }

    .cornerblocks .img {
        width: 120px;
        height: 120px;
        line-height: 90px;
        flex-grow: 0;
        flex-shrink: 0;
    }

}

@media screen and (max-width: 800px) {
    .cornerblocks .block-title {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 580px) {
    .cornerblocks .cornerblock.circle {

        margin: 1em;
        width: calc(100% - 10em);
        font-size: 1em;
    }

    .cornerblocks .img {
        width: 100px;
        height: 100px;
        line-height: 70px;
    }
}

@media screen and (max-width: 400px) {
    .cornerblocks .cornerblock.circle {
        width: calc(100% - 2em);
    }
}

.blocksmenu {
    margin: 2em auto;
    padding: 0;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blocksmenu > * {
    box-sizing: border-box;
    width: 100%;
    margin: 1em 3em;
    padding: 0;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 1;

    overflow: visible;
    position: relative;

    background-color: #e6e6e6;
    border-radius: 50px;
}

/*.blocksmenu > .cornerblock:nth-child(even):before{*/
/*background-color: #e6e6e6;*/
/*}*/

.blocksmenu .info {
    width: 50%;
    padding: 1.5em 1em;
    margin-left: 100px;
    text-align: left;
}

.blocksmenu .img {
    width: 50%;
    padding: 20px 0;
    box-sizing: border-box;
}

.blocksmenu h2 {
    margin-top: 0;
}

.blocksmenu .img .wrapper {
    border-radius: 100%;
    height: 200px;
    background-color: #fff;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    line-height: 200px;
    margin: 0 0;
    border: 10px solid #c5c5c5;
    box-sizing: content-box;
}

.blocksmenu .img img {
    max-height: 200px;
    max-width: 200px;
    vertical-align: middle;

}

.blocksmenu a {
    color: #333;
}

.blocksmenu .info ul {
    font-family: pf_square_sans_proregular;
    font-size: 13px;
    margin: 1em 0;
    line-height: 1.3em;
}

.blocksmenu .info .button {
    margin-top: 1em;
}

@media screen and (max-width: 840px) {
    .blocksmenu .info {
        margin-left: 4em;
    }
}

@media screen and (max-width: 770px) {

    .blocksmenu .img .wrapper {
        height: 160px;
        width: 160px;
        line-height: 160px;
    }

    .blocksmenu .img img {
        max-width: 160px;
        max-height: 160px;
    }

    .blocksmenu .img {
        margin-right: 2em;
        width: auto;
    }

    .blocksmenu .info {
        width: 100%;
        margin-left: 4em;
    }
}

@media screen and (max-width: 630px) {
    .blocksmenu .cornerblock {
        margin: 1em 0;
        background-color: #e6e6e6;
    }

    .blocksmenu .cornerblock:before {
        display: none;
    }

    .blocksmenu .info {
        margin-left: 2em;
    }
}

@media screen and (max-width: 500px) {

    .blocksmenu > * {

        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
    }

    .blocksmenu .img {
        margin: 1em 0;
        padding: 0;
    }

    .blocksmenu .info {
        margin: 1em 0;
        padding: 0;
        width: auto;
        display: inline-block;
        text-align: center;
    }

    .blocksmenu .info ul {
        text-align: left;

    }

    .blocksmenu .info .button {
        display: none;
    }
}

.goparent {
    padding: 0 !important;
}

.goparent a {
    display: block;
    color: #333;
    text-decoration: none
}

.goparent .contenttitle {
    font-family: pf_square_sans_promedium, sans-serif;
    font-size: 16px;
}

.textmenu {
    margin: 25px 0;
    white-space: nowrap;
    /*background: url('/i/arrow_right.png') no-repeat left center #f9f9f9;*/

    font-weight: normal;
    /*border-top:1px solid silver;border-bottom:1px solid silver;*/
    text-shadow: none; /*0px -1px 0 black;*/
    padding-left: 30px;
    /*background: url('/i/lenta.png') 0 -120px repeat-x;*/
    font-family: pf_square_sans_proregular, sans-serif;
    font-size: 16px;

}

.textmenu.left0 {
    padding-left: 0;
    padding-top: 10px;
    margin-bottom: 0;
}

.textmenu a, .textmenu span {
    padding: 13px 20px;
    display: inline-block;
    /*background: url("/i/cornerblock-left.png") no-repeat scroll left bottom, #F0F0F0 url("/i/cornerblock-right.png") no-repeat scroll right top;*/
    color: #333;
}

.textmenu a.cornerblock:before, .textmenu span.cornerblock:before {
    background-color: #e6e6e6;
}

.textmenu span {
    background-color: #CCDE75;
}

.textmenu .discount {
    float: right;
    font-family: pf_square_sans_proregular, sans-serif;
}

.textmenu .discount > div {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    background-color: #FE3737;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: -30px 0 0 -5px;
}

table.opisanie {
    margin: 10px 0;
    width: 100%
}

table.opisanie td {
    padding: 10px;
    vertical-align: middle;
    width: 300px;
}

table.opisanie.short td {
    width: 800px;
}

table.opisanie ul {
    margin: 5px 0;
}

table.opisanie li {
    margin: 7px 0 7px 15px;
}

table.opisanie tr td:first-child, table.opisanie tr td:first-child + td + td {
    padding: 0 !important;
    width: 100px !important;
    text-align: center;
}

table.opisanie td h3:first-child,
table.opisanie td .contenttitle:first-child {
    margin-top: 0;
}

@media screen and (max-width: 680px) {
    table.opisanie,
    table.opisanie > tbody {
        display: block;
    }

    table.opisanie > tbody > tr {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    table.opisanie > tbody > tr > td:nth-child(odd) {
        width: 100px;
    }

    table.opisanie > tbody > tr > td:nth-child(even) {
        width: calc(100% - 100px);
        box-sizing: border-box;
    }

    table.opisanie > tbody > tr > td {
        display: block;
    }
}

.content {
    margin: 0 0;
    line-height: 1.5em;
    text-align: left
}

.content ul, .content ol {
    /*margin: 10px 0 10px 30px;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.content li {
    margin: 2px 0;
}

.content blockquote {
    margin: 10px 0 10px 0;
    color: brown;
    font-weight: bold;
    font-style: italic
}

.slider {
    /*width: 850px;*/
    /*margin: 30px;*/
    /*min-height: 400px*/
}

.slider.whitearrows .theme-default .nivo-directionNav a {
    background: url(/nivo-slider/themes/default/arrows_original.png) no-repeat;
}

.slider.whitearrows .theme-default a.nivo-nextNav {
    background-position: -30px 0;
}

footer {
    margin-top: 50px;
    --var-right-background-color: #e4e4e4;
    --var-left-background-color: #eee;
    background-color: var(--var-left-background-color);
    position: relative;
}

footer a {
    color: #333;
}

footer a:hover {
    text-decoration: underline;
}

footer #footer-wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}

footer:before {
    content: '';
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 0;
    top: 0;
    background-color: var(--var-right-background-color);
    z-index: 0;
}

footer .footer-menu {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: var(--var-left-background-color);
}

footer .footer-menu > * {
    padding: 50px 0;
}

footer a {
    display: block;
    margin: 2px 0;
    white-space: nowrap;
}

footer .footer-menu > div > div + div {
    margin-top: 1em;
}

footer .footer-menu .catalog-part a {
    text-decoration: none;
}

footer .footer-menu .catalog-part div a.category {
    font-weight: bold;
    margin-bottom: 5px;
}

footer .footer-menu .catalog-part div a:before {
    content: '↳';
    margin-right: 0.5em;
    color: #8bae28;
}

footer .footer-menu .catalog-part div a.category:before {
    display: none;
}

footer .footer-menu .other-part div + div {
    margin-top: 1em;
}

footer .footer-menu .other-part a {
    padding-bottom: 0.5em;
    text-decoration: underline;
}

footer .footer-menu .phone-part {
    width: 33%;
    padding-left: 40px;
    line-height: 1.5em;
    background-color: var(--var-right-background-color);
}

footer .footer-menu .phone-part a {
    display: inline;
}

footer .footer-menu .phone-part a.ya-phone {
    font-family: pf_square_sans_promedium;
    font-size: 18pt;
    display: block;
    text-decoration: none;
}


@media screen and (max-width: 780px) {
    footer:before {
        display: none;
    }

    footer .body {
        padding: 0;
    }

    footer .catalog-part,
    footer .other-part {
        padding: 40px;
    }

    footer .catalog-part {
        width: calc(60% - 40px * 2)
    }

    footer .other-part {
        width: calc(40% - 40px * 2)
    }

    footer .footer-menu .phone-part {
        width: calc(100% - 2em);
        margin: 0;
        padding: 40px;
    }
}

@media screen and (max-width: 460px) {
    footer .footer-menu > * {
        width: auto;
    }

    footer .footer-menu .other-part {
        width: 100%;
        padding: 20px 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: stretch;
        flex-wrap: nowrap;
        background-color: var(--var-right-background-color);
    }

    footer .footer-menu .phone-part {
        background-color: var(--var-left-background-color);
    }

    footer .footer-menu .other-part div + div {
        margin-top: 0;
    }
}

table.title {
    width: 100%;
    margin-top: 10px;
}

table.title tr td:first-child {
    width: 100px;
}

table.title tr td {
    padding-top: 0;
    vertical-align: middle;
}

table.title tr:first-child td {
    padding-top: 0;
}

table.title ul {
    margin: 0
}

table.title ul span {
    font-weight: bold;
    font-style: italic;
}

table.title li {
    margin: 4px 0
}

img.new {
    position: absolute;
    margin: -20px 0 0 5px;
}

.content .cart {
    margin: 20px 0;
}

.content .cart table {
    position: relative;
    width: 100%
}

.content .cart table td, .content .cart table th {
    vertical-align: middle;
    padding: 2px 10px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    white-space: nowrap;
}

.content .cart table td s {
    font-size: 0.9em;
    color: gray;
    display: block;
}

.content .cart table td s + span {
    color: red;
}

.content .cart input[type=text] {
    width: 30px;
    text-align: center;
}

.content .cart img {
    cursor: pointer;
    display: block;
}

.content .cart .pm {
    width: 20px;
    padding: 0
}

.content .cart td.fullname {
    text-align: left;
    white-space: normal;
}

.content .cart td.fullname span {
    display: block;
    font-size: 8pt;
    color: #939393
}

.content .cart .hot {
    display: none;
}

.content .cart .makeorder {
    margin-top: 30px;
    width: 100%;
    text-align: right;
}

.content .cart .makeorder img {
    display: inline-block;
}

.content .cart.order td {
    padding: 5px 10px;
}

.content .cart.order .form {
    margin: 30px 0 10px 0;
}

.content .cart.order .form h2 {
    margin: 10px 0
}

.content .cart.order .form td {
    text-align: left;
    border-bottom: none
}

.content .cart.order .form input[type=text],
.content .cart.order .form textarea {
    display: block;
    width: 280px;
    text-align: left;
    margin-bottom: 5px;
    border: 1px solid silver;
    padding: 5px 5px;
    margin-right: 10px;
}

.content .cart.order .form textarea {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    min-width: 400px;
    max-width: 400px;
}

.content .cart.order .form span {
    font-size: 8pt;
    color: #535353
}

.content .cart.order input[type="image"] {
    border: none;
    width: 101px !important;
}

.content .cart.order .field {
    display: inline-block;
}

.content .cart.order input[name="dop_"] {
    width: 890px
}

.thanks {
    margin: 0 0;
}

.thanks table.info {
    margin: 0 0;
    width: 100%
}

.thanks table.info td {
    border-bottom: 1px dotted #d0d0d0;
    padding: 2px 10px
}

.thanks table.info td:first-child {
    width: 250px
}

.thanks table.info tr:first-child td {
    font-size: 15pt;
    padding: 10px
}

.thanks .cart table {
    margin: 20px 0
}

.thanks form {
    margin: 0 0;
}

.thanks form input[type="submit"] {
    margin-top: 20px;
}

.thanks form input[type="submit"], .thanks form input[type="button"] {
    font-size: 10pt;
    padding: 5px 10px
}

.zakazpaid {
    display: inline-block;
    margin-top: 20px;
    font-size: 11pt;
    font-weight: bold;
    background: url('/i/arrow_right.png') no-repeat left center;
    margin-left: -39px;
    padding: 5px 0 5px 60px;
}

.paidinfo {
    margin-top: 0;
    padding: 0 10px;
}

.paidinfo table {
    border: 1px solid #ddd;
    display: inline-table;
}

.paidinfo th {
    background-color: #4378b8;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 11pt;
    color: white
}

.paidinfo td {
    padding: 2px 10px;
    border-bottom: 1px dotted #ddd;
    text-align: left;
    background-color: #fbfbfb;
}

.rborder {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.content.mh {
    min-height: 400px;
}

table.callback_layer {
    position: fixed;
    height: 100%;
    z-index: 3;
}

table.callback_layer td {
    vertical-align: middle;
}

table.callback_layer #callback {
    position: relative;
    padding: 10px;
    left: 0;
    background: url('/i/ask_question.png');
    background-color: #7794cf;
    width: 10px;
    height: 137px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    border: 1px solid silver;
    border-left: none;
}

table.callback_layer #callback_send {
    margin-left: -350px;
    position: relative;
    background-color: #e6e6e6;
    width: 300px;
    text-align: left;
    padding: 0 20px 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: none;
}

table.callback_layer #callback_send .head {
    padding: 5px;
    background-color: #d7d7d7;
    border-bottom: 1px solid silver;
    margin: 0 -20px 10px;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
}

table.callback_layer #callback_send .head table {
    width: 100%;
}

table.callback_layer #callback_send .head td {
    padding-left: 15px;
    vertical-align: middle;
    font-weight: bold;
    font-style: italic;
}

table.callback_layer #callback_send .head img {
    display: inline;
    cursor: pointer;
}

table.callback_layer #callback_send .label {
    margin-top: 5px;
}

table.callback_layer #callback_send input[type=text], #callback_send textarea {
    width: 290px;
    max-width: 290px;
    min-width: 290px;
    font: 10pt Arial, Helvetica, tahoma, Verdana, sans-serif;
    border: 1px solid silver;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
}

table.callback_layer #callback_send .sendbutton {
    margin-top: 10px;
    cursor: pointer;
}

#myalert {
    display: none;
    background-color: #c2dd8d;
    padding: 20px 40px;
    border: 5px solid #4e8fd9;
    z-index: 10000;
}

#myalert #message {
    display: block;
    margin-bottom: 20px;
}

.mymessage {
    position: absolute;
    left: 0;
    display: none;
    background-color: #c2dd8d;
    padding: 10px 20px;
    border: 5px solid #4e8fd9;
    border-left: none;
    z-index: 10000;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}

.mymessage span {
    display: inline-block;
    text-align: left;
    font-size: 16pt;
    font-style: italic;
}

div.subheader {
    background-color: #e1f0ae /*#d1f58b*/;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 50px;
    margin: 20px -39px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 1em;
    font-family: pf_square_sans_promedium, sans-serif;
}

.dashed {
    border-bottom: 1px dashed #58a1fb;
    color: #58a1fb;
    font-style: italic;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
}

[contenteditable] {
    border: 1px dotted transparent;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    min-height: 1.5em;
    padding: 2px 3px;
    margin: -2px -3px;
    /*-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;*/

}

[contenteditable]:focus, input[type=text]:focus, div.need[contenteditable]:focus, textarea:focus {
    /*border:1px solid transparent!important;*/
    cursor: text;
    background-color: #fff; /*border-top-style: inset;*/
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    text-shadow: none !important;
    border-color: transparent !important;
}

[contenteditable]:hover {
    border: 1px dashed #58a1fb;
}

[contenteditable]:focus:hover {
    border-color: transparent !important;
}

[contenteditable].gray {
    color: gray
}

div.originaltextcontent {
    display: none
}

.pricelists {
    margin: 0 !important;
}

.pricelists li {
    padding-left: 2.5em;
    margin: 1.5em 0;
    list-style: none;
    position: relative;
}

.pricelists li::before {
    position: absolute;
    left: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    font-size: 2em;
    margin-right: 0;
    width: 1em;
    display: inline-block;
    text-align: center;
    line-height: 0.7em;
}

.pricelists li.type-pdf::before {
    content: "\f1c1";
    color: #c21830;
}

.pricelists li.type-excel::before {
    content: "\f1c3";
    color: #558131;
}

.pricelists li a {
    margin-right: 5px
}

.modifications {
    padding-bottom: 0;
    margin: 0 -35px 20px -35px;
    padding-bottom: 40px;
    border-bottom: 6px dotted #999;

}

.modifications .subheader {
    margin: 0 -4px 30px;
    padding: 5px 40px
}

.content .nomargin {
    margin: 0 -39px;
    padding: 0 39px;
}

.content .nomargin.dark {
    background-color: #e6e6e6;
    margin-top: 20px;
    margin-bottom: 20px
}

.content table.articles {
    width: 100%;
    margin: 10px 0;
}

.content table.articles td {
    padding: 10px 20px;
    text-align: justify
}

.content table.articles tr td:first-child {
    padding-left: 0;
}

.content table.articles tr td:last-child {
    padding-right: 0;
}

section.article {
    /*max-width: 1060px;*/
    /*width: 100%;*/
    /*margin: 0 auto;*/
    /*display: block;*/
}

section.article.leftSide {
    margin: 0;
}

section.article li {
    /*list-style-position: inside;*/
}

.pages {
    font-size: 9pt;
    display: inline-block;
    margin-left: -5px
}

.pages span {
    background-color: #fdfdfd;
    border: 1px solid silver;
    color: #333
}

.pages a {
    background-color: #e6e6e6;
    border: 1px dashed #adbed1;
    color: #333
}

.pages a, .pages span {
    padding: 5px 0;
    width: 28px;
    text-align: center;
    margin-left: 5px;
    font-size: 9pt;
    display: inline-block;
    text-decoration: none;
    /*-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;*/
}

.imagemap {
    position: absolute;
}

.imagemap > * {
    position: absolute;
}

.imagemap > div:hover > * {
    opacity: 1;
    visibility: visible;
}

.imagemap > * > * {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #3F83E4;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    line-height: 180px;
    moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    webkit-transition: all ease 0.5s;
    box-sizing: border-box;
}

.imagemap > * > * > * {
    line-height: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.imagemap a {
    color: #fff;
}

.imagemap a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1160px) {
    .imagemap {
        display: none;
    }

    .imagemap + img {
        max-width: 100%;
    }
}

div.separator {
    -moz-box-shadow: 0 15px 15px -14px #ccc;
    -webkit-box-shadow: 0 15px 15px -14px #ccc;
    box-shadow: 0 15px 15px -14px #333;
    /*border-bottom: 1px solid #f6f6f6;*/
    height: 30px;
    margin-top: 0;
    margin-bottom: 60px;
}

/* properties */
dl.properties div {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    vertical-align: middle;
    border-bottom: 1px solid #dedede;
    padding: 0.2em 0;
}

dl.properties dt {
    text-align: left;
    padding-right: 5px;
}

dl.properties dt:after {
    content: ':';
}

dl.properties dd {
    text-align: right;
    font-weight: bold;
}

dl.properties .longvalue {
    display: block;
}

dl.properties .longvalue > dt {
    font-weight: bold;

}

dl.properties .longvalue > dd {
    font-weight: normal;
    text-align: left;
    margin: 0.5em 0;
}

.fldprice {
    font-size: 12px;
}

.fldprice s {
    font-weight: normal;
    color: #333;
}

.fldprice .price {
    font-weight: bold;
    font-size: 20px;
    margin: 0 5px;
    display: inline-block;
}

.fldprice s + .price {
    color: red;
}

.fldprice .price:after {
    content: 'руб.';
    font-size: 12px;
    font-weight: normal;
}

.button-arrow {
    padding: 0 1.5em 0 1em;
    color: white;
    text-transform: uppercase;
    font-family: pf_square_sans_promedium, sans-serif !important;
    text-decoration: none !important;
    font-size: 1.2em !important;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    line-height: 2em;
    display: inline-block;
    text-shadow: -1px -1px 0 #555;
    cursor: pointer;
    background: #598701;
    background: -moz-linear-gradient(top, rgba(92, 139, 1, 1) 0%, rgba(92, 139, 1, 1) 50%, rgba(82, 122, 0, 1) 51%, rgba(82, 122, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(92, 139, 1, 1) 0%, rgba(92, 139, 1, 1) 50%, rgba(82, 122, 0, 1) 51%, rgba(82, 122, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(92, 139, 1, 1) 0%, rgba(92, 139, 1, 1) 50%, rgba(82, 122, 0, 1) 51%, rgba(82, 122, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c8b01', endColorstr='#527a00', GradientType=0);
}

.button-arrow:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: calc(2em - 2px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
}

.button-arrow:after {
    content: '';
    position: absolute;
    right: 0;
    border-top: 1em solid #fff;
    border-bottom: 1em solid #fff;
    border-left: 0.8em solid transparent;
    box-sizing: border-box;
    height: 2em;
}

.button-arrow.big {
    line-height: 3em;
    font-size: 1.5em !important;
}

.button-arrow.big:after {
    border-top-width: 1.5em;
    border-bottom-width: 1.5em;
    border-left-width: 1.3em;
}

.button-arrow.big:before {
    height: calc(3em - 2px);
}

.look-also {
    list-style: none;
    line-height: 1.5em;
}

.notpublished {
    opacity: 0.2 !important;
}

.notpublished .notpublished {
    opacity: 1 !important;
}

.published {
    opacity: 1 !important;
}