.guides-list .btn-primary {
  width: 202px;
  height: 52px;
  border-radius: 50px;
  font-size: 18px;
  transition: box-shadow ease-in 0.3s;
  background: linear-gradient(to left, #1BBEF2 -1.4%, #43D9E8 100%);
  border: none; }
  .guides-list .btn-primary:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    border: none; }

.guides-list .become-guide {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  font-size: 18px;
  font-weight: 500;
  background-color: #F5F5F5;
  color: #858585;
  border-bottom: 1px solid #E3E3E3; }
  .guides-list .become-guide span {
    color: #1BBEF2; }
  .guides-list .become-guide h2 {
    font-size: 34px;
    color: #5A5A5A;
    text-align: left;
    font-weight: 600; }
  .guides-list .become-guide p:nth-child(2) {
    padding-right: 28%;
    padding-top: 28px;
    margin: 0px; }
  .guides-list .become-guide p:nth-child(3) {
    padding-top: 5px;
    padding-right: 38%; }
  .guides-list .become-guide .btn {
    margin-top: 25px;
    padding-top: 12px; }
  .guides-list .become-guide .guide-png {
    position: absolute;
    left: -40px; }

.guides-list .guide-form {
  padding-top: 45px; }
  .guides-list .guide-form h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #5A5A5A;
    text-transform: uppercase; }
  .guides-list .guide-form span {
    color: #1BBEF2; }
  .guides-list .guide-form .selector-wrap {
    padding-top: 12px; }
  .guides-list .guide-form .form-control {
    height: 52px;
    padding: 0px 25px;
    border: none;
    background-color: #ffffff;
    background-repeat: no-repeat;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    color: #5A5A5A;
    font-size: 18px;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none; }
    .guides-list .guide-form .form-control::-webkit-inner-spin-button {
      opacity: 1; }
  .guides-list .guide-form .select-city, .guides-list .guide-form .select-dest, .guides-list .guide-form .select-type {
    background-image: url(../images/arrowdown.svg);
    background-position-y: center; }
  .guides-list .guide-form .select-city, .guides-list .guide-form .select-dest {
    width: 246px;
    background-position-x: 210px; }
  .guides-list .guide-form .select-type {
    width: 216px;
    background-position-x: 180px; }
  .guides-list .guide-form .select-persons {
    width: 88px;
    padding-right: 15px; }
  .guides-list .guide-form .btn-primary {
    width: 225px;
    background: linear-gradient(to left, #FF8600 -1.4%, #FBA94D 100%);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: box-shadow ease-in 0.3s; }
    .guides-list .guide-form .btn-primary:hover {
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4); }
  .guides-list .guide-form .selector-wrap label {
    color: #969696;
    font-size: 16px;
    margin-bottom: 0px; }
  .guides-list .guide-form .boxes {
    margin-top: 20px;
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 20px 0px 20px 25px; }
    .guides-list .guide-form .boxes h5 {
      text-transform: uppercase;
      color: #969696;
      font-size: 18px;
      font-weight: normal; }
    .guides-list .guide-form .boxes input[type="checkbox"]:checked + label {
      font-weight: 600; }
    .guides-list .guide-form .boxes label {
      color: #858585; }
    .guides-list .guide-form .boxes .custom-control {
      padding: 10px 0px 5px 25px; }
    .guides-list .guide-form .boxes .custom-control-label::before, .guides-list .guide-form .boxes .custom-control-label::after {
      border-radius: 5px !important;
      width: 20px !important;
      height: 20px !important;
      top: 2px; }
    .guides-list .guide-form .boxes .custom-control-input:checked ~ .custom-control-label::after {
      background-image: url(../images/check-in.svg) !important;
      background-position: center !important; }
    .guides-list .guide-form .boxes .custom-control-input:checked ~ .custom-control-label::before {
      background-color: transparent !important;
      border-color: #CDCDCD !important; }

.guides-list .cards {
  position: relative;
  width: 100%;
  min-height: 390px;
  padding-top: 55px; }
  .guides-list .cards h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #5A5A5A;
    text-transform: uppercase; }

.guides-list .guide-card {
  width: 350px;
  height: 260px;
  margin: 0px auto;
  position: relative;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
  color: #5A5A5A;
  background-color: #ffffff; }
  .guides-list .guide-card span {
    display: block; }
  .guides-list .guide-card .guide-name, .guides-list .guide-card .language {
    padding-left: 15px; }
  .guides-list .guide-card .guide-name {
    position: relative;
    padding-top: 10px; }
    .guides-list .guide-card .guide-name::after {
      content: "";
      position: absolute;
      width: 85%;
      height: 1px;
      bottom: -10px;
      background-color: #E6E6E6; }
    .guides-list .guide-card .guide-name span {
      line-height: 21px; }
      .guides-list .guide-card .guide-name span:last-child {
        color: #858585; }
  .guides-list .guide-card .cities-list {
    font-weight: 500;
    text-transform: uppercase;
    list-style: none;
    line-height: 17px;
    padding-left: 30px;
    padding-top: 20px;
    margin-bottom: 15px; }
    .guides-list .guide-card .cities-list li {
      position: relative;
      padding: 4px 0px; }
      .guides-list .guide-card .cities-list li::before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        left: -14px;
        top: 8px;
        border-radius: 50%;
        background-color: #1BBEF2; }
  .guides-list .guide-card .language {
    padding-bottom: 15px; }
    .guides-list .guide-card .language span {
      line-height: 21px; }
      .guides-list .guide-card .language span:first-child {
        color: #858585;
        font-weight: 300; }

.guides-list .guide-link {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 6px;
  transition: all ease-in 0.3s; }
  .guides-list .guide-link:hover {
    border: 1px solid #1BBEF2;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2); }

.guides-list .guide-photo {
  width: 100%;
  height: 100%;
  background: url(../images/guide-photo.png) center no-repeat;
  background-size: cover;
  border-radius: 6px 0px 0px 6px; }
