.wrapper {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.widget {
  padding: 0px!important;
  width: 100%;
  max-width: 430px;
  height: 465px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 7px 30px 0px rgba(50, 50, 50, 0.32);
  -moz-box-shadow: 0px 7px 30px 0px rgba(50, 50, 50, 0.32);
  box-shadow: 0px 7px 30px 0px rgba(50, 50, 50, 0.32);
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.widget__photo {
  width: 100%;
 /* height: 214px;*/

  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.widget__photo:after {
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}

.widget__details {
 padding: 13px 8px 0px 22px;
  position: relative;
transition:.3s all ease;
}

.widget__badges {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
}

.widget__badge {
  font-size: 12px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  width: 40px;
  text-align: center;
  padding: 2px 0;
  border-radius: 3px;
}

.widget__badge.widget__badge--rating {
  background-color: #14C852;
  border-color: #14C852;
  color: #fff;
}

.widget__name {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  width: 100%;

}

.widget__type {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.widget__info span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
.widget__info span:first-of-type {
  margin-top: 15px;
}

.widget__table {
  width: 100%;
}
.widget__table tr td {
  color: rgba(0, 0, 0, 0.7);
  line-height: 25px;
}
.widget__table tr td:first-child {
  color: rgba(0, 0, 0, 0.4);
}

.widget__overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.widget__button {
  cursor: pointer;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  margin: 0 auto;
  padding: 10px 0;
  width: 70%;
  background-color: #47b5ea;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  left: 0;
  right: 0;
  top: -40px;
}

.widget:hover .widget__button {
  top: 400px;
}
.widget:hover .widget__photo {
  
 /* -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);*/
  transform: translateY(-3px);
}
.widget:hover .widget__details{
padding: 0px 8px 0px 22px;
    margin-top: -49px;
}
.widget:hover .widget__name {
  bottom: 12px;
    position: relative;
    color:white!important;
    padding-bottom: 10px;}

.widget:hover .widget__photo:after {
  opacity: 1;
}
.widget:hover .widget__overlay {
  visibility: visible;
  opacity: 1;
}
.c-job-search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 848px;
    margin-bottom: 78px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
}
.c-job-filter-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 34%;
    min-width: 192px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.w-input, .w-select {
    display: block;
    width: 100%;
    height: 41px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}
.c-job-filter-block.cc-button {
    max-width: 216px;
}
.c-button {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 40px;
    min-width: 152px;
    padding: 6px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 100px;
    background-color: #002678;
    color: #fff;
    font-size: 16px;
    line-height: 1.75rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    margin-bottom: 10px;
}
.svg3{
      margin-left: 8px;
}
#filtered-items-2 {
    padding-top: 56px;
}
   #myModal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 41px;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
.font-popup{
   font-size: 1.5em;
}

.modal-container {
  width: 570px;
  margin: 4em auto;
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,0.5);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

.modal-content {


   display: flex!important;
    flex-direction: row!important;
  position: relative!important;
  padding: 40px 20px;
}

.modal-content h2 {
  margin-top: 0;
}

.close-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -10px;
  right: -5px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 3px solid #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

.left-side img {
  width: 100%;
  margin-top: 25px;
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.column {
  float: left;
}

.left-side {
  width: 35%;
}

.right-side {
  width: 60%;
  margin-left: 5%;
}

.modal-content:after {
  content: "";
  display: table;
  clear: both;
}

.regist-content input {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  padding-left: 5px;
}

.popup_login {
  width: 100%;
  border: 0;
  padding: 13px 0;
  text-transform: uppercase;
  background-color:#208dc1;
  color: #ffffff;
  cursor: pointer;
}

.popup_login:hover {
  background-color: #F17C75;
}

@media (min-width: 320px) and (max-width: 767px) {
  .c-job-search-form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .widget {
        margin-bottom: 35px!important;
      }
    }

    
    @media (min-width: 320px) and (max-width: 767px) {
    #filtered-items-2 {
    padding-top: 6px;
}
}
  @media (min-width: 320px) and (max-width: 767px) {
#filtered-items-3 {
    padding-top: 6px!important;
}
}

 #myModal {
      position: fixed;
      z-index: 1;
      left: 0;
      top: 41px;
      height: 100%;
      width: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.5);
   }
.widget:last-child {
    margin-bottom: 46px!important;
 }
   .font-popup {
      font-size: 1.5em;
   }

   .modal-container {
      width: 570px;
      margin: 4em auto;
      background-color: #ffffff;
      border: 1px solid rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
   }

   .modal-content {


      display: flex !important;
      flex-direction: row !important;
      position: relative !important;
      padding: 40px 20px;
   }

   .modal-content h2 {
      margin-top: 0;
   }

   .close-btn {
      position: absolute;
      width: 24px;
      height: 24px;
      top: -10px;
      right: -5px;
      background-color: #ffffff;
      border-radius: 50%;
      border: 3px solid #ffffff;
      cursor: pointer;
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
   }

   .left-side img {
      width: 100%;
      margin-top: 25px;
      -ms-transform: rotate(-4deg);
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg);
   }

   .column {
      float: left;
   }

   .left-side {
      width: 35%;
   }

   .right-side {
      width: 60%;
      margin-left: 5%;
   }

   .modal-content:after {
      content: "";
      display: table;
      clear: both;
   }

   .regist-content input {
      box-sizing: border-box;
      width: 100%;
      margin-bottom: 10px;
      height: 40px;
      padding-left: 5px;
   }

   .popup_login {
      width: 100%;
      border: 0;
      padding: 13px 0;
      text-transform: uppercase;
      background-color: #208dc1;
      color: #ffffff;
      cursor: pointer;
   }

   .popup_login:hover {
      background-color: #F17C75;
   }