@font-face {
  font-family: ProximaNova-Regular;
  src: url("../font/ProximaNova-Regular.ttf");
}
@font-face {
  font-family: ProximaNova-Bold;
  src: url("../font/ProximaNova-Bold.ttf");
}
@font-face {
  font-family: ProximaNova-Light;
  src: url("../font/ProximaNova-Light.ttf");
}
@font-face {
  font-family: RussoOne;
  src: url("../font/RussoOne.ttf");
}
body {
  font-family: ProximaNova-Regular, sans-serif;
  padding-top: 85px;
}
ul,
#menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  font-weight: normal;
}
.justifyHelper {
  width: 100% !important;
  height: 0 !important;
  visibility: hidden !important;
  margin: 0 !important;
}
.floatFix {
  clear: both;
}
.wrapper {
  position: relative;
  width: 1195px;
  margin: 0 auto;
  box-sizing: border-box;
}

.number a{
  text-decoration: none;
}

.contacts span a{
  color: #fdb502;
  text-decoration: none;
}


#main_Menu {
  position: fixed;
  top: 0;
  width: 100%;
  line-height: 85px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}
#main_Menu img {
  display: inline-block;
  vertical-align: middle;
}
#main_Menu #menu {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
}
#main_Menu #menu li {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12.5px;
}
#main_Menu #menu li:hover {
  color: #fdb502;
}
#main_Menu #menu li.active {
  color: #fdb502;
}
#main_Menu #menu li:not(:first-child) {
  margin-left: 52px;
}
#main_Menu div.number {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: normal;
  text-align: center;
}
.job-application-form{
    margin-top:20px;
}
#main_Menu div.number p {
  margin: 0;
}
#main_Menu div.number p:first-child {
  font-size: 25px;
  font-family: ProximaNova-Bold, sans-serif;
}
#main_Menu div.number p:first-child span {
  display: none;
  font-size: 17px;
  font-style: italic;
}
#main_Menu div.number p:last-child {
  font-size: 17px;
  font-style: italic;
}
#main_Menu #menu_Button {
  display: none;
}
.rect {
  width: 120%;
  height: 20%;
  position: absolute;
  top: 0;
}
.rect img {
  width: 100%;
  min-height: 500%;
}
#header {
  position: relative;
  padding-bottom: 56px;
  background: url("../img/header_Bg.png") no-repeat right center;
  background-size: cover;
  overflow: hidden;
}
#header .rect1 {
  right: 26%;
}
#header .rect2 {
  right: 29.5%;
}
#header h1 {
  margin: 68px 0 0;
  font-size: 50px;
  font-family: ProximaNova-Bold, sans-serif;
  width: 65%;
}
#header p {
  margin: 25px 0 0;
  font-size: 17px;
}
#header .mainForm {
  margin-top: 30px;
}
#header .mobile {
  display: none;
}
.mainForm .formWrap {
  box-sizing: border-box;
  padding: 10px 10px 14px;
  background-color: white;
  border-radius: 12px 12px 12px 0;
  transition: width 1s;
  width: 429px;
  overflow: hidden;
}
.mainForm .formWrap.active {
  width: 790px;
}
.mainForm .formWrap > div {
  width: 770px;
}
.mainForm .formWrap > div > div {
  display: inline-block;
  vertical-align: top;
}
.mainForm .formWrap > div > div:first-child {
  width: 410px;
}
.mainForm .formWrap > div > div:first-child div {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
.mainForm .formWrap > div > div:nth-child(2) {
  width: 350px;
}
.mainForm .formWrap > div > div:nth-child(2) > div {
  display: inline-block;
}
.mainForm .formWrap > div input[type=text],
.mainForm .formWrap > div select {
  vertical-align: top;
  margin: 13px 0 0 5px;
  font-size: 12.5px;
  height: 31px;
  line-height: 31px;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
}
.mainForm .formWrap > div input[type=text]:focus {
  border-color: #503af6 !important;
  box-shadow: 0 0 9px 0 rgba(80, 58, 246, 0.2);
}
.mainForm .formWrap > div .bigInput {
  width: 195px;
}
.mainForm .formWrap > div .smallInput {
  width: 92px;
}
.mainForm .formWrap > div select {
  border: none;
  outline: none;
  height: 31px;
  background-color: #fdb502;
  color: white;
  -webkit-appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 1em;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
}
.mainForm .formWrap > div select::-ms-expand {
  display: none;
}
.mainForm .formWrap > div select option {
  background-color: white;
  color: #b8b8b8;
  border: none;
}
.mainForm .formWrap > div select option:checked {
  color: black;
}
.mainForm .formWrap > div .bigSelect {
  width: 340px;
  background-image: url('../img/select.png');
}
.mainForm .formWrap > div .bigSelect:disabled {
  background-image: url('../img/selectGrey.png');
}
.mainForm .formWrap > div .smallSelectWrapper {
  position: relative;
  width: 320px;
  margin-left: 14px;
  color: #b8b8b8;
}
.mainForm .formWrap > div .smallSelectWrapper:nth-child(3) {
  margin-top: 13px;
}
.mainForm .formWrap > div .smallSelectWrapper input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mainForm .formWrap > div .smallSelectWrapper input[type=radio]:checked ~ label {
  background-image: url("../img/checkOn.png");
}
.mainForm .formWrap > div .smallSelectWrapper div:first-child {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.mainForm .formWrap > div .smallSelectWrapper div:first-child .smallSelect {
  position: relative;
  width: 257px;
  height: 12px;
  margin: 0;
  padding: 0 50px 0 0;
  background-color: transparent;
  background-image: none;
  color: #b8b8b8;
  font-size: 12.5px;
  z-index: 2;
}
.mainForm .formWrap > div .smallSelectWrapper div:last-child .radioCustom {
  top: 1px;
}
.mainForm .formWrap > div .smallSelectWrapper .radioCustom {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/checkOff.png") no-repeat left center;
  color: #b8b8b8;
  font-size: 12.5px;
  padding-left: 14px;
  z-index: 1;
}
.mainForm .formWrap > div p {
  font-size: 12.5px !important;
  color: #dcdcdc !important;
  margin: 15px 0 0 7px !important;
}
.mainForm button {
  display: inline-block;
  vertical-align: middle;
  width: 219px;
  height: 55px;
  border-radius: 0 0 10px 10px;
  font-size: 17px;
  text-transform: uppercase;
  color: white;
  background-color: #fdb502;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.mainForm > p {
  margin: 0 0 0 12px !important;
  font-size: 12.5px !important;
  display: inline-block;
  vertical-align: middle;
}
.smallAdvantages {
  border-bottom: 1px solid #dcdcdc;
  padding: 65px 0;
  text-align: justify;
}
.smallAdvantages span {
  color: #fdb502;
}
.smallAdvantages div {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.smallAdvantages div:first-child {
  width: 380px;
  font-size: 25px;
  font-family: ProximaNova-Bold, sans-serif;
}
.smallAdvantages div:not(:first-child) {
  width: 220px;
}
.smallAdvantages div:not(:first-child) p {
  margin: 0;
}
.smallAdvantages div:not(:first-child) p:first-child {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 25px;
  line-height: 20px;
}
.smallAdvantages div:not(:first-child) p:last-child {
  margin-top: 5px;
  font-size: 17px;
  color: #717171;
}
#yelp .yelpWrap {
  box-sizing: border-box;
  padding: 50px 100px 50px 160px;
}
#yelp .yelpWrap .yelpLeft {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 600px;
}
#yelp .yelpWrap .yelpLeft h2 {
  margin: 33px 0 0;
  font-size: 33px;
  text-transform: uppercase;
  color: #fdb502;
}
#yelp .yelpWrap .yelpLeft p {
  margin: 24px 0 0;
  font-size: 17px;
  color: #6c6a6a;
}
#yelp .yelpWrap .yelpLeft div {
  margin: 33px 0 0;
  font-size: 17px;
  color: #6c6a6a;
}
#yelp .yelpWrap .yelpLeft div span:first-child {
  font-size: 33px;
  color: #fdb502;
  vertical-align: middle;
}
#yelp .yelpWrap .yelpRight {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 38px;
}
#yelp .yelpWrap .yelpRight .phone {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 233px;
  height: 476px;
  box-sizing: border-box;
  padding: 56px 0 0 14px;
  background: url("../img/iPhone.png") no-repeat;
}
#yelp .yelpWrap .yelpRight .phone .yelpSlider {
  width: 205px;
  height: 363px;
}
#yelp .yelpWrap .yelpRight .phone .yelpSlider img {
  width: 100%;
}
#yelp .yelpWrap .yelpRight .phone .zoomIco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
#yelp .yelpWrap .yelpRight .phone:hover .zoomIco {
  opacity: 1;
}
#yelp .yelpWrap .yelpRight .phone .zoomScreen {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(1.25);
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.17);
  display: none;
}
#yelp .yelpWrap .yelpRight .phone .closeZoom {
  position: absolute;
  top: -20px;
  right: -65px;
  display: none;
  cursor: pointer;
}
#yelp .yelpWrap .yelpRight #phoneNext {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  cursor: pointer;
}
#yelp .yelpWrap .yelpRight #phonePrev {
  display: none;
}
#yelp .yelpWrap .mobSlideInfo {
  display: none;
}
#relax {
  position: relative;
  height: 550px;
  background: url("../img/relax_Bg.png") no-repeat right center;
  background-size: cover;
  overflow: hidden;
}
#relax .rect1 {
  right: 34%;
}
#relax .rect2 {
  right: 37%;
}
#relax .wrapper > div {
  width: 535px;
}
#relax .wrapper > div h3 {
  font-size: 25px;
  margin: 52px 0 0;
}
#relax .wrapper > div p {
  font-size: 17px;
  margin: 30px 0 0;
  line-height: 29px;
}
#relax .wrapper > div .getCheckListLabel {
  background-color: white;
  margin-top: 25px;
  padding: 18px;
  font-size: 17px;
  font-family: ProximaNova-Light, sans-serif;
}
#relax .wrapper > div .getCheckListLabel span {
  font-family: ProximaNova-Bold, sans-serif;
  color: #fdb502;
}
#relax .wrapper > div #getCheckListButton {
  width: 222px;
  height: 56px;
  line-height: 56px;
  background-color: #fdb502;
  color: white;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
}
#fastService .title {
  padding: 35px 0 45px;
  border-bottom: 1px solid #dcdcdc;
}
#fastService .title p:first-child {
  float: right;
  width: 800px;
  margin: 0;
  font-size: 42px;
  text-transform: uppercase;
  color: #fdb502;
}
#fastService .title p:nth-child(2) {
  float: left;
  width: 370px;
  margin: 65px 0 0;
  font-size: 25px;
  font-family: ProximaNova-Bold, sans-serif;
  text-align: right;
}
#fastService .title p:nth-child(3) {
  float: right;
  width: 800px;
  margin: 17px 0 0;
  font-size: 17px;
  font-family: ProximaNova-Light, sans-serif;
}
#fastService .steps {
  padding: 60px 0 48px;
  text-align: justify;
}
#fastService .steps > div {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  text-align: center;
}
#fastService .steps > div div {
  height: 97px;
}
#fastService .steps > div p:nth-child(2) {
  margin: 0;
  font-size: 20px;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
}
#fastService .steps > div p:nth-child(3) {
  margin: 8px 0 0;
  font-size: 17px;
  font-family: ProximaNova-Light, sans-serif;
}
#doForm1 {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  background: url("../img/doForm1Bg.png") no-repeat right center;
  background-size: cover;
}
#doForm1 .rect1 {
  right: 30%;
}
#doForm1 .rect2 {
  right: 33.5%;
}
#doForm1 h3 {
  font-size: 25px;
  margin: 42px 0 0;
  font-family: ProximaNova-Bold, sans-serif;
}
#doForm1 .mainForm {
  margin-top: 40px;
}
#hesitate {
  overflow: hidden;
  padding-bottom: 66px;
}
#hesitate h2 {
  font-size: 42px;
  color: #fdb502;
  text-transform: uppercase;
  text-align: center;
  margin: 66px 0 77px;
}
#hesitate .fears {
  text-align: justify;
}
#hesitate .fears div {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  text-align: left;
}
#hesitate .fears div p:first-child {
  font-size: 42px;
  font-family: ProximaNova-Bold, sans-serif;
  color: #fdb502;
  margin: 0;
}
#hesitate .fears div p:nth-child(2) {
  font-size: 20px;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
  margin: 4px 0 0;
}
#hesitate .fears div p:last-child {
  font-size: 17px;
  font-family: ProximaNova-Light, sans-serif;
  margin: 9px 0 0;
}
#advantages .heading {
  background-color: #fdb502;
}
#advantages .heading h2 {
  margin: 0;
  padding: 27px 0;
  font-size: 30px;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
#advantages .cards {
  position: relative;
  overflow: hidden;
  background: url("../img/advBg.png") no-repeat center bottom;
  background-size: cover;
}
#advantages .cards .rect1 {
  right: 32%;
}
#advantages .cards .rect2 {
  right: 35%;
}
#advantages .cards .wrapper {
  text-align: justify;
  padding: 54px 42px;
}
#advantages .cards .wrapper > div {
  display: inline-block;
  vertical-align: top;
  transition: transform 0.5s;
}
#advantages .cards .wrapper > div div:first-child {
  position: relative;
  width: 330px;
  height: 299px;
  padding: 32px 20px;
  box-sizing: border-box;
  background: url("../img/cardBg.png") no-repeat right;
  background-size: cover;
  text-align: left;
}
#advantages .cards .wrapper > div div:first-child p:first-child {
  margin: 0;
  font-size: 18px;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
}
#advantages .cards .wrapper > div div:first-child p:nth-child(2) {
  position: relative;
  margin: 12px 0 0;
  font-size: 15px;
  font-family: ProximaNova-Light, sans-serif;
  z-index: 1;
}
#advantages .cards .wrapper > div div:first-child p:last-child {
  margin: 0;
  line-height: 55px;
  font-size: 73px;
  font-family: RussoOne, sans-serif;
  color: #efefef;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#advantages .cards .wrapper > div div:last-child {
  height: 10px;
  background-color: #222222;
}
#advantages .cards .wrapper > div:hover {
  transform: scale(1.15);
}
#advantages .cards .wrapper > div:hover div:last-child {
  background-color: #fdb502;
}
#smallAdvantages2 {
  padding: 51px 0;
}
#consultation {
  background: url("../img/consultBg.png") no-repeat right center, linear-gradient(to bottom, #ffffff, #f6f5f2);
  padding: 103px 0 70px;
}
#consultation .title {
  width: 800px;
}
#consultation .title h1 {
  margin: 0;
  font-size: 50px;
  font-family: ProximaNova-Bold, sans-serif;
}
#consultation .title h1 span {
  color: #fdb502;
  text-transform: uppercase;
}
#consultation .title p {
  margin: 19px 0 0;
  font-size: 17px;
}
#consultation .sliderWrapper {
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  height: 275px;
  margin-top: 30px;
  padding: 25px 20px;
  box-sizing: border-box;
  background-color: white;
}
#consultation .sliderWrapper .consultSlider p:first-child {
  font-size: 18px;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
#consultation .sliderWrapper .consultSlider p:last-child {
  font-size: 15px;
  font-family: ProximaNova-Light, sans-serif;
  color: #7e7e7e;
  margin: 10px 0 0;
}
#consultation .sliderWrapper .consultSlider .slick-dots {
  text-align: left;
  bottom: -60px;
}
#consultation .sliderWrapper .consultSlider .slick-dots li:first-child {
  margin: 0;
}
#consultation .sliderWrapper .consultSlider .slick-dots li:not(:first-child) {
  margin: 0 0 0 17px;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  60% {
    -webkit-transform: translateX(10px);
  }
}
#consultation .consultNext {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#consultation .consultNext div,
#consultation .consultNext img {
  display: inline-block;
  vertical-align: middle;
}
#consultation .consultNext div {
  transform: rotate(270deg);
  font-size: 12.5px;
  margin-left: -17px;
}
#consultation .consultNext img {
  margin-left: -15px;
}
#consultation .consultNext:hover img {
  -webkit-animation: bounce 2s infinite;
}
#consultation .buttonWrapper .consultButton {
  display: inline-block;
  vertical-align: middle;
  width: 335px;
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background-color: #fdb502;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
}
#consultation .buttonWrapper .buttonTitle {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 12.5px;
  color: #7e7e7e;
}
#doForm2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  background: url("../img/doForm2Bg.png") no-repeat right center;
  background-size: cover;
}
#doForm2 .rect1 {
  right: 30%;
}
#doForm2 .rect2 {
  right: 33.5%;
}
#doForm2 h3 {
  font-size: 33px;
  margin: 42px 0 0;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
}
#doForm2 p {
  font-size: 17px;
  font-family: ProximaNova-Light, sans-serif;
  margin: 5px 0 0;
}
#doForm2 .mainForm {
  margin-top: 37px;
}
#faqs {
  background-color: #f8f8f8;
  padding: 52px 0 0;
}
#faqs .wrapper h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 50px;
  font-family: ProximaNova-Bold, sans-serif;
}
#faqs .wrapper > p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 11px;
  font-size: 17px;
  font-family: ProximaNova-Light, sans-serif;
}
#faqs .wrapper .Qs {
  margin-top: 70px;
  text-align: justify;
}
#faqs .wrapper .Qs div {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 47.5%;
  text-align: left;
  box-sizing: border-box;
  padding-left: 80px;
  margin-bottom: 70px;
}
#faqs .wrapper .Qs div img {
  position: absolute;
  top: 4px;
  left: 0;
}
#faqs .wrapper .Qs div p:nth-child(2) {
  margin: 0;
  font-size: 18px;
  font-family: ProximaNova-Bold, sans-serif;
}
#faqs .wrapper .Qs div p:last-child {
  margin: 12px 0 0;
  font-size: 14px;
  font-family: ProximaNova-Light, sans-serif;
  color: #717171;
}
#map {
  height: 470px;
}
#footer {
  background-color: #222222;
  padding: 40px 0 35px;
  font-size: 12.5px;
  color: #bbbbbb;
}
#footer img {
  display: inline-block;
  vertical-align: middle;
}
#footer .contacts {
  display: inline-block;
  vertical-align: middle;
  margin-left: 26px;
}
#footer .contacts p:first-child {
  margin: 0 0 13px;
  font-size: 17px;
  text-transform: uppercase;
}
#footer .contacts p:not(:first-child) {
  margin: 0;
}
#footer .contacts p:not(:first-child) span {
  color: #fdb502;
  font-family: ProximaNova-Bold, sans-serif;
}
#footer .serviceInfo {
  float: right;
}
#footer .serviceInfo p {
  margin: 0;
  font-size: 17px;
}
#footer .serviceInfo p:last-child {
  margin-top: 10px;
}
#footer .copyright {
  font-family: ProximaNova-Light, sans-serif;
  margin: 35px 0 0;
}
#footer .designedBy {
  text-decoration: none;
  color: #bbbbbb;
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer .designedBy img {
  margin-left: 6px;
}
#popups {
  display: none;
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#popups .form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#popups .form > div {
  box-sizing: border-box;
  padding: 27px 33px 35px;
  background-color: white;
  border-radius: 12px 12px 12px 0;
}
#popups .form > div div {
  position: relative;
}
#popups .form > div div img {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#popups .form > div div p:first-child {
  margin: 0;
  font-size: 20px;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
}
#popups .form > div div p:nth-child(2) {
  margin: 8px 0 0;
  font-size: 17px;
  font-family: ProximaNova-Light, sans-serif;
  color: #717171;
}
#popups .form > div div input {
  font-size: 12.5px;
  margin-top: 23px;
  padding-left: 10px;
  box-sizing: border-box;
  height: 31px;
  line-height: 31px;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  outline: none;
}
#popups .form > div div input:focus {
  border-color: #503af6 !important;
  box-shadow: 0 0 9px 0 rgba(80, 58, 246, 0.2);
}
#popups .form button {
  width: 206px;
  height: 55px;
  border-radius: 0 0 10px 10px;
  font-size: 17px;
  text-transform: uppercase;
  color: white;
  background-color: #fdb502;
  border: none;
  outline: none;
  padding: 0;
}
#popups #consultationForm {
  display: none;
}
#popups #consultationForm > div {
  width: 410px;
}
#popups #consultationForm > div div input {
  width: 100%;
}
#popups #checkListForm {
  display: none;
  width: 511px;
}
#popups #checkListForm input {
  width: 195px;
}
#popups #checkListForm input:last-child {
  margin-left: 14px;
}
#popups #checkListForm button {
  display: inline-block;
  vertical-align: middle;
}
#popups #checkListForm > p {
  margin: 0 0 0 12px;
  font-size: 12.5px;
  color: white;
  display: inline-block;
  vertical-align: middle;
}
#popups #success {
  display: none;
  width: 360px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#popups #success div:first-child {
  background-color: white;
  padding: 30px;
  border-radius: 12px 12px 0 0;
}
#popups #success div:first-child p:first-child {
  margin: 0;
  font-size: 20px;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
}
#popups #success div:first-child p:nth-child(2),
#popups #success div:first-child p:nth-child(4) {
  margin-top: 10px;
  font-size: 17px;
  font-family: ProximaNova-Light, sans-serif;
  color: #717171;
}
#popups #success div:first-child p:nth-child(3) {
  font-size: 25px;
  color: #fdb502;
  font-family: ProximaNova-Bold, sans-serif;
  margin: 15px 0 0;
}
#popups #success div:last-child {
  background-color: #fdb502;
  color: white;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0 0 12px 12px;
  cursor: pointer;
}
@media screen and (max-width: 1250px) {
  .wrapper {
    width: 97%;
  }
  #yelp .yelpWrap {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #fastService .title p:first-child,
  #fastService .title p:nth-child(2),
  #fastService .title p:nth-child(3) {
    float: none;
    text-align: center;
    width: 100%;
  }
  #fastService .title p:not(:first-child) {
    margin-top: 17px;
  }
  #fastService .steps > div {
    width: 30%;
  }
  #consultation .title {
    background-color: rgba(255, 255, 255, 0.71);
  }
  #advantages .cards .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #advantages .cards .wrapper div div:first-child {
    width: 300px;
    height: 320px;
  }
  #hesitate .fears div {
    width: 30%;
  }
}
@media screen and (max-width: 1100px) {
  .smallAdvantages div:first-child {
    width: 270px;
  }
  .smallAdvantages div:not(:first-child) {
    width: 162px;
  }
  #yelp .yelpWrap .yelpLeft {
    width: 50%;
  }
  #advantages .cards .wrapper {
    text-align: center;
  }
  #advantages .cards .wrapper > div {
    margin: 20px;
  }
  #consultation .title {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  body {
    padding-top: 40px;
  }
  #main_Menu {
    position: absolute;
    top: 40px;
    line-height: normal;
    height: auto;
    text-align: center;
    padding-bottom: 25px;
  }
  #main_Menu .wrapper {
    width: 100%;
  }
  #main_Menu img {
    margin-top: 20px;
  }
  #main_Menu #menu {
    line-height: normal;
    display: block;
    width: 100px;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    transition: height 0.5s;
  }
  #main_Menu #menu.active {
    height: 180px;
  }
  #main_Menu #menu li {
    display: block;
    margin-top: 20px;
  }
  #main_Menu #menu li:not(:first-child) {
    margin-left: 0;
  }
  #main_Menu div.number {
    position: fixed;
    width: 100%;
    top: 0;
    transform: none;
    background-color: black;
    color: white;
    z-index: 1;
  }
  #main_Menu div.number p:first-child {
    line-height: 40px;
    font-size: 17px;
  }
  #main_Menu div.number p:first-child span {
    line-height: 40px;
    display: inline;
    font-size: 12.5px;
    margin-right: 10px;
  }
  #main_Menu div.number p:last-child {
    display: none;
  }
  #main_Menu #menu_Button {
    display: block;
    width: 35px;
    position: absolute;
    top: 37px;
    right: 20px;
    transition: width 1s;
  }
  #main_Menu #menu_Button div {
    height: 3px;
    background-color: black;
    transform-origin: 0 50%;
    transition: all 0.5s;
  }
  #main_Menu #menu_Button div:not(:first-child) {
    margin-top: 8px;
  }
  #main_Menu .active_Menu_Button {
    width: 32px !important;
  }
  #main_Menu .active_Menu_Button div:first-child {
    transform: rotate(45deg);
  }
  #main_Menu .active_Menu_Button div:nth-child(2) {
    opacity: 0;
  }
  #main_Menu .active_Menu_Button div:last-child {
    transform: rotate(-45deg);
  }
  .mainForm {
    width: 290px;
    margin: 20px auto;
  }
  .mainForm .formWrap {
    border-radius: 12px 12px 0 0;
    padding: 10px 20px 10px;
    width: 100%;
  }
  .mainForm .formWrap.active {
    width: auto;
  }
  .mainForm .formWrap > div {
    width: auto;
  }
  .mainForm .formWrap > div > div {
    display: block;
  }
  .mainForm .formWrap > div > div:first-child {
    width: 100%;
  }
  .mainForm .formWrap > div > div:first-child div {
    display: block;
    width: 100%;
  }
  .mainForm .formWrap > div > div:nth-child(2) {
    width: 100%;
  }
  .mainForm .formWrap > div > div:nth-child(2) > div {
    display: block;
  }
  .mainForm .formWrap > div input[type=text],
  .mainForm .formWrap > div select {
    margin: 13px 0 0 0;
    font-size: 12.5px;
  }
  .mainForm .formWrap > div input[type=text]:focus {
    border-color: #503af6 !important;
    box-shadow: 0 0 9px 0 rgba(80, 58, 246, 0.2);
  }
  .mainForm .formWrap > div .bigInput {
    width: 100%;
  }
  .mainForm .formWrap > div .smallInput {
    width: 117px;
  }
  .mainForm .formWrap > div .smallInput:last-child {
    margin-left: 10px;
  }
  .mainForm .formWrap > div .bigSelect {
    width: 100%;
  }
  .mainForm .formWrap > div .smallSelectWrapper {
    width: 273px;
    margin-left: -11px;
  }
  .mainForm .formWrap > div .smallSelectWrapper div:first-child .smallSelect {
    width: 237px;
    padding-right: 38px;
  }
  .mainForm .formWrap > div p {
    font-size: 12.5px !important;
    color: #dcdcdc !important;
    margin: 15px 0 0 7px !important;
  }
  .mainForm button {
    width: 100%;
  }
  .mainForm > p {
    display: none;
  }
  #header {
    text-align: center;
    margin-top: 89px;
  }
  #header .rect2 {
    right: -5%;
  }
  #header .rect1 {
    right: -12%;
  }
  #header h1 {
    font-size: 45px;
    width: 100%;
  }
  #header .mainForm {
    display: none;
  }
  #header .mobile {
    display: block;
    margin-top: 30px;
  }
  #header .mobile .mobileButton {
    width: 260px;
    height: 56px;
    margin: 0 auto;
    line-height: 56px;
    background-color: #fdb502;
    color: white;
    text-transform: uppercase;
    border-radius: 10px;
  }
  #header .mobile p {
    margin-top: 20px;
    font-size: 12.5px;
    color: #7e7e7e;
  }
  #yelp #smallAdvantages1 {
    display: none;
  }
  #relax .rect2 {
    right: -5%;
  }
  #relax .rect1 {
    right: -12%;
  }
  #doForm1 .rect2 {
    right: -5%;
  }
  #doForm1 .rect1 {
    right: -12%;
  }
  #hesitate h2 {
    margin: 40px 0;
  }
  #advantages .cards .rect2 {
    right: -5%;
  }
  #advantages .cards .rect1 {
    right: -12%;
  }
  #smallAdvantages2 div:first-child {
    width: 220px;
  }
  #smallAdvantages2 div:not(:first-child) {
    width: 149px;
  }
  #consultation {
    padding: 40px 0;
  }
  #doForm2 .rect2 {
    right: -5%;
  }
  #doForm2 .rect1 {
    right: -12%;
  }
  #faqs .wrapper > p {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 720px) {
  body {
    background-color: #f8f8f8;
  }
  #main_Menu #menu li.mobNone {
    display: none;
  }
  #main_Menu #menu.active {
    height: 145px;
  }
  .wrapper {
    width: 95%;
  }
  #header h1 {
    font-size: 30px;
  }
  #yelp .yelpWrap {
    padding-top: 30px;
  }
  #yelp .yelpWrap .yelpLeft {
    display: block;
    width: 100%;
    text-align: center;
  }
  #yelp .yelpWrap .yelpLeft img {
    width: 150px;
  }
  #yelp .yelpWrap .yelpLeft h2 {
    font-size: 20px;
  }
  #yelp .yelpWrap .yelpLeft p {
    font-size: 16px;
  }
  #yelp .yelpWrap .yelpLeft div {
    display: none;
  }
  #yelp .yelpWrap .yelpRight {
    margin-top: 20px;
    margin-left: 0;
  }
  #yelp .yelpWrap .yelpRight #phonePrev {
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
    transform: rotate(180deg);
  }
  #yelp .yelpWrap .yelpRight #phoneNext {
    margin-left: 28px;
  }
  #yelp .yelpWrap .mobSlideInfo {
    display: block;
    font-size: 17px;
    margin-top: 15px;
  }
  #yelp .yelpWrap .mobSlideInfo .yelpCurrentSlide {
    color: #fdb502;
  }
  #relax {
    display: none;
  }
  #fastService .title p:first-child {
    font-size: 25px;
  }
  #fastService .title p:nth-child(2) {
    font-size: 20px;
  }
  #fastService .title p:nth-child(3) {
    font-size: 16px;
  }
  #fastService .steps div {
    width: 100%;
  }
  #fastService .steps div:not(:first-child) {
    margin-top: 45px;
  }
  #doForm1 h3,
  #doForm2 h3 {
    font-size: 20px;
    text-align: center;
  }
  #doForm1 p,
  #doForm2 p {
    text-align: center;
  }
  #doForm1 .mainForm,
  #doForm2 .mainForm {
    margin-top: 20px;
  }
  #hesitate {
    display: none;
  }
  #advantages {
    display: none;
  }
  #smallAdvantages2 {
    background-color: white;
    width: 100%;
    padding: 1px 0;
  }
  #smallAdvantages2 div:first-child,
  #smallAdvantages2 div:not(:first-child) {
    width: 250px;
    display: block;
    margin: 37px auto;
  }
  #consultation {
    background-color: #f8f8f8;
    background-image: none;
    text-align: center;
  }
  #consultation .title {
    background-color: transparent;
  }
  #consultation .title h1 {
    font-size: 30px;
  }
  #consultation .sliderWrapper {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    text-align: left;
  }
  #consultation .sliderWrapper .consultSlider .slick-dots {
    text-align: center;
  }
  #consultation .consultNext {
    display: none;
  }
  #consultation .buttonWrapper .consultButton {
    width: 100%;
  }
  #consultation .buttonWrapper .buttonTitle {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }
  #faqs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #faqs .wrapper h1 {
    font-size: 30px;
  }
  #faqs .wrapper .Qs {
    width: 80%;
    margin: 30px auto 0;
  }
  #faqs .wrapper .Qs div {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
  }
  #faqs .wrapper .Qs div img {
    position: relative;
    width: 22px;
    margin-bottom: 10px;
  }
  #faqs .wrapper .Qs .slick-dots {
    position: relative;
    margin: 30px 0;
  }
  #footer {
    text-align: center;
  }
  #footer .contacts {
    margin: 65px 0 0;
    width: 100%;
  }
  #footer .serviceInfo {
    float: none;
    margin-top: 25px;
  }
  #footer .copyright {
    text-align: center;
    color: #bbbbbb;
  }
  #footer .designedBy {
    display: block;
    margin-top: 25px;
    color: #bbbbbb;
    position: relative;
  }
  #footer .designedBy img {
    display: block;
    margin: 5px auto;
  }
  /* .job-application-form{
        margin-top:120px;
    } */
}
@media screen and (max-width: 450px) {
    
  #popups #consultationForm {
    width: 95%;
  }
  #popups #consultationForm > div {
    width: 100%;
    border-radius: 12px 12px 0 0;
  }
  #popups #consultationForm > div div input {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }
  #popups #consultationForm button {
    width: 100%;
  }
  #popups #success {
    width: 95%;
  }
}
@media screen and (max-width: 414px) {
  #yelp .yelpWrap .yelpRight .phone {
    width: 190px;
    height: 388px;
    background-size: cover;
    padding: 46px 0 0 11px;
  }
  #yelp .yelpWrap .yelpRight .phone .yelpSlider {
    width: 167px;
    height: auto;
  }
  #yelp .yelpWrap .yelpRight #phonePrev {
    margin-right: 20px;
  }
  #yelp .yelpWrap .yelpRight #phoneNext {
    margin-left: 20px;
  }
}

#referral{
  background: #e5e4e394;
}

#referralForm div{
  padding: 20px;
  background: white;
  border-radius: 10px;
  margin-top: -15px;
  border-bottom-left-radius: 0;
}

#referralForm textarea{
  height: 80px;
}

#referral h2{
  font-size: 33px;
  margin: 42px 0 0;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
}

#referral p{
  line-height: 20px;
}

#referral .referralLeft {
  float: left;
  width: 50%;
  text-align: justify;
}
#referral .referralRight {
  float: right;
  width: 50%;
  padding: 60px 30px 30px;
  box-sizing: border-box;
}
#referral input, textarea {
  vertical-align: top;
  margin: 0 0 20px;
  font-size: 12.5px;
  height: 31px;
  line-height: 31px;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
  width: 100%;
}
#referral button {
  display: inline-block;
  vertical-align: middle;
  width: 219px;
  height: 55px;
  border-radius: 10px;
  font-size: 17px;
  text-transform: uppercase;
  color: white;
  background-color: #fdb502;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#referral .dates-label {
  margin: 0 0 20px;
}
#referral .half-size {
  width: 49%;
  margin-right: 1%;
}
#referral .half-size:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 992px) {
  #referral .referralLeft,
  #referral .referralRight {
    width: 100%;
  }
  #referral .referralRight {
    padding: 60px 10px 30px;
  }
  #referralForm div{
    border-bottom-right-radius: 0;
  }
  #referral button{
    width: 100%;
  }
  #referral h2{
    font-size: 30px;
    text-align: left;
  }
}

#main_Menu .referral-button {
  display: none;
}
@media (max-width: 1120px) {
  #main_Menu #menu{
    margin-left: 30px;
  }
  #main_Menu #menu li:not(:first-child) {
    margin-left: 20px;
  }
}


@media (max-width: 900px) {
  #main_Menu .referral-button {
    display: block;
    top: 25px;
    left: 30px;
    position: absolute;
    width: 95px;
    height: 40px;
    line-height: 40px;
    background-color: #fdb502;
    color: white;
    text-transform: uppercase;
    border-radius: 10px;
  }
}

@media screen and (max-width: 450px) {
  #main_Menu img{
    margin-left: 14px;
  }
  #main_Menu .referral-button {
    display: block;
    top: 29px;
    left: 3px;
    position: absolute;
    width: 78px;
    height: 32px;
    line-height: 35px;
    background-color: #fdb502;
    color: white;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 10px;
    letter-spacing: 1px;
  }
}


.input-row{
  display: flex;
  padding: 10px 0;
}

.input-row span{
  display: block;
  margin-bottom: 5px;
}

.input-row .input-row__num{
  width: 25px;
}

.input-row h3{
  margin-top: 0;
  margin-bottom: 5px;
}

.radio-buttons{
  display: flex;
  flex-direction: column;
}

.radio-buttons > div{
  margin: 5px 0;
}

.table-field{
  margin-bottom: 50px;
}

.table-field input{
  margin: 0;
  padding: 0;
  width: 250px;
  outline: 0;
  height: 52px;
  border-color: #707070;
  border-width: 1px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.table-field__row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.table-field__title{
  display: inline-block !important;
  width: 250px;
  margin-bottom: 0 !important;
  border: 1px solid #707070;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.input-row__submit{
  margin: 0px auto;
  height: 50px;
  width: 200px;
}

@media (max-width: 821px){
  .table-field__row{
    flex-direction: column;
  }
}

@media (max-width: 900px){
  .job-application-form{
    padding-top: 100px;
  }
}