body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 20px;
    color: #595959;
}

header,
section,
footer {
    float: left;
    width: 100%;
}

a {
    color: #002d45;
}

a:hover {
    text-decoration: none;
}

* {
    outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

:active, :hover, :focus {
    outline: none !important;
    outline-offset: 0;
}

.specwin .fancybox-close-small:after,
.fancybox-close-small:after,
.fancybox-close-small {
    outline: none !important;
    outline-offset: 0 !important;
}

h1 {
    font-size: 30px;
    margin-bottom: 5px;
}

.center {
    margin: 0 auto;
    width: 1200px;
}

header {
    background: #fff;
    height: 73px;
    background-color: #f6f7fa;
}

header .logo {
background: url(images/logo.jpg) no-repeat center;
    width: 273px;
    height: 45px;
    float: left;
    margin-top: 14px;
}

header .rb {
    float: right;
    font-size: 16px;
    color: #002d45;
    margin-top: 8px;
    opacity: 0;
}

header .rb .phone {
    background: url(images/phone_h.jpg) no-repeat left center;
    padding: 5px 0px 5px 28px;
}

header .rb .mail {
    background: url(images/mail_h.jpg) no-repeat left center;
    padding: 5px 0px 5px 28px;
}

.user {
    height: 53px;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
}

.user .name {
    float: left;
    color: #737373;
    font-size: 24px;
    line-height: 43px;
    height: 43px;
    margin-top: 5px;
}

.user .name .img {
    width: 43px;
    height: 43px;
    float: left;
    border-radius: 22px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.user .cart {
    float: right;
    height: 53px;
    line-height: 53px;
    color: #737373;
    font-size: 20px;
}

.as_cart_hide_bl {
    opacity: 0;
}

.user .cart a {
    color: #737373;
    text-decoration: none;
}

.user .cart span {
    color: #e83f50;
    font-weight: bold;
}

.banner {
    height: 655px;
    background: url(images/banerbg.jpg) no-repeat center;
}

.banner .form {
    background: url(images/bform.png) no-repeat center;
    width: 930px;
    height: 550px;
    margin-top: 105px;
    margin-left: 135px;
}

.banner .form h2 {
    font-size: 27px;
    color: #403e3e;
    position: absolute;
    margin-left: 265px;
    margin-top: 84px;
    font-weight: normal;
}

.banner .form .logo {
    background: url(images/formlogo.jpg) no-repeat center;
    width: 433px;
    height: 68px;
    position: absolute;
    margin-left: 255px;
    margin-top: 150px;
}

.banner .form .reg {
    width: 342px;
    height: 37px;
    color: #fff;
    text-decoration: none;
    background: #3c67b0;
    border: 1px solid #3c67b0;
    display: block;
    text-align: center;
    line-height: 37px;
    position: absolute;
    margin-top: 255px;
    margin-left: 300px;
    transition: 0.3s;
}

.banner .form .reg:hover {
    background: #fff;
    color: #3c67b0;
    transition: 0.3s;
}

.banner .form .login {
    width: 342px;
    height: 37px;
    color: #fff;
    text-decoration: none;
    background: #fb820c;
    border: 1px solid #fb820c;
    display: block;
    text-align: center;
    line-height: 37px;
    position: absolute;
    margin-top: 315px;
    margin-left: 300px;
    transition: 0.3s;
}

.banner .form .login:hover {
    background: #fff;
    color: #fb820c;
    transition: 0.3s;
}

.banner .form .cfpass {
    color: #192a7c;
    text-decoration: none;
    display: block;
    position: absolute;
    margin-top: 382px;
    margin-left: 395px;
    text-decoration: underline;
}

.banner .form .cfpass:hover {
    text-decoration: none;
}

.page {
    min-height: 700px;
}

.page menu {
    float: left;
    width: 100%;
    background-color: #002d45;
    height: 42px;
    list-style: none;
    padding: 0px;
    margin: 10px 0px 0px;
    opacity: 0;
}

.page menu li {
    float: left;
    height: 42px;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    width: 190px;
}

.page menu li.logout {
    float: right;
    width: auto;
    margin-right: 10px;
}

.page menu li a {
    color: #fff;
    text-decoration: none;
}

.page menu li a.active {
    color: #febf47;
}

.page menu li a:hover {
    border-bottom: 2px solid #fff;
}

.page menu li a.active:hover {
    border-bottom: 2px solid #febf47;
}

.page .text {
    float: left;
    width: 100%;
}

.page .text.payers {
    margin-bottom: 30px;
}

.page .text.payers .hide {
    display: none;
}

.page .useredit {
    font-size: 16px;
    margin-bottom: 35px;
}

.page .useredit h3 {
    margin-bottom: 5px;
}

.page .useredit input[type="button"] {
    background-color: #fb820c;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    border: 1px solid #fb820c;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.page .useredit input[type="button"]:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fb820c;
    transition: 0.3s;
}

.page .useredit input[type="text"],
.page .useredit input[type="password"],
.page .useredit input[type="phone"],
.page .useredit input[type="email"] {
    width: 208px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #d1d1d1;
    padding: 0px 10px;
    font-size: 14px;
    margin: 5px 10px;
    position: relative;
}

.page .useredit .ava {
    width: 43px;
    height: 43px;
    margin-bottom: 3px;
    border-radius: 22px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
}

.page .useredit .loadava label {
    color: #002d45;
    font-size: 17px;
    cursor: pointer;
}

.page .useredit .loadava {
    color: silver;
    font-size: 12px;
}

.page .useredit input[type="file"] {
    margin: 5px 10px;
}

.page .catalog {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    box-sizing: border-box;
    border: 1px solid #898989;
    position: relative;
    z-index: 1;
    font-size: 14px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.page .articles .catalog {
    margin-top: 15px;
}

.page .catalog table {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #737373;
}

.page .catalog table tr:hover td {
    background-color: #a8d3ea;
}

.page .catalog table tr th {
    background-color: #898989;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.page .bigcart .catalog table tr th {
    text-align: center;
}

.page .bigcart .btnsbfcart a {
    background-color: #fb820c;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    text-decoration: none;
    border: 1px solid #fb820c;
    cursor: pointer;
    font-size: 17px;
    transition: 0.3s;
}

.page .bigcart .btnsbfcart a:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fb820c;
    transition: 0.3s;
}

.page .catalog table tr:nth-child(2n) {
    background-color: #fff;
}

.page .catalog table tr td {
    height: 44px;
    font-size: 16px;
}

.page .catalog table tr td .img {
    width: 100px;
    height: 80px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.page .catalog table tr td,
.page .catalog table tr th {
    padding: 5px 10px;
}

.page .catalog table tr td:last-child a {
    background-color: #fb820c;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    border: 1px solid #fb820c;
    transition: 0.3s;
}

.page .catalog table tr td:first-child a {
    color: #737373;
    text-decoration: none;
}

.page .bigcart .catalog table tr td:first-child a:after {
    content: " Редактировать";
    background: url(images/pencil.png) no-repeat left center;
    background-size: contain;
    height: 15px;
    position: absolute;
    margin-left: 5px;
    margin-top: -10px;
    padding-left: 13px;
    font-size: 11px;
    color: rgba(232, 232, 232, 0);
}

.page .bigcart .catalog table tr td:first-child:hover a:after {
    color: #002d45;
}

.page .catalog table tr td:last-child {
    text-align: center;
}

.page .catalog table tr td:last-child a:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fb820c;
    transition: 0.3s;
}

.page .payers h4 {
    float: left;
    height: 42px;
    width: 430px;
    line-height: 26px;
    font-size: 13px;
    color: #3e3e3e;
    background-color: #f5f5f5;
    border-top: 1px solid #898989;
    border-left: 1px solid #898989;
    margin-right: 10px;
    text-decoration: none;
    padding: 0px 7px 0px 4px;
    margin-bottom: -1px;
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 42px;
    font-size: 17px;
}

.page .payers h4:after {
    content: "";
    display: block;
    background: url(images/rtabactiv.jpg);
    background-size: 12px;
    width: 11px;
    height: 43px;
    float: right;
    margin-right: -14px;
    margin-top: -1px;
}

.page .payers .otable {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    box-sizing: border-box;
    border: 1px solid #898989;
    position: relative;
    z-index: 1;
    font-size: 12px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.page .payers .otable table {
    width: 100%;
}

.page .payers .otable tr th {
    background-color: #898989;
    color: #fff;
    font-weight: normal;
    line-height: 31px;
}

.page .payers .otable tr td,
.page .payers .otable tr th {
    padding: 0px 5px;
    font-size: 16px;
}

.page .payers .otable tr td a {
    text-decoration: none;
    border-bottom: 1px solid #002d45;
}

.page .payers .otable tr td a:hover {
    border-bottom: 0px;
}

.page .payers .otable tr td {
    line-height: 17px;
    padding: 5px 5px;
}

.page .payers .otable table tr:hover {
    background-color: #a8d3ea;
}

.page .payers .otable tr td:last-child {
    text-align: center;
}

.page .payers .otable tr:nth-child(2n) {
    background-color: #fff;
}

.page .payers .add {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
}

.page .payers .add select {
    background-color: #fff;
    color: #fb820c;
    padding: 5px 15px;
    text-decoration: none;
    border: 1px solid #fb820c;
    cursor: pointer;
    font-size: 18px;
    float: left;
    transition: 0.3s;
}

.page .payers .add input[type="button"] {
    background-color: #fb820c;
    color: #fff;
    float: left;
    margin-left: 10px;
    padding: 5px 15px;
    text-decoration: none;
    border: 1px solid #fb820c;
    cursor: pointer;
    font-size: 19px;
    transition: 0.3s;
}

.page .payers .add input[type="button"]:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fb820c;
    transition: 0.3s;
}

.page .tabs {
    margin-bottom: 24px;
    padding-bottom: 34px;
    opacity: 0;
}

.page .tabs,
.page .tabs .tabh {
    float: left;
    width: 100%;
}

.page .tabs .tabh {
    height: 35px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.page .tabs .tabh a {
    float: left;
    height: 34px;
    line-height: 26px;
    font-size: 17px;
    color: #3e3e3e;
    background-color: #d8d8d8;
    border-top: 1px solid #898989;
    border-left: 1px solid #898989;
    margin-right: 10px;
    text-decoration: none;
    padding: 0px 7px 0px 4px;
    width: 120px;
    text-align: center;
}

.page .tabs .tabh a sup {
    margin-left: 3px;
}

.page .tabs .tabh a span {
    color: #aaa9a9;
}

.page .tabs .tabh a:after {
    content: "";
    display: block;
    background: url(images/rtab.jpg);
    background-size: 10px;
    width: 10px;
    height: 35px;
    float: right;
    margin-right: -12px;
    margin-top: -1px;
}

.page .tabs .tabh a.active {
    background-color: #f5f5f5;
    height: 42px;
    margin-top: -7px;
    width: 150px;
    text-align: center;
}

.page .tabs .tabh a.active:after {
    content: "";
    background: url(images/rtabactiv.jpg);
    background-size: 12px;
    height: 43px;
    width: 12px;
}

.page .tabs .tabcontent {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    box-sizing: border-box;
    border: 1px solid #898989;
    position: relative;
    z-index: 1;
}

.page .tabs .tabcontent .tabh2 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.page .tabs .tabcontent .tabh2.filter {
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 15px;
    margin-bottom: 15px;
}

.page .tabs .tabcontent .tabh2.filter input[type="text"] {
    width: 210px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #d1d1d1;
    padding: 0px 10px;
    font-size: 14px;
    margin: 5px 5px 5px 0px;
}

.page .tabs .tabcontent .tabh2.filter input[type="button"] {
    background-color: #fb820c;
    color: #fff;
    display: inline-block;
    padding: 9px 35px;
    text-decoration: none;
    border: 1px solid #fb820c;
    cursor: pointer;
    margin-top: 10px;
    margin: 5px;
    transition: 0.3s;
}

.page .tabs .tabcontent .tabh2.filter input[type="button"]:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fb820c;
    transition: 0.3s;
}

.page .tabs .tabcontent .tabh2.filter a {
    color: #002d45;
    cursor: pointer;
    font-size: 14px;
    margin-left: 0px;
}

.page .tabs .tabcontent .tabh2.filter a.active {
    color: #eb651e;
}

.page .tabs .tabcontent .tabh2.filter a span {
    color: #002d45;
}

.page .tabs .tabcontent .nazv {
    font-size: 16px;
    margin-left: 10px;
    margin-top: 17px;
    margin-bottom: 5px;
}

.page .tabs .tabcontent .tabh2 a {
    margin-left: 10px;
    font-size: 15px;
    text-decoration: none;
}

.page .tabs .tabcontent .tabh2 a sup {
    margin-left: 3px;
}

.page .tabs .tabcontent .tabh2 a strong {
    color: #3e3e3e;
    font-weight: normal;
}

.page .tabs .tabcontent .tabh2 a.active strong {
    color: #eb651e;
}

.page .tabs .tabcontent .tabh2 a strong:hover {
    border-bottom: 1px solid #3e3e3e;
}

.page .tabs .tabcontent .tabh2 a.active strong:hover {
    border-bottom: 1px solid #eb651e;
}

.page .tabs .tabcontent .tabh2 a span {
    color: #002d45;
}

.page .tabs .tabcontent .tabh2 a span.new {
    width: 26px;
    height: 26px;
    border: 1px solid #ff0000;
    color: #ff0000;
    background-color: #fff;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.page .tabs .tabcontent .tab2content {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 34px;
}

.page .tabs .tabcontent .tab2content table {
   width: 100%; 
   text-align: center;
    font-size: 16px;
    color: #737373;
}

.page .tabs .tabcontent .tab2content table tr:nth-child(2n) {
    background-color: #fff;
}

.page .tabs .tabcontent .tab2content table tr:hover {
    background-color: #a8d3ea;
}

.page .tabs .tabcontent .tab2content table tr th {
    background-color: #898989;
    color: #fff;
    font-weight: normal;
    padding: 10px;
}

.page .tabs .tabcontent .tab2content table tr td {
    padding: 10px 15px;
}

.page .tabs .tabcontent .tab2content table tr td a {
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.page .tabs .tabcontent .tab2content table tr td a:hover {
    color: #eb651e;
    transition: 0.3s;
}

.page .tabs .tabcontent .tab2content table tr td .newmsg {
    width: 17px;
    height: 17px;
    background: url(svgimages/newmail.svg) no-repeat top center;
    background-size: contain;
    display: inline-block;
}

.page .tabs .tabcontent .tab2content table tr td .msg {
    width: 17px;
    height: 17px;
    background: url(svgimages/mail.svg) no-repeat top center;
    background-size: contain;
    display: inline-block;
}

.calculator {
    float: left;
    margin-top: 20px;
    font-size: 14px;
    width: 100%;
}

.calculator tr td:first-child {
    text-align: right;
}

.calculator tr td:first-child .more {
    display: inline-block;
    width: 10px;
    margin-left: 10px;
}

.calculator tr td:first-child .more .qwestion {
    font-size: 9px;
    background-color: #fb820c;
    color: #fff;
    border-radius: 6px;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    position: absolute;
    margin-top: -16px;
    cursor: pointer;
    margin-left: -10px;
}

.calculator tr td:first-child .more div {
    position: absolute;
    width: 300px;
    text-align: left;
    background: #fff;
    border: 1px solid #fb820c;
    z-index: 1;
    padding: 0px 15px;
    margin-top: -5px;
    margin-left: 10px;
    display: none;
}

.calculator tr td:first-child .more:hover div {
    display: block;
}

.button.calculate {
    background-color: #fb820c;
    color: #fff;
    padding: 5px 25px;
    text-decoration: none;
    border: 1px solid #fb820c;
    cursor: pointer;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}

.button.calculate:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fb820c;
    transition: 0.3s;
}

.calculator input {
    position: relative;
}

.calculator input[type="text"], 
.calculator input[type="number"], 
.calculator input[type="password"], 
.calculator input[type="phone"], 
.calculator input[type="email"],
.calculator select {
    width: 208px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #d1d1d1;
    padding: 0px 10px;
    font-size: 14px;
    margin: 5px 10px;
    position: relative;
}

.calculator select {
    background-color: #fff;
    width: 230px;
}

.calculator label {
    margin: 10px;
    display: inline-block;
}

.calculator h3 {
    color: #002d45;
    font-size: 18px;
}

.oitog {
    float: left;
    width: 100%;
    border: 1px solid #898989;
    box-sizing: border-box;
    background-color: #f8f7f7;
    margin-top: 20px;
    padding: 10px 30px;
    margin-bottom: 40px;
}

.oitog .lb {
    float: left;
    max-width: 50%;
}

.oitog .lb span {
    color: #e83f50;
}

.oitog .lb .isum {
    font-weight: bold;
    border-top: 1px solid #898989;
    margin-top: 0px;
    padding-top: 12px;
}

.oitog .rb {
    float: right;
    width: 315px;
}

.oitog .rb input[type="button"] {
    background-color: #fb820c;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    text-decoration: none;
    border: 1px solid #fb820c;
    cursor: pointer;
    font-size: 17px;
    width: 100%;
    margin-top: 10px;
    transition: 0.3s;
    text-align: right;
}

.oitog .rb input[type="button"]:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fb820c;
    transition: 0.3s;
}

.oitog .rb input[type="button"]:first-child {
    margin-top: 0px;
}

.indexsec1 {
    background: #fff;
    background: linear-gradient(to top, #ededed, #fff);
}

.indexsec1 h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0px;
}

.indexsec1 .catalog {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
}

.indexsec1 .catalog article {
    background-repeat: no-repeat;
    background-position: top center;
    width: 200px;
    height: 55px;
    padding-top: 90px;
    display: inline-grid;
    font-size: 16px;
    color: #595959;
    margin: 0px 20px;
}

.indexsec1 .catalog article:first-child {
    margin-left: 0px;
}

.indexsec1 .catalog article:last-child {
    margin-right: 0px;
}

.indexsec1 .steps {
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-left: 0px;
}

.indexsec1 .steps ul {
    float: left;
    width: 315px;
    height: 688px;
    background: url(images/servis_steps_bg.png) no-repeat right;
    list-style: none;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    padding-right: 83px;
    margin-left: 70px;
}

.indexsec1 .steps ul li {
    border-bottom: 2px solid #ff0000;
    height: 50px;
    margin-top: 18px;
    margin-bottom: 45px;
    width: 40px;
    float: right;
    margin-left: 170px;
    cursor: pointer;
    transition: 0.3s;
}

.indexsec1 .steps ul li:after {
    content: "";
    position: absolute;
    width: 125px;
    height: 80px;
    margin-top: -100px;
}

.indexsec1 .steps ul li.active {
    border-bottom: 2px solid #ff0000;
    height: 50px;
    margin-top: 18px;
    margin-bottom: 45px;
    width: 130px;
    float: right;
    margin-left: 0px;
    transition: 0.3s;
}

.indexsec1 .steps ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #ff0000;
    border-radius: 8px;
    display: block;
    position: absolute;
    margin-top: 42px;
    margin-left: -16px;
}

.indexsec1 .steps ul li .num {
    font-size: 47px;
    color: #580c10;
    margin-left: 10px;
}

.indexsec1 .steps ul li .desc {
    font-size: 16px;
    color: #595959;
    line-height: 25px;
    width: 215px;
    height: 50px;
    overflow: hidden;
    margin-left: -5px;
    margin-top: 7px;
    opacity: 0;
    transition: 0.3s;
}

.indexsec1 .steps ul li.active .desc {
    opacity: 1; 
    transition: 0.3s;
}

.indexsec1 .steps .slides {
    float: left;
    width: 680px;
    height: 688px;
    background: url(img/slyder/sbg.png) no-repeat center;
    margin-top: 40px;
}

.indexsec1 .steps .slides .contener {
    width: 598px;
    height: 376px;
    margin-left: 41px;
    margin-top: 60px;
    overflow: hidden;
}

.indexsec1 .steps .slides .contener article {
    width: 598px;
    height: 376px;
    position: absolute;
    opacity: 0;
    transition: 0.3s;
}

.indexsec1 .steps .slides .contener article.active {
    opacity: 1;
    transition: 0.3s;
}

.indexsec1 .ibot {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.indexsec1 .ibot .reg {
    width: 342px;
    height: 37px;
    color: #fff;
    text-decoration: none;
    background: #3c67b0;
    border: 1px solid #3c67b0;
    display: block;
    text-align: center;
    line-height: 37px;
    margin: 0 auto;
    transition: 0.3s;
}

.indexsec1 .ibot .reg:hover {
    background: #fff;
    color: #3c67b0;
    transition: 0.3s;
}

.indexsec1 .ibot .login {
    width: 342px;
    height: 37px;
    color: #fff;
    text-decoration: none;
    background: #fb820c;
    border: 1px solid #fb820c;
    display: block;
    text-align: center;
    line-height: 37px;
    margin: 25px auto;
    transition: 0.3s;
}

.indexsec1 .ibot .login:hover {
    background: #fff;
    color: #fb820c;
    transition: 0.3s;
}

.indexsec1 .ibot .cfpass {
    color: #192a7c;
    text-decoration: none;
    display: block;
    text-decoration: underline;
    margin: 0 auto;
}

.indexsec1 .ibot .cfpass:hover {
    text-decoration: none;
}

footer {
    background-color: #f6f7fa;
    height: 115px;
}

footer .lb {
    color: #002d45;
    font-size: 16px;
    margin-top: 15px;
    float: left;
    width: 50%;
    line-height: 30px;
    opacity: 0;
}

footer .lb .copyr {
    width: 450px;
    float: left;
}

footer .lb .newmenu {
    width: 130px;
    float: right;
    text-align: left;
}

footer .lb .newmenu a {
    font-size: 18px;
    text-decoration: none;
    color: #595959;
    margin-right: 20px;
}

footer .lb a {
    color: #002d45;
    text-decoration: none;
    border-bottom: 1px solid #002d45;
}

footer .lb a:hover {
    border-bottom: 0px;
}

footer .lb .newmenu a {
    border-bottom: 0px;
}

footer .lb .newmenu a:hover {
    border-bottom: 1px solid #595959;
}

footer .rb {
    float: right;
    margin-top: 15px;
    opacity: 0;
}

footer .rb .phone {
    background: url(images/phone_h.jpg) no-repeat left center;
    padding: 5px 0px 5px 28px;
}

footer .rb .mail {
    background: url(images/mail_h.jpg) no-repeat left center;
    padding: 5px 0px 5px 28px;
}

.hwin {
    display: none;
}

.fancybox-slide .hwin {
    display: none;
    width: 465px;
    text-align: center;
    font-size: 16px;
}

.fancybox-slide .message {
    width: 465px;
    text-align: center;
}

.fancybox-slide .message .otable {
    text-align: left;
    font-size: 16px;
    width: 100%;
}

.fancybox-slide .message .otable tr td:last-child {
    float: right;
}

.fancybox-slide .message .prdcts {
    text-align: left;
    font-size: 16px;
}

.fancybox-slide .message .massages {
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
}

.fancybox-slide .massages {
    float: left;
    width: 100%;
    background: #cee4f1;
    padding: 10px 10px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 10px;
}

.fancybox-slide .message .massages .h {
    font-weight: bold;
    margin-bottom: 8px;
}

.fancybox-slide .hwin h2,
.fancybox-slide .message h2 {
    color: #e30016;
    font-size: 28px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 15px;
}

.fancybox-slide .hwin input[type="text"],
.fancybox-slide .hwin input[type="password"],
.fancybox-slide .hwin input[type="phone"],
.fancybox-slide .hwin input[type="email"],
.fancybox-slide .hwin textarea {
    width: 208px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #d1d1d1;
    padding: 0px 10px;
    font-size: 14px;
    margin-bottom: 15px;
}

.fancybox-slide .hwin label {
    width: 230px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
}

.fancybox-slide .hwin textarea {
    height: 120px;
    line-height: 20px;
    padding-top: 7px;
}

.fancybox-slide .hwin input[type="button"] {
    width: 230px;
    height: 55px;
    color: #fff;
    background-color: #fb830b;
    border: 1px solid #fb830b;
    line-height: 53px;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.fancybox-slide .hwin input[type="button"][disabled] {
    background-color: #d1d1d1;
    border: 1px solid #d1d1d1;
}

.fancybox-slide .hwin input[type="button"]:hover {
    background-color: #fff;
    color: #fb830b;
    transition: 0.3s;
}

.fancybox-slide .hwin input[type="button"][disabled]:hover {
    color: #d1d1d1;
    transition: 0.3s;
}

.fancybox-slide .hwin .small {
    width: 230px;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.fancybox-slide .hwin p {
    width: 230px;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    margin-top: 0px;
}

.fancybox-slide .message .paymet {
    height: 40px;
    line-height: 33px;
    border: 1px solid #d1d1d1;
    padding: 0px 10px;
    font-size: 16px;
    margin: 10px 0px 5px 0px;
    background-color: #fff;
    width: 100%;
}

#payForm {
    font-size: 14px;
}

#payForm input {
    height: 40px;
    line-height: 33px;
    border: 1px solid #d1d1d1;
    padding: 0px 10px;
    font-size: 16px;
    margin: 10px 0px 5px 0px;
    width: 100%;
    box-sizing: border-box;
}

.fancybox-slide .message .payBtn {
    background-color: #fb820c;
    color: #fff;
    display: inline-block;
    padding: 9px 35px;
    text-decoration: none;
    border: 1px solid #fb820c;
    cursor: pointer;
    margin-top: 10px;
    margin: 5px;
    transition: 0.3s;
}

.fancybox-slide .message .payBtn:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fb820c;
    transition: 0.3s;
}

.bigcart form {
    margin-bottom: 30px;
}

#center_content {
    line-height: 27px;
}

#center_content.blocked {
    display: none;
}

#blockmassage {
    display: none;
    text-align: center;
}

#blockmassage .pencil {
    background: url(images/pencil.png) no-repeat top center;
    width: 13px;
    height: 17px;
    background-size: contain;
    display: inline-block;
}

#blockmassage.blocked {
    display: block;
    margin-bottom: 20px;
}

.bigcart .delivery {
    float: left;
    width: 100%;
    font-size: 14px;
}

.bigcart h1 {
    margin-bottom: 25px;
}

.bigcart .cartperiod {
    font-size: 16px;
    color: #797979;
}

.bigcart h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #002d45;
    font-weight: normal;
    font-size: 21px;
}

.bigcart h2.h1 {
    color: #595959;
    font-size: 30px;
    font-weight: bold;
}

.bigcart .nopayers {
    margin-bottom: 20px;
    text-align: center;
}

.bigcart .catalog table tr.blocked {
    background-color: #ffb7b7;
}

.page .porder {
    text-decoration: underline;
    cursor: pointer;
}

.page .porder:hover {
    text-decoration: none;
}

.bigcart .delivery p {
    margin: 10px 0px 5px 1px;
}

.bigcart .delivery span {
    font-size: 12px;
}

.bigcart .payers {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
}

.bigcart .payers h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: normal;
}

.bigcart .payers p {
    margin: 10px 0px 5px 1px;
}

.bigcart .payers span {
    font-size: 12px;
}

.bigcart .itog {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
}

.bigcart .itog span {
    color: red;
}

.bigcart .payment {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
}

.bigcart .payment h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: normal;
}

.bigcart .payment span {
    font-size: 12px;
}

.bigcart .usercartform {
    float: left;
    width: 100%;
}

.bigcart .usercartform h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #1d6199;
    font-weight: normal;
    font-size: 24px;
}

.bigcart .ozh {
    float: left;
    width: 100%;
    text-align: center;
    color: #1d6199;
    font-weight: normal;
    font-size: 24px;
}

.bigcart .usercartform input {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 17px;
}

.bigcart .usercartform .adres {
    background-color: #e4e4e4;
    padding: 10px;
    margin-bottom: 10px;
}

.bigcart .usercartform .adres h3 {
    margin-top: 0px;
}

.bigcart .usercartform textarea {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 17px;
    height: 120px;
}

.bigcart textarea {
    width: 100%;
    height: 85px;
    padding: 8px 12px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    margin-bottom: 10px;
}

.bigcart input[type="submit"] {
    background-color: #fb820c;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    text-decoration: none;
    border: 1px solid #fb820c;
    cursor: pointer;
    font-size: 17px;
    width: 100%;
    transition: 0.3s;
}

.bigcart input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fb820c;
    transition: 0.3s;
}

span.red {
    color: red;
}