@font-face {
  font-family: "FbSpoiler-bold";
  src: url("fonts/spoilerboldwebfont.eot");
  src: url("fonts/spoilerboldwebfont.eot?#iefix") format("embedded-opentype"), url("fonts/spoilerboldwebfont.woff") format("woff"), url("fonts/spoilerboldwebfont.ttf") format("truetype"), url("fonts/spoilerboldwebfont.svg#svgFontName") format("svg");
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "FbSpoiler";
  src: url("fonts/spoilerregularwebfont.eot");
  src: url("fonts/spoilerregularwebfont.eot?#iefix") format("embedded-opentype"), url("fonts/spoilerregularwebfont.woff") format("woff"), url("fonts/spoilerregularwebfont.ttf") format("truetype"), url("fonts/spoilerregularwebfont.svg#svgFontName") format("svg");
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "FbSpoiler-black";
  src: url("fonts/spoilerblackwebfont.eot");
  src: url("fonts/spoilerblackwebfont.eot?#iefix") format("embedded-opentype"), url("fonts/spoilerblackwebfont.woff") format("woff"), url("fonts/spoilerblackwebfont.ttf") format("truetype"), url("fonts/spoilerblackwebfont.svg#svgFontName") format("svg");
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "FbSpoiler-light";
  src: url("fonts/spoilerlightwebfont.eot");
  src: url("fonts/spoilerlightwebfont.eot?#iefix") format("embedded-opentype"), url("fonts/spoilerlightwebfont.woff") format("woff"), url("fonts/spoilerlightwebfont.ttf") format("truetype"), url("fonts/spoilerlightwebfont.svg#svgFontName") format("svg");
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.active {
  position: relative;
  color: #fff !important;
  padding: 3px 5px 5px 5px !important;
  text-decoration: none;
  font-family: "FbSpoiler";
  font-size: 1.2em;
  font-weight: 500;
}
.clearFix {
  clear: both;
}
.clearFix:before {
  content: "";
  display: table;
}
.clearFix:after {
  content: "";
  display: table;
}
.Calibri {
  font-family: Calibri;
}
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  direction: rtl;
}
body.fixedPosition {
  position: fixed;
}
body .bodyContainer {
  position: relative;
  background-color: #ffffff;
}
body header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #ff7100;
}
body header .headerWrap {
  width: 100%;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
  position: relative;
}
body header .headerWrap .headerLogo {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body header .headerWrap .headerLogo a img {
    width: 66px;
    height: 34px;
    margin-top: 2px;
  }
}
body header .headerWrap .fa.fa-bars {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #ffffff;
  font-size: 1.5em;
}
body header .headerWrap nav {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 849px;
}
body header .headerWrap nav #nav .navContainer #navList {
  list-style-type: none;
  margin-right: 5px;
}
body header .headerWrap nav #nav .navContainer #navList li {
  padding: 0 0px 0 6px;
  display: inline;
  border-left: 1px solid rgba(255, 255, 255, 0.29);
}
body header .headerWrap nav #nav .navContainer #navList li a {
  /*position: relative;*/
  color: #fff !important;
  padding: 3px 5px 5px 5px !important;
  text-decoration: none;
  font-family: "FbSpoiler";
  font-size: 1.2em;
  font-weight: 500;
}
body header .headerWrap nav #nav .navContainer #navList li:last-child {
  border: none;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body header .headerWrap {
    height: 40px;
    padding: 0;
  }
}
body section {
  display: block;
  overflow: hidden;
}
body section .BigImageCnt {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-image: url('https://images.yad2.co.il/Pic/DogBreeds/pic1_new.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 642px;
  text-align: center;
}
body section .BigImageCnt .BoxBigImage {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 30%;
}
body section .BigImageCnt .BoxBigImage .BoxImage {
  margin: 130px auto;
  width: 525px;
  height: 367px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
}
body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_title {
  margin: 29px auto 15px auto;
  font-family: "FbSpoiler";
  font-weight: 600;
  font-size: 2.4em;
  color: #ffffff;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_title {
    margin: 34px auto 10px auto;
    font-size: 1.9em;
    letter-spacing: 0.4px;
  }
}
body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_text {
  font-family: "FbSpoiler";
  font-weight: 500;
  font-size: 1.7em;
  color: #ffffff;
  width: 85%;
  margin: 0 auto;
  letter-spacing: 0.4px;
}
body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_text p {
  margin: 0;
  padding: 0;
}
body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_text p span {
  font-family: FbSpoiler-black;
}
@media screen and (min-width: 1px) and (max-width: 400px) {
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_text {
    font-size: 1.1em;
    color: #ffffff;
    width: 95%;
    margin: 0 auto;
    letter-spacing: 0.2px;
    line-height: 21px;
  }
}
@media screen and (min-width: 400px) and (max-width: 651px) {
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_text {
    font-size: 1.4em;
    color: #ffffff;
    width: 95%;
    margin: 0 auto;
    letter-spacing: 0.2px;
    line-height: 25px;
  }
}
body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons {
  width: 90%;
  margin: 50px auto 0 auto;
}
body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_faceBook {
  display: inline-block;
  width: 195px;
  padding: 12px 0 10px 0;
  background-color: #3b5998;
  font-family: 'FbSpoiler';
  font-size: 20px;
  margin: 0 0 0 20px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}
body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_faceBook .fa-facebook {
  font-size: 1.6em!important;
  color: #ffffff;
  vertical-align: middle;
}
body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_faceBook .facebook_txt {
  color: #ffffff;
  font-size: 1.2em;
  margin-right: 7px;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_faceBook {
    display: none;
  }
}
body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_faceBook_mobile {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_faceBook_mobile {
    display: inline-block;
    width: 23%;
    padding: 12px 0 10px 0;
    background-color: #3b5998;
    font-family: 'FbSpoiler';
    font-size: 20px;
    margin: 0 0 0 4px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
  }
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_faceBook_mobile .fa-facebook {
    font-size: 1.1em!important;
    color: #ffffff;
    vertical-align: bottom;
  }
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_faceBook_mobile .facebook_txt {
    color: #ffffff;
    font-size: 1.2em;
    margin-right: 0;
  }
}
body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_whatsapp_mobile {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_whatsapp_mobile {
    display: inline-block;
    width: 26%;
    padding: 11px 0 9px 0;
    background-color: #34af23;
    font-family: 'FbSpoiler';
    font-size: 20px;
    margin: 0 0 0 4px;
    border-radius: 5px;
    text-decoration: inherit;
  }
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_whatsapp_mobile .fa-whatsapp {
    font-size: 1.2em!important;
    color: #ffffff;
    vertical-align: bottom;
  }
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_whatsapp_mobile .whatsapp_txt {
    color: #ffffff;
    font-size: 1.2em;
    margin-right: 0;
  }
}
body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_sendToFriend {
  display: inline-block;
  width: 195px;
  padding: 7px 0 11px 0;
  background-color: #ff7100;
  font-family: 'FbSpoiler';
  font-size: 20px;
  margin: 0 0 0 0;
  border-radius: 5px;
  text-decoration: inherit;
}
body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_sendToFriend .fa-envelope-o {
  font-size: 1.8em!important;
  color: #ffffff;
  vertical-align: sub;
}
body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_sendToFriend .facebook_txt {
  color: #ffffff;
  font-size: 1.2em;
  margin-right: 7px;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_sendToFriend {
    display: inline-block;
    width: 43%;
    padding: 10px 5px 11px 2px;
    background-color: #ff7100;
    font-family: 'FbSpoiler';
    font-size: 20px;
    margin: 0 0 0 0;
    border-radius: 5px;
    text-decoration: inherit;
  }
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_sendToFriend .fa-envelope-o {
    font-size: 1.2em!important;
    color: #ffffff;
    vertical-align: top;
  }
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons .btn_sendToFriend .facebook_txt {
    color: #ffffff;
    font-size: 1.2em;
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .BigImageCnt .BoxBigImage .BoxImage .BoxImage_buttons {
    width: 95%;
    margin: 35px auto 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .BigImageCnt .BoxBigImage .BoxImage {
    margin: 10px auto;
    width: 100%;
    background-color: inherit;
    position: absolute;
  }
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .BigImageCnt .BoxBigImage {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 95%;
  }
}
@media screen and (min-width: 1px) and (max-width: 480px) {
  body section .BigImageCnt {
    background-image: url('https://images.yad2.co.il/Pic/DogBreeds/pic1_mobile_480.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 354px;
  }
}
@media screen and (min-width: 480px) and (max-width: 651px) {
  body section .BigImageCnt {
    background-image: url('https://images.yad2.co.il/Pic/DogBreeds/pic1_mobile.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 479px;
    background-size: cover;
  }
}
body section .fightArea_cnt {
  width: 100%;
  margin: 30px auto 61px auto;
  padding: 0;
}
body section .fightArea_cnt .fightArea1 {
  width: 995px;
  margin: 0 auto 45px auto;
  padding: 0;
  font-family: "FbSpoiler";
  color: #000000;
  text-align: center;
}
body section .fightArea_cnt .fightArea1 .title {
  font-size: 3.6em;
  font-weight: 600;
  margin-bottom: 5px;
}
body section .fightArea_cnt .fightArea1 .subTitle {
  font-size: 2.6em;
  font-weight: 600;
  margin-bottom: 10px;
}
body section .fightArea_cnt .fightArea1 p {
  margin: 5px;
  padding: 0;
  font-size: 1.5em;
}
body section .fightArea_cnt .fightArea1 .text3 {
  margin: -8px;
}
body section .fightArea_cnt .fightArea1 .text3 .text3_txt {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
}
body section .fightArea_cnt .fightArea1 .text3 .text3_txt .icon_pedigree {
  width: 43px;
  display: inline-block;
  height: 43px;
  background-image: url("https://images.yad2.co.il/Pic/DogBreeds/pedigree_icon.png");
  background-size: 85% 85%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: -5px;
}
body section .fightArea_cnt .fightArea2 {
  width: 995px;
  margin: 0 auto;
  padding: 0;
  font-family: "FbSpoiler";
  color: #000000;
  text-align: center;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box {
  margin: 30px auto;
  width: 82%;
  height: auto;
  padding-bottom: 30px;
  background-color: #ebeaea;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .title {
  width: 90%;
  margin: 0 auto;
  color: #ff7100;
  font-size: 2.4em;
  padding: 28px;
  font-weight: 600;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt {
  width: 90%;
  margin: 8px auto;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .right_part {
  width: 45%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  border-left: 1px solid #c4c3c3;
  padding-left: 28px;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .right_part .image_r {
  width: 145px;
  height: 145px;
  background-image: url("https://images.yad2.co.il/Pic/DogBreeds/dog1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto 10px auto;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .right_part .title_r {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 6px;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .right_part .text_r {
  font-size: 1.2em;
  margin-bottom: 34px;
  line-height: 1.1em;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .right_part a {
  text-decoration: none;
  display: block;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .right_part a .button_r {
  width: 173px;
  padding: 7px 0;
  background-color: #ff7100;
  font-family: 'FbSpoiler';
  font-size: 20px;
  border-radius: 4px;
  margin: 0 auto;
  color: #fff;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .left_part {
  width: 46%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  padding-right: 28px;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .left_part .image_l {
  width: 145px;
  height: 145px;
  background-image: url("https://images.yad2.co.il/Pic/DogBreeds/dog2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto 10px auto;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .left_part .title_l {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 6px;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .left_part .title_l span {
  font-size: 0.8em;
  margin-right: 6px;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .left_part .text_l {
  font-size: 1.2em;
  margin-bottom: 13px;
  line-height: 1.1em;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .left_part .button_l {
  width: 100%;
  margin: 0 auto;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .left_part .button_l .btn1 {
  display: inline-block;
  width: 100px;
  padding: 7px 0;
  background-color: #ffffff;
  font-family: 'FbSpoiler';
  font-size: 20px;
  border: 1px solid #ff7100;
  border-radius: 4px;
  margin-left: 10px;
  color: #ff7100;
}
body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .left_part .button_l .btn2 {
  display: inline-block;
  width: 144px;
  padding: 7px 4px;
  background-color: #ff7100;
  font-family: 'FbSpoiler';
  font-size: 20px;
  border-radius: 4px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .fightArea_cnt {
    margin: 20px auto 0 auto;
  }
  body section .fightArea_cnt .fightArea1 {
    width: 90%;
  }
  body section .fightArea_cnt .fightArea1 .title {
    font-size: 2.4em;
  }
  body section .fightArea_cnt .fightArea1 .subTitle {
    font-size: 1.6em;
    margin-bottom: 15px;
  }
  body section .fightArea_cnt .fightArea1 p {
    font-size: 1.4em;
  }
  body section .fightArea_cnt .fightArea1 .text3 {
    margin: 1px;
  }
  body section .fightArea_cnt .fightArea1 .text3 .text3_txt {
    font-size: 1.4em;
  }
  body section .fightArea_cnt .fightArea1 .text3 .text3_txt .icon_pedigree {
    width: 35px;
    height: 35px;
    margin-top: 3px;
  }
  body section .fightArea_cnt .fightArea2 {
    width: 100%;
  }
  body section .fightArea_cnt .fightArea2 .fightArea2_box {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  body section .fightArea_cnt .fightArea2 .fightArea2_box .title {
    padding: 26px 0 16px 0;
  }
  body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt {
    width: 90%;
    margin: 8px auto 0;
  }
  body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .right_part {
    width: 95%;
    border-left: inherit;
    padding: 0;
  }
  body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .right_part .title_r {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 6px;
  }
  body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .right_part .text_r {
    margin-bottom: 10px;
  }
  body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .right_part a .button_r {
    width: 77%;
    padding: 11px 0;
    font-size: 24px;
    border-radius: 6px;
  }
  body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .left_part {
    width: 95%;
    padding: 0;
    margin: 55px auto;
  }
  body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .left_part .button_l {
    width: 100%;
  }
  body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .left_part .button_l .btn1 {
    width: 34%;
    padding: 11px 0;
    font-size: 21px;
    border-radius: 6px;
    color: #ff7100;
    margin-top: 7px;
  }
  body section .fightArea_cnt .fightArea2 .fightArea2_box .explanation_cnt .left_part .button_l .btn2 {
    width: 57%;
    padding: 11px 4px;
    font-size: 21px;
    border-radius: 6px;
    margin-top: 7px;
  }
}
body section .rulesArea_cnt {
  width: 100%;
  background-color: #191919;
  margin: 0 auto;
  text-align: center;
  font-family: "FbSpoiler";
  position: relative;
  padding-bottom: 55px;
}
body section .rulesArea_cnt button {
  display: inline-block;
  color: transparent;
  outline: none;
  background: transparent;
  border: none;
  position: absolute;
  top: 273px;
  z-index: 100;
}
body section .rulesArea_cnt button.arrowRightButton {
  right: 0;
}
body section .rulesArea_cnt button.arrowLeftButton {
  left: 0;
}
body section .rulesArea_cnt button .material-icons1 {
  font-size: 3.5em;
  color: #ffffff;
}
body section .rulesArea_cnt .rulesArea {
  width: 52%;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
body section .rulesArea_cnt .rulesArea .top_rules {
  width: 90%;
  margin: 0 auto;
  padding: 52px 0 28px 0;
}
body section .rulesArea_cnt .rulesArea .top_rules .title_rules {
  font-size: 3.6em;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 3px;
}
body section .rulesArea_cnt .rulesArea .top_rules .subTitle_rules {
  font-size: 2.6em;
  font-weight: 600;
  color: #ffffff;
}
body section .rulesArea_cnt .rulesArea .slick-container {
  margin: 0 auto;
  width: 90%;
}
body section .rulesArea_cnt .rulesArea .slick-container .center_rules .pic1_mob {
  display: none;
}
body section .rulesArea_cnt .rulesArea .slick-container .center_rules .pic1 {
  display: block;
}
body section .rulesArea_cnt .rulesArea .slick-container .center_rules img {
  margin: 0 auto;
  width: 485px;
  height: 312px;
}
@media screen and (min-width: 1px) and (max-width: 320px) {
  body section .rulesArea_cnt .rulesArea .slick-container .center_rules img {
    width: 75%;
    height: 75%;
  }
}
@media screen and (min-width: 320px) and (max-width: 651px) {
  body section .rulesArea_cnt .rulesArea .slick-container .center_rules img {
    width: 100%;
    height: 260px;
  }
}
body section .rulesArea_cnt .rulesArea .bottom_rules {
  font-size: 1.5em;
  font-weight: 500;
  color: #ff7100;
}
body section .rulesArea_cnt .rulesArea .bottom_rules p {
  margin: 4px 0;
  padding: 0;
}
body section .rulesArea_cnt .rulesArea .bottom_rules p span {
  font-weight: 600;
}
body section .rulesArea_cnt .slick-dots {
  margin: 8px 0;
  padding: 0;
  direction: ltr;
}
body section .rulesArea_cnt .slick-dots li {
  display: inline-block;
  list-style: none;
  border-radius: 50%;
  background-color: white;
  padding: 5px 12px;
  font-size: 22px;
  font-weight: 600;
  color: #ff7100;
  margin-right: 11px;
  cursor: pointer;
}
body section .rulesArea_cnt .slick-dots li.slick-active {
  background-color: #ff7100;
  color: #ffffff;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .rulesArea_cnt {
    padding-bottom: 27px;
  }
  body section .rulesArea_cnt button {
    top: 273px;
  }
  body section .rulesArea_cnt button.arrowRightButton {
    right: -20px;
  }
  body section .rulesArea_cnt button.arrowLeftButton {
    left: -13px;
  }
  body section .rulesArea_cnt button .material-icons1 {
    font-size: 3.5em;
    color: #ffffff;
  }
  body section .rulesArea_cnt .rulesArea {
    width: 95%;
  }
  body section .rulesArea_cnt .rulesArea .top_rules {
    width: 90%;
    padding: 28px 0 20px 0;
  }
  body section .rulesArea_cnt .rulesArea .top_rules .title_rules {
    font-size: 2.1em;
    margin-bottom: 3px;
  }
  body section .rulesArea_cnt .rulesArea .top_rules .subTitle_rules {
    font-size: 1.3em;
  }
  body section .rulesArea_cnt .rulesArea .slick-container {
    margin: 0 auto;
    width: 95%;
  }
  body section .rulesArea_cnt .rulesArea .slick-container .center_rules .pic1 {
    display: none;
  }
  body section .rulesArea_cnt .rulesArea .slick-container .center_rules .pic1_mob {
    display: block;
  }
  body section .rulesArea_cnt .rulesArea .bottom_rules {
    font-size: 1.4em;
    margin-top: 15px;
  }
  body section .rulesArea_cnt .rulesArea .bottom_rules p {
    margin: 0;
  }
  body section .rulesArea_cnt .slick-dots {
    margin: 8px 0;
    padding: 0;
    direction: ltr;
  }
  body section .rulesArea_cnt .slick-dots li {
    padding: 4px 13px;
    font-size: 30px;
    font-weight: 600;
    margin-right: 18px;
  }
}
body section .tradeStory {
  width: 100%;
  margin: 0 auto;
}
body section .tradeStory .tradeStory_cnt {
  width: 960px;
  margin: 53px auto 48px auto;
  padding: 0;
}
body section .tradeStory .tradeStory_cnt .tradeStory_title {
  font-family: "FbSpoiler";
  font-weight: 600;
  font-size: 3.6em;
  color: #000000;
  letter-spacing: 0.2px;
  text-align: center;
  margin-bottom: 56px;
}
body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt {
  font-size: 1.4em;
  font-family: "FbSpoiler";
  color: #000000;
  line-height: 1.1em;
  letter-spacing: 0.1px;
}
body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt .txt .picDog_mob {
  display: none;
}
body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt .txt .picDog {
  display: block;
}
body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt .txt img {
  float: left;
  margin: 0 108px 10px 0;
  width: 510px;
  height: 296px;
}
@media screen and (min-width: 1px) and (max-width: 320px) {
  body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt .txt img {
    width: 100%;
    height: 66.7%;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 320px) and (max-width: 651px) {
  body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt .txt img {
    width: 100%;
    height: 222px;
    margin-bottom: 23px;
  }
}
body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt .txt .p2 {
  margin-bottom: 20px;
}
body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt .txt .p2 span {
  color: #ff7100;
  font-weight: 600;
}
body section .tradeStory .tradeStory_cnt .tradeStory_bottom {
  font-size: 1.4em;
  font-family: "FbSpoiler";
  color: #000000;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .tradeStory .tradeStory_cnt {
    width: 100%;
    margin: 30px auto;
  }
  body section .tradeStory .tradeStory_cnt .tradeStory_title {
    font-size: 2.1em;
    margin-bottom: 0;
  }
  body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt {
    font-size: 1.4em;
    font-family: "FbSpoiler";
    color: #000000;
    line-height: 1.1em;
    letter-spacing: 0.1px;
  }
  body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt .txt .picDog_mob {
    display: block;
  }
  body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt .txt .picDog {
    display: none;
  }
  body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt p.p1 {
    margin: 10px 18px 20px 17px!important;
  }
  body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt p.p2 {
    margin: 10px 18px 20px 17px!important;
  }
  body section .tradeStory .tradeStory_cnt .tradeStory_center .center_txt p.p3 {
    margin: 10px 18px 0 17px!important;
  }
}
body section .trendDogsCnt {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-image: url('https://images.yad2.co.il/Pic/DogBreeds/pic2.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 856px;
}
body section .trendDogsCnt .trendDogs {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 40%;
}
body section .trendDogsCnt .trendDogs .boxTrendDogs {
  margin: 25px auto;
  left: 280px;
  width: 83%;
  padding-bottom: 46px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
}
body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt {
  width: 88%;
  margin: 0 auto;
  color: #ffffff;
  font-family: "FbSpoiler";
}
body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_title {
  margin: 32px auto 20px auto;
  font-weight: 600;
  font-size: 2.4em;
  color: #ffffff;
  letter-spacing: 0.6px;
  text-align: center;
}
body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt {
  font-size: 1.35em;
  margin-bottom: 30px;
}
body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt .BTD_txt1 p {
  margin: 0;
  padding: 0;
}
body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt .BTD_txt2 .BTD_p1 {
  margin: 0;
  padding: 0;
}
body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt .BTD_txt2 .BTD_p1 .BTD_icon {
  width: 6px;
  height: 6px;
  background-color: #ff7100;
  float: right;
  margin: 11px 0 0 5px;
}
body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt_bottom {
  font-size: 27px;
}
@media screen and (min-width: 1px) and (max-width: 360px) {
  body section .trendDogsCnt .trendDogs {
    position: inherit;
    width: 100%;
    padding: 1px;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs {
    margin: 0 auto;
    left: 0;
    width: 100%;
    padding-bottom: 0;
    background-color: inherit;
    position: inherit;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt {
    width: 87%;
    margin: 0 auto;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_title {
    font-size: 2.1em;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt {
    margin-bottom: 18px;
    font-size: 1.15em;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt .BTD_txt1 p {
    margin: 0;
    padding: 0;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt .BTD_txt2 .BTD_p1 {
    margin: 0;
    padding: 0;
    font-size: 1em;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt .BTD_txt2 .BTD_p1 .BTD_icon {
    width: 6px;
    height: 6px;
    background-color: #ff7100;
    float: right;
    margin: 7px 0 0 5px;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt_bottom {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 360px) and (max-width: 651px) {
  body section .trendDogsCnt .trendDogs {
    position: inherit;
    width: 100%;
    padding: 1px;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs {
    margin: 0 auto;
    left: 0;
    width: 100%;
    padding-bottom: 0;
    background-color: inherit;
    position: inherit;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt {
    width: 87%;
    margin: 0 auto;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_title {
    font-size: 2.2em;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt {
    margin-bottom: 18px;
    font-size: 1.15em;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt .BTD_txt1 {
    font-size: 1.2em;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt .BTD_txt1 p {
    margin: 0;
    padding: 0;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt .BTD_txt2 .BTD_p1 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt .BTD_txt2 .BTD_p1 .BTD_icon {
    width: 6px;
    height: 6px;
    background-color: #ff7100;
    float: right;
    margin: 8px 0 0 5px;
  }
  body section .trendDogsCnt .trendDogs .boxTrendDogs .boxTrendDogs_txt .BTD_txt_bottom {
    font-size: 1.3em;
    font-weight: 600;
  }
}
@media screen and (min-width: 1px) and (max-width: 360px) {
  body section .trendDogsCnt {
    background-image: url('https://images.yad2.co.il/Pic/DogBreeds/pic2_mob.jpg');
    height: 620px;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 360px) and (max-width: 651px) {
  body section .trendDogsCnt {
    background-image: url('https://images.yad2.co.il/Pic/DogBreeds/pic2_mob.jpg');
    height: 720px;
  }
}
body section .shareBtnCnt {
  width: 100%;
  background-color: #191919;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}
body section .shareBtnCnt .BoxImage_buttons {
  width: 90%;
  margin: 0 auto;
}
body section .shareBtnCnt .BoxImage_buttons .btn_faceBook {
  display: inline-block;
  width: 195px;
  padding: 12px 0 10px 0;
  background-color: #3b5998;
  font-family: 'FbSpoiler';
  font-size: 20px;
  margin: 0 0 0 20px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}
body section .shareBtnCnt .BoxImage_buttons .btn_faceBook .fa-facebook {
  font-size: 1.6em!important;
  color: #ffffff;
  vertical-align: middle;
}
body section .shareBtnCnt .BoxImage_buttons .btn_faceBook .facebook_txt {
  color: #ffffff;
  font-size: 1.2em;
  margin-right: 7px;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .shareBtnCnt .BoxImage_buttons .btn_faceBook {
    display: none;
  }
}
body section .shareBtnCnt .BoxImage_buttons .btn_faceBook_mobile {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .shareBtnCnt .BoxImage_buttons .btn_faceBook_mobile {
    display: inline-block;
    width: 23%;
    padding: 12px 0 10px 0;
    background-color: #3b5998;
    font-family: 'FbSpoiler';
    font-size: 20px;
    margin: 0 0 0 4px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
  }
  body section .shareBtnCnt .BoxImage_buttons .btn_faceBook_mobile .fa-facebook {
    font-size: 1.1em!important;
    color: #ffffff;
    vertical-align: bottom;
  }
  body section .shareBtnCnt .BoxImage_buttons .btn_faceBook_mobile .facebook_txt {
    color: #ffffff;
    font-size: 1.2em;
    margin-right: 0;
  }
}
body section .shareBtnCnt .BoxImage_buttons .btn_whatsapp_mobile {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .shareBtnCnt .BoxImage_buttons .btn_whatsapp_mobile {
    display: inline-block;
    width: 26%;
    padding: 11px 0 9px 0;
    background-color: #34af23;
    font-family: 'FbSpoiler';
    font-size: 20px;
    margin: 0 0 0 4px;
    border-radius: 5px;
    text-decoration: inherit;
  }
  body section .shareBtnCnt .BoxImage_buttons .btn_whatsapp_mobile .fa-whatsapp {
    font-size: 1.2em!important;
    color: #ffffff;
    vertical-align: bottom;
  }
  body section .shareBtnCnt .BoxImage_buttons .btn_whatsapp_mobile .whatsapp_txt {
    color: #ffffff;
    font-size: 1.2em;
    margin-right: 0;
  }
}
body section .shareBtnCnt .BoxImage_buttons .btn_sendToFriend {
  display: inline-block;
  width: 195px;
  padding: 7px 0 11px 0;
  background-color: #ff7100;
  font-family: 'FbSpoiler';
  font-size: 20px;
  margin: 0 0 0 0;
  border-radius: 5px;
  text-decoration: inherit;
}
body section .shareBtnCnt .BoxImage_buttons .btn_sendToFriend .fa-envelope-o {
  font-size: 1.8em!important;
  color: #ffffff;
  vertical-align: sub;
}
body section .shareBtnCnt .BoxImage_buttons .btn_sendToFriend .facebook_txt {
  color: #ffffff;
  font-size: 1.2em;
  margin-right: 7px;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .shareBtnCnt .BoxImage_buttons .btn_sendToFriend {
    display: inline-block;
    width: 43%;
    padding: 10px 5px 11px 2px;
    background-color: #ff7100;
    font-family: 'FbSpoiler';
    font-size: 20px;
    margin: 0 0 0 0;
    border-radius: 5px;
    text-decoration: inherit;
  }
  body section .shareBtnCnt .BoxImage_buttons .btn_sendToFriend .fa-envelope-o {
    font-size: 1.2em!important;
    color: #ffffff;
    vertical-align: top;
  }
  body section .shareBtnCnt .BoxImage_buttons .btn_sendToFriend .facebook_txt {
    color: #ffffff;
    font-size: 1.2em;
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .shareBtnCnt .BoxImage_buttons {
    width: 95%;
    margin: 0 auto;
  }
}
body footer {
  width: 100%;
  margin-bottom: 115px;
  margin-right: 29px;
}
body footer .footer_cnt {
  display: block;
  width: 620px;
  margin: 50px auto;
  font-family: "FbSpoiler";
  font-size: 21px;
}
body footer .footer_cnt .contact_yad2 {
  float: right;
  width: 34%;
  color: #000000;
  border-left: 1.9px solid #000000;
}
body footer .footer_cnt .contact_yad2 .bold {
  font-weight: 600;
}
body footer .footer_cnt .contact_yad2 a {
  color: #ff7100;
  text-decoration: underline;
}
body footer .footer_cnt .contact_dogTraining {
  float: left;
  width: 62%;
  color: #000000;
}
body footer .footer_cnt .contact_dogTraining .bold {
  font-weight: 600;
}
body footer .footer_cnt .contact_dogTraining .link1 {
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}
body footer .footer_cnt .contact_dogTraining a {
  color: #ff7100;
  text-decoration: underline;
}
body footer .footer_cnt_mobile {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body footer {
    width: 100%;
    margin: 0 auto;
  }
  body footer .footer_cnt {
    display: none;
  }
  body footer .footer_cnt_mobile {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  body footer .footer_cnt_mobile .contact_yad2 {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  body footer .footer_cnt_mobile .contact_yad2 .company {
    display: inline-block;
    font-family: "FbSpoiler";
    font-weight: 600;
    width: 69%;
  }
  body footer .footer_cnt_mobile .contact_yad2 .iconMail {
    display: inline-block;
    width: 15%;
    text-align: center;
  }
  body footer .footer_cnt_mobile .contact_yad2 .iconMail .fa-envelope {
    font-size: 1.8em!important;
    color: #ff7100;
    vertical-align: sub;
  }
  body footer .footer_cnt_mobile .contact_yad2 .iconPhone {
    display: inline-block;
    width: 13%;
    text-align: center;
  }
  body footer .footer_cnt_mobile .contact_yad2 .iconPhone .fa-phone {
    font-size: 1.8em!important;
    color: #ff7100;
    vertical-align: sub;
  }
  body footer .footer_cnt_mobile .contact_dogTraining {
    margin: 22px 0 26px;
  }
  body footer .footer_cnt_mobile .contact_dogTraining .company {
    display: inline-block;
    font-family: "FbSpoiler";
    font-weight: 600;
    width: 69%;
  }
  body footer .footer_cnt_mobile .contact_dogTraining .company .link1 {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
  }
  body footer .footer_cnt_mobile .contact_dogTraining .iconMail {
    display: inline-block;
    width: 15%;
    text-align: center;
  }
  body footer .footer_cnt_mobile .contact_dogTraining .iconMail .fa-envelope {
    font-size: 1.8em!important;
    color: #ff7100;
    vertical-align: sub;
  }
  body footer .footer_cnt_mobile .contact_dogTraining .iconPhone {
    display: inline-block;
    width: 13%;
    text-align: center;
  }
  body footer .footer_cnt_mobile .contact_dogTraining .iconPhone .fa-phone {
    font-size: 1.8em!important;
    color: #ff7100;
    vertical-align: sub;
  }
}
body .bodyContainer {
  position: relative;
}
body section .rulesNew {
  width: 100%;
  margin: 0 auto;
}
body section .rulesNew .rulesNew_cnt {
  width: 980px;
  margin: 53px auto 48px auto;
  padding: 0;
}
body section .rulesNew .rulesNew_cnt .rulesNew_center {
  margin-bottom: 50px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_center .center_txt1 {
  font-size: 1.4em;
  font-family: "FbSpoiler";
  color: #000000;
  line-height: 1.1em;
  letter-spacing: 0.1px;
  display: inline-block;
  width: 64%;
  vertical-align: top;
  margin-top: 10px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_center .center_txt1 .rulesNew_title {
  font-family: "FbSpoiler";
  font-weight: 600;
  font-size: 1.6em;
  color: #000000;
  letter-spacing: 0.2px;
  margin-bottom: 50px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_center .center_txt1 p a {
  color: #ff7100;
  text-decoration: underline;
}
body section .rulesNew .rulesNew_cnt .rulesNew_center .center_pic1 {
  display: inline-block;
  width: 251px;
  height: 243px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_center .center_pic1 .pic_rules {
  display: block;
}
body section .rulesNew .rulesNew_cnt .rulesNew_center .center_pic1 .pic_rules_mob {
  display: none;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom {
  font-size: 1.4em;
  font-family: "FbSpoiler";
  color: #000000;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 {
  margin-bottom: 50px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 .block1_title {
  display: inline-block;
  vertical-align: top;
  color: #ff7100;
  width: 22%;
  font-size: 26px;
  font-weight: 600;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 .block1_txt {
  display: inline-block;
  width: 74%;
  font-size: 18px;
  line-height: 22px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 .block1_txt p {
  margin: 0;
  padding: 0;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 .block1_txt .BTD_p0 {
  margin-bottom: 5px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 .block1_txt .BTD_p0 span {
  font-weight: 600;
  font-size: 0.9em;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 .block1_txt .BTD_p1 {
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 .block1_txt .BTD_p1 .BTD_icon {
  width: 7px;
  height: 7px;
  background-color: #ff7100;
  float: right;
  margin: 8px 0 0 5px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block2 {
  margin-bottom: 50px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block2 .block2_title {
  display: inline-block;
  vertical-align: top;
  color: #ff7100;
  width: 22%;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block2 .block2_txt {
  display: inline-block;
  width: 74%;
  font-size: 18px;
  line-height: 22px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block2 .block2_txt p {
  margin: 0;
  padding: 0;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block3 {
  margin-bottom: 60px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block3 .block3_title {
  display: inline-block;
  vertical-align: text-bottom;
  color: #ff7100;
  width: 22%;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 22px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block3 .block3_title p {
  font-size: 0.65em;
  margin: 0;
  font-family: Calibri;
  line-height: 20px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block3 .block3_txt {
  display: inline-block;
  width: 74%;
  font-size: 18px;
  line-height: 22px;
}
body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block3 .block3_txt p {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .rulesNew .rulesNew_cnt {
    width: 90%;
    margin: 30px auto 15px;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_center {
    margin-bottom: 0;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_center .center_txt1 {
    width: 100%;
    display: block;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_center .center_txt1 .rulesNew_title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.06em;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_center .center_txt1 p {
    padding: 0;
    margin: 0;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_center .center_pic1 {
    text-align: center;
    display: block;
    width: 113px;
    height: 109px;
    margin: 19px auto;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_center .center_pic1 .pic_rules {
    display: none;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_center .center_pic1 .pic_rules_mob {
    display: block;
    margin: 0 auto;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 .block1_title {
    width: 100%;
    margin: 9px auto 15px;
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 .block1_txt {
    width: 100%;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 .block1_txt p {
    margin: 0;
    padding: 0;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 .block1_txt .BTD_p0 {
    text-align: justify;
    text-decoration: inherit;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 .block1_txt .BTD_p0 span {
    font-family: FbSpoiler-black;
    font-size: 1em!important;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block1 .block1_txt p.BDT_p2 {
    margin: 16px 0!important;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block2 .block2_title {
    width: 100%;
    font-weight: 600;
    font-size: 1.1em;
    margin: 9px auto 15px;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block2 .block2_txt {
    width: 100%;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block3 .block3_title {
    width: 100%;
    margin: 9px auto 15px;
    font-weight: 600;
    font-size: 1em;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block3 .block3_title p {
    margin-top: 7px;
    font-size: 0.8em;
    font-weight: 500;
  }
  body section .rulesNew .rulesNew_cnt .rulesNew_bottom .block3 .block3_txt {
    width: 100%;
  }
}
body section .clearFix {
  clear: both;
}
body section .rulesArea_cnt_2 {
  width: 100%;
  background-color: #ebeaea;
  margin: 0 auto;
  text-align: center;
  font-family: "FbSpoiler";
  position: relative;
  padding-bottom: 55px;
}
body section .rulesArea_cnt_2 button {
  display: inline-block;
  color: transparent;
  outline: none;
  background: transparent;
  border: none;
  position: absolute;
  top: 340px;
  z-index: 100;
}
body section .rulesArea_cnt_2 button.arrowRightButton {
  right: 0;
}
body section .rulesArea_cnt_2 button.arrowLeftButton {
  left: 0;
}
body section .rulesArea_cnt_2 button .material-icons1 {
  font-size: 3.5em;
  color: #000000;
}
body section .rulesArea_cnt_2 .rulesArea {
  width: 52%;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
body section .rulesArea_cnt_2 .rulesArea .top_rules {
  width: 90%;
  margin: 0 auto;
  padding: 52px 0 37px 0;
}
body section .rulesArea_cnt_2 .rulesArea .top_rules .title_rules {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 3px;
}
body section .rulesArea_cnt_2 .rulesArea .top_rules .subTitle_rules {
  font-size: 27px;
  font-weight: 600;
  color: #000000;
}
body section .rulesArea_cnt_2 .rulesArea .slick-container {
  margin: 0 auto;
  width: 85%;
}
body section .rulesArea_cnt_2 .rulesArea .slick-container .center_rules {
  background-color: #ffffff;
  padding: 38px 0;
}
body section .rulesArea_cnt_2 .rulesArea .slick-container .center_rules .rules_img {
  display: inline-block;
  margin-right: 45px;
  vertical-align: top;
  margin-top: 40px;
}
body section .rulesArea_cnt_2 .rulesArea .slick-container .center_rules .rules_img img {
  width: 171px;
  height: 321px;
}
body section .rulesArea_cnt_2 .rulesArea .slick-container .center_rules .bottom_rules {
  display: inline-block;
  font-weight: 500;
  color: #000000;
  width: 62%;
  font-size: 1.1em;
  text-align: right;
  line-height: 21px;
}
body section .rulesArea_cnt_2 .rulesArea .slick-container .center_rules .bottom_rules .txt_rules_title {
  font-size: 1.4em;
  font-weight: 600;
  color: #ff7100;
  margin-bottom: 15px;
}
body section .rulesArea_cnt_2 .rulesArea .slick-container .center_rules .bottom_rules p {
  margin: 2px 0;
  padding: 0;
}
body section .rulesArea_cnt_2 .slick-dots {
  margin: 25px 0 0 0;
  padding: 0;
  direction: ltr;
}
body section .rulesArea_cnt_2 .slick-dots li {
  display: inline-block;
  list-style: none;
  border-radius: 50%;
  background-color: white;
  padding: 5px 12px;
  font-size: 22px;
  font-weight: 600;
  color: #ff7100;
  margin-right: 11px;
  cursor: pointer;
}
body section .rulesArea_cnt_2 .slick-dots li.slick-active {
  background-color: #ff7100;
  color: #ffffff;
}
@media screen and (min-width: 1px) and (max-width: 651px) {
  body section .rulesArea_cnt_2 {
    padding-bottom: 30px;
  }
  body section .rulesArea_cnt_2 button {
    top: 248px;
  }
  body section .rulesArea_cnt_2 button.arrowRightButton {
    right: -20px;
  }
  body section .rulesArea_cnt_2 button.arrowLeftButton {
    left: -20px;
  }
  body section .rulesArea_cnt_2 .rulesArea {
    width: 95%;
  }
  body section .rulesArea_cnt_2 .rulesArea .top_rules {
    width: 100%;
    padding: 35px 0 25px 0;
  }
  body section .rulesArea_cnt_2 .rulesArea .top_rules .title_rules {
    font-size: 2em;
  }
  body section .rulesArea_cnt_2 .rulesArea .top_rules .subTitle_rules {
    font-size: 1.3em;
  }
  body section .rulesArea_cnt_2 .rulesArea .slick-container {
    width: 95%;
  }
  body section .rulesArea_cnt_2 .rulesArea .slick-container .center_rules {
    background-color: inherit;
    padding: 5px 0;
  }
  body section .rulesArea_cnt_2 .rulesArea .slick-container .center_rules .rules_img {
    margin: 0px auto 16px;
  }
  body section .rulesArea_cnt_2 .rulesArea .slick-container .center_rules .bottom_rules {
    width: 95%;
  }
  body section .rulesArea_cnt_2 .rulesArea .slick-container .center_rules .bottom_rules .txt_rules_title {
    font-size: 1.1em;
    margin-bottom: 10px;
    text-align: center;
  }
  body section .rulesArea_cnt_2 .slick-dots {
    margin: 0;
  }
  body section .rulesArea_cnt_2 .slick-dots li {
    padding: 4px 13px;
    font-size: 30px;
    font-weight: 600;
    margin-right: 18px;
  }
}
body #navBar_container {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 10;
}
body #navBar_container #navBar_strip.default_width {
  max-width: 995px;
  margin: auto;
}
body #navBar_container #navBar_strip #navigation_bar.spoiler {
  font-family: FbSpoiler, Arial, Helvetica, Verdana, sans-serif;
}
body #navBar_container #navBar_strip #navigation_bar #navigation_bar_item_holder {
  list-style: none;
  padding: 0;
}
body #navBar_container #navBar_strip #navigation_bar #navigation_bar_item_holder .navigation_bar_list_item {
  width: 100%;
  border-bottom: 1px solid rgba(163, 160, 160, 0.57);
  padding: 10px 0;
  font-size: 1.35em;
  display: inline-block;
  zoom: 1;
}
body #navBar_container #navBar_strip #navigation_bar #navigation_bar_item_holder .navigation_bar_list_item a {
  color: #000000;
  text-decoration: none;
}
body #navBar_container #navBar_strip #navigation_bar #navigation_bar_item_holder .navigation_bar_list_item a .navigation_bar_item {
  padding-right: 10px;
}
body .all_content_overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.6;
  z-index: 1000000;
  width: 100%;
  display: none;
  height: 100%;
}
