@font-face {
    font-family: 'Inter';
    src: local('fonts/Inter Regular'), local('fonts/Inter-Regular'),
    url('fonts/Inter-Regular.woff2') format('woff2'),
    url('fonts/Inter-Regular.woff') format('woff'),
    url('fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Medium';
    src: local('fonts/Inter Medium'), local('fonts/Inter-Medium'),
    url('fonts/Inter-Medium.woff2') format('woff2'),
    url('fonts/Inter-Medium.woff') format('woff'),
    url('fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

* {
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial';
    font-size: 12px;
    color: #262626;
    min-height: 100%;
    position: relative;
}

html {
    height: 100%;
}

* html body {
    height: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    /*display: block;*/
}

* html .clearfix {
    height: 1%;
}

.row {
    display: flex;
    justify-content:space-between;
    flex-flow:row wrap;
}

.ra{
    position:relative;
}
.ra::before{
    content:'';
    display:block;
}
.ra-1_1::before{
    padding-top:100%;
}
.ra-1_2::before{
    padding-top:200%;
}
.ra-1_3::before{
    padding-top:300%;
}
.ra-2_3::before{
    padding-top:150%;
}
.ra-3_4::before{
    padding-top:133.33333333%;
}
.ra-2_1::before{
    padding-top:50%;
}
.ra-2_1_1::before {
    padding-top: 44%;
}
.ra-3_2::before{
    padding-top:66.6666666%
}
.ra-4_3::before{
    padding-top:75%;
}
.ra-5_4::before{
    padding-top:72%;
}
.ra-16_9::before{
    padding-top:56.25%;
}
.ra-16_10::before{
    padding-top:62.5%;
}
.ra-16_14::before{
    padding-top:96.5%;
}
.ra-16_12::before{
    padding-top:84.5%;
}
.ra-5_6::before {
    padding-top: 37%;
}
.ra-5_6_1::before {
    padding-top: 25%;
}

.ra-container {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    overflow:hidden;
    width: 100%;
    height: 100%;
    margin: auto;
}

img {
    mix-blend-mode: multiply;
}

.ra-container img {
    position: absolute;
}

.ra-container img:not(.width100):not(.height100) {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}

.ra-container img.width100 {
    width: 100%;
    height:auto;
    max-height: inherit;
    top: 50%;
    transform: translateY(-50%);
}

.ra-container img.height100 {
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    transform: translateX(-50%);
}

.ra-container img.kvadrat {
    max-width: 100%;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.ra-container img.no_transform {
    left: 0 !important;
    top:0 !important;
    transform: none !important;
}

h1 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1;
}

h2 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1;
}

.content_wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0/* 43px */
    0 140px;
}

#header {
    position: relative;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

#header a {
    text-decoration: none;
}

#logo {
    display: block;
    position: absolute;
    left: 50%;
    margin: 40px 0 0 -110px;
}

#logo img {
    width: 220px;
    height: auto;
}

#language {
    color: #bd1727;
    position: relative;
    max-width: 60px;
}

#language a {
    color: #bd1727;
}

#language a.selected {
    color: #5b5b5b;
}

#conttop {
    top: 80px;
    line-height: 24px;
}

#conttop {
    font-size: 16px;
    text-align: right;
}

#conttop a {
    color: #4993d8;
    border-bottom: 1px solid #4993d8;
}

#conttop span {
    display: block;
}

#menu {
    font-size: 18px;
    display: block;
    margin-bottom: 45px;
    margin-left: 45px;
    list-style: none;
}

#menu li {
    float: left;
}

#menu li a {
    float: left;
    color: #333333;
    margin-right: 13px;
    text-decoration: underline;
    padding: 8px 20px;
}

#menu li:last-child a {
    margin-right: 0 !important;
}

.qbutton {
    font-size: 14px;
    background-image: -moz-linear-gradient( 90deg, rgb(144, 24, 35) 0%, rgb(163, 12, 26) 26%, rgb(191, 30, 45) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(144, 24, 35) 0%, rgb(163, 12, 26) 26%, rgb(191, 30, 45) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(144, 24, 35) 0%, rgb(163, 12, 26) 26%, rgb(191, 30, 45) 100%);
    padding: 0.4rem 0.5rem;
    display: block;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

#menu li a:hover,
#menu li a.selected,
.contacts-block.r input[type="submit"] {
    background-image: -moz-linear-gradient( 90deg, rgb(64, 110, 178) 0%, rgb(73, 111, 180) 14%, rgb(76, 130, 205) 37%, rgb(78, 149, 229) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(64, 110, 178) 0%, rgb(73, 111, 180) 14%, rgb(76, 130, 205) 37%, rgb(78, 149, 229) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(64, 110, 178) 0%, rgb(73, 111, 180) 14%, rgb(76, 130, 205) 37%, rgb(78, 149, 229) 100%);
    padding: 8px 20px;
    display: block;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
}

.headerWrapper {
    background-color: #ffffff;
    padding-bottom: 1rem;
    padding: 0.8rem 0;
}

.headerWrapper .content_wrapper,
.headerWrap .content_wrapper {
    padding-bottom: 0;
    width: 940px;
}

.ra-logo {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
}

.headerLeft {
    max-width: 244px;
}

.headerWrapper.fixed #language,
.headerWrapper.fixed .headerDelivery,
.headerWrapper.fixed .menuWrapper {
    display: none;
}

#language .lang {
    width: calc(50% - 0.5rem);
}

#language .border {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #bd1727;
    left: 50%;
    transform: translateX(-50%);
}

#header #conttop {
    display: flex;
    flex-direction: column;
    width: auto;
    justify-content: space-between;
    margin-left: auto;
}

#header #conttop .callibri_phone {
    display: inline-block;
    background: url(/images/phone.png) no-repeat left center;
    padding-left: 22px;
}

#header #conttop a.callibri_email {
    border-bottom: none;
    text-decoration: underline;
}

#header #conttop a.callibri_phone {
    border-bottom: none;
    text-decoration: none;
    color: #333;;
}

#question {
    margin-top: 0.4rem;
}

.questionBtn:nth-child(n+2) {
    margin-top: 0.3rem;
}

.headerWrapper.fixed .ra-logo.ra-2_1_1::before {
    padding-top: 40%;
}

.headerWrapper.fixed #header #conttop {
    justify-content: flex-start;
}

.navbarBottomRow {
    margin-top: 0.8rem;
}

.headerWrapper.fixed .navbarBottomRow {
    margin-top: 0.4rem;
}

.navbarBottomRow.row {
    align-items: center;
}

.ra-gamburger {
    cursor: pointer;
    width: 25px;
    display: none;
}

.headerWrapper.fixed .ra-gamburger:not(.mob) {
    display: block;
}

.menuWrapper {
    margin-top: 0.8rem;
}

.search {
    width: 100%;
}

.headerWrapper.fixed .search {
    width: calc(100% - 40px);
}

.ra-gamburger.mob {
    display: none;
}

.ra-gamburger.mob,
.languageMobWrapper {
    margin-left: auto;
}

.languageMobWrapper {
    width: 60px; 
    margin-top: 1rem;
    display: none;
}

.headerRightRow {max-width: calc(100% - 470px);}
.headerNavbarRight {max-width: calc(100% - 225px);}

.fixed {
    position: fixed;
    top:0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
} 

.headerBottomRow {
    margin-top: 0.4rem;
    display: none;
}

.headerBottomRow .questionBtn {
    display: none;
}

.header_mob_icons {
    margin-left: 0.8rem;
    align-items: center;
    display: none;
}

.header_mob_icons.top {
    margin-left: 0;
    margin-top: 0.6rem;
}

.header_mob_icons.row {
    align-items: center;
    justify-content: flex-start;
}

.header_mob_icon a {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.header_mob_icon:nth-child(n+2) {margin-left: 0.7rem;}

.header_mob_icons .btn.header_btn span {
    display: none;
}

.header_mob_icon.phone a {
    background-image: url(/images/phone_sm.png);
    width: 16px;
    height: 18px;
}

.header_mob_icon.email a {
    background-image: url(/images/mail_sm.png);
    width: 25px;
    height: 18px;
}

.header_mob_icon.searchIcon a {
    background-image: url(/images/search_sm.jpg);
    width: 18px;
    height: 18px; 
}

.header_mob_icon a span {display: none;}
.header_mob_icon.searchIcon {display: none;}

.modalbox {
    position:fixed;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    z-index:999;
    display: none;
}

.modalbox_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 90%;
}

.modalbox_content .container {
    background-color: #fff;
    padding: 2rem 2.5rem;
    position: relative;
    width: auto;
}

.modalbox .close {
    display: block;
    width: 17px;
    height: 18px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: url(/images/close_sm.png) no-repeat center;
} 

.modalbox_header .menuWrapper {
    margin-top: 0;
}

.modalbox_header #horizontal-multilevel-menu {
    margin: 0;
    display: block;
}  

.modalbox_header #horizontal-multilevel-menu *,
.modalbox_header #horizontal-multilevel-menu li a.root-item {
    float: none;
}

.modalbox_header #horizontal-multilevel-menu li a.root-item {
    padding: 0;
}

.modalbox_header #horizontal-multilevel-menu li:hover a.root-item,
.modalbox_header #horizontal-multilevel-menu li.jshover a.root-item,
.modalbox_header #horizontal-multilevel-menu li a.root-item-selected {
    background-image: none;
    padding: 0;
    color: #333333 !important;
}

.modalbox_header #horizontal-multilevel-menu li ul {
    display: block;
    position: static;
    width: auto;
    margin-top: 0.7rem;
}

.modalbox_header #horizontal-multilevel-menu li a {
    margin-right: 0;
    text-decoration: none;
}

.modalbox_header #horizontal-multilevel-menu li:hover li a,
.modalbox_header #horizontal-multilevel-menu li:hover li:hover li a, 
.modalbox_header #horizontal-multilevel-menu li:hover li:hover li:hover li a,
.modalbox_header #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a, 
.modalbox_header #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a {
    color: #333333;
}

.modalbox_header #horizontal-multilevel-menu li:hover a.root-item,
.modalbox_header #horizontal-multilevel-menu li.jshover a.root-item {
    display: block;
}

.modalbox_header #horizontal-multilevel-menu a {
    text-align: left;
}

.modalbox_header #horizontal-multilevel-menu li a.root-item {
    text-decoration: none;
} 

.modalbox_header #horizontal-multilevel-menu > li:nth-child(n+2) {
    margin-top: 0.7rem;
}

.modalbox_search .modalbox_content .container {
    background-color: transparent;
    padding: 1.5rem;
}

.modalbox_search .close {
    top: 0;
    right: 1.5rem;
    background-image: url(/images/close_sm_white.png);
}

.modalbox_search .search input[type="search"] {
    width: auto;
    padding: 0 5px;
}

.mb1_5 {
    margin-bottom: 1.5rem !important;
}

.mb-0 {margin-bottom: 0 !important;} 

/*@media all and (min-width: 959px) {
.float-body{}
.float-header{box-shadow: 0px 5px 21px -12px #333;}
.content_wrapper{padding-top:300px; transition: all 0.2s ease-out; }
.float-header{position:fixed; top:0; left:0; right:0; z-index:900; background:#FFF; padding-bottom:20px; }
.menuWrapper{margin-left:0; z-index:9999; background:#FFF;}
#horizontal-multilevel-menu{width:960px; padding-left:45px; margin:0 auto 45px auto; float:none;}
#header{transition: all 0.2s ease-out;}
#logo{transition: all 0.2s ease-out;}
#language{transition: all 0.2s ease-out;}
#conttop{transition: all 0.2s ease-out;}
#header{position:relative; height:130px; margin-bottom:0;}
#logo{position:absolute; margin:0; top:10px; left:0px;}
#logo img{display:block; height:50px; width:auto;}
#language{position:absolute; top:30px; left:50%; margin-left:-50px; width:100px; height:25px;}
#conttop{position:absolute; top:15px; right:0px;}
.qbutton{margin:0 !important; font-size: 14px; padding: 4	px 20px;}
#horizontal-multilevel-menu{margin-bottom:0;}

}*/

.sd {
    position: absolute;
    z-index: 100;
    bottom: 75px;
    left: 45px;
    width: 300px;
}

#slider-download {
    bottom: 90px;
}

#slider-download2 {
    bottom: 40px;
}

.sd img {
    width: 40px;
}

.sd span {
    position: absolute;
    line-height: 40px;
    bottom: 0;
    left: 45px;
    z-index: 100;
    display: block;
}

.sd span a {
    font-size: 14px;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.bjqs-caption {
    display: block;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #eceeec;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    left: 45px;
    top: 50px;
    width: 270px;
    z-index: 120;
}

#slider {
    padding: 5px 0;
    border-top: 1px #bcbcbc solid;
    border-bottom: 1px #bcbcbc solid;
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    margin: 0 auto 35px;
}

.bjqs-wrapper img {
    width: 100%;
}

.bjqs-wrapper i {
    display: block;
    height: 380px;
    background-size: cover;
    background-position: 50% 50%;
}

#slider-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 365px;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    z-index: 10;
}

#slider-overlay2 {
    background-image: -moz-linear-gradient( 0deg, rgb(21, 30, 36) 0%, rgb(65, 73, 79) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(21, 30, 36) 0%, rgb(65, 73, 79) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(21, 30, 36) 0%, rgb(65, 73, 79) 100%);
    opacity: 0.541;
    position: absolute;
    width: 75px;
    left: 365px;
    top: 5px;
    bottom: 5px;
    z-index: 10;
}

#slider-overlay3 {
    background-image: -moz-linear-gradient( 0deg, rgb(21, 30, 36) 0%, rgb(65, 73, 79) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(21, 30, 36) 0%, rgb(65, 73, 79) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(21, 30, 36) 0%, rgb(65, 73, 79) 100%);
    opacity: 0.31;
    position: absolute;
    width: 35px;
    left: 440px;
    top: 5px;
    bottom: 5px;
    z-index: 10;
}

#slider-text {
    position: absolute;
    z-index: 20;
    left: 30px;
    top: 40px;
    width: 310px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

#content {
    width: 940px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    -webkit-appearance: none;
}

#content p {
    margin-bottom: 15px;
    text-align: justify;
}

#content img {
    max-width: 100%;
}

.gmnoprint img {
    max-width: none !important;
}

#content h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #bd1727;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #bd1727;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#content h4 {
    font-size: 15px;
    margin-bottom: 15px;
    color: #bd1727;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#content h5 {
    font-size: 13px;
    margin-bottom: 15px;
    color: #bd1727;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#content a {
    font-family: Arial;
    color: #bd1727;
    text-decoration: underline;
}

#content ol,
#content ul {
    /* 	margin-left: 20px; */
    margin-bottom: 10px;
}

#content table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

#content table td,
#content table th {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

#footer {
    left: 0;
    right: 0;
    position: absolute;
    bottom: -150px;
    overflow: hidden;
}

#footer-inner {
    position: relative;
    width: 850px;
    height: 76px;
    margin: 0 auto;
}

#creator {
    position: absolute;
    left: 0;
    bottom: 15px;
}

#creator img {
    padding-top: 20px;
}

#contbottom {
    border-radius: 2px;
    border: 3px solid #bf1e2d;
    width: 515px;
    height: 72px;
    margin: 0 auto;
    position: relative;
    bottom: -3px;
}

#contbottom a {
    color: #bd1727
}

#address,
#copyright {
    width: 215px;
    position: absolute;
    top: 15px;
}

#address {
    color: #555555;
    left: 20px;
}

#copyright {
    color: #464646;
    right: 20px;
    text-align: right;
}

#bgsp img {
    width: 100px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 10px;
}

#calc {
    width: 250px;
    position: fixed;
    left: 20px;
    padding: 10px 10px 10px 85px;
    bottom: 50px;
    border: 2px solid #bd1727;
    border-radius: 10px;
    background-image: url(/images/calc2.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 1000;
}

#calcx {
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 5px 7px;
    color: #717171;
    font-weight: 600;
    cursor: pointer;
}

#calcx:hover {
    color: #a2a2a2;
}

#calc strong {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

#calc p {
    display: block;
    margin-bottom: 10px;
}

#calc a {
    font-size: 17px;
    background-image: -moz-linear-gradient( 90deg, rgb(144, 24, 35) 0%, rgb(163, 12, 26) 26%, rgb(191, 30, 45) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(144, 24, 35) 0%, rgb(163, 12, 26) 26%, rgb(191, 30, 45) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(144, 24, 35) 0%, rgb(163, 12, 26) 26%, rgb(191, 30, 45) 100%);
    padding: 8px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
    position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
}

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 80px;
    bottom: 40px;
    z-index: 200;
}

ol.bjqs-markers.h-centered {
    text-align: center;
}

ol.bjqs-markers li {
    display: inline;
}

ol.bjqs-markers li a {
    display: block;
    background-color: #7ab2ff;
    color: #7ab2ff;
    width: 10px;
    height: 10px;
    float: left;
    line-height: 1;
    border: 3px solid #fff;
    border-radius: 6px;
    margin-right: 3px;
}

ol.bjqs-markers li:last-child a {
    margin-right: 0 !important;
}

ol.bjqs-markers li.active-marker a {
    background-color: #e72f3e;
    color: #e72f3e
}

.imp,
.impy,
.impb {
    display: block;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    padding: 20px;
    line-height: 24px;
}

.imp a,
.impy a,
.impb a {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif !important;
}

.imp {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5f4f4), color-stop(1, #cdcdcd));
    background: -moz-linear-gradient( center top, #f5f4f4 5%, #cdcdcd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f4f4', endColorstr='#cdcdcd');
    background-color: #f5f4f4;
}

.impy {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fffea9), color-stop(1, #f2e661));
    background: -moz-linear-gradient( center top, #fffea9 5%, #f2e661 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffea9', endColorstr='#f2e661');
    background-color: #fffea9;
}

div.imp p:last-child,
div.impy p:last-child,
div.impb p:last-child {
    margin-bottom: 0 !important;
}

.m {
    margin-left: 265px;
}

#map_canvas {
    margin-bottom: 30px;
}

#map_canvas,
#map_canvas2 {
    width: 450px;
    height: 200px;
    float: left;
    margin-right: 10px;
}

.contacts-block {
    float: left;
    width: 450px;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-weight: 300;
}

.contacts-block.r {
    width: 424px;
    margin-left: 20px;
}

#content-header {
    position: relative;
    margin: 0 20px 70px 0;
    display: inline-block;
    float: left;
    padding: 5px 0;
    border-top: 1px #bcbcbc solid;
    border-bottom: 1px #bcbcbc solid;
}

#content-menu {
    font-size: 14px;
    list-style: none;
    display: block;
    width: 235px;
}

#content-menu li a {
    color: #4993d8;
    padding: 10px 10px;
    display: block;
    margin-bottom: 5px;
}

#content-menu li:last-child a {
    margin-bottom: 0 !important;
}

#content-menu li a:hover,
#content-menu li a.selected {
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    background-image: -moz-linear-gradient( 90deg, rgb(64, 110, 178) 0%, rgb(73, 111, 180) 14%, rgb(76, 130, 205) 37%, rgb(78, 149, 229) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(64, 110, 178) 0%, rgb(73, 111, 180) 14%, rgb(76, 130, 205) 37%, rgb(78, 149, 229) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(64, 110, 178) 0%, rgb(73, 111, 180) 14%, rgb(76, 130, 205) 37%, rgb(78, 149, 229) 100%);
    background-color: rgb(85, 146, 58);
    text-indent: 0;
    text-decoration: none;
    color: #fff;
}

#content-menu li:last-child {
    margin-right: 0 !important;
}

.content-list {
    margin-bottom: 25px;
    list-style: none;
    /*display: inline-block;*/
}

.content-list span {
    margin-left: 20px;
    display: block;
}

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

.content-list li:before {
    content: " ";
    display: block;
    background-color: #7ab2ff;
    color: #7ab2ff;
    width: 10px;
    height: 10px;
    float: left;
    line-height: 1;
    border-radius: 3px;
    margin: 4px 5px 10px;
}

.content-list ul {
    padding-left: 20px;
    margin-top: 10px;
    list-style: none;
}

.ol {
    padding-left: 20px;
}

.content-images {
    list-style: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.content-images div {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.content-images div {
    margin: 10px 0;
}

.content-images li {
    position: relative;
    margin-bottom: 15px;
}

.content-images.three img {
    height: 200px;
}

.content-images.two img {
    height: 75px;
}

.content-images.four img,
.content-images.five img,
.content-images.six img {
    width: 90%;
}

.content-images.three li {
    width: 33%;
}

.content-images.four li {
    width: 25%;
}

.content-images.five li {
    width: 20%;
}

.content-images.six li {
    width: 16.66%;
}

.content-images.four.letters li {
    min-height: 230px;
}

.content-images.four.reviews li {
    height: 310px;
}

.content-images.four.reviews img {
    border: 1px solid #ccc;
}

.content-images.four.reviews div {
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.content-images.two li {
    width: 50%;
    margin-bottom: 15px;
}

.content-menu-main {
    list-style: none;
    margin-bottom: 20px;
}

.content-menu-main li {
    width: 25%;
    text-align: center;
    float: left;
}

.content-menu-main a {
    color: #4993d8 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 140px;
    margin: 0 auto;
}

#product-selector>div {
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #c2dbf0;
    background-color: #f7fbfe;
    position: relative;
    overflow: hidden;
    min-height: 173px;
}

#product-selector div.icon {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 140px;
    text-align: center;
    color: #4993d8 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

#product-selector p {
    padding: 65px 20px 10px 160px;
    margin-bottom: 0 !important;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

#product-selector p a {
    color: #262626;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

#product-selector .products {
    list-style: none;
    position: absolute;
    left: 180px;
    top: 30px;
    margin-left:0;
}

#product-selector .products li {
    float: left;
    margin-right: 20px;
    padding-right:40px;
}

#product-selector .products li:last-child {
    margin-right: 0 !important;
}

#product-selector .products li a {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #2c70b9;
    text-decoration:none;
}

#product-selector .products li a:hover {
    text-decoration: underline;
}

@media all and (max-width: 767px) {
    #product-selector .products li {padding-right:20px;}
}

.dwn {
    position: relative;
}

.dwn span {
    line-height: 30px;
    display: block;
    position: absolute;
    left: 100px;
    top: 25px;
}

.dwn img {
    width: 70px;
}

#zmap {
    background: url(/images/zmap.jpg);
    width: 440px;
    height: 324px;
}

#omap {
    background: url(/images/spm.jpg);
    width: 440px;
    height: 243px;
}

#zmap,
#omap {
    display: block;
    background-size: contain;
    border: #ccc solid 5px;
    margin-bottom: 20px;
}

#zmap:hover,
#omap:hover {
    border: #999999 solid 5px;
}

.starrequired {
    color: red;
}

table.photo {
    width: 100%;
}

.m table.photo {
    width: auto;
}

table.photo td {
    border: 0 !important;
    vertical-align: middle;
    padding: 5px !important;
}

table.photo td.img {
    text-align: center;
}

table.photo td img {
    max-height: 250px;
    /*max-width: none !important;*/
}

.p-select {
    margin-bottom: 15px;
}

.p-select img {
    vertical-align: bottom;
}

.p-button {
    z-index: 120;
    position: absolute;
    right: 63px;
    top: 210px;
    width: 197px
}

.p-button a {
    color: #26460f !important;
    font-size: 17px;
    text-decoration: none !important;
    padding: 10px 20px;
    display: block;
}

.p-button {
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    background-image: -moz-linear-gradient( 90deg, rgb(242, 230, 97) 0%, rgb(235, 214, 69) 10%, rgb(245, 234, 110) 34%, rgb(254, 253, 151) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(242, 230, 97) 0%, rgb(235, 214, 69) 10%, rgb(245, 234, 110) 34%, rgb(254, 253, 151) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(242, 230, 97) 0%, rgb(235, 214, 69) 10%, rgb(245, 234, 110) 34%, rgb(254, 253, 151) 100%);
    background-color: #fffea9;
    border-radius: 6px;
    text-indent: 0;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.news-detail ul,
.news-detail ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.news-detail .image {
    float: left;
    margin: 0 20px 10px 0;
    width: 50%;
}

.news-detail .image img {
    margin-bottom: 10px;
}

.news-detail .image-narrow {
    float: left;
    margin: 0 10px 10px 0;
    width: 240px;
}

.news-detail .image-narrow .pluso {
    float: left;
    margin-right: 10px;
}

#opt {
    margin-top: 40px;
}

#opt .title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

#opt .center {
    font-size: 14px;
    margin-bottom: 10px;
}

#opt .left {
    float: left;
    width: 35%;
    box-sizing: border-box;
    padding-right: 20px;
}

#opt .left input[type=text] {
    display: block;
    width: 100%;
    border: 1px solid #999;
    padding: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

#opt .right {
    float: left;
    width: 65%;
    box-sizing: border-box;
    text-align: right;
}

#opt textarea {
    display: block;
    width: 100%;
    border: 1px solid #999;
    padding: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
    resize: none;
    height: 197px;
}

#opt input[type=button] {
    font-size: 12px;
    background-image: -moz-linear-gradient( 90deg, rgb(144, 24, 35) 0%, rgb(163, 12, 26) 26%, rgb(191, 30, 45) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(144, 24, 35) 0%, rgb(163, 12, 26) 26%, rgb(191, 30, 45) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(144, 24, 35) 0%, rgb(163, 12, 26) 26%, rgb(191, 30, 45) 100%);
    padding: 10px 20px;
    display: block;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

#b24-o {
    right: 20px;
    position: fixed;
    left: 50%;
    top: 0;
    margin-left: 480px;
    bottom: 0;
}

#b24 {
    position: absolute;
    top: 50%;
    margin-top: -330px;
    width: 100%;
}

#horizontal-multilevel-menu ul li a {
    text-decoration: none;
    font-size: 12px;
}

#horizontal-multilevel-menu ul li a[href="/products/"] {
    color: #4c88d5;
    padding-top: .75rem;
    text-align: right;
    float: right;
    padding-right: 0;
}

#selection-form>div {
    position: relative;
}

#selection-form span.num {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #262626;
    font-size: 14px;
}

.controls {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 16px;
}

.selector>div {
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #c2dbf0;
    background-color: #f7fbfe;
    position: relative;
}

.selector div.left {
    position: relative;
    float: left;
    width: 20%;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding-right: 20px;
    min-height: 1px;
    text-align: left;
    box-sizing: border-box;
}

.selector div.left p {
    font-size: 12px !important;
    text-align: left !important;
}

.selector div.left.product {
    text-align: center;
    color: #4993d8 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px !important;
}

.selector div.left.product span {
    margin-top: 10px;
    text-transform: none !important;
    font-size: 14px !important;
    display: block;
}

.selector p {
    /* 	padding: 65px 20px 10px 160px; */
    margin-bottom: 10px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.selector p a {
    color: #262626;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.selector div.content {
    float: left;
    width: 80%;
    box-sizing: border-box;
}

.selector ul.variants {
    list-style: none;
    margin-bottom: 10px;
    /*
    position: absolute;
    left: 180px;
    top: 30px;
    */
}

#selection-form-step5 .selector ul.variants img {
    height: 120px;
    margin: 0 auto 10px;
    display: block;
    cursor: pointer;
}

#selection-form-step5 .selector ul.variants li {
    text-align: center;
    width: 345px;
    margin-bottom: 30px;
}

#selection-form-step5 .selector ul.variants span {
    font-size: 18px !important;
}

.selector ul.variants li {
    float: left;
    margin-right: 20px;
}

.selector ul.variants li:last-child {
    margin-right: 0 !important;
}

#selection-form .selector ul.variants li>span,
#temperature-current {
    color: #93bbe7;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

#selection-form .selector ul.variants li>span {
    font-size: 24px;
}

#temperature-current {
    font-size: 21px;
}

#selection-form .selector ul.variants li>span,
#temperature-current .temp {
    border-bottom: 2px #93bbe7 dotted;
    cursor: pointer;
}

#temperature-current .temp {
    margin-right: 0.7rem;
    margin-bottom: 0.7rem;
    display: inline-block;
    padding-bottom: 0.3rem;
}

.specialist {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #93bbe7;
    border-bottom: 2px #93bbe7 dotted;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 0;
}

#selection-form .selector ul.variants li span:hover,
#selection-form .selector ul.variants li span.selected,
#temperature-current .temp:hover,
#temperature-current .temp.selected,
.specialist:hover {
    border-bottom: 2px #2c70b9 dotted;
    cursor: pointer;
    color: #2c70b9;
}

.link-next {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #93bbe7;
    border-bottom: 2px #93bbe7 dotted;
    cursor: pointer;
    font-size: 24px;
    padding-bottom: 8px;
}

.link-next:hover {
    border-bottom: 2px #2c70b9 dotted;
    cursor: pointer;
    color: #2c70b9;
}

.step,
.final {
    display: none;
}

.mark {
    display: none;
}

.control .down,
.control .up {
    display: none;
}

span.control {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #bd1727;
    padding-bottom: 3px;
    line-height: 20px;
    display: inline-block;
}

span.control.act {
    border-bottom: 2px #bd1727 dotted;
    cursor: pointer;
}

.question {
    margin-top: 20px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #999;
    border-bottom: 2px #999 dotted;
    cursor: pointer;
    display: inline-block;
}

.question:hover {
    border-bottom: 2px #666666 dotted;
    color: #666666;
}

.answer {
    display: none;
}

#temperature {
    position: relative;
    padding: 20px;
    text-align: center;
}

#temperature #temperature-slider {
    width: 85%;
    margin: 0 auto;
    cursor: pointer !important;
}

#temperature #temperature-max,
#temperature #temperature-min {
    position: absolute;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #999;
    top: 15px;
}

#temperature-current {
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 35px;
}

#temperature #temperature-max {
    right: 0;
}

#temperature #temperature-min {
    left: 0;
}

#volume {
    height: 100px;
    resize: none;
    border: 2px solid #666666;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

.link-next {
    display: inline-block;
}

.ui-slider-handle {
    cursor: pointer !important;
    background: rgb(248, 80, 50) !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%) !important;
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(50%, rgba(241, 111, 92, 1)), color-stop(51%, rgba(246, 41, 12, 1)), color-stop(71%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(231, 56, 39, 1))) !important;
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%) !important;
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%) !important;
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%) !important;
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%) !important;
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
    /* IE6-*/
}

#selection-form-step6 .link-next,
#selection-form-step7 .link-next {
    font-size: 16px !important;
    padding-bottom: 3px !important;
}

.search form{display: flex;	flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
.search input[type="search"] {
    display: block;
    border: 1px solid #bab9b8;
    background: #f4f4f4;
    height: 34px;
    line-height: 33px;
    width: 100%;
    padding: 0 13px;
    font-size: 18px;
    display:block;
    FLEX-GROW:1;
}
.search input[type="submit"] {
    display: block;
    border: none;
    height: 34px;
    line-height: 33px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 16px;
    color: #ffffff;
    background:#bd1727;
}
.search-page{margin-bottom:10px; width: 940px; margin: 0 auto;}
.search-page form{display: flex;	flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
.search-page input[type="text"] {
    display: block;
    border: 1px solid #bab9b8;
    background: #f4f4f4;
    height: 34px;
    line-height: 33px;
    width: 100%;
    padding: 0 13px;
    font-size: 18px;
    display:block;
    FLEX-GROW:1;
}
.search-page input[type="submit"] {
    display: block;
    border: none;
    height: 34px;
    line-height: 33px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 16px;
    color: #ffffff;
    margin-left: 22px;
    background:#bd1727;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.header.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
}

.headerWrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: 'Inter';
}

.headerWrap * {
    box-sizing: border-box;
}

.headerWrap,
.headerWrap a {
    color: #323232;
}

.headerWrap a {
    text-decoration: none;
}

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

.headerWrap .content_wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.languages {
    font-family: 'Inter-Medium';
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    font-size: 16px;
}

.languages .selected {color: #BF272F;}

.headerMenu a,
.languages a {
    text-decoration: none;
}

.headerMenu {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 0.8rem;
    text-transform: uppercase;
}

.ra-header-logo {
    width: 246px;
}

.header_contact {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    font-size: 17px;
    justify-content: flex-end;
}

.headerCol.contacts,
.header_contacts {
    display: flex;
    flex-direction: column;
}

.header_contacts {
    row-gap: 0.5rem;
}

.headerCol.contacts {
    row-gap: 1rem;
}

.d-flex {
    display: flex !important;
}

.headerSearchForm form {
    display: flex;
    justify-content: space-between;
    padding-right: 0.5rem;
}

.headerSearchForm input[type="search"] {
    font-size: 16px;
    width: calc(100% - 35px);
    color: #323232;
    background-color: transparent;
    padding-left: 0.5rem;
}

.headerSearchForm button {
    background-color: transparent;
    cursor: pointer;
}

.gamb {
    cursor: pointer;
}

.headerWrap .gamb {
    display: none;
}

.headerSearchForm *::-webkit-input-placeholder {
    color: #323232;
}

.headerSearchForm *:-moz-placeholder {
    /* FF 4-18 */
    color: #323232;
    opacity: 1;
}

.headerSearchForm *::-moz-placeholder {
    /* FF 19+ */
    color: #323232;
    opacity: 1;
}

.headerSearchForm *:-ms-input-placeholder {
    /* IE 10+ */
    color: #323232;
}

.headerSearchForm *::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #323232;
}

.headerSearchForm *::placeholder {
    /* modern browser */
    color: #323232;
}

.ra-header-logo img.sm {
    display: none;
}

.headerCol {
    display: flex;
    flex-direction: column;
}

.searchIcon {
    display: none;
}

.headerFeedbackBtn {
    text-align: right;
}

.headerFeedbackBtn a {
    background-image: linear-gradient(to right, #BA1F2C, #981220);
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0.5rem 1rem;
    min-width: 153px;
    text-align: center;
}

.headerFeedbackBtn a:hover {text-decoration: none; background-image: linear-gradient(to right, #981220, #BA1F2C);}

.navbarText {
    font-size: 15px;
    text-align: center;
    margin-top: 0.5rem;
}

.podborBtn {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    font-size: 17px;
    font-family: 'Inter-Medium';
    margin-top: 1.5rem;
}

.navbarMenuWrap {margin-top: 1rem; background-color: #E0E0E0;}
.navbarMenu {list-style-type: none; font-family: 'Inter-Medium'; font-size: 16px; flex-grow: 1;}
.navbarMenu li {flex-grow: 1;}
.navbarMenu li a {display: inline-block; padding: 0.5rem; width: 100%; background-color: #F5F5F5; text-align: center;}
.navbarMenu li a:hover {background-color: #E0E0E0; text-decoration: none;}

.headerWrap.fixed .navbarMenuWrap,
.headerWrap.fixed .navbarText,
.headerWrap.fixed .languages {
    display: none;
}

.headerWrap.fixed .podborBtn {
    font-family: 'Inter';
    font-size: 15px;
    column-gap: 0.5rem; 
    margin-top: 0;
}

.ra-header-logo img.sm {display: none;}
.headerWrap.fixed .ra-header-logo img {display: none;}
.headerWrap.fixed .ra-header-logo img.sm {display: block;}

.headerWrap.fixed .ra-header-logo.ra-5_6_1::before {
    padding-top: 16%;
}

.headerWrap.fixed .header.grid {
    align-items: center;
}

.headerWrap.fixed .headerCol:first-child,
.headerWrap.fixed .headerCol.contacts,
.headerWrap.fixed .header_contacts {
    flex-direction: row; 
    column-gap: 1rem; 
}

.headerWrap.fixed .header_contact .text {display: none;}
.headerWrap.fixed .headerCol.contacts {justify-content: flex-end;}
.headerWrap.fixed .headerFeedbackBtn a {min-width: auto;}

.headerWrap.fixed {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.headerSearchIcon {width: 23px; display: none;}
.headerSearchIcon img, .gamb img {cursor: pointer;}
.headerWrap.fixed .headerSearchIcon {display: block;}

/*.headerSearchForm.sm {display: none;}
.headerWrap.fixed .headerSearchForm.sm {display: flex;}
.headerWrap.fixed .headerSearchForm.sm input[type="search"] {padding-bottom: 0.3rem; padding-left: 0; width: calc(100% - 21px);}
.headerWrap.fixed .headerSearchForm {
border-bottom: 1px solid #323232;
}*/

.headerWrap .gamb {width: 20px; display: none;}
.headerWrap.fixed .gamb:not(.mob) {display: block;}

.headerMobIcons {
    display: flex;
    column-gap: 1.4rem;
}

.headerWrap.fixed .headerMobIcons {column-gap: 1rem;}
.headerCol:nth-child(2) {justify-content: center;}

@media screen and (max-width: 991px) {
    .navbarText, .podborBtn {display: none;}
.header.grid {
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1.5fr 2fr 1.5fr;
}
.headerSearchIcon, .headerWrap .gamb.mob {display: block;}
.headerWrap.fixed .gamb:not(.mob) {display: none;}

.headerCol:first-child {row-gap: 0.8rem;}

.headerWrap.fixed .headerCol:first-child {flex-direction: column;}

.headerCol.contacts, .header_contacts {
    flex-direction: row;
    column-gap: 1rem;
    align-items: center;
}

.header_contact .text {
    display: none;
}

.headerSearchForm {display: none;}
}

@media screen and (max-width: 767px) {
    .headerCol.contacts {
    flex-direction: column;
    row-gap: 0.5rem;
} 

.navbarMenuWrap {display: none !important;}
.headerCol.contacts {align-items: flex-end;}
.headerWrap.fixed .headerCol.contacts {align-items: center;}
}

@media screen and (max-width: 575px) {
    .headerFeedbackBtn a {min-width: auto;}
    .ra-header-logo {
    width: 211px;
}

.headerMobIcons {
    column-gap: 0.9rem;
}

.languages {
    column-gap: 0.3rem;
    font-size: 15px;
}

.headerWrap.fixed .headerCol:nth-child(2) {display: none;}
.headerWrap.fixed .header.grid {
    display: flex;
    justify-content: space-between;
}

.headerWrap.fixed .headerCol.contacts,
.headerWrap.fixed .header_contacts,
.headerWrap.fixed .header_contact:first-child {flex-grow: 1;}

.headerWrap.fixed .header_contact {justify-content: space-evenly;}
}

@media screen and (max-width: 425px) {
    .ra-header-logo {width: 169px;}
}


@media screen and (max-width: 381px) {
.ra-header-logo {width: 129px;}
}

@media screen and (max-width: 338px) {
    .header.grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
}
.headerCol:nth-child(2) {display: none;}
}



















