@font-face {
  font-family: "PTSans";
  src: url("fonts/PTSansRegular/PTSansRegular.eot");
  src: url("fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype"),
  url("fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
  url("fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "PTSans";
  src: url("fonts/PTSansItalic/PTSansItalic.eot");
  src: url("fonts/PTSansItalic/PTSansItalic.eot?#iefix") format("embedded-opentype"),
  url("fonts/PTSansItalic/PTSansItalic.woff") format("woff"),
  url("fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "PTSans";
  font-style: italic;
  font-weight: bold;
}

@font-face {
  font-family: "PTSerif";
  font-style: italic;
  font-weight: bold;
}

@font-face {
  font-family: "PTSans";
  src: url("fonts/PTSansBold/PTSansBold.eot");
  src: url("fonts/PTSansBold/PTSansBold.eot?#iefix") format("embedded-opentype"),
  url("fonts/PTSansBold/PTSansBold.woff") format("woff"),
  url("fonts/PTSansBold/PTSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

/*support style start*/
.pb-10{
  padding-bottom: 10px;
}
/*support style end*/

html, body {
  font-family: 'PTSans', 'PTSerif';
  font-style: normal;
  font-weight: 400;
}

.modal-open .main-navigation {
  padding-right: 15px;
}
#modal-prosto-spa.modal p {
  text-transform: capitalize;
}
#modal-request .modal-dialog {
  width: 80%;
  max-width: 900px;
}
#modal-request .modal-body p{
  margin-bottom: 7px;
}
.second{
  cursor: n-resize;
}
.navbar .navbar-nav li:hover > a,.navbar .navbar-nav li.active a{
  background-color: transparent;
  color: #0a575f ;
}
.navbar .navbar-nav > li > a:focus {
  background-color: transparent
}
.navbar-brand {
  padding: 0px;
}
.nav > li {
  position: relative;
}
.navbar {
  background-color: transparent;
  border: none;
  margin: 0;
  text-transform: uppercase;
  padding: 0 15px;
}
.navbar-nav > li a {
  color: rgb(0, 175, 194);
  padding: 0 5px;
  margin: 33px 0px;
  border-right: 2px solid #00afc2;
  display: block;
  font-size: 14px;
}
.navbar-nav > li:first-child a {
  padding-left: 0
}
.navbar-nav > li:last-child a {
  border-right: unset;
  padding-right: 0;
}

.logo-block {
  float: left;
  width: 41%;
  max-height: 90px;
}
#btnMobile span{
  display: block;
  height: 3px;
  width: 30px;
  background-color: #00afc2;
  position: relative;
}
#btnMobile {
  position: absolute;
  right: 0;
  top: 0;
  padding: 30.5px 21px;
}
div#btnMobile span {
  margin: 5px 0px;
}
div#btnMobile.open span:last-child {
  transform: rotate(45deg);
  top: 0px;
}
div#btnMobile.open span:first-child {
  transform: rotate(-45deg);
  top: 8px;
}
div#btnMobile.open span:nth-child(2) {
  display: none;
}
.logo-block img {
  max-height: 90px;
}
.second-logo-block {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0px 0px 30px #00afc280;
}
.nav-block {
  float: left;
  width: 44%;
  min-width: 550px;
}
.navbar-nav>li {
  display: inline-block;
}
.navbar-header {
  padding-top: 14px;
}
header .nav{
  display: unset;
  height: unset;
width: 100%;
}

header .nav li:last-of-type{
  width: 40%;
}

header .nav li:last-of-type a{
  text-align: end;
}

.main-navigation {
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
}
.logo {
  display: inline-block;
}
.drop-down {
  position: absolute;
  background: #fff;
  width: 175%;
  top: 100%;
  z-index: 999999;
  padding: 0px 0px;
  display: none;
  visibility: visible;
  box-shadow: 0 2px 10px -5px rgba(87, 97, 100, 0.35);
  border-top: 1px solid #ddd;
}
.drop-down li {
  border-bottom: 1px solid #ddd;
}
.navbar .navbar-nav li:hover > .drop-down{
  display: block;
  visibility: visible;
}
.mobile-cap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: black;
  display: none;
  opacity: 0;
  z-index: 1;
  transition: all ease-in 0.2s;
}
.mobile-cap.show{
  display: block;
}
.mobile-cap.open {
  opacity: 0.5;
}
.mobile-menu__contact {
  margin-bottom: 15px;
}
.mobile-menu__contact p{
  color: #00afc2;
  text-align: center;
  padding-top: 15px;
  margin: 0;
}
.mobile-menu {
  position: fixed;
  right: -350px;
  top: 91px;
  bottom: 0;
  overflow-y: scroll;
  background-color: #fff;
  transition: all ease-in 0.2s;
}
.mobile-menu.open {
  right: 0px;
}
.mobile-menu.open li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mobile-menu li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mobile-menu li:nth-child(1) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mobile-menu li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.mobile-menu li:nth-child(3) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mobile-menu li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.mobile-menu a {
  padding: 15px;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 180px;
}

.mobile-menu li:first-child {
  border-top: 1px solid #00afc2;
}
.mobile-menu li {
  border-bottom: 1px solid #00afc2;
}

.mobile-menu > li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
.mobile-menu > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.top_main > a > img {
  width: 100%;
  height: 100%;
}
.top_phone * i {
  padding-right: 5px;
}
.top_phone {
  background: linear-gradient(to bottom, #6db153 0%, #1c961a 100%);
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.top_menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 61px;
  background: #b17b53; /* Old browsers */
  background: -moz-linear-gradient(top, #b17b53 0%, #964a1a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b17b53 0%, #964a1a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6db153 0%, #1c961a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b17b53', endColorstr='#964a1a', GradientType=0); /* IE6-9 */
}
.top_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_menu ul > li {
  text-align: center;
}
.top_menu ul > li > a {
  text-decoration: none;
}
.top_menu ul > li{
  margin: 0 60px;
}

.top_menu ul > li > a > span {
  color: #fff;
  text-transform: uppercase;
}

.top_menu ul > li > a > span > span, .top_menu > a > span > span:hover {
  color: #f8ec10;
}
header a {
  transition: all 0.3s ease 0s;
  text-decoration: none!important;
}
header .logo-block a {
  line-height: 90px;
}
.about_us {
  padding-top: 79px;
}

.big_text {
  color: #fff;
  font-size: 25px;
  margin-bottom: 14px;
  line-height: 28px;
}

.bonus_ {
  padding-top: 12px;
}

.bonus_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 173px;
  width: 100%;
  background: url(dist/pazl.jpg) 1px center/ 380px no-repeat;
  background-color: #54b7cc;
}

.text_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* right: 50%; */
  transform: translateX(25%);
  justify-content: center;
}

.sm_text {
  color: #fff;
  font-size: 12px;
}

.sm_text a, .sm_text a:hover, .sm_text a:visited {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.descr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.descr h1 {
  color: #247d95;
  font-size: 40px;
}

.descr h3 {
  color: #247d95;
  font-size: 20px;
  font-weight: bold;
}

.descr p {
  margin-top: 15px;
  color: #000;
  font-size: 14px;
  text-align: center;
}

#description {
  padding-top: 40px;
}

.arrow {
  width: 145px;
  height: 78px;
  position: relative;
  background: #01aec2;
}

.arrow div {
  text-transform: uppercase;
  color: #fff;
  font-size: 45px;
  position: absolute;
  top: 50%;
  left: 56%;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 999;
}

.arrow:after {
  content: '';
  display: block;
  position: relative;
  border: 39px solid transparent;
  border-left: 39px solid #01aec2;
  left: 100%;
}

.backk {
 z-index: 999;
  color: #01aec2;
}

.custom_width {
  position: relative;
}

.nametag {
  font-size: 40px;
  margin-left: 60px;
  font-style: italic;
  font-weight: bold;
  font-family: PTSerif;
  background: #fff;
  padding-right: 30px;
}
.myfooter{
  /*custom*/
  margin-top:0px !important;
  background: #247D95 none repeat scroll 0 0 !important;
  color: #fff;
}
.myfooter h1,.myfooter h2,.myfooter h3,.myfooter h4,.myfooter h5,.myfooter h6,.myfooter p{
  color: #fff;
}
.h4-add_area {
  background: #f1f1f1 none repeat scroll 0 0;
}
.h-7 .h4-add_area {
  background: transparent none repeat scroll 0 0;
  padding: 0;
}
.h-13 .h4-add_area {
  background: transparent none repeat scroll 0 0;
  margin-top: 37px;
  padding: 0;
}
.space30{
  margin:30px 0;
}
@media (min-width: 1024px){
  .pd-l-36{
    padding-left: 36px;
  }
}
.myborder{
  padding: 0px 3%;
  border-left: 2px solid #328BA4 ;
  border-right: 2px solid #328BA4;
}
@media (max-width: 992px){
  .myborder{
    border:none;
    padding-right: 15px;
    padding-left: 15px;
  }
  .mymargin{
    margin: 0px;
  }
}
h2{
  font: normal 30px/37px sans-serif;
  text-transform: uppercase;
  color:#247d95;
}
.ticket .nametag {
    font-size: 30px;
    margin-left: 60px;
    font-style: italic;
    font-weight: bold;
    font-family: PTSerif;
    background: #fff;
    padding-right: 30px;
}

.backk:after {
  content: '';
  display: block;
  position: absolute;
  width: 60%;
  height: 4px;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  background: #01aec2;
  z-index: -12;
}

.backk.violet:after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 4px;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  background: #983050;
  z-index: -12;
}

.backk.dark_blue:after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 4px;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  background: #1e525e;
  z-index: -12;
}

.orange.backk:after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 4px;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  background: #d4582a;
  z-index: -12;
}

.backk.orange {
  color: #d4582a;
}

.backk.hex-rg:after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 4px;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  background: #8a8a24;
  z-index: -12;
}
.h2-footer-area {
  /*custom*/
  /*background: #343434 none repeat scroll 0 0;*/
  background: url('/img/footer/wood2.jpg');
  color: #000;
  padding: 12px 0 12px;
}
.backk.brown:after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 4px;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  background: #694219;
  z-index: -12;
}

.row.custom_width {

  width: 890px;
  margin: 40px auto;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.pick_item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 0 15px 65px;
  justify-content: center;
}

.pick_item_def {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 0 15px 65px;
  justify-content: center;
}

.pick_item h4 {
  color: #01aec2;
  padding: 5px;
  text-transform: uppercase;
  font-size: 17px;
  margin-left: 32px;
  font-style: italic;
}

.item_ {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  align-items: center;
}

.item_ span {
  position: absolute;
  right: 0;
  float: right;
  font-weight: bold;
  color: #000;
}

input[name="check"] {
  display: none;
}

label {
  color: #000;
  font-size: 13px;
  display: inline-block;
  padding-left: 30px;
  padding-top: 5px;
  cursor: pointer;
}

label:before {
  content: '';
  display: inline-block;
  background: #247d95;
  position: absolute;
  left: -2px;
  top: -2px;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border-radius: 80%;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  border: 10px solid #fff;
  transition: border .3s ease;
}

input:checked + label:before {
  border-color: #fff;
  border-width: 3px;
}

input + label {
  transition: color .7s ease;
}

label p {
  color: #01aec2;
  text-transform: uppercase;
  font-size: 17px;
}

.pick_item-img {
  width: 50%;

}

._def {
  margin-right: 60px;
}

.pick_item-img img {
  float: right;
  border-radius: 25px;
}

.pick_item-img_def img {
  float: right;
  border-radius: 25px;
}

.pick_item-img_def {
  width: 35%;
}

.item_descr {
  padding-left: 30px;
}

.item_descr p {
  font-size: 14px;
  color: #000;
}

.arrow.dark_blue {

  background-color: #1e525e;
}

.dark_blue.arrow:after {
  content: '';
  display: block;
  position: relative;
  border: 39px solid transparent;
  border-left: 39px solid #1e525e;
  left: 100%;
}

.backk.dark_blue {
  color: #1e525e;
}

.line.dark_blue {
  background-color: #1e525e;
}

.arrow.hex-rg {

  background-color: #8a8a24;
}

.hex-rg.arrow:after {
  content: '';
  display: block;
  position: relative;
  border: 39px solid transparent;
  border-left: 39px solid #8a8a24;
  left: 100%;
}

.backk.hex-rg {
  color: #8a8a24;
}

.line.hex-rg {
  background-color: #8a8a24;
}

.arrow.brown {

  background-color: #694219;
}

.brown.arrow:after {
  content: '';
  display: block;
  position: relative;
  border: 39px solid transparent;
  border-left: 39px solid #694219;
  left: 100%;
}

.backk.brown {
  color: #694219;
}

.line.brown {
  background-color: #694219;
}

.arrow.violet {
  background-color: #983050;
}

.violet.arrow:after {
  content: '';
  display: block;
  position: relative;
  border: 39px solid transparent;
  border-left: 39px solid #983050;
  left: 100%;
}

.backk.violet {
  color: #983050;
}

.line.violet {
  background-color: #983050;
}

/**/
.arrow.orange {
  background-color: #d4582a;
}

.orange.arrow:after {
  content: '';
  display: block;
  position: relative;
  border: 39px solid transparent;
  border-left: 39px solid #d4582a;
  left: 100%;
}

.nametag.orange {
  color: #d4582a;
}

.line.orange {
  background-color: #d4582a;
}

/**/
.desr_clear {
  color: #000;
  font-size: 14px;
}

.desr_clear span {
  color: #01aec2;
  font-size: 14px;
}

.one_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  width: 50%;
  margin-top: 20px;
  max-height: 160px;
  height: 150px;
  position: relative;
}

.ticket .one_item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  max-height: 160px;
  height: 130px;
}
.item-pick .bucket_pic {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 0 15px;
  width: 50%;
  align-items: flex-start;
  justify-content: flex-start;
}

.item-pick {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 50%;
  align-items: flex-start;
  justify-content: flex-start;
}

.item-pick.item_image {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 30%;
  align-items: flex-end;
  justify-content: flex-end;
}

.item-pick_name {
  color: #01aec2;
  font-size: 17px;
  font-style: italic;

}

.item-pick_cost {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.item-pick_descr {
  color: #000;
  font-size: 14px;
}

.one_item img {
  margin-right: 15px;
  margin-left: 12px;
  border-radius: 5px;
}

.check-item {
  width: 12px;
  height: 12px;
}

.natural_ingr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.natural_ingr p {
  color: #247d95;
}

.banya_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  width: 33.3%;
  margin-top: 20px;
  position: relative;
}

.banya_item__title {
  position: absolute;
  top: 0;
  left: 37%;
  transform: translate(-50%, -130%);
  color: #247d95;
  margin: 0;
}

.banya_item img {
  max-width: 240px;
  max-height: 160px;
}

/*hovered*/
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  overflow: hidden;
  position: relative;
  /* height: 150px;
  width: 200px; */
}

.work1 {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  overflow: hidden;
  position: relative;
   height: 150px;
  width: 200px;
}

.work1 .overlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  margin-left: 12px;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px 5px 0 15px;
  line-height: 16px;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}

.work1 .overlay-caption {
  position: absolute;
  top: 50%;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work .overlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px 5px 0 15px;
  line-height: 16px;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}

.work .overlay-caption {
  position: absolute;
  top: 50%;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay img {
  max-width: 98px;
  max-height: 23px;
  padding-left: 17px;
}

.work h5, .work p, .work img {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.bot_banner {
    background: #28aac6;
    width: 100%;
    text-align: center;
}

.bot_banner img{
  height: 100%;
}

.work h5 {
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  -moz-transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}

.work p {
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -webkit-transform: translate3d(0, 200%, 0);
  font-size: 12px;
  transform: translate3d(0, 200%, 0);
  color: #fff;
  /* color: #000000a6; */
}

.work-box:hover img {
  /*-moz-transform: scale(1.2);*/
  /*-ms-transform: scale(1.2);*/
  /*-webkit-transform: scale(1.2);*/
  /*transform: scale(1.2);*/
  z-index: 999;
}

.work-box:hover .overlay>p {
  color:#ffffff;
  font-size: 10px;
}
.work-box:hover .overlay {

    background-color: #00000061;
  /* background-color: hsla(193, 70%, 35%, 0.3);
   */opacity: 1;
}

.work-box:hover #pamuk {
  background: rgba(85, 163, 196, 0.90) none repeat scroll 0 0;
  opacity: 1;
}

.work-box:hover #luk {
  background-color: rgba(221, 216, 161, 0.90);
  opacity: 1;
}

.work-box:hover #afr {
  background-color: rgba(172, 156, 97, 0.90);
  opacity: 1;
}

.work-box:hover #stamb {
  background-color: rgba(160, 213, 226, 0.90);
  opacity: 1;
}

.work-box:hover #furo {
  background-color: rgba(181, 231, 219, 0.90);
  opacity: 1;
}

.work-box:hover > #pamuk > .description {
  color: #36459E;
}

.work-box:hover > #furo > .description {
  color: #349A82;
}

.work-box:hover > #afr > .description {
  color: #6A2422;
}

.work-box:hover > #luk > .description {
  color: #925142;

}

.work-box:hover > #stamb > .description {
  color: #036091;
}

.work-box:hover .overlay h5, .work-box:hover .overlay p {
  opacity: 1 !important;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/**/
.total_cost {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin: 15px auto;
}

.two_buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.total_btn {
  width: 300px;
  height: 95px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #1e768e; /* Old browsers */
  background: -moz-linear-gradient(45deg, #1e768e 0%, #2e90ab 37%, #186b82 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #1e768e 0%, #2e90ab 37%, #186b82 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #1e768e 0%, #2e90ab 37%, #186b82 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e768e', endColorstr='#186b82', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.total_btn a, .total_btn a:visited, .total_btn a:hover {
  text-decoration: none;

}

.total_btn_name {
  text-decoration: none;
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;

}

.pos {
  position: relative;
}

.custom_width.total {
  width: 710px;
  margin: 40px auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.fortext {
  /* position: absolute; */
  top: 100%;
  left: 50%;
  width: 50%;
  text-align: center;
  transform: translateX(50%);
  /* margin: 0 auto; */
  margin-top: 10px;
  line-height: 18px;
}

.certificate, .certificate:hover, .certificate:visited {
  top: 20px;
  color: #2d90aa !important;
  text-decoration: underline !important;
  text-align: center;
  font-size: 14px;
}

.certificate_text, .certificate_text:hover, .certificate_text:visited {
  top: 50px;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}

.comments h2 {
  text-transform: uppercase;
  font-size: 30px;
  color: #2d90aa;
  text-align: center;
}

.comment {
  width: 396px;
  height: 195px;
  display: flex;
  align-items: center;
  margin: 0 20px;
  border: 1px solid #dddddd;
  padding: 15px 30px 20px 20px;
  flex-direction: column;
  justify-content: flex-start;
}

.comment p {
  font-size: 12px;
}

/**/
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  overflow: hidden;
  outline: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 40px;
  padding: 5px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  content: '';
  display: block;
  background: url("dist/back.svg") center center / 20px no-repeat;
  width: 26px;
  height: 40px;
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
   left: -35px;
 }
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '';

  display: block;
  background: url("dist/back.svg") center center / 40px no-repeat;
  width: 26px;
  height: 40px;
}

[dir='rtl'] .slick-prev:before {
  content: '';

}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
  display: block;
  background: url("dist/next.svg") center center / 40px no-repeat;
  width: 26px;
  height: 40px;
}

[dir='rtl'] .slick-next:before {
  content: '';
  display: block;
  background: url("dist/next.svg") center center / 40px no-repeat;
  width: 26px;
  height: 40px;
}

.autoplay {
  width: auto;
  margin: 45px auto;
}

#slider {
  width: 90%;
  margin: 0 auto;
}
#scrollUp {
  background: #DD5A4E none repeat scroll 0 0;
  border-radius: 0;
  bottom: 17px;
  color: #fff;
  font-size: 30px;
  height: 48px;
  line-height: 40px;
  right: 110px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 48px;
}
#scrollUp:hover {
  background: #c7202c none repeat scroll 0 0;
}
#scrollUp i {
  display: block;
  padding-top: 9px;
}
.h2-footer-area{
  width: 100%;
  background: #247D95;
  color: #fff;
  height: 55px;
    padding: 12px 0;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
    background: no-repeat;
}

.com_descr {
  margin-top: 5px;
  height: 200px;
}

.com_descr:hover {
  height: fit-content;
}

.comment > p > span {
  margin-left: 15px;
  font-size: 12px;

}

footer p {
  width: 100%;
  font-size: 14px;
}

footer p > a, footer p > a:hover {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.col-md-12.center.space30 h2{
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.description {
  font-size: 11px;

}
footer > h4 {
  font-style: italic;
}
.col-md-4 > p {
  line-height: 18px;
  font-family: sans-serif;
}
hr {
  margin-top: 13px;
  margin-bottom: 13px;
}
.fs-italic{
  font-style: italic;
}
h4 {
  font: italic 17px/24px serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
h3{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ticket {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding-bottom: 20px;
  width: 50%;
  margin: 0 auto;
  padding-top: 30px;
}

.pb50 {
  padding-bottom: 50px;
}
.ticket .arrow {
    width: 89px;
    height: 44px;
    position: relative;
    background: #01aec2;

}
.ticket .arrow.brown {
  width: 89px;
  height: 44px;
  position: relative;
  background: #694219;

}

.ticket .backk:after {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 2px;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  background: #01aec2;
  z-index: -12;
}

.ticket .arrow div {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  margin-left: 5px;
}

.ticket .arrow:after {
  content: '';
  display: block;
  position: relative;
  border: 22px solid transparent;
  border-left: 22px solid #01aec2;
  left: 100%;
}

/*dark blue*/
.ticket .arrow.dark_blue {
  width: 89px;
    height: 44px;
  position: relative;
  background: #1e525e;

}

.ticket .backk.dark_blue:after {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 2px;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  background: #1e525e;
  z-index: -12;
}

.ticket .arrow div {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.ticket .arrow.dark_blue:after {
  content: '';
  display: block;
  position: relative;
  border: 22px solid transparent;
  border-left: 22px solid #1e525e;
  left: 100%;
}

/*orange*/
.ticket .arrow.orange {
  width: 89px;
    height: 44px;
  position: relative;
  background: #d4582a;

}

.ticket .backk.orange:after {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 2px;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  background: #d4582a;
  z-index: -12;
}

.ticket .arrow div {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.ticket .arrow.orange:after {
  content: '';
  display: block;
  position: relative;
  border: 22px solid transparent;
  border-left: 22px solid #d4582a;
  left: 100%;
}

/*violet*/
.ticket .arrow.violet {
  width: 89px;
    height: 44px;
  position: relative;
  background: #983150;

}

.ticket .backk.violet:after {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 2px;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  background: #983150;
  z-index: -12;
}

.ticket .arrow div {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.ticket .arrow.violet:after {
  content: '';
  display: block;
  position: relative;
  border: 22px solid transparent;
  border-left: 22px solid #983150;
  left: 100%;
}

/*rg hex*/
.ticket .arrow.hex-rg {
  width: 89px;
    height: 44px;
  position: relative;
  background: #8a8a24;

}

.ticket .backk.hex-rg:after {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 2px;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  background: #8a8a24;
  z-index: -12;
}

.ticket .arrow div {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.ticket .arrow.hex-rg:after {
  content: '';
  display: block;
  position: relative;
  border: 22px solid transparent;
  border-left: 22px solid #8a8a24;
  left: 100%;
}

.ticket .arrow.brown:after {
  content: '';
  display: block;
  position: relative;
  border: 22px solid transparent;
  border-left: 22px solid #694219;
  left: 100%;
}

.number_step {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.ticket .nametag {
    font-size: 18px;
    margin-left: 60px;
    font-style: italic;
    font-weight: bold;
    font-family: PTSerif;
    background: #fff;
    padding-right: 20px;
}
.number_step .nametag {
  background-color: #e6fbfe;
  margin-left: 30px;
}

button.close {
  padding: 0;
  position: absolute;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  right: 0;
}

.recipe {
  margin: 0 auto;
  font-size: 50px;
  color: #fff;
}

/*custom radio button*/
.row.custom_width.clicked_fix {
  cursor: pointer;
}
#app.container{
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
}
h2.recipe.text-center.text-uppercase {
  line-height: 70px;
}

@media(max-width: 1126px) {
  label{
    padding-left: 5px;
  }
}

@media (max-width: 1125px) and (min-width: 768px) {
    .nametag {
    font-size: 35px;
    margin-left: 40px;
    font-style: italic;
    font-weight: bold;
    font-family: PTSerif;
    background: #fff;
    padding-right: 30px;
}
@media (max-width: 767px) {
  .pick_item-img {
    text-align: center;
    margin: 15px 0
  }

  .pick_item-img img {
    margin: 0 auto;
    max-width: 170px;
    max-height: 170px;
  }

  .arrow div {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .dark_blue.arrow:after {
    content: '';
    display: block;
    position: relative;
    border: 17px solid transparent;
    border-left: 17px solid #1e525e;
    left: 100%;
  }
  .violet.arrow:after {
    content: '';
    display: block;
    position: relative;
    border: 17px solid transparent;
    border-left: 17px solid #983050;
    left: 100%;
  }

  .one_item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
    max-height: none;
    height: auto;
  }

  .arrow {
    width: 77px;
    height: 35px;
    position: relative;
    background: #01aec2;
  }

  .arrow div {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }

  .two_steps {
    display: flex;
    width: 610px;
    align-items: flex-start;
    justify-content: center;
  }

  .one_item .zerostep img {
    margin-right: 15px;
    margin-left: 12px;
    border-radius: 10px;
    width: 90px;
  }

  .one_item .laststep img {
    margin-right: 15px;
    margin-left: 12px;
    border-radius: 10px;
    width: 89px;
  }
}
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
}
#owl-demo .itemp{
  margin: 15px 10px;
  padding: 5px;
  min-height: 250px;
}
#owl-demo .item{
  border: solid 1px #d6d6d6;
  padding: 50px 30px;
  border-radius: 4px;
}

.h3-cart{
  margin-top: 10px;
}
.btn-cart-buy{
  margin-top: 10px;
  min-width: 100px;
}
[data-banner]{
  color: #fff !important;
}
.rub-card:after{
  content: '\f158';
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 21px;
}
.box{
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  text-align: center;
}
h3 {
  font: normal 20px/24px sans-serif;
  text-transform: uppercase;
  color: #247d95;
  margin: 10px 0 0 0;
}
h1 {
  font-size: 1.63em;
  margin: 0.67em 0;
  font-weight: 500px;
  font-family: sans-serif;
  color: rgb(34,34,34);
}
.btn-cart-buy {
  margin-top: 10px;
  min-width: 100px;
}
.green {
  background-color: #33943C;
  color: #FFF;
}
.btn-default {
  border-color: #ccc;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none!important;
}
body.home-2 {
  font: 500 13px/1.4 "Lato",sans-serif;
}
.green:hover {
    color: #FFF;
    background-color: #3ba044;
}
.btn-default:hover {
  border-color: #adadad;
}
a:hover {
  outline: 0;
}
.price {
    padding-top: 5px;
}
.banner-desc {
    display: flex;
    align-items: center;
    background: #00afc2d1;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1px 1px;
    text-align: center;
    transition: opacity ease-in-out 0.3s;
    opacity: 0;
    font-size: 11px;
}
.banner-desc:hover {
    opacity: 1;
}
.banner-img {
    position: relative;
}

.comments, #slider{
	display: none;
}
