/* Блоки по ширине */

.blockRed {
    background-color: #940000;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.25);
}

nav.menuTop>ul {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.blockGray {
    position: relative;
    background-color: #fafafc;
}

.blockGray::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    z-index: 1000;
}

.blockGray::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0));
    z-index: 1000;
}

.blockGray.blockLast::after {
    display: none;
}

.blockMiddleGray {
    position: relative;
    background-color: #e6e6e8;
}

.blockMiddleGray::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    z-index: 1000;
}

.blockDarkGray {
    background-color: #606063;
}

.contentSplitLeftside {
    margin: 20px 0;
}

/* ключевые блоки */

.shell {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contentSection {
    margin-top: 20px;
    padding: 20px 0;
    background-color: #fafafc;
}

.contentSection .menuSub {
    margin: 0 0 20px 0 !important;
}

.contentSection .menuSubContainer {
    padding: 0;
}

/* .contentSection.shell {
    padding: 20px;
} */

.contentSection.contentIndex {
    padding: 0;
    background-color: #fff;
}

.contentSection500 {
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentSection500>div {
    text-align: center;
}

.contentSection500 h1 {
    margin: 20px auto 0 auto;
    max-width: 600px;
}

.section {
    margin-top: 20px;
    padding: 20px 0;
    padding-top: 15px;
}

.contentIndex .section {
    margin-top: 0;
}

.contentIndex.contentFirst {
    margin-top: 0;
}

.section.dark {
    background-color: #fafafc;
}

.section.dark h1, .section.dark h2, .section.dark h3 {
    color: #007a00;
}

.section.light {
    background-color: #fff;
}

.section.light h2, .section.light h3 {
    color: #940000;
}

/* десктопная шапка */

header {
    display: block;
    background-color: #fff;
    font-weight: 600;
}

header ul {
    display: flex;
    margin: 0; padding: 0;
    list-style-type: none;
}

header ul li {
    margin: 0 5px;
}

header ul li:first-child {
    margin-left: 0;
}

header ul li:last-child {
    margin-right: 0;
}

header a {
    text-decoration: none;
}

.langSection a {
    display: block;
    color: #777;
}

.langSection a.active {
    color: #940000;
}

.headerMain {
    position: relative;
    padding: 20px 0;
    pointer-events: all;
}

.headerMain a {
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .4s;
    -webkit-transition:;
    -moz-transition:;
    -ms-transition:;
    -o-transition:;
}

.headerMain a::after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -4px;
    left: 50%;
    right: 50%;
    background-color: #e9e9e9;
    opacity: 0;
    z-index: -1;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.logoSection a::after {
    background-color: transparent !important;
}

.headerMain a:focus::after, .headerMain a:focus::after {
    left: -5px; right: -5px;
    opacity: .7;
}

.headerMainLeft, .headerMainRight {
    position: absolute;
    top: 20px; bottom: 0;
}

.headerMainLeft {
    left: 160px;
    white-space: nowrap;
}

.headerMainRight {
    right: 2px;
    white-space: nowrap;
}

.logoSection {
    margin-left: 2px;
}

.logoSection a {
    padding: 0;
}

.logoSection .logoMobile {
    display: none;
}

.langSection, .cartSection, .userSection {
    right: 0;
}

.taglineSection, .langSection {
    position: absolute;
    top: 10px;
    font-size: .8em;
}

.cartSection, .phoneSection {
    position: absolute;
    top: 41px;
    font-size: 1.2em;
}

.cartSection a, .phoneSection a {
    color: #007a00;
}

.phoneSection a {
    margin-right: 15px;
}

.userSection, .feedbackSection {
    position: absolute;
    top: 69px;
    font-size: .9em;
}

/* Мобильная шапка */

/* header.mobile {
    display: none;
    flex-direction: column;
    padding: 0;
    z-index: 9000;
    pointer-events: none;
}

header.mobile.fixed {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
} */

header .mobileInfo {
    flex-grow: 0;
    pointer-events: all;
    display: none;
}

header .mainSearch {
    display: block !important;
    position: static;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #007a00;
}

header .mainSearch input {
    height: 32px;
}

header .mainSearch input {
    height: 32px;
}

header .mainSearchInput input[type='submit'] {
    flex: 0 0 100px;
    background-color: #007a00;
}

header .mainSearchInput input[type='submit']:hover {
    background-color: #004e00 !important;
}

header .mainSearchInput input[type='text'] {
    border: 2px solid #007a00;
    min-width: 200px !important;
}

.mobileOptions {
    display: none;
    pointer-events: all;
}

.mobileOptions>ul {
    display: flex;
    justify-content: space-between;
    font-size: .8em;
    background-color: #e1e1e3;
}

.mobileOptions li {
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 10px;
    cursor: pointer;
}

#mobileContactsButton::before {
    content: "";
    width: 13px; height: 13px;
    margin-right: 5px;
    position: relative;
    background-image: url(../img/icoMobileMenu.png);
}

#mobileContactsButton.opened::before {
    background-image: url(../img/icoMobileClose.png);
}

#mobileSearchButton::after {
    content: "";
    width: 13px; height: 13px;
    margin-left: 5px;
    position: relative;
    background-image: url(../img/icoMobileSearch.png);
}

#mobileSearchButton.opened::after {
    background-image: url(../img/icoMobileClose.png);
}

.mobileContacts, .mobileSearch {
    display: none;
    padding: 10px;
    background-color: #f1f1f3;
}

.mobileContacts li {
    padding: 0;
}

.mobileContactsLang {
    font-size: .8em;
}

.mobileContactsLang a {
    color: #838385;
}

.mobileContactsLang a.active {
    color: #940000;
}

.mobileContactsPhone {
    flex-wrap: wrap;
    font-size: 1.2em;
}

.mobileContactsPhone a {
    color: #007a00;
}

.mobileContactsPhone a:hover {
    color: #940000;
}

.mobileContactsMail {
    font-size: .9em;
}

.mobileContactsMail a {
    /* color: #838385; */
}

/* .mobileCenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    background-color: #fff;
}

.mobileLogo {
    flex: 0 0 170px;
}

.mobileFunctions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
} 

.mobileCart {
    margin: 10px 0;
    font-size: 1.2em;
}

.mobileCart a {
    color: #007a00;
}

.mobileUser {
    font-size: .8em;
}

.mobileUser ul {
    margin-bottom: 3px;
}

.mobileUser a {
    color: #838385;
}

*/

.mobileMenuButtons {
    display: flex;
    display: none;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 1.1em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    background-color: #940000;
    pointer-events: all;
}

.mobileMenuButtons>div {
    display: flex;
    align-items: center;
    height: 42px;
    cursor: pointer;
}

.mobileMenuButtons>div>a {
    display: block;
    color: rgba(255, 255, 255, 0.85);
}

.mobileMenuButton::before {
    content: "";
    width: 12px; height: 12px;
    margin-right: 5px;
    position: relative;
    background-image: url(../img/icoMobileMenu2.png);
}

.mobileMenuButton.opened::before {
    background-image: url(../img/icoMobileClose2.png);
}

.mobileHomeButton::after {
    content: "";
    width: 12px; height: 12px;
    margin-left: 5px;
    position: relative;
    background-image: url(../img/icoMobileHome.png);
}

/*  */

.subHeader {
    padding-top: 20px;
}

/*  */

nav.menuTop {
    background-color: #fff;
    transition: .4s;
}

nav.menuTop.scroll {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 2000;
}

nav.menuTop>ul {
    display: flex;
    margin: 0; padding: 0;
    list-style-type: none;
}

nav.menuTop>ul>li {
    display: flex;
    flex: 1 1 auto;
    height: 50px;
    margin: 0 1px;
    background-color: #940000;
    transition: all .4s;
}

nav.menuTop>ul>li:not(:last-child):hover {
    background-color: #f3f3f6;
}

nav.menuTop>ul>li:first-child {
    margin-left: 0;
}

nav.menuTop>ul>li:last-child {
    margin-right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .4s;
}

nav.menuTop>ul>li:last-child {
    flex: 0 0 48px;
    width: 48px;
    position: relative;
    background-image: url(../img/icoSearch.png);
}

nav.menuTop>ul>li.opened:last-child {
    background-image: url(../img/icoClose.png);
}

nav.menuTop>ul>li>a {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 50px;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
    color: #fff;
    z-index: 1;
}

nav.menuTop>ul>li>a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: rgba(187, 187, 187, 0);
    z-index: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

nav.menuTop>ul>li>a:focus::before {
    left: 0; right: 0;
    background-color: rgba(187, 187, 187, 0.2);
}

nav.menuTop>ul>li>a.subLi {
    pointer-events: none;
    padding-right: 10px;
}

nav.menuTop>ul>li>a.subLi::after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: .9em;
    color: rgba(255, 255, 255, 0.8);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

nav.menuTop>ul>li:hover>a.subLi::after, nav.menuTop>ul>li.active>a.subLi::after {
    color: rgba(148, 0, 0, 0.8);
}

nav.menuTop>ul>li:hover>a {
    color: #940000;
}

nav.menuTop>ul>li:hover>a.onHover {
    pointer-events: all;
}

nav.menuTop>ul>li.active {
    background-color: #f3f3f6;
}

nav.menuTop>ul>li.active>a {
    color: #940000;
}

.menuSub {
    padding: 0 1px;
}

.menuSubContainer {
    padding: 15px 10px 10px 30px;
    background-color: #fafafc;
}

nav.menuTop .menuSubContainer {
    background-color: #f3f3f6 !important;
}

menu.menuSub ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    font-weight: 600;
    color: #676767;
}

menu.menuSub ul li {
    flex: 0 1 25%;
    position: relative;
    margin-bottom: 5px;
}

menu.menuSub ul li a::before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0; top: 4px; bottom: 0;
    color: #b3b3b6;;
    font-size: .7rem;
    transition: all .4s;
}

menu.menuSub ul a {
    display: inline-block;
    position: relative;
    padding: 3px 10px 3px 17px;
    text-decoration: none;
    z-index: 1;
}

/* menu.menuSub ul a::after {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: 50%;
    right: 50%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

menu.menuSub ul a:focus::after {
    left: -6px;
    right: -6px;
} */

menu.menuSub ul li.active a {
    color: #940000;
}

nav.menuTop>ul>li>menu.menuSub {
    display: none;
    position: absolute;
    top: 50px; left: -1px; right: -1px;
    z-index: 2001;
}

nav.menuTop>ul>li:not(.parent)>menu.menuSub, nav.menuTop>ul>li.parent.active>menu.menuSub {
    display: none;
}

nav.menuTop>ul>li:nth-child(4)>menu.menuSub, nav.menuTop>ul>li:nth-child(5)>menu.menuSub {
    display: none !important;
}

/* Верхняя консоль */

.superHeaderWrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 89px;
    background-color: #5a5a5a;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
    z-index: 5000;
}

.superHeader {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 4px;
    padding-top: 10px;
    background-color: #fff;
}

.curtain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoCurtain {
    flex: 0 0 102px;
    margin-right: 50px;
}

.curtain nav.menuTop {
    flex: 1 1 calc(100% - 180px);
    position: relative;
}

.curtain nav.menuTop>ul {
    border: none;
}

.curtain nav.menuTop>ul>li:last-child {
    flex: 0 0 40px;
    width: 40px;
}

.curtain nav.menuTop>ul>li {
    height: 40px;
    background-color: #fff;
}

.curtain nav.menuTop>ul>li>a {
    margin: 0;
    padding: 0 10px;
    height: 40px;
    /*font-size: .8rem;*/
}

.curtain nav.menuTop>ul>li>a.subLi::after {
    color: #007a00cc;
}

.curtain nav.menuTop>ul>li:hover>a.subLi::after, .curtain nav.menuTop>ul>li.active>a.subLi::after {
    color: #ffffffcc;
}

.curtain nav.menuTop>ul>li:not(:last-child):hover>a {
    color: #fff;
    background-color: #007a00;
}

.curtain menu.menuSub {
    margin: 0;
}

.curtain menu.menuSub .menuSubContainer {
    background-color: #f1f1f3;
    border-top: 3px solid #007a00;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
}

.curtain menu.menuSub ul li a::before {
    font-weight: 400;
}

.curtain nav.menuTop>ul>li>menu.menuSub {
    top: 40px;
}

.curtain menu.menuSub ul {
    font-size: .75rem;
    font-weight: 600;
}

.curtain nav.menuTop>ul>li>a, .curtain nav.menuTop>ul>li>a {
    color: #007a00;
    color: #676767;
    background-color: #fff;
}

.curtain nav.menuTop>ul>li.active>a {
    color: #fff;
    background-color: #007a00;
}

.curtain .mainSearch {
    right: 42px;  
    background-color: #007a00; 
}

.curtain nav.menuTop>ul>li:last-child {
    background-image: url(../img/icoSearch2.png);
}

.curtain nav.menuTop>ul>li.opened:last-child {
    background-image: url(../img/icoClose2.png);
}

.curtain .mainSearchInput input[type='text'] {
    border: 2px solid #007a00;
    border-bottom: none;
}

.curtain .mainSearch input {
    height: 38px;
}

.curtain .mainSearchInput input[type='submit'] {
    flex: 0 0 140px;
    background-color: #007a00;
}

.curtain .mainSearchInput input[type='submit']:hover{
    background-color: #004e00;
}

/* Двухколоночный блок */

.contentSection.contentSplit {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.contentSplitLeftside {
    flex: 0 0 300px;
    padding: 20px 20px 10px 20px;
    background-color: #e7e7ea;
}

.contentSplitRightside {
    flex: 1 1 auto;
    padding: 20px 0 20px 20px;
}

menu.menuLeft {
    font-weight: 500;
}

menu.menuLeft a {
    text-decoration: none;
}

menu.menuLeft>ul ul {
    margin: 0 0 0 3px;
    padding-bottom: 5px;
    font-size: .9em;
    border-left: 1px dotted #929295;
}

menu.menuLeft>ul>li {

}

menu.menuLeft>ul>li:first-child {
    margin-top: 0;
}

menu.menuLeft>ul ul li {
    padding-left: 10px;
}

menu.menuLeft ul a {
    padding: 5px 0;
}

menu.menuLeft li.active>div>a {
    color: #940000;
}

menu.menuLeft li>ul {
    display: none;
}

menu.menuLeft li.active>ul {
    display: block;
}

.leftMenuWrapper {
    display: flex;
    justify-content: space-between;
}

.leftMenuWrapper a, .leftMenuWrapper span {
    display: flex;
}

.leftMenuWrapper a {
    flex: 1 0 140px;
    line-height: 1.3em;
}

.catCount {
    display: flex;
    flex: 0 0 25px;
    justify-content: flex-end;
    padding-top: 6px;
    font-size: .7rem;
    font-weight: 300;
    color: #929295;
}

.leftMenuWrapper span {
    flex: 0 0 30px;
    justify-content: flex-end;
    cursor: pointer;
}

.leftMenuWrapper span.leftmenuArrow::after {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    width: 16px; height: 16px;
    font-size: .75rem;
    color: rgba(21, 111, 180, 0.6);
    transition: transform .1s;
}

.leftMenuWrapper span.leftmenuArrow.active::after {
    transform: rotate(180deg) translateY(-6px);
    -webkit-transform: rotate(180deg) translateY(-6px);
    -moz-transform: rotate(180deg) translateY(-6px);
    -ms-transform: rotate(180deg) translateY(-6px);
    -o-transform: rotate(180deg) translateY(-6px);
}

/* Мобильное меню */

.mobileMenu {
    display: none;
    flex-grow: 1;
    position: relative;
    background-color: transparent;
}

.menuMobileWrapper {
    display: none;
    overflow: auto;
    background-color: #f1f1f3;
    pointer-events: all;
}

.menuMobileWrapper.fixed {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

menu.menuMobile {
    font-size: 1rem;
    font-weight: 600;
}

menu.menuMobile ul {
    display: block;
}

menu.menuMobile a {
    text-decoration: none;
}

menu.menuMobile li {
    margin-left: 0;
    margin-right: 0;
}

menu.menuMobile ul li:first-child {
    margin-left: 0;    
}

menu.menuMobile>ul ul {
    font-size: .95em;
}

menu.menuMobile>ul>li {

}

menu.menuMobile>ul>li:first-child {
    margin-top: 0;
}

menu.menuMobile>ul ul li {

}
menu.menuMobile>ul {
    background-color: #f1f1f3;
}

menu.menuMobile>ul>li>ul {
    background-color: #e8e8ea;
}

menu.menuMobile>ul>li>.mobileMenuWrapper>a {
    padding-left: 15px;
}

menu.menuMobile>ul>li>ul>li>.mobileMenuWrapper>a {
    padding-left: 30px;
}

menu.menuMobile>ul>li>ul>li>ul>li>.mobileMenuWrapper>a {
    padding-left: 45px;
}

menu.menuMobile>ul>li>ul>li>ul>li>ul>li>.mobileMenuWrapper>a {
    padding-left: 60px;
}

menu.menuMobile>ul>li>ul>li>ul>li>ul>li>ul>li>.mobileMenuWrapper>a {
    padding-left: 75px;
}

menu.menuMobile>ul>li>ul>li>ul {
    background-color: #e1e1e3;
}

menu.menuMobile>ul>li>ul>li>ul>li>ul {
    background-color: #d8d8da;
}

menu.menuMobile>ul>li>ul>li>ul>li>ul>li>ul {
    background-color: #d1d1d3;
}

menu.menuMobile ul a {
    padding: .7em 20px;
}

menu.menuMobile li.active>div>a {
    color: #940000;
}

menu.menuMobile li>ul {
    display: none;
}

menu.menuMobile li.active>ul {
    display: block;
}

.mobileMenuWrapper {
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
}

.mobileMenuWrapper a, .mobileMenuWrapper span {
    display: flex;
}

.mobileMenuWrapper a {
    flex: 1 0 140px;
    line-height: 1.3em;
}

.mobileMenuWrapper span {
    flex: 0 0 30px;
    justify-content: flex-end;
    cursor: pointer;
}

.mobileMenuWrapper span.mobilemenuArrow::after {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: .9em;
    content: "\2335";
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    width: 16px; height: 16px;
    font-size: .85rem;
    color: #156fb4;
    transition: transform .1s;
}

.mobileMenuWrapper span.mobilemenuArrow.active::after {
    transform: rotate(180deg) translateY(-1em);
    -webkit-transform: rotate(180deg) translateY(-1em);
    -moz-transform: rotate(180deg) translateY(-1em);
    -ms-transform: rotate(180deg) translateY(-1em);
    -o-transform: rotate(180deg) translateY(-1em);
}

/*  */

.shopSection {
    padding: 0;
}

.shopSection h3 {
    margin-top: 10px;
    color: #777;
}

.shopList {
    position: relative;
}

.shopList.notLastPage {
    padding-bottom: 60px !important;
}

.paginator_more_form {
    position: absolute;
    bottom: 0; left: 0; right: 0%;
    text-align: center;
}

.gridList {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(4,1fr);
    padding: 0;
}

.contentSplit .gridList {
    grid-template-columns: repeat(3,1fr);
}

.shopList.indexList {
    margin-top: 15px;
    margin-bottom: 20px;
}

.slider .shopList.indexList {
    margin-top: 0;
}

/* .slider .shopItemImg {
    max-width: 210px;
    margin: 0 auto;
} */

.shopItem {
    position: relative;
    /* margin: 0 10px 20px 10px; */
    padding-bottom: 65px;
    /* flex: 1 0 230px; */
    min-width: 220px;
    background-color: #fff;
    text-align: center;
    transition: all .4s;
}

/* .shopList .shopItem:last-child, .searchSection .shopItem:last-child, .searchList .searchItem:last-child, .newsList .newsItem:last-child {
    margin-right: auto;
} */

/* .newsList.indexList .newsItem:last-child, .shopList.indexList .shopItem:last-child {
    margin-right: 10px;
} */

.shopItemLabels {
    position: absolute;
    top: 40px; left: 0; right: 0;
    display: flex;
    justify-content: center;
}

.shopItemLabels span {
    display: block;
    padding: 3px 8px;
    margin: 0 2px;
    color: #fff;
    font-size: .6rem;
    font-weight: 600;
}

.itemLabel1 {
    background-color: #ff8513;
}

.itemLabel2 {
    background-color: #c50000;
}

.itemLabel3 {
    background-color: #10a11c;
}

.shopItemImg {
    max-width: 210px;
    margin: 0 auto 15px auto;
}

.shopItemImg a {
    display: block;
    margin-top: 10px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.shopItem img {
    /*max-width: 220px;*/
}

.shopList.indexList .shopItem {
    flex: 1 0 200px;
}

.shopItemArticle {
    padding: 16px 0 0 0;
    font-size: 1.1em;
    font-weight: 600;
}

.shopItemArticle a {
    color: #555;
    text-decoration: none;
}

.shopItem h3 {
    margin: 0 20px;
    min-height: 40px;
    font-size: 1em;
}

.shopItem h3 a {
    text-decoration: none;
}

.shopItemAnnounce {
    margin: 0 10px;
    margin-top: 15px;
    min-height: 50px;
    font-size: .75em;
}

.shopItemAnnounce p {
    margin-top: .4em;
    text-align: center;
}

.shopItemCount {
    font-size: .9em;
    color: #007a00;
    font-weight: 600;
}

.shopIDInfo .shopItemCount {
    margin-top: 10px;
}

.shopItemCount.not {
    color: #940000;
}

.shopItemGetPrice {
    margin: 20px 0;
    font-weight: 600;
}

.shopID .shopItemGetPrice {
    margin: 30px 0;
}

.shopItemGetPrice a {
    text-decoration: none;
}

.shopItemPrice {
    display: inline-block;
    margin: 20px 0 10px;
    font-size: 1.4em;
}

.shopItemNumber {
    position: relative;
    width: 100px;
    margin: 10px auto;
}

.shopItemNumber input {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.shopItem .error.inCart {
    position: absolute;
    left: 0 !important; right: 0 !important; top: auto !important; bottom: 49px !important;
    text-align: center;
}

.shopID .inCartWrapper {
    margin-top: 15px;
    height: 20px;
}

.shopID .error.inCart {
    margin: 0;
    font-weight: 600;
}

.shopItemSubmit {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background-color: #e1e1e3;
}

.shopItem .shopItemSubmit input, .shopItem .shopItemSubmit button.focusSubmit {
    width: 100%;
    padding-top: 10px;
    padding-bottom : 10px;
    cursor: pointer;
    color: #606063;
    background-color: transparent;
    box-shadow: none;
}

.shopID {
    display: flex;
    background-color: #fff;
}

.shopIDImg {
    position: relative;
    flex: 0 1 360px;
    padding: 10px;
}

.shopIDImgs a {
    display: none;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.shopIDImgs a[style*='display: inline'] {
        display: block !important;
}

.shopIDImg a {
    text-decoration: none;
}

.shopIDImgSmall {
    position: relative;
    margin-right: 20px;
    font-size: 1.2em;
}

.control-prev {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.control-next {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.shopIDImgScroll {
    white-space: nowrap;
    height: 75px;
    overflow: hidden;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 242px;
    text-align: center;
}

.shopIDImgSmallItem {
    display: inline-block;
    width: 74px;
    height: 74px;
    margin: 0 2px;
    background-position: center center;
    background-size: contain;
    border: 1px solid #fff;
}

.shopIDImgSmallItem.current {
    border: 1px solid #d7d7d7;
}

.shopIDInfo {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex: 1 1 auto;
    padding-left: 10px;
}

.shopIDInfo>div {
    margin: 10px 0;
}

.shopIDInfo h4 {
    color: #940000;
    color: #727272;
}

.shopIDInfo h1 {
    color: #333;
    margin-top: 10px;
}

.shopIDAnnounce {
    margin-top: 20px;
    font-weight: 500;
}

.shopIDAnnounce p {
    margin-top: .2em;
}

.shopID .shopItemPrice {
    font-size: 2em;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
}

.shopID .shopItemButton {
    display: flex;
    font-weight: 600;
    border: none;
}

.shopID .shopItemNumber {
    margin: 15px 0 0 0;
    text-align: center;
}

.shopID .shopItemNumber input {
    background-color: #f3f3f6;
}

.shopID .shopItemSubmit {
    position: relative;
    margin-top: 10px;
    background-color: transparent
}

.shopID .shopItemSubmit input {
    width: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.shopID .error {
    font-weight: 500;
}

.shopIDLinks {
    display: flex;
    background-color: #e1e1e3;
}

.shopIDLinks a {
    /* color: #838386; */
    text-decoration: none;
}

.shopIDLinks a:hover {
    color: #c91515 !important;
}

.shopIDLinks>div {
    position: relative;
    flex: 1 1 50%;
    font-size: .7rem;
    font-weight: 600;
    color: #838386;
}

.shopIDLinks .previousLink {
    text-align: left;
    padding: 10px 10px 10px 30px;
}

.shopIDLinks .previousLink::before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    position: absolute;
    top: 13px; left: 12px;
}

.shopIDLinks .nextLink {
    text-align: right;
    padding: 10px 30px 10px 10px;
}

.shopIDLinks .nextLink::before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    position: absolute;
    top: 13px; right: 12px;
}

.shopRel {
    margin-top: 30px;
}

.shopRel .shopList {
    margin-top: 20px;
}

/*  */

#shopNoSlider {
    display: none;
    margin-top: 20px;
}

.paginator {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
    padding: 5px;
    /* background-color: #e1e1e3; */
}

.paginator span, .paginator a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 3px !important;
    color: #7f7f7f;
    /*color: #fff;
    background-color: #156fb4;
    */font-size: .9em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}



.paginator a:hover {
    /* color: #fff; */
    color: #7f7f7f;
    background-color: #007a00;
    background-color: #dcdcdc;
}

.paginator span {
    font-size: 1em;
    color: #fff;
    background-color: #0065fd;
    background-color: #156fb4;
}

.paginator_more {
    
}


.optionsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 5px 4px 5px 20px;
    background-color: #e1e1e3;
    font-size: .7rem;
    font-weight: 600;
    color: #626265;
}

.optionsListItemsFirst {
    margin-left: 10px;
    color: #626265;
}

.optionsListItems {
    padding: 5px 0;
    flex-grow: 1;
    white-space: nowrap;
}

.optionsListIcons {
    font-size: 1.2em;
}

.optionsListItems .optionsListItemsFirst {
    margin-right: 6px;
}

.optionsListItems a, .optionsListItems span {
    margin-right: 2px;
    text-decoration: none;
}

.optionsListItems a {
    color: #939396;
}

.optionsListItems span {
    color: #007a00;
}

.optionsList .optionsListItemsFirst:first-child {
    margin-left: 0;
}

.shopSearchList {
    display: flex;
    padding: 5px 0;
    justify-content: flex-end;
}

.shopSearchList input[type='checkbox'] {
    margin: 0;
}

.shopSearchList>div {
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.shopSearchList>div>input[type='checkbox'] {
    margin-right: 5px;
    border-color: #156fb4;
}

.shopSearchListSubmit, .shop_search_cat_ids {
    display: none !important;
}

.shopViewList {
    display: flex;
    height: 26px;
    align-items: center;
}

.shopViewList>div {
    width: 19px;
    height: 16px;
    margin-right: 16px;
    background-color: #939396;
    cursor: pointer;
}

.shopViewList>div.active {
    background-color: #007a00;
}

.shopViewList>div:nth-child(1) {
    background-image: url(../img/icoSort01.png);
}

.shopViewList>div:nth-child(2) {
    background-image: url(../img/icoSort02.png);
}

.shopViewList>div:nth-child(3) {
    background-image: url(../img/icoSort03.png);
}

/*  */

/* .newsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px 0 -10px;
} */

.newsList.indexList {
    margin-top: 15px;
    margin-bottom: 20px;
}

.newsItem {
    position: relative;
    /* margin: 0 10px 20px 10px; */
    padding-bottom: 30px;
    /* flex: 1 0 275px; */
    background-color: #fff;
    text-align: center;
    transition: all .4s;
}

.newsItem p {
    font-size: 1.1em;
    text-align: center;
}

.newsList.indexList .newsItem {
    flex: 1 0 220px;
}

.newsList.indexList .newsItem {
    background-color: #f3f3f6;
}

.newsItem .newsImg a {
    display: block;
    background-position: center center;
    background-size: cover;
}

.newsInfo {
    padding: 10px 10px 20px 10px
}

.newsDate {
    font-size: .75em;
    font-weight: 600;
    color: #555;
}

.newsItem h3 {
    margin: 10px 10px 0 10px;
    font-size: .9rem;
    font-weight: 600;
}

.newsItem h3 a {
    text-decoration: none;
}

.newsAnnounce {
    margin-top: 10px;
    font-size: .85em;
}

.newsID {
    display: flex;
}

.newsID .newsImg {
    flex: 0 0 250px;
}

.newsID .newsImg a {
    display: block;
}

.newsID .newsInfo {
    padding: 0 0 0 20px;
}

.newsID .newsDate {
    margin: 10px 0;
}

/*  */

.clausesItem {
    display: flex;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
}

.clausesImg {
    flex: 1 0 200px;
}

.clausesImg a {
    display: block;
    background-position: center center;
    background-size: cover;
}

.clausesList h3 a {
    text-decoration: none;
}

.clausesAnnounce {
    margin-top: 7px
}

.clausesInfo {
    position: relative;
    flex: 0 1 auto;
    padding: 0 20px 55px 20px;
}

.moreButtons {
    position: absolute;
    left: 20px; bottom: 2px;
}

.clausesID .moreButtons {
    position: static;
    left: auto; margin-top: 20px; bottom: auto;
}

.moreButtons a {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding: 10px 15px;
    font-size: .8em;
    font-weight: 600;
    background-color: #e1e1e3;
    text-decoration: none;
    border-radius: 3px;    
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.moreButtons a:last-child {
    margin-right: 0;
}

.moreButtons.center {
    left: 0; right: 0; bottom: 0;
    text-align: center;
}

.moreButtons.center a {
    display: block;
    background-color: #e1e1e3;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.clausesImgs {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.clausesImgs a {
    display: block;
    margin: 0 10px 10px 0;
    flex: 0 0 250px;
    background-position: center center;
    background-size: cover;
}

.clausesList.indexList {
    margin-top: 20px;
}

.clausesList.indexList .clausesItem:nth-child(even) {
    flex-direction: row-reverse;
}

.clausesList.indexList .clausesImg {
    flex: 1 0 200px;
}

.clausesList.indexList .clausesAnnounce {
    font-size: .9em;
}

.clausesList.indexList h3 {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Фотогалерея */

.flexPhotos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px -10px 0 0
}

.partnersItem {
    flex: 1 0 220px;
    background-color: #fff; 
    margin-right: 10px;
    margin-top: 10px;
    padding: 60px 10px;
    text-align: center
}

.contentIndex .partnersItem {
    background-color: #f3f3f6;
}

/*  */

.stuffSection {
    margin-top: 30px;
}

.stuffItem {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #fff;
}

.stuffItem .submitButton {
    margin-top: 10px;
    text-align: left;
}

/*  */

.breadcrumbs {
    margin-bottom: 5px;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.6em;
    color: #838385;
}

.breadcrumbsMobile {
    margin-left: 30px;
}

.breadcrumbs .separator {
    margin: 0 3px;
    font-weight: 400;
    color: #838385;
}

.breadcrumbs .separator::before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: .8em;
}

/* .breadcrumbs>span:last-child .separator {
    display: none;
} */

.breadcrumbs>span:first-child .separator {
    display: inline-block;
}

.breadcrumbs span, .breadcrumbs a {
    display: inline-block;
}

.breadcrumbs a {
    text-decoration: none;
    transition: all .4s;
}

.mainSearch {
    display: none;
    position: absolute;
    top:0; left: 0; right: 52px; bottom: 0;
    background-color: #940000;
    z-index: 2;
}

.mainSearchInput {
    display: flex;
}

.mainSearch input {
    height: 50px;
}

.mainSearchInput input[type='text'] {
    flex: 1 1 auto;
    width: 100%;
    max-width: none !important;
    border: 2px solid #940000;
}

.mainSearchInput input[type='submit'] {
    flex: 0 0 200px;
    max-width: none;
    background-color: #940000;
    border-top: 0;
    border-bottom: 0;
}

.mainSearchInput input[type='submit']:hover {
    background-color: #680000;
}

.searchSection {
    margin-top: 20px;
    background-color: #f1f1f1;
}

/* .searchList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
    padding: 0;
} */

.searchSection h2 {
    margin-bottom: 10px;
}

.searchItem {
    position: relative;
    /* margin: 0 10px 20px 10px; */
    padding: 20px 0;
    /* flex: 1 0 216px; */
    background-color: #fff;
    text-align: center;
    font-weight: 600;
    transition: all .4s;
}

.searchItem a {
    text-decoration: none;
}

/**/

.desktopLogin {
    display: none;
}

.consoleBlock {
    position: fixed;
    display: none;
    left: 0; right: 0; top: 0; bottom: 0;
    font-size: 1rem;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.85)
}

.consoleContainer .formSection {
    max-width: 1400px;
    padding: 20px;
    color: #fff;
}

.consoleBlock .formIndexLine {
    flex-wrap: wrap;
}

.consoleBlock .submitIndexLine {    
    margin-left: 0
}

.consoleBlock .formIndexLine div:first-child, .consoleBlock .submitIndexLine>div:first-child {
    margin-bottom: 5px;
}

.consoleBlock .submitIndexLine.submitIndexLineLast>div:first-child {
    margin-bottom: 10px;
}

.consoleBlock .textareaAlign {
    padding-top: 0;
}

.consoleBlock .submitIndexLineLast {
    /* margin-top: 0; */
}

.consoleBlock .submitIndexLineCenter {
    justify-content: center;
}

.consoleBlock p {
    margin-top: 15px;
    font-weight: 500;
}

.consoleContainer {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
    background-color: #727272
}

.consoleFormSection {
    padding: 20px;
    text-align: center;
    color: #fff;
}

.consoleFormSection input[type='submit'] {
    /* background-color: #359ae7; */
}

.privacyField {
    display: flex;
    margin-top: 10px;
    font-size: .9rem;
    align-items: center;
}

.privacyField lebel {
    text-align: left;
}

.consoleFormSection .privacyField a {
    color: #b1e0b1
}

.consoleFormSection input, .consoleFormSection textarea {
    margin-top: 10px;
}

.authFormMain {
    padding: 15px 0 10px 0;
    font-size: .9em;
    text-align: center;
}

.authFormMain label {
    font-size: .9em;
}

.authError {
    margin-top: 20px;
    text-align: center;
    white-space: normal;
}

.consoleLinks {
    margin-top: 20px;
    font-size: .8em;
    text-align: center;
}

.consoleLinks a {
    margin: 0 5px;
    color: #fff !important;
}

.consoleLinks a:hover {
    color: #ffcbcb !important;
}

.privacyField {
    margin-top: 10px;
    font-size: .9em;
}

#feedbackClose {
    display: none
}

#feedback #feedbackClose {
    display: block
}

.feedbackClose {
    font-size: .8em;
}

.resultComment {
    display: none !important;
}

/*  */

.formIndexLine {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.formIndexLine div:first-child {
    flex: 0 0 180px;
    font-size: .9em;
    font-weight: 500;
    text-align: left;
}

.formCenter {
    flex: 1 1 100% !important;
    text-align: center !important;
}

.formCenter2 {
    justify-content: center;
}

.formIndexLine div:first-child::after {
    content: ":";
}

.formIndexLine.noAfter div:first-child::after {
    content: "";
}

.formIndexLine div:last-child {
    flex: 1 1 auto;
    text-align: left;
}

.formIndexLine div:last-child input, .formIndexLine div:last-child textarea {
    margin-top: 0;
}

.formIndexLine input, .formIndexLine textarea {
    max-width: none !important;
    margin-top: 1px;
    font-size: .95em;
}

.textareaAlign {
    align-self: start;
    padding-top: 8px;
}

.submitIndexLine {
    display: flex;
    align-items: center;
    margin-top: 10px;
    text-align: left;
}

.submitIndexLine input {
    margin-top: 0;
}

.submitIndexLine .privacyField {
    margin: 0;
}

/* .consoleBlock .submitIndexLine .privacyField {
    margin: 10px 0 0 0;
}

.consoleBlock .submitIndexLine .privacyField input[type='checkbox'] {
    margin-left: 0; padding-left: 0;
} */

.submitIndexLine>div:first-child {
    width: 100%;
    margin-left: 180px;
}

.submitIndexLine input[type='checkbox'] {
    margin-right: 12px;
	width: initial;
}

.itemHover {
    transition: all .4s;
}

/*  */

.submitButton {
    text-align: center;
}

#slider .submitButton {
    margin-top: 20px;
    text-align: left;
}

.submitButton a {
    display: inline-block;
    position: relative;
    padding: 10px 15px 9px 15px;
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #156fb4;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
	white-space: nowrap;
}

.submitButton a::after, .moreButtons a::after, button.focusSubmit::after, .paginator a::after, .paginator a::after, .sliderArrows a::after, #icoUp::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.submitButton a:focus:after, .moreButtons a:focus::after, button.focusSubmit:focus::after, .paginator a:focus::after, .sliderArrows a:focus::after {
    left: 0; right: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.submitButton a.opened {
    background-color: #007a00;
}

#icoUp:focus::after {
    left: 0; right: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9998;
}

/*  */

.privacyPolicy {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0; left: 0; right: 0;
    height: 80px;
    font-size: .9em;
    color: #fff;
    background-color: rgba(85, 85, 85, 0.9);
    z-index: 9999;
}

.privacyPolicy>div {
    text-align: center;
}

.privacyPolicy p {
    padding: 0 20px;
    margin-bottom: 13px;
    line-height: 1.5em;
    text-align: center;
}

.privacyButtons {
    white-space: nowrap;
}

.privacyPolicy a, .privacyPolicyButton {
    margin: 0 2px 0 2px;
    padding: 3px 10px 5px 10px;
    color: #fff;
    background-color: #940000;
    cursor: pointer;
    text-decoration: none;
}

.privacyPolicy a:hover, .privacyPolicy span:hover {
    color: #fff;
    background-color: #c91515;
}

.regForm .infofield {
    margin-bottom: 5px;
}

.regForm input {
    /* margin-bottom: 10px; */
}

.regForm .privacyField {
    margin-top: 0;
}

/*  */

/*  */

.cartMoreButtons {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.cartMoreButtons .submitButton, .cartMoreButtons input[type='submit'] {
    margin: 0 5px;
}

#orderForm {
    display: none;
}

/*  */

footer {
    font-size: .8em;
    font-weight: 600;
    /* background: url(../img/map.png) top left no-repeat, url(../img/lizard.jpg) top right no-repeat; */
}

.footerMain {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.footerMain article {
    flex: 1 1 18%;
}

.footerMain article:first-child {
    flex: 1 0 40%;
    padding-right: 10px;
}

.footerMain article:last-child {
    flex: 1 0 22%;
}

.footerMain article:first-child {
    margin-right: 40px;
}

.footerMain h3 {
    margin-bottom: 15px;
}

.footerMain ul, .footerMain li {
    margin: 0; padding: 0;
    list-style-type: none;
}

.footerMain ul {

}

.footerMain li {
    margin-top: 10px;
}

footer a, .footerExt a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

footer a::after, .footerExt a::after {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: 50%;
    right: 50%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

footer a:focus::after, .footerExt a:focus::after {
    left: -6px; right: -6px;
    background-color: rgba(255, 255, 255, 0.3);
}

.footerExt a:focus::after {
    background-color: rgba(255, 255, 255, 0.2);
}

.footerMain li.active a {
    color: #940000;
}

.footerAddress, .footerPhone, .footerMail {
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
    text-align: left;
}

.footerAddress::before, .footerPhone::before, .footerMail::before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0; top: 0;
    color: #909094;
}

.footerAddress::before {
    content: "\f015";
    font: normal normal normal 16px/1 FontAwesome;
}

.footerPhone::before {
    content: "\f095";
    font: normal normal normal 16px/1 FontAwesome;
}

.footerMail::before {
    content: "\f0e0";
}

.footerExt {
    padding: 12px 0;
    background-color: #dadadc;
    font-size: .9em;
    font-weight: 600;
    text-align: center;
}

.footerExt ul, .footerExt li {
    margin: 0; padding: 0;
    list-style-type: none;
}

.footerExt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footerExt li {
    margin: 5px 10px 3px 10px;
}

.footerExt li a {
    text-decoration: none;
}


.footerExt li.active a {
    color: #940000;
}

#icoUp {
	position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
	right: 20px;
	bottom: 88px;
    width: 30px;
    height: 30px;
    background-color: hsla(0, 0%, 57%, 0.5);
    border-radius: 3px;
    transition: all .4s;
    cursor: pointer;
    z-index: 9997;
}

#icoUp::before {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\f077";
    font: normal normal normal 14px/1 FontAwesome;
    margin-bottom: 2px;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
}

.subFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    color: #fff;
    background-color: #606063;
    text-align: center;
    font-size: .85rem;
    font-weight: 600;
}

.bigError {
    font-size: 5em;
    text-align: center;
}

.middleError {
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
}

.captcha .error_message {
    font-size: .8rem;
    font-weight: 600;
}

.itemHover:hover, .itemHover:hover .menuSub {
    box-shadow: 0 12px 12px -5px rgba(0, 0, 0, 0.2);
}

.tableContainer {
    margin-top: 10px;
    max-width: 100%;
    overflow: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table a {
    text-decoration: none;
}

table td, table th {
    padding: 10px 20px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.6em;
}

tr {
    background-color: #fff;
    border-top: 5px solid #f1f1f3;
}

.tHead {
    font-size: .7em;
    font-weight: 500;
    background-color: #e1e1e3;
}

.tHead2 {
    font-weight: 500;
    background-color: #e1e1e3;
}

.tdLeft {
    text-align: left;
    width: 100%;
}

.tdRight {
    text-align: right;
}

.icon-d {
    cursor: pointer !important;
}

.captchaDigits {
    display: flex;
    margin: 10px 0;
    max-width: 400px;
}

.captchaDigitsImg {
    flex: 0 0 159px;
    margin-right: 20px;
}

.captchaDigitsOthers {
    flex-grow: 1;
    max-width: 159px;
    font-size: .7em;
    text-align: left;
}

.consoleContainer a {
    color: #fff;
    color: #bde2ff;
}

.consoleContainer a:hover {
    color: #ff8b8b;
}

.captchaDigitsOthers input[type='text'] {
    margin: 10px 0;
    min-width: auto !important;
    font-size: 1.4em;
    font-weight: 600;
}

/*  */

.fancybox-button.fancybox-button--share {
    display: none;
}

.yandexMap {
    margin-top: 20px;
    border: 5px solid #fff;
}

/*  */

.contactsSection {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contactsSection>div {
    flex: 0 1 48%;
}

.contactsData p {
    text-align: left;
}

.contactsForm {
    padding: 10px 20px 20px 20px;
    background-color: #fff;
}

.contactsForm input[type='text'],.contactsForm input[type='tel'], .contactsForm input[type='email'], .contactsForm textarea {
    background-color: #f1f1f3;
    min-width: auto !important;
}

.submitIndexLine input[type='submit'] {
    width: 159px;
    white-space: normal;
}

.introSection {
    position: relative;
    display: flex;
    padding: 15px 20px 10px 30px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.introSection::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0; width: 3px;
    background-color: #007a00;
}

.introSection>div:first-child {
    flex: 1 1 auto;
}

.introSection>div:last-child {
    flex: 1 1 240px;
    padding-left: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.optionsList label {
    white-space: nowrap;
}