

/* Start:/css/reset.css?15297568951352*/
@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
 body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
html{
	height: 100%;
	position: relative;
	margin:0;
	padding: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear: both;
}
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
input[type="submit"],
input[type="button"],
button{
	-webkit-appearance: none;
}
/* End */


/* Start:/css/main.css?160154071489535*/
#desc b {
    font-size: 16px !important;
    font-weight: bold;
}

#desc {
    font-size: 16px !important;
    margin-bottom: 10rem !important;
}

a {
    color: #4573b1;
    text-decoration: none;
    transition: 200ms;
    position: relative;
}

/*
a:hover {
	font-weight: bold;
}

a::before {
	content: '';
	bottom: 0;
	left: 0;
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #4573b1;
	transition:200ms;

}

a:hover:before {
	width: 100%;
}

.fontC h2{
    display: block;
    font-size: 1.5rem;
    -webkit-margin-before: 0.83rem;
    -webkit-margin-after: 0.83rem;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
*/

body {
    font-family: Arial, sans-serif;
    display: block !important;
}

.fontC {
    color: #656464;
    font-family: 'PT Sans', sans-serif, Arial;
    /*font-size: 14px;*/
    position: relative;

    line-height: 1.3;
}


.fontC h1,
.fontC h2,
.fontC h3,
.fontC h4 {
    display: block;
    font-size: 1.5rem;
    -webkit-margin-before: 0.67rem;
    -webkit-margin-after: 0.67rem;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

/*
.fontC a::before {
	content: '';
	bottom: 0;
	left: 0;
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #4573b1;
	transition:200ms;

}

.fontC a:hover:before {
	width: 100%;
}

.fontC a:hover {
	font-weight: bold;
}
*/
.fontC li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.fontC ul, ol {
    margin: 1rem 0;
    /* padding: 0 0 0 40px;*/
}

.fontC img {
    margin-left: 10px;
    margin-right: 10px;
}

.fontC p {
    padding-bottom: 10px;
    display: block;
    -webkit-margin-before: 1rem;
    -webkit-margin-after: 1rem;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1.5;
}

.fontC table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-spacing: 0px;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
}

.fontC ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

/*.fontC div {
   display: block;
}*/

.fontC div .mk {
    display: inline-block;
    width: 200px;
    height: 230px;
    padding: 20px 7px;
}

.fontC b, strong {
    font-weight: bold;
}

.detail-text i {
    font-style: italic;
}

/*..fontC ul li{
list-style-type: none;
}
*/
.fontC ul {
    margin-bottom: 20px;
    margin-left: 25px;
    margin-top: 7px;
    line-height: 1.4;
}

.fontC ul li {
    padding-bottom: 4px;
}

.about-container .fontC ul li::before {
    background-color: #4573b1;
    border-radius: 50%;
    content: "";
    float: left;
    height: 7px;
    line-height: 1em;
    margin-right: 10px;
    margin-top: 5px;
    width: 7px;
}

.item_coll li::before {
    display: none;
}

.fontC ul li p {
    margin: 2px;
}

.fontC ol li p {
    margin: 2px;
}

.wrapper {
    width: 100%;
    margin: auto;
    height: 100%;
}

.left-sidebar {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 16%;
    height: 100% !important;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.3);
    min-height: 300px;
    animation: yourAnimationCenterContent 0.5s forwards 0s ease-out;
}

.rollbar-content {
    overflow: hidden;
}

.center-content {
    float: left;
    width: 67%;
    margin-left: 16%;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    animation: yourAnimationCenterContent 0.8s forwards 0s ease-out;
}

.serchresults_item_table td {
    padding: 5px 0 2px;
    text-align: center;
    vertical-align: middle;
}

.serchresults_item_table tr {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #4573b1;
    height: 35px;
}

.serchresults_item_table {
    clear: both;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}

.serchresults_item_table thead {
    background: #4573b1;
    font-style: italic;
    color: #fff;
    height: 35px;
}

.serchresults_item_table tbody tr {
    background: #efefef;
}

.serchresults_item_table tbody tr:nth-child(odd) {
    background: #fff;
    height: 35px;
}

.right-sidebar {
    float: left;
    position: relative;
    z-index: 2;
    width: 17%;
    height: 100%;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-shadow: 0px -9px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -9px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -9px 15px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    overflow-x: hidden;
    /*animation: yourAnimationCenterContent 0.5s forwards 0s ease-out;*/
}

.right-sidebar .rollbar-content {
    padding-top: 15px;
}

.news-h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.news-h3:hover {
    text-decoration: underline !important;
}

.telefon {
    width: 100%;
    margin: auto;
    margin-top: 2%;
}

.telefon .title {
    color: #626262;
    font-size: 14px;
    margin-bottom: 5px;
}

.logo {
    text-align: center;
    padding: 0 10px;
    /*height: 17%;*/
}

.logo img {
    margin-top: 5px;
    animation: myAnimation2 800ms forwards 0s ease-out;
    width: 90%;
}

.phone-icon {
    float: left;
    width: 50px;
}

.phone-icon img {
    width: 45px;
    height: 45px;
}

.cat-icon span {
    display: block;
    margin: auto;
    width: 30px;
    height: 20px;
}

.cat-list > ul > li:hover > a .cat-icon span,
.cat-list > ul > li.active > a .cat-icon span {
    background-position: 100%;

}


.phone-text {
    text-align: center;
    animation: myAnimation2 800ms forwards 0s ease-out;
}

.phone-text div,
.phone-text div a {
    /* font-size: 30px; */
    font-size: 27px;
    color: #626262;
    padding-top: 15px;

}

.phone-text div b {
    font-weight: bold;
}

.phone-text a {
    font-size: 12px;
    color: #4573b1;
}

.phone-text a span {
    border-bottom: 1px dashed #4573b1;
}

.phone-text a img {
    position: relative;
    top: 4px;
}

.answerform {
    margin: 5% 0;

}

.sms-link {
    display: block;
    width: 100%;
    margin: auto;
    padding: 10px 0;
    text-align: center;
    background: #4573b1;
    color: white;
    font-size: 18px;
    border-top: 3px solid #eb1c2a;
    border-bottom: 3px solid #eb1c2a;
    transition: 400ms;
    /*animation: yourAnimationCenterContent 800ms forwards 0s ease-out;*/
}

.sms-link:hover {
    display: block;
    width: 100%;
    margin: auto;
    padding: 10px 0;
    text-align: center;
    background: #eb1c2a;
    color: white;
    font-size: 18px;
    border-top: 3px solid #4573b1;
    border-bottom: 3px solid #4573b1;
    transition: 400ms;
}

.api-search-backdrop {
    display: none !important;
}

.footer {
    clear: both;
}

.nav {
    text-transform: uppercase;
    padding-right: 10px;
    height: 40%;
}

.nav ul {
    height: 100%;
}

.nav li {
    height: 10%;
    border-right: 5px solid #4573b1;
    margin-bottom: 3%;
    text-align: right;
    animation: myAnimation2 800ms forwards 0s ease-out;
}

.nav li:hover,
.nav li.active {
    border-right-color: #ff0000;
    transition: 400ms;
}

.nav li a {
    display: inline-block;
    padding-right: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #4573b1;
    height: 100%;
    line-height: 2.5em;
}

.nav li .arends-link {
    line-height: 18px;
}

.basket {
    width: 240px;
    margin: auto;
    basket: 21%;
    animation: myAnimation2 800ms forwards 0s ease-out;
}

.basket .title {
    width: 100%;
    height: 35px;
    background: #eb1c2a;
    color: white;
    font-size: 14px;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 18px;
    font-weight: bold;
}

.basket .title:after {
    content: "";
    border-top: 2px solid #4573b1;
    width: 240px;
    margin-left: -5px;
    margin-top: 1px;
}

.basket .price {
    float: right;
}

.basket-block {

    width: 230px;
    height: 58px;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    border-left: 2px solid #eb1d2b;
    border-bottom: 2px solid #eb1d2b;
}

.get-order-2 {
    display: block;
    width: 110px;
    height: 32px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: white;
    white-space: pre-wrap;

    background: #626262;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding-top: 3px;
    line-height: 13px;
    position: absolute;
    right: 0;
    bottom: -14px;
}

.get-order {
    display: block;
    width: 110px;
    height: 32px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: white;
    white-space: pre-wrap;

    background: #31EA29;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding-top: 3px;
    line-height: 13px;
    position: absolute;
    right: 0;
    bottom: -14px;
}

.text-basket {
    width: 119px;
    height: 54px;
    line-height: 31px;
    background: url(/images/basket.png) no-repeat;
    text-align: center;
    overflow: hidden;
    margin: auto;
    font-weight: bold;
    font-size: 24px;
    color: #626262;
}

.text-cell {
    width: 119px;
    height: 35px;
    display: table-cell;
    vertical-align: middle;
}

.search {
    position: relative;
    margin-top: 15px;
}

.search input[type="text"] {
    width: 99%;
    outline: 0;
    height: 25px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding-left: 5px;
    border: 1px solid #4573b1;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    animation: myAnimation 800ms forwards 0s ease-out;
}

.search .s-in {
    display: block;
    width: 39px;
    height: 39px;
    outline: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: 0;
    background: url(/images/search.png) no-repeat;
    animation: myAnimation 800ms forwards 0s ease-out;
}

.catalog {
    margin: 25px 0;
    animation: myAnimation 800ms forwards 0s ease-out;
}

.catalog .title {
    /*height: 23px;*/
    color: #eb1c2a;
    text-transform: uppercase;
    padding-left: 6px;
    padding-top: 1px;
    padding-bottom: 3px;
    font-weight: 700;
    font-size: 14px;
    /*background: url(/images/cata-line.png) no-repeat; */
    background-position: 0 6px;
    border-bottom: 1px solid red;

}

.cat-list {
    border: 1px solid #ededed;

}

.cat-list > ul > li {
    min-height: 30px;
    border-bottom: 1px solid #ededed;
}

.cat-list a {
    display: block;
    position: relative;
    transition: 400ms;
}

.cat-list > ul > li > a {
    display: block;
    transition: 400ms;
}

.cat-list > ul ul {
    font-size: 15px;
    line-height: 1.4;
}

.cat-list > ul ul a {
    color: #626262;
    transition: 400ms;
}

.cat-list > ul ul a:hover,
.cat-list > ul ul a.active {
    color: #eb1c2a;
    transition: 400ms;
}

.cat-list > ul > li:hover > a,
.cat-list > ul > li.active > a {
    background: #4573b1;
    transition: 400ms;
}

.cat-list > ul > li:active .text,
.cat-list > ul > li:hover .text {
    color: #fff;
    transition: 400ms;
}

.cat-list > ul > li.active {
    padding-bottom: 20px;
    transition: 400ms;
}


.second-level {
    margin-left: 25px;
    position: relative;
}

.second-level > li a {
    padding-left: 10px;
}

.second-level > li:first-child a {
    padding-top: 10px;
}

.cat-list > ul > li.active > a:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 24px;
    bottom: 0;
    background: url(/images/before.png) no-repeat;
}

.border {
    /*background: url(/images/border.png)repeat-y;*/
}

.borderredline {
    background: url(/images/border.png) repeat-y;
}

.cat-list a.active:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    left: -1px;
    bottom: 0;
    background: url(/images/before.png) no-repeat;
}

.third-level,
.fourth-level {
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.cat-list .cat-icon {
    display: table-cell;
    vertical-align: middle;
    width: 45px;
    height: 30px;
    text-align: center;
}

.cat-list .text {
    display: table-cell;
    vertical-align: middle;
    /*width: 210px;
    line-height: 14px;
    height: 30px;*/
    color: #626262;
    font-size: 16px;
    padding: 5px 0;
}

.header {
    height: 50px;
    line-height: 47px;
    background: #626262;
    border-bottom: 3px solid #eb1c2a;
    text-align: center;
    color: white;
    font-size: 20px;
    animation: myAnimation4 800ms forwards 0s ease-out;
    position: relative;
    z-index: 1000;
}

.slider-wrapper {
    position: relative;
    width: 1060px;
    margin: auto;
    /* height: 555px;*/
    padding: 20px 0;
    animation: myAnimation4 800ms forwards 0s ease-out;
}

.slider-wrapper .bx-wrapper {
    width: 866px;
    margin: auto;
}

.slider-wrapper .bx-wrapper .bx-prev {
    left: -65px;
}

.slider-wrapper .bx-wrapper .bx-next {
    right: -65px;
}

.slide-img {
    width: 866px;
    margin: auto;
}

#certificates,
#requisites {
    display: none;
}

.prev-slide {
    position: absolute;
    z-index: 2;
    left: 30px;
    top: 50%;
    margin-top: -126.5px;
}

.next-slide {
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 50%;
    margin-top: -126.5px;
}

.last-news {
    width: 866px;
    margin: auto;
}

.last-news .title {
    color: #626262;
}

.last-news .title:after {
    content: "";
    display: block;
    width: 65px;
    border-top: 1px solid #4573b1;
    margin: 5px 0;
}

.news-wrap {
    margin-left: -55px;
}

.news-block {
    width: 405px;
    height: 110px;
    float: left;
    margin-bottom: 10px;
    margin-left: 55px;
    /*animation: yourAnimationCenterContent 800ms forwards 0s ease-out;*/

}

.news-block .date {
    width: 90px;

    border-right: 1px solid #4573b1;
    float: left;
    margin-top: 9px;
    text-align: center;
}

.news-block .date .number {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #4573b1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 26px;
    font-weight: bold;
}

.news-block .date .number-cell {
    display: table-cell;
    vertical-align: middle;
    width: 45px;
    height: 45px;
}

.news-block .date .month {
    display: block;
    color: #4573b1;
    font-weight: bold;
    margin-left: -3px;
}

.news-block .news-text {
    float: left;
    padding-left: 5px;
    width: 295px;
}

.news-block .news-text h5 {
    /*font-size: 14px;*/
    color: #4573b1;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.news-block .news-text p {
    /* font-size: 14px;*/
    color: #626262;
}

.novelty-wrapp {
    width: 1060px;
    margin: auto;
    margin-top: 15px;
}

.novelty-wrapp .h3 {
    padding-left: 80px;
}

.checkbox input[type=checkbox] {
    position: absolute;
    left: -10000px;
}

.check {
    background: url(/images/check.png) no-repeat 1px 6px;
    padding-left: 25px;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}

.check.active {
    background: url(/images/check-a.png) no-repeat 1px 2px;
}

.order-actions-fiz {
    margin-top: 130px;
}

.check {
    color: #626262;
    font-size: 14px;
}

.check a {
    text-decoration: underline;
    color: #4573b1;
}

.order-area-fiz {
    /* background: url('/images/fiz.png') right no-repeat; */
    min-height: 500px;
}

.complete-text {
    text-align: center;
    padding-top: 60px;
}

.complete-text header {
    font-weight: bold;
    font-size: 24px;
    color: #4573b1;
}

.number-order {
    color: #eb1c2a;
    text-decoration: underline;
}

.number-order:hover {
    text-decoration: none;
}

.small-complete {
    color: #626262;
    font-size: 14px;
    margin-top: 10px;
}

.back-catalog a {
    display: block;
    margin: auto;
    height: 75px;
    width: 235px;
    text-align: center;
    background: #4573b1;
    color: #fffefe;
    font-weight: bold;
    font-size: 18px;
    line-height: 75px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.back-catalog {
    margin-top: 30px;
}

.adress-area {
    font-weight: bold;
    font-size: 14px;
    color: #4573b1;
}

.adress-area a {
    color: #626262;
    font-weight: normal;
    text-decoration: underline;
}

.pay-card {
    display: inline-block;
}

.pay-desc-other .pay-card:first-child {
    margin-right: 75px;
}

.date-time {
    float: left;
    width: 60%;
}

.select {
    color: #626262;
    font-size: 14px;
    display: inline-block;
}

.slct {
    display: block;
    border: 1px solid #4674b2;
    background: #fff url(/images/arrow-date.png) no-repeat 100%;
    padding-left: 5px;
    width: 150px;
    height: 20px;
    color: #626262;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-align: left;
}

.drop {
    margin: 0;
    padding: 0;
    width: 150px;
    padding-left: 0 !important;
    margin-top: 0 !important;
    border: 1px solid #4674b2;
    border-top: none;
    display: none;
    position: absolute;
    background: #fff;
}

.drop li {
    list-style: none;
    border-top: 1px dotted #e8e8e8;
    cursor: pointer;
    text-align: left;
    display: block;
    padding: 4px 5px 4px 5px;
}

.drop li:hover {
    background-color: #e8e8e8;
}

.content-date .left-block,
.content-date .right-block {
    float: left;
    width: 50%;
}

.content-date .right-block {
    text-align: center;
}

.choise-del {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    color: #626262;
    margin-top: 30px;
}

.choise-del .title {
    color: #626262;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.adress-text {
    float: left;
    width: 40%;
}

.adress-text textarea {
    width: 300px;
    height: 105px;
    resize: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #5781b9;
    outline: 0;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 14px;
}

.adress-text p {
    color: #626262;
    font-size: 14px;
    margin-bottom: 5px;
}

.adress-text p b {
    font-weight: bold;
}

.content-date {
    margin-top: 15px;
}

.pay-card-radio {
    cursor: pointer;
    padding-bottom: 30px;
    background: url(/images/radio-btn.png) no-repeat 50% 99%;
}

.pay-card-radio.active {
    background: url(/images/radio-btn-a.png) no-repeat 50% 99%;
}

.date-time header img {
    max-width: 100%;
    height: auto;
}

.finish-status {
    width: 800px;
    margin: auto;
}

.finish-status h4 {
    color: #4573b1;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.finish-contact li {
    color: #626262;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 3px;
    padding-left: 70px;
}

.finish-contact li b {
    font-weight: bold;
}

.finish-contact,
.finish-del {
    margin-bottom: 30px;
}

.finish-del p {
    color: #626262;
    font-size: 18px;
    padding-left: 70px;
}

.finish-del p a {
    color: #4573b1;
    text-decoration: underline;
}

.pay-card p {
    font-size: 14px;
    margin-top: 5px;
    color: #4573b1;
    font-weight: bold;
}

.pay-card {
    margin-left: 70px;
}

.novelty-block {
    float: left;
    width: 320px !important;
    margin-right: 10px;
}

.nov-img {
    float: left;
    width: 150px;
}

.nov-text {
    width: 150px;
    padding-top: 15px;
    text-align: left;
    float: left;
}

.nov-text .title {
    font-weight: bold;
    color: #4573b1;
    font-size: 20px;
}

.nov-text .nov-desc {
    height: 85px;
    font-size: 14px;
    color: #626262;
    line-height: 1.2;
    overflow: hidden;
    display: inline-block;
}

.nov-text .nov-cell {
    /*display: table-cell;*/
    overflow: hidden;

    vertical-align: middle;
    width: 170px;
    height: 85px;
}

.nov-text .price {
    color: #eb1c2a;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 7px;
}

.nov-text .more {
    float: right;
    font-size: 14px;
    color: #4573b1;
}

.main-header {
    font-size: 18px;
    color: #626262;
    width: 866px;
    margin: auto;
    animation: myAnimation2 800ms forwards 0s ease-out;
}

.main-header:after {
    content: "";
    display: block;
    border-top: 1px solid #4573b1;
    width: 55px;
    margin-top: 5px;
}

.equipment {
    width: 866px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 12rem;
}

.equipment p {
    /*font-size: 14px;*/
    color: #626262;
    margin-top: 15px;
    line-height: 1.3;
}

.main-wrapp {
    min-height: 80%;
}

.footer {
    border-top: 3px solid #eb1c2a;
    background: #626262;
    /*position: absolute;bottom: 0;*/
    left: 0;

    width: 100%;
    padding: 10px 20px;
    height: auto;
}

.about-container .footer {
    border-top: 3px solid #eb1c2a;
    background: #626262;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    height: auto;
}

.main-air .footer {
    border-top: 3px solid #eb1c2a;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    height: auto;
}

.foot-text {
    width: 70%;
    margin: auto;
    float: left;
}

.footer:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.foot-text p {
    width: 100%;
    color: white;
    font-size: 15px;
    line-height: 1.3;
}

.copyright {
    z-index: 2;
    text-align: right;
    font-size: 12px;
    color: white;
    line-height: 1.1;
    float: right;
    width: 30%;
}

/*.main-air .foot-text p {
  width: 100%;
  color: gray;
  font-size: 15px;
  line-height: 1.3;
}
.main-air .copyright {
  z-index: 2;
  text-align: right;
  font-size: 12px;
  color: gray;
  line-height: 1.1;
  float: right;
  width: 30%;
  padding-bottom:3px;
}
.main-air .copyright p {
  padding-bottom:15px;
}*/
.red-o {
    color: #eb1c2a;
}

.about-wrapper {
    width: 1020px;
    margin: auto;
    border-top: 1px solid #4573b1;
    margin-top: 70px;
    animation: myAnimation3 800ms forwards 0s ease-out;
}

.about-container {
    width: 1000px;
    padding-bottom: 20px;
    margin: auto;
}

.tabs {
    margin-top: -30px;
    /*width: 1000px;*/
}

.tabs ul {
    margin-left: 0;
}

.tabs li {
    float: left;
    cursor: pointer;
    width: auto;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 28px;
    font-size: 15px;
    color: white;
    background: #4573b1;
    text-align: center;
    border: 1px solid #4573b1;
    border-bottom: 0;
    margin-right: 10px;
    transition: 200ms;
}

.tabs li.active,
.tabs li:hover {
    color: #4573b1 !important;
    background: white;
    transition: 200ms;
}

.tabs li.active a {
    color: #4573b1 !important;
    transition: 200ms;
}

.tabs li:hover a {
    color: #4573b1 !important;
    transition: 200ms;
}

.tabs li a {
    color: #fff;
    transition: 200ms;
}

.tabs li a::before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #4573b1;
    transition: 200ms;

}


.about-text {
    padding-top: 20px;
}

.about-desc {
    padding-top: 20px;
}

.about-desc p {
    font-size: 16px;
    color: #626262;
    margin-bottom: 25px;
    line-height: 1.5;
}

/*.about-desc img {
  float: right;
}*/
.photo {
    border: 1px solid #4573b1;
    position: relative;
    padding: 0 5px;
    padding-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.photo .title {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #626262;
}

/* .photo-wrapp {
  margin-left: -18px;
} */


.photo .bx-wrapper .bx-controls-direction a {
    width: 26px;
    height: 52px;
    margin-top: -46px;
    background-size: contain;
}

.photo .bx-wrapper .bx-prev {
    background: url(/images/photo-prev.png) no-repeat;
    left: -41px;
}

.photo .bx-wrapper .bx-next {
    right: -40px;
    background: url(/images/photo-next.png) no-repeat;
}


.photo-block {
    float: left;
    margin-left: 18px;
    width: 127px;
}

.photo-prev {
    position: absolute;
    left: -27px;
    top: 50%;
    margin-top: -26px;
    z-index: 2;
}

.photo-next {
    position: absolute;
    right: -28px;
    top: 50%;
    margin-top: -26px;
    z-index: 2;
}

.main-air {
    width: 1020px;
    margin: auto;
    margin-bottom: 10rem;
    border-bottom: 1px solid #4573b1;
    padding-bottom: 20px;
}

.fornav.catalog-items {
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}


.main-air > .main-wrapp {
    margin-bottom: 15px;
    animation: myAnimation3 800ms forwards 0s ease-out;
}

.breadcrumbs {
    border-bottom: 1px solid #4573b1;
    padding-top: 20px;
    animation: myAnimation4 800ms forwards 0s ease-out;
}

.breadcrumbs li {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumbs li:first-child {
    padding-top: 0;
}

.breadcrumbs li:first-child span {
    position: relative;
    top: -4px;
}

.breadcrumbs li a {
    font-size: 16px;
    color: #626262;
}

.breadcrumbs li span {
    padding: 0 10px;
}

.filter {
    border-bottom: 1px solid #4573b1;
    padding-left: 80px;
    padding-bottom: 25px;
    position: relative;
    /*animation: yourAnimationCenterContent 800ms forwards 0s ease-out;*/
}

.filter-container .name {
    float: left;
    width: 180px;
    font-family: Arial, sans-serif;
    /*font-size: 18px;*/
    font-weight: bold;
    color: #626262;
    padding-top: 25px;
}

.properties {
    float: left;
    width: 750px;
}

.filter .radio {
    float: left;
    width: 25%;
}

.filter td {
    width: 185px;
    vertical-align: middle;
}

.filter tr:last-child td {
    padding-bottom: 30px;
}

.filter .clas {
    font-size: 18px;
    font-weight: bold;
    color: #626262;
    display: inline-block;
    padding-top: 16px;
}

.filter .radio {
    color: #626262;
    font-size: 14px;
    padding-right: 5px;
    text-transform: none;
}

.radio input[type=checkbox] {
    position: absolute;
    left: -10000px;
}

.radio {
    background: url(/images/checkbox.png) no-repeat;
    padding-left: 29px;
    padding-top: 4px;
    min-height: 20px;
    cursor: pointer;
    position: relative;
    background-size: 20px;
}

.radio.active:before {
    content: '';
    position: absolute;
    left: 1px;
    width: 10px;
    top: 11px;
    height: 3px;
    background: #499fd8;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    /* background: url(/images/checkbox-active.png)no-repeat 0 0; */
}

.radio.active:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 3px;
    background: #499fd8;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    top: 9px;
    left: 5px;
}


.apply-filter {
    width: 100px;
    height: 35px;
    display: block;
    background: #4573b1;
    font-size: 12px;
    padding-top: 7px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: -17.5px;
    right: 185px;
    border-right: 1px solid white;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.reset {
    width: 100px;
    height: 35px;
    display: block;
    background: #4573b1;
    font-size: 12px;
    padding-top: 7px;
    color: white;
    right: 85px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: -17.5px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}

.top-fil {
    margin: 40px 0;
    font-size: 12px;
}

.top-fil td {
    padding-right: 25px;
    vertical-align: top;
}

.top-fil td:first-child {
    color: #4573b1;
}

.item-container {
    width: 866px;
    margin: auto;
    margin-bottom: 50px;
    border-bottom: 1px solid #4573b1;
}

.item-desc {
    width: 530px;
    float: left;
}

.item-img {
    float: right;
    width: 336px;
    text-align: right;
}

.item-info {
    border-bottom: 1px solid #4573b1;
}

.item-info .left-block {
    width: 100%;
    float: left;
}

.item-info .right-block {
    width: 50%;
    float: right;
    text-align: right;
}

.item-info .cod {
    color: #4573b1;
    font-weight: bold;
    font-size: 16px;
    height: 55px;
    overflow: hidden;
}

.item-info .price {
    color: red;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
}

.item-info .price b {
    /*font-size: 28px;*/
    font-size: 42px;
}

.list-item {
    font-size: 14px;
    color: #626262;
    padding: 15px;
}

.list-item li {
    margin-bottom: 10px;
}

.list-item span {
    font-weight: bold;
}

.list-item a {
    color: #4573b1;
    position: relative;
    transition: 200ms;
}

.list-item a:hover {
    color: #4573b1;
    font-weight: 600;
    transition: 200ms;
}

.list-item a::before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #4573b1;
    transition: 200ms;

}

.list-item a:hover:before {
    width: 100%;
}

.add-basket {
    margin-top: 40px;
}

.after-info {
    padding: 10px 0;
    color: #626262;
}

.after-info.special {
    /*width: 100% !important;*/
}

.after-info p {
    /*font-size: 14px;*/
    color: #626262;
    line-height: 1.4;
}

.after-info a {
    text-transform: uppercase;
    color: #4573b1;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
}

.item-wrapper {
    border-bottom: 1px solid #4573b1;
    animation: myAnimation3 800ms forwards 0s ease-out;
}

.after-item-text {
    width: 866px;
    margin: auto;
    padding: 20px 0;
    /* font-size: 14px;*/
    color: #626262;
    text-align: justify;
}

.detail-img {
    width: 400px;
    float: left;
}

.detail-img-block {
    border: 1px solid #4573b1;
}

.miniature {
    padding: 10px 5px;
}

.detail-desc {
    width: 530px;
    float: right;
}

.detail-desc .item-desc {
    float: none;
    width: auto;
}

.detail {
    padding-left: 65px;
    padding-top: 30px;
}

.detail .item-info {
    border-bottom: 1px solid #4573b1;
}

.bx_item_container .after-info {
    border-bottom: 1px solid #4573b1;
}

.top-title {
    border-bottom: 1px solid #4573b1;
}

.bx_item_container .col-33 {
    float: left;
    width: 33.3%;
    /* font-size: 12px;*/
    color: #4573b1;
}

.bx_item_container .col-33 img {
    margin: 5px;
}

.icon-detail {
    padding: 20px 0;
    border-bottom: 1px solid #4573b1;
    text-align: center;
}

.detail-text {
    font-size: 16px;
    color: #626262;
    line-height: 1.5;
}

.detail-text h1,
.detail-text h2,
.detail-text h3,
.detail-text h4,
.detail-text h5,
.detail-text h6 {
    font-size: 18px;
    font-weight: bold;
    color: #4573b1;
    margin-top: 18px;
}

.detail-text p, .detail-text div {
    color: #626262;
    margin-top: 18px;
    line-height: 1.5;
}

.detail-text h2 {
    margin-bottom: 10px;
}

.detail-text table[border='1'], .detail-text table[border='1'] tr, .detail-text table[border='1'] td, .detail-text table[border='1'] thead {
    border: 1px solid;
    border-collapse: collapse;
    padding: 10px;
}

.detail-text table p {
    padding: 0;
    margin: 0;
}

.detail-text table {
    margin-top: 5px;
    word-break: break-word;
}

.detail-text table td {
    min-width: 100px
}

.detail-text b {
    font-weight: bold;
}

.detail-text a {
    color: #4573b1;
    transition: 200ms;
    position: relative;

}

.detail-text a:hover {
    color: #4573b1;
    font-weight: bold;
    transition: 200ms;
}

.detail-text a::before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #4573b1;
    transition: 200ms;

}

.detail-text a:hover:before {
    width: 100%;
}

/*.detail-text td{
    padding: 10px;
}*/
.detail-text ul {
    margin-bottom: 20px;
    margin-left: 25px;
    margin-top: 7px;
    line-height: 1.4;
}

.detail-text ul li {
    padding-bottom: 4px;
}

.detail-text ul li::before {
    background-color: #4573b1;
    border-radius: 50%;
    content: "";
    float: left;
    height: 7px;
    line-height: 1em;
    margin-right: 10px;
    margin-top: 5px;
    width: 7px;
}

.detail-text ul li p {
    margin: 2px;
}

.detail-text ol li p {
    margin: 2px;
}

.detail-text .return {
    display: inline-block;
    float: right;
    margin-top: 18px;
    color: #4573b1;
    position: relative;
    transition: 200ms;
}

.detail-text .return::before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #4573b1;
    transition: 200ms;

}

.detail-text .return:hover:before {
    width: 100%;
}

.h3 {
    text-transform: uppercase;
    color: #4573b1;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.documentation {
    font-size: 16px;
}

.documentation a {
    color: #4573b1;
    text-decoration: none;
}

.documentation a::before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #4573b1;
    transition: 200ms;

}

.documentation a:hover:before {
    width: 100%;
}

.documentation a:hover {
    font-weight: bold;
}

.documentation img {
    margin-right: 20px;
}

.novelty-also {
    padding-bottom: 20px;
}

.order-block1 {
    width: 982px;
    margin: 10px auto 60px;
}

.order-block2 {
    width: 982px;
    margin: 10px auto 30px;
}

.order-step1, .order-step2, .order-step3 {
    float: left;
    width: 327px;
    height: 172px;
}

.order-step2,
.order-step3 {
    position: relative;
    top: 51px;
}

.order-step1 img,
.order-step2 img,
.order-step3 img {
    max-width: 100%;
    height: auto !important;

}

.step1, .step2, .step3 {
    float: left;
    width: 327px;
    height: 172px;
}

.step2, .step3 {
    position: relative;
    top: 51px;
}

.step1 img,
.step2 img,
.step3 img {
    max-width: 100%;
    height: auto !important;
}

.basket-table {
    width: 860px;
    margin: 0 auto;
}

.basket-table td {
    vertical-align: top;
}

.basket-item-title {
    font-size: 24px;
    font-weight: bold;
    color: #5781b9;
}

.basket-item-title:first-letter {
    color: red;
}

.basket-item-info {
    font-size: 14px;
    padding: 10px 20px;
    color: #626262;
}

.basket-item-more {
    padding: 4px 10px 0;
    font-size: 14px;
    float: left;
}

.basket-item-more a {
    color: #5781b9;
}

.basket-item-price {
    padding: 0 10px;
    color: #db0703;
    font-size: 20px;
    float: right;
    font-weight: bold;
}

.basket-table thead td {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
}

.basket-table thead td.basket-kolvo {
    color: #5781b9;
}

.basket-table thead td.basket-sum {
    color: white;
    background: #5781b9;
    border-left: 5px solid #5781b9;
    border-right: 5px solid #5781b9;
}

.amount {
    width: 70px;
    margin: 24px auto;
    text-align: center;
}

.amount-title {
    font-size: 12px;
    font-weight: bold;
}

.amount input {
    width: 34px;
    height: 33px;
    border-radius: 5px;
    border: 1px solid gray;
    text-align: center;
    font-size: 18px;
    float: left;
    margin: 0 5px;
}

.amount .amount-up {
    width: 11px;
    height: 20px;
    background: url('/images/arr-right.png') no-repeat;
    float: left;
    margin-top: 6px;
}

.amount .amount-down {
    width: 11px;
    height: 20px;
    background: url('/images/arr-left.png') no-repeat;
    float: left;
    margin-top: 6px;
}

.basket-item-sum {
    width: 100px;
    border-left: 5px solid #5781b9;
    border-right: 5px solid #5781b9;
    border-bottom: 1px solid #5781b9;
    text-align: center;
    color: #eb1c2a;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle !important;
}

.actions {
    text-align: center;
    vertical-align: middle !important;
}

.basket-item-del {
    display: block;
    width: 77px;
    height: 60px;
    background: url('/images/del.png') top no-repeat;
    padding-top: 40px;
    font-weight: bold;
    color: #5781b9;
    margin: 20px auto;
}

.basket-item-amount {
    border-bottom: 1px solid #5781b9;
    vertical-align: middle !important;
}

.basket-bottom-border {
    height: 1px;
    background: url('/images/basket-item-border.png') no-repeat;
}

.basket-item {
    padding-top: 10px;
}

.basket-item-img {
    padding-top: 10px;
}

.nobottom {
    border-bottom: 0 !important;
}

.basket-sum-border {
    width: 154px;
    height: 39px;
    background: url('/images/basket-sum-border.png') 108px 0px no-repeat;
}

.basket-info {
    width: 800px;
    margin: 20px auto;
}

.personal-type {
    margin-left: 10px;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #5781b9;
}

.basket-info-person {
    float: left;
    width: 300px;
}

.basket-info-sum {
    float: right;
    width: 300px;
    color: #5781b9;
    font-size: 30px;
    font-weight: bold;
}

.basket-info-sum span {
    color: #4fc151;
}

.cont-button {
    background: #4fc151;
    width: 290px;
    height: 75px;
    border-radius: 10px;
    display: block;
    float: right;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    color: white;
}

.cont-block {
    margin: 0px 70px 30px 0;
}

.order-area {
    width: 960px;
    margin: 0 auto 50px;
    /* background: url('/images/bg-order.png') right no-repeat; */
    min-height: 475px;
}

.order-left-side {
    float: left;
}

.order-right-side {
    float: right;
}

.input-block {
    width: 430px;
    margin-top: 20px;
}

.radio-block {
    margin: 34px;
}

.input-block h5 {
    color: #626262;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 14px;
}

.input-block input {
    width: 430px;
    height: 40px;
    border: 1px solid #4573b1;
    border-radius: 7px;
    outline: none;
    font-size: 18px;
    padding: 0 10px;
}

.input-block textarea {
    width: 430px;
    height: 168px;
    border: 1px solid #4573b1;
    border-radius: 7px;
    outline: none;
    resize: none;
    font-size: 18px;
    padding: 0 10px;
}

.select-city {
    padding: 0 20px;
}

.uploadfile {
    margin: 10px 0 40px;
}

.uploadfile span {
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
}

.order-actions {
    float: right;
    width: 400px;
}

.order-back-link {
    float: left;
    line-height: 62px;
    font-size: 24px;
    color: #5781b9;
    font-weight: bold;
}

.order-cont-link {
    background: #4fc151;
    width: 250px;
    height: 62px;
    border-radius: 10px;
    display: block;
    float: right;
    text-align: center;
    line-height: 62px;
    font-size: 30px;
    color: white;
}

.deactive {
    background: #999;
}

/* .top-text{
   width: 820px;
   margin:20px auto;
   color: #626262;
   font-size: 12px;
   line-height: 1.4;
} */

.group {
    width: 820px;
    margin: auto;

}

.group-container {
    padding-top: 20px;
    margin-left: -25px;
}

.group-block {
    float: left;
    width: 185px;
    height: 255px;
    margin-left: 25px;
    margin-bottom: 35px;
}

.group-img {
    height: 215px;
    text-align: center;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.group-img:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);

}

.group-cell {
    height: 40px;
    width: 185px;
    line-height: 1.2;
}

.group-link {
    width: 185px;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    text-align: center;
    padding: 3px;
    font-size: 14px;
    color: #fff;
    background: #4573b1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: inset 0 0 0 2px #4573b1, 0 0 1px rgba(0, 0, 0, 0);
    transition: 400ms;
}

.group-link:hover, .group-link:focus, .group-link:active {
    background: none;
    color: #4573b1;
    transition: 400ms;
}

.top-text-container {
    border-bottom: 1px solid #4573b1;
}

.special {
    width: 860px;
    margin: auto;
    /*font-size: 14px;*/
    color: #626262;
    line-height: 1.5;
    padding-top: 20px;
    /*animation: yourAnimationCenterContent 800ms forwards 0s ease-out;*/
}

.special h5 {
    font-weight: bold;
}

.special h5:after {
    content: "";
    display: block;
    width: 65px;
    border-top: 1px solid #4573b1;
    margin-top: 5px;
    margin-bottom: 10px;
}

.special p {
    margin-bottom: 20px;
}

.special .main-title {
    font-weight: bold;
}

.special .main-title:after {
    content: "";
    display: block;
    width: 65px;
    border-top: 1px solid #4573b1;
    margin-top: 5px;
    margin-bottom: 10px;
}

.main-title h1,
.main-title h2,
.main-title h3,
.main-title h4,
.main-title h5,
.main-title h6 {
    font-weight: bold;
    font-size: 12px;
    color: #626262;
}

.main-title h1:after,
.main-title h2:after,
.main-title h3:after,
.main-title h4:after,
.main-title h5:after,
.main-title h6:after {
    content: "";
    display: block;
    width: 65px;
    border-top: 1px solid #4573b1;
    margin-top: 5px;
    margin-bottom: 10px;
}

.special ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.special ul li p {
    padding-bottom: 5px;
    margin-bottom: 0;
}

.special ul li:before {
    content: "";
    line-height: 1em;
    width: 7px;
    height: 7px;
    background-color: #4573b1;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/*****************************/

.radio-btn {
    display: block;
    background: url(/images/radio-btn.png) no-repeat;
    cursor: pointer;
    text-indent: 25px;
    font-size: 13px;
}

.radio-btn.active {
    background: url(/images/radio-btn-a.png) no-repeat;
}

.delivery .radio-btn {
    color: #626262;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
    min-height: 20px;
    margin-top: 20px;
}

.delivery .radio-btn.active + div {
    display: block;
}

.dpd-img {
    display: block;
    float: left;
    margin-left: 28px;
    position: relative;
    top: -8px;
}

.logo-post {
    display: block;
    float: left;
    margin-left: 28px;
}

.second-radio-btn {
    width: 200px;
    float: left;
    text-align: center;
    background: url(/images/radio-btn.png) no-repeat 50% 0;
    cursor: pointer;
}

.second-radio-btn.active {
    background: url(/images/radio-btn-a.png) no-repeat 50% 0;
}

.second-radio-btn a {
    font-size: 18px;
    text-decoration: underline;
    color: #4573b1;
}

.radio-img {
    height: 90px;
}

.radio-img img {
    max-width: 100%;
    height: auto;
}

.radio-img-cell {
    width: 300px;
    height: 90px;
    padding-bottom: 5px;
    display: table-cell;
    vertical-align: bottom;
}

.payment-options {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.pay-desc {
    margin-top: 30px;
}

.pay-desc p {
    font-weight: bold;
    font-size: 14px;
    color: #4573b1;
    margin-top: 5px;
}

.get-order-link {
    font-size: 20px;
    font-weight: bold;
}

.order-area3 {
    /* background: url(/images/order3.png)no-repeat 100% 100%; */
}

.second-radioblock {
    padding-top: 5px;
    padding-left: 50px;
    display: none;
}


.textarea-wrapper {
    padding-left: 50px;
}

.textarea-wrapper .title {
    color: #626262;
    font-size: 14px;
    margin-bottom: 5px;
}

.textarea-wrapper .title b {
    font-weight: bold;
}

.textarea-wrapper .info-text {
    color: #4573b1;
    font-size: 12px;
    font-style: italic;
    margin-top: 42px;
    line-height: 1.2;
}

.textarea-wrapper input[type="text"] {
    height: 30px;
    width: 370px;
}

.textarea-wrapper textarea {
    height: 100px;
    width: 370px;
}

.textarea-wrapper .left-block {
    float: left;
    width: 370px;
}

.textarea-wrapper .right-block {
    float: left;
    margin-left: 55px;
    width: 370px;
}

.textarea-block {
    display: none;
}

.no-active {
    background: #808080 none repeat scroll 0 0;
}

.get-order.active {
    background: #31EA29;
    cursor: pointer;
}

.basket-active {
    width: 100% !important;;
    background-position: 50%;
}

.basket-active table {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
}

.basket-active table .name {
    color: #5781b9;
    text-decoration: underline;
}

.basket-active table .name:hover {
    text-decoration: none;
}

.basket-active table .price-total {
    color: #db0703;
}

.basket-active table td:first-child {
    width: 80%;
    text-align: left;
    padding-left: 15px;
}

.basket-active table td:last-child {
    width: 50%;
    text-align: right;
}

.novelty .bx-wrapper {
    width: 975px;
}

.novelty .bx-viewport {
    height: 190px !important;
}

.novelty .bx-wrapper .bx-prev {
    left: -30px;
    background: url('/images/controls.png') no-repeat 0 -32px;
}

.novelty .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.novelty .bx-wrapper .bx-next {
    right: -30px;
    background: url('/images/controls.png') no-repeat -43px -32px;
}

.novelty .bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.novelty .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.novelty .h3 {
    padding-left: 80px;
}


.special h1 {
    font-size: 26px;
    padding: 15px 0;
}

.special h2 {
    font-size: 24px;
    padding: 15px 0;
}

.special h3 {
    font-size: 22px;
    padding: 15px 0;
}

.special h4 {
    font-size: 22px;
    padding: 15px 0;
}

.special h5 {
    font-size: 22px;
    padding: 15px 0;
}

.special h6 {
    font-size: 22px;
    padding: 15px 0;
}

.detail-text ol {
    list-style-type: decimal;
    padding: 0 0 0 55px;
}

.detail-text ul {
    margin: 1rem 0;
    padding: 0 0 0 40px;
}

.form_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form_mask.visible,
.modal.visible {
    opacity: 1;
    visibility: visible;
    display: block;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    /*width: 400px;
    height: 200px;*/
    padding: 15px;
    z-index: 101;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.serchresults_item_table {
    font-size: 12px;
    width: 100%;
}

.serchresults_item_table thead {
    background: #4573b1;
    font-style: italic;
    color: #fff;
    height: 35px;
}

.serchresults_item_table td {
    padding: 5px 10px 2px;
    text-align: center;
}

.serchresults_item_table tr {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #4573b1;
}

.serchresults_item_table tbody tr {
    background: #fff;
}

.serchresults_item_table tbody tr:nth-child(odd) {
    background: #fff;
}

.closed {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    cursor: pointer;
}

.offers {
    margin-top: 15px;
}

.offers-block {
    overflow: hidden;
    max-height: 308px;
    overflow-y: auto;
}
.offers-block .offers-block-headline {
    margin: 0;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #eb1c2a;
}
.offers-block .offers-custom-controls {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.offers-block .offers-custom-controls a {
    padding: 15px 18px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #4573b1;
}

.add-basket a {
    cursor: pointer;
}

.equipment ul {
    margin-bottom: 20px;
    margin-left: 25px;
    margin-top: 5px;
    font-size: 14px;
    color: #626262;
    line-height: 1.3;
}

.equipment ul li {
    padding-bottom: 1em;
}

.equipment ul li::before {
    background-color: #4573b1;
    border-radius: 50%;
    content: "";
    float: left;
    height: 7px;
    line-height: 1.3;
    margin-right: 5px;
    margin-top: 5px;
    width: 7px;
}

.equipment b,
.equipment strong {
    font-weight: bold !important;
}

.equipment h1:after,
.equipment h2:after,
.equipment h3:after,
.equipment h4:after,
.equipment h5:after {
    content: "";
    display: block;
    width: 65px;
    border-top: 2px solid #4573b1;
    margin: 5px 0;
}

.equipment h1,
.equipment h2,
.equipment h3,
.equipment h4,
.equipment h5 {
    color: #626262;
    margin-top: 15px;
    font-size: 18px;
}

.form-mask {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.34);
    display: none;
}

.more-info-modal,
.modal-item {
    position: fixed;
    z-index: 10001;
    width: 695px;
    height: 395px;
    left: 50%;
    margin-left: -347.5px;
    top: 50%;
    margin-top: -197.5px;
    background-color: #fff;
    border: 5px solid #4573b1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    font-family: Arial, sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.more-info-modal.active,
.modal-item.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.close-modal {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    right: -20px;
    top: -20px;
}

.more-list-block {
    padding: 20px;
}

.more-list-block:after {
    content: "";
    display: block;
    width: 559px;
    height: 1px;
    background: url(/css/../images/line.png) no-repeat;
    margin: auto;
    position: relative;
    top: 20px;
}

.more-list-block:last-child:after {
    content: none;
}

.more-list-block .left-block {
    float: left;
    width: 50%;
    color: #4573b1;
    font-weight: bold;
    font-size: 24px;
}

.more-list-block .left-block span {
    color: #eb1c2a;
}

.more-list-block .right-block {
    float: left;
    width: 50%;
    text-align: right;
    color: #626262;
    font-size: 24px;
}

.more-list-block .right-block b {
    font-weight: bold;
}

.more-list-block .right-block p {
    margin-bottom: 7px;
}

.more-list-block .left-block p:first-child {
    margin-bottom: 35px;
}

.more-list-block .left-block a {
    font-size: 18px;
    color: #4573b1;
    text-decoration: none;
    border-bottom: 1px dashed #4573b1;
    font-family: "Arial Narrow", sans-serif;
}

.more-list-block .right-block a {
    font-size: 18px;
    color: #4573b1;
    text-decoration: none;
    border-bottom: 1px dashed #4573b1;
    font-family: "Arial Narrow", sans-serif;
}

.more-link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div#jivo-iframe-container {
    visibility: hidden;
}

.showImp {
    visibility: visible !important;
}

.mobile-header {
    padding: 5px;
    color: #626262;
    padding-bottom: 10px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.mobile-logo {
    margin-bottom: 15px;
}

.mobile-contacts__tel b {
    font-size: 18px;
    font-weight: bold;
}

.mobile-contacts__email span {
    color: red;
    font-weight: bold;
}

.mobile-panel {
    border-top: 3px solid red;
    background: #4573b1;
    padding: 10px 0;
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding-top: 4px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #fff;
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: '';
}

.hamburger-inner:before {
    top: -10px;
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.hamburger-inner:after {
    bottom: -10px;
}

.hamburger--slider .hamburger-inner:after {
    top: 20px;
}

.hamburger--slider.active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.mobile-tel {
    background: url('/img/phone-call.svg') no-repeat;
    width: 29px;
    height: 48px;
    display: block;
    background-size: contain;
}

.mobile-vhod {
    background: url(/img/enter-left.svg) no-repeat;
    height: 32px;
    background-size: 32px;
    width: 80px;
    color: white;
    text-align: right;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile-vihod {
    background: url(/img/exit.svg) no-repeat;
    height: 32px;
    background-size: 32px;
    width: 87px;
    color: white;
    text-align: right;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile-basket {
    display: block;
    width: 38px;
    height: 30px;
    background: url('/images/mobile-basket.png') no-repeat;
    background-size: contain;
    position: relative;
}

.basket-count {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    position: absolute;
    z-index: 2;
    right: -5px;
    bottom: -5px;
}

.mobile-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 10px;
}

.mobile-search {
    position: relative;
    padding-right: 60px;
}

.mobile-search__input {
    display: block;
    width: 100%;
    height: 33px;
    font-size: 14px;
    background: #fff;
    outline: 0;
    border: 0;
    padding-left: 10px;
    font-family: Arial, sans-serif;
}

.mobile-search__submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    z-index: 2;
    background: url('/images/search-btn.png') no-repeat;
    background-size: contain;
    width: 50px;
    height: 40px;
}

.top-block {
    text-align: center;
    margin-bottom: 15px;
}

.middle {
    display: inline-block;
    vertical-align: middle;
}

.top-block a {
    color: #4573b1;
    font-size: 14px;
    font-weight: bold;
}

.up-icon {
    background: url('/images/up-btn.png') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 15px;
    height: 7px;
    margin-left: 3px;
}

.menu {
    font-size: 14px;
    text-align: center;
}

#menu {
    display: none;
}

.menu a {
    display: block;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #2e2d2d;
    border-top: 1px solid #9a9696;
}

.menu li:first-child a {
    border-top: 0;
}

.menu li:last-child a {
    border-bottom: 0;
}

.footer-mobile-search {
    padding: 0 10px;
}

.footer-social {
    text-align: center;
    margin: 10px 0;
    margin-bottom: 20px;
}

.footer-social a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 43px;
    height: 43px;
}

.vk-link {
    background: url(/images/vk.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.instagram-link {
    background: url(/images/instagram.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.youtube-link {
    background: url(/images/youtube.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.facebook-link {
    background: url(/images/facebook.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.twitter-link {
    background: url(/images/twitter.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.footer .mobile-search__submit {
    background: url('/images/footer-mobile-search.png') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.control {
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #5781B9;
    margin-top: 50px !important;
}

.control li {
    cursor: pointer;
    display: inline-block;
    margin: 0 20px;
    border: 1px solid #5781B9;
    border-bottom: 0;
    text-align: center;
    background: #5781B9;
    color: #fff;
    font-size: 20px;
}

.control li:before {
    content: normal;
}

.control li.active {
    background: #fff;
    color: #5781B9;
    font-weight: bold;
}

.control li:nth-child(1) {
    list-style-type: none;
    position: absolute;
    border-bottom: 0 !important;
    left: 25%;
    width: 180px;
    padding: 5px;
    margin-top: -38px;
}

.control li:nth-child(1) a {
    color: #fff;
    font-weight: bold;
}

.control li.active:nth-child(1) a {
    color: #5781B9;
    font-weight: bold;
}

.control li:nth-child(2) {
    list-style-type: none;
    position: absolute;
    border-bottom: 0 !important;
    right: 25%;
    /* width: 180px;*/
    padding: 5px;
    margin-top: -38px;
    color: #fff;
}

.control li:nth-child(2) a {
    font-weight: bold;
    color: #fff;
}

.control li.active:nth-child(2) a {
    font-weight: bold;
    color: #5781B9;
}

.hidden {
    display: none;
}

.fastorder-submit {
    cursor: pointer;
    border: 0;
    outline: none;
}

.fastorder-res {
    margin-top: -50px;
    position: absolute;
    text-align: right;
    /*width: 400px;*/
}

body .item-container1 {
    height: 475px;
    animation: myAnimation3 800ms forwards 0s ease-out;

}

body .item-container1 .list-item {
    min-height: 70px;
    padding: 0;
    /* margin: 15px 0; */
    margin: 15px 0 0;
    max-height: unset;
}

body .item-container1 .prevtxt {
    height: 43px;
    margin-top: 0;
}

body .item-container1 .item-img {
    /*height: 175px;*/
   /*  padding: 0; */
 /*   margin: 70px 0 35px; */
 	margin: 0px 0 0px;
 	padding: 70px 0 35px;
    box-sizing: border-box;
    position: relative;
}

.btn-submit {
    display: block;
    width: 130px;
    height: 40px;
    background: #4573b1;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border: 0;
    outline: 0;
    margin: auto;
    cursor: pointer;
}

.modal-form {
    text-align: center;
    max-width: 400px;
    margin: auto;
    padding-top: 60px;
}

.modal-title {
    color: #4573b1;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #4573b1;
    font-family: Arial, sans-serif;
}

.form-group {
    margin-bottom: 25px;
}

body .item-container1 .add-basket a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
}

.item-container1 .add-basket {
    height: 45px;
}

.item-container1 .add-basket a {
    position: absolute;
    bottom: 5px;
}

.item-container1 .add-basket a.arenda-btn {
    background: red;
    line-height: 38px;
}

.new-label {
    display: block;
    width: 165px;
    position: absolute;
    z-index: 2;
    left: 1px;
    top: -34px;
    height: 30px;
    background: #4573b1;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}

.share-label {
    display: block;
    width: 165px;
    position: absolute;
    z-index: 2;
    left: 1px;
    top: -34px;
    height: 30px;
    background: red;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}

@media (min-width: 992px) {
    .item-container1 .add-basket {
        z-index: 3;
        transition: 400ms;
    }

    /*.item-container1:hover .add-basket{
      display: block;
      transition: 400ms;
    }*/
    /* .item-container1:hover .prevtxt{
       display: none;
       transition: 400ms;
     }*/
}

@media (max-width: 999px) {
    .item-container1 .item-desc {
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 767px) {
    .modal-item {
        width: 90%;
        margin-left: -45%;
    }

    .modal-form {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.fontC .brendlist {
    display: inline-block;
    width: 330px;
    vertical-align: top;

}

.fontC .brendlist ul {
    list-style: none;
    padding: 0;
}

.fontC .brendlist ul li {
    padding-top: 5px;
}

.fontC .brendlist ul b {
    color: #4573b1;
    font-size: 20px;

}

.fontC .brendlist ul a {
    text-decoration: none;
    color: #626262;
    font-size: 18px;
}

.fontC .brendlist ul a:hover {
    text-decoration: underline;
    color: #909090;
}

.fontC .brendlist a {
    text-decoration: none;
    color: #626262;
    font-size: 18px;
}

.fontC .brendlist a:hover {
    text-decoration: underline;
    color: #909090;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #626262;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #626262;
}

/* LoadBar */
#p_prldr {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 30;
}

.contpre small {
    font-size: 25px;
}

.contpre {
    width: 250px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 48%;
    margin-left: -125px;
    margin-top: -75px;
    color: #fff;
    font-size: 40px;
    letter-spacing: -2px;
    text-align: center;
    line-height: 35px;
}

#p_prldr .svg_anm {
    position: absolute;
    width: 41px;
    height: 41px;
    background: url(/images/oval.svg) center center no-repeat;
    background-size: 41px;
    margin: -16px 0 0 -16px;
}

.korpus > div, .korpus > input {
    display: none;
}

.korpus label {
    padding: 5px;
    border: 1px solid #aaa;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    bottom: 1px;
    background: #fff;
    margin-left: 5px;
}

.korpus input[type="radio"]:checked + label {
    border-bottom: 2px solid #fff;
}

.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) {
    display: block;
    padding: 5px;
    border: 1px solid #aaa;
}

.fontC .shop {
    display: inline-block;
    width: 49%;
    border-right: 1px solid #4573b1;
    text-align: center;
    vertical-align: top;
    padding: 10px;
}

.fontC .servis {
    display: inline-block;
    width: 45%;
    padding: 10px;
    text-align: center;
}

.hdr {
    font-size: 28px;
    color: #4573b1;
    font-weight: bold;
}

.cntnt {
    font-size: 22px;
    color: #626262;
}

.shop .cntnt div {
    margin-bottom: 66px;
    margin-top: 16px;
}

.cntnt a {
    color: #626262;
}


.cntnt span {
    color: #4573b1;
    font-size: 24px;
}

#galery {
    display: block;
}

#galery div {
    display: inline-block;
}

/* Brands */

.brands a {
    color: #4573b1;
    position: relative;
}

.brands a::before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #4573b1;
    transition: 200ms;

}

.brands a:hover:before {
    width: 100%;
}

.brands a:hover {
    color: #4573b1;
    font-weight: 600;
    transition: 200ms;

}

.brands li {
    padding-bottom: 5px;
    font-weight: 400;
    transition: 500ms;
}

/* Pager */

.pager, .pager a {
    color: #4573b1;
}

.pager b {
    display: inline-block;
    background: #4573b1;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 0.5em 0;
    width: 2em;
}

.video-block a::before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #4573b1;
    transition: 200ms;

}

.video-block a:hover:before {
    width: 100%;
}

.video-block a:hover {
    font-weight: bold;
}

.video-block h1,
.video-block h2,
.video-block h3,
.video-block h4,
.video-block h5,
.video-block h6 {
    font-size: 18px;
    font-weight: bold;
    color: #4573b1;
    margin-bottom: 18px;
}

/* Your animation code is below! */
@keyframes yourAnimationCenterContent {
    0% {
        transform: rotate(0);
        opacity: 0;
    }
    100% {
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes myAnimation {
    0% {
        transform: rotate(0) translateX(15px);
        opacity: 0;
    }
    100% {
        transform: rotate(0) translateX(0);
        opacity: 1;
    }
}

@keyframes myAnimation2 {
    0% {
        transform: rotate(0) translateX(-15px);
        opacity: 0;
    }
    100% {
        transform: rotate(0) translateX(0);
        opacity: 1;
    }
}

@keyframes myAnimation3 {
    0% {
        transform: rotate(0) translateY(15px);
        opacity: 0;
    }
    100% {
        transform: rotate(0) translateY(0);
        opacity: 1;
    }
}

@keyframes myAnimation4 {
    0% {
        transform: rotate(0) translateY(-15px);
        opacity: 0;
    }
    100% {
        transform: rotate(0) translateY(0);
        opacity: 1;
    }
}
@media(max-width: 767px) {
    @keyframes yourAnimationCenterContent {
    
    }
    
    @keyframes myAnimation {
    
    }
    
    @keyframes myAnimation2 {
    
    }
    
    @keyframes myAnimation3 {
    
    }
    
    @keyframes myAnimation4 {
        
    }
}

.elementToAnimate {
    animation: myAnimation4 800ms forwards 0s ease-out;
}

.login-block {
    display: none;
}

.login-block.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 15px;
    align-items: center;
}

.login-block .login-btn, .register-btn {
    display: block;
    color: black;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 3px solid white;
    font-weight: bold;
}

.register-btn {

}

.login-block .exit-btn {
    display: block;
    background: #4573b1;
    color: white;
    padding: 10px;
    text-align: center;
    width: 50%;
    margin: 15px auto 0 auto;
    cursor: pointer;
    border-top: 3px solid #4573b1;
    border-bottom: 3px solid #4573b1;
}

.login-block .user-info {
    background: #4573b1;
    color: white;
    text-align: center;
    padding: 20px;
    margin: 15px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.login-block .user-info .user-name {
    margin-right: 12px;
}

.login-block .user-info .user-name .fa-user {
    margin-right: 5px;
}

.login-block .user-info a {
    color: white;
}

.login-block .user-info a:hover {
    color: red;
}

.login-block .login-btn:hover, .register-btn:hover {
    border-bottom: 3px solid #4573b1;
}

.login-block .exit-btn:hover {
    border-bottom: 3px solid #eb1c2a;
}

.login-form {
    display: none;
}

.login-form.show {
    position: absolute;
    top: 0;
    right: 326px;
    background: white;
    width: 550px;
    padding: 20px 10px;
    display: flex !important;
    flex-wrap: wrap;
    border: 1px solid black;
}

.login-form .left-block {
    width: 50%;
    margin-right: 15px;
}

.login-form .left-block .title {
    font-size: 20px;
}

.login-form .left-block .login-btn {
    background: #4573b1;
    color: white;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-top: 3px solid #4573b1;
    border-bottom: 3px solid #4573b1;
}

.login-form .left-block .login-btn:hover {
    border-top: 3px solid #eb1c2a;
    border-bottom: 3px solid #eb1c2a;
}

.login-form .left-block .error-message {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: red;
    display: none;
    padding: 15px 15px;
    margin-bottom: 10px;
}

.login-form .left-block .error-message.active {
    display: block;
}

.login-form .left-block .title {
    margin: 0 0 10px 0;
}

.login-form .left-block .input-row .icon-block {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
}

.login-form .left-block .input-row input {
    height: 28px;
    border: 1px solid #dfe0e2;
    margin: 0 0 10px -5px;
    padding: 0 0 0 10px;
    width: 85%;
    z-index: 1;
    vertical-align: top;
    font-size: 13px;
}

.login-form .right-block {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
}

.login-form .right-block .login-block {
    background: #e6e6e6;
    padding: 5px;
    display: block;
}

.login-form .right-block .login-block .title {
    color: #4674b1;
}

.login-form .right-block .login-block .value {
    font-size: 13px;
}

.login-form .right-block .title, .login-form .right-block .value {
    display: block;
}

.login-form .right-block .register-block, .login-form .right-block .forgot-passwd {
    padding: 5px;
    margin-top: 10px;
}

.login-form .right-block .register-block .title, .login-form .right-block .forgot-passwd .title {
    color: #4674b1;
}

.login-form .right-block .register-block .value, .login-form .right-block .forgot-passwd .value {
    color: black;
    font-size: 13px;
}

.personal-page {
    margin-bottom: 30px;
}


.show-btn-form, .catalog_btn {
    display: block;
    width: 100%;
    margin: 5px auto 10px auto;
    padding: 10px 0;
    text-align: center;
    background: #4573b1;
    color: white;
    font-size: 18px;
    border-top: 3px solid #eb1c2a;
    border-bottom: 3px solid #eb1c2a;
    transition: 400ms;
    /*animation: yourAnimationCenterContent 800ms forwards 0s ease-out;*/
}

.show-btn-form:hover, .catalog_btn:hover {
    border-top: 3px solid #4573b1;
    border-bottom: 3px solid #4573b1;
    background: #eb1c2a;
    color: white;
    text-decoration: none;
}

.callback-modal-wrap, .call-me-modal-wrap {
    display: none;
}

.callback-modal-wrap.active, .call-me-modal-wrap.active {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}

.callback-modal-wrap .background, .call-me-modal-wrap .background {
    position: absolute;
    background: black;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 111;
}

.callback-modal-wrap .result,
.js-1-click-form .result {
    display: none;
}

.callback-modal-wrap .result.success,
.callback-modal-wrap .result.error,
.js-1-click-form .result.success,
.js-1-click-form .result.error {
    margin-top: 15px;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 13px;
}

.callback-modal-wrap .result.success,
.js-1-click-form .result.success {
    color: green;
    border: 1px solid green;
}

.callback-modal-wrap .result.error,
.js-1-click-form .result.error {
    color: red;
    border: 1px solid red;
}

.callback-modal, .product-modal, .sber-modal {
    position: fixed;
    /* top: 20%;
    left: 30%; */
    top: 50%;
    left: 50%;
    width: 500px;
    width: 100%;
    max-width: 500px;
    /*margin-left: -190px;*/
    z-index: 112;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;

	transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.callback-modal{
  /*  position: static; */
}

.product-modal, .sber-modal {
    z-index: 11111;
    display: none;
}

.sber-modal {
    padding: 15px 50px;
    width: 600px;
    top: 50%;
    left: 50%;
}

.sber-modal .logo {
    text-align: left;
    margin-bottom: 15px;
}

.sber-modal .info-about-credit {
    padding: 5px 15px 15px 15px;
}

.sber-modal .info-about-credit .item {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}

.sber-modal .info-about-credit ol {
    list-style: decimal;
    margin: 0 0 0 18px;
}

.sber-modal .info-about-credit p, .sber-modal .info-about-credit li {
    line-height: 1.5;
}


.sber-modal .info-about-credit .item .name {
    margin-right: 30px;
    min-width: 150px;
}

.sber-modal .info-about-credit .item .value.js-pay-sum {
    font-weight: bold;
}

.sber-modal .show-more {
    text-align: right;
}

.popup.active .product-modal {
    display: block;
}

.product-modal .row {
    text-align: center;
}

.product-modal .row .js-article {
    font-weight: bold;
    font-size: 20px;
}

.product-modal .row img {
    max-width: 170px;
}

.product-modal .button-row {
    display: flex;
    flex-wrap: wrap;
}

.product-modal .button-row .btn {
    border: none;
    background: #4573b1;
    display: block;
    color: white;
    padding: 10px;
    text-align: center;
    margin: 15px auto 0 auto;
    cursor: pointer;
    border-top: 3px solid #4573b1;
    border-bottom: 3px solid #4573b1;
    width: 200px;
    font-size: 16px;
}

.product-modal .button-row .btn:hover {
    border-top: 3px solid red;
    border-bottom: 3px solid red;
}

.popup.open-sber .sber-modal {
    display: block;
}

.popup.open-sber .sber-modal .close {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    opacity: 1;
}

.callback-modal .title, .product-modal .title {
    text-align: center;
    font-weight: bold;
    margin: 0 0 15px 0;
    font-size: 28px;
}

.product-modal .title {
    margin: 0 0 25px 0;
}

.callback-modal .row.head_text,
.callback-modal .row.foot_text,
.js-1-click-form .row.head_text,
.js-1-click-form .row.foot_text {
    justify-content: center;
}

.js-1-click-form .row.foot_text,
.callback-modal .row.foot_text {
    font-size: 12px;
}

.js-1-click-form .row,
.callback-modal .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 15px 0;
    align-items: center;
}

.js-1-click-form .row .value,
.callback-modal .row .value {
    width: 100%;
    position: relative;
}

.callback-modal .value.name-icon:after,
.callback-modal .value.phone-icon:after,
.callback-modal .value.message-icon:after,
.callback-modal .value.email-icon:after,
.js-1-click-form .value.name-icon:after,
.js-1-click-form .value.phone-icon:after,
.js-1-click-form .value.message-icon:after,
.js-1-click-form .value.email-icon:after {
    content: '';
    display: block;
    position: absolute;
    background: url('/img/callback/user.png') no-repeat center;
    height: 30px;
    width: 30px;
    top: 3px;
    left: 0;
}

.js-1-click-form .value.phone-icon:after,
.callback-modal .value.phone-icon:after {
    background: url('/img/callback/phone.png') no-repeat center;
    left: 5px;
}

.js-1-click-form .value.message-icon:after,
.callback-modal .value.message-icon:after {
    background: url('/img/callback/pen.png') no-repeat center;
    left: 5px;
}

.js-1-click-form .value.email-icon:after,
.callback-modal .value.email-icon:after {
    background: url('/img/callback/mail.png') no-repeat center;
    left: 5px;
    background-size: 23px;
}


.js-1-click-form .row .input,
.callback-modal .row .input {
    border: 1px solid #dfe0e2;
    padding: 0 0 0 50px;
    outline: 0 !important;
    vertical-align: middle;
    width: 100%;
    height: 35px;
    font-size: 15px;
}

.js-1-click-form .row .textarea,
.callback-modal .row .textarea {
    border: 1px solid #dfe0e2;
    resize: none;
    outline: none;
    padding: 5px 0 0 50px;
    width: 100%;
    font-size: 15px;
    height: 70px;
}

.js-1-click-form .row.button-row,
.callback-modal .row.button-row {
    justify-content: center;
}


.question-block {
    display: inline-block;
    background: url(/img/question.png);
    width: 25px;
    height: 25px;
    background-size: 100%;
    position: absolute;
    top: 2px;
    margin-left: 10px;
    cursor: pointer;
}

.js-1-click-form .row.button-row .send-btn,
.callback-modal .row.button-row .send-btn {
    border: none;
    background: #4573b1;
    display: block;
    color: white;
    padding: 10px;
    text-align: center;
    margin: 15px auto 0 auto;
    cursor: pointer;
    border-top: 3px solid #4573b1;
    border-bottom: 3px solid #4573b1;
    width: 220px;
    font-size: 16px;
}

.js-1-click-form .row.button-row .send-btn {
    width: 220px;
}

.js-1-click-form .row.button-row .send-btn:hover,
.callback-modal .row.button-row .send-btn:hover {
    border-top: 3px solid red;
    border-bottom: 3px solid red;
}

.sections-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sections-list .section {
    width: 33%;
    margin-bottom: 15px;
}


.sections-list .section .title {
    font-weight: bold;
    font-size: 20px;
}

.sections-list .section .subsections {
    margin-top: 15px;
}

.sections-list .section .subsections .item {
    padding: 0 0 5px 0;
}

.sections-list .section .subsections .item a {
    color: #626262;
}

.sections-list .section .subsections .item a:hover {
    color: #4573b1;
}

.detail-brand-text {
    margin: 20px 0;
}

.sitemap-link {
    font-size: 16px;
    color: white;
    padding-bottom: 10px;
    display: block;
}

.offersbutton, .detail-text a.a2bs {
    color: white;
    padding: 10px 18px;
    background: #4573b1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    display: block;
    width: 110px;
}

.offersbutton:hover, .offersbutton:active, .offersbutton:focus, .detail-text a.a2bs:hover, .detail-text a.a2bs:active, .detail-text a.a2bs:focus {
    color: white;
}

.modal.product-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 15px;
    z-index: 101;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    margin-left: auto;
    width: auto;
}

.modal.product-modal.visible {
    opacity: 1;
    visibility: visible;
    display: block;
}

.modal.product-modal .detail-info {
    display: none;
}

.right-basket-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid black;
    margin: 0 15px;
    position: relative;
}

.right-basket-block .basket-icon {
    position: absolute;
    left: -1px;
    background: white;
    top: -5px;
}

.right-basket-block .basket-info {
    width: auto;
    font-size: 14px;
}

.right-basket-block .basket-info .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 15px 70px;
}

.right-basket-block .basket-info .row .name {
    margin-right: 10px;
    width: 78px;
}

.right-basket-block .basket-info .row .value {
    font-weight: bold;
}

.right-basket-block .get-order {
    background: white;
    color: black;
    border: none;
    width: 205px;
    text-transform: lowercase;
    text-decoration: underline;
    bottom: -8px;
    height: 20px;
    outline: none;
}

.phone-text .callback-link {
    font-size: 12px;
    color: #4573b1;
    cursor: pointer;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 10px 0 -15px 0;
    text-transform: uppercase;
}

.phone-text .callback-link img {
    margin-right: 8px;
}

.phone-text .callback-link span {
    border-bottom: 1px dashed #4573b1;
}

.go-margin {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.nav li.go-margin {
    height: auto;
}

.nav li.go-margin a {
    border-bottom: 1px solid red;
    /*     margin-right: 11px; */
    width: 90%;
}

.compare-wishlist {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.compare-wishlist .button {
    border: 1px solid #4674b1;
    padding: 10px;
    display: block;
    background: white;
    margin-bottom: 10px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.compare-wishlist .button:hover {
    border-color: red;
}

@media screen and (max-width: 1300px) {
    .compare-wishlist .button img {
        /*display: none;*/
    }
}

.wrapper .center-content header.header {
    position: sticky;
    top: 0;
    z-index: 2010;
}

.back-button {
    margin-left: 25px;
}

.back-button a {
    display: inline-block;
    color: white;
    background-color: #4573b1;
    padding: 0 6px;
    line-height: 36px;
    position: relative;
}

.back-button a::before {
    content: " ";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border: #4775b1 18px solid;
    left: -36px;
    /* z-index: 200000; */
    /* border: 10px solid black; */
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.search_string_wrap {
    /*display: flex;*/
    /*justify-content: space-evenly;*/
    width: 100%;
    display: block;
}

.onpage_search_wrap {
    /*max-width: 65%;*/
}

.new-compare-wishlist {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    flex-direction: row;
    margin: 12px 15px;
}

.new-compare-wishlist .button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: border-color 0.2s;
}

.new-compare-wishlist .button:hover {
    border-color: #4573b1;
}

.new-compare-wishlist .button img {
    /*max-width: fit-content;*/
    width: 30px;
    height: auto;
    /*object-fit: contain;*/
}

.overpayment .section * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.step-title {
    font-size: 34px;
    color: #393f4b;
}

.img-wrap {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    border: 2px solid #02bf61;
    border-radius: 5px;
}

.section.hero .img-wrap {
    width: 100%;
}

.img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
}

.overpayment .section .paragraph {
    text-align: justify;
    text-indent: 5%;
}

.overpayment .section li .paragraph {
    text-indent: 0;
    padding-left: 5%;
}

.overpayment .section p {
    margin-bottom: 0;
}

.caption {
    color: #438ccb;
    font-weight: 600;
}

.cart_btn {
    display: flex;
    align-items: center;
    background: #5474AA;
    transition: all 200ms;
    z-index: 200;
}
.cart_btn:hover {
    background: #46618F;
}
.cart_btn._in_category {
    position: absolute;
    left: 0;
    bottom: 5px;
}
.cart_btn input {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    text-align: center;
    font-size: 15px;
    outline: none;
}
.cart_btn a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: flex !important;
    flex: 1 1 100% !important;
    justify-content: center !important;
    line-height: 40px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    color: #fff !important;
    white-space: nowrap;
}
.cart_btn a:hover {
    text-decoration: none !important;
    font-weight: normal !important;
}
.detail-text .cart_btn {
    max-width: 140px;
    margin: 0 auto !important;
}
.detail-text .cart_btn a {
    line-height: 36px !important;
    font-size: 12px !important;
}
.oneclick_btn {
    margin-top: 5px;
}
.oneclick_btn span {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #753390;
    cursor: pointer ;
    transition: all 200ms;
    white-space: nowrap;
}
.oneclick_btn span:hover {
    background: #612A78;
}
@media(max-width: 767px) {
    .cart_btn input {
        font-size: 13px;
    }
    .cart_btn a {
        font-size: 12px !important;
    }
    .oneclick_btn span {
        font-size: 12px;
    }
}
.bx_item_detail .transparent_input.quantity_input,
.list_quantity .quantity_input,
.popup_quantity_input .quantity_input {
    height: 25px;
    border: 1px solid #BFBFBF;
    text-align: center;
}
.list_quantity .quantity_input {
    width: 50px;
    height: 40px;
    /*margin-right: 5px;*/
    /*position: relative;*/
    /*bottom: 5px;*/
    /*float: left;*/
    
    position: absolute;
    bottom: 5px;
    left: 0;
}
.popup_quantity_input .quantity_input {
    width: 50px;
    height: 30px;
}
@media(min-width: 992px) and (max-width: 1350px) {
    .list_quantity .quantity_input {
        width: 30px;
        height: 30px;
    }
}

.detail-img .slider-for.main-pic .slick-track {
    box-sizing: border-box;
    padding-top: 2px;
    padding-bottom: 2px;
}
.detail-img .slider-for.main-pic .slick-track .slick-slide {

}

#arends1{
    height: auto;
}
.mTop{
    margin-top: 5px;
}
.arendaText{
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #ff0000;
    cursor: pointer;
    transition: all 200ms;
    white-space: nowrap;
}
.fornav .item-container1:nth-child(3n+4){
    clear: both;
}
.main-air.frontPage{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.main-air.frontPage .news-block{
    height: unset;
}
.left-sidebar .nav li{
	height: auto;
}
.phone-text div,
.phone-text div a{
	font-size: 24px;
}
.item-container1::after {
	content: none !important;
}

.login-form.show .input-row {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
	-webkit-justify-content: space-between;    
}
.mail-text a span {
    border: none;
}

@media(max-width: 580px){
	.sber-modal {
	    padding: 15px 10px;
	    width: 100%;
	    /* max-width: 100%; */
	    top: 50%;
	    left: 50%;
	    height: 100%;
	    overflow: scroll;
	}
	.popup.open-sber .sber-modal .close {
		right: 50px;
		top: 50px;
	}
}
@media screen and (max-width: 992px){
    .api-search-result .item-container1 .buttons-wrap-fav-compare{
        top: -90%;
    }
}
























/* End */


/* Start:/css/media(1600).css?159404388117902*/
@media (max-width: 1599px) {
  .wrapper {
    width: 100%;
  }
  .left-sidebar {
    width: 16%;
  }
  .center-content {
    width: 67%;
    margin-left: 16%;
  }
  .right-sidebar {
    width: 17%;
  }
  .telefon {
    margin-bottom: 20px;
  } 
  .telefon .title {
    font-size: 0.88vw;
    margin-bottom: 0.3vw;
  }
  /*.logo {
    margin-left: -0.3vw;
  }*/
 .logo img {
  /*  width: 10.8vw;*/
    height: 9.8vw;
  }
  .phone-icon {
    width: 3.1vw;
  }
  .phone-icon img {
    width: 3.1vw;
    height: 3.1vw;
  }
  .phone-text {
    width: 100%;
  }
.filter-container .name{
  /*  width: 11.4vw;
    font-size: 1.13vw;*/
  }
  .filter .radio{
    width: 25%;
  }
  .properties{
   width: 99%;
  }
  .phone-text div,
  .phone-text div a {
    /* font-size: 24px; */
    font-size: 17px;
  }
  .phone-text a {
    font-size: 12px;
  }
  .phone-text a img {
    top: 0.25vw;
    width: 0.94vw;
    height: 1.01vw;
  }
  /* .answerform {
    margin: 1.2vw 0;
  } */
  .sms-link {
     width: 100%;
       padding: 0.5rem 0;
    font-size: 1rem;
  }
  
  .sms-link:hover {
	  width: 100%;
       padding: 0.5rem 0;
    font-size: 1rem;
  }
  .nav {
    padding-right: 0.37vw;
	margin-top: 1rem;
  }
  .nav li {
    /* height: 2.21vw; */
    border-right-width: 0.3vw;
    /* margin-bottom: 0.63vw; */
  }
  .nav li a {
    padding-right: 0.94vw;
    font-size: 0.9vw;
   /* height: 2.21vw;
   line-height: 2.21vw; */
  }
  .nav li .arends-link {
    line-height: 1.13vw;
  }
  .basket {
    width: 15.1vw;
  }
  .basket .title {
    /* height: 2.21vw; */
    font-size: 0.88vw;
    /* line-height: 2.21vw; */
    padding-left: 0.3vw;
    padding-right: 1.13vw;
  }
  .basket .title:after {
    border-top-width: 0.12vw;
    width: 15.1vw;
    margin-left: -0.3vw;
  }
  .basket-block {
    width: 14.55vw;
    height: 58px;
    margin-bottom: 1.26vw;
    margin-top: 0.63vw;
    margin-left: 0.63vw;
    background-size: contain;
	/*display: none;*/
  }
  .get-order {
    width: 6.96vw;
    height: 2vw;
    font-size: 0.75vw;
    -webkit-border-radius: 0.75vw;
    -moz-border-radius: 0.75vw;
    border-radius: 0.75vw;
    line-height: 0.82vw;
    bottom: -0.88vw;
    padding-top: 0.18vw;
  }
  .text-basket {
    width: 7.53vw;
    line-height: 1.96vw;
    font-size: 1.51vw;
    background-size: contain;
  }
  .text-cell {
    width: 7.53vw;
    height: 6.45vw;
  }
  .search input[type="text"] {
    height: 2vw;
    font-size: 14px;
    padding-left: 0.3vw;
    -webkit-border-radius: 0.56vw;
    -moz-border-radius: 0.56vw;
    border-radius: 0.56vw;
  }
  .search .s-in {
    width: 2.46vw;
    height: 2.46vw;
    top: -0.2vw;
    right: -0.06vw;
    background-size: contain;
  }
  .catalog {
    margin-top: 1.58vw;
  }
  .catalog .title {
   /* height: 1.45vw;
    padding-left: 0.37vw;
    font-size: 0.75vw;*/
    background-size: contain;
    background-position: 0 0.37vw;
  }
  .cat-list > ul > li {
    min-height: 1.89vw;
  }
  .cat-list > ul ul{
    font-size: 0.9rem;
  }
  .cat-list > ul > li.active{
    padding-bottom: 1.26vw;
  }



  .cat-list .cat-icon {
    width: 2.84vw;
    height: 1.89vw;
	display: none;
  }
  .cat-list .cat-icon img {
    max-width: 90%;
  }
  .cat-list .text {
    /*width: 13.2vw;*/
    font-size: 0.9rem;
    line-height: 0.9rem;
	padding-left: 5px;
  }
  .second-level {
	      margin-left: 5px;
  }
  
  .header {
    height: 3.16vw;
    line-height: 2.97vw;
    border-bottom-width: 0.18vw;
   /* font-size: 1.26vw;*/
  }
  .slider-wrapper {
    width: 100%;
   /* height: 21vw;*/
    padding: 1.26vw 0;
  }

  .bx-wrapper .bx-controls-direction a{
    width: 1.58vw;
    height: 16vw;
    background-size: contain;
    margin-top: -8vw;
  }
  .slider-wrapper .bx-wrapper .bx-next{
    right: -4.1vw;
  }
  .slider-wrapper .bx-wrapper .bx-prev{
    left: -4.1vw;
  }

  .photo .bx-wrapper .bx-controls-direction a{
    width: 1.64vw;
    height: 3.29vw;
    margin-top: -2.91vw;
    background-size: contain;
  }
.photo .bx-wrapper .bx-prev{
  background: url(/images/photo-prev.png)no-repeat;
  left: -2.55vw;
}
.photo .bx-wrapper .bx-next{
  right: -2.6vw;
  background: url(/images/photo-next.png)no-repeat;
}

.photo li{
  margin-right: 0.94vw !important;
  width: 8.03vw !important;
}
.photo .bx-wrapper{
  max-width: 52.9vw !important;
}

  .slide-img,
  .slider-wrapper .bx-wrapper {
    width: 54.8vw;
  }
  .slide-img img {
    width: 100%;
    height: auto;
  }
  .prev-slide {
    left: 1.89vw;
    margin-top: -8vw;
  }
  .next-slide {
    right: 1.89vw;
    margin-top: -8vw;
  }
  .prev-slide img,
  .next-slide img {
    width: 1.58vw;
    height: 16vw;
  }
  .last-news {
    width: 54.8vw;
  }
  .last-news .title:after {
    width: 4.11vw;
    margin: 0.3vw 0;
  }
  .news-wrap {
    margin-left: -3.48vw;
  }
  .news-block {
    width: 25.6vw;
    margin-bottom: 0.63vw;
    margin-left: 3.48vw;
  }
  .news-block .date {
    width: 7vw;
    height: 2.84vw;
    margin-top: 0.56vw;
  }
  .news-block .date .number {
    width: 2.84vw;
    height: 2.84vw;
    font-size: 1.64vw;
  }
  .news-block .date .number-cell {
    width: 2.84vw;
    height: 2.84vw;
  }
  .news-block .date .month {
    font-size: 0.75vw;
    margin-left: -0.18vw;
  }
  .news-block .news-text {
    padding-left: 0.3vw;
    width: 17.6vw;
  }
  .news-block .news-text h5 {
    font-size: 1vw;
    margin-bottom: 0.12vw;
  }
  .news-block .news-text p {
    font-size: 1vw;
  }
  .novelty-wrapp {
    width: 100%;
    margin: auto;
    margin-top: 0.94vw;
  }
  .novelty-block {
    width: 20.2vw;
    margin-left: 1.58vw;
  }
  .nov-img {
    width: 9.49vw;
  }
  .nov-img img {
    width: 100%;
    height: auto;
  }
  .nov-text {
    width: 10.7vw;
    padding-top: 0.94vw;
    padding-left: 0.94vw;
  }
  .nov-text .title {
    font-size: 1.26vw;
  }
  .nov-text .nov-desc {
    height: 5.37vw;
    font-size: 0.75vw;
  }
  .nov-text .nov-cell {
    width: 10.7vw;
    height: 5.37vw;
  }
  .nov-text .price {
    font-size: 1.26vw;
    margin-bottom: 0.44vw;
  }
  .nov-text .more {
    font-size: 0.88vw;
  }
  .main-header {
    font-size: 1.13vw;
    width: 54.8vw;
  }
  .main-header:after {
    width: 3.48vw;
    margin-top: 0.3vw;
  }
  .equipment {
    width: 54.8vw;
    margin-top: 1.2rem;
    /*margin-bottom: 1.2rem;*/
  }
  .equipment p {
    font-size: 1rem;
    margin-top: 0.9rem;
    line-height: 1rem;
  }
  .footer {
    border-top-width: 0.2rem;
    height: auto;
  }
  .foot-text p {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .copyright {
    right: 1.58vw;
    bottom: 1.26vw;
    font-size: 0.7rem;
  }
  /********* About ***********/

  .about-wrapper {
    width: 64.5vw;
    margin-top: 4.43vw;
	margin-bottom: 12rem;
  }
  .about-container {
    width: 54.8vw;
    padding-bottom: 1.26vw;
  }
  .tabs {
    margin-top: -1.89vw;
  }
  .tabs li {
    height: 1.89vw;
    line-height: 1.77vw;
    font-size: 0.75rem;
    margin-right: 0.63vw;
  }
  .about-text {
    padding-top: 1.26vw;
  }
 /*  .about-desc img {
    width: 25.3vw;
    height: 16.5vw;
  } */
  .about-desc {
    padding-top: 1.26vw;
  }
  .about-desc p {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.1rem;
  }
  .photo {
    padding: 0 0.3vw;
    -webkit-border-radius: 0.63vw;
    -moz-border-radius: 0.63vw;
    border-radius: 0.63vw;
  }
  .photo .title {
    height: 2.84vw;
    line-height: 2.84vw;
    font-size: 0.88vw;
  }
  /* .photo-wrapp {
    margin-left: -1.13vw;
  } */
  .photo-block {
    margin-left: 1.13vw;
    width: 8.03vw;
  }
  .photo-block img {
    width: 100%;
    height: auto;
  }
  .photo-prev {
    left: -1.7vw;
    margin-top: -1.64vw;
  }
  .photo-next {
    right: -1.7vw;
    margin-top: -1.64vw;
  }
  .photo-prev img,
  .photo-next img {
    width: 1.64vw;
    height: 3.29vw;
  }
  /********* Products ***********/

  .main-air {
    width: 64.5vw;
  }
  .breadcrumbs {
    padding-top: 1.26vw;
  }
  .breadcrumbs li {
    padding-top: 0.63vw;
  }
  .breadcrumbs li:first-child span {
    top: -0.35vw;
  }
  .breadcrumbs li a {
    font-size: 1.08vw;
  }
  .breadcrumbs li span {
    padding: 0 0.63vw;
  }
  .breadcrumbs li span img {
    width: 0.5vw;
    height: 0.75vw;
  }
  .filter {
    padding-left: 10px;
  }
  .filter td {
    width: 11.7vw;
  }
  .filter .clas {
    font-size: 1.13vw;
  }
  .filter .radio {
    font-size: 14px;
  }
  .apply-filter {
   /* width: 6.32vw;
    height: 2.21vw;
    font-size: 0.75vw;
	right: 11.7vw;*/
    padding-top: 0.44vw;
    bottom: -1.1vw;
    -webkit-border-radius: 0.63vw 0 0 0.63vw;
    -moz-border-radius: 0.63vw 0 0 0.63vw;
    border-radius: 0.63vw 0 0 0.63vw;
  }
  .reset {
   /* width: 6.32vw;
    height: 2.21vw;
    font-size: 0.75vw;
	 right: 5.37vw;*/
    padding-top: 0.44vw;
    bottom: -1.1vw;
    -webkit-border-radius: 0 0.63vw 0.63vw 0;
    -moz-border-radius: 0 0.63vw 0.63vw 0;
    border-radius: 0 0.63vw 0.63vw 0;
  }
  .top-fil {
    padding: 2.53vw 0;
    font-size: 0.8rem;
  }
  .top-fil td {
    padding-right: 1.58vw;
  }
  .item-container {
    width: 54.8vw;
    margin-bottom: 1.26vw;
  }
  .item-desc {
    width: 33.54vw;
  }
  .item-img {
    width: 21.2vw;
  }
  .item-info .cod {
    font-size: 16px;
  }
  .item-info .cod .price b {
    font-size: 1.77vw;
  }
  .list-item {
    font-size: 0.8rem;
    padding: 1.26vw;
  }
  .list-item li {
    margin-bottom: 0.94vw;
  }
  .add-basket {
    margin-top: 2.53vw;
  }
  .after-info {
    padding: 1.26vw;
    font-size: 0.75vw;
  }
  .after-info a {
    margin-left: 1.26vw;
    margin-top: 1.26vw;
  }
  .after-item-text {
    width: 54.8vw;
    padding: 1.26vw 0;
    font-size: 0.88vw;
  }
  .add-basket img {
/*
    width: 8.4vw;
    height: 2.72vw;
*/
  }
  .item-img img {
    max-width: 70%;
    height: auto;
  }
  /********* Products detail ***********/

  .detail-img {
    width: 25.3vw;
  }
  .detail-img img {
    max-width: 100%;
    height: auto;
  }
   .miniature-block{
      padding: 0.63vw 0.3vw;
   }
   .detail-desc{
      width: 33.5vw;
   }
   .detail{
      padding-left: 4.1vw;
      padding-top: 1.89vw;
   }
   .icon-detail{
      padding: 1.26vw;
   }

   .detail .col-33{
      font-size: 0.75vw;
   }
   .h3{
      font-size: 1.26vw;
      margin-top: 1.26vw;
      margin-bottom: 0.63vw;
   }
   .documentation{
      font-size: 0.75vw;
   }
   /********* order ***********/
   .order-block1{
      width: 62.15vw;
      margin:0.63vw auto 3.79vw;
   }
   .order-block2{
      width: 62.15vw;
      margin: 0.63vw auto 1.89vw;
   }
   .order-step1,
   .order-step2,
   .order-step3,
   .order-step1 img,
   .order-step2 img,
   .order-step3 img{
      width: 20.69vw;
      height: 10.88vw;
   }
   .step1,
   .step2,
   .step3,
   .step1 img,
   .step2 img,
   .step3 img{
      width: 20.69vw;
      height: 10.88vw;
   }
   .basket-table{
      width: 54.4vw;
   }
   .basket-item-title{
      font-size: 1.5vw;
   }
   .basket-item-info{
      font-size: 0.88vw;
      padding: 0.63vw 1.26vw;
   }
   .basket-item-more{
      padding: 0.25vw 0.63vw 0;
      font-size: 0.88vw;
   }
   .basket-item-price{
      padding: 0 0.63vw;
      font-size: 1.26vw;
   }
   .basket-table thead td{
      font-size: 1.26vw;
      line-height: 2.84vw;
   }
   .basket-table thead td.basket-sum{
      border-left-width: 0.31vw;
      border-right-width: 0.31vw;
   }
   .amount{
      width: 4.43vw;
      margin: 1.5vw auto;
   }
   .amount-title{
      font-size: 0.75vw;
   }
   .amount input{
      width: 2.15vw;
      height: 2.15vw;
      font-size: 1.13vw;
      margin: 0 0.3vw;
   }
   .amount .amount-up,
   .amount .amount-down{
      width: 0.69vw;
      height: 1.26vw;
      margin-top: 0.37vw;
      background-size: contain;
   }
   .basket-item-sum{
      width: 6.3vw;
      border-left-width: 0.31vw;
      border-right-width: 0.31vw;
      font-size: 1.26vw;
   }
   .basket-item-del{
      width: 4.87vw;
      height: 3.79vw;
      padding-top: 2.53vw;
      margin: 1.26vw auto;
      font-size: 1.01vw;
   }
   .basket-item,
   .basket-item-img{
      padding-top: 6.3vw;
   }
    .basket-item-img img{
      max-width: 100%;
      width: auto;
    }
   .basket-sum-border{
      width: 9.74vw;
      height: 2.46vw;
      background-size: contain;
      background-position: 6.96vw 0;
   }
   .basket-info{
      width: 50.6vw;
      margin: 1.26vw auto;
   }
   .personal-type{
      margin-left: 0.63vw;
      line-height: 1.5vw;
      font-size: 1.26vw;
   }
   .basket-info-person{
      width: 18.9vw;
   }
   .basket-info-sum{
      width: 18.9vw;
      font-size: 1.89vw;
   }
   .cont-button{
      width: 18.3vw;
      height: 4.74vw;
      -webkit-border-radius: 0.63vw;
         -moz-border-radius: 0.63vw;
              border-radius: 0.63vw;
      line-height: 4.74vw;
      font-size: 1.89vw;
   }
   .cont-block{
      margin: 0 4.43vw 1.89vw;
   }
   .order-area{
      width: 60.7vw;
      margin: 0 auto 3.16vw;
      background-size: contain;
      min-height: 30vw;
   }
   .input-block{
      width: 27.2vw;
      margin-top: 1.26vw;
   }
   .radio-block{
      margin: 2.15vw;
   }
   .input-block h5{
      margin-bottom: 0.31vw;
      margin-left: 0.63vw;
      font-size: 0.88vw;
   }
   .input-block input{
      width: 27.2vw;
      height: 2.5vw;
      -webkit-border-radius: 0.44vw;
         -moz-border-radius: 0.44vw;
              border-radius: 0.44vw;
      font-size: 1.13vw;
   }
   .input-block textarea{
      width: 27.2vw;
      height: 10.63vw;
      -webkit-border-radius: 0.44vw;
         -moz-border-radius: 0.44vw;
              border-radius: 0.44vw;
      font-size: 1.13vw;
   }
   .select-city{
      padding: 0 1.26vw;
      font-size: 1.01vw;
   }
   .uploadfile{
      margin: 0.63vw 0 3.92vw;
   }
   .uploadfile span{
      width: 0.63vw;
      font-size: 0.88vw;
   }
    .uploadfile img{
      width: 3.22vw;
      height: 3.22vw;
    }
   .order-actions{
     /* width: 25.3vw;*/
   }
   .order-back-link{
      line-height: 3.92vw;
      font-size: 1.5vw;
   }
   .order-cont-link{
      width: 15.8vw;
      height: 3.92vw;
      -webkit-border-radius: 0.63vw;
         -moz-border-radius: 0.63vw;
              border-radius: 0.63vw;
      line-height: 3.92vw;
      font-size: 1.89vw;
   }

   .top-text{
      width: 51.89vw;
      margin: 1.26vw auto;
   }
   .group{
      width: 51.89vw;
   }
   .group-container{
      padding-top: 1.26vw;
      margin-left: -1.58vw;
   }
   .group-block{
      width: 11.7vw;
      height: 16.13vw;
      margin-left: 1.58vw;
      margin-bottom: 2.21vw;
   }
   .group-img{
      height: 13.6vw;
   }
   .group-img img{
      max-width: 100%;
      height: auto;
   }
   .group-cell{
      height: 2.53vw;
      width: 11.7vw;
   }
   .group-link{
      width: 11.7vw;
     /* height: 2.52vw;
      font-size: 0.75vw;*/
   }
   .special{
      width: 54.43vw;
      font-size: 1rem;
      padding-top: 1.2rem;
   }
   .special h5:after{
      width: 4.1vw;
      margin-top: 0.31vw;
      margin-bottom: 0.63vw;
   }
   .special p{
      margin-bottom: 1.26vw;
   }
   .special ul{
      margin-left: 1.58vw;
      margin-bottom: 1.26vw;
   }
   .special ul li:before{
      width: 0.44vw;
      height: 0.44vw;
      margin-right: 0.31vw;
      margin-top: 0.31vw;
   }
   .delivery .radio-btn{
   font-size: 1.13vw;
   margin-bottom: 1.58vw;
}
.dpd-img{
   margin-left: 1.77vw;
   top: -0.5vw;
   width: 6vw;
   height: 3vw;
}
.logo-post{
   margin-left: 1.58vw;
   width: 6.39vw;
   height: 3.1vw;
}

.second-radio-btn{
   width: 12.65vw;
}
.second-radio-btn a{
   font-size: 1.13vw;
}

.radio-img{
   height: 5.69vw;
}

.radio-img-cell{
   height: 5.69vw;
}

.payment-options{
   margin-top: 3.16vw;
   margin-bottom: 1.89vw;
}
.pay-desc{
   margin-top: 1.89vw;
}
.pay-desc p{
   font-size: 0.88vw;
}
.get-order-link{
   font-size: 1.26vw;
}
.second-radioblock{
   padding-left: 3.16vw;
   padding-left: 0.3vw;
}


.textarea-wrapper{
   padding-left: 3.16vw;
}
.textarea-wrapper .title{
   color: #626262;
   font-size: 0.88vw;
   margin-bottom: 0.31vw;
}
.textarea-wrapper .title b{
   font-weight: bold;
}
.textarea-wrapper  .info-text{
   color: #4573b1;
   font-size: 0.75vw;
   font-style: italic;
   margin-top: 2.65vw;
   line-height: 1.2;
}
.textarea-wrapper input[type="text"]{
   height: 1.89vw;
   width: 23.4vw;
}
.textarea-wrapper textarea{
   height: 6.3vw;
   width: 23.4vw;
}
.textarea-wrapper .left-block{
   float: left;
   width: 23.4vw;
}
.textarea-wrapper .right-block{
   float: left;
   margin-left: 3.48vw;
   width: 23.4vw;
}
.basket-active table{
      font-size: 0.88vw;
   }
.novelty .bx-wrapper{
  width: 61.7vw;
}
.novelty .bx-viewport{
  height: 12.02vw !important;
}
.novelty  .bx-wrapper .bx-prev{
   left: -1.89vw;
}
.novelty  .bx-wrapper .bx-next{
   right: -1.89vw;
}
.novelty-block{
   width: 20.25vw !important;
   margin-left: 0;
   margin-right: 0.63vw;
}
.novelty .h3{
  padding-left: 5.06vw;
}
.order-actions-fiz{
  margin-top: 8.22vw;
}


.complete-text{
   padding-top: 3.79vw;
}
   .complete-text header{
      font-size: 1.5vw;
   }

.small-complete{
   font-size: 0.88vw;
   margin-top: 0.63vw;
}

.back-catalog a{
   height: 4.74vw;
   width: 14.87vw;
   font-size: 1.13vw;
   line-height: 4.74vw;
}
.back-catalog{
   margin-top: 1.89vw;
}
.adress-text textarea{
  width: 18.9vw;
  height: 6.6vw;
}
.finish-status{
  width: 50.6vw;
}

.finish-status h4{
  font-size: 1.13vw;
  margin-bottom: 1.89vw;
}
.finish-contact li{
  padding-left: 4.43vw;
  font-size: 1.13vw;
}
.finish-contact,
.finish-del{
   margin-bottom: 1.89vw;
}
.finish-del p{
  font-size: 1.13vw;
  padding-left: 4.43vw;
}
.pay-card{
  margin-left: 4.43vw;
}
.pay-card p{
  font-size: 0.88vw;
}
.order-step2,
.order-step3{
  top: 3.22vw;
}
.step2,.step3{
  position: relative;
  top: 3.22vw;
}
body .item-container1{
  height: 475px;
  width: 31%;
      margin: 20px 5px;
}
}

/* End */


/* Start:/css/media(1000).css?159837738624858*/
@media(min-width: 1000px){
	.visible-xs{
		display: none;
	}
	body{
		overflow-y: hidden;
	}
}
@media(max-width: 999px){
	.wrapper {
    width: 100%;
  }
	body .item-container1 {
    height: 530px;
	}
	
	.news-detail{
		padding: 0 10px;
	}
	img{
		max-width: 100%;
		height: auto;
	}
  .left-sidebar {
    width: 157px;
		display: none;
  }
  .center-content{
  	width: 100%;
		margin-left: 0;
		    overflow: visible;
  }
	.right-sidebar{
		width: 17%;
		display: none;
	}
	.telefon{
		margin-top: 12px;
	}
	.slider-wrapper .bx-controls{
		display: none;
	}
	.telefon .title{
		font-size: 9px;
		margin-bottom: 3px;
	}

	 .logo{
		margin-left: 3px;
	}
		.logo img{
			width: 108px;
			height: 98px;
		}

	.phone-icon{
		width: 31px;
	}
		.phone-icon img{
			width: 31px;
			height: 31px;
		}
	.phone-text{
		width: 121px;
		padding-left: 3px;
	}
		.phone-text div,
		.phone-text div a{
			font-size: 13px;
		}
		.phone-text a{
			font-size: 7.5px;
		}
			.phone-text a img{
				top: 2.5px;
				width: 9.5px;
				height: 10px;
			}

		.answerform{
			margin: 12px 0;
		}
		.sms-link{
			width: 151px;
			height: 28.5px;
			line-height: 28.5px;
			font-size: 11px;
			-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
	        		  border-radius: 6px;
		}
		.breadcrumbs ul{
			position: relative;
			padding-left: 35px;
			min-height: 31px;
		}
		.after-info.special{
			display: none;
		}
		.breadcrumbs ul li:first-child{
			position: absolute;
			z-index: 2;
			left: 0;
			top: 5px;
		}
 .properties{
		   width: 100%;
		 }
		  .filter-container .name{
		    width: 100%;
		    font-size: 16px;
		  }
		.nav{
			padding-right: 4px;
		}
			.nav li{
				height: 22px;
				border-right-width: 3px;
				margin-bottom: 6px;
			}
				.nav li a{
					padding-right: 9.5px;
					font-size: 8.5px;
					height: 22px;
					line-height: 22px;
				}
				.nav li .arends-link{
					line-height: 11px;
				}

		.basket{
			width: 151px;
		}
			.basket .title{
				height: 22px;
				font-size: 8.5px;
				line-height: 22px;
				padding-left: 3px;
				padding-right: 11px;
			}
				.basket .title:after{
					border-top-width: 1px;
					width: 151px;
					margin-left: -3px;
				}

		.basket-block{
			width: 145.5px;
			height: 82px;
			margin-bottom: 12.5px;
			margin-top: 6px;
			margin-left: 6px;
			background-size: contain;
		}

		.get-order{
			width: 69px;
			height: 20px;
			font-size: 7.5px;
			-webkit-border-radius: 7.5px;
				-moz-border-radius: 7.5px;
	              border-radius: 7.5px;
	      line-height: 8px;
	      bottom: -8.5px;
	      padding-top: 2px;
		}

		.text-basket{
			width: 75px;
			height: 64.5px;
			line-height: 19.5px;
			font-size: 15px;
			background-size: contain;
		}
		.text-cell{
			width: 75px;
			height: 64.5px;
		}

		.search input[type="text"]{
			height: 16px;
			font-size: 7.5px
			padding-left: 3px;
			-webkit-border-radius: 5.5px;
				-moz-border-radius: 5.5px;
					  border-radius: 5.5px;
		}
		.search .s-in{
			width: 24.5px;
			height: 24.5px;
			top: -5px;
			right: -0.5px;
			background-size: contain;
		}

		.catalog{
			margin-top: 16px;
		}
			.catalog .title{
				height: 14.5px;
				padding-left: 4px;
				font-size: 7.5px
				background-size: contain;
				background-position: 0 4px;
			}

		.cat-list > ul > li{
			min-height: 19px;
		}

		.cat-list > ul ul{
	    font-size: 7.5px;
	  }
	  .cat-list > ul > li.active{
	    padding-bottom: 12.5px;
	  }

		.cat-list .cat-icon{
			width: 28.5px;
			height: 19px;
		}
			.cat-list .cat-icon img{
				max-width: 90%;
			}
		.cat-list .text{
			width: 132px;
			height: 19px;
			font-size: 7.5px;
			line-height: 8.5px;
		}
		.main-wrapp{
			padding-bottom: 0;
			margin-bottom: 0;
		}
		.header{
			height: 31.5px;
			line-height: 29px;
			border-bottom-width: 2px;
			font-size: 12.5px;
			display: none;
		}
		.novelty{
			display: none;
		}
		.slider-wrapper{
			height: auto;
			padding: 12.5px 0;
		}

		.bx-wrapper .bx-controls-direction a{
		    width: 16px;
		    height: 160px;
		    background-size: contain;
		    margin-top: -80px;
		 }
	  .slider-wrapper .bx-wrapper .bx-next{
	    right: -41px;
	  }
	  .slider-wrapper .bx-wrapper .bx-prev{
	    left: -41px;
	  }
	.photo .bx-wrapper .bx-controls-direction a{
    width: 16.5px;
    height: 33px;
    margin-top: -29px;
    background-size: contain;
  }
.photo .bx-wrapper .bx-prev{
  background: url(/images/photo-prev.png)no-repeat;
  left: -25.5px;
}
.photo .bx-wrapper .bx-next{
  right: -26px;
  background: url(/images/photo-next.png)no-repeat;
}

.photo li{
  margin-right: 9.5px !important;
  width: 80px !important;
}
.photo .bx-wrapper{
  max-width: 529px !important;
}




		.slide-img,
		.slider-wrapper .bx-wrapper{
			width: 85%;
		}
			.slide-img img{
				width: 100%;
				height: auto;
			}
		.prev-slide{
			left: 19px;
			margin-top: -80px;
		}

		.next-slide{
			right: 19px;
			margin-top: -80px;
		}
			.prev-slide img,
			.next-slide img{
				width: 16px;
				height: 160px;
			}
		.last-news{
			width: 100%;
			padding: 0 15px;
		}
			.last-news .title:after{
				width: 41px;
				margin: 3px 0;
			}
		.news-wrap{
			margin-left: 0;
			margin-bottom: 20px;
		}
		.last-news .title{
			font-size: 18px;
			font-weight: bold;
		}
		.news-block{
			width: 100%;
			height: auto;
			margin-bottom: 6px;
			margin-left: 0;
			line-height: 1.2;
		}
			.news-block .date{
				width: 100%;
				height: auto;
				margin-top: 5.5px;
				margin-bottom: 5px;
				border-right: 0;
			}
				.news-block .date .number{
					width: auto;
					height: auto;
					font-size: 14px;
					background: none;
					color: #4573b1;
					vertical-align: middle;
				}
				.news-block .date .number-cell{
					width: auto;
					height: auto;
				}
				.news-block .date .month{
					font-size: 14px;
					margin-left: 0;
					vertical-align: middle;
				}

			.news-block .news-text{
				padding-left: 0;
				width: 100%;
			}
				.news-block .news-text h5{
					font-size: 14px;
					margin-bottom: 1px;
					margin-bottom: 5px;
				}
				.news-block .news-text p{
					font-size: 14px
				}

	.novelty-wrapp{
		margin-top: 9.5px;
	}
	.novelty-block{
		width: 202px;
		margin-left: 16px;
	}
	.nov-img{
		width: 95px;
	}
		.nov-img img{
			width: 100%;
			height: auto;
		}
	.nov-text{
		width: 107px;
		padding-top: 9.5px;
		padding-left: 9.5px;
	}
		.nov-text .title{
			font-size: 12.5px;
		}
		.nov-text .nov-desc{
			height: auto !important;
			font-size: 12px;
		}
		.nov-text .nov-cell{
			width: 107px;
			height: auto !important;
		}
		.nov-text .price{
			font-size: 16px;
			margin: 10px 0;
		}
		.nov-text .more{
			font-size: 8.5px;
		}
	.equipment h1,
	.equipment h2,
	.equipment h3,
	.equipment h4,
	.equipment h5{
		font-size: 18px;
		font-weight: bold;
	}
	.main-header{
		font-size: 18px;
		font-weight: bold;
		width: 100%;
		padding: 0 15px;
	}
		.main-header:after{
			width: 55px;
			margin-top: 3px;
		}
	.equipment{
		width: 100%;
		padding: 15px;
		margin-top: 0;
		line-height: 1.4;
	}
		.equipment p{
			font-size: 14px;
			margin-top: 9.5px;
			line-height: 1.4;
		}
	.footer{
		border-top-width: 2px;
		padding-top: 12.5px;
		height:auto;
		position: relative;
		text-align: center;
		font-weight: bold;
	}

	.foot-text{
		width: 100%;
		padding: 0 15px;
	}
		.foot-text p{
			width: 100%;
			font-size: 14px;
			line-height: 1.4;
		}

	.copyright{
		right: 16px;
		bottom: 12.5px;
		position: relative;
		top: 0;
		line-height: 1.4;
		padding: 0 15px;
		right: 0;
		text-align: center;
		margin: 10px 0;
		bottom: 0;
		width: 100%;
		padding-bottom: 10px;
		font-size: 14px;
		margin-bottom: 0;
	}
	.main-air .footer {
	background: #626262;
	}
	.main-air .copyright{
		right: 16px;
		bottom: 12.5px;
		position: relative;
		top: 0;
		line-height: 1.4;
		padding: 0 15px;
		right: 0;
		text-align: center;
		margin: 10px 0;
		bottom: 0;
		width: 100%;
		padding-bottom: 10px;
		font-size: 14px;
		margin-bottom: 0;
	}

/********* About ***********/

.about-wrapper{
		width: 100%;
		margin-top: 20px;
		padding: 0;
		border-top: 0;
		margin-bottom: 0;
	}
	#about-company,
	.news-list{
		padding: 0 10px;
	}
	.news-date-time{
		float: none;
	}
	p.news-item{
		margin-bottom: 0;
	}
	.news-h3{
		margin-top: 0;
	}
	.fontC img{
		margin-left: 0;
		margin-right: 0;
	}
	.about-container{
		width: 100%;
		padding-bottom: 0;
	}

	.tabs{
		margin-top: 0;
	}
		.tabs li{
			height: auto;
			line-height: 1.2;
			font-size: 18px;
			margin-bottom: 10px;
			margin-right: 0;
			float: none;
			background: none;
			border: 0;
			color: #626262;
		}
		.tabs li a{
			color: #626262 !important;
			text-decoration: underline;
		}
		.tabs li.active a{
			color: #4573b1 !important;
			font-weight: bold;
		}

	.about-text{
		padding-top: 12.5px;
	}
	.about-desc img{
		width: 253px;
		height: 165px;
	}
	.about-desc{
		padding-top: 12.5px;
	}
		.about-desc p{
			font-size: 14px;
			margin-bottom: 16px;
			line-height: 1.3;
		}
	.photo{
		padding: 0 3px;
		-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
	           border-radius: 6px;
	}
	.detail-text ul{
		line-height: 1.4;
	}
	.bx_item_detail .bx_item_container .item-info .price{
		float: none;
	}
	.bx_item_detail .bx_item_container .add-basket{
		float: none;
	}
	.bx_item_detail .bx_item_container .item-info .right-block{
		text-align: center;
	}
	.icon-detail{
		text-align: center;
	}
	.icon-detail span{
		display: block;
		text-align: center;
	}
		.photo .title{
			line-height: 1.2;
			font-size: 14px;
		}
	.photo{
		width: 85%;
		margin: auto;
	}

	/* .photo-wrapp{
		margin-left: -11px;
	} */
	.photo-block{
		margin-left: 11px;
		width: 80px;
	}
		.photo-block img{
			width: 100%;
			height: auto;
		}

	.photo-prev{
		left: -17px;
		margin-top: -16.5px;
	}
	.photo-next{
		right: -17px;
		margin-top: -16.5px;
	}
		.photo-prev img,
		.photo-next	img{
			width: 16.5px;
			height: 33px;
		}

/********* Products ***********/
	.main-air{
		width: 100%;
		padding-bottom: 0 !important;
	}
	.breadcrumbs{
		padding: 10px;
		min-height: 31px;
	}
		.breadcrumbs li{
			padding-top: 6.5px;
		}
			.breadcrumbs li:first-child span{
				top: -8px;
			}
		.breadcrumbs li span img{
				width: 5px;
				height: 7.5px;
			}

		.breadcrumbs li a{
			font-size: 14px;
		}
		.breadcrumbs li span{
			padding: 0 6.5px;
		}

	.filter{
		padding: 10px;
		margin-bottom: 15px;
	}
		.filter td{
			width: 117px;
		}
		.filter .clas{
			font-size: 11.5px;
		}
		.filter .radio{
			font-size: 12px;
			float: none;
			display: inline-block;
			vertical-align: middle;
			width: auto;
		}
		.apply-filter {
	    width: 90px;
	    height: 28px;
	    font-size: 10.5px;
	    padding-top: 2.5px;
	    bottom: -11px;
	    right: 117px;
	    -webkit-border-radius: 6.5px 0 0 6.5px;
	    -moz-border-radius: 6.5px 0 0 6.5px;
	    border-radius: 6.5px 0 0 6.5px;
	}
	.reset {
    width: 89px;
    height: 28px;
    font-size: 10.5px;
    padding-top: 2.5px;
    bottom: -11px;
    right: 28px;
    -webkit-border-radius: 0 6.5px 6.5px 0;
    -moz-border-radius: 0 6.5px 6.5px 0;
    border-radius: 0 6.5px 6.5px 0;
}
	.top-fil{
		padding: 10px;
		font-size: 14px;
	}
		.top-fil td{
			padding-right: 16px;
		}

	.item-container{
		width: 548px;
		margin-bottom: 12.5px;
	}
	.item-desc{
		width: 100%;
		float: none;
	}
	.item-img {
    width: 100%;
    float: none;
    text-align: center;
	}
	.item-info{
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 0;
	}
	.list-item li{
		/*display: none;*/
	}
	.list-item li:first-child{
		display: block;
	}
	.item-info .left-block,
	.item-info .right-block{
		width: 100%;
		float: none;
	}
	.item-info .price{
		padding-top: 7px;
		font-size: 26px;
	}
	.item-info .add-basket{
		margin-top: 0;
	}
	.top-fil{
		display: none;
	}
	.item-info .cod{
		font-size: 18px;
	}
		.item-info .cod .price b{
			font-size: 18px;
		}

	.list-item{
		font-size: 14px;
		padding: 12.5px;
	}
		.list-item li{
			margin-bottom: 9.5px;
		}

	.add-basket{
		margin-top: 25px;
	}
	.after-info{
		padding: 12.5px;
		font-size: 7.5px;
	}
		.after-info a{
			margin-left: 12.5px;
			margin-top: 12.5px;
		}
	.after-item-text{
		width: 548px;
		padding: 12.5px 0;
		font-size: 9px;
	}
	.add-basket img{
		width: 133px;
		height: 43px;
	}
	.item-img img{
		max-width: 70%;
		height: auto;
		margin-left: 0 !important;
	}

 /********* Products detail ***********/

 	.detail-img {
    width: 253px;
  }
  .detail-img img {
    max-width: 100%;
    height: auto;
  }
   .miniature-block{
      padding: 6.5px 3px;
   }
   .detail-desc{
      width: 335px;
   }
   .detail{
      padding-left: 41px;
      padding-top: 19px;
   }
   .icon-detail{
      padding: 12.5px;
   }

   .detail .col-33{
      font-size: 7.5px;
   }
   .h3{
   	font-size: 12.5px;
      margin-top: 12.5px;
      margin-bottom: 6.5px;
   }
   .documentation{
   	font-size: 7.5px;
   }
	/********* order ***********/
	.order-block1{
		width: 100%;
		margin: 6px auto 38px;
		padding: 0 10px;
	}
	.order-block2{
		width: 100%;
		margin: 6px auto 19px;
	}
	 .order-step1,
    .order-step2,
    .order-step3{
			width: 32%;
			height: auto;
			display: inline-block !important;
			vertical-align: middle;
			float: none;
		}
		.order-step1 img,
    .order-step2 img,
    .order-step3 img{
			width: auto;
			max-width: 100%;
			height: auto;
		}
		.order-step1{
			position: relative;
			top: 7px;
		}
   .step1,
   .step2,
   .step3,
   .step1 img,
   .step2 img,
   .step3 img{
      width: 207px;
   	height: 109px;
   }
   .basket-table{
		width: 100%;
   }
   .basket-item-title{
   	font-size: 15px;
   }
   .basket-item-info{
   	padding: 6px 12.5px;
   	font-size: 14px;
   }
   .basket-item-more{
   	padding: 2.5px 6px 0;
   	font-size: 14px;
		float: none;
   }
   .basket-item-price{
   	padding: 0 6px;
   	font-size: 16px;
		float: none;
		margin-top: 10px;
   }
   .basket-table thead td{
   	font-size: 12.5px;
   	line-height: 28.5px;
   }
   .basket-table thead td.basket-sum{
   	border: 0;
		width: auto;
		background: none;
		color: #5781b9;
   }

   .amount{
   	width: 57px;
   	margin: 15px auto;
   }
   .amount-title {
   	font-size: 7.5px;
   }
   .amount input{
   	width: 30px;
   	height: 30px;
   	font-size: 14px;
   	margin: 0 3px;
   }
   .amount .amount-up,
   .amount .amount-down{
   	width: 10px;
   	height: 15px;
   	margin-top: 6.5px;
   }
   .basket-item-sum{
   	width: auto;
   	font-size: 16px;
		border: 0;
   }
   .basket-item-del{
      width: 48.5px;
      height: 38px;
      padding-top: 37px;
      margin: 12.5px auto;
      font-size: 10px;
   }
   .basket-item,
   .basket-item-img{
   	padding-top: 6px;
   }
   .basket-sum-border{
   	width: auto;
   	height: auto;
   	background-position: 67.5px 0;
		background: none;
		display: none;
   }
   .basket-info{
   	width: 100%;
   	margin: 12.5px auto;
		padding: 0 10px;
   }
   .personal-type{
   	margin-left: 6px;
   	line-height: 15px;
   	font-size: 16px;
   }
   .basket-info-person{
   	width: 189px;
   }
   .basket-info-sum{
   	width: 189px;
   	font-size: 19px;
   }
   .cont-button{
   	width: 183px;
   	height: 47.5px;
   	-webkit-border-radius: 6px;
   		-moz-border-radius: 6px;
   	        border-radius: 6px;
   	line-height: 47.5px;
   	font-size: 19px;
		float: none;
		margin: auto;
   }
   .cont-block{
   	margin: 20px 0;
		width: 100%;
   }
   .order-area{
   	width: 100%;
		padding: 0 10px;
   	margin: 0 auto 31.5px;
   	min-height: 300px;
   }
	 .order-left-side,
	 .order-right-side{
		 width: 48%;
	 }
   .input-block{
   	width: 100%;
   	margin-top: 15px;
   }
   .radio-block{
   	margin: 21.5px;
   }
   .input-block h5{
   	margin-bottom: 3px;
   	margin-left: 6px;
   	font-size: 14px;
   }
   .input-block input{
   	width: 100%;
   	height: 35px;
   	-webkit-border-radius: 4.5px;
   		-moz-border-radius: 4.5px;
   	        border-radius: 4.5px;
   	font-size: 14px;
   }
   .input-block textarea{
   	width: 100%;
   	height: 106px;
   	-webkit-border-radius: 4.5px;
   		-moz-border-radius: 4.5px;
   	        border-radius: 4.5px;
   	font-size: 14px;
   }
   .select-city{
   	padding: 0 12.5px;
   	font-size: 16px;
   }
   	 .select-city input[type="radio"]{
   	 	position: relative;
   	 	top: 3px;
   	 }
   .uploadfile{
   	margin: 6px 0 39px;
   }
   .uploadfile span{
      width: 6px;
      font-size: 12px;
   }
   .uploadfile img{
   	width: 32px;
   	height: 32px;
   }
   .order-actions{
   /*	width: 253px;*/
   }
   .order-back-link{
      line-height: 39px;
      font-size: 15px;
   }
   .order-cont-link{
      width: 158px;
      height: 39px;
      -webkit-border-radius: 6px;
      	-moz-border-radius: 6px;
              border-radius: 6px;
      line-height: 39px;
      font-size: 19px;
   }
	.top-text{
      width: 100%;
      margin: 12.5px auto;
   }
   .group{
      width: 100%;
   }
   .group-container{
      padding-top: 12.5px;
      margin-left: 0;
   }
	 .group-container:after{
		 clear: both;
		 height: 0;
		 display: block;
		 content: "";
	 }
   .group-block{
      width: 25%;
      height: auto;
      margin-left: 0;
      margin-bottom: 22px;
			padding: 0 5px;
   }
	 .group-block:nth-child(4n+1){
		 clear: both;
	 }
   .group-img{
      height: auto;
   }
   .group-cell{
      height: 25px;
      width: 117px;
   }
   .group-link{
      width: 95%;
			display: block;
			margin: auto;
      height: auto;
      font-size: 14px;
			padding: 10px 5px;
   }
   .special{
      width: 100%;
      font-size: 14px;
      padding: 10px;
   }
	 #desc{
		 width: 100% !important;
	 }
	 .item-container{
		 width: 100%;
		 padding: 10px;
	 }
   .special h5:after{
      width: 41px;
      margin-top: 3px;
      margin-bottom: 6px;
   }
   .special p{
      margin-bottom: 12.5px;
   }
   .special ul{
      margin-left: 16px;
      margin-bottom: 12.5px;
   }
   .special ul li:before{
      width: 4.5px;
      height: 4.5px;
      margin-right: 3px;
      margin-top: 3px;
   }
	.top-text{
		font-size: 14;
	}
	.delivery .radio-btn{
   font-size: 16px;
   margin-bottom: 16px;
	 padding-top: 0;
}
.dpd-img{
   margin-left: 21px;
   top: 5px;
   width: 60px;
   height: 30px;
}
.logo-post{
   margin-left: 21px;
   width: 64px;
   height: 31px;
}

.second-radio-btn{
   width: 126.5px;
}
.second-radio-btn a{
   font-size: 11px;
}

.radio-img{
   height: 57px;
}

.radio-img-cell{
   height: 57px;
}

.payment-options{
   margin-top: 31.5px;
   margin-bottom: 19px;
}
.pay-desc{
   margin-top: 19px;
}
.pay-desc p{
   font-size: 9px;
}
.get-order-link{
   font-size: 12.5px;
}
.second-radioblock{
   padding-left: 31.5px;
   padding-left: 3px;
}

.textarea-wrapper{
   padding-left: 31.5px;
}
.textarea-wrapper .title{
   font-size: 9px;
   margin-bottom: 3px;
}

.textarea-wrapper  .info-text{
   font-size: 7.5px;
   margin-top: 26.5px;
}
.textarea-wrapper input[type="text"]{
   height: 19px;
   width: 234px;
}
.textarea-wrapper textarea{
   height: 63px;
   width: 234px;
}
.textarea-wrapper .left-block{
   float: left;
   width: 234px;
}
.textarea-wrapper .right-block{
   float: left;
   margin-left: 35px;
   width: 234px;
}
.basket-active table{
      font-size: 9px;
  }
.novelty .bx-wrapper{
  width: 90%;
}
.novelty .bx-viewport{
  height: auto !important;
}
.novelty  .bx-wrapper .bx-prev{
   left: -19px;
}
.novelty  .bx-wrapper .bx-next{
   right: -19px;
}
.novelty-block{
   width: 202px !important;
   margin-left: 0;
   margin-right: 6px;
}
.novelty .h3{
  padding-left: 50px;
}
.order-actions-fiz{
  margin-top: 80px;
}
.complete-text{
   padding-top: 38px;
}
   .complete-text header{
      font-size: 15px;
   }

.small-complete{
   font-size: 9px;
   margin-top: 6px;
}

.back-catalog a{
   height: 47.5px;
   width: 148px;
   font-size: 11px;
   line-height: 47.5px;
}
.back-catalog{
   margin-top: 19px;
}
.adress-text textarea{
  width: 100%;
  height: 100px;
}
.adress-text p{
	font-size: 16px;
}
.adress-text{
	padding-left: 20px;
}
.finish-status{
  width: 506px;
}

.finish-status h4{
  font-size: 11px;
  margin-bottom: 19px;
}
.finish-contact li{
  padding-left: 44px;
  font-size: 11px;
}
.finish-contact,
.finish-del{
   margin-bottom: 19px;
}
.finish-del p{
  font-size: 11px;
  padding-left: 44px;
}
.pay-card{
  margin-left: 0;
}
.pay-card p{
  font-size: 16px;
}
.pay-desc-other .pay-card:first-child{
	margin-right: 0 !important;
}
.order-step2,
.order-step3{
	top: 32px;
}
.drop{
	margin: 0 !important;
	padding: 0 !important;
}

.step2,.step3{
  top: 32px;
}
}
@media(max-width: 767px){
	.group-block{
		width: 33.3%;
		text-align: center;
	}
	#first_modal{
		width: 95%;
		margin-left: -47.5%;
		padding-left: 5px;
		padding-right: 5px;
		
		width: auto;
		margin-left: 0;
		margin-right: 0;
		left: 15px;
		right: 15px;
		transform: none;
	}
	.modal{
		margin-left: -125px;
	}
	.main-air > div:after{
	  clear: both;
	  content: "";
	  display: block;
	  height: 0;
	}
	.main-air > div > div> ul{
		width: 50% !important;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
		line-height: 1.3;
	}
	.main-air > div > div{
		margin-top: 15px;
	}
	.main-air > div > div> ul:nth-child(2n+1){
		clear: both;
	}
	.order-block1,
	.order-block2,
	.order-block3,
	.basket-item-price{
		display: none !important;
	}
	.order-actions{
		width: 100% !important;
	}
	.basket-table,
	.basket-table thead,
	.basket-table tbody,
	.basket-table tr,
	.basket-table td{
		display: block;
	}
	.basket-table thead{
		display: none;
	}
	.basket-table td{
		width: 33.3%;
		float: left;
	}
	.basket-table td:first-child{
		width: 30%;
	}
	.basket-item-img{
		padding-top: 0;
		text-align: center;
	}
	.basket-item-img img{
		margin-top: 0 !important;
	}
	.basket-item{
		padding-left: 10px;
	}
	.basket-item-info{
		padding-left: 0;
	}
	.basket-item-amount{
		border-bottom: 0;
	}
	.basket-table tr:nth-child(2n){
		display: none;
	}
	.basket-table tr:nth-child(odd){
		padding-top: 15px;
		border-bottom: 1px solid #5781b9;
	}
	.basket-table tr:after{
		clear: both;
		content: "";
		display: block;
		height: 0;
	}
	.basket-table td:nth-child(2){
		width: 70%;
		padding-top: 0;
	}
	.basket-table:after{
		clear: both;
		content: "";
		display: block;
		height: 0;
	}
	.basket-item-sum{
		padding-top: 23px;
	}
	.basket-table td:nth-child(3){
		clear: both;
	}
	.order-step2, .order-step3{
		top: 0;
	}
	.content-date .left-block,
	.content-date .right-block{
		width: 100%;
	}
	.time-select{
		margin-top: 20px;
	}
	.date-time{
		width: 100%;
	}
	.adress-text{
		padding-left: 0;
		width: 100%;
		margin-top: 20px;
	}
	.order-left-side,
	.order-right-side{
		width: 100%;
	}
	.order-step1, .order-step2, .order-step3{
		width: 100%;
		text-align: center;
		display: block !important;
	}
	.order-step1{
		top:0;
	}
	.basket-info-sum{
		float: none;
		margin-top: 15px;
		width: 100%;

	}
	table font{
		font-size: 14px !important;
	}
	.basket-info-person{
		width: 100%;
		float: none;
	}
	.group-block:nth-child(4n+1){
		clear: none;
	}
	.bx_item_detail .bx_item_container{
		padding: 10px;
	}
	.detail-img{
		float: none;
		width: 100%;
	}
	.bx_item_detail .bx_item_container .bx_rt{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.bx_item_detail .bx_item_container .bx_lt{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.group-block:nth-child(3n+1){
		clear: both;
	}
	.more-list-block .left-block,
	.more-list-block .right-block{
		font-size: 18px;
	}
	.more-info-modal{
		width: 90%;
		height: auto;
		top: 10%;
		margin-top: 0;
		left: 50%;
		margin-left: -45%;
	}
	.more-list-block:after{
		width: 100%;

	}
	.control li:nth-child(1) {
		list-style-type: none;
	    position: absolute;
	    border-bottom: 0 !important;
	    left: 1%;
	   /* width: 180px;*/
		padding:5px;
	    margin-top: -36px;
		margin-left: 1px;
	}
	.control li:nth-child(2) {
		list-style-type: none;
	    position: absolute;
	    border-bottom: 0 !important;
	    right: 1%;
	   /* width: 180px;*/
		padding:5px;
	    margin-top: -36px;
		margin-right: 1px;
	}
	.fontC .shop {
	  display: block;
	  width: 100%;
	  border: none;
	}
	
	.fontC .servis {
	  display: block;
	  width: 100%;
	}
	.shop .cntnt div {
	   margin-bottom: 1px;
	   margin-top: 20px;   
	}
	.hdr {
		background: #4573b1;
	  color: #fff;
	}
	.item-info .cod {
	    font-size: 14px;
	    height: 55px;
	}
}
@media(max-width: 660px){
	body .item-container1{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	body .item-container1 .item-info .right-block{
		text-align: center;
	}
	body .item-container1{
		height: auto !important;
	}
}
@media(max-width: 450px){
	.group-block{
		width: 50%;
	}
	.group-block:nth-child(3n+1){
		clear: none;
	}
	.group-block:nth-child(2n+1){
		clear: both;
	}
	.more-list-block .left-block{
		display: none;
	}
	.more-list-block .right-block{
		width: 100%;
		text-align: center;
	}
	.item-info .cod {
		height: 60px;
	}
	.logo img{
			width: auto;
			height: 70px;
		}
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-mobile/style.css?1524238105317*/
/*Table*/
table.table-basket-line
{
	padding:3px;
	font-size:12px;
}

.basket-line-personal, .basket-line-basket
{
	width:16px; height:16px; background-repeat:no-repeat; display:block;
}

.basket-line-personal {background-image: url(/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-mobile/images/personal.gif)}
.basket-line-basket {background-image: url(/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-mobile/images/basket.gif)}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/top_menu-mobile/style.css?15242381044416*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/bitrix/templates/.default/components/bitrix/menu/top_menu-mobile/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{
	
}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li 
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/.default/components/bitrix/menu/top_menu-mobile/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/.default/components/bitrix/menu/top_menu-mobile/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li 
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}
/* End */


/* Start:/bitrix/templates/.default/components/api/search.title/mobile_template1/css/baron.min.css?15246665895622*/
/*/---------- Baron core ----------/*/
.baron__clipper{ position:relative; overflow:hidden; }
.baron__scroller{ overflow-y:scroll; -ms-overflow-style:none; -moz-box-sizing:border-box; box-sizing:border-box; margin:0; border:0; padding:0; width:100%; height:100%; -webkit-overflow-scrolling:touch; }
.baron__scroller::-webkit-scrollbar{ width:0; height:0; }
.baron__track{ display:none; position:absolute; top:0; right:0; bottom:0; }
.baron._scrollbar .baron__track{ display:block; }
.baron__free{ position:absolute; top:0; bottom:0; right:0; }
.baron__bar{ display:none; position:absolute; right:0; z-index:1; width:10px; background:#999; }
.baron._scrollbar .baron__bar{ display:block; }
.baron__control{ display:none; }


/*/---------- Baron skins ----------/*/

/* Simple */
.baron._simple .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:10px;
	bottom:10px;
	right:5px;
	width:8px;
	border-radius:5px;
	background:#ddf;
	background:rgba(0, 0, 255, .1);
	pointer-events:none;
}
.baron._simple._scrollbar .baron__track{opacity:1;}
.baron._simple .baron__bar{
	position:absolute;
	z-index:1;
	width:8px;
	border-radius:3px;
	background:#987;
	opacity:0;
	-webkit-transition:opacity .2s linear;
	transition:opacity .2s linear;
	pointer-events:auto;
}
.baron._simple .baron__bar:hover{opacity:.8;}
.baron._simple.baron .baron__bar{opacity:.6;}

/* Mac OS X */
.baron._macosx .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:2px;
	bottom:2px;
	right:2px;
	width:0;
}
.baron._macosx._scrollbar .baron__track{opacity:1;}
.baron._macosx .baron__bar{
	position:absolute;
	z-index:1;
	width:6px;
	border-radius:3px;
	background:#333;
	opacity:0;
	transition:.1s opacity .4s linear;
	pointer-events:auto;
}
.baron._dragging .baron__bar{	/*opacity: 1;*/}
.baron._macosx .baron__bar:hover,
.baron._scrolling .baron__bar{transition-duration:0s;transition-delay:0s;opacity:.5;}

/* Windows XP */
.baron._winxp .baron__scroller{padding-right:17px;}
.baron._winxp .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:0;
	bottom:0;
	right:0;
	width:15px;
	overflow:hidden;
	background-image:linear-gradient(to right, #f2f1ec, #fdfef9);
	border:1px solid #ecede5;
}
.baron._winxp._scrollbar .baron__track{opacity:1;}
.baron._winxp .baron__control{display:block;}
.baron._winxp .baron__control,
.baron._winxp .baron__bar{
	border:1px solid #f3ffff;
	box-shadow:1px 1px 1px #b7caf5 inset,
	1px 1px 1px #7b9fd3;
	border-radius:3px;
	background-image:linear-gradient(to right, #c9d7fc, #baccf4);
	text-align:center;
	font-size:8px;
	line-height:14px;
	color:#4e6287;
	cursor:default;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.baron._winxp .baron__control:hover,
.baron._winxp .baron__bar:hover{background-image:linear-gradient(to right, #d9e7ff, #cadcff);}
.baron._winxp .baron__up,
.baron._winxp .baron__down{position:absolute;z-index:1;width:15px;height:16px;box-sizing:border-box;}
.baron._winxp .baron__up{top:0;}
.baron._winxp .baron__down{bottom:0;}
.baron._winxp .baron__free{position:absolute;top:18px;bottom:18px;right:0;width:0;}
.baron._winxp .baron__bar{
	position:absolute;
	z-index:1;
	width:15px;
	box-sizing:border-box;
	border:1px solid #f3ffff;
	box-shadow:1px 1px 1px #b7caf5 inset,
	1px 1px 1px #7b9fd3;
	border-radius:3px;
	background-image:linear-gradient(to right, #c9d7fc, #baccf4);
	opacity:1;
	-webkit-transition:opacity .2s ease-in;
	transition:opacity .2s ease-in;
	pointer-events:auto;
}
.baron._winxp .baron__bar:before{
	content:'';
	position:absolute;
	top:45%;
	left:3px;
	width:6px;
	height:7px;
	z-index:1;
	background-image:linear-gradient(
			to bottom,
			#f0f4ff 0px, #f0f4ff 1px,
			rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 2px,
			#f0f4ff 2px, #f0f4ff 3px,
			rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 4px,
			#f0f4ff 4px, #f0f4ff 5px,
			rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 6px,
			#f0f4ff 6px, #f0f4ff 7px,
			rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, 0) 8px
	);
}
.baron._winxp .baron__bar:after{
	content:'';
	position:absolute;
	top:47%;
	left:4px;
	width:6px;
	height:7px;
	background-image:linear-gradient(
			to bottom,
			#8aaff6 0px, #8aaff6 1px,
			rgba(138, 175, 246, 0) 1px, rgba(138, 175, 246, 0) 2px,
			#8aaff6 2px, #8aaff6 3px,
			rgba(138, 175, 246, 0) 3px, rgba(138, 175, 246, 0) 4px,
			#8aaff6 4px, #8aaff6 5px,
			rgba(138, 175, 246, 0) 5px, rgba(138, 175, 246, 0) 6px,
			#8aaff6 6px, #8aaff6 7px,
			rgba(138, 175, 246, 0) 7px, rgba(138, 175, 246, 0) 8px
	);
}
.baron._winxp._dragging .baron__bar,
.baron._winxp .baron__bar:hover{background-image:linear-gradient(to right, #d9e7ff, #cadcff);}

/* Ubuntu */
.baron._ubuntu12 .baron__scroller{padding-right:14px;}
.baron._ubuntu12 .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:0;
	bottom:0;
	right:0;
	width:14px;
	box-sizing:border-box;
	border:1px solid #c5c1bd;
	border-radius:7px;
	background-image:linear-gradient(to right, #d3d3d3, #e5e5e5);
}
.baron._ubuntu12._scrollbar .baron__track{opacity:1;}
.baron._ubuntu12 .baron__bar{
	position:absolute;
	z-index:1;
	width:12px;
	box-sizing:border-box;
	border:1px solid #fff;
	border-radius:6px;
	background-image:linear-gradient(to right, #fcfbfb, #eeeceb);
	opacity:1;
	pointer-events:auto;
	box-shadow:0 0 1px #d6d3d0;
}
.baron._ubuntu12 .baron__bar:hover,
.baron._ubuntu12._dragging .baron__bar{
	background-image:linear-gradient(to right, #e96d3a, #f58050);
	border-color:#e1632f;
}
.baron._dragging .baron__bar{/*opacity: 1;*/}
.baron._ubuntu12 .baron__bar:hover,
._scrolling .baron__bar{}

/* End */


/* Start:/bitrix/templates/.default/components/api/search.title/mobile_template1/styles.css?15262301419377*/
.api-search-title *{ -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important; box-sizing:border-box !important; }
.api-search-title{ position:relative }
.api-search-title .api-tag{ background-color:#e8c4ff; }
.api-search-title .api-search-icon{ min-width:40px; height:18px; font-size:13px; display:block; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABH0lEQVR4nJ3SvyvFYRTH8deVkkJ3UUZJIbJ8bzJjMtyMym6w2Njs/gCDP0AGCyWjxYDF5GdJYpS6xaIUw/d8771dT7qc+vZ8vs95zvuc5zmnlGWZsG6sYBGjsXeNHWzjQ8JKARjCEUZSh3CJeTy3OjoicxF8hwX0oi/0HSZwiK4UYKUpeBoHeMdb6OnwTWI5BVgMvYZaovwa1kMvpQBjoY8TwVp84ylAO/YV62cKcBt65hfAbKwPKcBu6E2UE8Hl8MF+CrCFG/nwnKKKnviqONOYj6NWQDFIg/I+/3ikFnuUX6d+lY4mR4ZVnMvnoIYLbKCCp0h0otG5egXt2HAED+BFPmAP7bYR7jGHV/RjCjr/AICryFzB3n8ARSX3xc83qRk4q9rDNWcAAAAASUVORK5CYII=) center center no-repeat }
.api-search-title .api-search-fields{ display:table; border-collapse:collapse; border-spacing:0; width:100%; position:relative; }
.api-search-title .api-search-fields > *{ display:table-cell; vertical-align:top; }
.api-search-title .api-search-fields .api-query{ width:100%; position:relative }
.api-search-title .api-search-input,
.api-search-title .api-search-button button{ border:1px solid #ccc; background:#fff; padding:0 12px; height:36px; margin:0; color:#444; font-size:14px; }
.api-search-title .api-search-input{
	display:block;
	width:100%;
	-webkit-border-radius:3px 0 0 3px; -moz-border-radius:3px 0 0 3px; border-radius:3px 0 0 3px;
	-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.05) inset; -moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.05) inset; box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.05) inset;
	-webkit-transition:border-color 0.1s ease 0s; -moz-transition:border-color 0.1s ease 0s; -ms-transition:border-color 0.1s ease 0s; -o-transition:border-color 0.1s ease 0s; transition:border-color 0.1s ease 0s;
}
.api-search-title .api-search-input:hover{ border-color:#bdbdbd; }
.api-search-title .api-search-input:focus{ border-color:#888; outline:0 none; color:#000 }
.api-search-title .api-search-input::-ms-clear{display:none;width:0;height: 0;}
.api-search-title .api-search-button button{
	display:inline-block; text-align:center; cursor:pointer; white-space:nowrap; border-left:0 none;
	-webkit-border-radius:0 3px 3px 0; -moz-border-radius:0 3px 3px 0; border-radius:0 3px 3px 0;
}
.api-search-title button:focus,
.api-search-title button:hover{ color:#333; background-color:#e6e6e6; border-color:#adadad }
.api-search-title button:active{ outline:0; background-image:none; -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125) }
/*---------- .baron ----------*/
.api-search-title .baron__root{
	position:absolute;top:100%;left:0;z-index:1000;width:100%;min-width:160px;visibility:hidden;
	-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.176); -moz-box-shadow:0 6px 12px rgba(0, 0, 0, 0.176); box-shadow:0 6px 12px rgba(0, 0, 0, 0.176);
	-webkit-background-clip:padding-box; -moz-background-clip:padding-box; background-clip:padding-box;
}
/*---------- .api-search-result ----------*/
.api-search-title .api-search-result{background-color:#fff;-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;}
.api-search-title .api-search-result,
.api-search-title .api-search-result a{ font-weight:600; font-size:13px; line-height:16px; color:#333; text-decoration:none; }
.api-search-title .api-search-result .api-category-list{margin:2px 0 0;border:1px solid  #CCCCCC;border-top:0;}
.api-search-title .api-search-result .api-category-title{display:block;color:#17639f; background:#ecf5fc; cursor:default; border-top:1px solid #CCCCCC;padding:5px 10px;}
.api-search-title .api-search-result .api-item,
.api-search-title .api-search-result .api-not-found{display:block; padding:8px 20px 8px 10px; background:#fff;color:#f00;border-top: 1px solid #CCCCCC;}
.api-search-title .api-search-result .api-item:hover,
.api-search-title .api-search-result .api-result-url a:hover,
.api-search-title .api-search-result .api-item-active{background:#ebebeb; color:#333;}/* #e8f1ff */
.api-search-title .api-search-result .api-result-url a{display:block; padding:10px; background:#f8f8f8;text-align:center;font-size:16px;font-weight:normal;color:#000;border-top:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8;}
.api-search-title .api-search-result .api-result-url a:hover{ color:#059 }
.api-search-title .api-search-result .api-result-url{border-top:1px solid #CCCCCC;}
.api-search-title .api-search-result .api-item-link{ display:block; overflow:hidden;}
.api-search-title .api-search-result .api-item-link > *{ display:block; }
.api-search-title .api-search-result .api-item-picture{float:left;}
.api-search-title .api-search-result .api-item-picture img{max-width: 100%;height: auto;border: 0;vertical-align: middle;}
.api-search-title .api-search-result .api-item-info > *{ display:block }
.api-search-title .api-search-result .api-item-info > span + span{ margin-top:3px }
.api-search-title .api-search-result .api-item-name{white-space: nowrap;overflow: hidden;-ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.api-search-title .api-search-result .api-item-prices{float:right;}
.api-search-title .api-search-result .api-item-prices > *{display:inline-block}
.api-search-title .api-search-result .api-item-price{font-weight: bold;font-size: 12px;}
.api-search-title .api-search-result .api-item-discount{ color:#f00; text-decoration:line-through; margin-left:7px; vertical-align:bottom }
.api-search-title .api-search-result .api-item-props{ color:#305d8c; display:block; font-size:12px; }
.api-search-title .api-search-result .api-item-prop{ display:block }
.api-search-title .api-search-result .api-item-prop-value{ font-weight:normal }
.api-search-title .api-search-result .api-item-prop-name:after{ content:":"; }
.api-search-title .api-ajax-icon{ position:absolute; top:50%; margin-top:-10px; right:10px; background:url("/bitrix/templates/.default/components/api/search.title/mobile_template1/images/load.gif") no-repeat 50% 50%; display:none; width:20px; height:20px; }
.api-search-title .api-clear-icon{display:none;width:16px;height:16px;position:absolute;top:50%;margin-top:-8px;right:12px;cursor:pointer;opacity:.25;	-webkit-user-select:none;	-moz-user-select:none;	-ms-user-select:none;	user-select:none;	-webkit-border-radius:50%;	-moz-border-radius:50%;	border-radius:50%;	background:url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMyMi42MjEsMjcwLjkzOWMzLjYxNywzLjYxMyw1LjQyOCw3LjkwNSw1LjQyOCwxMi44NTQgICBjMCw1LjEzMy0xLjgxMSw5LjUxNC01LjQyOCwxMy4xMjdsLTI1LjY5MywyNS43MDFjLTMuNjE0LDMuNjEzLTcuOTk0LDUuNDItMTMuMTM1LDUuNDJjLTQuOTQ4LDAtOS4yMzYtMS44MDctMTIuODQ3LTUuNDIgICBsLTUxLjY3Ni01MS42ODJsLTUxLjY3OCw1MS42ODJjLTMuNjE2LDMuNjEzLTcuODk4LDUuNDItMTIuODQ3LDUuNDJjLTUuMTQsMC05LjUxNy0xLjgwNy0xMy4xMzQtNS40MmwtMjUuNjk3LTI1LjcwMSAgIGMtMy42MTYtMy42MTMtNS40MjQtNy45OTQtNS40MjQtMTMuMTI3YzAtNC45NDgsMS44MDktOS4yNCw1LjQyNC0xMi44NTRsNTEuNjc4LTUxLjY3M2wtNTEuNjc4LTUxLjY3OCAgIGMtMy42MTYtMy42MTItNS40MjQtNy44OTgtNS40MjQtMTIuODQ3YzAtNS4xNCwxLjgwOS05LjUxNyw1LjQyNC0xMy4xMzRsMjUuNjk3LTI1LjY5M2MzLjYxNy0zLjYxNiw3Ljk5NC01LjQyNCwxMy4xMzQtNS40MjQgICBjNC45NDksMCw5LjIzMSwxLjgwOSwxMi44NDcsNS40MjRsNTEuNjc4LDUxLjY3NGw1MS42NzYtNTEuNjc0YzMuNjEtMy42MTYsNy44OTgtNS40MjQsMTIuODQ3LTUuNDI0ICAgYzUuMTQxLDAsOS41MjEsMS44MDksMTMuMTM1LDUuNDI0bDI1LjY5MywyNS42OTNjMy42MTcsMy42MTcsNS40MjgsNy45OTQsNS40MjgsMTMuMTM0YzAsNC45NDgtMS44MTEsOS4yMzUtNS40MjgsMTIuODQ3ICAgbC01MS42NzUsNTEuNjc4TDMyMi42MjEsMjcwLjkzOXoiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat scroll 50% transparent;}
.api-search-title .api-clear-icon:hover{opacity:.4;}
/* Responsive Js */
.api-search-title.api-width-mini .api-search-result .api-item-prices{float:none}
/* Responsive @media */
@media screen and (max-width: 480px){
	.api-search-title .api-search-result .api-item-prices{float:none}
}


/* End */


/* Start:/bitrix/templates/.default/components/api/search.title/on_page/css/baron.min.css?15706250475622*/
/*/---------- Baron core ----------/*/
.baron__clipper{ position:relative; overflow:hidden; }
.baron__scroller{ overflow-y:scroll; -ms-overflow-style:none; -moz-box-sizing:border-box; box-sizing:border-box; margin:0; border:0; padding:0; width:100%; height:100%; -webkit-overflow-scrolling:touch; }
.baron__scroller::-webkit-scrollbar{ width:0; height:0; }
.baron__track{ display:none; position:absolute; top:0; right:0; bottom:0; }
.baron._scrollbar .baron__track{ display:block; }
.baron__free{ position:absolute; top:0; bottom:0; right:0; }
.baron__bar{ display:none; position:absolute; right:0; z-index:1; width:10px; background:#999; }
.baron._scrollbar .baron__bar{ display:block; }
.baron__control{ display:none; }


/*/---------- Baron skins ----------/*/

/* Simple */
.baron._simple .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:10px;
	bottom:10px;
	right:5px;
	width:8px;
	border-radius:5px;
	background:#ddf;
	background:rgba(0, 0, 255, .1);
	pointer-events:none;
}
.baron._simple._scrollbar .baron__track{opacity:1;}
.baron._simple .baron__bar{
	position:absolute;
	z-index:1;
	width:8px;
	border-radius:3px;
	background:#987;
	opacity:0;
	-webkit-transition:opacity .2s linear;
	transition:opacity .2s linear;
	pointer-events:auto;
}
.baron._simple .baron__bar:hover{opacity:.8;}
.baron._simple.baron .baron__bar{opacity:.6;}

/* Mac OS X */
.baron._macosx .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:2px;
	bottom:2px;
	right:2px;
	width:0;
}
.baron._macosx._scrollbar .baron__track{opacity:1;}
.baron._macosx .baron__bar{
	position:absolute;
	z-index:1;
	width:6px;
	border-radius:3px;
	background:#333;
	opacity:0;
	transition:.1s opacity .4s linear;
	pointer-events:auto;
}
.baron._dragging .baron__bar{	/*opacity: 1;*/}
.baron._macosx .baron__bar:hover,
.baron._scrolling .baron__bar{transition-duration:0s;transition-delay:0s;opacity:.5;}

/* Windows XP */
.baron._winxp .baron__scroller{padding-right:17px;}
.baron._winxp .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:0;
	bottom:0;
	right:0;
	width:15px;
	overflow:hidden;
	background-image:linear-gradient(to right, #f2f1ec, #fdfef9);
	border:1px solid #ecede5;
}
.baron._winxp._scrollbar .baron__track{opacity:1;}
.baron._winxp .baron__control{display:block;}
.baron._winxp .baron__control,
.baron._winxp .baron__bar{
	border:1px solid #f3ffff;
	box-shadow:1px 1px 1px #b7caf5 inset,
	1px 1px 1px #7b9fd3;
	border-radius:3px;
	background-image:linear-gradient(to right, #c9d7fc, #baccf4);
	text-align:center;
	font-size:8px;
	line-height:14px;
	color:#4e6287;
	cursor:default;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.baron._winxp .baron__control:hover,
.baron._winxp .baron__bar:hover{background-image:linear-gradient(to right, #d9e7ff, #cadcff);}
.baron._winxp .baron__up,
.baron._winxp .baron__down{position:absolute;z-index:1;width:15px;height:16px;box-sizing:border-box;}
.baron._winxp .baron__up{top:0;}
.baron._winxp .baron__down{bottom:0;}
.baron._winxp .baron__free{position:absolute;top:18px;bottom:18px;right:0;width:0;}
.baron._winxp .baron__bar{
	position:absolute;
	z-index:1;
	width:15px;
	box-sizing:border-box;
	border:1px solid #f3ffff;
	box-shadow:1px 1px 1px #b7caf5 inset,
	1px 1px 1px #7b9fd3;
	border-radius:3px;
	background-image:linear-gradient(to right, #c9d7fc, #baccf4);
	opacity:1;
	-webkit-transition:opacity .2s ease-in;
	transition:opacity .2s ease-in;
	pointer-events:auto;
}
.baron._winxp .baron__bar:before{
	content:'';
	position:absolute;
	top:45%;
	left:3px;
	width:6px;
	height:7px;
	z-index:1;
	background-image:linear-gradient(
			to bottom,
			#f0f4ff 0px, #f0f4ff 1px,
			rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 2px,
			#f0f4ff 2px, #f0f4ff 3px,
			rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 4px,
			#f0f4ff 4px, #f0f4ff 5px,
			rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 6px,
			#f0f4ff 6px, #f0f4ff 7px,
			rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, 0) 8px
	);
}
.baron._winxp .baron__bar:after{
	content:'';
	position:absolute;
	top:47%;
	left:4px;
	width:6px;
	height:7px;
	background-image:linear-gradient(
			to bottom,
			#8aaff6 0px, #8aaff6 1px,
			rgba(138, 175, 246, 0) 1px, rgba(138, 175, 246, 0) 2px,
			#8aaff6 2px, #8aaff6 3px,
			rgba(138, 175, 246, 0) 3px, rgba(138, 175, 246, 0) 4px,
			#8aaff6 4px, #8aaff6 5px,
			rgba(138, 175, 246, 0) 5px, rgba(138, 175, 246, 0) 6px,
			#8aaff6 6px, #8aaff6 7px,
			rgba(138, 175, 246, 0) 7px, rgba(138, 175, 246, 0) 8px
	);
}
.baron._winxp._dragging .baron__bar,
.baron._winxp .baron__bar:hover{background-image:linear-gradient(to right, #d9e7ff, #cadcff);}

/* Ubuntu */
.baron._ubuntu12 .baron__scroller{padding-right:14px;}
.baron._ubuntu12 .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:0;
	bottom:0;
	right:0;
	width:14px;
	box-sizing:border-box;
	border:1px solid #c5c1bd;
	border-radius:7px;
	background-image:linear-gradient(to right, #d3d3d3, #e5e5e5);
}
.baron._ubuntu12._scrollbar .baron__track{opacity:1;}
.baron._ubuntu12 .baron__bar{
	position:absolute;
	z-index:1;
	width:12px;
	box-sizing:border-box;
	border:1px solid #fff;
	border-radius:6px;
	background-image:linear-gradient(to right, #fcfbfb, #eeeceb);
	opacity:1;
	pointer-events:auto;
	box-shadow:0 0 1px #d6d3d0;
}
.baron._ubuntu12 .baron__bar:hover,
.baron._ubuntu12._dragging .baron__bar{
	background-image:linear-gradient(to right, #e96d3a, #f58050);
	border-color:#e1632f;
}
.baron._dragging .baron__bar{/*opacity: 1;*/}
.baron._ubuntu12 .baron__bar:hover,
._scrolling .baron__bar{}

/* End */


/* Start:/bitrix/templates/.default/components/api/search.title/on_page/styles.css?159401868810650*/
.api-search-title *{ -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important; box-sizing:border-box !important; }
.api-search-title{ position:relative }
.api-search-title > form {padding-right: 20px;}
.api-search-title .api-tag{ background-color:rgba(235, 28, 42, 0.7);color:#ffffff; }
.api-search-title .api-search-icon{ min-width:40px; height:18px; font-size:13px; display:block; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABH0lEQVR4nJ3SvyvFYRTH8deVkkJ3UUZJIbJ8bzJjMtyMym6w2Njs/gCDP0AGCyWjxYDF5GdJYpS6xaIUw/d8771dT7qc+vZ8vs95zvuc5zmnlGWZsG6sYBGjsXeNHWzjQ8JKARjCEUZSh3CJeTy3OjoicxF8hwX0oi/0HSZwiK4UYKUpeBoHeMdb6OnwTWI5BVgMvYZaovwa1kMvpQBjoY8TwVp84ylAO/YV62cKcBt65hfAbKwPKcBu6E2UE8Hl8MF+CrCFG/nwnKKKnviqONOYj6NWQDFIg/I+/3ikFnuUX6d+lY4mR4ZVnMvnoIYLbKCCp0h0otG5egXt2HAED+BFPmAP7bYR7jGHV/RjCjr/AICryFzB3n8ARSX3xc83qRk4q9rDNWcAAAAASUVORK5CYII=) center center no-repeat }
.api-search-title .api-search-fields{ display:table; border-collapse:collapse; border-spacing:0; width:100%; position:relative; }
.api-search-title .api-search-fields > *{ display:table-cell; vertical-align:top; }
.api-search-title .api-search-fields .api-query{ width:100%; position:relative }
.api-search-title .api-search-input,
.api-search-title .api-search-button button{ border:1px solid #ccc; background:#fff; padding:0 12px; height:36px; margin:0; color:#444; font-size:14px; }
.api-search-title .api-search-input{
	display:block;
	width:100%;
	-webkit-border-radius:3px 0 0 3px; -moz-border-radius:3px 0 0 3px; border-radius:3px 0 0 3px;
	-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.05) inset; -moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.05) inset; box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.05) inset;
	-webkit-transition:border-color 0.1s ease 0s; -moz-transition:border-color 0.1s ease 0s; -ms-transition:border-color 0.1s ease 0s; -o-transition:border-color 0.1s ease 0s; transition:border-color 0.1s ease 0s;
}
.api-search-title .api-search-input:hover{ border-color:#bdbdbd; }
.api-search-title .api-search-input:focus{ border-color:#888; outline:0 none; color:#000 }
.api-search-title .api-search-input::-ms-clear{display:none;width:0;height: 0;}
.api-search-title .api-search-button button{
	display:inline-block; text-align:center; cursor:pointer; white-space:nowrap; border-left:0 none;
	-webkit-border-radius:0 3px 3px 0; -moz-border-radius:0 3px 3px 0; border-radius:0 3px 3px 0;
}
.api-search-title button:focus,
.api-search-title button:hover{ color:#333; background-color:#e6e6e6; border-color:#adadad }
.api-search-title button:active{ outline:0; background-image:none; -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125) }
/*---------- .baron ----------*/
.api-search-title .baron__root{
	position:absolute;top:100%;left:0;z-index:1000;width:100%;min-width:160px;visibility:hidden;
	-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.176); -moz-box-shadow:0 6px 12px rgba(0, 0, 0, 0.176); box-shadow:0 6px 12px rgba(0, 0, 0, 0.176);
	-webkit-background-clip:padding-box; -moz-background-clip:padding-box; background-clip:padding-box;
}
/*---------- .api-search-result ----------*/
.api-search-title .api-search-result{background-color:#fff;-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;}
.api-search-title .api-search-result,
.api-search-title .api-search-result a{ font-weight:600; font-size:13px; line-height:16px; color:#4573b1; text-decoration:none; }
.api-search-title .api-search-result .api-category-list{margin:2px 0 0;border:1px solid  #CCCCCC;border-top:0;}
.api-search-title .api-search-result .api-category-title{display:block;color:#ffffff; background:#4573b1; cursor:default; border-top:1px solid #CCCCCC;padding:5px 10px;}
.api-search-title .api-search-result .api-item,
.api-search-title .api-search-result .api-not-found{display:block; padding:8px 20px 8px 10px; background:#fff;color:#f00;border-top: 1px solid #CCCCCC;}
.api-search-title .api-search-result .api-item:hover,
.api-search-title .api-search-result .api-result-url a:hover,
.api-search-title .api-search-result .api-item-active{background:#ebebeb; color:#333;}/* #e8f1ff */
.api-search-title .api-search-result .api-result-url a{display:block; padding:10px; background:#f8f8f8;text-align:center;font-size:16px;font-weight:normal;color:#000;border-top:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8;}
.api-search-title .api-search-result .api-result-url a:hover{ color:#059 }
.api-search-title .api-search-result .api-result-url{border-top:1px solid #CCCCCC;}
.api-search-title .api-search-result .api-item-link{ display:block; overflow:hidden;}
.api-search-title .api-search-result .api-item-link > *{ display:block; }
.api-search-title .api-search-result .api-item-picture{float:left;}
.api-search-title .api-search-result .api-item-picture img{max-width: 100%;height: auto;border: 0;vertical-align: middle;}
.api-search-title .api-search-result .api-item-info > *{ display:block }
.api-search-title .api-search-result .api-item-info > span + span{ margin-top:3px }
.api-search-title .api-search-result .api-item-name{white-space: nowrap;overflow: hidden;-ms-text-overflow:ellipsis; text-overflow:ellipsis;color:#4573b1;}
/*.api-search-title .api-search-result .api-item-name:first-letter{color:#eb1c2a;}*/
.api-search-title .api-search-result .api-item-prices{float:right;}
.api-search-title .api-search-result .api-item-prices > *{display:inline-block}
.api-search-title .api-search-result .api-item-price{font-weight: bold;font-size: 12px;color:#eb1c2a;}
.api-search-title .api-search-result .api-item-discount{ color:#f00; text-decoration:line-through; margin-left:7px; vertical-align:bottom }
.api-search-title .api-search-result .api-item-props{ color:#626262; display:block; font-size:12px; }
.api-search-title .api-search-result .api-item-prop{ display:block }
.api-search-title .api-search-result .api-item-prop-value{ font-weight:normal }
.api-search-title .api-search-result .api-item-prop-name:after{ content:":"; }
.api-search-title .api-ajax-icon{ position:absolute; top:50%; margin-top:-10px; right:10px; background:url("/bitrix/templates/.default/components/api/search.title/on_page/images/load.gif") no-repeat 50% 50%; display:none; width:20px; height:20px; }
.api-search-title .api-clear-icon{display:none;width:16px;height:16px;position:absolute;top:50%;margin-top:-8px;right:12px;cursor:pointer;opacity:.25;	-webkit-user-select:none;	-moz-user-select:none;	-ms-user-select:none;	user-select:none;	-webkit-border-radius:50%;	-moz-border-radius:50%;	border-radius:50%;	background:url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMyMi42MjEsMjcwLjkzOWMzLjYxNywzLjYxMyw1LjQyOCw3LjkwNSw1LjQyOCwxMi44NTQgICBjMCw1LjEzMy0xLjgxMSw5LjUxNC01LjQyOCwxMy4xMjdsLTI1LjY5MywyNS43MDFjLTMuNjE0LDMuNjEzLTcuOTk0LDUuNDItMTMuMTM1LDUuNDJjLTQuOTQ4LDAtOS4yMzYtMS44MDctMTIuODQ3LTUuNDIgICBsLTUxLjY3Ni01MS42ODJsLTUxLjY3OCw1MS42ODJjLTMuNjE2LDMuNjEzLTcuODk4LDUuNDItMTIuODQ3LDUuNDJjLTUuMTQsMC05LjUxNy0xLjgwNy0xMy4xMzQtNS40MmwtMjUuNjk3LTI1LjcwMSAgIGMtMy42MTYtMy42MTMtNS40MjQtNy45OTQtNS40MjQtMTMuMTI3YzAtNC45NDgsMS44MDktOS4yNCw1LjQyNC0xMi44NTRsNTEuNjc4LTUxLjY3M2wtNTEuNjc4LTUxLjY3OCAgIGMtMy42MTYtMy42MTItNS40MjQtNy44OTgtNS40MjQtMTIuODQ3YzAtNS4xNCwxLjgwOS05LjUxNyw1LjQyNC0xMy4xMzRsMjUuNjk3LTI1LjY5M2MzLjYxNy0zLjYxNiw3Ljk5NC01LjQyNCwxMy4xMzQtNS40MjQgICBjNC45NDksMCw5LjIzMSwxLjgwOSwxMi44NDcsNS40MjRsNTEuNjc4LDUxLjY3NGw1MS42NzYtNTEuNjc0YzMuNjEtMy42MTYsNy44OTgtNS40MjQsMTIuODQ3LTUuNDI0ICAgYzUuMTQxLDAsOS41MjEsMS44MDksMTMuMTM1LDUuNDI0bDI1LjY5MywyNS42OTNjMy42MTcsMy42MTcsNS40MjgsNy45OTQsNS40MjgsMTMuMTM0YzAsNC45NDgtMS44MTEsOS4yMzUtNS40MjgsMTIuODQ3ICAgbC01MS42NzUsNTEuNjc4TDMyMi42MjEsMjcwLjkzOXoiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat scroll 50% transparent;}
.api-search-title .api-clear-icon:hover{opacity:.4;}
/* Responsive Js */
.api-search-title.api-width-mini .api-search-result .api-item-prices{float:none}
/* Responsive @media */
@media screen and (max-width: 480px){
	.api-search-title .api-search-result .api-item-prices{float:none}
}


.onpage_search.main-air {
	margin-bottom: 0 !important;
	margin: auto !important;
}
.onpage_search {
	padding: 20px 0;
	position: relative;
	z-index: 2000;
	border-bottom: none !important;
/* 	background: #4573b1; */
}
.onpage_search .api-search-title .api-search-input {
	/*width: calc(100% - 20px);*/
	width: 100%;
	border-color: red;
	border-radius: 5px;
	font-size: 24px;
}
.onpage_search .api-search-title .api-search-input:hover {
	border-color: #4573b1;
	border-color: red;
}
.onpage_search .s-in,
.onpage_search .s-in:hover {
	display: block;
	width: 39px;
	height: 39px;
	outline: 0;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: -1px;
	right: 0;
/* 	background: url(/images/search.png) no-repeat; */
	background: url(/images/search_red.svg) no-repeat;
/* 	animation: myAnimation 800ms forwards 0s ease-out; */
}
.onpage_search .api-search-title .baron__root {
	background: red;
}

.slider-wrapper {
	z-index: 2000;
}

.onpage_search_wrap .onpage_search.main-air  {
	margin-top: 0;
	margin-bottom: 0;
	padding: 6px 0 0;
	/*max-width: 95%;*/
	max-width: 100%;
}
.header .onpage_search_wrap:first-letter{color: inherit !important;}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/top_menu_new/style.css?1524238104583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/top_menu_new/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/vertical_multilevel_new/style.css?1524238104799*/
/* Start:/bitrix/components/1ab/menu/templates/vertical_multilevel_bootstrap/style.css*/
#left_menu{float:none;margin-top:0;width:auto;

/*width: 234px;

  margin-bottom: 21px;
	height:100%;
	display:block;
	padding: 5px 10px;
        color: #023A7E;
     text-decoration:underline
        font-size:13px;

background-color: #fff;
border: 1px solid #CCCCCC;
border-radius:3px;*/

}/*удалить этот стиль после нового дизайна*/
#left_menu ul{ display:none;}

#left_menu li{}
#left_menu li:before{display:none;}
#left_menu li li{}
#left_menu a{}
#left_menu li.active ul li{


}

#left_menu ul a.root-item-selected,#left_menu a.item-selected{}
#left_menu a.root-item-selected + ul.second-level{display:block;}
/* End */


.border.active + ul{display: block !important;}

/* End */


/* Start:/bitrix/templates/main_copy_copy/template_styles.css?17486265845243*/
.item-container1 {width:300px;min-height:475px;height:535px;float:left;position:relative;margin:30px 20px;line-height:1;}
/*.item-container1:nth-child(3n) {margin-right:0;}*/
.item-container1 .item-img {width:100%;/* height:230px */;float:none;text-align:center;padding:35px 20px 20px;}
.item-wrapper {height:93px;border-bottom:0;}
.item-container1 .item-info .cod {font-size:16px;}
/* .item-container1 .item-desc {width:100%;float:none;padding:0 10px;} */
.item-container1 .item-desc {width:100%;float:none;padding:0 10px; height: 100%;}
.item-container1 .list-item {padding:10px 0 5px;max-height:135px;overflow:hidden;}
.item-container1 .list-item li {margin-bottom:5px;}
.item-container1 .item-info .right-block {float:none;width:100%;text-align:left;}
.item-container1 .add-basket {margin:10px 0; position: relative;}
.item-container1 .add-basket a {display:block;width:130px;height:40px;background:#4573b1;color:#fff;line-height:40px;text-align:center;font-size:20px;}
.item-container1 .prevtxt {font-size:14px;color:#626262;display:block;margin-top:10px;height:56px;overflow:hidden;}
body .catalog-items .item-container1 .prevtxt {
    height: auto;
    padding: 0 0 10px 0;
    min-height: 50px;
    font-size: 12px;
}

/* .item-container1 .item-info {border:0;} */
.item-container1 .item-info {
    border: 0;
    display: flex;
    display: -webkit-flex;
    height: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
	-webkit-justify-content: space-between;
}

.item-container1 .item-info .title{
    border: 0;
    display: flex;
    display: -webkit-flex;
    /* height: 100%; */
    flex-direction: column;
    -webkit-flex-direction: column;    
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.item-container1 .list-item span {
	color: #626262;
}
.left-block ul li {
    padding-bottom: 4px;
    font-family: Arial, sans-serif;
    line-height: 1.4;
}

.item-container1 .item-info .cod {
	font-family: Arial, sans-serif;
	line-height: 18px;
} 

/*
.item-container1:before {content:'';display:block;width:166px;height:166px;position:absolute;z-index:-1;border-left: 1px solid #4573b1; border-top: 1px solid #4573b1;}
.item-container1:after {content:'';display:block;width:166px;height:166px;position:absolute;bottom: 0;right: 0;border-right: 1px solid #4573b1; border-bottom: 1px solid #4573b1;}
*/
body .catalog-items .item-container1 {
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
body .item-container1 {
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
body .item-container1 .item-img {
    /* height: 50%; */
    padding: 0;
    /* margin: 70px 0 35px; */
    margin: 0px 0px 0px;
    padding: 70px 0 10px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content:  center;
    align-items: center;
    -webkit-align-items: center;
    box-sizing: border-box;
    min-height: 250px;
    flex-wrap: wrap;
}

.bx-controls {display:none;}
.main-air {margin-bottom:20px !important;}
.slider-wrapper {padding:0;width:100%;height:auto !important;}
.slider-wrapper .bx-wrapper {width:100%;}
.item-container1 {border: 1px solid #4573b1;}

jdiv {
    display: none!important;
}

.item-container1 .item-info .right-block {
	font-family: Arial, sans-serif;
}

.item-container1 .cod {
	/* padding: 5px 10px; */ 
}

.bx-soa-coupon-input {max-width: 100% !important;}

.agreement-row {
        display: flex;
        align-items: flex-start;
        margin: 15px 0;
        padding: 5px 0;
    }

    .agreement-checkbox {
        position: absolute;
        opacity: 0;
    }

    .agreement-checkbox + .agreement-label {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        cursor: pointer;
        font-size: 14px;
        line-height: 1.4;
        padding-left: 28px;
        gap: 0.3em;
    }

    .agreement-checkbox + .agreement-label::before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 18px;
        height: 18px;
        border: 1px solid #ccc;
        border-radius: 3px;
        background: white;
        transition: all 0.2s;
    }

    .agreement-checkbox:checked + .agreement-label::before {
        background-color: #007bff;
        border-color: #007bff;
    }

    .agreement-checkbox:checked + .agreement-label::after {
        content: '';
        position: absolute;
        left: 5px;
        top: 7px;
        width: 8px;
        height: 4px;
        border-left: 2px solid white;
        border-bottom: 2px solid white;
        transform: rotate(-45deg);
    }

    .agreement-label a {
        color: #007bff;
        text-decoration: none;
        white-space: nowrap;
    }

    .agreement-label a:hover {
        text-decoration: underline;
    }

    .agreement-checkbox:focus + .agreement-label::before {
        box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
    }

    .agreement-checkbox:invalid + .agreement-label::before {
        border-color: #dc3545;
    }
/* End */
/* /css/reset.css?15297568951352 */
/* /css/main.css?160154071489535 */
/* /css/media(1600).css?159404388117902 */
/* /css/media(1000).css?159837738624858 */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket-mobile/style.css?1524238105317 */
/* /bitrix/templates/.default/components/bitrix/menu/top_menu-mobile/style.css?15242381044416 */
/* /bitrix/templates/.default/components/api/search.title/mobile_template1/css/baron.min.css?15246665895622 */
/* /bitrix/templates/.default/components/api/search.title/mobile_template1/styles.css?15262301419377 */
/* /bitrix/templates/.default/components/api/search.title/on_page/css/baron.min.css?15706250475622 */
/* /bitrix/templates/.default/components/api/search.title/on_page/styles.css?159401868810650 */
/* /bitrix/templates/.default/components/bitrix/menu/top_menu_new/style.css?1524238104583 */
/* /bitrix/templates/.default/components/bitrix/menu/vertical_multilevel_new/style.css?1524238104799 */
/* /bitrix/templates/main_copy_copy/template_styles.css?17486265845243 */
