@charset "UTF-8";
/*@mixin littledesktop-adh() {
    @media only screen and (min-width: $min-width-responsive-adh) and (max-width: $max-width-responsive-adh) { @content; }
}*/
#main-container {
  padding: 0;
}

#agencies-map {
  height: 100%;
}

#filter-wrapper, #map-wrapper {
  padding: 0;
  height: calc(100vh - 107px);
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  #map-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    z-index: 40;
  }
}

#filter-wrapper {
  overflow-y: scroll;
  padding: 30px 50px;
}
#filter-wrapper #agencies-filter #type-filter .title {
  font-weight: 500;
  font-size: 20px;
  color: #124483;
  text-align: center;
  line-height: 1.2;
  height: 120px;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
#filter-wrapper #agencies-filter #type-filter .title.get-out {
  height: 0;
}
#filter-wrapper #agencies-filter #type-filter .select-wrapper {
  text-align: center;
  font-size: 0;
}
#filter-wrapper #agencies-filter #type-filter .select-wrapper .general-public, #filter-wrapper #agencies-filter #type-filter .select-wrapper .pro {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 45px;
  margin: 0 20px 20px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#filter-wrapper #agencies-filter #type-filter .select-wrapper .general-public.disabled, #filter-wrapper #agencies-filter #type-filter .select-wrapper .pro.disabled {
  border: 1px solid rgba(62, 61, 64, 0.25);
  color: rgba(62, 61, 64, 0.25);
}
#filter-wrapper #agencies-filter #type-filter .select-wrapper .general-public {
  color: #124483;
  border: 1px solid #124483;
}
#filter-wrapper #agencies-filter #type-filter .select-wrapper .general-public.selected, #filter-wrapper #agencies-filter #type-filter .select-wrapper .general-public:not(.disabled):hover {
  background-color: #124483;
  color: #fff;
}
#filter-wrapper #agencies-filter #type-filter .select-wrapper .pro {
  color: #0d2546;
  border: 1px solid #0d2546;
}
#filter-wrapper #agencies-filter #type-filter .select-wrapper .pro.selected, #filter-wrapper #agencies-filter #type-filter .select-wrapper .pro:not(.disabled):hover {
  background-color: #0d2546;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  #filter-wrapper {
    height: 100%;
    padding: 25px;
    overflow-y: visible;
    z-index: 42;
  }
  #filter-wrapper #agencies-filter #type-filter .title {
    font-size: 16px;
    height: 100px;
  }
  #filter-wrapper #agencies-filter #type-filter .select-wrapper .general-public, #filter-wrapper #agencies-filter #type-filter .select-wrapper .pro {
    width: calc(50% - 5px);
    padding: 5px 15px;
    max-width: 160px;
  }
  #filter-wrapper #agencies-filter #type-filter .select-wrapper .general-public {
    margin: 0 5px 15px 0;
  }
  #filter-wrapper #agencies-filter #type-filter .select-wrapper .pro {
    margin: 0 0 15px 5px;
  }
}

#pro-filter #find-pro-formas {
  margin-bottom: 25px;
}
#pro-filter #find-pro-formas #select-finder {
  text-align: center;
  margin: 20px 0 35px;
}
#pro-filter #find-pro-formas #select-finder #finder-autocomplete, #pro-filter #find-pro-formas #select-finder #finder-select {
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: rgba(111, 109, 115, 0.6);
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#pro-filter #find-pro-formas #select-finder #finder-autocomplete.active, #pro-filter #find-pro-formas #select-finder #finder-select.active {
  color: #6f6d73;
}
#pro-filter #find-pro-formas #select-finder #finder-autocomplete:hover:not(.active), #pro-filter #find-pro-formas #select-finder #finder-select:hover:not(.active) {
  text-decoration: underline;
}
#pro-filter #find-pro-formas #select-finder #finder-select {
  margin-left: 40px;
  position: relative;
}
#pro-filter #find-pro-formas #select-finder #finder-select:before {
  content: "";
  position: absolute;
  height: 70%;
  top: 15%;
  left: -20px;
  border-right: 1px solid #3e3d40;
  opacity: 0.35;
}
#pro-filter #find-pro-formas .finder-autocomplete {
  display: none;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
#pro-filter #find-pro-formas .finder-autocomplete:after {
  content: "";
  position: absolute;
  background: url("../assets/images/icos/search.svg") no-repeat;
  height: 14px;
  width: 14px;
  top: 26px;
  right: 25px;
}
#pro-filter #find-pro-formas .finder-autocomplete.active {
  display: block;
}
#pro-filter #find-pro-formas .finder-autocomplete .search {
  background-color: #f5f5f5;
  width: 100%;
  padding: 20px 50px 20px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #c9c9c9;
}
#pro-filter #find-pro-formas .finder-autocomplete .result-list {
  display: none;
  opacity: 0;
  margin-top: 15px;
  border: 1px solid #c9c9c9;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 25px;
}
#pro-filter #find-pro-formas .finder-autocomplete .result-list.active {
  display: block;
  -webkit-animation: fadeIn 1.5s;
  -o-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
  opacity: 1;
}
#pro-filter #find-pro-formas .finder-autocomplete .result-list li {
  margin-bottom: 5px;
  font-size: 16px;
}
#pro-filter #find-pro-formas .finder-autocomplete .result-list li:last-child {
  margin-bottom: 0;
}
#pro-filter #find-pro-formas .finder-autocomplete .result-list li a {
  text-decoration: none;
  color: #6f6d73;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#pro-filter #find-pro-formas .finder-autocomplete .result-list li a.active, #pro-filter #find-pro-formas .finder-autocomplete .result-list li a:hover {
  color: #124483;
}
#pro-filter #find-pro-formas .finder-select {
  display: none;
}
#pro-filter #find-pro-formas .finder-select.active {
  display: block;
}
#pro-filter #find-pro-formas .finder-select .choose-cat {
  font-size: 24px;
  color: #124483;
  margin-bottom: 20px;
}
#pro-filter #find-pro-formas .finder-select .select-wrapper {
  display: table;
  width: 100%;
}
#pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
#pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown .dropdown-toggle {
  white-space: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  color: inherit;
  text-align: left;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 45px 20px 25px;
  outline: none;
  background-color: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown .dropdown-toggle:after {
  content: "";
  font-family: "FontAwesome", sans-serif;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown .dropdown-toggle:hover, #pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown .dropdown-toggle:active, #pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown .dropdown-toggle:focus {
  background-color: #f5f5f5;
}
#pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown .dropdown-menu {
  overflow: hidden;
  z-index: 40;
  width: calc(100% - 4%);
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  margin: 8px 0 25px;
}
#pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown .dropdown-menu li a {
  white-space: normal;
  outline: none;
  padding: 5px 20px;
  color: #6f6d73;
}
#pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown.open .dropdown-toggle:focus:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#pro-filter #find-pro-formas .finder-select .select-wrapper #first-level-domain-dropdown {
  padding-right: 2%;
}
#pro-filter #find-pro-formas .finder-select .select-wrapper #second-level-domain-dropdown {
  padding-left: 2%;
}
#pro-filter #find-pro-formas .finder-select .select-wrapper #second-level-domain-dropdown .dropdown-menu {
  left: 4%;
}
#pro-filter #find-pro-formas .finder-select .select-wrapper #second-level-domain-dropdown .dropdown-menu li a:hover, #pro-filter #find-pro-formas .finder-select .select-wrapper #second-level-domain-dropdown .dropdown-menu li a:focus {
  background-color: #124483;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  #pro-filter #find-pro-formas #select-finder #finder-autocomplete, #pro-filter #find-pro-formas #select-finder #finder-select {
    font-size: 15px;
  }
  #pro-filter #find-pro-formas #select-finder #finder-select {
    margin-left: 20px;
  }
  #pro-filter #find-pro-formas #select-finder #finder-select:before {
    height: 60%;
    top: 20%;
    left: -10px;
  }
  #pro-filter #find-pro-formas .finder-autocomplete:after {
    top: 21px;
    right: 16px;
  }
  #pro-filter #find-pro-formas .finder-autocomplete .search {
    padding: 16px 35px 16px 15px;
  }
  #pro-filter #find-pro-formas .finder-autocomplete .result-list {
    padding: 15px;
  }
  #pro-filter #find-pro-formas .finder-autocomplete .result-list li {
    font-size: 15px;
  }
  #pro-filter #find-pro-formas .finder-select .select-wrapper {
    display: block;
  }
  #pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown {
    display: block;
    width: 100%;
  }
  #pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown .dropdown-toggle {
    padding: 14px 40px 14px 15px;
  }
  #pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown .dropdown-toggle:after {
    font-size: 21px;
    right: 14px;
    top: calc(50% - 14px);
  }
  #pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown .dropdown-menu {
    width: 100%;
  }
  #pro-filter #find-pro-formas .finder-select .select-wrapper .dropdown .dropdown-menu li a {
    padding: 5px 15px;
    font-size: 13px;
  }
  #pro-filter #find-pro-formas .finder-select .select-wrapper #first-level-domain-dropdown {
    padding: 0;
    margin-bottom: 15px;
  }
  #pro-filter #find-pro-formas .finder-select .select-wrapper #second-level-domain-dropdown {
    padding: 0;
  }
  #pro-filter #find-pro-formas .finder-select .select-wrapper #second-level-domain-dropdown .dropdown-menu {
    left: 0;
  }
  #pro-filter #find-pro-formas .finder-select .select-wrapper #second-level-domain-dropdown .dropdown-menu li a:hover, #pro-filter #find-pro-formas .finder-select .select-wrapper #second-level-domain-dropdown .dropdown-menu li a:focus {
    background-color: #124483;
    color: #fff;
  }
}

#general-public-filter {
  margin: 15px 0 25px;
}
#general-public-filter .dropdown .dropdown-toggle {
  white-space: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  color: inherit;
  text-align: left;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 45px 20px 25px;
  outline: none;
  background-color: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#general-public-filter .dropdown .dropdown-toggle:after {
  content: "";
  font-family: "FontAwesome", sans-serif;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#general-public-filter .dropdown .dropdown-toggle:hover, #general-public-filter .dropdown .dropdown-toggle:active, #general-public-filter .dropdown .dropdown-toggle:focus {
  background-color: #f5f5f5;
}
#general-public-filter .dropdown .dropdown-menu {
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 5px;
  font-weight: 500;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  margin: 8px 0 25px;
}
#general-public-filter .dropdown .dropdown-menu li {
  white-space: normal;
}
#general-public-filter .dropdown .dropdown-menu li.dropdown-header {
  font-size: 14px;
  text-decoration: underline;
  padding: 3px 15px;
  color: #626166;
}
#general-public-filter .dropdown .dropdown-menu li a {
  white-space: normal;
  outline: none;
  padding: 3px 25px;
  color: #6f6d73;
}
#general-public-filter .dropdown .dropdown-menu li a:hover, #general-public-filter .dropdown .dropdown-menu li a:focus {
  background-color: #124483;
  color: #fff;
}
#general-public-filter .dropdown.open .dropdown-toggle:focus:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#general-public-filter .dropdown.open .dropdown-menu li.dropdown-header {
  font-size: 13px;
}
#general-public-filter .dropdown.open .dropdown-menu li a {
  font-size: 13px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  #general-public-filter {
    margin: 20px 0 25px;
  }
  #general-public-filter .dropdown .dropdown-toggle {
    padding: 14px 40px 14px 15px;
  }
  #general-public-filter .dropdown .dropdown-toggle:after {
    font-size: 21px;
    right: 14px;
    top: calc(50% - 14px);
  }
}

#agencies-list {
  overflow: hidden;
}
#agencies-list.filter-pro .agency-item .title a {
  color: #0d2546;
}
#agencies-list.filter-pro .agency-item .buttons .see-more {
  color: #f36f30;
  border: 1px solid #f36f30;
}
#agencies-list.filter-pro .agency-item .buttons .see-more:hover {
  background-color: #f36f30;
}
#agencies-list.filter-gp .agency-item .title a {
  color: #124483;
}
#agencies-list .agency-item {
  padding: 25px 25px 0 0;
  margin-top: -1px;
  border-top: 1px solid rgba(201, 201, 201, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#agencies-list .agency-item.active {
  background-color: rgba(201, 201, 201, 0.3);
  padding: 25px 0 0 25px;
}
#agencies-list .agency-item .title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#agencies-list .agency-item .title a {
  text-decoration: none;
  color: #3e3d40;
}
#agencies-list .agency-item .address, #agencies-list .agency-item .phone {
  position: relative;
  margin-left: 18px;
  font-weight: 400;
  font-size: 16px;
}
#agencies-list .agency-item .address:before, #agencies-list .agency-item .phone:before {
  left: -18px;
  position: absolute;
  font-family: "FontAwesome", sans-serif;
}
#agencies-list .agency-item .address {
  margin-bottom: 5px;
}
#agencies-list .agency-item .address:before {
  content: "";
}
#agencies-list .agency-item .address .city {
  text-transform: uppercase;
}
#agencies-list .agency-item .phone a {
  display: inline-block;
  color: #6f6d73;
}
#agencies-list .agency-item .phone:before {
  content: "";
}
#agencies-list .agency-item .vroomVroom {
  margin-top: -15px;
  margin-bottom: 10px;
  color: #6f6d73;
  display: block;
}
#agencies-list .agency-item .vroomVroom:hover {
  color: #6f6d73;
  text-decoration: underline;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  #agencies-list .agency-item .vroomVroom {
    margin-top: -5px;
    margin-bottom: 5px;
  }
}
#agencies-list .agency-item .vroomVroom .stars {
  white-space: nowrap;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#agencies-list .agency-item .vroomVroom .stars span {
  display: inline-block;
  background: no-repeat center center url(../assets/images/vroomVroom-star-empty_medium.png);
  width: 19px;
  height: 17px;
  margin-right: 3px;
}
#agencies-list .agency-item .vroomVroom .stars span.full {
  background-image: url(../assets/images/vroomVroom-star-full_medium.png);
}
#agencies-list .agency-item .vroomVroom .stars span.partial {
  position: relative;
}
#agencies-list .agency-item .vroomVroom .stars span.partial span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-image: url(../assets/images/vroomVroom-star-full_medium.png);
  background-position: top left;
}
#agencies-list .agency-item .vroomVroom .rating {
  font-weight: bold;
  vertical-align: middle;
  font-size: 16px;
}
#agencies-list .agency-item .vroomVroom .rating-count {
  font-size: 12px;
}
#agencies-list .agency-item .buttons {
  margin-top: 20px;
  font-size: 0;
}
#agencies-list .agency-item .buttons .see-more, #agencies-list .agency-item .buttons .pointment, #agencies-list .agency-item .buttons .callback {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
}
#agencies-list .agency-item .buttons .see-more {
  padding: 7px 20px;
  margin: 0 20px 26px 0;
  color: #da1f26;
  border: 1px solid #da1f26;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#agencies-list .agency-item .buttons .see-more:hover {
  background-color: #da1f26;
  color: #fff;
}
#agencies-list .agency-item .buttons .pointment, #agencies-list .agency-item .buttons .callback {
  padding: 7px 25px 7px 55px;
  position: relative;
  color: #fff;
  background-color: #124483;
  border: 1px solid #124483;
}
#agencies-list .agency-item .buttons .pointment:hover, #agencies-list .agency-item .buttons .callback:hover {
  background-color: #fff;
  color: #124483;
}
#agencies-list .agency-item .buttons .pointment {
  margin: 0 20px 20px 0;
}
#agencies-list .agency-item .buttons .pointment:before {
  content: "";
  background: url("../assets/images/icos/coords/calendar.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 25px;
}
#agencies-list .agency-item .buttons .pointment:hover:before {
  background: url("../assets/images/icos/coords/calendar_hover.svg") no-repeat center;
}
#agencies-list .agency-item .buttons .callback {
  margin: -5px 0 26px 0;
}
#agencies-list .agency-item .buttons .callback:before {
  content: "";
  background: url("../assets/images/icos/coords/phone_formas.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 22px;
}
#agencies-list .agency-item .buttons .callback:hover:before {
  background: url("../assets/images/icos/coords/phone_formas_hover.svg") no-repeat center;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  #agencies-list .agency-item {
    padding: 25px 0 0;
  }
  #agencies-list .agency-item.active {
    padding: 25px 0 0;
    background-color: #fff;
  }
  #agencies-list .agency-item .title {
    opacity: 1;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #agencies-list .agency-item .address, #agencies-list .agency-item .phone {
    font-size: 14px;
  }
  #agencies-list .agency-item .buttons {
    margin-top: 15px;
  }
  #agencies-list .agency-item .buttons .see-more {
    font-size: 11px;
    padding: 10px 16px;
    display: block;
    width: 132px;
    margin: 0 0 15px 0;
  }
  #agencies-list .agency-item .buttons .pointment, #agencies-list .agency-item .buttons .callback {
    font-size: 10px;
    padding: 9px 12px 9px 32px;
  }
  #agencies-list .agency-item .buttons .pointment {
    margin: 0 10px 25px 0;
  }
  #agencies-list .agency-item .buttons .pointment:before {
    left: 11px;
    top: 7px;
  }
  #agencies-list .agency-item .buttons .callback {
    margin: 0 0 25px 0;
  }
  #agencies-list .agency-item .buttons .callback:before {
    top: 8px;
    left: 9px;
  }
}

#no-result {
  margin-top: 20px;
}
#no-result .highlighted {
  margin: 30px 0 25px 0;
  font-size: 18px;
  font-weight: 500;
  color: #da1f26;
}
#no-result .buttons .see-more {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #da1f26;
  border: 1px solid #da1f26;
}
#no-result .buttons .see-more:hover {
  background-color: #da1f26;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  #no-result {
    font-size: 14px;
  }
  #no-result .highlighted {
    margin: 25px 0 25px 0;
    font-size: 17px;
  }
  #no-result .buttons .see-more {
    font-size: 11px;
    padding: 14px 20px;
  }
}
