.block_pseudo:before, body .block_contact:before, .after_transparent:before, body .bl.block9:before, body .bl.block6:before, body .bl.block1:before, .before_background:before, body header.fixed:before, .block_pseudo:after, body .block_contact:after, .after_transparent:after, body .bl.block9:after, body .bl.block6:after, body .bl.block1:after, .before_background:after, body header.fixed:after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  left: 0;
  top: 0;
  content: "";
  display: block;
}

.before_background:before, body .bl.block9:before, body .bl.block6:before, body .bl.block1:before, body header.fixed:before {
  background-position: center;
  background-size: cover;
}

.after_transparent:after, body .bl.block9:after, body .bl.block6:after, body .bl.block1:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.btn {
  line-height: 58px;
  height: 58px;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Futura PT Demi";
  padding: 0 25px;
  border: none;
  min-width: 170px;
}
.btn:focus, .btn:active {
  outline: none;
  box-shadow: none;
}
.btn:active {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.btn:hover {
  color: #fff;
}
.btn.red {
  background-color: rgba(242, 68, 5, 0.56);
}
.btn.red:hover {
  background-color: #F24405;
}
.btn.orange {
  background-color: #F29F05;
}
.btn.orange:hover {
  background-color: #CC8C14;
}

a,
button {
  transition: 0.3s ease-in-out;
}
a:hover,
button:hover {
  text-decoration: none;
}

.form-group input.form-control,
.form-group textarea.form-control {
  height: 58px;
  border-radius: 2px;
  border-color: #638B18;
  padding: 0 58px 0 25px;
}
.form-group input.form-control.error,
.form-group textarea.form-control.error {
  border: solid 1px #ca2727;
  background-color: #ca272726;
}
.form-group input.form-control:focus,
.form-group textarea.form-control:focus {
  border-color: #F29F05;
  box-shadow: none;
}
.form-group textarea.form-control {
  min-height: 120px;
  padding-top: 10px;
}

body {
  font-family: "Futura PT Book";
  font-size: 22px;
  color: #124734;
}
body.fixed {
  overflow: hidden;
}
body .menu_btn {
  display: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #F29F05;
  border: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 45;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
body .menu_btn.close span:nth-child(1) {
  transform: rotateZ(45deg);
  margin-top: 0;
}
body .menu_btn.close span:nth-child(2) {
  opacity: 0;
}
body .menu_btn.close span:nth-child(3) {
  transform: rotateZ(-45deg);
  margin-top: 0;
}
body .menu_btn:focus {
  outline: none;
}
body .menu_btn span {
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  transition: 0.3s ease-in-out;
}
body .menu_btn span:first-child {
  margin-top: -8px;
}
body .menu_btn span:nth-child(2) {
  margin-top: -1px;
}
body .menu_btn span:last-child {
  margin-top: 6px;
}
body .mobile_menu {
  display: none;
  background-color: rgba(18, 71, 57, 0.85);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  position: fixed;
  top: 0;
  transition: 0.3s ease-in-out;
  left: -150%;
}
body .mobile_menu.active {
  left: 0;
}
body .mobile_menu .logo {
  text-align: center;
  padding-top: 15px;
}
body .mobile_menu .lang {
  padding: 15px 0;
  text-align: center;
}
body .mobile_menu .lang ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .mobile_menu .lang ul li {
  display: inline-block;
}
body .mobile_menu .lang ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background-color: rgba(18, 71, 57, 0.15);
  font-size: 16px;
}
body .mobile_menu .lang ul li a.active {
  color: #fff;
  background-color: rgba(18, 71, 57, 0.65);
}
body .mobile_menu .menu_mini {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .mobile_menu .menu_mini .drop_menu {
  margin: 0;
  padding: 0;
}
body .mobile_menu .menu_mini li a {
  display: block;
  color: #fff;
  opacity: 0.56;
  line-height: 42px;
  font-family: "EB Garamond 08 Regular";
  font-size: 16px;
  text-transform: uppercase;
}
body .mobile_menu .menu_mini li a.active {
  opacity: 1;
}
body img {
  max-width: 100%;
}
body * {
  background-repeat: no-repeat;
}
body header {
  text-align: center;
  padding: 25px 0 32px;
  transition: 0.3s ease-in-out;
}
body header .logo {
  margin-bottom: 35px;
}
body header .top_header {
  transition: 0.3s ease-in-out;
}
body header .right_top_options {
  margin-top: 25px;
}
body header .right_top_options .lang,
body header .right_top_options .cart,
body header .right_top_options .search {
  line-height: 18px;
}
body header .right_top_options .lang,
body header .right_top_options .cart {
  border-right: solid 1px rgba(255, 255, 255, 0.56);
  margin-right: 20px;
}
body header .right_top_options .cart {
  padding-right: 23px;
  padding-top: 4px;
}
body header .right_top_options .cart a {
  opacity: 1;
  position: relative;
}
body header .right_top_options .cart a img {
  opacity: 0.56;
  transition: 0.3s ease-in-out;
}
body header .right_top_options .cart a:hover img {
  opacity: 1;
}
body header .right_top_options .cart .count_cart {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  text-align: center;
  display: block;
  position: absolute;
  line-height: 21px;
  background-color: #638B18;
  color: #fff;
  font-size: 12px;
  z-index: 2;
  right: -10px;
  top: -13px;
}
body header .right_top_options .search {
  padding-top: 4px;
}
body header .right_top_options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body header .right_top_options ul li {
  display: inline-block;
  margin: 0 8px;
}
body header .right_top_options ul li:last-child {
  margin-right: 14px;
}
body header .right_top_options a {
  color: #fff;
  opacity: 0.56;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  vertical-align: bottom;
}
body header .right_top_options a:hover, body header .right_top_options a.active {
  opacity: 1;
  text-decoration: none;
}
body header nav .auto_flex {
  display: none;
  flex: auto;
}
body header nav a.logo {
  display: none;
  margin: 0;
  max-height: 60px;
}
body header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body header nav ul li {
  display: inline-block;
  margin: 0 20px;
}
body header nav ul li:hover .drop_menu {
  opacity: 1;
  z-index: 10;
}
body header nav ul li:first-child {
  margin-left: 0;
}
body header nav ul li:last-child {
  margin-right: 0;
}
body header nav ul li .drop_menu {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
body header nav ul li .drop_menu li {
  display: block;
  margin: 0;
}
body header nav ul li .drop_menu li a {
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  text-align: left;
  color: #fff;
}
body header nav ul li .drop_menu li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
body header nav ul li a,
body header nav ul li span {
  display: block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  opacity: 0.6;
  font-family: "EB Garamond 08 Regular";
  position: relative;
  cursor: pointer;
}
body header nav ul li a:hover, body header nav ul li a.active,
body header nav ul li span:hover,
body header nav ul li span.active {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}
body header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
body header.fixed:before {
  background: -moz-linear-gradient(top, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);
  background: -webkit-linear-gradient(top, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);
  background: linear-gradient(to bottom, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d0d0d", endColorstr="#000d0d0d", GradientType=0);
  transition: 0.3s ease-in-out;
}
body header.fixed_white .right_top_options a {
  color: #124734 !important;
}
body header.fixed_white .right_top_options .lang,
body header.fixed_white .right_top_options .cart {
  border-right: solid 1px rgba(18, 71, 52, 0.2);
}
body header.fixed_white .right_top_options .cart a img {
  opacity: 0.56;
  transition: 0.3s ease-in-out;
}
body header.fixed_white .right_top_options .cart a:hover img {
  opacity: 1;
}
body header.fixed_white .right_top_options .search {
  padding-top: 4px;
}
body header.fixed_white .right_top_options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body header.fixed_white .right_top_options ul li {
  display: inline-block;
  margin: 0 8px;
}
body header.fixed_white .right_top_options ul li:last-child {
  margin-right: 14px;
}
body header.fixed_white .right_top_options a {
  color: #fff;
  opacity: 0.56;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  vertical-align: bottom;
}
body header.fixed_white .right_top_options a:hover, body header.fixed_white .right_top_options a.active {
  opacity: 1;
  text-decoration: none;
}
body header.fixed_white nav ul li a,
body header.fixed_white nav ul li span {
  color: #124734;
  opacity: 0.6;
}
body header.fixed_white nav ul li a:hover, body header.fixed_white nav ul li a.active,
body header.fixed_white nav ul li span:hover,
body header.fixed_white nav ul li span.active {
  opacity: 1;
}
body header.affix {
  background: rgba(255, 255, 255, 0.96);
  text-align: right;
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 3;
  width: 100%;
  margin-top: -105px;
}
body header.affix:before {
  opacity: 0;
}
body header.affix .top_header {
  opacity: 0;
}
body header.affix nav {
  display: flex;
}
body header.affix nav .auto_flex {
  display: block;
}
body header.affix nav a.logo {
  display: block;
}
body header.affix nav ul {
  margin-top: 5px;
}
body header.affix nav ul li a,
body header.affix nav ul li span {
  color: #124734;
  opacity: 0.6;
}
body header.affix nav ul li a:hover, body header.affix nav ul li a.active,
body header.affix nav ul li span:hover,
body header.affix nav ul li span.active {
  opacity: 1;
}
body .block_head {
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 320px;
  background-attachment: fixed;
  margin: 0 30px 30px;
}
body .block_head .title {
  background-color: rgba(255, 255, 255, 0.56);
  padding: 20px 0;
  width: 100%;
}
body .block_head .title h2 {
  color: #124734;
  font-size: 50px;
  line-height: 60px;
  font-family: "Futura PT";
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
body .block_head .title h2 br {
  display: none;
}
body .block_head.assortment {
  background-image: url("../images/27.jpg");
}
body .assortment_block {
  margin-bottom: 40px;
}
body .assortment_block .assort_item {
  min-height: 300px;
  background-position: center;
  position: relative;
  color: #fff;
  margin: 15px 0 20px;
  transition: 0.3s ease-in-out;
  background-size: cover;
}
body .assortment_block .assort_item.third {
  height: 435px;
}
body .assortment_block .assort_item.second {
  height: 303px;
}
body .assortment_block .assort_item.second_long {
  height: 620px;
}
body .assortment_block .assort_item:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}
body .assortment_block .assort_item:hover:before {
  opacity: 0.8;
}
body .assortment_block .assort_item:before {
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(13, 13, 13, 0) 0%, #0d0d0d 100%);
  background: -webkit-linear-gradient(top, rgba(13, 13, 13, 0) 0%, #0d0d0d 100%);
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0%, #0d0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000d0d0d", endColorstr="#0d0d0d", GradientType=0);
}
body .assortment_block .assort_item a.go {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
body .assortment_block .assort_item .txt {
  padding: 25px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
body .assortment_block .assort_item .txt .name_en {
  font-size: 52px;
  line-height: 50px;
  font-family: "p22_corinthiaregular";
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
}
body .assortment_block .assort_item .txt .desc {
  font-style: italic;
  color: #FFFEEE;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 36px;
  font-weight: 700;
  font-family: "Futura PT";
  position: absolute;
  left: 25px;
  bottom: 35px;
}
body .assortment_block .assort_item.black_tea {
  background-image: url("../images/28.jpg");
}
body .assortment_block .assort_item.green_tea {
  background-image: url("../images/29.jpg");
}
body .assortment_block .assort_item.fleur_tea {
  background-image: url("../images/30.jpg");
}
body .assortment_block .assort_item.fusion {
  background-image: url("../images/31.jpg");
}
body .assortment_block .assort_item.detox {
  background-image: url("../images/32.jpg");
}
body .assortment_block .assort_item.sale {
  background-image: url("../images/33.jpg");
}
body .assortment_block .assort_item.legend {
  background-image: url("../images/34.jpg");
}
body .breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-bottom: 25px;
}
body .breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-family: "Futura PT Demi";
  text-transform: lowercase;
}
body .breadcrumb ul li br {
  display: none !important;
}
body .breadcrumb ul li:last-child {
  color: #638B18;
}
body .breadcrumb ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
body .breadcrumb ul li:last-child a:before {
  display: none;
}
body .breadcrumb ul li a {
  color: #124734;
  display: block;
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
  line-height: 16px;
}
body .breadcrumb ul li a:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #638B18;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  right: -4px;
  top: 50%;
  margin-top: -2px;
}
body .breadcrumb ul li a:hover {
  color: #638B18;
}
body .category_block {
  margin-bottom: 15px;
}
body .category_block .bl.block3 {
  padding-bottom: 15px;
}
body .category_block .txt_category {
  margin-bottom: 25px;
}
body .category_block .txt_category h3 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px;
  font-family: "EB Garamond 08 Regular";
  font-weight: 700;
  margin: 0 0 10px;
}
body .category_block .txt_category p {
  font-size: 21px;
  line-height: 27px;
}
body .category_block .item_category {
  position: relative;
  transition: 0.3s ease-in-out;
  border-radius: 2px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 0 20px;
  margin-bottom: 35px;
}
body .category_block .item_category:before {
  background-color: #638B18;
  width: 100%;
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 0;
  transition: 0.3s ease-in-out;
}
body .category_block .item_category:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
}
body .category_block .item_category:hover:before {
  height: 5px;
}
body .category_block .item_category .title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-family: "EB Garamond 08 Regular";
  height: 48px;
  padding: 0 25px;
}
body .category_block .item_category figure {
  margin: 0 auto 10px;
  text-align: center;
  height: 220px;
}
body .category_block .item_category figure img {
  display: block;
  margin: auto;
  max-height: 100%;
}
body .category_block .item_category .price {
  background-color: #124734;
  color: #fff;
  font-size: 14px;
  font-family: "Futura PT Demi";
  height: 29px;
  line-height: 29px;
  margin-left: -8px;
  width: 60%;
  text-align: center;
}
body .category_block .item_category .star_c {
  text-align: center;
  width: calc(40% + 8px);
  min-height: 1px;
  background-image: url("../images/44.jpg");
  background-position: left center;
  background-repeat: repeat-x;
}
body .category_block .item_category .star_c .all_st {
  background-color: #fff;
  display: table;
  margin: 0 auto;
}
body .category_block .item_category .star_c .st {
  background-image: url(../images/43.jpg);
  background-color: #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: center;
  margin: 0;
}
body .category_block .item_category a.more {
  display: table;
  margin: 15px auto 5px;
  text-align: center;
  color: #F29F05;
  font-size: 15px;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 7px 15px;
  transition: 0.3s ease-in-out;
  font-family: "Futura PT Demi";
}
body .category_block .item_category a.more:hover {
  text-decoration: none;
  background-color: #F29F05;
  color: #fff;
}
body .category_block .item_category a.more:active {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
body .category_block .product {
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
body .category_block .product .item_product .item {
  padding: 0 25px;
}
body .category_block .product .item_product .item img {
  max-width: 300px;
}
body .category_block .product .nr_in {
  margin: 15px 0;
  text-align: center;
  font-size: 18px;
  opacity: 0.56;
}
body .category_block .product .nav_product {
  display: flex;
}
body .category_block .product .nav_product span {
  border: solid 1px rgba(18, 71, 52, 0.32);
  padding: 15px 20px;
  margin: 0 8px 20px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
body .category_block .product .nav_product span:hover {
  border-color: #638B18;
}
body .nav.nav-tabs {
  border-bottom-color: rgba(112, 112, 112, 0.31);
  margin-bottom: 20px;
}
body .nav.nav-tabs .nav-item {
  margin: 0 15px;
}
body .nav.nav-tabs .nav-item:first-child {
  margin-left: 0;
}
body .nav.nav-tabs .nav-item a.nav-link {
  font-size: 16px;
  padding: 10px 0;
  color: #124734;
  font-family: "Futura PT Demi";
  position: relative;
  border: none !important;
}
body .nav.nav-tabs .nav-item a.nav-link:hover {
  color: #638B18;
}
body .nav.nav-tabs .nav-item a.nav-link:hover:before {
  height: 2px;
  opacity: 0.56;
}
body .nav.nav-tabs .nav-item a.nav-link:before {
  display: block;
  height: 0;
  width: 100%;
  background-color: #638B18;
  content: "";
  position: absolute;
  left: 0;
  transition: 0.3s ease-in-out;
  bottom: 0;
}
body .nav.nav-tabs .nav-item a.nav-link.active {
  color: #638B18;
}
body .nav.nav-tabs .nav-item a.nav-link.active:hover:before {
  opacity: 1;
}
body .nav.nav-tabs .nav-item a.nav-link.active:before {
  height: 2px;
}
body .details_product {
  margin: 0 0 25px;
}
body .details_product .title {
  font-size: 28px;
  font-family: "EB Garamond 08 Regular";
  text-transform: uppercase;
  margin-bottom: 15px;
}
body .details_product .title h3 {
  margin: 0;
}
body .tab-content .tab-pane {
  font-size: 21px;
  line-height: 27px;
}
body .tab-content .tab-pane p {
  margin: 0 0 20px;
}
body .tab-content .tab-pane h3,
body .tab-content .tab-pane h4,
body .tab-content .tab-pane h5 {
  font-family: "EB Garamond 08 Regular";
  font-size: 24px;
  margin: 0 0 15px;
}
body .tab-content .tab-pane ul {
  margin: 0 0 25px 25px;
  padding: 0;
  list-style: none;
}
body .tab-content .tab-pane ul li {
  padding-left: 15px;
  position: relative;
  opacity: 0.8;
  margin-bottom: 5px;
}
body .tab-content .tab-pane ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #638B18;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
body .more_details {
  padding-top: 15px;
  border-top: solid 1px rgba(211, 211, 211, 0.31);
}
body .more_details .code_product {
  margin-bottom: 25px;
}
body .more_details .code_product span {
  font-size: 18px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.56;
}
body .more_details .code_product strong {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
body .social strong {
  font-family: "EB Garamond 08 Regular";
  text-transform: uppercase;
  font-size: 16px;
}
body .owl-stage-outer {
  padding: 20px;
  margin: 0 -20px;
}
body .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
body .owl-carousel .owl-dots .owl-dot span {
  background: #F29F05;
  border: solid 2px #F29F05;
  width: 14px;
  height: 14px;
  opacity: 0.32;
  border-radius: 7px;
  transition: 0.3s ease-in-out;
}
body .owl-carousel .owl-dots .owl-dot span:hover {
  opacity: 0.56;
}
body .owl-carousel .owl-dots .owl-dot.active span {
  width: 50px;
  opacity: 1;
  background: #fff;
}
body .bl {
  position: relative;
}
body .bl .centered_content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
body .bl .bl_tea {
  transition: 0.3s ease-in-out;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  padding: 25px;
  margin-top: 20px;
}
body .bl .bl_tea:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
}
body .bl .bl_tea:hover:before {
  height: 5px;
}
body .bl .bl_tea:before {
  background-color: #638B18;
  width: 100%;
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 0;
  transition: 0.3s ease-in-out;
}
body .bl .bl_tea .header {
  text-align: center;
  margin-bottom: 20px;
}
body .bl .bl_tea .header h3 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: "EB Garamond 08 Regular";
  font-size: 20px;
}
body .bl .bl_tea .header h4 {
  margin: 0;
  font-family: "Adobe Garamond Pro Bold";
  font-size: 20px;
}
body .bl .bl_tea figure {
  margin: 15px 0;
  overflow: hidden;
}
body .bl .bl_tea figure img {
  display: inline-block;
  width: auto;
}
body .bl .bl_tea p {
  font-size: 16px;
  line-height: 18px;
}
body .bl .bl_tea a.more {
  color: #F29F05;
  font-size: 20px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
}
body .bl .bl_tea a.more:before {
  display: block;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -3.5px;
  width: 24px;
  height: 9px;
  background-image: url("../images/11.svg");
  position: absolute;
  transition: 0.3s ease-in-out;
}
body .bl .bl_tea a.more:hover {
  text-decoration: none;
}
body .bl .bl_tea a.more:hover:before {
  right: -5px;
}
body .bl .title_bl .intro {
  color: #638B18;
  text-transform: lowercase;
  display: block;
  margin: 0 0 5px;
  font-size: 24px;
  font-family: "Futura PT Demi";
}
body .bl .title_bl h2 {
  color: #124734;
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 25px;
  font-family: "Futura PT";
  font-weight: bold;
}
body .bl .title_bl span {
  display: block;
  line-height: 27px;
  font-size: 21px;
}
body .bl.block1 {
  min-height: 100vh;
}
body .bl.block1 .represent_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25vh;
  background-position: top center;
  background-size: 100% auto;
  z-index: 1;
}
body .bl.block1 .represent_bg.mountain {
  background-image: url("../images/5.svg");
}
body .bl.block1 .centered_content {
  min-height: 100vh;
}
body .bl.block1 .centered_content h1 {
  color: #FFD587;
  font-size: 78px;
  font-weight: 700;
  margin: 0 0 30px;
  font-family: "Adobe Garamond Pro Bold";
  letter-spacing: 0.18rem;
}
body .bl.block1 .centered_content p {
  font-size: 24px;
  color: #FFFEEE;
  margin: 0 auto 30px;
  max-width: 80%;
  display: table;
}
body .bl.block1:before {
  background-image: url("../images/1.jpg");
}
body .bl.block2 {
  padding: 120px 0 100px;
  background-color: #FFFEEE;
  background-image: url("../images/6.png"), url("../images/7.png");
  background-position: left top, right center;
}
body .bl.block2 p {
  font-size: 21px;
  line-height: 27px;
  margin: 0 0 30px;
}
body .bl.block3 {
  padding: 60px 0;
}
body .bl.block3 .title_bl {
  display: block;
  margin: 0 auto 30px;
  max-width: 70%;
}
body .bl.block3 .title_bl h2 {
  margin-bottom: 15px;
}
body .bl.block4 .msg_video,
body .bl.block4 .video_bl4 {
  background-size: cover;
  min-height: 635px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
}
body .bl.block4 .msg_video {
  background-image: url("../images/12.jpg");
}
body .bl.block4 .msg_video h3 {
  font-family: "p22_corinthiaregular";
  color: #638B18;
  margin: 0 0 5px;
  font-size: 62px;
}
body .bl.block4 .msg_video p {
  font-size: 16px;
  color: #fff;
  line-height: 21px;
}
body .bl.block4 .msg_video a.btn {
  background-color: rgba(13, 13, 13, 0.56);
}
body .bl.block4 .msg_video a.btn:hover {
  background-color: #0D0D0D;
}
body .bl.block4 .video_bl4 {
  background-image: url("../images/13.jpg");
  position: relative;
}
body .bl.block4 .video_bl4 h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 41px;
  font-family: "EB Garamond 08 Regular";
}
body .bl.block4 .video_bl4:hover span.play {
  transform: scale(0.9);
  background-color: rgba(255, 254, 238, 0.66);
}
body .bl.block4 .video_bl4 span.play {
  transition: 0.3s ease-in-out;
  background-color: rgba(255, 254, 238, 0.56);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: block;
  background-image: url("../images/14.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
}
body .bl.block4 .video_bl4 a.go_play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
}
body .bl.block5 {
  padding: 80px 0;
  background-image: url("../images/15.jpg");
  background-size: cover;
}
body .bl.block5 .title_bl h2 {
  color: #fff;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 20px;
}
body .bl.block5 .title_bl h2:before {
  display: block;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: #FFFEEE;
  width: 276px;
  height: 1px;
}
body .bl.block5 .citat {
  color: #fff;
  background-image: url("../images/16.svg");
  background-position: left top;
  padding-left: 25px;
}
body .bl.block5 .citat p {
  font-size: 44px;
  line-height: 56px;
}
body .bl.block5 .citat .author {
  font-size: 38px;
  font-family: "p22_corinthiaregular";
  padding: 0;
}
body .bl.block5 .post_item {
  margin-top: 35px;
  background-color: rgba(255, 254, 238, 0.76);
  border-radius: 2px;
  padding: 26px;
  transition: 0.3s ease-in-out;
}
body .bl.block5 .post_item:hover {
  transform: scale(1.02);
  background-color: rgba(255, 254, 238, 0.96);
}
body .bl.block5 .post_item figure {
  margin: 0 0 20px;
  overflow: hidden;
  height: 323px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
body .bl.block5 .post_item figure img {
  max-width: inherit;
  height: 100%;
}
body .bl.block5 .post_item h4 {
  font-size: 24px;
  font-family: "EB Garamond 08 Regular";
  margin: 0 0 5px;
}
body .bl.block5 .post_item p {
  font-size: 16px;
  line-height: 18px;
}
body .bl.block5 .post_item a.more {
  color: #F29F05;
  font-size: 20px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
}
body .bl.block5 .post_item a.more:hover {
  text-decoration: none;
}
body .bl.block5 .post_item a.more:hover:before {
  right: -5px;
}
body .bl.block5 .post_item a.more:before {
  display: block;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -3.5px;
  width: 24px;
  height: 9px;
  background-image: url(../images/11.svg);
  position: absolute;
  transition: 0.3s ease-in-out;
}
body .bl.block6 {
  min-height: 100vh;
  padding-top: 40px;
}
body .bl.block6 .centered_content {
  min-height: 100vh;
}
body .bl.block6 .centered_content h1 {
  color: #FFD587;
  font-size: 60px;
  font-weight: 700;
  font-family: "Adobe Garamond Pro Bold";
  letter-spacing: 0.18rem;
  margin: 0;
}
body .bl.block6 .centered_content h2 {
  font-size: 48px;
  font-family: "Futura PT Demi";
  color: #fff;
  margin: 0 0 20px;
}
body .bl.block6 .centered_content .bl6_item {
  margin-top: 140px;
  background-color: rgba(255, 255, 255, 0.76);
  padding: 0 20px 25px;
  transition: 0.3s ease-in-out;
}
body .bl.block6 .centered_content .bl6_item:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
body .bl.block6 .centered_content .bl6_item:hover figure {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
body .bl.block6 .centered_content .bl6_item figure {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.35);
  transition: 0.3s ease-in-out;
}
body .bl.block6 .centered_content .bl6_item figure img {
  margin-top: -100px;
}
body .bl.block6 .centered_content .bl6_item p {
  line-height: 28px;
  font-size: 22px;
  font-family: "EB Garamond 08 Regular";
  margin: 0 auto;
  text-align: center;
  max-width: 80%;
  display: table;
}
body .bl.block6:before {
  background-image: url("../images/47.jpg");
}
body .bl.block7 .msg_video,
body .bl.block7 .video_bl7 {
  background-size: cover;
  min-height: 635px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
}
body .bl.block7 .msg_video {
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
}
body .bl.block7 .msg_video:before {
  background-image: url("../images/52.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  position: absolute;
  content: "";
}
body .bl.block7 .msg_video h3 {
  font-family: "EB Garamond 08 Regular";
  margin: 0 0 25px;
  font-size: 48px;
}
body .bl.block7 .msg_video .slogan {
  margin-bottom: 25px;
}
body .bl.block7 .msg_video .slogan span {
  display: block;
  margin-bottom: 6px;
  font-size: 32px;
  line-height: 38px;
}
body .bl.block7 .video_bl7 {
  background-image: url("../images/51.png");
  position: relative;
}
body .bl.block7 .video_bl7 h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 41px;
  font-family: "EB Garamond 08 Regular";
}
body .bl.block7 .video_bl7:hover span.play {
  transform: scale(0.9);
  background-color: rgba(255, 254, 238, 0.66);
}
body .bl.block7 .video_bl7 span.play {
  transition: 0.3s ease-in-out;
  background-color: rgba(255, 254, 238, 0.56);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: block;
  background-image: url("../images/14.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
}
body .bl.block7 .video_bl7 a.go_play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
}
body .bl.block8 {
  background-image: url("../images/56.png");
  background-position: top right;
  background-size: contain;
  padding: 50px 0;
}
body .bl.block8 .bl8_item .title {
  margin-bottom: 10px;
}
body .bl.block8 .bl8_item .title .exp {
  color: #638B18;
  text-transform: lowercase;
  display: block;
  margin: 0 0 5px;
  font-size: 24px;
  font-family: "Futura PT Demi";
}
body .bl.block8 .bl8_item .title h3 {
  font-size: 32px;
  font-family: "EB Garamond 08 Regular";
  text-transform: uppercase;
  margin: 0;
}
body .bl.block8 .bl8_item .title p {
  font-size: 21px;
}
body .bl.block8 .points_bl8 {
  margin-bottom: 30px;
}
body .bl.block8 .points_bl8 figure {
  height: 70px;
  margin-bottom: 20px;
}
body .bl.block8 .points_bl8 figure img {
  display: block;
}
body .bl.block8 .points_bl8 h4 {
  font-family: "Futura PT";
  font-weight: 700;
  margin-bottom: 15px;
  font-style: italic;
}
body .bl.block8 .points_bl8 p {
  font-size: 21px;
  line-height: 27px;
}
body .bl.block9 {
  height: 100vh;
  color: #fff;
  padding-top: 85px;
  position: relative;
}
body .bl.block9 .mouse {
  width: 29px;
  height: 49px;
  border-radius: 150px;
  border: solid 2px #fff;
  background-color: rgba(255, 255, 255, 0.26);
  position: absolute;
  left: 50%;
  margin-left: -14.5px;
  bottom: 80px;
  text-align: center;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
body .bl.block9 .mouse:hover {
  transform: scale(0.9);
}
body .bl.block9 .mouse a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .bl.block9 .mouse .round {
  width: 4px;
  height: 13px;
  background-color: #fff;
  display: inline-block;
  border-radius: 2px;
  margin-top: 9px;
  transition: 0.3s ease-in-out;
}
body .bl.block9:before {
  background-image: url("../images/57.jpg");
}
body .bl.block9 .bl9_item {
  margin-top: 85px;
}
body .bl.block9 .bl9_item figure {
  margin: 0 auto 5px;
  display: table;
}
body .bl.block9 .bl9_item figure img {
  display: block;
}
body .bl.block9 .bl9_item .txt span,
body .bl.block9 .bl9_item .txt strong {
  display: block;
  font-size: 60px;
  font-family: "Futura PT";
  line-height: 50px;
}
body .bl.block9 .bl9_item .txt span {
  font-weight: 300;
}
body .bl.block9 .bl9_item .txt strong {
  font-family: "Futura PT Demi";
}
body .scale_block {
  position: relative;
  padding: 50px 0;
}
body .scale_block:before, body .scale_block:after {
  display: block;
  position: absolute;
  height: 50px;
  z-index: -1;
  content: "";
  width: 0;
  border-left: dashed 1px #124734;
  top: 0;
  left: 50%;
}
body .scale_block:after {
  bottom: 0;
  top: inherit;
}
body .scale_block .item_scale {
  padding: 50px 0;
  position: relative;
}
body .scale_block .item_scale:before {
  display: block;
  position: absolute;
  height: 100%;
  z-index: -1;
  content: "";
  width: calc(100% / 12 * 4);
  border-top: dashed 1px #124734;
  border-bottom: dashed 1px #124734;
  top: 0;
  left: 16.66%;
}
body .scale_block .item_scale:after {
  display: block;
  position: absolute;
  height: 100%;
  z-index: -1;
  content: "";
  width: 0;
  border-left: dashed 1px #124734;
  top: 0;
  left: 16.66%;
}
body .scale_block .item_scale.item_right {
  margin-top: -1px;
  text-align: right;
}
body .scale_block .item_scale.item_right:before {
  left: 50%;
}
body .scale_block .item_scale.item_right:after {
  left: 83.33%;
}
body .scale_block .item_scale.item_right figure {
  margin-right: 0;
  margin-left: 30px;
}
body .scale_block .item_scale figure {
  flex: 4;
  margin-right: 30px;
  margin-bottom: 0;
}
body .scale_block .item_scale figure img {
  width: 100%;
  display: block;
  border-radius: 2px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
body .scale_block .item_scale .post {
  flex: 8;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .scale_block .item_scale .post h3 {
  text-transform: uppercase;
  font-family: "EB Garamond 08 Regular";
  font-size: 28px;
}
body .scale_block .item_scale .post p {
  font-size: 19px;
  line-height: 23px;
  margin: 0;
}
body .guaranty {
  position: relative;
  padding: 50px 0;
  background-size: cover;
  background-image: url("../images/20.jpg");
}
body .guaranty:before {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  left: 50%;
  margin-left: -24px;
  top: 0;
  margin-top: -24px;
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/67.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
body .guaranty.factor:before {
  display: none;
}
body .guaranty h3 {
  text-transform: uppercase;
  font-family: "EB Garamond 08 Regular";
  font-size: 28px;
}
body .guaranty p {
  font-size: 19px;
  line-height: 23px;
  display: table;
  max-width: 1000px;
  margin: 0 auto;
}
body .author {
  padding: 60px 0;
}
body .author.leaf_bg {
  background-image: url("../images/56.png");
  background-position: right top;
  background-size: 100%;
}
body .author figure {
  margin-bottom: 0;
}
body .author figure img {
  width: 100%;
  display: block;
  border-radius: 2px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
body .author .post {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body .author .post p {
  font-size: 21px;
  line-height: 25px;
}
body .author .post p em {
  font-style: italic;
  opacity: 0.6;
  font-family: "EB Garamond 08 Regular";
  font-size: 25px;
  line-height: 28px;
}
body .author .post .name_author {
  margin-top: 5px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: "Futura PT";
}
body .author .post .func {
  font-weight: 800;
  font-family: "Futura PT";
  font-size: 21px;
  line-height: 21px;
}
body .tm_description {
  padding: 80px 0;
  background-image: url("../images/69.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  background-attachment: fixed;
}
body .tm_description.tester {
  background-image: url("../images/71.jpg");
}
body .tm_description.package {
  background-image: url("../images/72.jpg");
}
body .tm_description.tester .txt, body .tm_description.package .txt {
  padding: 35px;
  text-align: left;
}
body .tm_description .txt {
  padding: 50px 70px;
  font-size: 19px;
  line-height: 25px;
  background-color: rgba(13, 13, 13, 0.81);
}
body .tm_description .txt h4 {
  text-transform: uppercase;
  font-family: "Futura PT Demi";
  font-size: 19px;
  line-height: 24px;
}
body .docs {
  position: relative;
  padding: 80px 0 50px;
}
body .docs:before {
  display: block;
  position: absolute;
  height: 50px;
  z-index: -1;
  content: "";
  width: 0;
  border-left: dashed 1px #124734;
  top: 0;
  left: 50%;
}
body .docs a {
  color: #124734;
}
body .docs figure {
  padding: 8px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin: 0 0 10px;
  transition: 0.3s ease-in-out;
}
body .docs figure:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
body .docs figure img {
  display: block;
}
body .docs .name {
  font-size: 16px;
  line-height: 21px;
}
body .slide_top_blog {
  padding: 0 15px;
}
body .slide_top_blog .slide_blog .item_slide {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 565px;
}
body .slide_top_blog .slide_blog .item_slide:hover figure img {
  transform: scale(1.1) rotate(1deg);
}
body .slide_top_blog .slide_blog .item_slide figure {
  overflow: hidden;
}
body .slide_top_blog .slide_blog .item_slide figure img {
  max-width: inherit;
  min-height: 100%;
  display: block;
  transition: 0.3s ease-in-out;
}
body .slide_top_blog .slide_blog .item_slide a.go {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}
body .slide_top_blog .slide_blog .item_slide .post_slide {
  background: -moz-linear-gradient(top, rgba(13, 13, 13, 0) 0%, #0d0d0d 100%);
  background: -webkit-linear-gradient(top, rgba(13, 13, 13, 0) 0%, #0d0d0d 100%);
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0%, #0d0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000d0d0d", endColorstr="#0d0d0d", GradientType=0);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 50% 40px 50px;
  z-index: 1;
}
body .slide_top_blog .slide_blog .item_slide .post_slide .txt .title {
  font-family: "EB Garamond 08 Regular";
  line-height: 32px;
  margin-bottom: 20px;
  font-size: 28px;
}
body .slide_top_blog .slide_blog .item_slide .post_slide .txt .date {
  font-size: 16px;
  font-family: "Futura PT Demi";
  opacity: 0.6;
}
body .list_posts .post_item {
  margin-top: 35px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 26px;
  transition: 0.3s ease-in-out;
}
body .list_posts .post_item:hover {
  transform: scale(1.02);
  background-color: rgba(255, 254, 238, 0.96);
}
body .list_posts .post_item figure {
  margin: 0 0 20px;
  height: 323px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
body .list_posts .post_item figure img {
  height: 100%;
  max-width: inherit;
}
body .list_posts .post_item h4 {
  font-size: 24px;
  font-family: "EB Garamond 08 Regular";
  margin: 0 0 5px;
}
body .list_posts .post_item p {
  font-size: 16px;
  line-height: 18px;
}
body .list_posts .post_item a.more {
  color: #F29F05;
  font-size: 20px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
}
body .list_posts .post_item a.more:hover {
  text-decoration: none;
}
body .list_posts .post_item a.more:hover:before {
  right: -5px;
}
body .list_posts .post_item a.more:before {
  display: block;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -3.5px;
  width: 24px;
  height: 9px;
  background-image: url(../images/11.svg);
  position: absolute;
  transition: 0.3s ease-in-out;
}
body .post_details {
  margin-bottom: 50px;
}
body .post_details .title {
  font-size: 40px;
  line-height: 44px;
  font-family: "EB Garamond 08 Regular";
  margin-bottom: 15px;
}
body .post_details .date {
  font-size: 16px;
  color: #124734;
  opacity: 0.6;
  font-family: "Futura PT Demi";
}
body .post_details .txt {
  margin-top: 20px;
}
body .post_details .txt h1,
body .post_details .txt h2,
body .post_details .txt h3,
body .post_details .txt h4,
body .post_details .txt h5,
body .post_details .txt h6 {
  font-family: "Futura PT";
  font-weight: 600;
}
body .post_details .txt h1 {
  font-size: 32px;
}
body .post_details .txt h2 {
  font-size: 28px;
}
body .post_details .txt h3 {
  font-size: 26px;
}
body .post_details .txt h4 {
  font-size: 24px;
}
body .post_details .txt h5 {
  font-size: 21px;
}
body .post_details .txt h6 {
  font-size: 19px;
}
body .post_details .txt p {
  font-size: 21px;
  line-height: 27px;
}
body .sidebar {
  margin-bottom: 50px;
}
body .sidebar .head_sidebar {
  color: #638B18;
  text-transform: lowercase;
  display: block;
  margin: 0 0 15px;
  font-size: 24px;
  font-family: "Futura PT Demi";
}
body .sidebar .item_lat_post {
  position: relative;
  display: flex;
  padding: 25px 0;
  border-bottom: solid 1px rgba(112, 112, 112, 0.16);
  transition: 0.3s ease-in-out;
}
body .sidebar .item_lat_post:hover {
  border-bottom-color: #F29F05;
  color: #F29F05;
}
body .sidebar .item_lat_post:last-child {
  border-bottom: none;
}
body .sidebar .item_lat_post figure {
  flex: 3;
  margin-right: 25px;
  margin-bottom: 0;
}
body .sidebar .item_lat_post .txt {
  flex: 8;
}
body .sidebar .item_lat_post .txt .title {
  font-size: 18px;
  font-family: "EB Garamond 08 Regular";
  margin: 0 0 5px;
}
body .sidebar .item_lat_post .txt p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 5px;
}
body .sidebar .item_lat_post .txt .date {
  opacity: 0.6;
  font-size: 13px;
  font-family: "Futura PT Demi";
}
body .sidebar .item_lat_post a.go {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
body footer {
  padding: 25px 0 0;
  background-size: cover;
  background-image: url("../images/20.jpg");
}
body footer .logo {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #124734;
}
body footer h4 {
  font-family: "EB Garamond 08 Regular";
  font-size: 24px;
  margin: 0 0 15px;
}
body footer p {
  font-size: 16px;
  line-height: 18px;
}
body footer .about a {
  font-size: 16px;
  line-height: 16px;
  color: #F29F05;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: solid 1px transparent;
  transition: 0.3s ease-in-out;
}
body footer .about a:hover {
  text-decoration: none;
  border-color: #F29F05;
}
body footer .contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body footer .contact ul li {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
body footer .contact ul li:last-child {
  margin-bottom: 0;
}
body footer .contact ul li strong {
  flex: 1;
}
body footer .contact ul li .contact_info {
  flex: 2;
}
body footer .contact ul li .contact_info span {
  display: block;
}
body footer form .form-group {
  position: relative;
}
body footer form .form-group button.send {
  width: 58px;
  height: 58px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 2px;
  background-color: #FFFEEE;
  border: solid 1px #638B18;
  font-size: 16px;
  background-image: url("../images/22.svg");
  background-position: center;
}
body footer form .form-group button.send:hover {
  background-color: #638B18;
  background-image: url("../images/23.svg");
}
body footer .bottom_footer {
  padding: 20px 0;
  background-color: #124734;
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
}
body footer .bottom_footer a {
  color: #fff;
  opacity: 0.6;
}
body footer .bottom_footer a:hover {
  opacity: 1;
}
body footer .bottom_footer .menu a {
  margin-right: 20px;
}
body footer .bottom_footer .menu a:last-child {
  margin-right: 0;
}
body footer .bottom_footer .copyright {
  padding-right: 15px;
  margin-right: 15px;
  border-right: solid 1px rgba(255, 254, 238, 0.2);
}
body .social.colored a.facebook {
  background-color: #4267B2;
}
body .social.colored a.ok {
  background-color: #EE8208;
}
body .social.colored a.instagram {
  background-image: url("../images/45.jpg");
  background-size: cover;
}
body .social.colored a.youtube {
  background-color: #FF0000;
}
body .social strong {
  font-size: 16px;
  font-family: "Futura PT Demi";
  display: inline-block;
  margin: 0 5px 0 0;
}
body .social a {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #FFFEEE;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(13, 13, 13, 0.2);
  transition: 0.3s ease-in-out;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  padding-top: 7px;
}
body .social a:last-child {
  margin-right: 0;
}
body .social a:hover {
  background-color: rgba(13, 13, 13, 0.7);
}
body .category .more button {
  padding: 0;
  border: none;
  color: #124734;
  font-size: 20px;
  font-family: "EB Garamond 08 Regular";
  background-color: transparent;
}
body .category .more button:focus {
  outline: none;
}
body .category .more .dropdown-menu {
  border-radius: 2px;
  border: none;
  font-size: 20px;
  color: #124734;
  font-family: "EB Garamond 08 Regular";
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
body .category .n_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .category .n_list ul li {
  display: inline-block;
  margin-right: 15px;
}
body .category .n_list ul li:last-child {
  margin-right: 0;
}
body .category .n_list ul li a {
  color: #124734;
  font-size: 20px;
  font-family: "EB Garamond 08 Regular";
  border-bottom: solid 1px transparent;
}
body .category .n_list ul li a:hover, body .category .n_list ul li a.active {
  color: #F29F05;
  text-decoration: none;
  border-color: #F29F05;
}
body .pagination {
  margin-top: 35px;
}
body .pagination ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
body .pagination ul li {
  display: inline-block;
  margin: 0 10px;
}
body .pagination ul li:first-child {
  margin-left: 0;
}
body .pagination ul li:last-child {
  margin-right: 0;
}
body .pagination ul li a {
  display: block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border: solid 1px #638B18;
  background-color: transparent;
  color: #638B18;
}
body .pagination ul li a.active, body .pagination ul li a:hover {
  color: #fff;
  background-color: #638B18;
  border-color: #638B18;
}
body .random_history {
  margin: 45px 0;
}
body .random_history.blog {
  margin-bottom: 0;
}
body .random_history .bg_img {
  flex: 1;
  background-size: cover;
}
body .random_history .info {
  padding: 50px;
  flex: 1;
  background-size: cover;
  background-image: url(../images/20.jpg);
}
body .random_history .info .title_bl .intro {
  color: #638B18;
  text-transform: lowercase;
  display: block;
  margin: 0 0 5px;
  font-size: 24px;
  font-family: "Futura PT Demi";
}
body .random_history .info .title_bl h2 {
  color: #124734;
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 25px;
  font-family: "Futura PT";
  font-weight: bold;
}
body .random_history .info .title_bl span {
  display: block;
  line-height: 27px;
  font-size: 21px;
}
body .block_contact {
  background-color: rgba(0, 0, 0, 0.66);
  position: relative;
  padding: 80px 0;
  color: #fff;
  margin: 0 30px 30px;
}
body .block_contact:before {
  background-image: url("../images/83.jpg");
  background-size: cover;
}
body .block_contact .form_contact {
  background-color: rgba(255, 255, 255, 0.76);
  padding: 30px;
}
body .block_contact .form_contact h3 {
  font-size: 22px;
  line-height: 34px;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-family: "Futura PT Demi";
  color: #124734;
}
body .block_contact .contact_info h3 {
  font-size: 44px;
  font-weight: 700;
  font-family: "Futura PT";
  margin: 0 0 25px;
}
body .block_contact .contact_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .block_contact .contact_info ul li {
  display: flex;
  margin-bottom: 25px;
  font-size: 16px;
}
body .block_contact .contact_info ul li strong {
  flex: 4;
  font-family: "Futura PT Demi";
}
body .block_contact .contact_info ul li .info {
  flex: 8;
}
body .block_contact .contact_info ul li .info span {
  display: block;
}
body .block_contact .contact_info ul li:last-child {
  margin-bottom: 0;
}
body .alert {
  padding: 10px 15px;
}
body .alert.error {
  background-color: #ec7373;
}
body .alert.success {
  background-color: #f29f05;
}

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