

/* Start:/bitrix/templates/euroset2016/components/euroset/section_index_top/.default/style.css?156149935518144*/
.product-card {
    position: relative;
    width: 18.1%;
    height: 190px;
    min-width: 184px;
    margin-right: 1.9%;
    /*margin-bottom: 2.5%;*/
    margin-bottom: 20px;
    background: #fff;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.full-width .product-card {
    width:18.4%;
    margin-right:2%;
}
.full-width .product-card:nth-of-type(5n) {
    margin-right:0;
}
.product-card .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    /*overflow: hidden; */
}
.product-card:hover .item {
    box-shadow: 0 3px 0 #ffe600,
                0 -3px 0 #ffe600,
                3px 0 0 #ffe600,
                -3px 0 0 #ffe600;
}
.product-card .hover-area:hover .item-hover {
    visibility: visible;
    z-index: 7;
}
.product-card .item-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #ffe735;
    visibility: hidden;
    z-index: 2;
}
.product-card .item-hover .prod-avail-count {
    color: #212121;
    font-weight: bold;
    padding-left: 12px;
}
.product-card .item-hover .prod-avail-count .icon-avail {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 2px;
}
.product-card .prod-avail-count .icon-avail span {
    display: block;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 5px;
}
.product-card .prod-avail-count .icon-avail .avail {
    background-position: -11px -180px;
}

.product-card .prod-avail-count .icon-avail .not-avail {
    background-position: -2px -180px;
}
.product-card .item-hover  .prod-char span.char-name {
    color: #9e9e9e;
}
.product-card .item-hover  .prod-char span.char-value {
    color: #212121;
}
.product-card .item-hover .prod-char {
    height: 116px;
    padding: 0 12px;
    line-height: 16px;
    font-size: 14px;
}

.product-card .prod-top,
.product-card .prod-name,
.product-card .prod-price,
.product-card .prod-buttons {
    width: 100%;
}

.product-card .prod-category {
    height: 36px;
    color: #9e9e9e;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-card .prod-category {
    padding-top: 12px;
}
.product-card .item-hover .prod-category {
    padding-top: 9px;
}
.product-card .action-msi {
    display: block;
    position: absolute;
    background-position: -284px -373px;
    width: 88px;
    height: 88px;
    z-index: 1;
    top: 0;
    left: -25px;
}

.product-card .action-bday {
    display: block;
    position: absolute;
    background-position: -284px -460px;
    width: 88px;
    height: 88px;
    z-index: 1;
    top: 0;
    left: -25px;
}
.product-card .action-nokia3310 {
    display: block;
    position: absolute;
    background: url('/bitrix/templates/euroset2016/images/tag-nokia-n.png?version=20170331') no-repeat;
    width: 110px;
    height: 110px;
    z-index: 1;
    top: 0;
    left: -25px;
}
.product-card .action-return-3000 {
    display: block;
    position: absolute;
    background: url('/bitrix/templates/euroset2016/images/return-3000-new2.png?version=20170331') no-repeat;
    width: 110px;
    height: 110px;
    z-index: 1;
    top: 90px;
    left: -25px;
}
.product-card .action-return-2000 {
    display: block;
    position: absolute;
    background: url('/bitrix/templates/euroset2016/images/return-2000-new2.png?version=20170331') no-repeat;
    width: 110px;
    height: 110px;
    z-index: 1;
    top: 90px;
    left: -25px;
}
.product-card .commodity-share-sticker {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    z-index: 1;
    top: 0;
    left: -25px;
}
.product-card .label-lightning {
    display: block;
    position: absolute;
    background-position: 0px -375px;
    width: 159px;
    height: 34px;
    bottom: 5px;
 }
.product-card .prod-image {
    height: 90px;
    text-align: center;
    margin: 0 10px;
}
.product-card .prod-image img {
    max-height: 90px;
    max-width: 95%;
}
.product-card .prod-buttons {
    height: 50px;
}
.product-card .prod-price {
    height: 25px;
    text-align: center;
    margin-bottom: 18px;
}

.product-card .prod-price .old-price {
    font-size: 20px;
    color: #b8170e;
    line-height: 20px;
    font-family: "Houschka Rounded", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.product-card .prod-price .old-price::after {
    border-bottom: 2px solid #b8170e;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 60%;
}
.product-card .prod-price .current-price {
    line-height: 24px;
    color: #616161;
    font-size: 24px;
    font-family: "Source Sans Pro", "Arial", "Tahoma", sans-serif;
}
.product-card .prod-status.red {
    background: #f4511e;
    color: #fff;
}
.product-card .prod-status.bright-red {
    background: red;
    color: #fff;
}
.product-card .prod-status.grey {
    background: #bdbdbd;
    color: #fff;
}
.product-card .prod-status.blue {
    background: #00aaf0;
    color: #fff;
}
.product-card .prod-status.yellow {
    background: #ffe735;
    color: #000;
}
.product-card .prod-status.green {
    background: #80c31d;
    color: #fff;
}
.product-card .prod-status.dark-green {
    background: green;
    color: #fff;
}
.product-card .prod-status.black {
    background: black;
    color: #fff;
}

.product-card .prod-status.mart8 {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(/bitrix/templates/euroset2016/images/sale_mart8.png);
    height: 47px;
    width: 47px;
    padding: 0;
    line-height: 34px;
    right: -9px;
    top: -14px;
    font-size: 12px;
}

.product-card .prod-status.mart8 nobr {
    margin-left: 6px;
}

.product-card .prod-status {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    display: block;
    position: absolute;
    top: 0;
    right: 18px;
    padding: 7px 10px;
    font-size: 14px;
    text-transform: uppercase;
    height: 14px;
    line-height: 14px;
    background-color: #fde732;
    color: #212121;
}
.product-card .prod-status nobr {
    font-family: "Houschka Rounded", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
}
.product-card .prod-name {
    height: auto;
    color: #616161;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.product-card .prod-name:hover {
    color: #00aaf0;
}
.product-card .prod-name.with-price-old{
    height:65px;
    margin-bottom:0px;
}
.product-card .prod-image {
    position: relative;
}
.prod-buttons {
    text-align: center;
}
.product-card .mkt-button {
    font-size: 14px;
    width: 68.5%;
    line-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.prod-buttons span {
    cursor: pointer;
}
.prod-buttons .prod-compare,
.prod-buttons .prod-oneclick,
.prod-buttons .prod-buy {
    display: inline-block;
    height: 36px;
    width: 38px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 4px;
}
.prod-buttons span.prod-compare span {
    background-position: -52px -212px;
    width: 25px;
    height: 23px;
    margin: 8px auto 0 auto;
    display: block;
}
.prod-buttons span.prod-compare:hover > span {
    background-position: -300px -240px;
}
.prod-buttons span.prod-oneclick span {
    background-position: -310px -161px;
    width: 23px;
    height: 20px;
    margin: 10px auto 0 auto;
    display: block;
}
.prod-buttons .prod-compare:hover,
.prod-buttons .prod-oneclick:hover,
.prod-buttons .prod-buy:hover {
    background-color: #fbe62f;
}
.prod-buttons .prod-oneclick:hover > span {
    background-position: -287px -161px;
}
.prod-buttons span.prod-buy span{
    background-position: -251px -161px;
    width: 17px;
    height: 20px;
    margin: 10px auto 0 auto;
    display: block;
}
.prod-buttons span.prod-buy:hover > span {
    background-position: -269px -161px;
}
.item-hover span.prod-preorder,
.prod-buttons span.prod-preorder {
    border: 1px solid #0095d3;
    background: #00aaf0;
    color: #fff;
}
.product-card .item-hover .prod-buttons-two {
    text-align: center;
    position: absolute;
    bottom: 5px;
    width:100%;
}
.product-card .item-hover .prod-char {
    height: 130px;
    overflow: hidden;
    margin-top: -5px;
}
.product-card .item-hover .char {
    margin-bottom: 10px;
}

.product-card .item-hover span.current-price {
    line-height: 72px;
    color: #212121;
    font-size: 29px;
    font-family: "Houschka Rounded", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.product-card .item-hover .mkt-button {
    margin-bottom: 12px;
}
.product-card .item-hover .prod-oneclick {
    border: 1px solid #f8db00;
    background: #ffe735;
    color: #212121;
}
.product-card .item-hover .prod-buy {
    border: 1px solid #ffeb57;
    background: #fff39a;
    color: #212121;
}
.product-card a.item-link.prod-detail {
    border: 1px solid #e0e0e0;
    color: #616161;
}
.product-card .item-hover p.not-avail,
.product-card .prod-buttons p.not-avail {
    color: #bdbdbd;
    font-size: 16px;
    font-family: "Houschka Rounded", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
}
.product-card .item-hover p.not-avail .collect-data,
.product-card .prod-buttons p.not-avail .collect-data {
    color: #212121;
    cursor:pointer;
}

.product-card .item-hover a {
    border-color: transparent;
}

.form-popup {
    display: none;
}

@media all and (max-width: 1340px) {
    .product-card {
        width: 30.83%;
    }
    .full-width .product-card {
        width: 23.5%;
    }
    .full-width .product-card:nth-child(5n) {
        margin-right:2%;
    }
    .product-card:nth-last-child(1),
    .product-card:nth-last-child(2) {
        /*display: none;*/
    }

    .product-card:nth-child(4n) {
        /*display: none;*/
    }
    .full-width .product-card:nth-child(4n) {
         display: block;
        margin-right:0;
    }
}

@media all and (max-width: 1120px) {
    .product-card {
        width: 47%;
        margin-right: 3%;
    }
}


@media all and (max-width: 1024px) {
    .main-top-container {
        margin-top: 30px !important;
    }
    .banner-area {
        margin-top: 30px;
    }
    .block-menu-item-container {
        height: 0 !important;
    }
    .block-button-menu {
        display: none !important;
    }
}
@media all and (max-width: 899px) {

    .product-card {
        width: 29.6%;
        display: none;
        margin-right: 2.5%;
    }
    .product-card.main_page_products_num_0,
    .product-card.main_page_products_num_1,
    .product-card.main_page_products_num_2 {
        display: block;
    }

    .full-width .product-card:nth-child(4n-1),
    .full-width .product-card:nth-child(4n) {
        margin-right: 2%;
    }
    .prod-buttons span.prod-preorder {
        width: 68.5%;
        height: 35px;
        margin-top: 7px;
    }
    .banner-area {
        display: block !important;
    }
}

@media all and (max-width: 719px) {
	html .product-card.main_page_products_num_0, html .product-card.main_page_products_num_1, html .product-card.main_page_products_num_2{
		width: 45%
	}
	html .mainSectionList .product-card .prod-image img.mobile{
		    max-height: inherit;
			width: auto;
	}
    .main-top-container {
        margin: 10px auto !important;
    }

    .mainSectionList {
        margin-left: 4px;
    }

    #tablet-search {
        display: none !important;
    }

    #top-controls-wrap .top-controls-container .menu-button {
        display: none;
        width: 65px;
        height: 51px;
        border-right: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        float: left;
        cursor: pointer;
        background-color: #fff;
    }

    .prod-buttons .prod-oneclick {

    }

    .product-card .mkt-button {
        width: 48px;
        box-sizing: border-box;
    }

    .product-card .mkt-button span {
        margin: 0 auto;
    }

    .product-card .mkt-button {
        margin: 0 1px;
    }

    .prod-buttons span.prod-preorder {
        width: 68.5%;
        height: 35px;
        margin-top: 7px;
    }

    .product-card.main_page_products_num_2 {
        display: none;
    }
    .banner-area {
        display: none !important;
    }
    .main-page .main-top-container {
        display: block !important;
    }
    .product-card {
        min-width: 140px;
        margin: 2.5%;
        width: 44%;
        height: 140px;
    }
    .product-card .prod-name {
        font-size: 10px !important;
        line-height: 10px !important;
        margin-top: -5px !important;
    }
    .product-card.main_page_products_num_0 .prod-name {
        font-size: 12px !important;
        line-height: 12px !important;
    }
    .product-card .prod-price .current-price {
        font-size: 18px !important;
    }
    .product-card .prod-price .current-price .min-price {
        font-size: 18px !important;
    }
    .current-price .rub {
        font-size: 18px !important;
    }
    .mainSectionList .product-card.main_page_products_num_1 .min-price {
        font-size: 13px !important;
    }
    .product-card .prod-image img {
        max-height: 60px;
    }
    .product-card .prod-price {
        margin-bottom: 10px;
    }
    .mainSectionList .product-card.main_page_products_num_0 .hover-area {
        /*padding-top: 10px;*/
    }
    .mainSectionList .product-card .hover-area {
        margin-top: -9px;
    }

    /* ƒÎˇ Í‡ÚÓ˜ÍË ÚÓ‚‡‡ */
    .main-page #main-menu-mobile-top {
        display: table !important;
    }
    .main-page .search-container .search-input-block {
        height: 44px;
    }

    .main-page .search-container .search-input-block {
        border: 1px solid #e0e0e0;
    }

    .main-page .search-container .search-input-block .chooser {
        padding: 10px 16px 12px 14px;
    }

    .main-page .search-container .search-input-block .request .search-input {
        height: 40px;
    }

    .main-page .search-container .magnifier {
        width: 50px !important;
        padding: 0 !important;
        height: 44px;
        opacity: 0;
        z-index: 15;
        position: relative !important;
        float: right;
        border-radius: 10px;
        background-color: #ffe735;
        border: 1px solid #f8db00;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
    .main-page .search-container .ico-search {
        display: block;
        width: 50px;
        height: 44px;
        border: 1px solid #e0e0e0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        position: absolute;
        right: 0;
        z-index: 5;
    }
    .main-page .search-container .ico-search::before {
        content: "";
        width: 18px;
        height: 18px;
        background-position: -353px -159px;
        position: absolute;
        top: 13px;
        left: 17px;
        background-color: transparent;
        background-repeat: no-repeat;
    }
    .main-page .search-container .search-input-block {
        margin: 0 63px 0 0 !important;
        height: auto;
        padding: 0;
    }
    .search-container .search-input-block .request {
        display: block !important;
        margin: 0 !important;
        width: 100% !important;
        position: relative !important;
    }
    .search-container .search-input-block .request .ico {
        display: none !important;
    }
    .main-page .search-container .search-input-block .request .search-input {
        font-size: 1em !important;
    }
    #main-menu-mobile-top-content > div:first-of-type {
        padding-left: 6px !important;
    }
}

.main-page .block-menu-item-container {
    display: block !important;
}



/* End */
/* /bitrix/templates/euroset2016/components/euroset/section_index_top/.default/style.css?156149935518144 */
