

/* Start:/local/components/goldax/main.slider/templates/.default/style.css?14291197812773*/
.cbp-fwslider {
    position: relative;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}

.cbp-fwslider ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    list-style-type: none;
}

.cbp-fwslider ul li {
    transform: translateZ(0);
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
    display: block;
    text-align: center;
    outline: none;
}

.cbp-fwslider ul li > a img {
    border: none;
    display: block;
    margin: 0 auto;
   
}

.slider-container {
    width: 100%;
    height: 380px;
}

.slider-container nav span {
    position: absolute;

    width: 44px;
    height: 64px;
    text-align: center;
    margin-top: -240px;
    cursor: pointer;
    font-weight: normal;
}

.slider-container nav span.cbp-hide {
    cursor: default;
}

.slider-container nav span:hover.cbp-fwnext {
    background: url(/local/components/goldax/main.slider/templates/.default/images/right2.png) center no-repeat;
}

.slider-container nav span:hover.cbp-fwprev {
    background: url(/local/components/goldax/main.slider/templates/.default/images/left2.png) center no-repeat;
}


.slider-container nav span.cbp-fwnext, .slider-container nav span:hover.cbp-fwnext.cbp-hide {
    margin-left: 938px;
    background: url(/local/components/goldax/main.slider/templates/.default/images/right1.png) center no-repeat;
}

.slider-container nav span.cbp-fwprev, .slider-container nav span.cbp-fwprev.cbp-hide {
    margin-left: -22px;
    background: url(/local/components/goldax/main.slider/templates/.default/images/left1.png) center no-repeat;
}



.cbp-fwdots {
    position: absolute;
    bottom: 0px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

.cbp-fwdots span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #ddd;
    margin: 4px;
    border-radius: 50%;
    cursor: pointer;
}

.cbp-fwdots span:hover {
    background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
    background: #47a3da;
    box-shadow: 0 0 0 2px #47a3da;
    transition: box-shadow 0.2s ease-in-out;
}

#link-continents{
    display: block;
    position: absolute;
    width: 480px;
    height: 380px;

}

#link-continents-africa{
    display: block;
    position: absolute;
    width: 213px;
    height: 196px;
    margin-left: 480px;
    margin-top: -380px;
}

#link-continents-europe{
    display: block;
    position: absolute;
    width: 222px;
    height: 200px;
    margin-left: 710px;
    margin-top: -380px;
}

#link-continents-asia{
    display: block;
    position: absolute;
    width: 218px;
    height: 125px;
    margin-left: 480px;
    margin-top: -155px;
}

#link-continents-america{
    display: block;
    position: absolute;
    width: 226px;
    height: 141px;
    margin-left: 705px;
    margin-top: -171px;
}
/* End */


/* Start:/bitrix/components/goldax/main.filter/templates/.default/style.css?15295665444842*/
.main-filter{
    height: 135px;
    background: url(/bitrix/components/goldax/main.filter/templates/.default/img/bg.png) repeat-x;
}

.main-filter-name{
    font-size: 19px;
    padding: 18px 0 17px 18px;

}

.main-filter-galki {
    width: 112px;
    float: left;
    padding-left: 18px;
    font-size: 13px;
    line-height: 13px;
}

.main-filter-fields{
    width: 830px;
    float: left;
    padding-top: 3px;
}

.hd {
    visibility: hidden;
}

.btn-main-filter{
    font-size: 13px;
    padding: 10px 23px;
    maargin-top: -1px;
}

/* --- EASYDROPDOWN DEFAULT THEME --- */

/* PREFIXED CSS */

.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after{
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.dropdown .selected::after,
.dropdown.scrollable div::after{
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}

/* WRAPPER */

.dropdown{
    position: relative;
    width: 159px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fcf0dc;
    margin-right: 10px;
    border-radius: 3px;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    float: left;
}

.dropdown.open{
    z-index: 2;
}

.dropdown:hover{
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.dropdown.focus{
    box-shadow: 0 0 5px rgba(51,102,248,.4);
}

/* CARAT */

.dropdown .carat{
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -18px;
    background: url(/bitrix/components/goldax/main.filter/templates/.default/img/arrow1.png) center center no-repeat;
    width: 35px;
    height: 35px;
}

.dropdown.open .carat{
    background: url(/bitrix/components/goldax/main.filter/templates/.default/img/arrow2.png) center center no-repeat;
}

.dropdown.disabled .carat{
    border-top-color: #999;
}

/* OLD SELECT (HIDDEN) */

.dropdown .old{
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.dropdown select{
    position: absolute;
    left: 0px;
    top: 0px;
}

.dropdown.touch .old{
    width: 100%;
    height: 100%;
}

.dropdown.touch select{
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* SELECTED FEEDBACK ITEM */

.dropdown .selected,
.dropdown li{
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #000;
    padding: 9px 12px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 22px;

}

.dropdown.disabled .selected{
    color: #999;
}

.dropdown .selected::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    border-radius: 0 2px 2px 0;
    /*box-shadow: inset -55px 0 25px -20px #fff;*/
}

.dropdown .selected {
    color: #ad9e90;
    font-weight: bold;
}

/* DROP DOWN WRAPPER */

.dropdown div{
    position: absolute;
    height: 0;
    margin-top: 10px;
    margin-left: -50px;
    background: #f5f5f5 url(/bitrix/components/goldax/main.filter/templates/.default/img/topdropdown.png) top no-repeat;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    width: 208px;
}

/* Height is adjusted by JS on open */

.dropdown.open div{
    opacity: 1;
    z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.dropdown.scrollable div::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;

    box-shadow: inset 0 -50px 30px -35px #fff;
}

.dropdown.scrollable.bottom div::after{
    opacity: 0;
}

/* DROP DOWN LIST */

.dropdown ul{
    position: absolute;
    left: 0;
    top: 6px;
    margin: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
}

.dropdown.scrollable.open ul{
    overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.dropdown li{
    list-style: none;
    padding: 9px 0 9px 18px;
    border-bottom: solid 1px #ddd;
    color: #777;
}

.dropdown li:last-child {
    border-bottom: none;
}

/* .focus class is also added on hover */

.dropdown li.focus{
    background: #fcf0dc;
    position: relative;
    z-index: 3;
    color: #000;
}

.dropdown li.active{
    font-weight: 700;
}
/* end of easy dropdown CSS */


.jquery-checkbox{
    display: inline; font-size: 22px; line-height: 22px; cursor: pointer; cursor: hand;
    padding-right: 4px;
}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 18px; height: 18px;}
.jquery-checkbox img{background: transparent url(/bitrix/components/goldax/main.filter/templates/.default/img/checkbox.png) no-repeat;}

.jquery-checkbox img{
    background-position: 0px 0px;
}
.jquery-checkbox-hover img{
    background-position: 0px 0px;
}
.jquery-checkbox-checked img{
    background-position: -18px 0px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
    background-position: -18px 0px;
}

.jquery-checkbox-disabled img{
    background-position: 0px 0px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
    background-position: -18px 0px;
}
/* End */


/* Start:/local/components/goldax/main.popular/templates/.default/style.css?14277330031619*/
.popular{
    margin-top: 70px;
}

.popular .header2{
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}

.popular-block{
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.popular-block span {
    font-size: 15px;
    font-weight: normal;
    background: url(/local/components/goldax/main.popular/templates/.default/img/gal.png) right 3px no-repeat;
    padding-right: 11px;
    letter-spacing: -0.7px;
    text-decoration: none;
}

.popular-block span:hover{
    text-decoration: underline;
}

#popular-ring {
    background: url(/local/components/goldax/main.popular/templates/.default/img/popular-rings.png) center no-repeat;
    width: 440px;
    height: 400px;
}

#popular-ring div {
    margin: 46px 0 0 37px;
    font-size: 27px;
}

#popular-earrings{
    background: url(/local/components/goldax/main.popular/templates/.default/img/popular-sergi.png) center no-repeat;
    width: 240px;
    height: 190px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#popular-earrings div {
    margin: 141px 0 0 13px;
}

#popular-brilliant{
    background: url(/local/components/goldax/main.popular/templates/.default/img/popular-brilliant.png) center no-repeat;
    width: 240px;
    height: 190px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#popular-brilliant div{
    margin: 10px 0 0 15px;
}

#popular-obruchal{
    background: url(/local/components/goldax/main.popular/templates/.default/img/popular-obruch.png) center no-repeat;
    width: 240px;
    height: 190px;
    margin-left: 20px;
}

#popular-obruchal div{
    margin: 119px 0 0 13px;
}

#popular-tsepochka{
    background: url(/local/components/goldax/main.popular/templates/.default/img/popular-tsep.png) center no-repeat;
    width: 240px;
    height: 190px;
    margin-left: 20px;
}

#popular-tsepochka div{
    margin: 139px 0 0 129px;
}


/* End */


/* Start:/local/components/goldax/main.utp/templates/.default/style.css?14276370303102*/
.utpicon{
    width: 76px;
    height: 76px;
    float: left;
    margin: 0 7px;
}

.utptype1{
    background: url("/local/components/goldax/main.utp/templates/.default/img/icons.png") 0 0 no-repeat;
}

.utptype2{
    background: url("/local/components/goldax/main.utp/templates/.default/img/icons.png") 0 -76px no-repeat;
}

.utptype3{
    background: url("/local/components/goldax/main.utp/templates/.default/img/icons.png") 0 -152px no-repeat;
}

.utptype4{
    background: url("/local/components/goldax/main.utp/templates/.default/img/icons.png") 0 -228px no-repeat;
}

.utptype5{
    background: url("/local/components/goldax/main.utp/templates/.default/img/icons.png") 0 -304px no-repeat;
}

.utptype6{
    background: url("/local/components/goldax/main.utp/templates/.default/img/icons.png") 0 -380px no-repeat;
}

.utptype7{
    background: url("/local/components/goldax/main.utp/templates/.default/img/icons.png") -76px 0 no-repeat;
}

.utptype8{
    background: url("/local/components/goldax/main.utp/templates/.default/img/icons.png") -76px -76px no-repeat;
}

.utptype9{
    background: url("/local/components/goldax/main.utp/templates/.default/img/icons.png") -76px -152px no-repeat;
}

.utptype10{
    background: url("/local/components/goldax/main.utp/templates/.default/img/icons.png") -76px -228px no-repeat;
}

.utptype11{
    background: url("/local/components/goldax/main.utp/templates/.default/img/icons.png") -76px -304px no-repeat;
}

.utptype12{
    background: url("/local/components/goldax/main.utp/templates/.default/img/icons.png") -76px -380px no-repeat;
}

.utp-row-light{
    margin-top: 30px;
}

.utp-lightblok{
    height: 76px;
    width: 320px;
    float: left;
}

.utptext {
    margin-top: 17px;
    font-size: 16px;
}

.utptext a {
    font-size: 13px;
    font-style: italic;
    border-bottom: dashed 1px;
}

.utptext a:hover {
    border-bottom: none;
    text-decoration: none;
}

.utp-row-more{
    border-top: solid 1px #e1e1e1;
    margin-top: 40px;
    text-align: center;
}

.utp-row-more span {
    margin-top: -18px;
    background: #e1e1e1 url(/local/components/goldax/main.utp/templates/.default/img/galka-down.png) 160px center no-repeat;
    padding: 6px 36px 6px 22px;
    position: absolute;
    left: 50%;
    margin-left: -96px;


}

.utp-row-more a {
    font-size: 14px;
    font-style: italic;
    border-bottom: dashed 1px;
}

.utp-row-more a:hover {
    border-bottom: none;
}

.utp-full{
    margin-top: 85px;
}

.utp-full .header2 {
    text-align: center;
}

.utp-full .subheader2 {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    margin-top: 6px;
}

.utp-full-woman{
    width: 480px;
    float: left;
}

.utp-full-man{
    width: 480px;
    margin-left: 491px;
}

.utp-full .h2wrap{
    height: 73px;
    margin-top: 17px;
    padding: 32px 60px 0 98px;
    text-align: right;
}

.utp-full h2{
    font-family: "Tahoma", Arial, san-serif;
    border-bottom: 3px solid #ad9e90;
    font-size: 20px;
    font-weight: bold;
    line-height: 37px;
    margin: 0;
    text-align: left;
    color: #ad9e90;
}

.utp-full .h2img{
    position: absolute;
}

.utp-full-woman .h2img{
    margin-top: -70px;
    margin-left: -76px;
}

.utp-full-man .h2img{
    margin-top: -35px;
    margin-left: -104px;
}

.utp-fullblock{
    padding-right: 60px;
    margin-bottom: 40px;
}

.utp-fullblock-title{
    font-family: "Tahoma", Arial, san-serif;
    font-size: 18px;
    font-weight: bold;
    margin-left: 100px;
    padding-top: 6px;
}

.utp-fullblock-text{
    margin-left: 100px;
    font-size: 13px;
    line-height: 18px;
}

/* End */


/* Start:/local/components/goldax/main.stones/templates/.default/style.css?14276530183315*/
.stones {
    margin-top: 63px;
}

.stones .header2{
    font-size: 26px;
    text-align: center;
    margin-bottom: 29px;
}

.stones .stones-box {
    border: solid 4px #000;

}

.stones .stone-letters{
    list-style: none;
    margin: -11px 0 0 134px;
}

.stones .stone-letters > li{
    background-color: #fff;
    float: left;
    font-size: 13px;
    padding: 0 8px;
    color: #959595;
    cursor: pointer;
    position: relative;
}

.stones .stone-letters > li:hover{

}

.stones .stone-letters > li > ul{
    display: none;
    background: #fbfbfb url(/local/components/goldax/main.stones/templates/.default/images/brick.png) 10px top no-repeat;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    box-shadow: 1px 1px #f3f3f3;
    list-style: outside none none;
    margin: 0 0 0 -19px;
    padding: 10px 0 10px 25px;
    position: absolute;
    width: 180px;

}

.stones .stone-letters > li:hover > ul{
    display: block;

}

.stones .stone-letters > li > ul > li {
    padding: 3px 0;
}

.stones .stone-letters a {
    color: #959595;
}

.stones .stone-letters a:hover {
    color: #000;
    text-decoration: none;
}

.stones-pictures{
    margin: 0;
    padding: 30px 0 0 40px;
}

.stone-pic {
    width: 152px;
    height: 19px;
    padding-top: 133px;
    float: left;
    margin: 0 28px 28px 0;
    display: block;
}

.stone-pic:hover{
    text-decoration: none;
}

.stone-pic > div {
    background-color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 auto;
    padding-top: 6px;
    text-align: center;
    width: 120px;
    z-index: 2;
}

#stBrilliant{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) 0 0 no-repeat;
}

#stBrilliant:hover{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) -152px 0 no-repeat;
}

#stSapfir{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) 0 -152px no-repeat;
}

#stSapfir:hover{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) -152px -152px no-repeat;
}


#stIzumrud{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) 0 -304px no-repeat;
}

#stIzumrud:hover{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) -152px -304px no-repeat;
}

#stRubin{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) 0 -456px no-repeat;
}

#stRubin:hover{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) -152px -456px no-repeat;
}


#stFianit{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) 0 -608px no-repeat;
}

#stFianit:hover{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) -152px -608px no-repeat;
}


#stTopaz{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) 0 -760px no-repeat;
}

#stTopaz:hover{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) -152px -760px no-repeat;
}


#stAmetist{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) 0 -912px no-repeat;
}

#stAmetist:hover{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) -152px -912px no-repeat;
}


#stGranat{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) 0 -1064px no-repeat;
}

#stGranat:hover{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) -152px -1064px no-repeat;
}

#stHrizolit{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) 0 -1216px no-repeat;
}

#stHrizolit:hover{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) -152px -1216px no-repeat;
}

#stZhemchug{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) 0 -1368px no-repeat;
}

#stZhemchug:hover{
    background: url(/local/components/goldax/main.stones/templates/.default/images/stones.png) -152px -1368px no-repeat;
}

/* End */


/* Start:/bitrix/templates/goldax2015.main/components/bitrix/catalog.top/.default/style.css?1529565149785*/
.recomend-wrap{

}

.recomend-wrap .header2{
    font-size: 26px;
    text-align: left;
    margin-bottom: 29px;
}

.recomend-item{
    width: 200px;
    height: 253px;
    overflow: hidden;
    padding: 0;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.recomend-img {
    text-align: center;
    padding-top: 5px;
}

.recomend-sale{
    width: 48px;
    font-size: 15px;
    color: #9e005d;
    border: solid 1px #9e005d;
    margin-top: 1px;
    line-height: 22px;
}

.recomend-prices{
    padding-top: 3px;
}

.recomend-old-price{
    color: #bdbdbd;
    font-size: 14px;
    text-decoration: line-through;
}

.recomend-cur-price{
    color: #9e005d;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.recomend-name{
    font-size: 12px;
}
/* End */


/* Start:/bitrix/components/goldax/main.action/jquery.countdown.css?15295664661653*/
.countdownHolder{
	width:300px;
	margin:0 auto;
	font: 27px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-5px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 24px;
}

.digit{
	position:absolute;
	display:block;
	width:24px;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
}

/**
 * Вы можете использовать данные классы для скрытия
 * частей счетчика, которые не нужны.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:8px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.9em;
}
/* End */


/* Start:/local/components/goldax/main.action/templates/.default/style.css?15706152641353*/
.action-wrapper{
    height:514px;
    background: url(/local/components/goldax/main.action/templates/.default/img/bg.png) center no-repeat;
}

.action-title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    padding-top: 23px;
}

.action-counter{
    height: 40px;
    margin-top: 11px;
}

.note{
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
}

.action-image{
    text-align: center;
/*
    padding-top:32px;
*/
}



.action-image img{
    min-width: 250px;
    min-height: 250px;
}

.action-birka{
    position: absolute;
    width: 118px;
    padding-top: 40px;
    padding-right: 7px;
    height: 81px;
    background: url(/local/components/goldax/main.action/templates/.default/img/sale-birka.png) center no-repeat;
    margin-left: 143px;
    margin-top: -120px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.action-birka span {
    font-size: 37px;
    font-weight: normal;
    line-height: 28px;
}

.action-cur-price{
    text-align: center;
    color: #9e005d;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.action-old-price{
    text-decoration: line-through;
    color: #bdbdbd;
    font-size: 14px;
    line-height: 11px;
    text-align: center;
}

.action-item-name{
    text-align: center;
    font-size: 14px;
    padding-top: 3px;
}

/* End */


/* Start:/local/components/goldax/main.collections/templates/.default/style.css?1428949726683*/
.collections-wrap{
    margin-top: 40px;
}

.collections-wrap .header2{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.collection-bl{
    float: left;
    border: solid 1px #bdbdbd;
    margin-right: 10px;
    margin-bottom: 10px;
}

.collection-bl.collection-bl-kr{
    margin-right:0px;
}

.collection-text {
    width: 278px;
    height: 103px;
    font-size: 13px;
    padding: 20px;
}
.collection-text span{
    font-size: 12px;
    font-style: italic;
}

.collection-text span:hover{
    text-decoration: underline;
}

.collection-head {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* End */


/* Start:/local/components/goldax/main.jewelry/templates/.default/style.css?14277336911642*/
.jewelry{
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    background-color: #f6f6f6;
    margin-top: 50px;
    padding: 35px 30px;
}

.jewel-block1 {
    height: 67px;
    margin-right: 12px;
    margin-top: 18px;
    padding-left: 19px;
    padding-top: 145px;
    width: 273px;
    float: left;
}

.jewel-block1 > div {
    font-size: 27px;
    font-weight: bold;
    line-height: 36px;
}

.jewel-block1 > span {
    font-size: 14px;
}

.jewel-block1 > span:hover {
    text-decoration: underline;
}

#jewel-gold{
    background: url(/local/components/goldax/main.jewelry/templates/.default/img/b-zol.png) no-repeat;
}

#jewel-kole{
    background: url(/local/components/goldax/main.jewelry/templates/.default/img/b-kole.png) no-repeat;
}

#jewel-podveski {
    margin-right: 0;
    background: url(/local/components/goldax/main.jewelry/templates/.default/img/b-podves.png) no-repeat;
}

.jewel-block2{
    float: left;
    width: 210px;
    margin-right: 12px;
    height: 53px;
    margin-top: 7px;
    padding-left:82px;
    padding-top: 12px;

}

.jewel-block2 > span {
    font-size: 14px;
}

.jewel-block2 > span:hover {
    text-decoration: underline;
}

.jewel-row{
    margin-top:40px;
    margin-bottom: 5px;
}

#jewel-mans{
    background: url(/local/components/goldax/main.jewelry/templates/.default/img/mans.png) -7px 5px no-repeat;
}
#jewel-silver{
    background: url(/local/components/goldax/main.jewelry/templates/.default/img/silver.png) -7px 5px no-repeat;
}
#jewel-braslet{
    margin-right:0;
    background: url(/local/components/goldax/main.jewelry/templates/.default/img/braslet.png) -3px 5px no-repeat;
}
#jewel-child{
    background: url(/local/components/goldax/main.jewelry/templates/.default/img/child.png) -6px 1px no-repeat;
}
#jewel-watch{
    background: url(/local/components/goldax/main.jewelry/templates/.default/img/watch.png) -8px -1px no-repeat;
}
#jewel-exclusive{
    margin-right: 0;
    background: url(/local/components/goldax/main.jewelry/templates/.default/img/exclusive.png) 0px 0px no-repeat;
}
/* End */


/* Start:/local/components/goldax/main.viewnow/templates/.default/style.css?14271385131577*/
.viewnow{
margin-top: 53px;
}

.viewnow .header2 {
    text-align: center;

}

.view-carousel-wrap {
    position: absolute;
    height: 215px;
}

.view-carousel-wrap li, .view-carousel-wrap {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.view-carousel-wrap li {
    float: left;
    padding: 0px 10px;
    text-align: center;
    width: 160px;
}

.view-carousel-wrap li:last-child {
    border: none;
}

.mask {
    overflow: hidden;
    position: relative;
}

.view-carousel {
    margin: 0 auto;
    width: 900px;
    margin-top: 40px;
}

.view-carousel .prev,
.view-carousel .next
{
    display: block;
    width: 12px;
    height: 22px;
    position: absolute;
    border-bottom: none;
}

.view-carousel .prev {
    background: url(/local/components/goldax/main.viewnow/templates/.default/img/strelki.png) 0px center no-repeat;
    margin-left: -30px;
    margin-top: -155px;
}

.view-carousel .next {
    background: url(/local/components/goldax/main.viewnow/templates/.default/img/strelki.png) -12px center no-repeat;
    margin-left: 918px;
    margin-top: -155px;
}

.viewnow-item-img{
    height: 150px;
}

.viewnow-item-text{
    font-size: 13px;
    font-style: italic;
    margin-top: 6px;
    text-align: center;
}

.viewnow-item-icon{
    height: 20px;
    margin-top: 10px;
}

.viewnow-item-icon-eye{
    background: url(/local/components/goldax/main.viewnow/templates/.default/img/eye.png) center center no-repeat;
}

.viewnow-item-icon-kart{
    background: url(/local/components/goldax/main.viewnow/templates/.default/img/kart.png) center center no-repeat;
}

.viewnow-item-icon-like{
    background: url(/local/components/goldax/main.viewnow/templates/.default/img/like.png) center center no-repeat;
}


/* End */


/* Start:/bitrix/templates/goldax2015.main/components/bitrix/news.list/mainnews/style.css?15295651511603*/
.main-news-wrapper {
    margin-top: 59px;
    float: left;
    width: 635px;
}

.main-news-firstnews{
    float: left;
    width: 300px;
    margin-top: 25px;
    padding-right: 15px;
}

.main-news-firstnews-title{
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 18px;

}

.main-news-firstnews-date{
    color: #999999;
    font-size: 11px;
    font-style: italic;
    margin-top: 3px;
}

.main-news-firstnews-descr{
    font-size: 13px;
    margin-top: 12px;
}

.main-news-firstnews-readmore{
    margin-top: 8px;
}

.main-news-firstnews-readmore a {
    color: #666666;
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
}

.main-news-firstnews-readmore a:hover {
    text-decoration: none;
}

.main-news-othernews{
    margin-left: 330px;
    margin-top: 22px;
}

.main-news-otherone{
    padding: 12px 15px 12px 0;
    border-bottom: solid 1px #DDDDDD;
}

.main-news-otherone-date{

    color: #999999;
    font-size: 11px;
    font-style: italic;
}

.main-news-otherone-name{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
}

.main-news-otherone-link{

    margin-top: 3px;
}

.main-news-otherone-link a {
    color: #666666;
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
}

.main-news-otherone-link a:hover {
    text-decoration: none;
}

.main-news-allnews{
    margin-top: 21px;
}

.main-news-allnews a{
    color: #666666;
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
}

.main-news-allnews a:hover{
    text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/goldax2015.main/components/goldax/chimp.subscribeform/main/style.css?15295651611076*/
.main-subscribe{
    border: 4px solid #000;
    float: right;
    margin-top: 114px;
    width: 240px;
    height: 413px;
    padding: 26px;
    background-color: #fafbfc;

}

.main-subscribe p {
    font-size:13px;
    line-height: 16px;
    color: #888888;
}


.main-subscribe-p1{
    font-size: 30px;
    font-weight: bold;
    margin-top: 6px;
}

.main-subscribe-p1 span {
    color: #9e005d;
    font-size: 50px;
    line-height: 28px;
    padding-left: 5px;
    padding-right: 18px;
    letter-spacing: 2px;
    background: url(/bitrix/templates/goldax2015.main/components/goldax/chimp.subscribeform/main/img/rub.png) right center no-repeat;
}

.main-subscribe-p2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    margin-bottom: 20px;

}



.main-subscribe input[type=text]{
    font-size: 14px;
    padding: 9px;
    width: 218px;
}

.main-subscribe .control-group{
    margin-bottom:2px;
}

.main-subscribe button{
    font-size: 15px;
    padding: 9px;
    width: 238px;
}

.subscribers-only{
    width: 232px;
    height: 143px;
    background: url(/bitrix/templates/goldax2015.main/components/goldax/chimp.subscribeform/main/img/subscribers.png) -4px -5px no-repeat;
}


/* End */
/* /local/components/goldax/main.slider/templates/.default/style.css?14291197812773 */
/* /bitrix/components/goldax/main.filter/templates/.default/style.css?15295665444842 */
/* /local/components/goldax/main.popular/templates/.default/style.css?14277330031619 */
/* /local/components/goldax/main.utp/templates/.default/style.css?14276370303102 */
/* /local/components/goldax/main.stones/templates/.default/style.css?14276530183315 */
/* /bitrix/templates/goldax2015.main/components/bitrix/catalog.top/.default/style.css?1529565149785 */
/* /bitrix/components/goldax/main.action/jquery.countdown.css?15295664661653 */
/* /local/components/goldax/main.action/templates/.default/style.css?15706152641353 */
/* /local/components/goldax/main.collections/templates/.default/style.css?1428949726683 */
/* /local/components/goldax/main.jewelry/templates/.default/style.css?14277336911642 */
/* /local/components/goldax/main.viewnow/templates/.default/style.css?14271385131577 */
/* /bitrix/templates/goldax2015.main/components/bitrix/news.list/mainnews/style.css?15295651511603 */
/* /bitrix/templates/goldax2015.main/components/goldax/chimp.subscribeform/main/style.css?15295651611076 */
