.rubik {
  font-family: "Rubik", sans-serif;
  font-style: normal;
}

.onest {
  font-family: "Onest", sans-serif;
  font-style: normal;
}

.lexend-deca {
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
}

/*========================================================*/

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none !important;
}

body {
  font-size: 16px;
  color: #333;
  min-width: 290px;
  font-family: "Onest", sans-serif;
  background-color: #F4F2EE;
}


.red {
  outline: 1px solid red;
}

input,
textarea,
select {
  font-size: 16px !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img_cont {
  display: block;
  text-align: center;
}

.img_cont img {
  width: 100%;
  height: auto;
}

.align_center {
  display: block;
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover,
a:focus {
  outline: none;
  color: inherit;
}

textarea:focus,
input:focus,
select:focus {
  outline: none
}

input[type="search"] {
  -webkit-appearance: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
  color: #000;
  font-family: "Lexend Deca", sans-serif;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}



/*==========================*/


body {
  padding-top: 100px;
}

body.home {
  padding-top: 0px;
}

header {
  width: 100%;
  height: 100px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  background-color: #216346;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  min-width: 290px;
}

.home header {
  background-color: transparent;
  /*background-color: #000;*/
}

header.smaller {
  height: 80px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(13, 39, 27, .9);
}

header.smaller .top_panel {
  /*display: none;*/
}

.logo {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  text-align: left;
  white-space: nowrap;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 60px;
  width: 250px;
  display: block;
  /*background-color: lime;*/
}

.logo a:hover,
.logo a:focus {
  text-decoration: none;
}

/*-------------*/
.active_button {
  display: inline-block;
  background-color: #216346;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0px 30px;
  height: 46px;
  line-height: 42px;
  border: 2px solid #216346;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  /* text-transform: uppercase;*/
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.active_button:hover,
.active_button:focus {
  background-color: transparent;
  color: #216346;
  text-decoration: none;
}

/*=========================*/
.vote label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  padding-left: 25px;
  font-size: 12px;
  color: #000;
  padding-top: 0px;
  text-align: left;
  font-weight: normal;
}

.vote input[type=checkbox] {
  display: none;
}

.vote label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: white;
  border: 1px solid #ccc;
  text-indent: -2px;
}

.vote input[type=checkbox]:checked+label:before {
  content: "\eed8";
  font-family: IcoFont !important;
  font-size: 20px;
  color: #921627;
  line-height: 14px;
  text-align: center;
  font-weight: bold;

}

/*========================*/

.phone_mobile {
  display: block;
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  background-color: #FF2D2D;
  color: #fff !important;
  font-size: 25px;
  line-height: 51px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-decoration: none;
  outline: none;
  text-align: center;
  transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  z-index: 10;
}

.phone_mobile:hover,
.phone_mobile:focus {
  color: #FF2D2D !important;
  text-decoration: none;
  background-color: #fff;
}

#toTop {
  width: 47px;
  height: 47px;
  background: #9B6A00;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 100;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  line-height: 47px;
  font-size: 30px;
}

#toTop span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 24px;
}

#toTop:hover {
  color: #9B6A00;
  text-decoration: none;
  background-color: #fff;
}





.nav-link {
  color: #919191;
  white-space: nowrap;
}

.nav-link:hover {
  color: #FF2D2D;
}

.nav-item.active .nav-link {
  color: #FF2D2D;
}

.nav-item.active .nav-link b:after {
  width: 100%;
}

.nav-link>b {
  display: inline-block;
  position: relative;
}

.nav-link>b:after {
  content: '';
  position: absolute;
  top: 100%;
  background-color: #FF2D2D;
  height: 2px;
  width: 0%;
  left: 0;
  margin-top: 5px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nav-link:hover b:after {
  width: 100%;
}


/*------------------------*/
.top_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.top_menu>li>a {
  display: block;
  padding: 6px 15px;
}

.fw600 {
  font-weight: 600;
}

.top_phone {
  display: inline-block;
}

/*------------------------*/

.fp_blocl_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  height: 920px;
}

.fp_blocl_1_col {
  width: 50%;
  height: 100%;
}

.fp_blocl_1_toleft {
  display: block;
  background-image: url(../img/decor2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.fp_blocl_1_toright {
  display: block;
  background-image: url(../img/02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.fp_blocl_1_toright:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}

.fbc_1 {
  max-width: 272px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  margin-top: 200px;
  margin-left: 100px;
}

.fbc_2 {
  max-width: 500px;
  font-size: 40px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  margin-bottom: 300px;
  margin-right: 100px;
  text-align: right;
}

.fbc_3 {
  width: 300px;
  height: 300px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0px;
  color: #fff;
  margin-top: 200px;
  margin-right: 100px;
  background-image: url(../img/logo-gold-clean.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}



.top_block_wrap {
  position: relative;
}

.top_block_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 100px;

}

.item_word {
  display: block;
  line-height: 1;
  font-size: 170px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -30px;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  white-space: nowrap;
}

.top_block_footer .inner {
  padding-left: 100px;
  padding-right: 100px;
}

.item_word_item {
  display: inline-block;
}

.gold_color {
  color: #FAA213;
}

.font_30 {
  font-size: 30px;
}

.font_20 {
  font-size: 20px;
}

.lh1 {
  line-height: 1;
}

.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

/*=========================*/
.gold_button {
  display: inline-block;
  background-color: #9B6A00;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0px 30px;
  height: 55px;
  line-height: 53px;
  border: 1px solid #9B6A00;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "Rubik", sans-serif;
}

.gold_button:hover,
.gold_button:focus {
  background-color: transparent;
  color: #9B6A00;
  outline: none;
  text-decoration: none;
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  -webkit-animation: glow 1s ease-in infinite;
  animation: glow 1s ease-in infinite;
  content: "";
  filter: blur(10px);
  opacity: 0.75;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.shine:after {
  animation: shine 3s ease-in-out infinite;
  animation-fill-mode: forwards;

  content: "";
  height: 200%;
  left: -130%;
  opacity: 0;
  position: absolute;
  top: -20%;
  transform: rotate(-30deg);
  width: 15%;

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%);
}

.big_button:active:after {
  opacity: 0;
}

@keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }

  100% {
    opacity: 0;
    top: -40%;
    left: 120%;
    transition-property: left, top, opacity;
  }
}

/*===================*/

.wpcf7-form p,
.wpcf7-form label {
  margin: 0;
  display: block;
}

.modal-header {
  border-bottom: 0px;
}

.modal-content {
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 30px;
}

.wpcf7-form br {
  display: none;
}

.customn_number {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 10px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-body {
  padding: 0;
}

.form-control {
  height: calc(1.5em + .75rem + 10px);
}

.modal-content textarea {
  height: 100px;
}

/*====================*/

.mounth_box {
  height: 100%;
  background-color: rgba(33, 99, 70, .8);
  padding: 20px;
  line-height: 1;
  position: relative;
  padding-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, .2);
  margin-left: 10px;
  margin-right: 10px;
}

.year_block_body {}

.dark_green_bg {
  background-color: #2A4E3A;
}

.white_color {
  color: #fff;
}

.gold_bg {
  background-color: #9B6A00;
}

.year_block_body_toright,
.year_block_body_toleft {
  padding: 60px 100px;
}

.year_title {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-family: "Lexend Deca", sans-serif;
  color: #FAA213;

}

.note_retreat {
  font-size: 12px;
  font-weight: 200;
}

.place_info {
  font-size: 20px;
  color: #FAA213;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding-left: 20px;
  width: 100%;
}

.mounth_title {
  background-color: rgba(155, 106, 0, 1);
  padding: 6px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid rgba(42, 78, 58, 1);
}

.dretr-note {
  background-color: rgba(33, 99, 70, .8);
  padding: 20px;

  position: relative;
  padding-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, .2);
  text-align: center;
}

.mounth_list_body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.mounth_list_body>li {
  width: 33.3333%;
  margin-bottom: 20px;
}

.color_black {
  color: #000;
}

.order_form_wrapper {
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  border-radius: 10px;
}

.order_form_wrapper .form-control,
.order_form_wrapper .customn_number {
  height: calc(1.5em + .75rem + 20px);
  /*color: #fff;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0;*/
}

.order_form_wrapper textarea.form-control {
  height: 100px;
}

/*.order_form_wrapper ::-webkit-input-placeholder {
    color:  rgb(250, 162, 19);
    font-size: 15px;
}
.order_form_wrapper ::-moz-placeholder {
    color: rgb(250, 162, 19);
    font-size: 15px;
}

.order_form_wrapper :-moz-placeholder {
    color:  rgb(250, 162, 19);
    font-size: 15px;
}
.order_form_wrapper :-ms-input-placeholder {
    color:  rgb(250, 162, 19);
    font-size: 15px;
}
.order_form_wrapper ::placeholder {
    color:  rgb(250, 162, 19);
    font-size: 15px;
}

*/

.lang_sw_wrapper ul {
  display: flex;
  margin-right: 20px;
}

.lang_sw_wrapper ul>li {
  margin-left: 5px;
  margin-right: 5px
}

.lang_sw_wrapper img {
  width: 18px !important;
  height: 13px !important;
}

.lang_sw_wrapper [lang="en-US"] img,
.lang_sw_wrapper [lang="ro-RO"] img,
.lang_sw_wrapper [lang="ru-RU"] img {
  opacity: 0;
}

.lang_sw_wrapper [lang="en-US"],
.lang_sw_wrapper [lang="ro-RO"],
.lang_sw_wrapper [lang="ru-RU"] {
  position: relative;
}

.lang_sw_wrapper [lang="en-US"]:after {
  content: " ";
  position: absolute;
  width: 24px;
  height: 24px;
  ;
  top: 0;
  left: 0;
  background-image: url(../img/usa.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #9A6A00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;

}

.lang_sw_wrapper [lang="ro-RO"]:after {
  content: " ";
  position: absolute;
  width: 24px;
  height: 24px;
  ;
  top: 0;
  left: 0;
  background-image: url(../img/romania.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #9A6A00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;

}

.lang_sw_wrapper [lang="ru-RU"]:after {
  content: " ";
  position: absolute;
  width: 24px;
  height: 24px;
  ;
  top: 0;
  left: 0;
  background-image: url(../img/russia.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #9A6A00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;

}

/*==================*/

.wpcf7-spinner {
  /*display: none;*/
}

.yellow_button {
  display: inline-block;
  background-color: #FAA213;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0px 30px;
  height: 55px;
  line-height: 53px;
  border: 1px solid #FAA213;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.yellow_button:hover,
.yellow_button:focus {
  background-color: transparent;
  color: #FAA213;
  outline: none;
  text-decoration: none;
}


header .gold_button {
  font-size: 16px;
  padding: 0px 15px;
  height: 44px;
  line-height: 42px;
  /*border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;*/
}

.place_info {
  line-height: 1;

}

.place_info .d-table>span {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.place_info .dashicons {
  font-size: 26px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}


.paralax_banner {
  height: 700px;
}

.font_50 {
  font-size: 50px;
}


.font_60 {
  font-size: 60px;
}

.font_70 {
  font-size: 67px;
}

.banner_caption_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 1.3;
  padding: 50px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.2);
}

.bcb_item {
  display: block;
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 70px;
  min-height: 70px;
}

.bronze_color {
  color: #9B6A00;
}

.banner_caption_title h2 {
  letter-spacing: -2px;
  border-bottom: 4px solid #9B6A00;
  display: inline-block;
}

.block_header {
  font-family: "Lexend Deca", sans-serif;
}

.header_decor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.header_decor>span {
  display: inline-block;
  vertical-align: middle;
}

.header_decor>span:nth-child(1),
.header_decor>span:nth-child(3) {
  width: 100px;
  height: 3px;
  background-color: #9B6A00;
}

.header_decor>span:nth-child(2) {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 3px solid #9B6A00;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;

}

.services_mp_box {
  background-color: #225F44;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  padding: 30px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .2);
}

.services_mp_box .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 350px;
}

.services_mp_title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  color: #FAA212;
  font-weight: 600;
  font-family: "Lexend Deca", sans-serif;
  line-height: 1.3;
}

.services_mp_text {
  font-size: 20px;
  color: wheat;
}

.paralax_banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

#paralax_banner_1 {
  background-image: url(../img/pb4.jpg);
  background-color: #000;
}

.green_bg {
  background-color: #216346;
}

.block_header {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.advantages_box_title {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Lexend Deca", sans-serif;
  color: #FAA213;
  line-height: 1.1;
}

.advantages_box {
  padding: 25px;
  background-color: #216346;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .2);
}

.advantages_box_text {
  font-size: 18px;
  font-family: "Rubik", sans-serif;
}

footer {
  background-color: #2A4E3A;
  color: #fff;
}

footer a {
  color: #fff;
}

.footer_menu_wrap .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.footer_menu_wrap .menu>li>a {
  display: block;
  padding: 6px 10px;
  line-height: 1;
  font-size: 16px;
}

.footer_footer {
  background-color: #000;

  font-size: 14px;
}

.social_buttons_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.social_buttons_list>li>a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 24px;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

.social_buttons_list>li>a:hover,
.social_buttons_list>li>a:focus {
  color: #FAA213;
  text-decoration: none;
  outline: none;
}

.font_12 {
  font-size: 12px;
}

.footer_body>.row {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}


.small_banner {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  /*background-attachment: fixed;*/
  height: 500px;
}

.small_banner:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, .2);
  top: 0;
  left: 0
}

.small_banner>.container {
  z-index: 2;
  position: relative;
}

.narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}


.answers {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto
}

.answ_rait {
   padding: 30px;
   background-color: #2A4D39;
   color: #fff;
   height: 100%;
   display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  font-size: 40px;
  text-align: center;
}

.answ_rait_header {
   color: #FAA213;
   text-align: center;
   font-size: 30px;
   line-height: 1;
}

.ruser_name {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    font-family: "Lexend Deca", sans-serif;
    text-transform: uppercase;
    color: wheat;
}

.gold_logo {
  display: block;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 300px;
  width: 300px;
  background-color: #9B6A00;
  background-color: #FAA213;
  background-color: #225F44;
  
}

.answer_box {
   background-color:#9B6A00;
   padding:  2px;
   line-height: 1;
}

.video_wrap {
   background-color:#9B6A00;
   padding: 2px;
}

.answ_rait {
   border: 2px solid #9B6A00;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
    color: #FAA213 !important;
    font-size: 20px;
}

.breadcrumbs {
    background-color: rgba(60,41,0,0.1);
    line-height: 1;
    padding: 15px;
    border-radius: 6px;
}

.breadcrumbs p {
  margin: 0;
}

.breadcrumbs a {
   color: #986900;
}

.subtitle {
  font-size: 20px;
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
}

.post_pade_wrapper .sp-easy-accordion>.sp-ea-single {
    background: rgba(0,92,63, 0.2) !important;
}

.post_pade_wrapper .sp-easy-accordion * {
    box-sizing: border-box;
    font-size: 20px;
}

.post_pade_wrapper  ul li {
   padding-left: 20px;
   position: relative;
   margin-bottom: 5px;
}
.post_pade_wrapper li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    width: 7px;
    height: 7px;
    background-color: #333;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.post_pade_wrapper .sp-easy-accordion ul li {
   padding-left: 30px;
   position: relative;
   margin-bottom: 5px;
}
.post_pade_wrapper .sp-easy-accordion ul li:before {
   content: '';
    position: absolute;
    top: 11px;
    left: 5px;
    width: 7px;
    height: 7px;
    background-color: #FAA213;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.post_pade_wrapper h1,
.post_pade_wrapper h2,
.post_pade_wrapper h3,
.post_pade_wrapper h4,
.post_pade_wrapper h5 {
  margin: 0;
  line-height: 1;
  font-weight: 500;
  color: #9B6A00;
  margin-bottom: 20px;
}

.wp-block-separator {
    border-color: #9B6A00;
    border-top: 1px solid #9B6A00;
}

.sp-easy-accordion .sp-ea-single .ea-header {
    position: relative;
    padding-left: 30px;
}

.ea-header a .ea-expand-icon {
    float: none !important;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -12px;
}

/*=======================*/
.post_header_in  {
   position: relative;
   padding-left: 26px;
   line-height: 1;
}
.post_header_in:after {
    content: " ";
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #9B6A00;
    top: 0;
    left: 0;
}
.ph_titile {
   font-size: 28px;
   /*color: #000 !important;*/
   font-weight: 600;
}

.ph_subtitile {
   font-size: 18px;
}

.breadcrumbs a:not(:first-of-type):not(:last-of-type),
.breadcrumbs span:not(:first-of-type):not(:last-of-type),
.breadcrumbs a:first-of-type + span {
    display: none;
}

.breadcrumb_last {
   padding-left: 20px;
   position: relative;
}

.breadcrumb_last:after {
    content: " ";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: rgba(0,0,0,.8);
    top: 10px;
    left: 3px;
    font-weight: 200;
    font-family: "Rubik", sans-serif;
}
/*img {
  width: 100% !important;
}
img {
  max-width: 100% !important;
}*/


.note_block {
   padding: 20px;
   background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(60, 41, 0, 0.2);
  border-radius: 6px;
  font-size: 17px;
   font-family: "Onest", sans-serif;
}

/*-------------------*/
.reviews_list_body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
    margin-left: -30px;
   margin-right: -30px;
}

.reviews_list_body >li {
   width: 50%;
   margin-bottom: 60px;
}

.reviews_box {
   line-height: 1;
   margin-left: 30px;
   margin-right: 30px;
   padding: 30px;
   background-color: #E1DDD6;
   height: 100%;
}

.reviews_box_title {
   font-size: 40px;
    
    font-family: "Lexend Deca", sans-serif;
    font-weight: 600;
    color: #216346;
}

.reviews_box_subtitle {
   font-size: 20px;
   font-style: italic;
   color: #9B6A00;
   font-family: "Onest", sans-serif;
   padding-top: 15px;
   border-top: 1px solid rgba(155,106,0,.5);
}
/*==================================================*/
.rules_box {
   position: relative;
   max-width: 450px;
   margin-left: auto;
   margin-right: auto;
   /*padding-top: 100px;*/
 padding-left: 10px;
   padding-right: 10px;
   height: 100%;
}

.rules_number {
   line-height: 1;
   font-size: 380px;
   color:#E1DDD6;
   font-weight: 900;
   opacity: 0.8;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   margin-left: auto;
   margin-right: auto;
   z-index: -1;
   /*text-align: center;*/
   width: 100%;
   font-family: "Lexend Deca", sans-serif;

}

.rules_title {
   line-height: 1.1;
   font-size: 30px;
   font-family: "Lexend Deca", sans-serif;
   font-weight: 600;
   color: #9B6A00;
   margin-bottom: 20px;
}

.rules_text {
  font-size: 20px;
  line-height: 1.2;
  color:#2A4D39;
}

/*=================*/

.ngg-gallery-thumbnail img {
   width: 100%;
    max-width: 100% !important;
    height: auto;
}

.team_list_body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.team_list_body>li {
  width: 25%;
  margin-bottom: 20px;
}

.team_box {
  padding: 25px;
  background-color: #E1DDD6;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1;
  height: 100%;
}

.team_box .img_cont {
   width: 100%;
   height: 400px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}

.team_box_title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Lexend Deca", sans-serif;
    color: #2A4E3A;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #9B6A00;
}





.team_box_subtitle {
  font-size: 18px;
  font-style: italic;
  font-family: "Rubik", sans-serif;
  color: #9B6A00;
  margin-bottom: 20px;
}

/*==============*/

.wpcf7-spinner {
  display: block;
    top: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}