html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong,
form, label, input, button, select,
table, thead, tbody, tfoot, tr, th, td, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    vertical-align: baseline;
    font: inherit;
}

body {
    font-size: 12px;
    line-height: 1;
    color: #000;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}


@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6b6b6b;
    background: url(img/bg.png) repeat center 0;
    min-width: 1201px;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    color: #00a3e2;
    font-style: italic;
    font-weight: bold;
}

h4 {
    font-family: 'open_sansregular';
    color: #f26522;
    font-size: 14px;
}

h5 {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    color: #454545;
    margin: 0 0 1px 0;
}

a {
    text-decoration: none;
}

.wrap {
    width: 1201px;
    margin: 0 auto;
}

.wrap > div {
    overflow: hidden;
}

.container {
    min-height: 100%;
    /*height: auto !important;*/
    /*height: 100%;*/
}

.append {
    height: 160px;
    clear: both;
}


/*popup*/
.overlay, .overlay3 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: url(img/overlay.png);
    z-index: 999;
    display: none;
}

.overlay2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(img/overlay.png);
    z-index: 999;
    display: none;
}

.popup {
    display: none;
    width: 517px;
    /*height: 559px;*/
    padding: 0 0 20px;
    background: #fff;
    left: 50%;
    margin-left: -224px;
    position: fixed;
    z-index: 999;
    top: 60px;
    box-shadow: #2f2f2f 0 4px 10px;
    -moz-box-shadow: #2f2f2f 0 4px 10px;
    -o-box-shadow: #2f2f2f 0 4px 10px;
    behavior: url(PIE.htc);
}

.popup p {
    margin: 0 !important;
}

.close {
    position: absolute;
    width: 38px;
    height: 37px;
    background: url(img/close.png);
    right: -19px;
    top: -18px;
}

.popup p.title {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    margin: 33px 0 41px 0 !important;
}

.popup label {
    font-size: 14px;
    margin-left: 0;
    margin-top: -3px;
    display: inline-block;
    width: 170px;
    text-align: right;
    vertical-align: middle;
    margin: 0 17px 0 33px;
}

.cabinet label span, .popup label span {
    color: #ed1c24;
}

input[type="text"], input[type="password"], textarea {
    height: 30px;
    border: #c4dca4 1px solid;
    background: #fff;
    font-size: 16px;
    color: #9a9a9a;
    padding: 0 10px;
}

.popup input[type="text"] {
    height: 20px;
    width: 176px;
    border: #e3e3ea 1px solid;
    border-top-color: #a9acb0;
    border-bottom-color: #e3e8ee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    position: relative;
    behavior: url(PIE.htc);
    font-size: 14px;
    margin: 0 0 17px 0;
}

.popup textarea {
    border: #e3e3ea 1px solid;
    border-top-color: #a9acb0;
    border-bottom-color: #e3e8ee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    position: relative;
    behavior: url(PIE.htc);
    font-size: 14px;
    margin: 0 0 17px 0;
    min-width: 176px;
    max-width: 176px;
    min-height: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*p.captcha {
	margin:-2px 0 0 170px !important;
}
.captcha img {
	vertical-align: middle;
	margin: 0 26px 0 0;
}
.captcha input[type="text"] {
	width:106px;
}*/
.comment label {
    vertical-align: top;
}

.popup #submitbtn {
    background: #1ab2ed;
    display: block;
    margin: 15px auto 0;
    height: 43px;
    border-bottom: 3px solid #1996c6;
    color: #fff;
    font-family: 'open_sansregular';
    font-size: 17px;
    line-height: 43px;
    text-align: center;
    vertical-align: top;
    width: 170px;
}

.popup #submitbtn:hover {
    background: #2EBDF5;
}

.redborder {
    border: 1px solid red !important;
}

.szd-order {
    margin: 0 auto;
    clear: both;
}

.popup .captcha {
    overflow: hidden;
}

.popup .g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup .captcha img {
    margin: 0 0 5px 224px;
    width: 197px;
}

#modal_quest {
    display: none;
    width: 400px;
    /*height: 559px;*/
    padding: 30px 0;
    background: #fff;
    left: 50%;
    margin-left: -224px;
    position: fixed;
    z-index: 999;
    top: 100px;
    box-shadow: #2f2f2f 0 4px 10px;
    -moz-box-shadow: #2f2f2f 0 4px 10px;
    -o-box-shadow: #2f2f2f 0 4px 10px;
    behavior: url(PIE.htc);
}

#modal_quest p {
    margin: 0 !important;
}

#modal_quest #close_quest {
    position: absolute;
    width: 38px;
    height: 37px;
    background: url(img/close.png);
    right: -19px;
    top: -18px;
}

#modal_quest h4 {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    padding: 0px 0 20px 0;
    color: #00a3e2;
}

#modal_quest label {
    font-size: 14px;
    margin-left: 0;
    margin-top: -3px;
    display: inline-block;
    width: 101px;
    text-align: right;
    vertical-align: middle;
    margin: 0 10px 0 0px;
}

#modal_quest label span {
    color: #ed1c24;
}

#modal_quest input[type="text"] {
    height: 20px;
    width: 150px;
    border: #e3e3ea 1px solid;
    border-top-color: #a9acb0;
    border-bottom-color: #e3e8ee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    position: relative;
    behavior: url(PIE.htc);
    font-size: 14px;
    margin: 0 0 17px 0;
    vertical-align: top;
}

#modal_quest textarea {
    vertical-align: top;
    max-width: 150px;
    min-width: 150px;
    border: #e3e3ea 1px solid;
    border-top-color: #a9acb0;
    border-bottom-color: #e3e8ee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    position: relative;
    behavior: url(PIE.htc);
    font-size: 14px;
    margin: 0 0 17px 0;
    min-height: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#modal_quest .api-submit {
    padding: 0;
}

#modal_quest .ts-alert {
    margin: 10px 20px;
}

#modal_quest input[type=submit] {
    margin: 10px auto 0;
    display: block;
    height: 43px;
    cursor: pointer;
    background: #1ab2ed;
    float: none;
    clear: none;
    line-height: 43px;
    vertical-align: top;
    width: 170px;
    border-bottom: #1996c6 3px solid;
    text-align: center;
    color: #fff;
    font-family: 'open_sansregular';
    font-size: 17px;
}

#modal_quest input[type=submit]:hover {
    background: #2EBDF5;
}


/*header*/
.header .wrap {
    height: 146px;
    background: url(img/header.jpg);
    color: #fff;
    overflow: hidden;
    margin-bottom: 7px;
}

.logo {
    float: left;
    margin: 20px 0 0 48px;
}

.header .desc {
    float: left;
    width: 377px;
    line-height: 22px;
    margin: 27px 0 0 72px;
}

.stand-btn {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 170px;
    border-bottom: #b30309 3px solid;
    background: #ed1c24;
    text-align: center;
    color: #fff;
    font-family: 'open_sansregular';
    font-size: 17px;
    line-height: 40px;
}

.stand-btn:hover {
    background: #FF242C;
}

.stand-btn.blue {
    background: #1ab2ed;
    border-color: #1996c6;
}

.stand-btn.blue:hover {
    background: #2EBDF5;
}

.header .stand-btn {
    float: left;
    margin: 19px 0 0 42px;
}

.contact {
    float: right;
    margin: 25px 22px 0 0;
    text-align: right;
}

.header .phone {
    color: #4b4b4b;
    font-size: 24px;
    margin: 0 0 5px 0;
}

.header .phone span {
    font-size: 14px;
    margin: 0 5px 0 0;
}

.header .address {
    font-size: 13px;
    margin: 0 0 18px 0;
}

.header .search {
    position: relative;
}

.search input[type="text"] {
    height: 28px;
    border: #b4b4b4 1px solid;
    background: #fff;
    padding: 0 32px 0 5px;
    width: 123px;
}

.search input[type="submit"] {
    width: 32px;
    height: 28px;
    background: url(img/search-btn.jpg);
    position: absolute;
    right: 0;
    top: 1px;
}

/*top-menu*/
.top-menu {
    height: 53px;
}

.top-menu .fixed.true {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.top-menu .wrap {
    height: 53px;
    background: url(img/top-menu.jpg);
    font-family: 'open_sansregular';
    font-size: 16px;
    overflow: hidden;
}

.top-menu .wrap > div {
    display: inline-block;
}

.top-menu a {
    color: #fff;
}

.top-menu a:hover {
    color: rgb(226, 243, 29);
}

.top-menu .home {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    background: url(img/ico-home.png);
    margin: 20px 25px 0 32px;
    width: 0px;
}

.top-menu ul {
    padding: 20px 0 0 0;
    display: inline-block;
    vertical-align: top;
}

.top-menu li {
    display: inline-block;
    vertical-align: top;
    height: 17px;
    line-height: 14px;
    border-right: #fff 1px solid;
    padding: 0 16px 0 0;
    margin: 0 16px 0 0;
}

.top-menu .last, .top-menu ul li:last-child {
    border: none;
    padding: 0;
}

.basket-block {
    min-width: 213px;
    height: 35px;
    background: #fff;
    box-shadow: inset #a5a5a5 2px 2px 4px;
    -moz-box-shadow: inset #a5a5a5 2px 2px 4px;
    -o-box-shadow: inset #a5a5a5 2px 2px 4px;
    behavior: url(PIE.htc);
    position: relative;
    float: right;
    margin: 8px 12px 0 0;
    font-size: 14px;
}

.basket-block p {
    height: 35px;
    font-family: 'open_sansregular';
    background: url(img/ico-basket.png) no-repeat 0 9px;
    color: #00a3e2;
    line-height: 37px;
    margin: 0 8px 0 10px;
}

.basket-block a {
    color: #00a3e2;
    text-decoration: underline;
    padding: 0 0 0 32px;
}

/*page*/
.page {
    /*padding:33px 0 0 0;*/
    padding: 18px 0 0 0;
    overflow: hidden;
}

/*l-sidebar*/
.l-sidebar, .l-sidebar > div {
    width: 256px;
    min-height: 446px;
    background: url(img/overlay-white.png);
    float: left;
}

.l-sidebar {
    background: none;
}

.l-sidebar > div.fixed {
    position: fixed;
    top: 60px;
}

.leftmenu {
    padding: 28px 19px 0;
}

.l-sidebar + .block.bg {
    background: none !important;
}

.leftmenu > li {
    font-size: 13px;
    background: url(img/arr.png) no-repeat 0 4px;
    padding: 0 0 0 8px;
    margin: 0 0 5px 0;
    position: relative;
    color: #9b9b9b;
    border-bottom: 1px dotted #9D9D9D;
}

.leftmenu > li > a {
    display: block;
    /*background:url(img/brd.png) repeat-x 0 bottom;*/
    padding: 0 0 9px 5px;
}

.leftmenu a {
    color: #20479D;
    /*color:#1ab2ed; */
    text-decoration: underline;
}

.leftmenu a:hover {
    font-weight: bold;
    text-decoration: none;
}

.leftmenu .active > a {
    text-decoration: none;
    font-weight: bold;
}

.sub {
    margin: 5px 0 6px 0;
    display: none;
}

.sub li {
    position: relative;
    margin: 0 0 9px 24px;
}

.sub li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    behavior: url(PIE.htc);
    background: #1ab2ed;
    top: 5px;
    left: -10px;
}

.sub a {
    font-size: 12px;
    font-style: italic;
}

/*content*/
.content.left {
    float: left;
    width: 913px;
    margin-left: 32px;
    background: url(img/overlay-white.png);
    margin-bottom: 40px;
}

.content .block {
    /*margin:0 0 40px 0;*/
    margin: 0 0 18px 0;
    overflow: hidden;
}

.content .block h1 {
    margin: 21px 0 23px 29px;
}

.block.bg {
    background: url(img/overlay-white.png);
}

/*action*/
.action {
    width: 580px;
    height: 300px;
    position: relative;
    float: left;
}

.action img {
    width: 100%;
    height: 100%;
}

.action div {
    position: absolute;
    height: 84px;
    background: url(img/overlay-white.png);
    width: 100%;
    bottom: 0;
    left: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    color: #00a3e2;
    font-style: italic;
    font-weight: bold;
}

.action p {
    margin: 32px 0 0 30px;
}

/*rev*/
.rev .carousel {
    width: 580px;
    height: 300px;
    float: right;
    background: url(img/overlay-white.png);
    margin: 0 20px 0 20px;
}

.rev .carousel h1 {
    margin: 21px 0 16px 29px;
}

.rev .carousel li, .rev .carousel .jcarousel-clip {
    overflow: hidden;
    width: 401px;
    height: 215px;
    margin: 0 auto;
    font-size: 13px;
}

.jcarousel-clip {
    overflow: hidden;
}

.rev li img {
    float: left;
    margin: 0 20px 0 0;
    box-shadow: #96afba 0 0 3px;
    -moz-box-shadow: #96afba 0 0 3px;
    -o-box-shadow: #96afba 0 0 3px;
    position: relative;
    border: #96afba 1px solid;
    behavior: url(PIE.htc);
}

.rev .name {
    font-weight: bold;
    font-style: italic;
    color: #454545;
    padding: 0 0 5px 0;
}

.rev .post {
    font-style: italic;
    color: #6b6b6b;
}

.rev .text {
    clear: both;
    line-height: 18px;
    font-size: 12px;
    padding: 17px 0 0 0;
}

.rev .btn, .client .btn {
    position: absolute;
    width: 17px;
    height: 31px;
    background: url(img/rev-nav.png) no-repeat;
    top: 147px;
}

.rev .next {
    left: 28px;
}

.rev .prev {
    right: 28px;
    background-position: -17px 0;
}

/*pop*/
.pop {
    /*height:516px;*/
    padding: 0 0 30px;
}

.catalog > ul {
    width: 1129px;
    margin: 0 auto;
}

.catalog > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 265px;
    /*height:406px;*/
    margin: 0 19px 0 0;
    box-shadow: #B2BEC2 0 0 8px;
    -moz-box-shadow: #B2BEC2 0 0 8px;
    -o-box-shadow: #B2BEC2 0 0 8px;
    position: relative;
    behavior: url(PIE.htc);
}

.catalog > ul > li:last-child {
    margin: 0;
}

.content.left .catalog > ul > li {
    background: #e6f7fe;
    height: auto;
    margin-bottom: 28px;
}

.catalog ul.standscatalog {
    width: 1129px;
    margin: 0 auto;
}

.catalog ul.standscatalog > li {
    display: inline-block;
    vertical-align: top;
    width: 265px;
    height: 406px;
    margin: 0 19px 0 0;
    box-shadow: #B2BEC2 0 0 8px;
    -moz-box-shadow: #B2BEC2 0 0 8px;
    -o-box-shadow: #B2BEC2 0 0 8px;
    position: relative;
    behavior: url(PIE.htc);
}

.content.left .catalog ul.standscatalog > li {
    background: #e6f7fe;
    height: auto;
    margin-bottom: 28px;
}

.content.left .block {
    margin-bottom: 0;
}

.content.left .catalog > ul {
    margin: 32px 35px 0;
}

.catalog > ul > .last {
    margin-right: 0;
}

.content.left .catalog ul.standscatalog {
    margin: 32px 35px 0;
}

.catalog ul.standscatalog > .last {
    margin-right: 0;
}

.catalog .title {
    height: 41px;
    text-align: center;
    line-height: 44px;
    color: #f26522;
    font-weight: bold;
    background: #fff;
    font-size: 15px;
}

.catalog .title a {
    text-decoration: underline;
    color: #f26522;
}

.catalog .title a:hover {
    text-decoration: none;
    color: #f26522;
}

.catalog ul > li span {
    display: block;
    /*width: 266px;*/
    /*height: 188px;*/
    /*line-height: 180px;*/
    text-align: center;
}

.catalog ul > li span a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 266px;
    height: 188px;
}

.catalog ul > li span img {
    /*vertical-align: middle;*/
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.catalog .art {
    font-size: 12px;
    color: #1ab2ed;
    background: #fff;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.catalog .text {
    padding: 15px 6px 0;
    margin: 0 0 5px 0;
}

.catalog h4 {
    height: 40px;
    /*margin:0 0 15px 0;*/
}

.catalog .text p {
    font-size: 12px;
    line-height: 14px;
    height: 30px;
}

.catalog p {
    margin: 0 !important;
}

.detail {
    font-size: 12px;
    text-align: center;
    background: url(img/detail-bg.jpg) no-repeat 4px 0;
}

.detail li {
    text-align: center;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: relative;
}

.detail .first {
    padding: 0 15px 0 0;
    margin: 0 8px 0 0;
}

.detail .first:after {
    content: "";
    height: 11px;
    border-left: #787c7e 1px solid;
    position: absolute;
    top: 10px;
    right: 0;
}

.catalog .price {
    width: 132px;
    height: 43px;
    border-right: #fff 1px solid;
    background: #dce2e4;
    text-align: center;
    float: left;
    color: #ed1c24;
    font-weight: bold;
    font-size: 17px;
    line-height: 45px;
}

.catalog .stand-btn {
    width: 132px;
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 45px;
}

.catalog .szd-shop-basket-button-enabled {
    float: right;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    width: 132px;
    color: #fff;
    font-family: 'open_sansregular';
    height: 40px;
    text-align: center;
    vertical-align: top;
    background: #1ab2ed !important;
    border: 0;
    border-bottom: 3px solid #1996c6;
    border-radius: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
}

.catalog .szd-shop-basket-button-enabled:hover {
    background: #2EBDF5;
}

.catalog .szd-shop-basket-button-disabled {
    float: right;
    font-size: 14px;
    line-height: 43px;
    text-transform: uppercase;
    width: 132px;
    color: #333 !important;
    font-family: 'open_sansregular';
    height: 43px;
    text-align: center;
    vertical-align: top;
    background: #DCE2E4 !important;
    border: 0;
    border-radius: 0 !important;
    padding: 0 !important;
    font-weight: bold !important;
    cursor: default;
}

/*client*/
.client {
    height: 252px;
    position: relative;
}

.client ul {
    text-align: justify;
}

.client .carousel {
    width: 940px;
    margin: 0 auto;
}

.client li {
    width: 188px;
    text-align: center;
}

/*.client li div{
	display:inline-block;
	vertical-align:middle;
}*/
.client li:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.client .btn {
    width: 27px;
    height: 47px;
    background: url(img/client-nav.png);
    top: 118px;
}

.client .next {
    left: 33px;
}

.client .prev {
    right: 33px;
    background-position: -27px 0;
}

/*text block*/
.text.block {
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 9px 0;
}

.text.block p {
    margin: 0 32px 23px 32px;
}

/*basket*/
.basket {
    overflow: hidden;
    padding: 0 0 20px;
}

.basket table {
    width: 1084px;
    text-align: center;
    line-height: 15px;
    margin: 0 auto;
    margin-bottom: 24px;
    line-height: 18px;
}

.basket thead td {
    height: 43px;
    font-size: 15px;
}

.basket td {
    vertical-align: middle;
    border: #c3c3c3 1px solid;
    height: 91px;
    padding-left: 2px;
    padding-right: 2px;
}

.basket td p {
    margin: 0 !important;
}

.catalog table img {
    display: inline;
}

/*.basket .num {
	height: 24px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius:50%;
	background: #cdcdcd;
	margin: 0;
	display:inline-block;
	position:relative;
	behavior: url(PIE.htc);
}
.basket .num .plus, .basket .num .minus {
	cursor:pointer;
	height: 24px;
	width: 17px;
	background: url(img/num2.png) -17px 0;
}
.basket .num .minus {
	background-position: 0 0;
	cursor:pointer;
}
.num input {
	border: #dbdbdb 1px solid;
	text-align: center;
	padding: 0;
	font-size: 14px;
	color: #797979;
	height: 20px;
	margin: 1px 0 0 0;
	width: 35px;
	border-color: #c1c1c1;
	background:#fff;
}
.num li {
	float: left;
}*/
.basket .num {
    height: 24px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 50%;
    background: #cdcdcd;
    margin: 0;
    display: inline-block;
    position: relative;
    behavior: url(PIE.htc);
    width: 72px;
}

.basket .num .szd-plus, .basket .num .szd-minus {
    cursor: pointer;
    height: 24px;
    width: 17px;
    background: url(img/num2.png) -17px 0;
}

.basket .num .szd-minus {
    background-position: 0 0;
    cursor: pointer;
}

.num .szd-quantity {
    border: #dbdbdb 1px solid;
    text-align: center;
    padding: 0;
    font-size: 14px;
    color: #797979;
    height: 20px;
    margin: 1px 0 0 0;
    width: 35px;
    border-color: #c1c1c1;
    background: #fff;
}

.num li {
    float: left;
}


.basket table a {
    text-decoration: underline;
}

a {
    color: #1ab2ed;
}

.clear-table {
    text-decoration: underline;
}

.remove {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background: url(img/remove.png);
    cursor: pointer;
}

.total {
    float: right;
    font-size: 20px;
    margin: 0 52px 0 0 !important;
}

.basket .desc {
    font-size: 12px;
    float: right;
    clear: none;
    margin: 0 59px 0 0;
    line-height: 18px;
}

.basket .desc a {
    text-decoration: underline;
}

.basket .stand-btn {
    display: block;
    clear: both;
    width: 170px;
    background: #f26522;
    border-color: #da4e0b;
    margin: 26px 59px 0 0;

    float: right;
    font-size: 14px;
    line-height: 45px;
    text-transform: uppercase;
}

.basket .stand-btn:hover {
    background: #F77132;
}

/*footer*/
.footer {
    margin: -160px 0 0 0;
}

.footer .wrap {
    /*height:119px; */
    height: 150px;
    background: url(img/overlay-white.png);
    margin-bottom: 45px;
}

div.cpr {
    float: left;
    font-size: 13px;
    margin: 49px 0 0 35px;
}

.cpr i {
    font-style: normal;
    font-size: 10px;
    margin: 0 5px;
}

.cpr .phone {
    color: #0070ae;
    padding: 4px 0 0 0;
}

.cpr .phone span {
    font-size: 18px;
}

.footer .stand-btn {
    float: left;
    margin: 40px 0 0 127px;
}

.bot-menu {
    float: right;
    margin: 34px 36px 0 0;
    line-height: 8px;
}

.bot-menu li {
    height: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    border-right: #a1a2a3 1px solid;
    padding: 0 7px 0 0;
    margin: 0 6px 0 0;
}

.bot-menu .last {
    margin: 0;
    padding: 0;
    border: none;
}

.bot-menu li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.bot-menu a {
    color: #1ab2ed;
    text-decoration: underline;
}

.bot-menu a:hover {
    text-decoration: none;
}

.social {
    float: right;
    clear: both;
    margin: 17px 34px 0 0;
}

.social li {
    margin: 0 1px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.social p {
    margin: 0 6px 0 0;
}

.right-block {
    float: right;
}


/*FANCYBOX--begin*/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    border: 0;
    outline: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    margin: 0;
    padding: 15px;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(js/fancy/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(js/fancy/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(js/fancy/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(js/fancy/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
    padding: 2px 20px;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    padding: 10px;
}

.fancybox-nav:hover span, .fancybox-opened .fancybox-title {
    visibility: visible;
}

@media only screen and -webkit-min-device-pixel-ratio

15
,
only screen and min--moz-device-pixel-ratio

15
,
only screen and min-device-pixel-ratio

15
{
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(js/fancy/fancybox_sprite@2x.png);
    background-size: 44px 152px;
}

#fancybox-loading div {
    background-image: url(js/fancy/fancybox_loading@2x.gif);
    background-size: 24px 24px;
}

}
/*FANCYBOX--end*/

.counters {
    float: left;
    font-size: 12px;
    line-height: 14px;
    width: 210px;
    padding: 0 25px 0 33px;
    color: #423f1c;
    margin-left: 250px;
    margin-top: 12px;
}

.counters a {
    text-decoration: underline;
}

.counters a:hover {
    text-decoration: none;
}

.catalog_main_page {
    width: 580px;
    height: 300px;
    float: right;
    background: #A2D9F7;
    padding: 10px 15px 0 15px;
    box-sizing: border-box;
}

.catalog_main_page ul {
    list-style: none;
}

.catalog_main_page ul li {
    display: inline-block;
    width: 49%;
    border: none;
    margin: 4.3px 0 4.3px 0;
}

.catalog_main_page ul li img, .catalog_main_page ul li a {
    border: none;
    box-shadow: none;
    width: 260px;
    height: 60px;
}

.catalog_main_page ul li .hover {
    display: none;
}

.banner {
    width: 580px;
    height: 200px;
    float: left;
    overflow: hidden;
    /*margin: 0 0 40px 40px; */
    margin: 0 0 18px 40px;
}

.banner:nth-child(2n) {
    /*margin: 0 0 40px 0; */
    margin: 0 0 18px 0;
}

.banner img {
    width: 580px;
}

.clear_both {
    width: 100%;
    overflow: hidden;
    clear: both;
    float: none;
}
