/*--------------------------------------------------------------
=== FONTS ===
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap');
/*
light     300
regular   400
medium    500
semi-bold 600
bold      700
*/

/*--------------------------------------------------------------
=== GLOBAL RESET ===
--------------------------------------------------------------*/

* { margin:0; padding:0; box-sizing:border-box;}
.clearfix, .container, .container-fluid, .row { zoom:1;}
.clearfix:after, .container:after, .container-fluid:after, .row:after { content:" "; display:table; clear:both;}
header, footer, section, nav, article, aside, details, figcaption, figure, hgroup, main, menu, summary { display:block;}
button { cursor:pointer;}
:focus { outline:none;}


/*--------------------------------------------------------------
=== GRID - 12cols ===
col-xs	[] <= 768px
col-md	[] >= 769px
--------------------------------------------------------------*/
@media (min-width:769px) {
  .col-md-12 { width:100%;}
  .col-md-11 { width:91.66666667%;}
  .col-md-10 { width:83.33333333%;}
  .col-md-9 { width:75%;}
  .col-md-8 { width:66.66666667%;}
  .col-md-7 { width:58.33333333%;}
  .col-md-6 { width:50%;}
  .col-md-5 { width:41.66666667%;}
  .col-md-4 { width:33.33333333%;}
  .col-md-3 { width:25%;}
  .col-md-2 { width:16.66666667%;}
  .col-md-1 { width:8.33333333%;}
}
@media (max-width:768px) {
  .col-xs-12 { width:100%;}
  .col-xs-11 { width:91.66666667%;}
  .col-xs-10 { width:83.33333333%;}
  .col-xs-9 { width:75%;}
  .col-xs-8 { width:66.66666667%;}
  .col-xs-7 { width:58.33333333%;}
  .col-xs-6 { width:50%;}
  .col-xs-5 { width:41.66666667%;}
  .col-xs-4 { width:33.33333333%;}
  .col-xs-3 { width:25%;}
  .col-xs-2 { width:16.66666667%;}
  .col-xs-1 { width:8.33333333%;}
}


/*--------------------------------------------------------------
=== LAYOUT ===
--------------------------------------------------------------*/
.container { margin-left:auto; margin-right:auto; max-width: 1200px;}
.flex-container { width: 100%; display: flex; justify-content: space-between;}
.section { padding-top: 4rem; padding-bottom: 6rem;}
@media (max-width: 768px) {
  .section { padding-bottom: 4rem;}
}

.col { float:left; min-height:1px;}
.pull-left { float:left;}
.pull-right { float:right;}
.center { margin:0 auto;}
img, table { border:0;}
img { display:block; max-width:100%; height:auto;}
.table-fluid { width:100%;}
ul { list-style:none;}
#page ul li { position: relative; padding-left: 13px;}
#page ul li:before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 100%; background: #212121;}
ol li { margin-left:24px;}
#page p:not(:last-child), #page ul, #page ol { margin-bottom: 1.4rem;}

@media (min-width:769px) {
  .container { padding-left: 15px; padding-right: 15px;}
  .md-flex-container { width: 100%; display: flex; justify-content: space-between;}

  .space-top { margin-top: 4.8rem;}
  .space-bot { margin-bottom: 4.8rem;}

  .md-pull-left { float:left;}
  .md-pull-right { float:right;}

  .xs-visible { display: none!important;}
  .md-visible { display: block!important;}
  .md-hidden { display: none!important;}
}
@media (max-width:768px) {
  .container { padding-left: 15px; padding-right: 15px;}

  .space-top { margin-top: 2.5rem;}
  .space-bot { margin-bottom: 2.5rem;}

  .xs-visible { display: block!important;}
  .xs-hidden { display: none!important;}
  .md-visible { display: none!important;}
  .xs-no-pull { float: none!important;}
}


/*--------------------------------------------------------------
=== PRINT ===
--------------------------------------------------------------*/
@media print {
  .hidden-print { display:none!important;}
}


/*--------------------------------------------------------------
=== TYPOGRAPHY & COLORS ===
--------------------------------------------------------------*/
html { font-size: 10px; background: #742e8a;}
body, td, th, input, select, textarea, button { font:400 1.9rem/1.447em 'Roboto', Arial, Helvetica, sans-serif; color:#333;}
@media (max-width: 768px) {
  body, td, th, input, select, textarea, button { font-size: 1.5rem; line-height: 1.33em;}
}

.text-left { text-align:left;}
.text-right { text-align:right;}
.text-center { text-align:center;}
.text-center img { margin-left: auto; margin-right: auto;}
.text-justify { text-align:justify;}
.text-nowrap { white-space:nowrap;}
.text-lowercase { text-transform:lowercase;}
.text-uppercase { text-transform:uppercase;}
.text-capitalize { text-transform:capitalize;}

h1, .h1 { margin-bottom: 1.5rem; line-height: 1.375;}
h2, .h2 { margin-bottom: 4rem; font-weight: normal; line-height: 1.375;}
h3, .h3 {}
@media (min-width: 769px) {
  h1, .h1, h2, .h2 { font-size: 3.2rem;}
}
@media (max-width: 768px) {
  h1, .h1, h2, .h2 { font-size: 2.5rem;}
}

a { color: #722f8b; text-decoration: none; transition: .25s ease-in-out;}
a:hover { text-decoration: underline;}
sup, sub { position:relative; font-size:.7em; vertical-align:baseline;}
sup { top:-.5em;}
sub { bottom:-.25em;}
small, .text-small { font-size:.85em;}
strong, b { font-weight: 600;}
big, .text-big { font-size: 1.33em; line-height: 1.25em;}
.marked { color: #722f8b;}
.text-grey { color: #6a7279;}
.text-purple { color: #742e8a;}

.bg-blueLight { background: #e6f4f7;}
.bg-purple { color: #fff; background: #742e8a;}

/*--------------------------------------------------------------
=== HEADER ===
--------------------------------------------------------------*/
header { padding: 18px 0; position: relative; background: #fff;}
#logo { display: block;}
.header-content, .header-content select { font-size: 1.4rem;}
.header-content .select-container { position: relative; display: inline-block;}
.header-content select { padding-left: 28px;}
.header-content .select-container i { position: absolute; left: 16px; top: 9px; width: 12px; height: 15px; background: url("../images/ico-pdf.png") center no-repeat; background-size: contain;}
.header-content select { width: 182px; height: 32px;}
@media (min-width: 769px) {
  #logo { width: 294px;}
  .header-content { padding-top: 10px;}
  .header-content label { margin-right: 24px;}
}
@media (max-width: 768px) {
  html { font-size: 9px;}
  #logo { width: 100px;}
  .header-content { padding-top: 12px; text-align: center;}
}
@media (min-width: 576px) {
  .header-content label { margin-right: 8px;}
}
@media (max-width: 575px) {
  header .flex-container { display: block;}
  .header-content label { margin-bottom: 4px;}
}


/*--------------------------------------------------------------
=== FOOTER ===
--------------------------------------------------------------*/
footer { padding: 35px 0; font-size: 1.4rem; line-height: 1.6428;}
footer a { color: inherit;}
footer a:hover { text-decoration: underline;}
footer .footer-content { text-align: right;}
footer .logo { width: 220px;}
@media (min-width:769px) {
}
@media (max-width:768px) {
  footer .logo { margin: 0 auto;}
  footer .footer-content { margin-top: 20px; text-align: center;}
}


/*--------------------------------------------------------------
=== BUTTONS ===
--------------------------------------------------------------*/
.btn { display: inline-block; padding-left: 12px; padding-right: 12px; cursor: pointer; height: 48px;}
.btn-lg { width: 338px; max-width: 100%;}
.btn-default { min-width: 150px; color: #fff; font-size: 1.8rem; font-weight: bold; border-radius: 48px; border: 0; background: #f18800;}
.btn-link { color: #742e8a; border: 0; background: none;}
.btn-go { position: absolute; margin-left: -32px; padding: 11px 11px 11px 0; border: 0; background: none;}
.btn-go i { display: block; width: 18px; height: 20px; background: url("../images/ico-go.png") center no-repeat; background-size: contain;}
@media (min-width:769px) {
}
@media (max-width:768px) {
}


/*--------------------------------------------------------------
=== BLOCKs ===
--------------------------------------------------------------*/
label { color: #6a7279;}
.text-field { height: 40px; text-indent: 1em; border: 1px solid #a9a9a9; border-radius: 40px; background: #fff;}
select { padding-left: 18px; text-indent: 2px; height: 40px; color: #6a7279; border-radius: 25px; border: 1px solid #b2b2b2;}

.header-2 .flex-container {align-items:center;}
.page-header { padding-top: 2rem; padding-bottom: 2.2rem;}
.page-header .search-results, .page-header  .near-code { margin-right: 35px;}
.page-header .search-container { margin-right: 12px;}
.page-header .search-container .text-field { padding-right: 36px; width: 200px;}
.page-header .select-container select { width: 180px;}
@media (min-width: 769px) {
  .page-header .flex-container { width: auto; justify-content: flex-start; align-items: center;}
}
@media (max-width: 768px) {
 .page-header .flex-container { flex-direction: row; flex-wrap: wrap; justify-content: flex-start;}
  .page-header .flex-container .select-container + .select-container { width: 100px;}
  .page-header .flex-container .select-container + .select-container .btn { min-width: 100px;}
  .mobileonly { width: auto!important;}
  .mobileonly .btn { padding: 0;}
  .page-header .search-results, .page-header .search-container { margin-bottom: 10px;}
  .page-header  .near-code { margin-bottom: 14px;}
  .page-header .select-container select { width: 200px;}
}

.hero, .page-header { background: url("../images/bg.jpg") center no-repeat; background-size: cover;}
.hero .content-container .md-flex-container { align-items: baseline;}
.hero .main-text { margin-bottom: 30px; font-size: 6rem; line-height: normal; font-weight: bold; color: #742e8a;}
.hero .pic-container { width: 290px; flex-basis: 290px;}
.hero .pic-container .hero-img { width: 115px;}
.hero .underlined-text { position: relative; display: inline-block; margin-bottom: 30px; padding-bottom: .75em; font-size: 2rem;}
.hero .underlined-text:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; border-radius: 2px; background: #f18800;}
.hero .btn-row { width: auto; justify-content: flex-start; align-items: center;}
.hero .text-field, .hero .btn { height: 52px; font-size: 1.9rem; font-weight: normal;}
.hero .text-field { width: 200px;}
.hero .col3 .btn, .mobileonly .btn { display: flex; align-items: center;}
.hero .col3 .btn .ico, .mobileonly .btn .ico { margin-right: 1.5rem; width: 25px; flex-basis: 25px;}
.mobileonly .btn .ico { margin-right: 1rem;}
@media (min-width:769px) {
  .hero .container { padding-top: 70px; padding-bottom: 138px; max-height: 540px;}
  .hero .content-container { padding-right: 50px;}
  .hero .btn-row .col1 { margin-right: 2.3rem;}
  .hero .btn-row .col2 { margin-right: 3.2rem;}
}
@media (max-width:768px) {
  .hero { text-align: center;}
  .hero .container { padding-top: 4rem; padding-bottom: 4rem;}
  .hero .pic-container { display: none;}
  .hero .main-text { font-size: 3rem;}
  .hero .btn-row { flex-direction: column;}
  .hero .col2 { margin: 1.5rem 0;}
  .hero .col2 .btn { min-width: 200px;}
}
.tiles-container { display: flex; justify-content: space-between;}
.tiles-container .tile .inner { padding: 35px 20px; width: 100%;}
.tiles-container .tile .ico { display: flex; justify-content: center; align-items: center; margin: 0 auto; width: 108px; height: 108px; text-align: center; border-radius: 100%;}
.tiles-container .tile .ico .ico-inner > * { display: inline-block; vertical-align: text-top; font-weight: 500; letter-spacing: -.05em;}
.tiles-container .tile .text-container { max-width: 262px; color: #333;}
.tiles-container .tile .text1 { font-size: 2.4rem; line-height: 1.145; font-weight: bold;}
.tiles-container .tile .text2 {}
@media (min-width:769px) {
  .tiles-container .tile { display: flex; width: 30.3%;}
  .tiles-container .tile .text-container { margin: 3.6rem auto 0;}
  .tiles-container .tile .ico .symbol { margin-left: -6px; font-size: 2.5rem;}
  .tiles-container .tile .ico .value { font-size: 6rem; line-height: 5.2rem;}
  .tiles-container .tile .ico-lessHassle { width: 53px;}
}
@media (max-width:768px) {
  .tiles-container { flex-direction: column;}
  .tiles-container .tile { margin-bottom: 15px;}
  .tiles-container .tile:last-child { margin-bottom: 0;}
  .tiles-container .tile .text-container { margin: 2.5rem auto 0;}
  .tiles-container .tile .ico { width: 75px; height: 75px;}
  .tiles-container .tile .ico .symbol { margin-left: -4px; font-size: 2rem;}
  .tiles-container .tile .ico .value { font-size: 5rem; line-height: 4.2rem;}
  .tiles-container .tile .ico-lessHassle { width: 38px;}
}

.tiles-logos { margin-top: 3.4rem;}
.tiles-logos .tile img { max-width: 90%;}


.links-container { margin: 0 auto; width: 100%; max-width: 903px; }
.links-container td { padding: 4px 18px 4px 0; font-size: 1.6rem; line-height: 1.375; text-align: left;}
.links-container td:last-child { padding-right: 0;}
@media (max-width: 768px) {
  .links-container .item { display: block; margin-bottom: 20px;}
  .links-container .item:last-child { margin-bottom: 0;}
  .links-container .item > td { display: block; padding-left: 0; padding-right: 0; text-align: center;}
}

.section-contacts .tel { margin: 8px 0; font-size: 2.2rem; font-weight: bold;}


.searchResults-content .container { padding: 0; border-bottom: 2px solid #d5d5d5;}
.result-item { display: flex; padding: 22px 0 20px; border-bottom: 2px solid #d5d5d5;}
.result-item:last-child { border: 0;}
.result-item .num { width: 50px; flex-basis: 50px; flex-grow: 0; font-weight: bold; color: #742e8a; text-align: center;}
.result-item .link-container { width: 70px; flex-basis: 70px; flex-grow: 0; display: flex; justify-content: center; align-items: center;}
.result-item .link-container .lnk-direction img { width: 30px;}
.result-item .content-container { flex: 1 0;}
.result-item .name { font-weight: bold;}
.map-container { position: relative; flex-grow: 1;}
.map-container iframe { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%!important; height: 100%!important; border: 0;}
@media (min-width: 769px) {
  .results-container { width: 374px; flex-basis: 374px; flex-grow: 0; height: 916px; overflow: auto;}
}
@media (max-width: 768px) {
  .searchResults-content .flex-container { flex-direction: column-reverse;}
  .map-container { height: 340px; border-bottom: 2px solid #d5d5d5;}
  .results-container {padding-top: 20px;}
}

/* POPUP */
.popup-container { display: none;}
.popup-open .popup-container { display: block;}

.popup-Leaving { display: none;}
.popup-Leaving .popup-container { display: block;}

.popup-bg { z-index: 100; position: fixed; left: 0; right: 0; top: 0; bottom: 0; overflow: auto; background: rgba(30,30,30,.9);}
.popup-wrapper { z-index: 101; position: fixed; left: 0; right: 0; top: 0; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 2px;}
.popup { position: relative; max-width: 100%; max-height: 100%; background: #fff;}
.popup-header { font-weight: bold; color: #722f8b; text-align: center;}
.popup .form-container { padding-top: 16px; padding-bottom: 16px; min-height: 161px; background: url("../images/arr-bg.png") 0 0 no-repeat;}
.popup .form-container .flex-container { margin: 0 auto; max-width: 300px; flex-wrap: wrap;}
.popup .form-container .col1 { padding-bottom: 16px; width: 100%;}
.popup .form-container .col2 { width: 45%;}
.popup .form-container .col3 { width: 45%;}
.popup .text-field, .popup .btn { width: 100%; min-width: 0; height: 48px;}
.popup .close { z-index: 2; position: absolute; right: 20px; top: 16px; width: 22px; height: 22px; cursor: pointer;}
.popup .close:before, .popup .close:after { content: ""; position: absolute; left: 50%; top: -2px; width: 2px; height: 28px; background: #722f8b;}
.popup .close:before { transform: rotate(45deg);}
.popup .close:after { transform: rotate(-45deg);}

@media (min-width: 769px) {
  .popup { width: 794px; padding: 40px 0 56px;}
  .popup-header, .popup-body { padding-left: 90px; padding-right: 90px;}
  .popup-header { margin-bottom: 30px; font-size: 3.4rem; line-height: 1.353;}
}
@media (max-width: 768px) {
  .popup { width: 100%; padding: 50px 0 30px;}
  .popup-header, .popup-body { padding-left: 20px; padding-right: 20px;}
  .popup-header { margin-bottom: 16px; font-size: 2.6rem; line-height: 1.353;}
}
@media (max-width: 479px) {
  .popup .form-container { padding-bottom: 120px; background-position: 0 bottom;}
}

/* END POPUP */

/* PDF selector */
.ui-selectmenu-button { position: relative; display: inline-block; width: 182px; height: 32px; color: #6a7279; cursor: pointer; border-radius: 25px; border: 1px solid #b2b2b2;}
.ui-selectmenu-icon { position: absolute; left: 12px; top: 8px; width: 12px; height: 15px; background: url("../images/ico-pdf.png") center no-repeat; background-size: contain;}
.ui-selectmenu-text { display: block; padding-left: 30px; font-size: 1.4rem; line-height: 31px;}
.ui-selectmenu-button:before {
  border-left: 7px solid transparent;
  border-top: 8px solid #b2b2b2;
  border-right: 7px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 0;
  z-index: 2;
}
.ui-menu { width: 182px; font-size: 1.4rem; background: rgba(255,255,255,.9);}
.ui-menu  li div { padding-left: 30px;}
.ui-menu  li div:hover { cursor: pointer; color: #f18800;}
.ui-selectmenu-menu {display: none;}
.ui-selectmenu-open {display: block;}

/* end PDF selector */

.headusonly {position: relative;    padding: 1.5rem 0;    font-weight: bold;    text-align: center; font-size: 2.3rem!important;}


button::-moz-focus-inner { border: 0;}
.links-container { font-size: 1.9rem; line-height: 1.375; text-align: center;}
.links-container .name , .links-container .links a { padding-top: 4px; padding-bottom: 4px;}
.links-container .links a { display: block;}
@media (min-width: 769px) {
  .links-container > * { padding-left: 9px; padding-right: 9px;}
 .links-container .links {line-height:9px;}
}
@media (max-width: 768px) {
  .links-container.flex-container { flex-direction: column; text-align: center;}
  .links-container.flex-container > * { margin-bottom: 16px;}
}

.btn40 {height: 40px !important;}
.mg12 {  margin-right: 12px;}
.mobileonly {  display: none;}
@media (max-width: 768px) {
  .mg12 {margin-bottom: 10px;}
  .mobileonly {display: block; width: 300px;}
}

.nobr	{ white-space:nowrap; }
.line4 {font-size:15px;}

#page { background: #fff;}
.page-wrapper { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; padding-top: 30px; padding-bottom: 40px; max-width: 1200px;}
#loginform p { margin-left: auto; margin-right: auto; display: flex; width: 100%; max-width: 500px; justify-content: flex-start; align-items: center;}
#loginform label { font-size: 1.6rem;}
.login-username label, .login-password label { margin-right: 10px; text-align: right;}
#loginform p.login-submit { justify-content: center;}
#loginform .input { height: 28px; width: 230px; text-indent: 8px; border: 1px solid #b2b2b2;}
.button-primary { padding: 4px 32px; font-size: 1.6rem; font-weight: 600; color: #fff; cursor: pointer; border-radius: 20px; border: 0; background: #f08a05;}
#page > a { margin-left: auto; margin-right: auto; display: flex; justify-content: center; width: 250px; font-size: 1.4rem;}
@media (min-width: 531px) {
  #loginform label { width: 210px; flex-basis: 210px;}
  .login-remember label { padding-left: 220px;}
}
@media (max-width: 530px) {
  #loginform p { flex-direction: column;}
  #loginform label { margin-bottom: 3px;}
}

.header-2 { background: url("../images/bg.jpg") center no-repeat; background-size: cover;}
.header-2 .head-text { padding-left: 20px; font-weight: bold; color: #733288; text-align: center;}
@media (min-width: 769px) {
  header.header-2 { padding: 40px 0;}
  .header-2 .head-text { font-size: 5.2rem; line-height: 1;}
}
@media (max-width: 768px) {
  header.header-2 { padding: 20px 0;}
  header.header-2 .flex-container { display: flex;}
  .header-2 .head-text { font-size: 2.8rem; line-height: 1;}
}

.loginform-inner { display: flex; align-items: center; margin: 0 auto; max-width: 585px;}
.loginform-inner .ico-container { flex-basis: 123px;}
.loginform-inner .content-container { padding-left: 12px;}
#loginform .login-remember label { width: auto; flex-basis: auto;}
.forgot-link { font-size: 1.6rem;}
@media (min-width: 769px) {
  #loginform { padding-top: 30px;}
  .forgot-link { margin-top: 30px;}
}
@media (max-width: 768px) {
  .forgot-link { margin-top: 40px;}
  .login-remember { padding-top: 12px;}
  .login-submit { padding-top: 18px;}
}
@media (max-width: 639px) {
  .loginform-inner { flex-direction: column;}
  .loginform-inner .ico-container { width: 80px; flex-basis: inherit; margin-bottom: 20px;}
}



#selectDistance-button.ui-selectmenu-button { height: 40px; background: #fff;}
#selectDistance-button.ui-selectmenu-button::before { top: 16px;}
#selectDistance-button .ui-selectmenu-text { font-size: 1.9rem; line-height: 40px; color: #333;}

.ui-selectmenu-menu ul { padding: 0;}

.page-header .search-container .text-field { height: 36px;}
.hero .text-field { height: 48px;}
.hero #selectDistance-button.ui-selectmenu-button { height: 50px; background: #fff;}
.hero #selectDistance-button.ui-selectmenu-button::before { top: 22px;}
.hero #selectDistance-button .ui-selectmenu-icon, #selectDistance-button .ui-selectmenu-icon { background: none;}
.hero #selectDistance-button .ui-selectmenu-text { line-height: 50px;}