@charset "UTF-8";
@import "normalize.min.css";
/*START=>footer*/
footer {
  width: calc(100% - 10px);
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.07);
  margin-top: 100px;
  min-height: 100px;
  position: relative;
  padding: 10px 5px 180px;
  z-index: 1;
}
footer div, footer nav {
  z-index: 1;
  position: relative;
}

.footTop {
  height: 74px;
  width: 100%;
}

.wantTo {
  width: 99%;
  height: 74px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #fff;
  border: solid 1px rgba(98, 114, 255, 0.19);
  line-height: 74px;
  position: relative;
  display: inline-block;
}
.wantTo .joinShape {
  transform: rotate(90deg);
  right: -10px;
  top: 22px;
  border-top-color: #6272ff;
}
.wantTo b {
  font-size: 22px;
  margin-right: 30px;
  margin-left: 10px;
}
.wantTo a {
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ffe54e;
  color: #222;
  position: absolute;
  height: 42px;
  line-height: 42px;
  text-align: center;
  left: 5px;
  top: 16px;
}

.copyrights {
  direction: ltr;
  background-color: #333;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 60px;
  font-size: 14px;
  right: 0;
}
.copyrights a {
  color: #fff;
}

.footStuff {
  margin-top: 48px;
  width: 100%;
  clear: both;
}

.footNav {
  width: 100%;
}
.footNav h4 {
  font-size: 20px;
  font-weight: 520;
  color: #6272ff;
  margin: 0 0 12px;
}
.footNav ul {
  list-style: none;
  padding-right: 0;
  width: calc(49% - 5px);
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}
.footNav ul li a {
  color: #26223a;
  font-size: 16px;
  line-height: 26px;
}

.xbFB {
  text-align: center;
}

.yellowRoad {
  position: absolute;
  width: 600px;
  height: 600px;
  margin: 0 auto;
  z-index: 0;
  right: -300px;
  bottom: -40px;
}
.yellowRoad .quarter1 {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  left: 0;
  background-color: rgba(255, 229, 78, 0.5);
  border-radius: 100% 0 0 0;
  -webkit-border-radius: 100% 0 0 0;
  -moz-border-radius: 100% 0 0 0;
}

.blueRoad {
  width: 500px;
  height: 500px;
  left: -250px;
  top: -250px;
  z-index: 0;
  position: absolute;
}
.blueRoad .quarter1 {
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: rgba(98, 114, 255, 0.2);
  border-radius: 0 0 100% 0;
  -webkit-border-radius: 0 0 100% 0;
  -moz-border-radius: 0 0 100% 0;
  bottom: 0;
  right: 0;
}

.cutout {
  width: 50%;
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: 25%;
  left: 25%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

@-webkit-keyframes spinMe {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinMe {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*START=>HEADER(GENERAL)*/
body {
  direction: rtl;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  background-color: #f2f2f2;
  color: #222;
}

header {
  min-height: 50px;
  padding: 10px 5px 0;
  background-color: #fff;
  border-bottom: 0 solid #333;
  display: block;
  line-height: 50px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}

a {
  text-decoration: none;
  color: #6272ff;
}

.rtl {
  direction: rtl;
}

.homeForm a {
  color: #ffe54e;
}

[class^=col-m] {
  display: inline-block;
  width: calc(100% - 22px);
  padding-left: 10px;
  padding-right: 10px;
}

footer .logo,
header .logo {
  display: inline-block;
  width: 48%;
  max-width: 230px;
  height: auto;
  margin: 4px 0 10px;
  float: left;
}
footer .logo a,
header .logo a {
  color: #000;
}

.logoTitle {
  margin-top: -40px;
  padding: 0;
  margin-right: -3px;
}

header .logoTitle,
header .logoTitle h4 {
  font-size: 9px;
  font-weight: 400;
  line-height: 0;
}

footer .logoTitle {
  font-size: 9px;
  margin-top: -16px;
}

header button.burger {
  width: 10%;
  max-width: 50px;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  background: none;
  border: none;
  outline-style: none;
}
header button.burger:hover {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.xbShowBut {
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  margin-top: 15px;
}

.xbShowBut:before {
  content: ".";
  transform: rotate(-53deg);
  -webkit-transform: rotate(-53deg);
  -ms-transform: rotate(-53deg);
  color: #999;
  background-color: #d7c8c8;
  height: 1px;
  width: 18px;
  position: absolute;
  right: 20px;
  top: -3px;
}

header .burger div {
  margin-top: 5px;
  width: 26px;
  height: 2px;
  background-color: #999;
}

header .signNow, input[type=submit] {
  display: inline-block;
  width: 32%;
  max-width: 183px;
  height: 40px;
  border: 1px solid rgba(255, 0, 0, 0);
  vertical-align: top;
  margin: 0 10px;
}

#loggedName {
  display: inline-block;
  margin-right: 5px;
}
#loggedName:hover {
  cursor: pointer;
  color: #6272ff;
}
#loggedName div.userSet {
  margin-right: 0;
  border-color: #ddd transparent transparent transparent;
}

#userMenu {
  display: inline-block;
  position: absolute;
  width: 100px;
  background-color: #fff;
  list-style: none;
  padding: 10px;
  top: 31px;
  margin-right: 56px;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
}
#userMenu li {
  height: 30px;
  line-height: 30px;
}
#userMenu li:hover {
  background-color: #efefef;
  cursor: pointer;
}

.typeSign {
  width: 48%;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #6272ff;
  opacity: 0.7;
  position: relative;
  margin-right: calc(4% / 3);
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.typeSign.shown, .typeSign.shown:hover {
  opacity: 1;
}
.typeSign:hover {
  cursor: pointer;
  opacity: 0.8;
}

.signFormDiv {
  display: none;
}
.signFormDiv#signFormDiv_s {
  display: block;
}
.signFormDiv h2 {
  text-align: center;
}

#formReplace {
  width: 300px;
  position: relative;
  margin-right: calc((100% - 300px)/2);
}
#formReplace h2 {
  text-align: center;
}
#formReplace input:not([type=checkbox]) {
  width: 100%;
  height: 30px;
  margin-top: 10px;
}
#formReplace input[type=button] {
  width: 100%;
  height: 40px;
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #6272ff;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #6272ff;
}
#formReplace input[type=button]:hover {
  cursor: pointer;
  opacity: 0.7;
}
#formReplace input[type=button].xbForgot {
  background-color: rgba(255, 255, 255, 0);
  color: #222;
  border-width: 0;
}
#formReplace div.text-center {
  width: 100%;
  text-align: center;
  background: #ffe54e;
  color: #222;
  opacity: 0.9;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}
#formReplace div.text-center:hover {
  opacity: 0.7;
}
#formReplace div.text-center a {
  font-weight: bold;
  color: #222;
}
#formReplace div.text-center, #formReplace input[type=button] {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
#formReplace .newRegiBut {
  width: 48%;
  display: inline-block;
  margin-right: calc(4% / 3);
  height: 31px !important;
  line-height: 31px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#formReplace .newRegiBut div.text-center, #formReplace .newRegiBut div.fb-login-button {
  background-color: rgba(255, 229, 78, 0.7);
  height: 31px !important;
  line-height: 31px !important;
}
#formReplace .newRegiBut.fbLog {
  background-color: #4267b2;
  color: #fff;
}
#formReplace .newRegiBut.fbLog a {
  color: #fff;
}
#formReplace .newRegiBut.fbLog a img {
  vertical-align: bottom;
  margin-left: 9px;
  margin-right: 9px;
}

button, input[type=submit] {
  font-family: "Assistant", sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #6272ff;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 1px solid #6272ff;
}

nav.topMenu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.33s linear 0.33s, height 0.33s linear, opacity 0.2s linear, position 0.33s;
  width: 98%;
  height: calc(100vh - 50px);
  overflow-y: auto;
}

.xbShow,
nav.topMenu.xbShow {
  visibility: visible;
  display: inline-block;
  opacity: 1;
  transition-delay: 0s;
  z-index: 1000;
}

.topMenu .subMenu.xbShow {
  z-index: 1002;
  display: inline-block;
}

.noteDiv {
  color: #d25858;
  background-color: #fff;
  font-weight: bold;
}

.green {
  color: green;
}

.redInput {
  border-color: #d25858 !important;
  color: #d25858;
  font-weight: bold;
}

[class^=show-on] {
  display: inline-block;
}

.show-on-lg,
.show-on-md,
.show-on-sm,
.show-on-xl {
  visibility: hidden;
  display: none;
}

.hide-on-lg,
.hide-on-md,
.hide-on-sm,
.hide-on-xl {
  visibility: visible;
  display: inline-block;
}

.topMenuStrip li a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.topMenu {
  width: 100%;
  min-height: 109px;
  background-color: #f4f4f4;
  box-shadow: inset 0 -1px 5px 0 rgba(217, 217, 217, 0.5);
}

.topMenu ul {
  padding-right: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.subMenu li,
.topMenu ul li {
  height: 109px;
  width: 31%;
  margin-right: 1%;
  border-left: 1px #fff dashed;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  text-align: center;
}

.subMenu {
  position: relative;
  z-index: 1000;
}

.menuIconBG {
  width: 50px;
  height: 50px;
  background-color: #6272ff;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 50px;
  text-align: center;
}

.leftMe {
  transform: rotateY(180deg);
}

.rotate90 {
  transform: rotate(90deg);
}

.menuIconBG.plus:before {
  content: "+";
  position: absolute;
  font-size: 25px;
  margin-top: 16px;
  margin-right: 22px;
  color: #ffe54e;
}

#loggedName .userSet, .arrDown {
  display: inline-block;
  margin-right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #6369ff transparent transparent transparent;
}

.arrDown.andUp {
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent red transparent;
}

.menuIcon {
  height: 30px;
  width: 30px;
  margin-top: 10px;
}

a div.linkTXT {
  color: #26223a;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.topMenu li ul.subMenu {
  display: none;
  position: absolute;
  background: #efefef;
  color: #333;
  width: 100%;
  right: 0;
  margin-top: 23px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

main {
  padding: 10px 5px 0;
  margin-top: 50px;
}

#thePopWrap {
  display: none;
  opacity: 0;
}

#thePopBG {
  background-color: rgba(129, 124, 124, 0.2);
  z-index: 10001;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

#thePopBox {
  background-color: #fff;
  z-index: 10002;
  width: calc(98% - 30px);
  height: calc(98% - 30px);
  right: 1%;
  top: 1%;
  border: 2px solid #6272ff;
  position: fixed;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px;
}
#thePopBox .yellowRoad {
  bottom: -300px;
  opacity: 0.7;
}
#thePopBox .blueRoad {
  opacity: 0.8;
}
#thePopBox .closeMe {
  margin-top: -10px;
  margin-right: calc(100% - 50px);
  margin-bottom: 5px;
  border-width: 0;
  position: relative;
}
#thePopBox span:not([class="blueRoad "]):not([class=yellowRoad]), #thePopBox div:not([class="blueRoad "]):not([class=yellowRoad]):not([class=cutout]):not([class=quarter1]) {
  z-index: 1;
  position: relative;
}

.closeMe {
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #d25858;
  color: #d25858;
  font-size: 30px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  box-shadow: -1px 3px 5px 3px #ddd;
}

.xb_loaderRapper {
  width: 100%;
  text-align: center;
  height: 120px;
}

.xb_loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  margin: auto;
  height: 120px;
  -webkit-animation: spinMe 2s linear infinite;
  animation: spinMe 1s linear infinite;
}

/*END=>HEADER*/
@media only screen and (min-width: 768px) {
  header {
    position: inherit;
    overflow: hidden;
  }

  nav.topMenu {
    overflow: inherit;
  }

  main {
    margin-top: 0;
  }

  footer {
    padding-bottom: 60px;
  }

  .col-m3 {
    width: calc(33.3% - 22px);
  }

  .col-m66 {
    width: calc(66.6% - 22px);
  }

  .col-m2 {
    width: calc(50% - 22px);
  }

  .col-m4 {
    width: calc(25% - 22px);
  }

  .col-m5 {
    width: calc(20% - 22px);
  }

  .col-m5 {
    width: calc(20% - 22px);
  }

  .col-m75 {
    width: calc(75% - 22px);
  }
}
/*START=>home*/
/*form CSS*/
.homeForm {
  width: 100%;
  background-image: url("img/new/Header_320.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 10px 0 20px;
  display: block;
}
.homeForm h2 {
  color: #ffe54e;
  font-size: 42px;
  text-align: center;
  width: 100%;
  margin: 0 0 16px;
}
.homeForm h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.homeForm h3, .homeForm p {
  width: 90%;
  padding-right: 5%;
}

.theHomeForm h2 {
  color: #fff;
  font-size: 24px;
  width: 200px;
  margin: auto;
  left: 0;
  right: 0;
}
.theHomeForm .noteDiv {
  text-align: center;
}
.theHomeForm input, .theHomeForm select {
  height: 42px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 16px;
  margin-top: 10px;
  width: calc(100% - 30px);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0);
}
.theHomeForm select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
.theHomeForm .formF_div {
  width: 96%;
  display: block;
  margin-right: 2%;
  position: relative;
}
.theHomeForm .formF_div.submit {
  width: 96%;
  display: block;
  margin-right: 2%;
}

.formF_div.cityOFF:before,
.formF_div.servType:before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  margin-left: 25px;
  position: absolute;
  margin-top: 28px;
  z-index: 5;
  left: 0;
}

.formF_div.submit input {
  font-family: "Assistant", sans-serif;
  font-size: 22px;
  font-weight: 600;
  background-color: #ffe54e;
  color: #000;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.formF_div.submit::after {
  content: "*";
}

.homeH2 {
  font-size: 32px;
  color: #222;
  text-align: center;
  clear: both;
  padding: 20px 0;
}

#inSite {
  width: 100%;
}

.inSiteBlock {
  background-color: #fff;
  height: 160px;
  width: calc(96% - 22px);
  overflow: hidden;
  padding-bottom: 5px;
  margin-right: 2%;
  border: solid 1px #6272ff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.inSiteBlock ul {
  list-style: none;
  padding-right: 0;
  width: calc(100% - 60px);
  margin-top: 0;
  margin-bottom: 10px;
  color: #222;
}

.homeIcon {
  text-align: right;
  border-bottom: 1px solid #6272ff;
  padding-bottom: 12px;
  width: calc(100% - 50px);
  margin-top: 10px;
  margin-bottom: 10px;
}
.homeIcon h4, .homeIcon svg {
  height: 50px;
  width: 50px;
  display: inline-block;
}
.homeIcon h4 {
  color: #222;
  line-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  width: calc(100% - 75px);
  vertical-align: top;
}
.homeIcon a h4:hover {
  opacity: 0.8;
}

.yellowIMG {
  height: 60px;
  width: 60px;
}

.blueLink {
  width: 50px;
  height: 100%;
  text-align: center;
  border-radius: 10 0 0 10px;
  -webkit-border-radius: 10 0 0 10px;
  -moz-border-radius: 10 0 0 10px;
  background-color: #6272ff;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 75px;
  font-size: 16px;
  font-weight: bold;
}
.blueLink:hover {
  opacity: 0.8;
}
.blueLink span {
  display: none;
}

.artiTXT .artiReadMore::after,
.blueLink::after {
  content: " ";
  position: relative;
  margin-right: 0px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 25%;
}

.artiTXT .artiReadMore::after {
  content: " ";
  position: relative;
  margin-right: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.citySpan {
  position: relative;
}

ul.ui-autocomplete {
  position: absolute;
  background: #fff;
  margin-right: 0;
}

li.ui-menu-item {
  list-style: none;
  height: 30px;
}
li.ui-menu-item:active, li.ui-menu-item:focus, li.ui-menu-item:hover {
  background: #eee;
}

a .homeArti {
  color: #303030;
}

a:hover .artiReadMore,
a:hover .artiTXT h3 {
  color: #6272ff;
}

a:hover .artiTXT p {
  opacity: 0.8;
}

.homeArti {
  height: 100px;
  width: calc(96% - 4px);
  margin-right: 2%;
  display: block;
  margin-top: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.homeArti .artiIMG {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  display: inline-block;
  height: inherit;
}
.homeArti .artiTXT {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
  padding-left: 5px;
}
.homeArti .artiTXT h3 {
  margin: 5px 0 0;
}
.homeArti .artiTXT p {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 400;
}
.homeArti .artiTXT .artiReadMore {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 15px;
  bottom: 5px;
}
.homeArti .artiTXT .artiReadMore::after {
  border-color: #222;
  border-width: 0 2px 2px 0;
  margin-right: 5px;
  padding: 3px;
}

.joinUs {
  background-color: #5768ec;
  border-color: #5768ec;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
}
.joinUs .midMe {
  position: absolute;
  width: 100%;
  top: 50%;
  height: 100px;
  margin-top: -50px;
}
.joinUs h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.joinUs p {
  font-size: 36px;
  color: #fff;
  margin: 0;
}

.joinShape {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 24px 0 24px;
  border-color: #222 transparent transparent transparent;
  opacity: 0.18;
  z-index: 0;
}

i.s1 {
  left: 5%;
  top: 80%;
  transform: rotate(15deg);
}

i.s2 {
  left: 3%;
  top: 45%;
  transform: rotate(73deg);
}

i.s3 {
  left: -3%;
  top: 15%;
  transform: rotate(11deg);
}

i.s4 {
  left: 40%;
  top: 93%;
  transform: rotate(29deg);
  visibility: hidden;
}

i.s5 {
  left: 25%;
  top: 15%;
  transform: rotate(55deg);
}

i.s6 {
  left: 93%;
  top: 85%;
  transform: rotate(49deg);
}

i.s7 {
  left: 65%;
  top: 90%;
  transform: rotate(63deg);
}

i.s8 {
  left: 85%;
  top: 50%;
  transform: rotate(112deg);
}

i.s9 {
  left: 50%;
  top: 55%;
  transform: rotate(87deg);
  visibility: hidden;
}

i.s10 {
  left: 93%;
  top: 15%;
  transform: rotate(5deg);
  visibility: hidden;
}

[class^=shortForDesk] {
  display: none;
}

/*END=>HOME*/
@media only screen and (min-width: 360px) {
  footer .logoTitle {
    margin-top: -17px;
  }

  .logoTitle,
header .logoTitle h1, header .logoTitle h4 {
    font-size: 10px;
  }

  .theHomeForm h2 {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  header .logoTitle {
    margin-top: -46px;
  }

  footer .logoTitle {
    margin-top: -20px;
  }

  .logoTitle,
footer .logoTitle, header .logoTitle h1, header .logoTitle h4 {
    font-size: 13px;
  }

  .topMenu ul li {
    width: 23.2%;
    margin-right: 1%;
  }

  .inSiteBlock {
    width: calc(49% - 2px);
    margin-right: calc(2% / 3);
    border-color: #dbdbdb;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: top;
    height: 352px;
  }
  .inSiteBlock .homeIcon {
    width: 100%;
    text-align: center;
    margin-top: 22px;
    border-bottom-color: #dbdbdb;
  }
  .inSiteBlock .homeIcon svg {
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
  }
  .inSiteBlock .blueLink {
    width: 100%;
    height: 75px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    bottom: 0;
  }
  .inSiteBlock .blueLink span {
    display: inline-block;
  }
  .inSiteBlock .blueLink:after {
    content: " ";
    position: relative;
    margin-right: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 0;
  }
  .inSiteBlock ul {
    width: inherit;
    list-style: disc;
    padding-right: 25px;
    width: auto;
  }

  .shortForDesk {
    display: inline;
  }

  footer {
    width: calc(100% - 20px);
    padding-right: 10px;
    padding-left: 10px;
  }

  .wantTo {
    width: 452px;
  }
  .wantTo b {
    font-size: 22px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .wantTo a {
    width: 183px;
    font-size: 16px;
    left: 10px;
  }

  .footNav {
    padding-right: auto;
  }
  .footNav ul {
    width: calc(32% - 3.3px);
    margin-right: 1%;
  }
  .footNav h4 {
    font-size: 22px;
  }
  .footNav ul li a {
    font-size: 18px;
    line-height: 28px;
  }

  .yellowRoad {
    bottom: -260px;
  }
}
@media only screen and (min-width: 650px) {
  .homeForm {
    background-image: url("img/new/Header_1920.png");
  }
}
@media only screen and (min-width: 768px) {
  #thePopBox {
    width: 600px;
    height: 450px;
    right: calc((100% - 600px) / 2);
    top: calc((100% - 450px) / 2);
  }

  .show-on-md {
    visibility: visible;
    display: inline-block;
  }

  .topMenu ul li {
    width: 13%;
    margin-right: 1%;
  }
  .topMenu ul li .subMenu li {
    height: 89px;
  }

  .welcome {
    width: 40%;
    display: inline-block;
    vertical-align: top;
  }

  .theHomeForm {
    width: 59%;
    display: inline-block;
  }

  .formF_div.submit input {
    height: 60px;
    line-height: 60px;
  }

  .inSiteBlock {
    width: calc(32% - 2px);
    margin-right: calc(3% / 4);
  }

  .homeArti {
    height: 150px;
    width: calc(48% - 2px);
    margin-right: calc(4% / 3);
    display: inline-block;
    position: relative;
  }
  .homeArti .artiIMG {
    width: 150px;
  }
  .homeArti .artiTXT {
    width: calc(100% - 170px);
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    padding-left: 5px;
  }

  i.s10,
i.s4,
i.s9 {
    visibility: visible;
  }

  .footNav ul {
    width: calc(100% / 6.6);
    margin-right: calc(5% / 6);
  }
}
@media only screen and (min-width: 800px) {
  .footNav ul {
    width: calc(100% / 6.6);
    margin-right: calc(5% / 6);
  }

  .footStuff {
    display: flex;
  }
}
@media only screen and (min-width: 990px) {
  header {
    padding-right: 0;
    padding-left: 0;
  }
  header button.burger {
    display: none;
  }

  .headerMain {
    height: 190px;
  }

  nav.topMenu {
    display: inline-block;
    height: 109px;
    position: absolute;
    visibility: visible;
    opacity: 1;
    width: 100%;
    top: 70px;
  }
  nav.topMenu ul li {
    width: 100px;
    margin-right: 9px;
  }

  .theHomeForm {
    max-width: 590px;
    margin-right: calc(59% - 590px);
  }
  .theHomeForm .formF_div {
    width: 45.5%;
    display: inline-block;
    margin-right: calc(9% / 3);
    margin-top: 12px;
  }
  .theHomeForm .formF_div.submit {
    width: 95%;
    margin-right: 3%;
  }

  .homeArti {
    height: 200px;
    width: calc(47.5% - 2px);
    margin-right: calc(5% / 3);
  }
  .homeArti .artiTXT {
    width: calc(100% - 220px);
  }
  .homeArti .artiTXT h3 {
    font-size: 20px;
  }
  .homeArti .artiTXT p {
    font-size: 16px;
    margin-top: 25px;
  }
  .homeArti.lefty {
    float: left;
  }
  .homeArti .artiIMG {
    width: 200px;
  }

  .shortForDeskXL {
    display: block;
  }

  .footNav {
    width: calc(100% - 20px);
    display: inline-block;
    vertical-align: top;
  }

  .xbFB {
    width: 22%;
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .topMenu ul li {
    width: 120px;
    margin-right: 10px;
  }

  .inSiteBlock {
    width: calc(23% - 2px);
    margin-right: calc(8% / 5);
  }
}
@media only screen and (min-width: 1360px) {
  .headerMain,
.topMenu ul,
footer .container,
main {
    max-width: 1350px;
    margin-right: calc((100vw - 1350px) / 2);
  }

  .homeForm {
    background-image: none;
    padding-top: 30px;
    height: 380px;
  }
  .homeForm::before {
    content: " ";
    position: absolute;
    z-index: -1;
    margin-top: -30px;
    right: 0;
    width: 100%;
    overflow: hidden;
    height: inherit;
    background-image: url("img/new/Header_1920.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*# sourceMappingURL=style1.css.map */
