﻿/*@primary-color-light: #c92d42;*/
.clear-back {
  margin: 0;
  padding: 0;
}
.clear-ul {
  margin: 0;
  padding: 0;
}
.clear-ul > li {
  list-style: none;
}
.bg-img {
  background-position: top center;
  background-size: cover;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -webkit-transform: translateY(2px)} 100%{opacity:1;}}
@-moz-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -moz-transform: translateY(2px)} 100%{opacity:1;}}
@-o-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -o-transform: translateY(2px)} 100%{opacity:1;}}
@keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6;-webkit-transform: translateY(2px);-moz-transform: translateY(2px);-ms-transform: translateY(2px);transform: translateY(2px);} 100%{opacity:1;}}
[not-existing] {
  zoom: 1;
}
#phone-popup {
  box-sizing: content-box;
  width: 360px !important;
  padding: 20px;
  background: #ffffff;
  display: block;
  min-height: 250px;
  margin: 0 auto;
  border-top: 5px solid #ce1141;
}
#phone-popup .popup-box .title {
  color: #595959;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
  font-size: 22px;
}
#phone-popup .popup-box .form-group {
  position: relative;
  text-align: center;
  margin: 20px 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
#phone-popup .popup-box .form-group:nth-of-type(1) i {
  font-size: 35px;
  left: 3px;
}
#phone-popup .popup-box .form-group img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 22px;
  vertical-align: middle;
}
#phone-popup .popup-box .form-group i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  font-size: 28px;
  color: #e8e8e8;
  vertical-align: middle;
  display: inline-block;
}
#phone-popup .popup-box .form-group input {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding-left: 70px;
  padding-right: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  letter-spacing: 1px;
}
#phone-popup .popup-box .form-group .get-code {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: inline-block;
  color: #b8222a;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border: none;
  outline: none;
}
#phone-popup .popup-box .form-group .get-code-active {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: inline-block;
  color: #cccc;
  cursor: not-allowed;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border: none;
  outline: none;
}
#phone-popup .popup-box .form-group button {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  background: #ce1141;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px;
}
#phone-popup .popup-box .form-group button:focus {
  border: none;
}
#phone-popup .mfp-close {
  display: none;
}
