

/* Start:/local/templates/miamia_new/components/bitrix/catalog.section.list/tree1/style.css?1741602883569*/
body:not(.mobiletablet) nav ul.menu .catalog-section-list > #ul_first > li:first-child > ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
body:not(.mobiletablet) nav ul.menu .catalog-section-list > #ul_first > li:first-child {
    width: 59% !important;
}
body:not(.mobiletablet) nav ul.menu .catalog-section-list > #ul_first > li:nth-child(2) {
    width: 40% !important;
}
body:not(.mobiletablet) nav ul.menu .catalog-section-list > #ul_first > li:first-child ul li{
    width: 33% !important;
    max-width: 100% !important;
}


/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?146340140451*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/miamia_new/styles.css?1537395812664*/
.catalog-section-list > ul > li > ul {
float: left !important;
width: 100% !important;
margin: 0px;
padding: 0px;
}

.catalog-section-list > ul {
float:none !Important;
width:100% !Important;
}
.catalog-section-list > ul > li {
width: 15% !Important;
height: auto !important;
margin-bottom: 0px;
margin:0px 20px;
}
.catalog-section-list > ul > li > ul > li {
width:100% !Important;
height:30px !important;
margin-bottom:0px;
}
.subWrap #bx_incl_area_1{

	min-height:auto !important;
}
.catalog-section-list ul > li > a {

}
.catalog-section-list ul > li > a{
	color:#fff;
}
.catalog-section-list ul > li > ul > li a{
	color:#a8afba !Important;
position:relative;
}
/* End */


/* Start:/local/templates/miamia_new/template_styles.css?161795866754185*/
@font-face {
    font-family: 'century';
    src: url('/local/templates/miamia_new/fonts/century.eot');
    src: url('/local/templates/miamia_new/fonts/century.eot') format('embedded-opentype'),
        url('/local/templates/miamia_new/fonts/century.woff2') format('woff2'),
        url('/local/templates/miamia_new/fonts/century.woff') format('woff'),
        url('/local/templates/miamia_new/fonts/century.ttf') format('truetype'),
        url('/local/templates/miamia_new/fonts/century.svg#CenturyRegular') format('svg');
}

@font-face {
    font-family: 'constantia';
    src: url('/local/templates/miamia_new/fonts/constan-webfont.eot');
    src: url('/local/templates/miamia_new/fonts/constan-webfont.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/miamia_new/fonts/constan-webfont.woff') format('woff'),
        url('/local/templates/miamia_new/fonts/constan-webfont.ttf') format('truetype'),
        url('/local/templates/miamia_new/fonts/constan-webfont.svg#constantiaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    outline: none !important;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

html {
    height: 100%;
}

body {
    width: 100%;
    min-width: 1024px;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'century' sans-serif;
}

.no-touch body {
    overflow: hidden;
    position: fixed;
}

p, h1, h2, h3, h4, h5, h6 {
    font-family: 'century' sans-serif;
}

a {
    text-decoration: none !Important;
}

a img {
    border: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
}

/**Layout**/
#bodyBg {
    /*   background:url(/local/templates/miamia_new/img/body.jpg)no-repeat top center fixed;



   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   -ms-background-size: cover;
   background-size: cover;*/
    z-index: -1;
    width: 100%;
    min-width: 1000px;
    min-height: 100%;
    position: fixed;
    clear: both;
    top: 70px;
}

.header.fixed {
    z-index: 300;
}

header {
    left: 0;
    top: 0;
    font-family: 'constantia';
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #e3dfea;
    box-shadow: 1px 1px 8px -5px;
    position: absolute;
    z-index: 300;
    width: 100%;
}

.v-headerContainer {
    min-width: 1024px;
    margin: 0 auto;
}

.logo, nav, .menu li, .lang, .search {
    float: left;
}

.lang ul, .search {
    position: relative;
}

.logo {
    width: 22%;
    padding-top: 12px;
}

.logo a {
    display: block;
    width: 206px;
    height: 47px;
    margin: 0 auto;
    /*background:url(/local/templates/miamia_new/img/logo.png)no-repeat 50% 0;*/
}

nav {
    width: 57%;
}

.menu {
    height: 71px;
    margin: 0 0 -1px 0;
    padding: 0;
}

.menu > li {
    width: 14%;
    height: 71px;
    margin-left: -1px;
}

.menu li a {
    display: block;
    margin-top: 26px;
    padding-right: 1px;
    border-right: 1px dotted #525359;
    color: #525359;
    text-transform: uppercase;
    font-size: 70%;
    text-align: center;
}

.menu li .sub a {
    margin-bottom: 24px;
    margin-top: 0px;
}

.menu > li > a {
    white-space: nowrap;
    font-family: 'constantia', serif !important;
}

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

.menu > li:hover, .menu > li.active {
    background: #232429;
    /*-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    */
}

.menu li:hover a, .menu > li.active a {
    color: #fff;
}



.no-touch .menu > li:hover .sub {
    display: block;
}

.menu > li a[href="/informatsiya-dlya-klientov.php"] {
    color: red;
}


#bx_1847241719_1463 ul li {
    float: left;
    width: 40% !important;
    max-width: 190px;
}
.mobiletablet #bx_1847241719_1463 ul li {
    width: 100%;
    float: none;
}
.catalog-section-list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#bx_1847241719_1514 {
    margin-bottom: 10px;
}
.mobiletablet #bx_1847241719_1514 {
    margin-bottom: 0;
}
ul.menu li .sub {
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    top: 70px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    background: #232429;
    padding: 1.5% 0 0.5%;
}

.subWrap {
    margin: 0 auto;
    width: 100%;
    min-width: 1100px;
}

.sub ul {
    float: left;
    width: 15%;
}

.sub ul li, .sub ul h2 {
    /*width:100% !Important;
    height:30px !important;
    margin-bottom:0px;*/
}

.sub ul a {
    width: 100% !important;
    border: 0px !Important;
    line-height: inherit !Important;
    text-align: left !Important;
}

/*.sub ul li a {
color:#a8afba !Important;
position:relative;
}*/

.sub ul li:hover {
    background: none !Important;
}

.sub ul li a:hover, .sub ul li.active a, .sub ul li a.active {
    color: #fff !Important;
}

.sub ul h2 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.sub ul h2 a {
    color: #fff !Important;
}

.secCool {
    width: 13% !Important;
}

.secCool h2 a {
    width: 170px !important;
}

.new {
    color: #da3f3f;
    font-size: 9px;
    padding-left: 3px;
    position: relative;
    top: -7px;
}

.year {
    font-size: 9px;
    padding-left: 3px;
}

.ctEximg {
    background: url(/local/templates/miamia_new/img/caxlis.png) no-repeat;
    height: 34px;
    padding: 10px 0 0 43px;
    margin-top: 50px !Important;
}

.lang {
    width: 2%;
    padding-top: 19px;
    font-size: 80%;
}

.lang ul {
    margin: 0 !important;
    padding: 0;
    text-align: center;
    width: 18px;
}

.lang ul li {
    display: block;
}

.lang ul li a {
    color: #525359;
}

.lang ul li:first-child {
    border-bottom: 1px dotted #525359;
}

.lang ul li a.active {
    cursor: default;
    color: #a8afba;
}

.search {
    width: 17%;
    top: 4px;
    overflow: hidden;
    margin: 0;
}

.search .v-searchBox {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.search .phone {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.search .phone img {
    display: inline-block;
    height: 24px;
    float: left;
    margin-right: 5px;
}

.search .phone a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-family: 'constantsia';
    font-size: 22px;
    color: black;
    font-size: 16px;
    white-space: nowrap;
}

.search form {
    margin-bottom: 10px;
}

.search input.sInput {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 26px;
    padding: 0 30px 0 10px;
    border: 1px solid #cdd0d5;
    border-radius: 10px;
    color: #cdd0d5;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: normal 12px/26px Arial, Helvetica, sans-serif;
}

.search input.sInput:focus {
    color: #525359;
}

.search .searchIco {
    position: absolute;
    top: 4px;
    right: 8px;
    width: 16px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background: url(/local/templates/miamia_new/img/searchIco.png) no-repeat;
}

footer .bottom_area {
    width: 70%;
    margin: 0px auto;
    padding-top: 3px;
    height: 100%;
    overflow: hidden;
}

footer {
    width: 100%;
    /*height:265px;*/
    overflow: hidden;
    z-index: 200;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0px;
    display: none;
}

.infoArea {
    background: url(/local/templates/miamia_new/img/footer_bg.png) repeat-x;
    height: 53px;
    width: 100%;
    position: relative;
    bottom: 0;
}

.fItem {
    width: 64%;
    height: 100%;
    margin-left: 15%;
}

.fItem ul, .fItem .copyright {
    float: left;
}

.fItem .copyright {
    padding: 16px 10px;
    color: #878d9a;
}

.fItem .social {
    width: 30%;
    margin: 0px;
    padding-top: 11px;
}

.copyDev {
    color: #878d9a;
    float: right;
}

.copyDev img {
    float: left;
    display: block;
    padding-top: 8px;
}

.bataline {
    float: left;
    display: block;
    padding-top: 15px;
    padding-left: 10px;
}

ul.social li {
    display: inline-block;
    padding-right: 7px;
}

.bottom_area ul, .slides_container ul {
    margin: 0px !Important;
    padding: 0px !Important;
}

.bottom_area ul li, .slides_container ul li {
    float: left;
    background: #202126;
    /*height:265px;
    margin-right: 0.3%;*/
    width: 15%;
}

.slides_container ul li {
    width: 25% !important;
}

.bottom_area ul li a img, .slides_container img {
    width: 100%;
}

.linkTitle {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 8px;
    font-size: 13px;
    height: 40px;
}

/**end Layout**/

/**category slider*/
.slides_container ul li .linkTitle {

}

#content.catList {
    width: 100%;
    background: rgba(92, 93, 97, 0.56);
    position: absolute;
    overflow: hidden;
    height: 100%;
    z-index: 9;
}

#sliderCat {
    top: 71px;
    position: relative;
    height: 100%;
    background: #202126;
}

#sliderCat h2 {
    padding-left: 19%;
    margin-bottom: 10px;
}

#text {
    width: 64%;
    position: relative;
    /* margin: 0px auto; */
    background: rgba(0, 0, 0, 0.67);
    color: #fff;
    top: 95px;
    padding: 10px 0px;
    left: 15%;
    height: 80%;
    overflow: hidden;
}

#text h2 {
    margin-top: 0px;
    margin: 0px 0px 10px 2.5%;
    margin-bottom: 10px;
}

#text img {
    margin-right: 1.5%;
}

#text p, .news-detail {
    margin: 0px 0px 10px 2.7%;
    font-size: 110%;
    /*font-style: italic;*/
    padding-bottom: 10px;
}

#text ul li {
    margin: 0px 0px 10px -10px;
}

.news-detail .detail_picture {
    width: 30% !important;
}

.leftCpage {
    float: left;
    width: 45%;
    margin: 0px 0px 10px 2.7%;
}

.leftCpage p {
    margin: 0px !Important;
}

.leftCpage h2 {
    margin: 0 0 10px 0 !Important;
}

#text a, .news-detail h3 {
    color: #a8afba;
}

.news-date-time {
    color: #fff;
}

.newsTitle {
    line-height: 37px;
    text-decoration: underline;
    font-size: 120%;
}

#text .preview_picture, #text .detail_picture {
    margin-right: 3%;
    width: 10%;
}

.pageNav {
    margin-left: 1.5%;
}

.backward {
    position: absolute;
    right: 50px;
    bottom: 10px;
}

.scroll-pane {
    width: 100%;
    height: 90%;
    overflow: auto;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
    width: 95% !important;
}

.thumbItem .jspPane {
    width: auto !Important;
}

#contacts .jspPane {
    width: 98% !Important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {

}

.jspDrag {

}

.jspVerticalBar .jspDrag {
    background: #a6a7a9;
    width: 12px;
    position: relative;
    border-radius: 10px;
}

.jspVerticalBar .jspDragTop {
    height: 15px;
    background: #a6a7a9;
    border-top: 1px solid #a6a7a9;
    border-radius: 10px;
}

.jspVerticalBar .jspDragBottom {
    height: 15px;
    background: #a6a7a9;
    border-bottom: 1px solid #a6a7a9;
    border-radius: 10px;
}

/*.jspVerticalBar .jspTrack{
  background:#fff;
width:20px;
height:100%;
}*/
.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    opacity: 0.3;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

.slides_container {
    height: 100%;

}

@media screen and (min-width:1025px) {
    .slides_control {
        /*width:80% !important;*/
        width: 100% !important;
    }
}

@media screen and (min-width:1025px) {
    .slides_container div {
        width: 100%;
    }
}

.slides_container ul li:hover {
    background: #fff;
}

.slides_container ul li:hover .linkTitle {
    color: #202126;
}

#sliderCat .prev, #sliderCat .next {
    position: absolute;
    top: 37%;
    width: 80px;
    height: 80px;
    text-indent: -99999px;
    z-index: 200;
}

#sliderCat .next {
    right: 0px;
    background: url(/local/templates/miamia_new/img/categories/arrowRight.png) no-repeat;
}

#sliderCat .prev {
    left: 0px;
    background: url(/local/templates/miamia_new/img/categories/arrowLeft.png) no-repeat;
    display: none;
}

#sliderCat .pagination {
    position: absolute;
    left: 74%;
    display: block;
    top: -5px;
    display: none;
}

#sliderCat .pagination li {
    display: inline-block;
}

#sliderCat .pagination li a {
    display: inline-block;
    background: url(/local/templates/miamia_new/img/categories/slKit.png) no-repeat;
    width: 18px;
    height: 19px;
    margin-left: 10px;
    text-indent: -9999px;
    z-index: 100;
}

#sliderCat .pagination li.current a {
    display: inline-block;
    background: url(/local/templates/miamia_new/img/categories/slKitActive.png) no-repeat;
    width: 18px;
    height: 19px;
}

/**end Slider**/

/**Slider2**/
#sliderCat2 {
    top: 90px;
    position: relative;
    height: 100%;
}
.subcategory #sliderCat2{
    height: auto;
}

.alpha, .alphaO {
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.alpha {
    background: rgba(0, 0, 0, 0.67);
}

.no-touch .alpha,
.no-touch .alphaO {
    overflow: hidden;
}

#sliderCat2 h2 {

    padding-left: 19%;

    margin-bottom: 10px;

}

#sliderCat2 .slides_container {
    height: 100%;
    left: 19%;
}
.subcategory #sliderCat2 .slides_container {
    height: auto;
    left: 19%;
    overflow: visible !important;
}

@media screen and (min-width:1025px) {
    #sliderCat2 .slides_container .slides_control {
        width: 80% !important;
    }
}

.slides_container2 div {

    width: 100%;

}

#sliderCat2 .slides_container ul li:hover {

    background: #fff;

}

#sliderCat2 .slides_container ul li:hover .linkTitle {

    color: #202126;
}

#sliderCat2 .prev, #sliderCat2 .next {
    position: absolute;
    top: 37%;
    width: 80px;
    height: 80px;
    text-indent: -99999px;
    z-index: 200;
}
.subcategory #sliderCat2 .prev, .subcategory #sliderCat2 .next {
    width: 20px;
    height: 52px;
}
.subcategory #sliderCat2 .prev, .subcategory #sliderCat2 .next {
    top: 80px;
}
@media (max-width:1024px) {
    .subcategory #sliderCat2 .prev, .subcategory #sliderCat2 .next {
        top: 10px;
    } 
}

#sliderCat2 .next {

    right: 0px;

    background: url(/local/templates/miamia_new/img/categories/arrowRight.png) no-repeat;

}

.subcategory #sliderCat2 .next {
    right: calc(19% - 10px);
    background: url(/local/templates/miamia_new/img/categories/arrow-right.png) no-repeat;
}
@media (max-width:1024px) {
    .subcategory #sliderCat2 .next {
        right: calc(19% - 50px);
    }
}

#sliderCat2 .prev {

    left: 0px;

    background: url(/local/templates/miamia_new/img/categories/arrowLeft.png) no-repeat;

    display: none;

}
.subcategory #sliderCat2 .prev {
    left: calc(19% - 60px);
    background: url(/local/templates/miamia_new/img/categories/arrow-left.png) no-repeat;
    display: block;
}
.subcategory #sliderCat2 ul li a {
    position: relative;
}
.subcategory #sliderCat2 .pagination {
    display: none;
}
.subcategory h2 {
    margin-left: 19%;
    width: 62%;
    text-align: center;
    margin-top: 160px;
    margin-bottom: 15px;
    font-size: 40px;
    white-space: pre;
}
.subcategory > p {
    color: white; 
    margin-left: 19%; 
    width: 62%; 
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
}
.subcategory li a img{
    display: block;
}
.subcategory > p:last-child {
    margin: 0px;
    /*position: absolute;*/
    margin-top: 19%;
    color: #fff;
    margin-left: 19%;
    width: 58%;
    font-size: 16px;
    text-align: left;
}
@media (max-width:1024px) { 
    .subcategory > p:last-child {
        margin-top: 22%;
    }
}
.subcategory #sliderCat2 {
    top: 0px;
}
#sliderCat2 .pagination {

    position: absolute;

    left: 70%;

    display: block;

    top: -5px;

}

#sliderCat2 .pagination li {

    display: inline-block;

}

#sliderCat2 .pagination li a {

    display: inline-block;

    background: url(/local/templates/miamia_new/img/categories/slKit.png) no-repeat;

    width: 18px;

    height: 19px;

    margin-left: 10px;

    text-indent: -9999px;

    z-index: 100;

}

#sliderCat2 .pagination li.current a {

    display: inline-block;

    background: url(/local/templates/miamia_new/img/categories/slKitActive.png) no-repeat;

    width: 18px;

    height: 19px;

}

#sliderCat2 .slides_container ul li {

    width: 13.9% !important;

}

#sliderCat2 .slides_container ul li {

    float: left;

    background: #202126;

    /*height:265px;*/

    margin-right: 0.3%;

    width: 15%;

}
.subcategory #sliderCat2 .slides_container ul li { 
    margin-right: 10px;
}

#sliderCat2 .slides_container .linkTitle {

    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 13px;
    height: 31px;
}
.subcategory #sliderCat2 .slides_container .linkTitle {
    height: auto;
    padding: 3px 0px;
    margin-top: -21px;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    position: relative;
}

/**end Slider2**/

/**detail Page**/

#content.details {
    background: #202126;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.gellerySlider {
    position: absolute;
    left: 2%;
    margin-top: 70px;
    overflow: hidden;
    height: 100%;
    width: 54%;
}

#thumb {
    height: 100%;
    overflow: hidden;
    float: left;
    width: 30%;
    left: 5%;
    position: relative;
}

.scrollThumb {
    float: left;
    height: 100%;
    position: relative;
    top: 80px;
    left: 2%;
    z-index: 100;
}

.scrollThumb button/*,.jspArrow*/ {
    display: block;
    position: relative;
    width: 78px;
    height: 51px;
    cursor: pointer;
}

.scrollThumb button.upArrow:disabled {
    opacity: 0.3;
}

.scrollThumb button.downArrow:disabled {
    opacity: 0.3;
}

.scrollThumb .upArrow, .scrollThumb .jspArrowUp {
    position: absolute;
    top: -61px;
    background: url(/local/templates/miamia_new/img/arrow_top.png) 0 0 no-repeat;
    width: 78px;
    height: 61px;
    outline: 0px;
    border: 0px;
}

.scrollThumb .downArrow, .scrollThumb .jspArrowDown {
    position: absolute;
    bottom: -61px;
    background: url(/local/templates/miamia_new/img/arrowBottom.png) 0 100% no-repeat;
    width: 78px;
    height: 61px;
    outline: 0px;
    border: 0px;
}

.scrollThumb.newScroll {
    position: absolute;
    height: auto;
    left: 74%;
    top: 20%;
}

.scrollThumb.newScroll .upArrow {
    background: url(/local/templates/miamia_new/img/arrow_top.png) no-repeat;
}

.scrollThumb.newScroll .downArrow {
    background: url(/local/templates/miamia_new/img/arrowBottom.png) no-repeat;
}

.thumbItem {
    float: left;
    width: 72%;
    height: 91%;

}

.thumbItem ul {
    margin: 0px;
    position: relative;
}

.thumbItem ul li {
    margin-bottom: 5px;
    cursor: pointer;
    padding: 0px !important;

}

.thumbItem ul li img {
    width: 100%;
    vertical-align: top;
}

.fulImg {
    bottom: 0;
    left: 25%;
    position: absolute;
    top: 70px;
    width: 35%;

}

.fulImg img.detailsPicture {
    width: auto;
    height: 100%;
    max-width: 94%;
    max-height: 100%;
    min-height: 100%;
}

.fulImg img {
    width: 100%;

}

.glass {
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 50%;
    cursor: crosshair;

    /* ������������������������ ��������������������� ������������������ */
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.90),
        0 0 7px 7px rgba(0, 0, 0, 0.25),
        inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

    /* ������������������������������ ������������������ */
    display: none;
}

.description {
    position: absolute;
    left: 60%;
    top: 70px;
    width: 22%;
    color: #fff;
}

.description .preText {
    color: #a8afba;
    font-size: 20px;
}

.description h2 {
    font-size: 40px;
    margin-bottom: 5px;
}

.modelLabel {
    line-height: 26px;
    margin-top: -26px;
    background: rgba(32, 33, 38, 0.71);
    height: 26px;
    position: relative;
    color: #fff;
    text-align: center;
}

.prop p {
    color: #a8afba;
    font-size: 17px;
}

.prop a {
    color: #fff;
}

.size ul li {
    background: #2a2b32;
    width: 36px;
    display: inline-block;
    text-align: center;
    padding: 8px 0px;
    font-size: 12px;
}

.size ul, .color ul {
    margin: 0px;
    padding: 0px;
}

.color ul li {
    width: 36px;
    display: inline-block;
    text-align: center;
    height: 36px;
}

.color ul li:first-child {
    background: #2c3252;
}

.color ul li:last-child {
    background: #6c2048;
}

.preImg {
    /*width: 50%;*/
    margin-top: 5%;
    position: relative;
    left: 10px;
    white-space: nowrap;
}

.preImg img:first-child {
    /*display:none;*/
}

.preImg img {
    display: inline-block;
    /*position: absolute;*/
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    overflow: hidden;
    padding: 1px;
    cursor: pointer;
}

/*.preImg img:last-child,.preImg img.hover{
top:-10px;
left: -10px;
}*/
.preImg .hide {
    display: none;
}

.preImg .show {
    display: block;
}

.leftCpage .inputtext {
    float: left;
    border-radius: 10px;
    margin-right: 31px;
    width: 43%;
    border: 1px solid #fff;
    height: 30px;
    background: #cdd0d5;
    margin-bottom: 10px;
    color: #2a2b32;
    font-size: 14px;
    padding-left: 15px;
}

.leftCpage .inputtextarea {
    clear: both;
    background: #cdd0d5;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 92%;
    color: #2a2b32;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 10px;
    font-family: 'century';
}

.leftCpage input[type='submit'] {
    clear: both;
    display: block;
    position: relative;
    left: 65%;
    background: #2a2b32;
    border: 0px;
    width: 130px;
    height: 35px;
    top: 28px;
    position: relative;
    color: #a8afba;
    font-family: 'century';
    font-size: 17px;
}

.leftCpage input[name='captcha_word'] {
    width: 49%;

}

.leftCpage p {
    width: 95%;
}

/**end detPage**/
.sInput, .searchIco {
    outline: none !important;
}
#bgstretcher {
    cursor: pointer;
}
.bgstretcher ul {
    margin: 0px !important;
    padding: 0px !important;
}

form[name='SIMPLE_FORM_1'] img {
    float: left;
    margin-top: 10px;
}

form .reqField {
    font-size: 90% !important;
}

.news-item img.preview_picture {
    margin-right: 1.5% !important;
}

.cField {
    margin: 10px 0px 15px 0px;
}

.cField input {
    left: 5%;
    position: relative;
    width: 52.4%;
}

.cLabel {
    padding-left: 5.7% !important;
}

.rightCpage {
    float: left;
    width: 50%;
    height: 605px;
    margin-right: 8px;
    margin-left: 1.2%;
}

#shops p, #shops h3 {
    color: #fff;
}

#shops table {
    width: 100%;
}

#shops table td {
    vertical-align: top;
}

#shops table td h3 {
    padding-left: 9%;
}

#shops table td ul {
    padding-left: 9%;
}

#shops table td ul li{
    margin-left: 0px
}

.scrollThumb .jspVerticalBar {
    height: 100%;
    position: relative;
    top: 0;
    left: 1%;
    z-index: 100;
    width: 100% !Important;
}

.scrollThumb .jspVerticalBar .jspDrag {
    visibility: hidden;

}

.scrollThumb .jspVerticalBar .jspTrack {
    /*height:57% !important;*/
    max-height: 100%;
}

#bx_1847241719_1479 ul li {
    width: 50% !Important;
    float: left;
    min-width: 90px;
    max-width: 190px;
}

#bx_1847241719_1479 {
    /*width: 25% !important;*/
    /*margin-left: -10%;*/
    /*margin-right: 10%;*/
    margin-bottom: 0px;
    min-width: 220px;
}

.catalog-section-list > ul > li > ul {
    float: left !important;
    margin: 0;
    padding: 0;
    width: 100% !important;
}

.catalog-section-list > ul {
    float: left !important;
    /*width: 100% !important;*/
    height: 520px;
    margin-top: 15px;
    /*min-width: 1100px;*/
}

.catalog-section-list > #ul_first {
    width: 59% !important;
    padding-left: 6%;
}

.catalog-section-list > #ul_first > li {
    width: 44% !important;
}

.catalog-section-list > #ul_second {
    width: 35% !important;
/*    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;*/
    column-fill: auto;
    padding-left: 0px;
    /*margin-left: 90px;*/
    /*column-width: 150px;*/
    /*-moz-column-width: 150px;*/
    /*column-gap: 65px;*/
}

.catalog-section-list > ul > li {
    height: auto !important;
    margin: 0 0px;
    width: 100% !important;
    /*min-height: 500px !important;*/
    padding-left: 0px;
    margin-bottom: 26px;
}
.catalog-section-list > ul#ul_second > li {
    width: 50% !important;
}
.catalog-section-list > ul#ul_second > li:first-child {
    float: left;
}

.catalog-section-list > ul > li > ul > li {
    height: 20px !important;
    margin-bottom: 0;
    width: 100% !important;
    float: none;
}

.subWrap #bx_incl_area_1 {
}

.catalog-section-list ul > li > a {
}

.catalog-section-list ul > li > a {
    color: #fff;
}

.catalog-section-list ul > li > ul > li a {
    color: #a8afba !important;
    position: relative;
    margin-top: 0px;
}

ul.vHorizontalList {
    margin: 0;
    padding: 0;
}

ul.vHorizontalList li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    vertical-align: top;
}

.vContent {
    height: 100%;
    max-height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 71px 0 54px 0;
    background: #202126;
}

.no-touch .vContent {
    min-height: 550px;
}

ul.vMainCatalog {
    margin: 0 auto;
    white-space: nowrap;
    text-align: center;
}

ul.vMainCatalog li {
}

ul.vMainCatalog li a {
    text-decoration: none;
    color: #fff;
}

ul.vMainCatalog li a img {
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: auto;
}

ul.vMainCatalog li a .mcTitle {
    display: block;
    height: 54px;
    font-size: 14px;
    line-height: 54px;
    text-transform: uppercase;
}

ul.vMainCatalog li a:hover .mcTitle,
ul.vMainCatalog li a:active .mcTitle {
    background: #fff;
    color: #202126;
}

.vContent.details {
    padding: 0;
}

.vContent .collect {
    position: absolute;
    left: 17%;
    width: 80%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70px;
}

.vContent .collect .detailsPicture {
    float: left;
    height: 100%;
    max-width: 60%;
    margin: 0 20px 0 0;
}

.vContent .collect #video_href {
    position: absolute;
    margin-left: -105px;
}

.vContent .collect .detailsPicture img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.vContent .collect .description {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    max-width: 600px;
    height: 100%;
    padding-right: 20px;
    overflow: hidden;
}

.vContent .collect .description * {
    margin: 0;
}

.vContent .collect .description .vDescripText {
    padding: 0 0 1px 0;
}

.vContent .collect .description h2 {
    padding: 5.5% 10px 4% 0;
}

.vContent .collect .descripBox {
    margin: 0 10px 4% 0;
    color: #fff;
}

.vContent .collect .descripBox .descripTitle {
    color: #a8afba;
}

.vContent .collect .descripBox .descripTitle:after {
    content: ':';
    font-family: 'constantia';
}

.vContent .collect .descripBox .vHorizontalList {
    position: relative;
    overflow: hidden;
}

.vContent .collect .descripBox .vHorizontalList li {
    width: auto;
    min-width: 14px;
    height: 32px;
    margin: 0 0 0 3px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    background: #2a2b32;
    text-transform: uppercase;
}

.vContent .collect .descripBox .vHorizontalList li:first-child {
    margin: 0;
}

.vContent .collect .article {
    margin-top: -2%;
}

.vContent .collect .size,
.vContent .collect .color {
    min-width: 300px;
}

.vContent .collect .size .descripTitle,
.vContent .collect .color .descripTitle {
    float: left;
    margin: 5px 5px 0 0;
}

.vContent .scrollThumb {
    position: absolute;
    height: auto;
    top: 200px;
    bottom: 130px;
}

.vContent .preImg {
    left: 0;
    top: 0;
    height: 100px;
}

.vContent .preImg img {
    width: auto;
    height: 100%;
    background: none;
}

.vContent .preImg img.hover {
    /*z-index: 2;*/
    display: none;
}

.downloads {
    margin-top: 50px;
    float: right;
    width: 18%
}

.downloads a {
    border: 0 !important;
    background: url(/local/templates/miamia_new/img/caxlis.png) no-repeat;
    min-height: 34px;
    padding-left: 43px
}

.menu_links {
    margin-top: 50px;
    padding-left: 6%;
    float: right;
    /*margin-bottom: 200px;*/
}

.menu_links div {
    float: left;
}
.menu_links_wrapper {
    /*max-width: 1200px;*/
    /*margin: 0 auto;*/
    margin-right: 5%;
    
}

.menu_links a {
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: bold;
    color: white !important;
    border: none !important;
    padding: 9px 17px !important;
    background: #34353a;
}

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

.preloader {
    position: fixed;
    top: 70px;
    z-index: -3
}

.preloader img {
    width: 100%
}

.menu .regi {
    position: relative;
}

.menu .regi .im-login, .menu .regi .im-regi, .menu .regi .im-res {
    display: none;
    padding: 30px;
    background: #fff;
    position: absolute;
    top: 71px;
    left: -30%;

}

.menu .regi .im-login button, .menu .regi .im-regi button, .menu .regi .im-res button {
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #a8afba;
    border: none;
    font-size: 18px;
    cursor: pointer;
    width: 134px;
    height: 38px;
    border-radius: 5px;
}

.menu .regi .im-regi button:hover, .menu .regi .im-login button:hover, .menu .regi .im-res button:hover {
    background: #99a2b1;
}

.menu .regi:hover .im-login {
    display: block;
}

.menu .regi .pos {
    width: 251px;
    left: -50%;
}

.menu .regi .im-regi h3, .menu .regi .im-login h3, .menu .regi .im-res h3 {
    font-size: 16px;
    color: #232429;
    text-transform: uppercase;
    text-align: center;
}

.menu .regi .im-regi p, .menu .regi .im-login p, .menu .regi .im-res p {
    font-size: 14px;
    color: #232429;
}

.menu .regi .im-regi input, .menu .regi .im-login input, .menu .regi .im-res input {
    width: 233px;
    height: 32px;
    border: 1px solid #a8afba;
    padding-left: 15px;
    color: #a8afba;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
}

.menu .regi .im-regi a, .menu .regi .im-login a, .menu .regi .im-res a {
    color: #232429;
    font-size: 14px;
    text-align: left;
    text-transform: inherit;
    margin: 5px 0 10px 0;
    text-decoration: underline !Important;
}

.menu .regi .im-regi a:hover, .menu .regi .im-login a:hover, .menu .regi .im-res a:hover {
    text-decoration: none !Important;
}

.menu .regi .im-regi .but button, .menu .regi .im-login .but button, .menu .regi .im-res .but button {
    width: 120px;
    float: left;
}

.menu .regi .im-regi form, .menu .regi .im-login form, .menu .regi .im-res form {
    overflow: hidden;
}

.menu .regi .im-regi .but .black, .menu .regi .im-login .but .black, .menu .regi .im-res .but .black {
    float: right;
    background: #232429;
}

.menu .regi .im-regi .but .black:hover, .menu .regi .im-login .but .black:hover, .menu .regi .im-res .but .black:hover {
    background: #090a0b;
}

.menu .regi .im-login span, .menu .regi .im-regi span, .menu .regi .im-res span {
    display: block;
    text-align: center;
    color: #232429;
    font-size: 13px;
    margin-top: 15px;
}

#content {
    position: relative;
}

.block-while {
    overflow-y: scroll;
    width: 92%;
    height: 85%;
    position: absolute;
    top: 73px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 0 0 30px;
}

.blag {
    width: 400px;
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.blag h3 {
    text-align: center;
    color: #232429;
    text-transform: uppercase;
    margin: 5px;
}

.blag p {
    text-align: center;
    font-weight: bold;
    color: #232429;
    margin: 5px;

}

.breadcrumbs {
    margin-top: 10px;
}

.breadcrumbs a {
    color: #232429;
    text-decoration: underline !Important;
    margin-right: 10px;
    position: relative;
    font-size: 13px;
}

.breadcrumbs a:after {
    background: url('/local/templates/miamia_new/img/stripe.png') no-repeat;
    width: 16px;
    height: 16px;

    /*  position: absolute;
      left: -22px;
      top: -7px;*/
    content: "#";
    /*font-size: 30px;*/
    text-indent: -9999px;
    display: inline-block;
    margin-left: 10px;
}

/*.breadcrumbs a:first-child:after {
  display: none;
}*/

.breadcrumbs a:hover {
    text-decoration: none !important;
}

.breadcrumbs span {
    position: relative;
    color: #a8afba;
    font-size: 13px;
    margin-left: -26px;
}

.breadcrumbs span:before {
    background: url('/local/templates/miamia_new/img/stripe_gray.png') no-repeat;
    width: 16px;
    height: 16px;

    /*  position: absolute;
      left: -22px;
      top: -7px;*/
    content: "#";
    /*font-size: 30px;*/
    text-indent: -9999px;
    display: inline-block;
    margin-right: 10px;
}

.registrator h2 {
    font-size: 23px;
    color: #232429;
    margin-bottom: 10px;
}

.registrator .icon {
    color: #232429;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: bold;
}

.registrator .icon span {
    background: url(/local/templates/miamia_new/img/info.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
}

.registrator p {
    color: #232429;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.registrator form {
    width: 898px;
}

.registrator form input {
    width: 435px;
    height: 40px;
    padding-left: 15px;
    border: 1px solid #a8afba;
    margin-bottom: 3px;
    border-radius: 2px;
}

.registrator form span {
    /*color: #a8afba;*/
}

.registrator form input[type='checkbox'] {
    width: auto;
    height: auto;
    padding-left: 15px;
    border: 1px solid #a8afba;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 2px;
}

.registrator form button {
    width: 450px;
    height: 40px;
    border: none;
    margin-bottom: 6px;
    margin-top: 10px;
    display: block;
    border-radius: 2px;
    background: #232429;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.registrator form button:hover {
    background: #090a0b;
}

.strict_width {
    min-width: 265px !important;
    max-width: 265px !important;
}

.grid {
    min-width: 44px !important;
}

.grid_color {
    min-width: 100px !important;
    width: 127px;
}

.tab_h_price {
    min-width: 130px !important;
}

.text-catalog {
    position: relative;
    top: 72px;
    min-width: 970px;
    margin: 20px auto 0;
    padding: 20px 30px;
    /*font-family: sans-serif;*/
}

.text-catalog h1 {
    display: inline-block;
    color: #232429;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: normal;

}

.text-catalog h1 span {
    text-transform: none;
}

.green {
    background: #188780;
}

.legend-top{
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 0 0 20px;
}
.legend-top p{
    display: inline-block;
    margin: 0 10px 0 0;
    color: #777;
}
.legend-top .label{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.legend-top .label.green{
    background: #ccffcc;
}
.legend-top .label.yellow{
    background: #fff9cc;
}
.legend-top .label.gray{
    background: #ccc;
}
.legend-top .text{
    position: relative;
    top: -5px;
    font-family: Arial;
    font-size: 14px;
}
.silk {
    padding-left: 15px;
    /*margin-bottom: 20px;*/
    margin-top: 10px;
}

.silk h2 {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    padding: 5px 0;
    margin-bottom: 0px;
}

.silk table {
    width: 100%;
    background: #fff;
    border: none;
}

.silk table td {
    vertical-align: middle;
    text-align: center;
}

.silk table tr {
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
}

.silk .red {
    font-size: 16px;
    color: #ff2a2a;
    font-weight: bold;
    font-style: italic;
}

.silk .bold {
    font-size: 15px;
    color: #232429;
    font-weight: bold;
}

.silk .number {
    font-size: 18px;
    color: #232429;
}

.silk .number b {
    font-size: 13px;
}

.silk .back-ser {
    background: #edeef0;
}

.silk .ser {
    color: #232429;
    font-size: 14px;
}

.silk .text-green {
    color: #188780;
    font-size: 14px;
}

.silk hr {
    margin: 3px 5px 0px 5px;
}

.silk .text-wite {
    color: #a8afba;
    font-size: 16px;
}

.silk .ser-pos {
    color: #232429;
    font-size: 16px;
}

.silk .ser-bold {
    color: #232429;
    font-size: 18px;
    font-weight: bold;
}

.silk .text-number {
    border: 1px solid #e5e7ea;
    color: #188780;
    padding: 2px 5px;
}

.silk .img {
    display: block;
    position: relative;
    margin-bottom: -4px;
    /*height: 99%;*/
}

.silk table {
    border-spacing: 0px;
    border-collapse: collapse;
    margin-bottom: 5px;
    border: 1px solid #a8afba;
}

.silk table tr {
    border: 0px;
    border-spacing: 0px;
    height: 31px !important;
}

.silk table td {
    border: 0px;
    border-spacing: 0px;
}

.silk .bor-ser {
    border: 1px solid #a8afba;
}
.silk .bor-ser.with-input,
.silk .bor-ser.with-input input{
    background: #ccffcc;
}
.silk .bor-ser.with-input.yellow,
.silk .bor-ser.with-input.yellow input{
    background: #fff9cc;
}
.silk .bor-ser.with-input input{
    border: none;

}
.silk .bor-ser.with-input input:focus{
    -moz-box-shadow: 0 0 2px rgba(030, 144, 255, 1);
    -webkit-box-shadow: 0 0 2px rgba(030, 144, 255, 1);
    box-shadow: 0 0 2px rgba(030, 144, 255, 1);
}
.silk table td.dop {
    text-align: left;

    padding: 5px;
    padding-left: 10px;
}

.silk .number-input {
    width: 28px;
    height: 18px;
    text-align: center;
    color: #188780;
    border: 1px solid #e5e7ea;
}

.green .img:after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: '';
    width: 49px;
    height: 52px;
    background: url(/local/templates/miamia_new/img/poisk.png) no-repeat;
}

.blue {
    background: #3a426a;
}

.blue .img:after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: '';
    width: 49px;
    height: 52px;
    background: url(/local/templates/miamia_new/img/poisk-blue.png) no-repeat;
}

.blue .text-green, .blue .text-number, .blue .number-input {
    color: #3a426a;;
}

.fiol {
    background: #581d2c;
}

.fiol .img:after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: '';
    width: 49px;
    height: 52px;
    background: url(/local/templates/miamia_new/img/poisk-fiol.png) no-repeat;
}

.fiol .text-green, .fiol .text-number, .fiol .number-input {
    color: #581d2c;
}

.orange {
    background: #bb2b50;
}

.orange .img:after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: '';
    width: 49px;
    height: 52px;
    background: url(/local/templates/miamia_new/img/poisk-orange.png) no-repeat;
}

.orange .text-green, .orange .text-number, .orange .number-input {
    color: #bb2b50;;
}

.toch body {
    position: relative;
    overflow: inherit;
}

.search-block {
    min-width: 1040px;
    min-height: 80px;
    background: #232429;
    position: relative;
    top: 71px;
    padding: 0px 0px 0px 30px;
    overflow: hidden;
}

.search-block ~ .text-catalog {
    padding-top: 0px;
}

.search-block ~ .text-catalog h2 {
    margin-top: 5px;
}

.search-block .left {
    float: left;
    width: 70%;
    height: 100%;
    max-height: 63px;
    overflow: hidden;
    padding-top: 16px;
}
@media (max-width: 1280px){
    .search-block .left{
        width: auto;
    }
    label[for=c1] p{
        position: relative;
        top: 5px;
        margin-top: -13px;
        margin-left: 4px;
        line-height: 1;
        width: 70px;
        display: block;
    }
    .search-chekbox {
        margin-left: 10px;
    }
}
.search-block .left .search-input {
    /*width: 190px;*/
    float: left;
    position: relative;
    padding-top: 10px;
}

.search-block .left .search-input form {
    display: inline-block;
    margin: 0;
}

.search-block .left .search-input span {
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    /* display:table-cell;*/
    line-height: 21px;
}

.search-block .left .search-input input {
    width: 70px;
    padding-left: 5px;
    border: 1px solid #fff;
    height: 23px;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    position: relative;
    line-height: 7px;
    display: table-cell;
    vertical-align: middle;
    margin-left: 10px;

}

.search-block .left .search-chekbox {
    /*width: 500px;*/
    float: right;
    margin-right: 15px;
    height: 100%;
}

.search-block .left .search-chekbox table {
    width: 100%;
    vertical-align: middle;
    border-spacing: 0px;
    border-collapse: collapse;
}

.search-block .left .search-chekbox table td {
}

.search-block .left .search-chekbox table td input {
    margin-right: 5px;
    border: 1px solid #444549;
    background: rgba(255, 255, 255, 0);
}

.search-block .left .search-chekbox table td label {
    color: #fff;
    font-size: 13px;
    margin-right: 17px;
    line-height: 22px;
}
.search-block .left .search-chekbox span{
    position: relative;
    top: -2px;
    margin-right: 6px;
}
.search-block .search-chekbox label p{
    display: inline-block;
}
.search-block .right {
    right: 0;
    width: 27%;
    background: #33343a;
    height: 100%;
    overflow: hidden;
    padding-right: 30px;
    position: absolute;
}

.search-block .right .text-left {
    float: left;
    width: 35px;
    height: 40px;
    position: relative;
    top: 10px;
    left: 25px;
    background: url(/local/templates/miamia_new/img/basket.png) no-repeat bottom right;
}

.search-block .right .text-left span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ff2a2a;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 5px;
}

.search-block .right .text-right {
    position: relative;
    left: 37px;
    top: 9px;
    width: 325px;
}

.search-block .right .text-right p {
    color: #fff;
    font-size: 15px;
    margin: 0px;
}

.search-block .right .text-right p span {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
}

.search-block .right .text-right span {
    font-size: 13px;
    color: #a8afba;
}

.search-block .right .text-right span b {
    color: #ab986a;
    text-transform: uppercase;
}

.history {

}

.history table {
    width: 100%;
    vertical-align: middle;
    text-align: left;
    border-collapse: collapse;

}

.history table tr {
    text-align: left;

}

.history table tr th {
    text-align: left;
    padding-left: 30px;
    color: #232429;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0 5px 30px;
    border-top: 1px solid #eaebed;
}

.history table tr td {
    padding-left: 30px;
    text-align: left;
    color: #232429;
    font-size: 16px;
    padding: 5px 0 5px 30px;
    background: #eaebed;
    border-bottom: 2px solid #fff;
}

.history table tr td a {
    color: #232429;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px dashed #000;
}

.history table tr td a:hover {
    border-bottom: none;
}

.oform {
    overflow: hidden;
    margin-top: 40px;
    width: 100%;
    min-width: 1000px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.im-oform {
    height: 165px;

}

.oform .left {
    width: 53%;
    float: left;
    padding-left: 30px;

}

.oform .left p {
    font-size: 18px;
    color: #232429;
    margin: 10px 0;
}

.oform .left p a {
    color: #ff2a2a;
    text-decoration: underline !Important;
}

.oform .left p a:hover {
    text-decoration: none !Important;
}

.oform .left textarea {
    width: 100%;
    height: 70px;
}

.oform .right {
    width: 37%;
    min-width: 410px;
    float: right;
    text-align: right;
    padding-top: 23px;
    padding-right: 30px;
}

.oform .right p {
    font-size: 20px;
    color: #232429;
    text-align: right;
    margin-bottom: 10px;
}

.oform .right button {
    width: 197px;
    height: 40px;
    background: #232429;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.oform .right button:hover {
    background: #090a0b;
}

.icon-basket {
    background: url(/local/templates/miamia_new/img/basket.png) no-repeat right center;
}

label.error {
    display: inline-block;
    color: #ff2a2a;
    margin-left: 25px;
}

.registrator form #password.error {
    border: 1px solid #ff2a2a;
}

.error::-webkit-input-placeholder {
    color: red;
}

.error:-moz-placeholder {
    color: red;
}

.registrator form button {
    display: inline-block;
}

.none {
    display: none;
}

.error ~ .errorone {
    color: red;
    display: inline-block;
    margin-left: 25px;
}

#password.valid ~ .errorone {
    display: none;
}

#password.error {
    color: red;
}

.text-right .b {
    font-weight: normal;
    position: relative;
    top: 2px;
}

.lang {
    padding-top: 11px;
    margin-left: -10px;
}

.lang li {
    padding-bottom: 8px;
}

.lang li:last-child {
    padding-bottom: 0px;
    padding-top: 8px;
}
.soc-icons {
    position: fixed;
    margin-left: 10px;
    right: 0;
    top: calc(50% - 40px);
    width: 40px;
    height: 80px;
}
.soc-icons a {
    display: block;
}
.soc-icons li {
    padding-bottom: 2px;
}
.soc-icons ul li:first-child {
    border-bottom: 0;
}
.soc-icons img {
    width: 20px;
}

.search-chekbox input[type="checkbox"] {
    display: none;
}

.search-chekbox input[type="checkbox"] + label span {
    display: inline-block;
    width: 14px;
    height: 14px;

    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
}

.search-chekbox input[type="checkbox"]:checked + label span {
    background: url(/local/templates/miamia_new/img/play.png) 2px 2px no-repeat;
}

.thanks {
    display: table;
    text-align: center;
    /*overflow-y: scroll;*/
    width: 92%;
    height: 85%;
    /*position: absolute;*/
    top: 73px;

    /*left: 0px;*/
    bottom: 0px;
    /*right: 0px;*/
    margin: 0 auto;
    margin-top: 2px;

    background: rgba(255, 255, 255, 0.9);
    padding: 20px 0 0 30px;
}

.thanks .middle {
    display: table-cell;
    vertical-align: middle;
}

.thanks h2 {
    font-size: 23px;
    color: #232429;
    margin-bottom: 10px;
}

.thanks p {
    color: #232429;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: bold;
}

/*.text-catalog a img {
  overflow: hidden;
}*/

.ser.total {
    font-size: 16px;
    font-weight: bold;
}

.ser.price {
    font-size: 16px;
}

.search-block .right .text-right p.basket {
    text-decoration: underline;
    font-size: 17px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: white;
}

.with-registration-form #text{
    background: #fff;
    color: #000;
}

.with-registration-form #text h2 {
    color: #000;
}

.with-registration-form #text .registrator form {
    width: auto;
    margin-left: 20px;
}
.bgstretcher ul li img {
    width: 100% !important;
    height: auto !important;
}
.bgstretcher ul li {
    background: white;
    /*text-align: center;*/
}


/* start mobile home page */ 
.mobile-search {
    display: none;
}
.mobile-menu-logo {
    display: none;
}
.menu-ico {
    display: none;
}
.mobile-menu-text {
    display: none;
}
.mobile-about-us {
    display: none;
}
.mobile-news {
    display: none;
}
.mobiletablet .lang {
    display: none;
}
.mobiletablet .search {
    display: none;
}

.mobiletablet .menu-ico {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 19px;
    height: 17px;
    background: url(/local/templates/miamia_new/img/menu-ico.png) no-repeat;
    z-index: 1002;
}
.mobiletablet .menu-ico-clicked {
    background: url(/local/templates/miamia_new/img/menu-close-ico.png) no-repeat;
}
.mobiletablet nav {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: scroll;
    transition: display 1s;
}

.mobiletablet .menu .menu_links {
    display: none;
}
.mobiletablet .menu-opened {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: scroll;
}
.home-page.mobiletablet .menu-opened {
    /*height: 100vh;*/
}
.mobiletablet .menu {
    display: inline-block;
    height: 100%;
    background: #fff;
    padding-top: 200px;
    padding-bottom: 100px;
    width: auto;
    min-width: 320px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1001;
    overflow-x: hidden;
    overflow-y: visible;
    
    margin-right: -100%;
    /*transition: margin-right 1s;*/
}
.mobiletablet .menu-opened .menu {
    margin-right: 0;
    /*transition:  margin-right 1s;*/
}
.mobiletablet .menu-opened .mobile-menu-logo {
    display: block;
    width: 200px;
    height: 47px;
    background: url(/background_logo/000agata.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1002;
    margin-top: 15px;
    margin-right: 120px;
}
.mobiletablet .menu-opened .mobile-menu-text {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1002;
    margin-top: 90px;
    margin-right: 65px;
    width: 190px;
    text-align: center;
    font-size: 24px;
}
.mobiletablet .menu-opened .mobile-menu-text a {
    color: #000;
    text-decoration: none;
}
.mobiletablet .menu-opened .mobile-menu-text span {
    font-size: 16px;
}

.mobiletablet .menu-opened .mobile-search .searchIco {
    display: none;
} 
.mobiletablet .menu-opened .mobile-search .sInput {
    border: 1px solid black;
    border-radius: 5px;
    padding: 2px 15px;
    background: url(/local/templates/miamia_new/img/mobile-search-ico.png) no-repeat 90% center;
}
.mobiletablet .menu-opened .mobile-search{ 
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 150px;
    margin-right: 60px;
    z-index: 1002;
}

.mobiletablet .menu-opened .menu li {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
}
.mobiletablet .menu-opened .menu li a { 
    color: #525359;
    margin: 0;
    padding: 11px 32px;
    text-align: left !important;
}
.mobiletablet .menu-opened ul.menu li .sub {
    position: static;
    display: block;
    margin: 0;
    padding: 0 32px;
}
.mobiletablet .menu-opened ul.menu li .sub a {
    color: #fff;
    padding-left: 32px;
    padding-right: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    background: url(/local/templates/miamia_new/img/dotted-ico.png) no-repeat 32px center;
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
}
.mobiletablet .menu-opened ul.menu li .subWrap {
    min-width: auto;
    margin: 0;
    width: auto;
}
.mobiletablet .menu-opened .catalog-section-list > #ul_first {
    padding: 0;
    margin: 0;
    width: auto !important;
    height: auto;
    float: none !important;
}
.mobiletablet .menu-opened .catalog-section-list > #ul_first > li {
    width: auto !important;
}
.mobiletablet .menu-opened .catalog-section-list > #ul_first #bx_1847241719_1479 {
    min-width: auto;
}
.mobiletablet .menu-opened .catalog-section-list #bx_1847241719_1479 ul li {
    float: none;
    max-width: auto;
    min-width: auto;
    width: auto !important;
}
.mobiletablet .menu-opened .catalog-section-list .sub-opening {
    display: inline-block;
    height: 40px;
    width: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: url(/local/templates/miamia_new/img/arrow-down-ico.png) no-repeat center center;
    vertical-align: middle;
}
.mobiletablet .menu-opened .catalog-section-list > #ul_second {
    padding: 0;
    margin: 0;
    width: auto !important;
    height: auto;
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    float: none !important;
}
.mobiletablet .menu-opened ul.menu li .sub ul li ul li{
    display: none;
}
.mobiletablet .menu-opened li:hover {
    background: inherit;
}
.mobiletablet .menu-opened .catalog-section-list > ul > li > ul {
    float: none !important;
    width: auto !important;
}
.home-page.mobiletablet .v-headerContainer {
    min-width: 320px;
}
.home-page.mobiletablet #bodyBg {
    min-width: 320px;
    min-height: 100%;
}

.home-page.mobiletablet .mobile-about-us {
    padding: 5px 15px;
    margin: 10px;
    background: #fff;
    position: absolute;
    bottom: 0;
    display: block;
}
.vertical.home-page.mobiletablet .mobile-about-us { 
    display: none;
}
.vertical.home-page.mobiletablet .mobile-news {
    display: block;
    position: absolute;
    top: 300px;
    padding: 20px;
}
.vertical.home-page.mobiletablet .mobile-news h3 {
    font-weight: normal;
    font-size: 18px;
}
.vertical.home-page.mobiletablet .mobile-news a.more {
    width: calc(100% - 40px);
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    position: absolute;
    left: 0;
    display: block;
    margin-top: 10px;
    background: #2f3139 url(/local/templates/miamia_new/img/arrow-down-ico.png) no-repeat 60px center;
}
.vertical.home-page.mobiletablet .mobile-news .news-links a {
    font-size: 15px;
    color: #000;
    text-decoration: underline !important;
    display: block;
    margin: 5px 0;
}
@media screen and (min-width: 381px) and (orientation: portrait) {
    .vertical.home-page.mobiletablet .mobile-news {
        position: static;
        background: #fff;
    }
    .preloader {
        position: static;
        margin-top: 70px;
    }
}

body.home-page {
    min-width: 320px;
}

.mobiletablet .catalog-section-list > ul#ul_second > li {
    width: 100% !important;
}
.mobiletablet #bx_1847241719_1463 ul li {
    width: 100% !important;
}

/* end mobile home page */
/* End */
/* /local/templates/miamia_new/components/bitrix/catalog.section.list/tree1/style.css?1741602883569 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?146340140451 */
/* /local/templates/miamia_new/styles.css?1537395812664 */
/* /local/templates/miamia_new/template_styles.css?161795866754185 */
