



.block_copy{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}



/*popup*/
/* popup */

.overlayPopup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1001;
    -ms-zoom: 1;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.lightboxPopup {
    display: none;
    position: fixed;
    background: #000;
    border: solid 2px #EBB75F;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    /*    top: 50%;
        left: 50%;*/
    top: 20%;
    left: 40%;
    z-index: 1002;
}

/* specific to this instance */
#popup {
    /*height:200px;*/
    /* margin-left = (width/2) -20px -10px */
    /*margin-left:-180px;*/
    /* margin-top = (height/2) -20px -10px */
    /*margin-top:-130px;*/
    /*width:300px;*/
    width: 22%;
}

.lightboxPopup h3 {
    font-size:1.5em;
    margin-top:0;
    text-align:center;
    color:#EBB75F;
    float: left;
    margin-left: 40%;
}
.lightboxPopup button{
    text-align: center;
    float: right;
    background-color: #EBB75F;
    color:#000;
}

.lightboxPopup .content {
    background-color:#000;
    border-radius:5px;
    /*   padding:20px; */
}


.lightboxPopup .button-panel {
    text-align:center;
}

/* buttons */

.button-panel button, .lightboxPopup button{
    border:none;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    padding: 5px 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.button-panel{
    margin-top: 3%;
    margin-bottom: 0rem;
}

/* primary action button (green) */

.button-panel button.primary {
    background-color: #EBB75F;
    color:#000;
}

.button-panel button.primary:hover {
    background-color: #cc8f28;

}

/* secondary action button (dark grey) */

.button-panel button.secondary {
    background-color: #666;
}

.button-panel button.secondary:hover {
    background-color: #777;
}
.lightbox-close{
    color:#000!important;
}
@media (max-width: 991.98px) {
    #popup {
        width: 40%;
    }
    .lightboxPopup {
        left: 30%;
    }

}

@media (max-width: 575.98px) {

    #popup {
        width: 80%;
    }
    .lightboxPopup {
        left: 10%;
    }
}



 .header {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
}

.lang{
   padding: 7px;
    width: 35px;
    height: 35px;
    color: white!important;
    border: 2px solid #ffffff;
       margin-right: 5px;
    margin-left: 5px;
    border-radius: 2px;
}

.header .topBar {
  float: left;
  width: 100%;
  background-color: #8ad7f6;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  height: 52px;
}

.header .topBar .container .topBar_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .topBar .container .topBar_content .topBar_content_phone {
  font-size: 17px;
  color: #ffffff;
  padding-right: 25px;
}

.header .topBar .container .topBar_content .topBar_content_phone .phone_link {
  color: #ffffff;
  -webkit-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
}

.header .topBar .container .topBar_content .topBar_content_phone .phone_link:hover {
  color: #ffffff;
}

.header .topBar .container .topBar_content .topBar_content_search {
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .topBar .container .topBar_content .topBar_content_search:hover input {
  padding: 0 20px;
  border-right: 1px solid #e6e6e6;
  width: 259px;
}

.header .topBar .container .topBar_content .topBar_content_search input {
  height: 100%;
  border: none;
  overflow: hidden;
  width: 0;
  padding: 0;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  border-right: 1px solid white;
}

.header .topBar .container .topBar_content .topBar_content_search button {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 61px;
  border: none;
  background-color: #fff;
}

.header .topBar .container .topBar_content .topBar_content_search button img, .header .topBar .container .topBar_content .topBar_content_search button svg {
  width: 19px;
  height: 19px;
}

.header .topBar .container .topBar_content .topBar_content_languages .languages_list .languages_list_item {
  display: inline-block;
      border-right: 2px solid white;
    border-left: 2px solid white;
}

.header .topBar .container .topBar_content .topBar_content_languages .languages_list .languages_list_item a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  -webkit-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
}

.header .topBar .container .topBar_content .topBar_content_languages .languages_list .languages_list_item a:hover {
  color: #ffffff;
}

.header .topBar .container .topBar_content .topBar_content_languages .languages_list .languages_list_item--current a {
  color: #ffffff;
}

.header .topBar .container .topBar_content .topBar_content_languages .languages_list .languages_list_item--current a:hover {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .header .topBar {
    display: none;
  }
}

.header .navigation {
  float: left;
  width: 100%;
  padding: 30px 0;
  background-color: #000000;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

.header .navigation .container .navigation_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navigation .container .navigation_content .navigation_content_list .list_item {
  display: inline-block;
  position: relative;
}

.header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_link {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  padding: 13px 5px;
  margin: 0 20px;
  border-bottom: 3px solid transparent;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

.header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_link:hover {
  border-bottom-color: #d6f2fe;
  color: #3fc4fc;
}

.header .navigation .container .navigation_content .navigation_content_list .list_item--current .list_item_link {
  border-bottom: 3px solid #3fc4fc;
}

.header .navigation .container .navigation_content .navigation_content_list .list_item--current .list_item_link:hover {
  border-bottom-color: #3fc4fc;
  color: #3fc4fc;
}

.header .navigation .container .navigation_content .navigation_content_list .list_item--hasSubNav .list_item_link {
  border-bottom: none;
  padding: 13px 5px 35px 5px;
  margin-top: 22px;
}

.header .navigation .container .navigation_content .navigation_content_list .list_item--hasSubNav .list_item_link:hover {
  border-bottom: none;
}



.header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_subNav {
  position: absolute;
  display: none;
  width: 200px;
  -webkit-box-shadow: 0 0 5px #ededed;
          box-shadow: 0 0 5px #ededed;
  padding: 15px 0;
  border-radius: 10px;
  background-color: #000000;
  top: calc(100% + 35px);
  left: -25px;
}



.header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_subNav::after {
  width: 57px;
  height: 25px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-color: #000000;
  top: 0px;
  left: 56px;
}

.header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_subNav .subNav_item .subNav_item_link {
  padding: 15px 35px;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  -webkit-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
}

.header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_subNav .subNav_item .subNav_item_link:hover {
  color: #3fc4fc;
}

.header .navigation .container .navigation_content .navigation_content_list--left .list_item:first-child .list_item_link {
  margin-left: 0;
}

.header .navigation .container .navigation_content .navigation_content_list--right .list_item:last-child .list_item_link {
  margin-right: 0;
}

.header .navigation .container .navigation_content .navigation_content_logo a img, .header .navigation .container .navigation_content .navigation_content_logo a svg {
  width: 243px;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

@media (max-width: 1300px) {
  .header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_link {
    margin: 0 10px;
  }
}

@media (max-width: 1200px) {
  .header .navigation .container .navigation_content .navigation_content_logo a img, .header .navigation .container .navigation_content .navigation_content_logo a svg {
    width: 174px;
  }
}

@media (max-width: 991.98px) {
  .header .navigation {
    width: 100%;
    height: 55px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 5px rgba(1, 2, 2, 0.26);
            box-shadow: 0 1px 5px rgba(1, 2, 2, 0.26);
    background-color: #000000;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
  }
  .header .navigation.navigation--active {
    height: 100vh;
    padding-bottom: 50px;
    overflow: auto;
  }
  .header .navigation .container .navigation_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
    padding-top: 8px;
  }
  .header .navigation .container .navigation_content .mobileShow {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
  .header .navigation .container .navigation_content .mobileShow .menuMobileCall {
    float: left;
    width: 35px;
    height: 35px;
    border: 2px solid #ffffff;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 15px;
  }
  .header .navigation .container .navigation_content .mobileShow .menuMobileCall svg {
    width: 20px;
  }
  .header .navigation .container .navigation_content .mobileShow .menuShow {
    float: left;
    padding: 7px;
    width: 35px;
    height: 35px;
    border: 2px solid #ffffff;
    border-radius: 2px;
  }
  .header .navigation .container .navigation_content .mobileShow .menuShow span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 3px 0;
    display: block;
  }
  .header .navigation .container .navigation_content .navigation_content_list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
  }
  .header .navigation .container .navigation_content .navigation_content_list .list_item {
    display: inline-block;
    position: relative;
    width: 80%;
  }
  .header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_link {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 25px 5px;
    margin: 0px;
    border-bottom: 1px solid #81c3e0;
    -webkit-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    width: 100%;
    display: block;
    font-weight: 800;
    text-align: center;
  }
  .header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_link:hover {
    border-bottom-color: #d6f2fe;
  }
  .header .navigation .container .navigation_content .navigation_content_list .list_item--current .list_item_link {
    border-bottom: 3px solid #3fc4fc;
  }
  .header .navigation .container .navigation_content .navigation_content_list .list_item--current .list_item_link:hover {
    border-bottom-color: #3fc4fc;
  }
  .header .navigation .container .navigation_content .navigation_content_list .list_item--hasSubNav .list_item_link {
    padding: 20px 5px;
    margin-top: 0;
  }
  .header .navigation .container .navigation_content .navigation_content_list .list_item--hasSubNav .list_item_link:hover {
    border-bottom: none;
  }
  .header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_subNav {
    position: relative;
    display: none;
    width: 100%;
    -webkit-box-shadow: 0 0 5px #ededed;
            box-shadow: 0 0 5px #ededed;
    padding: 15px 0;
    border-radius: 10px;
    background-color: #000000;
    top: calc(100% + 35px);
    left: 0px;
  }
  .header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_subNav.show {
    display: block;
  }
  
  .header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_subNav::after {
    width: 57px;
    height: 25px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: #000000;
    top: 0px;
    left: 56px;
  }
  .header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_subNav .subNav_item .subNav_item_link {
    padding: 15px 35px;
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    -webkit-transition-duration: .1s;
         -o-transition-duration: .1s;
            transition-duration: .1s;
  }
  .header .navigation .container .navigation_content .navigation_content_list .list_item .list_item_subNav .subNav_item .subNav_item_link:hover {
    color: #3fc4fc;
  }
  .header .navigation .container .navigation_content .navigation_content_list--left .list_item:first-child .list_item_link {
    margin-left: 0;
  }
  .header .navigation .container .navigation_content .navigation_content_list--right .list_item:last-child .list_item_link {
    margin-right: 0;
  }
  .header .navigation .container .navigation_content .navigation_content_logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .header .navigation .container .navigation_content .navigation_content_logo a img, .header .navigation .container .navigation_content .navigation_content_logo a svg {
    height: 38px;
    width: auto;
    -webkit-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
  }
}

@media (min-width: 991px) {
  .header--scroll .topBar {
    height: 0px;
    overflow: hidden;
  }
  .header--active .navigation {
    padding: 15px 0;
  }
  .header--active .navigation .container .navigation_content .navigation_content_logo a img, .header--active .navigation .header .navigation .container .navigation_content .navigation_content_logo a svg {
    width: 150px;
  }
  .lang{
      display:none;
  }
}

@media (min-width: 446px){
      .header .navigation .container .navigation_content .navigation_content_list .list_item--hasSubNav:hover .list_item_subNav {
    display: block;
  }
} .mainPage {
  float: left;
  width: 100%;
}

.mainPage .intro {
  float: left;
  width: 100%;
   display:none!important;
  background-color: gray;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mainPage .intro .container .intro_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 612px;
}

.mainPage .intro .container .intro_content .intro_content_title {
  font-family: "born_readyregular", sans-serif;
  text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
  color: #ffffff;
  font-size: 100px;
  font-weight: 400;
  text-align: center;
}

.mainPage .intro .container .intro_content .intro_content_content {
  text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  border: 3px solid #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5.77px;
  margin-top: 20px;
  padding: 26px 50px;
}

.mainPage .intro .container .intro_content .intro_content_button {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .mainPage .intro {
    float: left;
    width: 100%;
    background-color: gray;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  
  .mainPage .intro .container .intro_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 612px;
    position: relative;
    position: relative;
    z-index: 1;
  }
  .mainPage .intro .container .intro_content .intro_content_title {
    font-family: "born_readyregular", sans-serif;
    text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
    color: #ffffff;
    font-size: 90px;
    font-weight: 400;
    text-align: center;
  }
  .mainPage .intro .container .intro_content .intro_content_content {
    text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    border: 3px solid #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 5.77px;
    margin-top: 20px;
    padding: 26px 50px;
  }
  .mainPage .intro .container .intro_content .intro_content_button {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .mainPage .intro {
    float: left;
    width: 100%;
    background-color: gray;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .mainPage .intro .container .intro_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 550px;
    position: relative;
    position: relative;
    z-index: 1;
  }
  .mainPage .intro .container .intro_content .intro_content_title {
    text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.21);
    color: #ffffff;
    font-size: 54px;
    font-weight: 400;
  }
  .mainPage .intro .container .intro_content .intro_content_content {
    border: 3px solid #ffffff;
    color: #ffffff;
    font-family: Ubuntu;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4.4px;
    text-align: center;
    padding: 15px 10px;
  }
  .mainPage .intro .container .intro_content .intro_content_button {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}

@media (min-width: 767.98px) {
  .mainPage .intro {
    display: block!important;
  }
  
}
.mainPage .infoBox {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.foncik{
      color: #202020;
  font-size: 37px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Cardo", serif;
  margin-bottom: 25px;
}

.mainPage .infoBox .container .infoBox_items .cell {
  margin: 0;
  padding: 0;
}

.mainPage .infoBox .container .infoBox_items .cell .infoBox_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 25px;
}

.mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_icon {
  width: 100px;
  text-align: center;
}

.mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_icon img, .mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_icon svg {
  max-height: 119px;
  max-width: 99px;
}

.mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_content {
  width: calc(100% - 100px);
  padding-left: 22px;
}

.mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_content .item_content_title {
  font-family: "Cardo", serif;
  color: #202020;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_content .item_content_text {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.mainPage .infoBox .container .infoBox_items .cell:nth-child(2) {
  border-left: 1px solid  #e6e6e6;
  border-right: 1px solid  #e6e6e6;
}

@media (max-width: 991.98px) {
  .mainPage .infoBox {
    float: left;
    width: 100%;
    margin-top: 40px;
  }
  .mainPage .infoBox .container .infoBox_items .cell {
    margin: 0;
    padding: 0;
  }
  .mainPage .infoBox .container .infoBox_items .cell .infoBox_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 25px;
  }
  .mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_icon {
    width: 100px;
    text-align: center;
  }
  .mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_icon img, .mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_icon svg {
    max-height: 119px;
    max-width: 99px;
  }
  .mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_content {
    width: calc(100% - 100px);
    padding-left: 22px;
  }
  .mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_content .item_content_title {
    font-family: "Cardo", serif;
    color: #202020;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_content .item_content_text {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
  }
  .mainPage .infoBox .container .infoBox_items .cell:nth-child(2) {
    border: none;
  }
}

@media (max-width: 767.98px) and (max-width: 991.98px) {
  .mainPage .infoBox {
    float: left;
    width: 100%;
    margin-top: 40px;
  }
  .mainPage .infoBox .container .infoBox_items .cell {
    margin: 0;
    padding: 0;
  }
  .mainPage .infoBox .container .infoBox_items .cell .infoBox_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0px 15px;
    margin-bottom: 40px;
  }
  .mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_icon {
    width: 50px;
    text-align: center;
  }
  .mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_icon img, .mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_icon svg {
    max-height: 93px;
    max-width: 50px;
    height: 50px;
  }
  .mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_content {
    width: calc(100% - 50px);
    padding-left: 22px;
  }
  .mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_content .item_content_title {
    font-family: "Cardo", serif;
    color: #202020;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .mainPage .infoBox .container .infoBox_items .cell .infoBox_item .item_content .item_content_text {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
  }
  .mainPage .infoBox .container .infoBox_items .cell:nth-child(2) {
    border: none;
  }
}.mainPage .babes {
  float: left;
  width: 100%;
  padding: 100px 0 70px 0;
}

.mainPage .babes .container .babes_header {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  max-width: 895px;
  width: 100%;
}

.mainPage .babes .container .babes_header h2 {
  color: #202020;
  font-size: 37px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Cardo", serif;
  margin-bottom: 25px;
}

.mainPage .babes .container .babes_header h2 strong {
  font-weight: 400;
  color: #3fc4fc;
}

.mainPage .babes .container .babes_header h1 {
  color: #202020;
  font-size: 37px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Cardo", serif;
  margin-bottom: 25px;
}

.mainPage .babes .container .babes_header h1 strong {
  font-weight: 400;
  color: #3fc4fc;
}

.mainPage .babes .container .babes_header p {
  color: #6f6f6f;
  font-size: 21px;
  font-weight: 300;
  line-height: 19px;
  font-style: italic;
  letter-spacing: 2.1px;
}

.mainPage .babes .container .babes_separator {
  width: 100%;
  height: 42px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.mainPage .babes .container .babes_separator span {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 100px;
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainPage .babes .container .babes_separator::before {
  display: block;
  width: 100%;
  content: '';
  height: 1px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  margin-top: 1px/2;
}

.mainPage .babes .container .babes_content {
  margin-bottom: 90px;
}

.mainPage .babes .container .babes_content .babes_content_info {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  max-width: 1037px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 65px;
}

.mainPage .babes .container .babes_content .babes_content_category {
  display: grid;
  grid-template-columns: 31.2% 15.98% 31.2% 16.98%;
  grid-template-areas: 'big width width height' 'big small smallwidth height';
  grid-gap: 20px;
  padding: 0px;
}

.mainPage .babes .container .babes_content .babes_content_category .category_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  background-color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(1) {
  grid-area: big;
}

.mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(2) {
  grid-area: width;
  height: 190px;
}

.mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(3) {
  grid-area: small;
}

.mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(4) {
  grid-area: smallwidth;
  height: 190px;
}

.mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(5) {
  grid-area: height;
}

.mainPage .babes .container .babes_content .babes_content_category .category_item .category_item_bg {
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition-duration: .8s;
       -o-transition-duration: .8s;
          transition-duration: .8s;
}

.mainPage .babes .container .babes_content .babes_content_category .category_item:hover .category_item_bg {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: .6;
}

.mainPage .babes .container .babes_content .babes_content_category .category_item .category_item_name {
  text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  border: 3px solid #ffffff;
  display: block;
  padding: 25px 35px;
  letter-spacing: 0.72px;
  position: relative;
  z-index: 1;
}

.mainPage .babes .container .babes_bottomInfo {
  color: #6f6f6f;
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  text-align: center;
  max-width: 1007px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 2.1px;
}

.mainPage .babes .container .babes_bottomInfo a {
  color: #3fc4fc;
  letter-spacing: 2.1px;
  text-decoration: underline;
}

@media (max-width: 1300px) {
  .mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(2),
  .mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(4) {
    height: 170px;
  }
}

@media (max-width: 1200px) {
  .mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(2),
  .mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(4) {
    height: 145px;
  }
  .mainPage .babes .container .babes_content .babes_content_category .category_item .category_item_name {
    padding: 25px 25px;
  }
}

@media (max-width: 991.98px) {
  .mainPage .babes {
    float: left;
    width: 100%;
    padding: 10px 0 55px 0;
  }
  .mainPage .babes .container .babes_header {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    max-width: 895px;
    width: 100%;
  }
  .mainPage .babes .container .babes_header h2 {
    color: #202020;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Cardo", serif;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 36px;
  }
  .mainPage .babes .container .babes_header h2 strong {
    font-weight: 400;
    color: #3fc4fc;
  }
  .mainPage .babes .container .babes_header p {
    color: #6f6f6f;
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
    line-height: 28px;
    letter-spacing: 2.1px;
  }
  .mainPage .babes .container .babes_separator {
    display: none;
  }
  .mainPage .babes .container .babes_content {
    margin-bottom: 40px;
  }
  .mainPage .babes .container .babes_content .babes_content_info {
    color: #6f6f6f;
    font-size: 16px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 21px;
    max-width: 1037px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .mainPage .babes .container .babes_content .babes_content_category {
    display: grid;
    grid-template-columns: 31.333% 31.333% 31.333%;
    grid-template-areas: 'width width width' 'width width width' 'small smallwidth smallwidth' 'big big height' 'big big height' 'big big height';
    grid-gap: 10px;
    padding: 0px;
  }
  .mainPage .babes .container .babes_content .babes_content_category .category_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    background-color: #000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(1) {
    grid-area: big;
    height: 58vw;
  }
  .mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(2) {
    grid-area: width;
    height: 29vw;
  }
  .mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(3) {
    grid-area: small;
    height: 29vw;
  }
  .mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(4) {
    grid-area: smallwidth;
    height: 29vw;
  }
  .mainPage .babes .container .babes_content .babes_content_category .category_item:nth-child(5) {
    grid-area: height;
  }
  .mainPage .babes .container .babes_content .babes_content_category .category_item .category_item_bg {
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition-duration: .8s;
         -o-transition-duration: .8s;
            transition-duration: .8s;
  }
  .mainPage .babes .container .babes_content .babes_content_category .category_item:hover .category_item_bg {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: .6;
    background-position: center;
  }
  .mainPage .babes .container .babes_content .babes_content_category .category_item .category_item_name {
    text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    padding: 10px 10px;
  }
  .mainPage .babes .container .babes_bottomInfo {
    color: #6f6f6f;
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
    line-height: 26px;
    text-align: center;
    max-width: 1007px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 2.1px;
  }
  .mainPage .babes .container .babes_bottomInfo a {
    color: #3fc4fc;
    letter-spacing: 2.1px;
    text-decoration: underline;
  }
} .mainPage .photoBox {
  float: left;
  width: 100%;
  background-color: gray;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mainPage .photoBox .container .photoBox_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 550px;
}

.mainPage .photoBox .container .photoBox_content .photoBox_content_title {
  width: 100%;
}

.mainPage .photoBox .container .photoBox_content .photoBox_content_title .photoBox_content_title_wrap {
  opacity: 0.91;
  text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
  color: #ffffff;
  font-family: "born_readyregular", sans-serif;
  font-size: 60px;
  font-weight: 400;
  max-width: 820px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.mainPage .photoBox .container .photoBox_content .photoBox_content_content {
  border: 3px solid #ffffff;
  padding: 20px 40px;
  text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4.2px;
}

@media (max-width: 991.98px) {
  .mainPage .photoBox {
    display: none;
  }
} .mainPage .escort {
  float: left;
  width: 100%;
  padding: 130px 0 90px 0;
  background-color: #f5f5f5;
}

.mainPage .escort .container .escort_header {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  max-width: 1033px;
  width: 100%;
}

.mainPage .escort .container .escort_header h2 {
  color: #202020;
  font-size: 37px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Cardo", serif;
  margin-bottom: 25px;
}

.mainPage .escort .container .escort_header h2 strong {
  font-weight: 400;
  background-color: #d7f3ff;
  padding: 0 8px;
}

.mainPage .escort .container .escort_header p {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  max-width: 1037px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 65px;
}

.mainPage .escort .container .escort_separator {
  width: 100%;
  height: 42px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.mainPage .escort .container .escort_separator span {
  width: 42px;
  height: 42px;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  border-radius: 100px;
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainPage .escort .container .escort_separator::before {
  display: block;
  width: 100%;
  content: '';
  height: 1px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  margin-top: 1px/2;
}

.mainPage .escort .container .escort_girl .cell {
  margin-bottom: 35px;
}

.mainPage .escort .container .escort_girl .girl {
  -webkit-box-shadow: 3px 4px 5px #e6e6e6;
          box-shadow: 3px 4px 5px #e6e6e6;
  background-color: #ffffff;
  display: block;
  width: 100%;
  padding: 7px 7px 27px 7px;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

.mainPage .escort .container .escort_girl .girl:hover {
  -webkit-box-shadow: 0 0 16px rgba(223, 223, 223, 0.75);
          box-shadow: 0 0 16px rgba(223, 223, 223, 0.75);
}

.mainPage .escort .container .escort_girl .girl:hover .girl_photo img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.mainPage .escort .container .escort_girl .girl:hover .girl_photo::after {
  opacity: 1;
}

.mainPage .escort .container .escort_girl .girl:hover .girl_name {
  color: #3fc4fc;
}

.mainPage .escort .container .escort_girl .girl .girl_photo {
  overflow: hidden;
  position: relative;
}

.mainPage .escort .container .escort_girl .girl .girl_photo img {
  -webkit-transition-duration: .8s;
       -o-transition-duration: .8s;
          transition-duration: .8s;
  width: 100%;
}

.mainPage .escort .container .escort_girl .girl .girl_photo::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEgNTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNCI+PHBhdGggZD0iTTI4IDIwaC02di02YTEgMSAwIDAgMC0yIDB2NmgtNmExIDEgMCAwIDAgMCAyaDZ2NmExIDEgMCAwIDAgMiAwdi02aDZhMSAxIDAgMCAwIDAtMnoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik01MC43MjEgNTEuMjczTDM1Ljg2MiAzNS44MkMzOS42NTIgMzIuMDE5IDQyIDI2Ljc3OSA0MiAyMSA0MiA5LjQyIDMyLjU4IDAgMjEgMFMwIDkuNDIgMCAyMXM5LjQyIDIxIDIxIDIxYzUuMDgzIDAgOS43NDgtMS44MTcgMTMuMzg0LTQuODMybDE0Ljg5NSAxNS40OTFhLjk5OC45OTggMCAwIDAgMS40MTQuMDI4IDEgMSAwIDAgMCAuMDI4LTEuNDE0ek0yIDIxQzIgMTAuNTIzIDEwLjUyMyAyIDIxIDJzMTkgOC41MjMgMTkgMTktOC41MjMgMTktMTkgMTlTMiAzMS40NzcgMiAyMXoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==") no-repeat center;
  background-size: 74px auto;
  top: 0;
  opacity: 0;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

.mainPage .escort .container .escort_girl .girl .girl_name {
  color: #202020;
  font-family: "Cardo", serif;
  font-size: 36px;
  font-style: italic;
  margin-top: 30px;
  text-align: center;
  position: relative;
}

.mainPage .escort .container .escort_girl .girl .girl_name::after {
  content: '';
  display: block;
  height: 13px;
  background-color: #fff;
  width: 100px;
  margin: 0 auto;
  margin-top: 18px;
  z-index: 1;
  position: relative;
    background: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAANAGQDAREAAhEBAxEB/8QAGgAAAgMBAQAAAAAAAAAAAAAAAAcEBQYDCv/EACQQAAICAgICAgMBAQAAAAAAAAIDAQQFBhESAAcTFBYhIiMx/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/APfx4B4Gf2XYaus4ycjYS+2xlivRoUKowVrIZG4z4qlKvBTA/I4+eSKeAATPievWQSWw+x9p+WtgNjx9n1kGSscTswc5oF1YWRDXrmkFIXYY2Vi+2Fg5qp7l8S5mGAHRW0bz66NL9if+daTbkSRsmP6NuVFM4kGNISISAonmAsNYpv6ivfgolUhK9g+3MMzVjXp+Zl+VykJVD6qni3EVGNALFi0RgE0nTBfWR2mHQ1sMVH8QyApLyq/qPbdRtVcvmL2LzlC4vZEPe7Ik2KqlmzLigeS4WTvtFICZKTXfC5ITYJBtNi9wYwCTitHQW3bFeiBqpprcdGvJ8cNtNgQJnSJ7EpRCIREzYsVojmQxV/Nbjo7Kmb2neQvbBbekh0CpVG1Xs1HHAnW715EMe6Amfr2wrEEvCFiy52PsDJ17fs1bv0Km1ajb1ZOcaacFbbZCyuxZFR2Bo3V9FPpW2oWZohyghxAS4ASj9g0vAPAPAPAPAXXtLElk9Ss2E3G0LmBs19hx9pIQZru4yGSr+ZIP+i1kQXb+D6n1OBkCC5x+JXndSx1DaCVsM3sdWfebZqJrjYbYXDxME14EK5ohkLS1Ei0fjhkHDJIvAUS/W9vC7CvV8VuGaq6rmk2bNzDdRYX1RkvsUlWpdEKiyHKjsqrLdKpkWfMX9eA1m+vtPPD5PBpwdKjRy4AN36KgrvMkkLK7RdAkcMrtEWp57LE4mZAoM4IK3WvWuG168GTdfzGfyKKZY6nZztyLkUKBBKyq00wpa1LJRGouYL/M2AEALDggpNv0ilhsbYzmmWPw3K1VtGxYxNVXxZCpaar5a1qvJAuejRBtZwzBVigoWPBR1Cbo3rTD6+QZ669+w7HcALLMzk47sSbggp+oo2P+E+C6lYNrrExEwLQWUr8CJnMXkcv7P16tbzb5w2Lqxs1PEBUQALv0yKmPayEi1sGZS7s6GksTchXQGdgBveAeAeB//9k=') no-repeat center;

}
.mainPage .escort .container .escort_girl .girl .girl_name::before {
  content: '';
  position: absolute;
  width: 100%;
  background-color: #e3e3e3;
  height: 1px;
  bottom: 6px;
  display: block;
}

.mainPage .escort .container .escort_girl .escort_girl_more {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .mainPage .escort {
    float: left;
    width: 100%;
    padding: 70px 0 80px 0;
    background-color: #f5f5f5;
  }
  .mainPage .escort .container .escort_header {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    max-width: 1033px;
    width: 100%;
  }
  .mainPage .escort .container .escort_header h2 {
    color: #202020;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Cardo", serif;
    margin-bottom: 25px;
    line-height: 36px;
    font-size: 24px;
  }
  .mainPage .escort .container .escort_header h2 strong {
    font-weight: 400;
    background-color: #d7f3ff;
    padding: 0 8px;
  }
  .mainPage .escort .container .escort_header p {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    max-width: 1037px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 65px;
  }
  .mainPage .escort .container .escort_separator {
    display: none;
  }
  .mainPage .escort .container .escort_girl .cell {
    margin-bottom: 35px;
  }

  .mainPage .escort .container .escort_girl .girl {
    -webkit-box-shadow: 3px 4px 5px #e6e6e6;
            box-shadow: 3px 4px 5px #e6e6e6;
    background-color: #ffffff;
    display: block;
    width: 100%;
    padding: 7px 7px 27px 7px;
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
  }
  .mainPage .escort .container .escort_girl .girl:hover {
    -webkit-box-shadow: 0 0 16px rgba(223, 223, 223, 0.75);
            box-shadow: 0 0 16px rgba(223, 223, 223, 0.75);
  }
  .mainPage .escort .container .escort_girl .girl:hover .girl_photo img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
  .mainPage .escort .container .escort_girl .girl:hover .girl_photo::after {
    opacity: 1;
  }
  .mainPage .escort .container .escort_girl .girl:hover .girl_name {
    color: #3fc4fc;
  }
  .mainPage .escort .container .escort_girl .girl .girl_photo {
    overflow: hidden;
    position: relative;
  }
  .mainPage .escort .container .escort_girl .girl .girl_photo img {
    -webkit-transition-duration: .8s;
         -o-transition-duration: .8s;
            transition-duration: .8s;
    width: 100%;
  }
  .mainPage .escort .container .escort_girl .girl .girl_photo::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEgNTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNCI+PHBhdGggZD0iTTI4IDIwaC02di02YTEgMSAwIDAgMC0yIDB2NmgtNmExIDEgMCAwIDAgMCAyaDZ2NmExIDEgMCAwIDAgMiAwdi02aDZhMSAxIDAgMCAwIDAtMnoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik01MC43MjEgNTEuMjczTDM1Ljg2MiAzNS44MkMzOS42NTIgMzIuMDE5IDQyIDI2Ljc3OSA0MiAyMSA0MiA5LjQyIDMyLjU4IDAgMjEgMFMwIDkuNDIgMCAyMXM5LjQyIDIxIDIxIDIxYzUuMDgzIDAgOS43NDgtMS44MTcgMTMuMzg0LTQuODMybDE0Ljg5NSAxNS40OTFhLjk5OC45OTggMCAwIDAgMS40MTQuMDI4IDEgMSAwIDAgMCAuMDI4LTEuNDE0ek0yIDIxQzIgMTAuNTIzIDEwLjUyMyAyIDIxIDJzMTkgOC41MjMgMTkgMTktOC41MjMgMTktMTkgMTlTMiAzMS40NzcgMiAyMXoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==") no-repeat center;
    background-size: 74px auto;
    top: 0;
    opacity: 0;
    -webkit-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
  }
  .mainPage .escort .container .escort_girl .girl .girl_name {
    color: #202020;
    font-family: "Cardo", serif;
    font-size: 36px;
    font-style: italic;
    margin-top: 30px;
    text-align: center;
    position: relative;
  }
  .mainPage .escort .container .escort_girl .girl .girl_name::after {
    content: '';
    display: block;
    height: 13px;
    background-color: #fff;
    width: 100px;
    margin: 0 auto;
    margin-top: 18px;
    z-index: 1;
    position: relative;
  }
  .mainPage .escort .container .escort_girl .girl .girl_name::before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #e3e3e3;
    height: 1px;
    bottom: 6px;
    display: block;
  }
  .mainPage .escort .container .escort_girl .escort_girl_more {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .mainPage .escort {
    float: left;
    width: 100%;
    padding: 70px 0 80px 0;
    background-color: #f5f5f5;
  }
  .mainPage .escort .container .escort_header {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    max-width: 1033px;
    width: 100%;
  }
  .mainPage .escort .container .escort_header h2 {
    color: #202020;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Cardo", serif;
    margin-bottom: 25px;
    line-height: 36px;
    font-size: 24px;
  }
  .mainPage .escort .container .escort_header h2 strong {
    font-weight: 400;
    background-color: #d7f3ff;
    padding: 0 8px;
  }
  .mainPage .escort .container .escort_header p {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    max-width: 1037px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 65px;
  }
  .mainPage .escort .container .escort_separator {
    display: none;
  }
  .mainPage .escort .container .escort_girl .cell {
    margin-bottom: 35px;
  }
  /*.mainPage .escort .container .escort_girl .cell:nth-child(n + 4) {*/
  /*  display: none;*/
  /*}*/
  .mainPage .escort .container .escort_girl .girl {
    -webkit-box-shadow: 3px 4px 5px #e6e6e6;
            box-shadow: 3px 4px 5px #e6e6e6;
    background-color: #ffffff;
    display: block;
    width: 100%;
    padding: 7px 7px 27px 7px;
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
  }
  .mainPage .escort .container .escort_girl .girl:hover {
    -webkit-box-shadow: 0 0 16px rgba(223, 223, 223, 0.75);
            box-shadow: 0 0 16px rgba(223, 223, 223, 0.75);
  }
  .mainPage .escort .container .escort_girl .girl:hover .girl_photo img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
  .mainPage .escort .container .escort_girl .girl:hover .girl_photo::after {
    opacity: 1;
  }
  .mainPage .escort .container .escort_girl .girl:hover .girl_name {
    color: #3fc4fc;
  }
  .mainPage .escort .container .escort_girl .girl .girl_photo {
    overflow: hidden;
    position: relative;
  }
  .mainPage .escort .container .escort_girl .girl .girl_photo img {
    -webkit-transition-duration: .8s;
         -o-transition-duration: .8s;
            transition-duration: .8s;
    width: 100%;
  }
  .mainPage .escort .container .escort_girl .girl .girl_photo::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEgNTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNCI+PHBhdGggZD0iTTI4IDIwaC02di02YTEgMSAwIDAgMC0yIDB2NmgtNmExIDEgMCAwIDAgMCAyaDZ2NmExIDEgMCAwIDAgMiAwdi02aDZhMSAxIDAgMCAwIDAtMnoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik01MC43MjEgNTEuMjczTDM1Ljg2MiAzNS44MkMzOS42NTIgMzIuMDE5IDQyIDI2Ljc3OSA0MiAyMSA0MiA5LjQyIDMyLjU4IDAgMjEgMFMwIDkuNDIgMCAyMXM5LjQyIDIxIDIxIDIxYzUuMDgzIDAgOS43NDgtMS44MTcgMTMuMzg0LTQuODMybDE0Ljg5NSAxNS40OTFhLjk5OC45OTggMCAwIDAgMS40MTQuMDI4IDEgMSAwIDAgMCAuMDI4LTEuNDE0ek0yIDIxQzIgMTAuNTIzIDEwLjUyMyAyIDIxIDJzMTkgOC41MjMgMTkgMTktOC41MjMgMTktMTkgMTlTMiAzMS40NzcgMiAyMXoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==") no-repeat center;
    background-size: 74px auto;
    top: 0;
    opacity: 0;
    -webkit-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
  }
  .mainPage .escort .container .escort_girl .girl .girl_name {
    color: #202020;
    font-family: "Cardo", serif;
    font-size: 36px;
    font-style: italic;
    margin-top: 30px;
    text-align: center;
    position: relative;
  }
  .mainPage .escort .container .escort_girl .girl .girl_name::after {
    content: '';
    display: block;
    height: 13px;
    background-color: #fff;
    width: 100px;
    margin: 0 auto;
    margin-top: 18px;
    z-index: 1;
    position: relative;
  }
  .mainPage .escort .container .escort_girl .girl .girl_name::before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #e3e3e3;
    height: 1px;
    bottom: 6px;
    display: block;
  }
  .mainPage .escort .container .escort_girl .escort_girl_more {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
} .mainPage .price {
  float: left;
  width: 100%;
  background-color: #102331;
  color: #fff;
/*  background: url(/image/website/img/backgrounds/prise1.png?wp) no-repeat center;*/
  background-size: cover;
  padding-top: 100px;
}

.mainPage .price .container .price_title {
  color: #ffffff;
  font-family: "Cardo", serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 37px;
  text-align: center;
}

.mainPage .price .container .price_separator {
  width: 100%;
  height: 42px;
  text-align: center;
  margin-bottom: 10px;
  opacity: .2;
  position: relative;
}

.mainPage .price .container .price_separator span {
  width: 42px;
  height: 42px;
  border: 1px solid #dcdcdc;
  background-color: #102331;
  border-radius: 100px;
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainPage .price .container .price_separator::before {
  display: block;
  width: 100%;
  content: '';
  height: 1px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  margin-top: 1px/2;
}

.mainPage .price .container .price_content .price_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description {
  padding-left: 65px;
}

.mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_content {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_content p {
  color: #b9d6e9;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 25px;
}

.mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price {
  margin-bottom: 60px;
  float: left;
  width: 100%;
}

.mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price .price_item {
  width: 100%;
  border: 1px solid #1d3444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 30px;
  margin-bottom: 20px;
  -webkit-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  cursor: default;
}

.mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price .price_item:hover {
  border: 1px solid #1c79a0;
}

.mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price .price_item .price_item_title {
  color: #ffffff;
  font-family: "Cardo", serif;
  font-size: 24px;
  font-style: italic;
}

.mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price .price_item .price_item_cost {
  color: #3fc4fc;
  font-family: "Cardo", serif;
  font-size: 24px;
  font-weight: 400;
  margin-left: auto;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .mainPage .price {
    float: left;
    width: 100%;
    background-color: #102331;
    color: #fff;
    background: url(/image/website/img/backgrounds/price_bg.jpg?wp) no-repeat center;
    background-size: cover;
    padding-top: 100px;
  }
  .mainPage .price .container .price_title {
    color: #ffffff;
    font-family: "Cardo", serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 37px;
    text-align: center;
  }
  .mainPage .price .container .price_separator {
    width: 100%;
    height: 42px;
    text-align: center;
    margin-bottom: 10px;
    opacity: .2;
    position: relative;
  }
  .mainPage .price .container .price_separator span {
    width: 42px;
    height: 42px;
    border: 1px solid #dcdcdc;
    background-color: #102331;
    border-radius: 100px;
    position: relative;
    z-index: 10;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainPage .price .container .price_separator::before {
    display: block;
    width: 100%;
    content: '';
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    top: 50%;
    margin-top: 1px/2;
  }
  .mainPage .price .container .price_content .price_content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description {
    padding-left: 0px;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_content {
    margin-bottom: 25px;
    float: left;
    width: 100%;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_content p {
    color: #b9d6e9;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price {
    margin-bottom: 60px;
    float: left;
    width: 100%;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price .price_item {
    width: 100%;
    border: 1px solid #1d3444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 30px;
    margin-bottom: 20px;
    -webkit-transition-duration: .1s;
         -o-transition-duration: .1s;
            transition-duration: .1s;
    cursor: default;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price .price_item:hover {
    border: 1px solid #1c79a0;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price .price_item .price_item_title {
    color: #ffffff;
    font-family: "Cardo", serif;
    font-size: 24px;
    font-style: italic;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price .price_item .price_item_cost {
    color: #3fc4fc;
    font-family: "Cardo", serif;
    font-size: 24px;
    font-weight: 400;
    margin-left: auto;
    text-transform: uppercase;
  }
}

@media (max-width: 767.98px) {
  .mainPage .price {
    float: left;
    width: 100%;
    color: #fff;
    background: none;
    background-color: #102331;
    padding-top: 80px;
  }
  .mainPage .price .container .price_title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
  }
  .mainPage .price .container .price_separator {
    display: none;
  }
  .mainPage .price .container .price_content .price_content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_image {
    text-align: center;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_image img {
    max-width: 80%;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description {
    padding-left: 0px;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_content {
    margin-bottom: 25px;
    float: left;
    width: 100%;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_content p {
    color: #b9d6e9;
    font-family: Ubuntu;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price {
    margin-bottom: 60px;
    float: left;
    width: 100%;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price .price_item {
    width: 100%;
    border: 1px solid #1d3444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 30px;
    margin-bottom: 20px;
    -webkit-transition-duration: .1s;
         -o-transition-duration: .1s;
            transition-duration: .1s;
    cursor: default;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price .price_item:hover {
    border: 1px solid #1c79a0;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price .price_item .price_item_title {
    color: #ffffff;
    font-family: "Cardo", serif;
    font-size: 24px;
    font-style: italic;
  }
  .mainPage .price .container .price_content .price_content_wrap .price_content_wrap_description .description_price .price_item .price_item_cost {
    color: #3fc4fc;
    font-family: "Cardo", serif;
    font-size: 24px;
    font-weight: 400;
    margin-left: auto;
    text-transform: uppercase;
  }
} .mainPage .whyBabesEscort {
  float: left;
  width: 100%;
  padding: 80px 0 90px 0;
}

.mainPage .whyBabesEscort .container .whyBabesEscort_header {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  max-width: 1033px;
  width: 100%;
}

.mainPage .whyBabesEscort .container .whyBabesEscort_header h3 {
  color: #202020;
  font-size: 37px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Cardo", serif;
  margin-bottom: 25px;
}

.mainPage .whyBabesEscort .container .whyBabesEscort_header h3 strong {
  font-weight: 400;
  background-color: #d7f3ff;
  padding: 0 8px;
}

.mainPage .whyBabesEscort .container .whyBabesEscort_header p {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  max-width: 1037px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.mainPage .whyBabesEscort .container .whyBabesEscort_separator {
  width: 100%;
  height: 42px;
  text-align: center;
  margin-bottom: 50px;
  display: none;
  position: relative;
}

.mainPage .whyBabesEscort .container .whyBabesEscort_separator span {
  width: 42px;
  height: 42px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainPage .whyBabesEscort .container .whyBabesEscort_separator::before {
  display: block;
  width: 100%;
  content: '';
  height: 1px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  margin-top: 1px/2;
}

.mainPage .whyBabesEscort .container .whyBabesEscort_content .content_listItems .item {
  margin-bottom: 80px;
}

.mainPage .whyBabesEscort .container .whyBabesEscort_content .content_listItems .item .item_count {
  -webkit-box-shadow: 3px 4px 5px #e6e6e6;
          box-shadow: 3px 4px 5px #e6e6e6;
  border: 1px solid #efefef;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #202020;
  font-family: "Cardo", serif;
  font-size: 25px;
  font-weight: 400;
  float: left;
  text-transform: uppercase;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainPage .whyBabesEscort .container .whyBabesEscort_content .content_listItems .item .item_description {
  color: #6f6f6f;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  width: calc(100% - 40px);
  padding: 0 20px;
  padding-right: 10px;
  float: left;
  line-height: 21px;
}

@media (max-width: 991.98px) {
  .mainPage .whyBabesEscort {
    float: left;
    width: 100%;
    padding: 80px 0 90px 0;
    background-color: #e3e3e3;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_header {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
    max-width: 1033px;
    width: 100%;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_header h2 {
    color: #202020;
    font-size: 37px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    font-family: "Cardo", serif;
    margin-bottom: 25px;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_header h2 strong {
    font-weight: 400;
    background-color: #d7f3ff;
    padding: 0 8px;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_header p {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    max-width: 1037px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
    padding: 30px 20px;
    background-color: #fff;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_separator {
    width: 100%;
    height: 42px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_separator span {
    width: 42px;
    height: 42px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 100px;
    position: relative;
    z-index: 10;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_separator::before {
    display: block;
    width: 100%;
    content: '';
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    top: 50%;
    margin-top: 1px/2;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_content {
    background-color: #fff;
    padding: 30px 10px 0 10px;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_content .content_listItems .item {
    margin-bottom: 80px;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_content .content_listItems .item .item_count {
    -webkit-box-shadow: 3px 4px 5px #e6e6e6;
            box-shadow: 3px 4px 5px #e6e6e6;
    border: 1px solid #efefef;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #202020;
    font-family: "Cardo", serif;
    font-size: 25px;
    font-weight: 400;
    float: left;
    text-transform: uppercase;
    border-radius: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_content .content_listItems .item .item_description {
    color: #6f6f6f;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    width: calc(100% - 40px);
    padding: 0 20px;
    padding-right: 10px;
    float: left;
    line-height: 21px;
  }
}

@media (max-width: 767.98px) {
  .mainPage .whyBabesEscort {
    float: left;
    width: 100%;
    padding: 70px 0 40px 0;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_header {
    margin: 0 auto;
    text-align: center;
    max-width: 1033px;
    width: 100%;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_header h2 {
    color: #202020;
    font-family: "Cardo", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_header h2 strong {
    font-weight: 400;
    background-color: #d7f3ff;
    padding: 0 8px;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_header p {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    max-width: 1037px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_separator {
    display: none;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_content .content_listItems .item {
    margin-bottom: 40px;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_content .content_listItems .item .item_count {
    -webkit-box-shadow: 3px 4px 5px #e6e6e6;
            box-shadow: 3px 4px 5px #e6e6e6;
    border: 1px solid #efefef;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #202020;
    font-family: "Cardo", serif;
    font-size: 25px;
    font-weight: 400;
    float: left;
    text-transform: uppercase;
    border-radius: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainPage .whyBabesEscort .container .whyBabesEscort_content .content_listItems .item .item_description {
    color: #6f6f6f;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    width: calc(100% - 40px);
    padding: 0 20px;
    padding-right: 10px;
    float: left;
    line-height: 21px;
  }
} .contact {
  float: left;
  width: 100%;
  background-color: #eef2f1;
  padding: 120px 0 0 0;
  background-size: cover;
  margin-bottom: -130px;
}
#mxcontact{
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNMXHW7HgAFwQJndBDkkgAAAABJRU5ErkJggg==) no-repeat center;

}

.contact .container .contact_header {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  max-width: 895px;
  width: 100%;
}

.contact .container .contact_header h2 {
  color: #202020;
  font-size: 37px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Cardo", serif;
  margin-bottom: 25px;
}

.contact .container .contact_header h2 strong {
  font-weight: 400;
  color: #3fc4fc;
}

.contact .container .contact_header p {
  color: #6f6f6f;
  font-size: 21px;
  font-weight: 300;
  line-height: 19px;
  font-style: italic;
  margin-bottom: 20px;
  letter-spacing: 2.1px;
}

.contact .container .contact_header p strong {
  font-weight: 400;
  color: #3fc4fc;
}

.contact .container .contact_separator {
  width: 100%;
  height: 42px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.contact .container .contact_separator span {
  width: 42px;
  height: 42px;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 100px;
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .container .contact_separator::before {
  display: block;
  width: 100%;
  content: '';
  height: 1px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  margin-top: 1px/2;
}

.contact .container .contact_content .contact_content_form {
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 70px 60px 30px 60px;
}

.contact .container .contact_content .contact_content_form .form_title {
  color: #202020;
  font-family: "Cardo", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.contact .container .contact_content .contact_content_form form label {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 25px;
}

.contact .container .contact_content .contact_content_form form label input {
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  border: none;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
}

.contact .container .contact_content .contact_content_form form label input:focus {
  border-bottom-color: #3fc4fc;
}

.contact .container .contact_content .contact_content_form form label textarea {
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  border: none;
  height: 110px;
  padding: 10px 0;
  width: 100%;
  resize: none;
  line-height: 1.2em;
  border-bottom: 1px solid #d2d2d2;
}

.contact .container .contact_content .contact_content_form form label textarea:focus {
  border-bottom-color: #3fc4fc;
}

.contact .container .contact_content .contact_content_form form .select {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.contact .container .contact_content .contact_content_form form .select .nice-select {
  width: 100%;
  float: left;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0;
  color: #202020;
  font-size: 16px;
  font-weight: 400;
}

.contact .container .contact_content .contact_content_form form .select .nice-select .list {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
}

.contact .container .contact_content .contact_content_form form .select .nice-select .list li {
  padding: 10px;
}

.contact .container .contact_content .contact_content_form form .select .nice-select .list .disabled {
  display: none;
}

.contact .container .contact_content .contact_content_form form button {
  margin-top: 30px;
  border: none;
  display: block;
  margin: 0 auto;
  float: none;
}



.contact .container .contact_content .contact_content_moreInfo .contact_content_moreInfo_text {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 45px;
}

.contact .container .contact_content .contact_content_moreInfo .box {
  margin-bottom: 35px;
}

.contact .container .contact_content .contact_content_moreInfo .box .title {
  color: #6f6f6f;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}

.contact .container .contact_content .contact_content_moreInfo .box .link {
  color: #6f6f6f;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

.contact .container .contact_content .contact_content_moreInfo .box .link:hover {
  color: #000;
}

@media (max-width: 767.98px) {
  .contact {
    float: left;
    width: 100%;
    background-color: #eef2f1;
    padding: 60px 0 0 0;
    background-size: cover;
    margin-bottom: 0px;
  }
  
  .change {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
  .contact .container .contact_header {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    max-width: 895px;
    width: 100%;
  }
  .contact .container .contact_header h2 {
    color: #202020;
    font-family: "Cardo", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  .contact .container .contact_header h2 strong {
    font-weight: 400;
    color: #3fc4fc;
  }
  .contact .container .contact_header p {
    color: #6f6f6f;
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 2.1px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .contact .container .contact_header p strong {
    font-weight: 400;
    color: #3fc4fc;
  }
  .contact .container .contact_separator {
    display: none;
  }
  .contact .container .contact_content .col-xl-7 {
    padding: 0;
    margin-bottom: 51px;
  }
  .contact .container .contact_content .contact_content_form {
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 60px 20px 30px 20px;
  }
  .contact .container .contact_content .contact_content_form .form_title {
    color: #202020;
    font-family: "Cardo", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
  }
  .contact .container .contact_content .contact_content_form form label {
    color: #969696;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .contact .container .contact_content .contact_content_form form label input {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    border: none;
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
  }
  .contact .container .contact_content .contact_content_form form label input:focus {
    border-bottom-color: #3fc4fc;
  }
  .contact .container .contact_content .contact_content_form form label textarea {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    border: none;
    height: 110px;
    padding: 10px 0;
    width: 100%;
    resize: none;
    line-height: 1.2em;
    border-bottom: 1px solid #d2d2d2;
  }
  .contact .container .contact_content .contact_content_form form label textarea:focus {
    border-bottom-color: #3fc4fc;
  }
  .contact .container .contact_content .contact_content_form form .select {
    color: #969696;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    float: left;
    width: 100%;
  }
  .contact .container .contact_content .contact_content_form form .select .nice-select {
    width: 100%;
    float: left;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
  }
  .contact .container .contact_content .contact_content_form form .select .nice-select .list {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }
  .contact .container .contact_content .contact_content_form form .select .nice-select .list li {
    padding: 10px;
  }
  .contact .container .contact_content .contact_content_form form .select .nice-select .list .disabled {
    display: none;
  }
  .contact .container .contact_content .contact_content_form form button {
    margin-top: 30px;
    border: none;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .contact .container .contact_content .contact_content_moreInfo {
    margin-bottom: 0px;
  }
  .contact .container .contact_content .contact_content_moreInfo .contact_content_moreInfo_text {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    margin-bottom: 45px;
  }
  .contact .container .contact_content .contact_content_moreInfo .box {
    margin-bottom: 35px;
    text-align:center;
  }
  .contact .container .contact_content .contact_content_moreInfo .box .title {
    color: #6f6f6f;
    font-weight: 400;
    line-height: 30px;
    font-size: 26px;
  }
  .contact .container .contact_content .contact_content_moreInfo .box .link {
    color: #6f6f6f;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    -webkit-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
  }
  .contact .container .contact_content .contact_content_moreInfo .box .link:hover {
    color: #000;
  }
}

@media (max-width: 767.98px) {
  .contact {
    float: left;
    width: 100%;
    background-color: #eef2f1;
    padding: 60px 0 0 0;
    background-size: cover;
    margin-bottom: 0px;
  }
  #mxcontact{
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNMXHW7HgAFwQJndBDkkgAAAABJRU5ErkJggg==) no-repeat center;
  }
  .contact .container .contact_header {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    max-width: 895px;
    width: 100%;
  }
  .contact .container .contact_header h2 {
    color: #202020;
    font-family: "Cardo", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  .contact .container .contact_header h2 strong {
    font-weight: 400;
    color: #3fc4fc;
  }
  .contact .container .contact_header p {
    color: #6f6f6f;
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 2.1px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .contact .container .contact_header p strong {
    font-weight: 400;
    color: #3fc4fc;
  }
  .contact .container .contact_separator {
    display: none;
  }
  .contact .container .contact_content .col-xl-7 {
    padding: 0;
        margin-bottom: 51px;
  }
  .contact .container .contact_content .contact_content_form {
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 60px 20px 30px 20px;
  }
  .contact .container .contact_content .contact_content_form .form_title {
    color: #202020;
    font-family: "Cardo", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
  }
  .contact .container .contact_content .contact_content_form form label {
    color: #969696;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .contact .container .contact_content .contact_content_form form label input {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    border: none;
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
  }
  .contact .container .contact_content .contact_content_form form label input:focus {
    border-bottom-color: #3fc4fc;
  }
  .contact .container .contact_content .contact_content_form form label textarea {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    border: none;
    height: 110px;
    padding: 10px 0;
    width: 100%;
    resize: none;
    line-height: 1.2em;
    border-bottom: 1px solid #d2d2d2;
  }
  .contact .container .contact_content .contact_content_form form label textarea:focus {
    border-bottom-color: #3fc4fc;
  }
  .contact .container .contact_content .contact_content_form form .select {
    color: #969696;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    float: left;
    width: 100%;
  }
  .contact .container .contact_content .contact_content_form form .select .nice-select {
    width: 100%;
    float: left;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
  }
  .contact .container .contact_content .contact_content_form form .select .nice-select .list {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }
  .contact .container .contact_content .contact_content_form form .select .nice-select .list li {
    padding: 10px;
  }
  .contact .container .contact_content .contact_content_form form .select .nice-select .list .disabled {
    display: none;
  }
  .contact .container .contact_content .contact_content_form form button {
    margin-top: 30px;
    border: none;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .contact .container .contact_content .contact_content_moreInfo {
    margin-bottom: 0px;
  }
  .contact .container .contact_content .contact_content_moreInfo .contact_content_moreInfo_text {
    color: #6f6f6f;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 45px;
  }
  .contact .container .contact_content .contact_content_moreInfo .box {
    margin-bottom: 35px;
     text-align:center;
  }
  .contact .container .contact_content .contact_content_moreInfo .box .title {
    color: #6f6f6f;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
  }
  .contact .container .contact_content .contact_content_moreInfo .box .link {
    color: #6f6f6f;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    -webkit-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
  }
  .contact .container .contact_content .contact_content_moreInfo .box .link:hover {
    color: #000;
  }
}

@media (min-width: 768.98px){
.align-items-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: row-reverse;
}
.contact .container .contact_content .contact_content_moreInfo {
  margin-bottom: 180px;
  padding-left: 40px;
}
} .mainPage .photoBox_bottom {
  float: left;
  width: 100%;
  background-color: gray;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mainPage .photoBox_bottom .container .photoBox_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 550px;
}

.mainPage .photoBox_bottom .container .photoBox_content .photoBox_content_title {
  width: 100%;
}

.mainPage .photoBox_bottom .container .photoBox_content .photoBox_content_title .photoBox_content_title_wrap {
  opacity: 0.91;
  text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
  color: #ffffff;
  font-family: "born_readyregular", sans-serif;
  font-size: 83px;
  font-weight: 400;
  max-width: 1073px;
  text-align: center;
  margin: 0 auto;
  padding-top: 80px;
}

@media (max-width: 767.98px) {
  .mainPage .photoBox_bottom {
    float: left;
    width: 100%;
    background-color: gray;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mainPage .photoBox_bottom .container .photoBox_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 90px 0;
  }
  .mainPage .photoBox_bottom .container .photoBox_content .photoBox_content_title {
    width: 100%;
  }
  .mainPage .photoBox_bottom .container .photoBox_content .photoBox_content_title .photoBox_content_title_wrap {
    opacity: 0.91;
    text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
    color: #ffffff;
    font-family: "born_readyregular", sans-serif;
    font-size: 60px;
    font-weight: 400;
    max-width: 820px;
    text-align: center;
    margin: 0 auto;
    padding-top: 0px;
    text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
  }
}

.mainPage1 .photoBox_bottom {
    float: left;
    width: 100%;
    background-color: gray;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mainPage1 .photoBox_bottom .container .photoBox_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 550px;
}

.mainPage1 .photoBox_bottom .container .photoBox_content .photoBox_content_title {
    width: 100%;
}

.mainPage1 .photoBox_bottom .container .photoBox_content .photoBox_content_title .photoBox_content_title_wrap {
    opacity: 0.91;
    text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
    color: #ffffff;
    font-family: "born_readyregular", sans-serif;
    font-size: 83px;
    font-weight: 400;
    max-width: 1073px;
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
}

@media (max-width: 767.98px) {
    .mainPage1 .photoBox_bottom {
        float: left;
        width: 100%;
        background-color: gray;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .mainPage1 .photoBox_bottom .container .photoBox_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding: 90px 0;
    }
    .mainPage1 .photoBox_bottom .container .photoBox_content .photoBox_content_title {
        width: 100%;
    }
    .mainPage1 .photoBox_bottom .container .photoBox_content .photoBox_content_title .photoBox_content_title_wrap {
        opacity: 0.91;
        text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
        color: #ffffff;
        font-family: "born_readyregular", sans-serif;
        font-size: 60px;
        font-weight: 400;
        max-width: 820px;
        text-align: center;
        margin: 0 auto;
        padding-top: 0px;
        text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.19);
        color: #ffffff;
        font-size: 40px;
        font-weight: 400;
    }
}

@media (min-width: 426px) {
    .mainPage1 .photoBox_bottom  {
       display:none;
    }

}
@media (max-width: 426px) {
    .mainPage .photoBox_bottom  {
       display:none;
    }

}

 

.bg-loading{
    display:none!important;
}

