/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@import url(http://www.google.com/fonts/#ChoosePlace:select/Collection:Ubuntu+Condensed);
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 9999;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #414856;
  color: #ef6c00;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
.back-to-top:hover {
  background: #e9ebec;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.back-to-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
a.back-to-top:hover {
  text-decoration: none;
  color: #3180c2;
}
@media (min-width: 980px) {
  #g-main {
    background-image: url('../../../../images/cryme-kurortnoe-bg.gif');
    /* Путь к фоновому рисунку */
    background-position: top center;
    /* Положение фона */
    background-repeat: no-repeat;
    /* Отменяем повторение фона */
  }
}
h2 {
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-indent: 1.1em;
}
.h2color {
  color: #4a6fa5;
}
.header-chayka {
  margin: 0px;
  padding: 0px;
}
.text-bridge-primary {
  --tw-text-opacity: 1;
  color: #4a6fa5;
}
.font-bold {
  font-weight: 700;
}
.font-montserrat {
  font-family: Montserrat, sans-serif;
}
.text-bridge-accent {
  --tw-text-opacity: 1;
  color: #f3a950;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.h-8 {
  #height: 2rem;
  height: 40px;
}
.w-auto {
  width: auto;
}
.header-txt {
  color: #4a6fa5;
}
.font-montserrat {
  font-family: Montserrat, sans-serif;
}
.animate-fade-in {
  animation: fade-in 0.7s ease-out;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-30 {
  padding-bottom: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-20 {
  padding-bottom: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.font-bold {
  font-weight: 700;
}
.leading-tight {
  line-height: 1.25;
}
.text-bridge-accent {
  --tw-text-opacity: 1;
  color: #f3a950;
}
.text-bridge-primary {
  --tw-text-opacity: 1;
  color: #4a6fa5;
}
.text-xl {
  font-size: 1.1rem;
  line-height: 1.75rem;
}
.text-xl2 {
  font-size: 1.3rem;
  line-height: 1.75rem;
}
.font-semibold {
  font-weight: 600;
}
.mb-4 {
  margin-bottom: 1rem;
}
.font-montserrat {
  font-family: Montserrat, sans-serif;
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 var(--tw-text-opacity));
}
.section-title {
  position: relative;
  margin-bottom: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: #4a6fa5;
}
.section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -0.5rem;
  height: 0.25rem;
  width: 5rem;
  --tw-bg-opacity: 1;
  background-color: #f3a950;
}
.gradient-bg {
  background: linear-gradient(135deg, #4a6fa50d, #6989b91a);
}
.bgform {
  background: #3d577d;
}
.bgcard {
  background-color: #39f;
}
.pform {
  padding: 25px;
}
.showcasebg {
  background: #3180c2;
}
.showcasecard {
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 10px gray;
  margin: 30px;
}
.showcasecard-mobile {
  padding: 4px;
  border-radius: 8px;
  box-shadow: 0 5px 10px gray;
  margin: 4px;
}
.btn-custom {
  background-color: #f3a950;
  /* Button background color */
  color: white;
  /* Text color */
  padding: 10px 20px;
  /* Padding */
  border: none;
  /* Remove border */
  border-radius: 5px;
  /* Rounded corners */
  font-size: 16px;
  /* Font size */
  text-align: center;
  /* Center text */
  text-decoration: none;
  /* Remove underline */
  display: inline-block;
  /* Allows width and height */
  transition: background-color 0.3s;
  /* Transition effect */
}
.btn-custom:hover {
  background-color: #0056b3;
  /* Darker shade on hover */
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-16 {
  margin-top: 4rem;
}
.text-bridge-dark {
  --tw-text-opacity: 1;
  color: #2d3748;
}
.font-semibold {
  font-weight: 600;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.relative {
  position: relative;
}
.w-20 {
  width: 5rem;
}
.h-20 {
  height: 5rem;
}
.flex {
  display: flex;
}
.bg-bridge-primary {
  --tw-bg-opacity: 1;
  background-color: #4a6fa5;
}
.text-white {
  --tw-text-opacity: 1;
  color: #fff;
}
.orange500 {
  color: #fd7e14;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.opacity-90 {
  opacity: 0.9;
}
.leading-relaxed {
  line-height: 1.625;
}
.txto {
  text-indent: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.puble .com-content-category-blog__item {
  padding: 6px;
  border-right-color: #999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-bottom: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  padding-top: 40px;
  margin-top: 30px;
}
.tm-custom-icon .tm-share-icon a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}
.tm-custom-icon .tm-share-icon a:hover {
  -webkit-filter: saturate(1.2) brightness(1.2);
  filter: saturate(1.2) brightness(1.2);
  color: #fff;
}
.tm-custom-icon .tm-share-icon .twitter {
  background-color: #55acee;
}
.tm-custom-icon .tm-share-icon .facebook {
  background-color: #3b5999;
}
.tm-custom-icon .tm-share-icon .linkedin {
  background-color: #0077B5;
}
.tm-custom-icon .tm-share-icon .whatsapp {
  background-color: #25D366;
}
.tm-custom-icon .tm-share-icon .telegram {
  background-color: #2ca5e0;
}
.tm-custom-icon .tm-share-icon .mail {
  background-color: #ea4335;
}
.tm-custom-icon .tm-share-icon .digg {
  background-color: #005be2;
}
.tm-custom-icon .tm-share-icon .pinterest {
  background-color: #bd081c;
}
.tm-custom-icon .tm-share-icon .tumblr {
  background-color: #eb4924;
}
.tm-custom-icon .tm-share-icon .reddit {
  background-color: #ff4500;
}
.tm-custom-icon .tm-share-icon .vk {
  background-color: #4c75a3;
}
.tm-custom-icon .tm-share-icon .xing {
  background-color: #026466;
}
.tm-custom-icon .tm-share-icon .weibo {
  background-color: #df2029;
}
.tm-custom-icon .tm-share-icon .renren {
  background-color: #005EAC;
}
.tm-custom-icon .tm-share-icon .skype {
  background-color: #00AFF0;
}
/*# sourceMappingURL=custom_14.css.map */