html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: 'Tahoma';
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

body {
  font-family: 'ArialAMU', 'Tahoma', 'Geneva', sans-serif;
  font-size: 100%;
  color: #2b2b2b;
}

img {
  border: 0;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-size: 100%;
  background: transparent;
}

.clear {
  clear: both;
}

a:active,
a:focus,
a:hover {
  border: none;
  outline: none;
  text-decoration: none;
}

input:active,
input:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

hr {
  border: none;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@font-face {
  font-family: 'ralewayregular';
  src: url("../fonts/raleway-regular-webfont.eot");
  src: url("../fonts/raleway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-regular-webfont.woff2") format("woff2"), url("../fonts/raleway-regular-webfont.woff") format("woff"), url("../fonts/raleway-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'playfair_display_scregular';
  src: url("../fonts/playfairdisplaysc-regular-webfont.eot");
  src: url("../fonts/playfairdisplaysc-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/playfairdisplaysc-regular-webfont.woff2") format("woff2"), url("../fonts/playfairdisplaysc-regular-webfont.woff") format("woff"), url("../fonts/playfairdisplaysc-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.clearfix:after {
  content: '';
  clear: both;
  display: table;
}

/*.club_body {
    padding-top: 118px;
}*/
.club_100 {
  display: inline-block;
  position: fixed;
  z-index: 99999;
  right: 30px;
  top: 15px;
  padding: 10px 15px;
  background-color: #141414;
  color: #8c8c8c;
  font-family: 'Bookman Old Style';
  font-size: 14px;
  transition: all .3s ease;
  border: 1px solid #404040;
  text-transform: uppercase;
}
.club_100:hover {
  color: #c8a461;
  border: 1px solid #fff;
}
.club_100.robin_btn {
  top: 62px;
}

.villa_btn {
  display: inline-block;
  position: fixed;
  z-index: 99999;
  right: 30px;
  top: 15px;
  padding: 10px 15px;
  background-color: #141414;
  color: #8c8c8c;
  font-family: 'Bookman Old Style';
  font-size: 14px;
  transition: all .3s ease;
  border: 1px solid #404040;
  text-transform: uppercase;
}
.villa_btn:hover {
  color: #c8a461;
  border: 1px solid #fff;
}

header {
  background-color: #141414;
  text-align: center;
  padding: 10px 15px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
header .new_logo {
  display: block;
  padding: 10px 0px;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
header .new_logo img {
  width: 75px;
}
header .logo_block {
  position: fixed;
  left: 30px;
  top: 15.5px;
  border: 2px solid #c8a461;
  padding: 2px;
}
header .logo_block div {
  border: 1px solid #c8a461;
  padding: 5px 10px 0px;
}
header .logo_block div span {
  color: #c8a461;
  text-transform: uppercase;
  font-family: 'Bookman Old Style';
  font-size: 22px;
}
header .logo_block div p {
  color: #c8a461;
  font-family: 'Bookman Old Style';
  font-size: 10px;
  padding: 5px 0;
  border-top: 1px dotted #c8a461;
  border-bottom: 1px dotted #c8a461;
  margin: 5px 0;
}
header .logo_block div b {
  color: #c8a461;
  font-family: 'Times New Roman';
  font-size: 14px;
}

#new_block0 .new_block0 {
  background: url("../images/new/5.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#new_block0 .new_block0 h2 {
  font-size: 1.75rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 150px 0;
  letter-spacing: 12px;
  font-weight: 700;
  word-spacing: 10px;
}

#new_text_block {
  background: url("../images/siria.jpeg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#new_text_block .new_text_block {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 150px 0 180px;
}
#new_text_block .new_text_block h3 {
  font-size: 80px;
  line-height: 88px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: 'Arial';
  font-weight: 900;
  margin-bottom: 5px;
}
#new_text_block .new_text_block p {
  font-size: 28px;
  color: #9b242d;
  font-family: "minion-pro";
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 45px;
}
#new_text_block .new_text_block h4 {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #424242;
  font-family: 'Arial';
  font-weight: 700;
}

#new_video_block iframe {
  display: block;
  border-top: 20px solid #000;
}
#new_video_block iframe:last-child {
  border-bottom: 50px solid #000;
}

#new_block1 {
  padding-bottom: 80px;
}
#new_block1 .fav_persons {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -khtml-justify-content: space-between;
  justify-content: space-between;
}
#new_block1 .fav_persons li {
  font-size: 13px;
  line-height: 22px;
  font-family: 'Bookman Old Style';
  padding: 0 15px;
  color: #c8a461;
}
#new_block1 .slider_new {
  max-width: 1120px;
  margin: 50px auto 50px;
  width: 100%;
}
#new_block1 .slider_new .item {
  position: relative;
}
#new_block1 .slider_new .item div {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
#new_block1 .slider_new .item div p {
  color: #fff;
  font-size: 42px;
  text-align: center;
  line-height: 70px;
  font-family: "minion-pro";
}
#new_block1 .slider_new .item div p span {
  font-size: 80px;
  font-style: italic;
  font-family: "minion-pro";
}
#new_block1 .h3 {
  text-align: center;
}
#new_block1 .h3 h3 {
  display: inline-block;
  text-align: center;
  padding: 0 15px;
  font-size: 20px;
  font-family: 'Bookman Old Style';
  color: #c8a461;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}
#new_block1 .h3 h3:before {
  display: inline-block;
  content: '';
  width: 100px;
  background: #c8a461;
  height: 1px;
  position: absolute;
  right: -110px;
  top: 50%;
  margin-top: -0.5px;
}
#new_block1 .h3 h3:after {
  display: inline-block;
  content: '';
  width: 100px;
  background: #c8a461;
  height: 1px;
  position: absolute;
  left: -110px;
  top: 50%;
  margin-top: -0.5px;
}
#new_block1 h4 {
  text-align: center;
  font-size: 12px;
  font-family: 'Bookman Old Style';
  color: #c8a461;
  text-transform: uppercase;
  position: relative;
}
#new_block1 h6 {
  max-width: 1200px;
  margin: 0 auto 15px;
  font-size: 13px;
  line-height: 22px;
  font-family: 'Bookman Old Style';
  color: #c8a461;
  text-transform: uppercase;
  font-weight: 500;
  padding: 50px 15px 0;
}
#new_block1 p {
  font-size: 13px;
  line-height: 22px;
  font-family: 'Bookman Old Style';
  padding: 0 15px;
  color: #c8a461;
  text-align: justify;
  max-width: 800px;
  margin: 0 auto;
}

#new_slide2 {
  padding: 40px 0 80px;
  /*.money_block {
      width: 1100px;
      margin: 50px auto;
      padding: 2px;
      text-align: center;
      -webkit-box-shadow: 7px 7px 15px 0px rgba(200, 164, 97, 0.8);
      -moz-box-shadow: 7px 7px 15px 0px rgba(200, 164, 97, 0.8);
      box-shadow: 7px 7px 15px 0px rgba(200, 164, 97, 0.8);
      background: #4f6228;
      background: -moz-linear-gradient(45deg, #4f6228 17%, #418939 51%, #4f6228 86%);
      background: -webkit-linear-gradient(45deg, #4f6228 17%,#418939 51%,#4f6228 86%);
      background: linear-gradient(45deg, #4f6228 17%,#418939 51%,#4f6228 86%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f6228', endColorstr='#4f6228',GradientType=1 );
      .money_block_center {
          border: 1px solid #a3620a;
          padding: 30px;
          .money_block1 {
              border: 5px solid #a3620a;
              padding: 2px;
              .money_block2 {
                  border: 1px solid #a3620a;
                  !*background: url('../images/mm.jpg') repeat;*!
                  .title {
                      font-family: 'Algerian';
                      font-size: 28px;
                      color: #c8a461;
                      margin-top: 5px;
                      img {
                          width: 65px;
                      }
                  }
                  .text {
                      font-family: 'Algerian';
                      font-size: 28px;
                      color: #c8a461;
                      line-height: 32px;
                      margin-bottom: 15px;
                  }
                  .milion {
                      font-size: 90px;
                      color: #c8a461;
                      font-family: 'Algerian';
                      border-bottom: 1px dotted #c8a461;
                      margin: 0 15px 15px;
                      padding-bottom: 10px;
                  }
              }
          }
      }
  }*/
}
#new_slide2 .h6 {
  text-align: center;
}
#new_slide2 .h6 h6 {
  display: inline-block;
  font-size: 40px;
  font-family: "Goudy Old Style";
  font-weight: 400;
  color: #000;
  padding: 0 15px 50px;
  text-align: justify;
  margin: 0 auto;
  line-height: 62px;
}
#new_slide2 .h6 h6 span {
  display: block;
  font-family: "Goudy Old Style";
  font-weight: 400;
  text-align: center;
  margin-right: 3px;
  font-size: 35px;
}
#new_slide2 .h6.min h6 {
  font-size: 36px;
}
#new_slide2 .h3 {
  text-align: center;
}
#new_slide2 .h3 h3 {
  display: inline-block;
  font-family: 'Times New Roman';
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  letter-spacing: 5px;
  color: #000;
  position: relative;
}
#new_slide2 .h3 h3:before {
  display: inline-block;
  content: '';
  width: 100px;
  background: #000;
  height: 1px;
  position: absolute;
  right: -110px;
  top: 50%;
  margin-top: -0.5px;
}
#new_slide2 .h3 h3:after {
  display: inline-block;
  content: '';
  width: 100px;
  background: #000;
  height: 1px;
  position: absolute;
  left: -110px;
  top: 50%;
  margin-top: -0.5px;
}
#new_slide2 h4 {
  text-align: center;
  padding: 50px 15px 30px;
  font-size: 16px;
  font-family: 'Bookman Old Style';
  font-weight: 700;
  line-height: 28px;
  color: #000;
}
#new_slide2 p {
  font-size: 20px;
  line-height: 25px;
  font-family: "Goudy Old Style";
  padding: 0 15px;
  color: #000;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
#new_slide2 p span {
  display: block;
  padding-top: 25px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-family: 'Bookman Old Style';
}
#new_slide2 p b {
  color: #383636;
  font-family: 'Bookman Old Style';
}
#new_slide2 p strong {
  font-family: 'Bookman Old Style';
  font-weight: 700;
  font-size: 16px;
}
#new_slide2 h5 {
  font-size: 20px;
  font-family: 'Bookman Old Style';
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding: 30px 0;
  color: #c8a461;
}
#new_slide2 .h5 {
  text-align: center;
  padding: 5px 0 0;
}
#new_slide2 .h5 h5 {
  display: inline-block;
  color: #c8a461;
  font-style: normal;
  font-size: 56px;
  padding: 10px 0;
  letter-spacing: 4px;
  font-family: 'Algerian';
}
#new_slide2 .money_block {
  background-color: #141414;
  padding: 80px;
  margin: 80px 0;
}
#new_slide2 .money_block div {
  padding: 5px;
  border: 3px solid #c8a461;
}
#new_slide2 .money_block div img {
  max-width: 100%;
  border: 1px solid #c8a461;
}
#new_slide2 .price_list {
  max-width: 400px;
  margin: 0 auto 15px;
  text-align: left;
}
#new_slide2 .price_list li {
  display: block;
  font-family: 'Algerian';
  font-size: 20px;
  color: #c8a461;
  margin-bottom: 10px;
}
#new_slide2 .price_list li i {
  font-style: normal;
  font-size: 10px;
  font-weight: 300;
}
#new_slide2 .price_list li span {
  float: right;
  font-family: 'Algerian';
}
#new_slide2 h2 {
  font-size: 30px;
  color: #000;
  font-family: 'Bookman Old Style';
  text-decoration: underline;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 50px;
}
#new_slide2 .info_list {
  max-width: 350px;
  margin: 0 auto;
}
#new_slide2 .info_list li {
  display: block;
  font-family: 'Bookman Old Style';
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
#new_slide2 .info_list li span {
  display: inline-block;
  width: 100px;
  float: left;
  font-family: 'Bookman Old Style';
  font-weight: 700;
  font-size: 14px;
}
#new_slide2 .info_list li i {
  font-family: 'Bookman Old Style';
  font-size: 24px;
  font-style: normal;
}
#new_slide2 .info_list li b {
  float: left;
  font-family: 'Bookman Old Style';
  font-size: 16px;
  color: #000;
  line-height: 22px;
}
#new_slide2 .teckates_info {
  text-align: center;
  padding-top: 50px;
}
#new_slide2 .teckates_info li {
  display: block;
  font-family: 'Bookman Old Style';
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}

#new_block3 {
  background-color: #000;
  /*.new_3_5 {
      img {
          width: 100%;
      }
  }*/
}
#new_block3 .new_block3_1 {
  background: url("../images/new/tony.jpeg") no-repeat top -50px center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  height: 1000px;
  position: relative;
}
#new_block3 .new_block3_2 {
  background: url("../images/new/10.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  height: 1000px;
  position: relative;
}
#new_block3 .new_block3_3 {
  background: url("../images/new/11.jpg") no-repeat top -100px center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  height: 1000px;
  position: relative;
}
#new_block3 .new_3_4 {
  background: url("../images/pdf.jpg") no-repeat top 100px center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-attachment: fixed;
  height: 800px;
  position: relative;
}
#new_block3 .new_3_4_img {
  display: none;
}
#new_block3 h6 {
  color: #fff;
  font-size: 24px;
  font-family: 'Georgia';
  position: absolute;
  top: 50%;
  right: 50px;
  text-transform: uppercase;
  border-top: 1px solid #c8a461;
  border-bottom: 1px solid #c8a461;
  padding: 10px 0;
}
#new_block3 .new_slide6 {
  padding: 80px 0;
}
#new_block3 .new_slide6 > div {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
#new_block3 .new_slide6 > div .item {
  float: left;
  width: 50%;
  height: 235px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2px;
}
#new_block3 .new_slide6 > div .item img {
  width: 100%;
}

#new_block4 .new_block4 img {
  width: 100%;
  display: inherit;
}

.line_block {
  background-color: #141414;
  padding: 10px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
.line_block div {
  padding: 10px 0px;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  text-align: center;
}
.line_block div img {
  width: 75px;
}

#book_block {
  position: relative;
  height: 800px;
}
#book_block .bb-custom-side,
#book_block .bb-custom-firstpage {
  padding-top: 0;
}
#book_block .bb-custom-side img,
#book_block .bb-custom-firstpage img {
  width: 100%;
  height: 100%;
}

#new_show_slider {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 0px;
}
#new_show_slider .new_show_slider .item {
  text-align: center;
}
#new_show_slider .new_show_slider .item img {
  margin: 0 auto;
  width: auto !important;
  max-width: 50%;
}
#new_show_slider .new_show_slider .owl-nav {
  display: block !important;
}
#new_show_slider .new_show_slider .owl-nav .owl-prev,
#new_show_slider .new_show_slider .owl-nav .owl-next {
  display: inline-block;
  width: 18px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 40%;
  margin-top: -15px;
}
#new_show_slider .new_show_slider .owl-nav .owl-prev {
  background-image: url("../images/big_prev.png");
  left: 15px;
}
#new_show_slider .new_show_slider .owl-nav .owl-next {
  background-image: url("../images/big_next.png");
  right: 15px;
}
#new_show_slider iframe {
  display: block;
  margin: 0 auto;
}

#press_relis .content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
#press_relis .first_press_rel {
  overflow: hidden;
  text-align: center;
  padding: 80px 0;
}
#press_relis .first_press_rel h6 {
  font-size: 18px;
  color: #c8a461;
  font-family: "Goudy Old Style";
  margin-bottom: 30px;
  font-weight: bold;
}
#press_relis .first_press_rel h5 {
  font-size: 48px;
  color: #c8a461;
  font-family: "Goudy Old Style";
  margin-bottom: 30px;
}
#press_relis .first_press_rel h4 {
  font-size: 100px;
  color: #c8a461;
  font-family: "Edwardian Script ITC";
  margin-bottom: 10px;
}
#press_relis .first_press_rel p {
  font-size: 24px;
  color: #c8a461;
  font-family: "Goudy Old Style";
  margin-bottom: 15px;
  font-style: italic;
}
#press_relis .first_press_rel b {
  display: block;
  font-size: 30px;
  color: #c8a461;
  font-family: "Goudy Old Style";
  margin-bottom: 15px;
}
#press_relis .yakr {
  width: 30px;
  max-width: 100%;
  margin: 0 auto 80px;
  position: relative;
  text-align: center;
  /*&:before {
      position: absolute;
      content: '';
      width: 250px;
      height: 1px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #16365d;
  }
  &:after {
      position: absolute;
      content: '';
      width: 250px;
      height: 1px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #16365d;
  }*/
}
#press_relis .yakr img {
  width: 30px;
}
#press_relis .yakr .left_icon {
  display: inline-block;
  position: absolute;
  content: '';
  width: 250px;
  height: 1px;
  left: -265px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #16365d;
}
#press_relis .yakr .left_icon:before {
  content: '';
  position: absolute;
  background-image: url("../images/uzor.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 19px;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
}
#press_relis .yakr .right_icon {
  display: inline-block;
  position: absolute;
  content: '';
  width: 250px;
  height: 1px;
  right: -265px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #16365d;
}
#press_relis .yakr .right_icon:before {
  content: '';
  position: absolute;
  background-image: url("../images/uzor.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 19px;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
}
#press_relis .logos .logo_item {
  float: left;
  width: 50%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 50px;
  /*span {
      display: block;
      font-size: 30px;
      color: #000;
      font-family: "Goudy Old Style";
      text-align: center;
      padding-top: 80px;
      margin-bottom: 30px;
  }*/
}
#press_relis .logos .logo_item img {
  max-width: 100%;
  height: 100px;
  margin-bottom: 15px;
}
#press_relis .logos .logo_item p {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-family: "Goudy Old Style";
  min-height: 60px;
}
#press_relis .logos .logo_item p.text_blue {
  font-size: 13px;
  color: #1d2c33;
  font-family: Arial;
}
#press_relis .logos .logo_item .image img {
  width: 70%;
  height: auto;
  margin-bottom: 0;
}
#press_relis .logos .logo_item.full {
  width: 100%;
}
#press_relis .logos .logo_item.full p {
  min-height: 0;
}
#press_relis .logos .grey {
  background-color: #e3e6ec;
  padding: 60px 0 30px;
}
#press_relis .yaxta_slide .item {
  position: relative;
}
#press_relis .yaxta_slide .item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#press_relis .yaxta_slide .item .text h6 {
  font-size: 26px;
  line-height: 28px;
  font-family: "Goudy Old Style";
  color: #fff;
  margin-bottom: 10px;
}
#press_relis .yaxta_slide .item .text p {
  font-size: 13px;
  line-height: 16px;
  font-family: Arial;
  font-weight: 300;
  color: #fff;
}
#press_relis .yaxta_slide .owl-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 6;
}
#press_relis .yaxta_slide .owl-dots .owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 2px;
}
#press_relis .yaxta_slide .owl-dots .owl-dot.active {
  background-color: #c8a461;
}
#press_relis .second_press_rel {
  padding: 80px 15px;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#press_relis .second_press_rel h6 {
  font-size: 48px;
  color: #000;
  font-family: "Goudy Old Style";
  margin-bottom: 15px;
}
#press_relis .second_press_rel h5 {
  display: block;
  font-size: 30px;
  color: #000;
  font-family: "Goudy Old Style";
  margin-bottom: 15px;
}
#press_relis .second_press_rel h4 {
  font-size: 18px;
  color: #000;
  font-family: "Goudy Old Style";
  margin-bottom: 30px;
}
#press_relis .second_press_rel p {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-family: "Goudy Old Style";
  margin-bottom: 15px;
}
#press_relis .yaxta_bg {
  background: url("../images/yaxta3.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 30px;
}
#press_relis .yaxta_bg .text_item {
  max-width: 260px;
  float: left;
  margin-top: 250px;
}
#press_relis .yaxta_bg .text_item span {
  display: block;
  font-size: 26px;
  line-height: 28px;
  font-family: "Goudy Old Style";
  color: #fff;
  margin-bottom: 10px;
}
#press_relis .yaxta_bg .text_item p {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  font-family: Arial;
  margin-bottom: 0;
}
#press_relis .yaxta_bg .text_item.right {
  float: right;
  text-align: right;
  margin-top: 0;
  width: 220px;
}
#press_relis .yaxta_bg b {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-family: "Goudy Old Style";
}
#press_relis .third_press_rel {
  padding: 160px 0 80px;
  text-align: center;
}
#press_relis .third_press_rel h4 {
  font-size: 48px;
  line-height: 52px;
  font-family: "Goudy Old Style";
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}
#press_relis .third_press_rel h4 span {
  color: #c8a461;
  font-family: "Goudy Old Style";
  font-weight: 300;
}
#press_relis .third_press_rel h5 {
  font-size: 28px;
  color: #000;
  font-family: "Goudy Old Style";
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 80px;
}
#press_relis .third_press_rel h6 {
  font-size: 46px;
  line-height: 52px;
  color: #000;
  font-family: "Goudy Old Style";
  font-weight: 300;
}
#press_relis .third_press_rel h6 a {
  font-size: 42px;
  color: #18c0d6;
  font-family: Arial;
  border-bottom: 1px solid #18c0d6;
}
#press_relis .fourth_press_rel {
  padding-top: 80px;
}
#press_relis .fourth_press_rel img {
  width: 100%;
  display: inherit;
}
#press_relis .fourth_press_rel .event_title {
  text-align: center;
  overflow: hidden;
}
#press_relis .fourth_press_rel .event_title h2 {
  display: inline-block;
  font-size: 100px;
  color: #000;
  font-family: "Goudy Old Style";
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
#press_relis .fourth_press_rel .event_title h2 .left_icon {
  display: inline-block;
  position: absolute;
  content: '';
  width: 250px;
  height: 1px;
  left: -265px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #16365d;
}
#press_relis .fourth_press_rel .event_title h2 .left_icon:before {
  content: '';
  position: absolute;
  background-image: url("../images/uzor.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 19px;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
}
#press_relis .fourth_press_rel .event_title h2 .right_icon {
  display: inline-block;
  position: absolute;
  content: '';
  width: 250px;
  height: 1px;
  right: -265px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #16365d;
}
#press_relis .fourth_press_rel .event_title h2 .right_icon:before {
  content: '';
  position: absolute;
  background-image: url("../images/uzor.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 19px;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
}
#press_relis .fourth_press_rel .fourth_item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  -khtml-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 60px;
}
#press_relis .fourth_press_rel .fourth_item .left {
  float: left;
  width: 50%;
  padding: 0 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#press_relis .fourth_press_rel .fourth_item .left h3 {
  font-size: 58px;
  color: #000;
  font-family: "Goudy Old Style";
  text-align: center;
  margin-bottom: 30px;
}
#press_relis .fourth_press_rel .fourth_item .left p {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-family: "Goudy Old Style";
  text-align: center;
}
#press_relis .fourth_press_rel .fourth_item .left p:not(:last-of-type) {
  margin-bottom: 15px;
}
#press_relis .fourth_press_rel .fourth_item .left h5 {
  font-size: 24px;
  color: #000;
  font-family: "Goudy Old Style";
  text-align: center;
  margin-bottom: 15px;
}
#press_relis .fourth_press_rel .fourth_item .left h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Goudy Old Style";
  text-align: center;
  padding-top: 30px;
  color: #888;
}
#press_relis .fourth_press_rel .fourth_item .left h6 span {
  color: #f00;
  font-family: "Goudy Old Style";
}
#press_relis .fourth_press_rel .fourth_item .right {
  float: left;
  width: 50%;
  padding: 0 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#press_relis .fourth_press_rel .fourth_item .right img {
  width: 100%;
}
#press_relis .fourth_press_rel .fourth_item_big {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0;
}
#press_relis .fourth_press_rel .fourth_item_big h3 {
  font-size: 40px;
  color: #000;
  font-family: "Goudy Old Style";
  text-align: center;
  margin-bottom: 30px;
}
#press_relis .fourth_press_rel .fourth_item_big p {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-family: "Goudy Old Style";
  text-align: center;
}
#press_relis .fourth_press_rel .fourth_item_big p:not(:last-of-type) {
  margin-bottom: 15px;
}
#press_relis .fourth_press_rel .fourth_item_big h5 {
  font-size: 24px;
  color: #000;
  font-family: "Goudy Old Style";
  text-align: center;
  margin-bottom: 15px;
}
#press_relis .fourth_press_rel .fourth_item_big h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Goudy Old Style";
  text-align: center;
  padding-top: 30px;
}
#press_relis .fourth_press_rel .fourth_item_new {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
}
#press_relis .fourth_press_rel .fourth_item_new .left {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px;
}
#press_relis .fourth_press_rel .fourth_item_new .left h3 {
  font-size: 40px;
  color: #000;
  font-family: "Goudy Old Style";
  text-align: center;
  margin-bottom: 30px;
}
#press_relis .fourth_press_rel .fourth_item_new .left p {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-family: "Goudy Old Style";
  text-align: center;
}
#press_relis .fourth_press_rel .fourth_item_new .left p:not(:last-of-type) {
  margin-bottom: 15px;
}
#press_relis .fourth_press_rel .fourth_item_new .left h5 {
  font-size: 24px;
  color: #000;
  font-family: "Goudy Old Style";
  text-align: center;
  margin-bottom: 15px;
}
#press_relis .fourth_press_rel .fourth_item_new .left h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Goudy Old Style";
  text-align: center;
  padding-top: 30px;
  color: #888;
}
#press_relis .fourth_press_rel .fourth_item_new .left h6 span {
  color: #f00;
  font-family: "Goudy Old Style";
}
#press_relis .fourth_press_rel .fourth_item_new .left.big h3 {
  font-size: 54px;
}
#press_relis .fourth_press_rel .fourth_item_new .left.big p {
  font-size: 28px;
  line-height: 32px;
}
#press_relis .fourth_press_rel .fourth_item_new .right {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#press_relis .fourth_press_rel .fourth_item_new .right img {
  width: 100%;
}
#press_relis .fourth_press_rel .fourth_item_new.fourth_item_fmob {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  -khtml-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#press_relis .har_winston {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
}
#press_relis .har_winston .left {
  float: left;
  width: 50%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#press_relis .har_winston .left img {
  margin-bottom: 50px;
}
#press_relis .har_winston .left .line {
  width: 150px;
  height: 1px;
  background-color: #030220;
  margin: 0 auto 50px;
}
#press_relis .har_winston .left p {
  font-size: 20px;
  line-height: 26px;
  font-family: "Goudy Old Style";
  color: #030220;
  text-align: center;
  margin-bottom: 30px;
}
#press_relis .har_winston .left a {
  display: block;
  width: 150px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  margin: 0 auto;
  font-family: "Goudy Old Style";
  color: #b5a663;
  border-top: 1px solid #b5a663;
  border-bottom: 1px solid #b5a663;
  position: relative;
}
#press_relis .har_winston .left a:before {
  position: absolute;
  top: -1px;
  left: -5px;
  display: block;
  width: 10px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url("../images/btn-beginsprite.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 10px 26px;
}
#press_relis .har_winston .left a:after {
  position: absolute;
  top: -1px;
  right: -5px;
  display: block;
  width: 10px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url("../images/btn-end.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 10px 26px;
}
#press_relis .har_winston .right {
  float: left;
  width: 50%;
  position: relative;
}
#press_relis .har_winston .right .har_winston_text {
  background-color: #fff;
  border: 1px solid #27374d;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  z-index: 5;
}
#press_relis .har_winston .right .har_winston_text p {
  font-size: 22px;
  line-height: 34px;
  font-family: "Goudy Old Style";
  color: #030220;
  text-align: center;
  padding: 30px 15px;
}
#press_relis .har_winston .right .har_winston_slider .owl-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 6;
}
#press_relis .har_winston .right .har_winston_slider .owl-dots .owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 2px;
}
#press_relis .har_winston .right .har_winston_slider .owl-dots .owl-dot.active {
  background-color: #c8a461;
}
#press_relis .five_press_rel {
  text-align: center;
  padding: 120px 0;
  background-color: #c8a461;
}
#press_relis .five_press_rel h4 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-family: "Goudy Old Style";
  margin-bottom: 30px;
}
#press_relis .five_press_rel h3 {
  font-size: 100px;
  color: #fff;
  font-family: "Edwardian Script ITC";
  margin-bottom: 30px;
}
#press_relis .five_press_rel h5 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-family: "Goudy Old Style";
  margin-bottom: 30px;
}
#press_relis .five_press_rel span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-family: "Goudy Old Style";
}
#press_relis .kan_pic {
  background: url("../images/kan.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#press_relis .kan_pic h4 {
  font-size: 1.75rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 150px 0;
  letter-spacing: 12px;
  font-weight: 700;
  word-spacing: 10px;
}
#press_relis .last_text {
  font-size: 64px;
  line-height: 70px;
  font-family: "Goudy Old Style";
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
  padding: 80px 15px 120px;
}

#fav_people {
  background-color: #000;
  padding: 30px 0;
  margin-bottom: 80px;
}
#fav_people .item {
  float: left;
  width: 33.3%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  height: 300px;
  overflow: hidden;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
}
#fav_people .item img {
  width: 100%;
}
#fav_people .item.col4 {
  width: 25%;
}
#fav_people .item.col2 {
  width: 50%;
}

.section0 .sec4 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 15px;
  text-align: center;
}
.section0 .sec4 h2 {
  font-size: 30px;
  color: #000;
  font-family: Georgia;
  font-weight: 400;
  margin-bottom: 20px;
}
.section0 .sec4 .date {
  font-size: 24px;
  color: #000;
  font-family: Georgia;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 60px;
}
.section0 .sec4 .info {
  font-size: 14px;
  color: #000;
  font-family: Arial;
  font-weight: 400;
  line-height: 22px;
}
.section0 .sec4 .singer_slide {
  margin-bottom: 50px;
}
.section0 .sec4 .videos {
  margin-bottom: 50px;
  padding: 50px 0 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.section0 .sec4 .videos li {
  float: left;
  width: 33.3%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section0 .sec4 .videos li iframe {
  height: 200px;
  margin-bottom: 20px;
}
.section0 .sec4 .videos li span {
  display: inline-block;
  font-size: 16px;
  color: #515151;
  font-family: Georgia;
  font-weight: 400;
}
.section0 .sec4 h6 {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  font-family: Georgia;
  margin-bottom: 80px;
  display: inline-block;
  padding: 15px;
  border: 1px solid #ccc;
}
.section0 .sec4 h5 {
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  font-weight: 400;
  font-family: Arial;
  margin-bottom: 5px;
}
.section0 .sec4 p {
  font-size: 14px;
  color: #000;
  font-family: Arial;
}
.section0 .robin {
  background: url("../images/singer1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100vh;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -khtml-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -khtml-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  text-align: center;
}
.section0 .robin h4 {
  padding: 0 15px;
  text-align: center;
  font-family: 'ralewayregular';
  text-transform: uppercase;
  font-size: 96px;
  color: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  padding-top: 100px;
}
.section0 .robin .date {
  font-size: 28px;
  color: #fff;
  font-family: 'ralewayregular';
  position: relative;
  z-index: 2;
}
.section0 .robin p {
  font-family: 'ralewayregular';
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  position: relative;
  z-index: 2;
}
.section0 .robin p b {
  font-family: 'ralewayregular';
  font-size: 28px;
  text-transform: uppercase;
}
.section0 .robin p span {
  font-family: 'ralewayregular';
  font-size: 18px;
}
.section0 .robin:before {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section0 .monte_carlo {
  text-align: center;
  padding-top: 100px;
}
.section0 .monte_carlo h3 {
  font-size: 40px;
  font-family: 'Georgia';
  font-style: italic;
  line-height: 25px;
  margin-bottom: 25px;
}
.section0 .monte_carlo h3 span {
  font-family: 'Georgia';
  font-size: 20px;
}
.section0 .monte_carlo p {
  font-family: 'Georgia';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.section0 .monte_carlo h4 {
  font-family: 'Georgia';
  font-size: 24px;
  line-height: 32px;
}

.section1 {
  position: relative;
}
.section1 .fullscreen_bg_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 1;
  object-fit: inherit;
}
.section1 .main {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -khtml-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100vh;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
}
.section1 .main h1 {
  font-size: 72px;
  color: #ffffff;
  line-height: 1.17;
  font-weight: 600;
  padding: 0 15px 45px;
  font-family: Arial;
}
.section1 .main .date {
  font-size: 28px;
  color: #fff;
  font-family: Arial;
  font-weight: 700;
}
.section1 .main p {
  font-family: Arial;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}
.section1 .main p b {
  font-family: Georgia;
  font-size: 32px;
}
.section1 .main p span {
  font-family: Arial;
  font-size: 18px;
}

.section2 .sec_img2 {
  height: 800px;
  background: url("../images/pic1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.section2 .sec_img2_2 {
  height: 800px;
  background: url("../images/pic8.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.section2 .sec2 {
  max-width: 920px;
  margin: 0 auto;
  padding: 100px 15px;
}
.section2 .sec2 p {
  margin-bottom: 20px;
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  line-height: 23px;
}
.section2 .sec2_2 {
  text-align: center;
}

.section3 .sec_img3 {
  height: 800px;
  background: url("../images/pic2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.section3 .sec3 {
  max-width: 920px;
  margin: 0 auto;
  padding: 100px 15px;
  text-align: center;
}
.section3 .sec3 .price {
  font-size: 22px;
  color: #000;
  font-family: Georgia;
  margin-bottom: 20px;
  font-weight: 400;
}
.section3 .sec3 h6 {
  font-size: 12px;
  color: #000;
  font-family: Arial;
  font-weight: 400;
  padding-bottom: 25px;
}
.section3 .sec3 p {
  font-size: 14px;
  color: #000;
  font-family: Georgia;
  font-weight: 400;
  line-height: 20px;
}
.section3 .sec3 p a {
  color: #000;
}
.section3 .sec3 p a:hover {
  text-decoration: underline;
}
.section3 .sec3 h5 {
  padding-top: 30px;
  font-size: 20px;
  color: #000;
  font-family: Georgia;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.section3 .sec3 b {
  display: block;
  margin-bottom: 20px;
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  line-height: 23px;
}

.section4 .sec_img4 {
  height: 800px;
  background: url("../images/pic3.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 80px;
}
.section4 .sec4 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 15px 100px;
  text-align: center;
}
.section4 .sec4 h2 {
  font-size: 30px;
  color: #000;
  font-family: Georgia;
  font-weight: 400;
  margin-bottom: 20px;
}
.section4 .sec4 .date {
  font-size: 24px;
  color: #000;
  font-family: Georgia;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 60px;
}
.section4 .sec4 .info {
  font-size: 14px;
  color: #000;
  font-family: Arial;
  font-weight: 400;
  line-height: 22px;
}
.section4 .sec4 .singer_slide {
  margin-bottom: 50px;
}
.section4 .sec4 .videos {
  margin-bottom: 50px;
  padding: 50px 0 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.section4 .sec4 .videos li {
  float: left;
  width: 33.3%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section4 .sec4 .videos li iframe {
  height: 200px;
  margin-bottom: 20px;
}
.section4 .sec4 .videos li span {
  display: inline-block;
  font-size: 16px;
  color: #515151;
  font-family: Georgia;
  font-weight: 400;
}
.section4 .sec4 h6 {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  font-family: Georgia;
  margin-bottom: 80px;
  display: inline-block;
  padding: 15px;
  border: 1px solid #ccc;
}
.section4 .sec4 h5 {
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  font-weight: 400;
  font-family: Arial;
  margin-bottom: 5px;
}
.section4 .sec4 p {
  font-size: 14px;
  color: #000;
  font-family: Arial;
  padding-bottom: 80px;
}
.section4 .sec4 b {
  display: block;
  margin-bottom: 20px;
  font-family: Georgia;
  font-size: 13px;
  font-style: italic;
  line-height: 20px;
}
.section4 .sec4 b span {
  display: inline-block;
  font-size: 30px;
  border-bottom: 1px solid;
  font-family: Georgia;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.section4 .sec4 b i {
  font-style: normal;
  font-family: Georgia;
  font-size: 14px;
}
.section4 .sec4 img {
  width: 100%;
  margin-top: 15px;
  display: inline-block;
}
.section4 .sec4 .pics div {
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.section4 .sec4 .pics div img {
  margin-top: 0;
}
.section4 .sec4 .pic div {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.section4 .sec4 .pic div img {
  margin-top: 0;
}
.section4 .sec4 .pics_3 div {
  float: left;
  width: 33.3%;
  overflow: hidden;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.section4 .sec4 .pics_3 div img {
  margin-top: 0;
}
.section4 .robin {
  background: url("../images/singer1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 350px 0;
  position: relative;
}
.section4 .robin h4 {
  padding: 0 15px;
  text-align: center;
  font-family: 'ralewayregular';
  text-transform: uppercase;
  font-size: 96px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.section4 .robin:before {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section5 .slider {
  /*.owl-dots {
      text-align: center;
      padding-top: 25px;
      .owl-dot {
          width: 18px;
          height: 18px;
          background-color: #000;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          display: inline-block;
          margin: 0 5px;
          position: relative;
          &.active {
              span {
                  position: absolute;
                  width: 10px;
                  height: 10px;
                  background-color: #fff;
                  -webkit-border-radius: 50%;
                  -moz-border-radius: 50%;
                  border-radius: 50%;
                  left: 50%;
                  top: 50%;
                  margin-left: -5px;
                  margin-top: -5px;
              }
          }
      }
  }*/
}
.section5 .slider .item {
  position: relative;
}
.section5 .slider .item h2 {
  display: inline-block;
  font-size: 26px;
  font-family: Arial;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  margin-left: 15px;
  max-width: 400px;
  width: 100%;
}
.section5 .slider .item p {
  font-family: Arial;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 26px;
  max-width: 400px;
  padding: 15px;
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  margin-left: 15px;
}
.section5 .slider .item .sec5_1 {
  background: url("../images/pic7.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 200px 0;
}
.section5 .slider .item .sec5_2 {
  background: url("../images/pic4.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 200px 0;
}
.section5 .slider .item .sec5_3 {
  background: url("../images/pic6.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 200px 0;
}
.section5 .slider .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  z-index: 1;
}

.section6 .sec6 {
  padding: 100px 15px;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
.section6 .sec6 h2 {
  font-size: 28px;
  color: #000;
  font-family: Georgia;
  font-weight: 400;
  margin-bottom: 20px;
}
.section6 .sec6 p {
  font-family: Georgia;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  padding-bottom: 20px;
}
.section6 .sec6 h4 {
  font-size: 24px;
  color: #000;
  font-family: Georgia;
  font-weight: 400;
  line-height: 30px;
}
.section6 .sec6 #map {
  width: 100%;
  height: 400px;
}
.section6 .sec6_2 h2 {
  margin-bottom: 0;
  color: #887313;
  font-size: 20px;
}

footer {
  background: url("../images/pic5.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
footer .footer {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 0;
}
footer .footer .foo_block {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
  float: left;
}
footer .footer .foo_block h2 {
  font-size: 30px;
  color: #ffffff;
  font-family: Arial;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 32px;
}
footer .footer .foo_block h3 {
  font-size: 22px;
  color: #ffffff;
  font-family: Georgia;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .footer .foo_block p {
  font-family: Georgia;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
footer .footer .foo_block p:not(:last-of-type) {
  margin-bottom: 20px;
}
footer .footer .foo_block h5 {
  font-size: 20px;
  color: #fff;
  font-family: Georgia;
  font-weight: 400;
  line-height: 28px;
  padding-top: 100px;
}
footer .footer .foo_block h4 {
  font-size: 28px;
  color: #fff;
  font-family: Arial;
  font-weight: 400;
  margin-bottom: 40px;
}
footer .footer .foo_block form .select {
  position: relative;
}
footer .footer .foo_block form .select .current {
  display: block;
  width: 100%;
  background: #333;
  color: white;
  border: 0;
  outline: 0;
  padding: 12px 20px;
  line-height: 1;
  max-width: 100%;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  background-image: url("../images/down_arr.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
footer .footer .foo_block form .select .list {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 255px;
  overflow-x: hidden;
}
footer .footer .foo_block form .select .list .option {
  display: block;
  width: 100%;
  background: #333;
  color: white;
  border: 0;
  outline: 0;
  padding: 20px;
  line-height: 1;
  max-width: 100%;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s ease;
}
footer .footer .foo_block form .select .list .option:hover {
  background: #000;
}
footer .footer .foo_block form .select .list.open {
  display: block;
}
footer .footer .foo_block form input[type="text"] {
  width: 100%;
  background: #333;
  color: white;
  border: 0;
  outline: 0;
  padding: 12px 20px;
  display: block;
  line-height: 1;
  max-width: 100%;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial;
  font-weight: 400;
  margin-bottom: 10px;
}
footer .footer .foo_block form input[type="submit"] {
  width: 100%;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #fff;
  padding: 6px 10px;
  line-height: 1.42857;
  font-family: Arial;
  font-weight: 400;
  transition: all .3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
footer .footer .foo_block form input[type="submit"]:hover {
  background: #fb9c0e;
  border-color: #fb9c0e;
}
footer .footer .foo_block.foo_form {
  float: right;
}
footer .footer.foo {
  padding: 0;
  text-align: center;
}
footer .footer.foo h6 {
  display: inline-block;
  text-align: right;
  padding: 30px 0px 15px;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.5em;
  font-family: "Playfair Display", Times New Roman, Times, serif;
  border-bottom: 1px solid #404040;
}
footer .footer.foo h6 span {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  font-family: "Playfair Display", Times New Roman, Times, serif;
  letter-spacing: normal;
  line-height: 20px;
  padding-right: 12px;
}
footer .footer.new_foo .foo_block h2, footer .footer.new_foo .foo_block h4 {
  font-size: 20px;
  line-height: 26px;
}
footer .footer.new_foo .foo_block h2 {
  margin-bottom: 100px;
}
footer .footer.new_foo .foo_block p {
  font-family: Arial;
  font-size: 12px;
}

.copyright {
  background-color: #000;
}
.copyright p {
  max-width: 1140px;
  margin: 0 auto;
  padding: 25px 15px;
  color: #555555;
  font-family: Georgia;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

#pres_block {
  text-align: center;
  padding: 120px 15px;
  background-color: #c8a461;
}
#pres_block .second_press_rel {
  max-width: 1200px;
  margin: 0 auto;
}
#pres_block .second_press_rel h6 {
  font-size: 32px;
  color: #fff;
  font-family: "Goudy Old Style";
  margin-bottom: 15px;
}
#pres_block .second_press_rel h5 {
  display: block;
  font-size: 30px;
  color: #fff;
  font-family: "Goudy Old Style";
  margin-bottom: 15px;
}
#pres_block .second_press_rel h4 {
  font-size: 18px;
  color: #fff;
  font-family: "Goudy Old Style";
  margin-bottom: 30px;
}
#pres_block .second_press_rel p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: "Goudy Old Style";
  max-width: 600px;
  margin: 0 auto 15px;
}
#pres_block .second_press_rel.mb {
  padding-bottom: 120px;
  position: relative;
}
#pres_block .second_press_rel.mb:before {
  content: '';
  position: absolute;
  max-width: 200px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#pres_block .five_press_rel {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 120px;
}
#pres_block .five_press_rel h4 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-family: "Goudy Old Style";
  margin-bottom: 30px;
}
#pres_block .five_press_rel h3 {
  font-size: 100px;
  color: #fff;
  font-family: "Edwardian Script ITC";
  margin-bottom: 30px;
}
#pres_block .five_press_rel h5 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-family: "Goudy Old Style";
  margin-bottom: 30px;
}
#pres_block .five_press_rel span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-family: "Goudy Old Style";
}
#pres_block .five_press_rel:before {
  content: '';
  position: absolute;
  max-width: 200px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.company_info {
  font-size: 20px;
  color: #fff;
  font-family: "Times New Roman";
  padding-top: 30px;
}

@media (max-width: 1280px) {
  #press_relis .fourth_press_rel .fourth_item_new .left h3 {
    font-size: 30px;
  }
  #press_relis .fourth_press_rel .fourth_item_new .left p {
    font-size: 16px;
    line-height: 20px;
  }
  #press_relis .fourth_press_rel .fourth_item_new .left.big h3 {
    font-size: 42px;
  }

  #new_block1 h6 {
    max-width: 1000px;
  }
  #new_block1 .fav_persons {
    max-width: 1000px;
  }
}
@media (max-width: 1199px) {
  .section1 .main h1 {
    font-size: 52px;
    line-height: 56px;
  }

  #press_relis .last_text {
    font-size: 48px;
    line-height: 54px;
  }
  #press_relis .fourth_press_rel .event_title h2 {
    font-size: 70px;
    margin-bottom: 50px;
    position: relative;
  }
  #press_relis .fourth_press_rel .fourth_item .left h3 {
    font-size: 30px;
  }
  #press_relis .fourth_press_rel .fourth_item .left p {
    font-size: 16px;
    line-height: 20px;
  }
  #press_relis .fourth_press_rel .fourth_item_new .left {
    padding: 0 30px;
  }
  #press_relis .fourth_press_rel .fourth_item_new .left h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #press_relis .fourth_press_rel .fourth_item_new .left p {
    font-size: 14px;
    line-height: 18px;
  }
  #press_relis .fourth_press_rel .fourth_item_new .left.big h3 {
    font-size: 30px;
  }
  #press_relis .fourth_press_rel .fourth_item_new .left.big p {
    font-size: 22px;
    line-height: 28px;
  }
  #press_relis .har_winston .left img {
    width: 220px;
    margin-bottom: 30px;
  }
  #press_relis .har_winston .left .line {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .section0 .sec4 .videos {
    text-align: center;
    margin-bottom: 50px;
  }
  .section0 .sec4 .videos li {
    float: none;
    width: 45%;
    display: inline-block;
    margin-bottom: 50px;
    padding: 0 5px;
  }

  #new_text_block .new_text_block h3 {
    font-size: 60px;
    line-height: 64px;
  }
  #new_text_block .new_text_block p {
    font-size: 20px;
  }
  #new_text_block .new_text_block h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .section2 .sec_img2 {
    height: 600px;
  }

  .section3 .sec_img3 {
    height: 600px;
  }

  .section4 .sec_img4 {
    height: 600px;
  }
  .section4 .sec4 .videos {
    text-align: center;
    margin-bottom: 50px;
  }
  .section4 .sec4 .videos li {
    float: none;
    width: 45%;
    display: inline-block;
    margin-bottom: 50px;
    padding: 0 5px;
  }

  footer .footer .foo_block {
    padding: 0 10px;
  }
  footer .footer .foo_block h2 {
    font-size: 24px;
    line-height: 32px;
  }
  footer .footer .foo_block h3 {
    font-size: 18px;
  }
  footer .footer .foo_block h5 {
    padding-top: 85px;
  }
  footer .footer .foo_block h4 {
    font-size: 22px;
  }

  #press_relis .first_press_rel h5 {
    font-size: 32px;
  }
  #press_relis .first_press_rel h4 {
    font-size: 60px;
  }
  #press_relis .logos .logo_item p {
    font-size: 16px;
    line-height: 20px;
  }
  #press_relis .yaxta_slide .item .text {
    padding: 30px;
  }
  #press_relis .second_press_rel h6 {
    font-size: 32px;
  }
  #press_relis .second_press_rel p {
    font-size: 18px;
    line-height: 24px;
  }
  #press_relis .fourth_press_rel .fourth_item {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    -khtml-display: block;
    display: block;
    margin-bottom: 0;
  }
  #press_relis .fourth_press_rel .fourth_item .left {
    float: none;
    width: 100%;
    padding: 0px 30px 80px;
  }
  #press_relis .fourth_press_rel .fourth_item .left h3 {
    font-size: 30px;
  }
  #press_relis .fourth_press_rel .fourth_item .left p {
    font-size: 20px;
    line-height: 28px;
  }
  #press_relis .fourth_press_rel .fourth_item .left p br {
    display: none;
  }
  #press_relis .fourth_press_rel .fourth_item .right {
    float: none;
    width: 100%;
    padding: 0;
  }
  #press_relis .fourth_press_rel .fourth_item_new {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    -khtml-display: block;
    display: block;
  }
  #press_relis .fourth_press_rel .fourth_item_new .left {
    float: none;
    width: 100%;
    padding: 80px 30px;
  }
  #press_relis .fourth_press_rel .fourth_item_new .left h3 {
    font-size: 30px;
  }
  #press_relis .fourth_press_rel .fourth_item_new .left p {
    font-size: 20px;
    line-height: 28px;
  }
  #press_relis .fourth_press_rel .fourth_item_new .left p br {
    display: none;
  }
  #press_relis .fourth_press_rel .fourth_item_new .right {
    float: none;
    width: 100%;
  }
  #press_relis .har_winston {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    -khtml-display: block;
    display: block;
  }
  #press_relis .har_winston .left {
    float: none;
    width: 100%;
    padding: 50px 15px;
  }
  #press_relis .har_winston .right {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .club_100 {
    right: 15px;
  }

  .villa_btn {
    right: 15px;
  }

  .club_body {
    padding-top: 0;
  }

  header {
    display: none;
  }

  .section0 .sec4 {
    padding: 50px 15px;
  }
  .section0 .sec4 .date {
    font-size: 20px;
    line-height: 24px;
  }
  .section0 .sec4 .info {
    margin-bottom: 50px;
  }
  .section0 .sec4 .videos {
    margin-bottom: 50px;
  }
  .section0 .sec4 .videos li {
    width: 100%;
    max-width: 420px;
    margin-bottom: 30px;
    padding: 0px;
  }
  .section0 .robin h4 {
    font-size: 45px;
  }

  #new_text_block .new_text_block h3 {
    font-size: 40px;
    line-height: 44px;
  }
  #new_text_block .new_text_block p {
    font-size: 16px;
  }
  #new_text_block .new_text_block h4 {
    font-size: 20px;
    line-height: 22px;
  }

  .section1 .main {
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section1 .main h1 {
    font-size: 28px;
    line-height: 32px;
    padding: 0 0 45px;
  }
  .section1 .main .date {
    font-size: 18px;
    line-height: 26px;
  }
  .section1 .main p {
    font-size: 14px;
    line-height: 22px;
  }

  .section2 .sec_img2 {
    height: 400px;
  }
  .section2 .sec2 {
    padding: 50px 15px;
  }
  .section2 .sec2 p {
    font-size: 16px;
    line-height: 24px;
  }

  .section3 .sec_img3 {
    height: 400px;
  }
  .section3 .sec3 {
    padding: 50px 15px;
  }
  .section3 .sec3 h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .section3 .sec3 p {
    font-size: 14px;
    line-height: 20px;
  }
  .section3 .sec3 b {
    font-size: 16px;
    line-height: 24px;
  }

  .section4 .sec_img4 {
    height: 400px;
  }
  .section4 .sec4 {
    padding: 50px 15px;
  }
  .section4 .sec4 .date {
    font-size: 20px;
    line-height: 24px;
  }
  .section4 .sec4 .info {
    margin-bottom: 50px;
  }
  .section4 .sec4 .videos {
    margin-bottom: 50px;
  }
  .section4 .sec4 .videos li {
    width: 100%;
    max-width: 420px;
    margin-bottom: 30px;
    padding: 0px;
  }
  .section4 .sec4 b {
    font-size: 16px;
    line-height: 24px;
  }
  .section4 .robin {
    padding: 180px 0;
  }
  .section4 .robin h4 {
    font-size: 45px;
  }

  .section5 .slider .item .sec5_1,
  .section5 .slider .item .sec5_2,
  .section5 .slider .item .sec5_3 {
    padding: 30px 15px 300px;
  }
  .section5 .slider .item h2 {
    font-size: 17px;
    line-height: 24px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section5 .slider .item p {
    font-size: 15px;
    line-height: 20px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .section6 .sec6 {
    padding: 50px 15px;
  }
  .section6 .sec6 h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .section6 .sec6 #map {
    height: 300px;
  }
  .section6 .sec6_2 h2 {
    font-size: 15px;
  }

  footer .footer {
    padding: 50px 0px;
  }
  footer .footer .foo_block {
    width: 50%;
  }
  footer .footer .foo_block h2 {
    font-size: 24px;
    line-height: 32px;
  }
  footer .footer .foo_block h3 {
    font-size: 18px;
  }
  footer .footer .foo_block h5 {
    padding-top: 90px;
  }
  footer .footer .foo_block h4 {
    font-size: 22px;
  }
  footer .footer .foo_block.foo_form {
    width: 100%;
    padding-top: 50px;
  }

  #new_block3 .new_block3_1 {
    background: url(../images/new/tony.jpeg) no-repeat top 0px left -220px;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
  }

  #new_block3 .new_block3_2 {
    background: url(../images/new/10.jpg) no-repeat center right -220px;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
  }

  #new_slide2 .h3 h3:before, #new_slide2 .h3 h3:after {
    display: none;
  }

  #new_block1 .h3 h3:before, #new_block1 .h3 h3:after {
    display: none;
  }

  #new_block3 .new_3_4 {
    display: none;
  }

  #new_block3 .new_3_4_img {
    display: block;
  }
  #new_block3 .new_3_4_img img {
    width: 100%;
  }

  #new_block1.new_block1_slide {
    display: none;
  }

  #new_block0 .new_block0 h2 {
    padding: 150px 30px;
    font-size: 20px;
    word-spacing: 5px;
    letter-spacing: 6px;
    line-height: 28px;
  }

  #new_block1 {
    padding: 30px 15px !important;
  }
  #new_block1 .fav_persons {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    -khtml-display: block;
    display: block;
  }

  #new_slide2 {
    padding-top: 0;
  }
  #new_slide2 .h6 h6 {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
  }
  #new_slide2 .h6 h6 span {
    font-size: 20px;
  }
  #new_slide2 p {
    font-size: 16px;
    line-height: 22px;
  }

  #new_show_slider iframe {
    height: 400px;
  }

  #press_relis .first_press_rel {
    padding: 80px 15px;
  }
  #press_relis .yaxta_slide .item .text {
    padding: 15px;
  }
  #press_relis .yaxta_slide .item .text h6 {
    font-size: 18px;
    line-height: 20px;
  }
  #press_relis .logos .logo_item {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  #press_relis .last_text {
    font-size: 32px;
    line-height: 38px;
    padding: 50px 15px 50px;
  }
  #press_relis .kan_pic h4 {
    padding: 150px 30px;
    font-size: 20px;
    word-spacing: 5px;
    letter-spacing: 6px;
    line-height: 28px;
  }
  #press_relis .yakr {
    margin-bottom: 50px;
  }
  #press_relis .yakr img {
    width: 35px;
  }
  #press_relis .yakr .left_icon {
    width: 150px;
    left: -165px;
  }
  #press_relis .yakr .right_icon {
    width: 150px;
    right: -165px;
  }
  #press_relis .third_press_rel {
    padding: 80px 15px 50px;
  }
  #press_relis .third_press_rel h4 {
    font-size: 30px;
    line-height: 36px;
  }
  #press_relis .third_press_rel h5 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  #press_relis .third_press_rel h6 {
    font-size: 26px;
  }
  #press_relis .third_press_rel h6 a {
    font-size: 26px;
  }
  #press_relis .fourth_press_rel {
    padding-top: 0;
  }
  #press_relis .fourth_press_rel .event_title h2 {
    font-size: 50px;
  }
  #press_relis .fourth_press_rel .event_title h2 .left_icon {
    width: 150px;
    left: -165px;
  }
  #press_relis .fourth_press_rel .event_title h2 .right_icon {
    width: 150px;
    right: -165px;
  }
  #press_relis .fourth_press_rel .fourth_item_big {
    padding: 50px 15px;
  }
  #press_relis .fourth_press_rel .fourth_item_big h3 {
    font-size: 30px;
  }
  #press_relis .fourth_press_rel .fourth_item_big p {
    font-size: 18px;
    line-height: 24px;
  }
  #press_relis .five_press_rel {
    padding: 80px 15px;
  }
  #press_relis .five_press_rel h4 {
    font-size: 18px;
    line-height: 26px;
  }
  #press_relis .five_press_rel h3 {
    font-size: 60px;
  }
  #press_relis .five_press_rel h5 {
    font-size: 18px;
    line-height: 22px;
  }
  #press_relis .five_press_rel span {
    font-size: 16px;
  }

  #pres_block {
    padding: 80px 15px;
  }
  #pres_block .second_press_rel h6 {
    font-size: 24px;
    line-height: 30px;
  }
  #pres_block .second_press_rel h5 {
    font-size: 20px;
  }
  #pres_block .five_press_rel h4 {
    font-size: 18px;
    line-height: 24px;
  }
  #pres_block .five_press_rel h3 {
    font-size: 60px;
  }
  #pres_block .five_press_rel h5 {
    font-size: 18px;
    line-height: 22px;
  }
  #pres_block .five_press_rel span {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  #press_relis .fourth_press_rel .fourth_item_new .left,
  #press_relis .fourth_press_rel .fourth_item .left {
    padding: 50px 15px;
  }
  #press_relis .fourth_press_rel .fourth_item_new .left h3,
  #press_relis .fourth_press_rel .fourth_item .left h3 {
    font-size: 26px;
    line-height: 32px;
  }
  #press_relis .fourth_press_rel .fourth_item_new .left p,
  #press_relis .fourth_press_rel .fourth_item .left p {
    font-size: 16px;
    line-height: 22px;
  }
  #press_relis .har_winston .right .har_winston_text {
    width: 220px;
  }
  #press_relis .har_winston .right .har_winston_text p {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 10px;
  }
  #press_relis .har_winston .right .har_winston_slider .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    margin: 0 2px;
  }

  footer .footer {
    padding: 50px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .footer .foo_block {
    padding: 0px;
    width: 100%;
    float: none;
  }
  footer .footer .foo_block h2 br {
    display: none;
  }
  footer .footer .foo_block h5 {
    padding-top: 30px;
  }
  footer .footer .foo_block.foo_form {
    padding-top: 30px;
  }
}
@media (max-width: 520px) {
  #press_relis .yakr .left_icon {
    width: 100px;
    left: -110px;
  }
  #press_relis .yakr .left_icon:before {
    -webkit-background-size: 36px;
    background-size: 36px;
  }
  #press_relis .yakr .right_icon {
    width: 100px;
    right: -110px;
  }
  #press_relis .yakr .right_icon:before {
    -webkit-background-size: 36px;
    background-size: 36px;
  }
  #press_relis .fourth_press_rel .event_title h2 {
    font-size: 36px;
  }
  #press_relis .fourth_press_rel .event_title h2 .left_icon {
    width: 100px;
    left: -110px;
  }
  #press_relis .fourth_press_rel .event_title h2 .left_icon:before {
    -webkit-background-size: 36px;
    background-size: 36px;
  }
  #press_relis .fourth_press_rel .event_title h2 .right_icon {
    width: 100px;
    right: -110px;
  }
  #press_relis .fourth_press_rel .event_title h2 .right_icon:before {
    -webkit-background-size: 36px;
    background-size: 36px;
  }
}
