

/* Start:/bitrix/components/aspro/site.currency.select/templates/priority/style.css?16397297693787*/
.currencies--header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 7px 10px 0 19px;
}
.currencies--header .currencies__dropdown {
    position: absolute;
    top: 100%;
    right: 3px;
    padding-top: 6px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
    z-index: 12;
}
.currencies--header .currencies__dropdown .dropdown {
    padding: 7px 0 7px;
    position: relative;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    background: #fff;
    background-color: #fff;
    border-radius: 4px;
    top: 100%;
    left: 0;
}
.currencies--header:hover .currencies__dropdown,
.currencies--header .currencies__dropdown.open {
    opacity: 1;
    visibility: visible;
}
.currencies--header .currencies__option--current {
    font-weight: 700;
    cursor: default;
}
.currencies--header .currencies__option {
    padding: 5px 20px;
    cursor: pointer;
    text-transform: capitalize;
}
.currencies--header .currencies__select {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.currencies--header .currencies__current {
    text-transform: uppercase;
}
.currencies--header .currencies__more-arrow {
    display: flex;
    margin-left: 6px;
    margin-top: -6px;
    margin-right: 2px;
}
.currencies--header .currencies__current svg path, 
.currencies--header .currencies__more-arrow svg path {
    fill: #999;
}
.currencies--header .currencies__option .svg.currencies-icon path {
    fill: #999!important;
}
.currencies--header .currencies__option.currencies__option--current .svg.currencies-icon path {
    fill: #333!important;
}
.currencies--header .currencies__select:hover svg path,
.currencies--header .currencies__option:not(.currencies__option--current):hover .svg.currencies-icon path {
    fill: #2b7de0!important;
}

.header-v12 .logo_and_menu-row .top_header_currency {
    height: 82px;
    vertical-align: middle;
    display: table-cell;
}
.header-v12 .logo_and_menu-row .right_wrap {
	display: flex;
    justify-content: space-between;
}
.logo_and_menu-row .right-icons {
	display: flex;
    flex-direction: row-reverse;
}
@media (max-width: 1040px){
	.logo-row .slogan {
		display: none;
	}
	body .header-v12 .logo-row .logo-block {
		width: 25%;
	}
	body .header-v12 .logo_and_menu-row .right_wrap {
		width: 75%;
	}
}
#headerfixed .top_header_currency {
    display: table-cell;
    vertical-align: middle;
    height: 62px;
}
#headerfixed .right-icons {
	display: flex;
    flex-direction: row-reverse;
}
#mobileheader .top_header_currency {
    display: table-cell;
    vertical-align: middle;
    padding-right: 4px;
    padding-top: 21px;
	padding-left: 11px;
}
#mobileheader .top_header_currency .currencies--header {
	padding-top: 0;
    padding-left: 0;
    padding-right: 0;
	line-height: 25px;
}
#mobileheader .right-icons .currencies--header .currencies__select:hover .svg {
	opacity: 1;
}
#mobileheader .right-icons .currencies--header .currencies__option .svg {
	opacity: 1;
}
#mobileheader .currencies--header .currencies__dropdown {
	right: -6px;
    padding-top: 5px;
}
#mobileheader .currencies--header .currencies__dropdown .dropdown {
	padding: 8px 0 5px;
}
#mobileheader .currencies--header .currencies__option {
	padding-top: 4px;
}
@media (max-width: 400px){
	#mobileheader .mobileheader-v1 {
		display: flex;
	}
	#mobileheader .right-icons {
		display: flex;
		flex-direction: row-reverse;
		margin-left: auto!important;
	}
}
@media (max-width: 319px){
	#mobileheader .top_header_currency {
		padding-left: 4px;
		padding-right: 4px;
	}
}
/* End */
/* /bitrix/components/aspro/site.currency.select/templates/priority/style.css?16397297693787 */
