/**
* Template Name: МёдУрала.рф
* Template URL: https://medurala.ru
* Author: DanilaMaster
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden; 
}

a {
  color: #1dc8cd;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #1dc9ce;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
  visibility: hidden;
  opacity: 0;
  width: 64px;
  height: 34px;
}
.back-to-top i {
  line-height: 0;
  font-size: 20px;
}
.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 85px; /* БЫЛО - height: 90px; ОТСТУП С ВЕРХУ текста меню*/
  transition: all 0.5s;
  z-index: 997;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  height: 60px; /* БЫЛО - height: 70px; ВЫСОТА ПОЛОСЫ МЕНЮ*/
  transition: all 0.5s;
}
#header #logo h1 {
  font-size: 29px; /* font-size: 36px;  */
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  /* text-transform: uppercase; */
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 21px; /* font-size: 28px;  */
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px; /*  Текст в МЕНЮ */
  padding: 0 2px;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -8px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #333333;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #1dc8cd;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 30px; /* БЫЛО -  font-size: 28px;  Размер Иконки -3 ПОЛОСКИ-*/
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%); /* БЫЛО -  background: rgba(26, 26, 26, 0.9);  */
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle { /* крестик -х- */
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 55px; /* БЫЛО - bottom: 15px;   */
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 17px; /* Текст в Меню - font-size: 15px;  */
  color: #333333;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1dc8cd;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1dc8cd;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 110vh; /*  height: 100vh; */
  background: linear-gradient(45deg, rgba(29, 224, 104, 0.7), rgba(3, 208, 223, 0.8)), url("../img/hero-bg.jpg") center top no-repeat;
/* background: linear-gradient(45deg, rgba(29, 224, 153, 0.8), rgba(29, 200, 205, 0.8)), url("../img/hero-bg.jpg") center top no-repeat;  */
  background-size: cover;
  position: relative;
}
@media (min-width: 1025px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-height: 640px) {
  #hero {
    height: 120vh;
  }
}
#hero .hero-text {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  height: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#hero h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 58px; /* font-size: 48px; --Уральская сказка--*/
  font-weight: 500;
  line-height: 56px;
  color: #fff;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 38px; /* font-size: 28px; --Уральская сказка--*/ 
    line-height: 36px;
  }
}
#hero p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 26px; /* font-size: 24px;  font-weight: 600;*/
}
@media (max-width: 768px) {
  #hero p {
    font-size: 22px; /* font-size: 18px; */
    line-height: 24px; /* 24px;  -растояние между строк*/
    margin-bottom: 20px;
  }
}
#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-get-started:hover {
  color: #1dc8cd;
  background: #fff;
}
#hero .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 53%; /* СДВИГ КАРТИНКИ ПО ВЫСОТЕ - height: 50%; */
} /* 
#hero .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);  
} */   /* ТЕНЬ ВОКРУГ БЛОКА - СКРЫЛ  */
#hero .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(40% + 5px); /* СДВИГ КАРТИНКИ в ПРАВО - left: calc(50% + 54px);*/
  bottom: 0;
  top: 0px; /* top: 30px;  */ /* СДВИГ КАРТИНКИ ПО ВЫСОТЕ */
}
#hero .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(40% - 154px); /* СДВИГ КАРТИНКИ в ПРАВО - left: calc(50% - 154px); */
  bottom: 0;
  top: 60px; /* top: 90px;  */
}
#hero .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 180px; /* top: 150px;  */
}
@media (max-width: 767px) {
  #hero .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }
  #hero .product-screens .product-screen-2, #hero .product-screens .product-screen-3 {
    display: none; /* не показывает 2и3 картинки!  */
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}
.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}
.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #fff; /*-- БЫЛО: #eff5f5; --*/
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  min-height: 40px;
  margin-top: 92px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0;
  overflow: hidden;
}
#about .about-img {
  height: 510px;
  overflow: hidden;
}
#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}
@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}
#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
#about .content p {
  line-height: 26px;
}
#about .content p:last-child {
  margin-bottom: 0;
}
#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}
#about .content ul {
  list-style: none;
  padding: 0;
}
#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/
#features {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}
#features .features-img {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }
}
#features .features-img img {
  max-width: 100%;
}
#features .box {
  margin-bottom: 15px;
  text-align: center;
}
#features .icon {
  margin-bottom: 10px;
}
#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}
#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}
#features .title a {
  color: #111;
}
#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
#features .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
  overflow: hidden;
}
#advanced-features .features-row {
  padding: 60px 0 30px 0;
}
#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}
#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}
#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}
#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}
#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}
#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}
@media (max-width: 768px) {
  #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}
#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#call-to-action .cta-text {
  color: #fff;
}
@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}


/* DAN Action Section ---ЦВЕТ РАСТЯЖКА---
------------------- linear-gradient(45deg, #1de099, #1dc8cd); 
------------------- linear-gradient(rgba(29, 205, 89, 0.9), rgba(29, 200, 205, 0.8)), url(../img/hero-bg!!!!.jpg) fixed center center;
*/
#dan-action {
  overflow: hidden;
  background: linear-gradient(120deg, rgba(33, 177, 81, 0.9), rgba(29, 200, 205, 0.7)), url(../img/hero-bg!!!.jpg) fixed center center; 
  /* linear-gradient(-20deg, #1dc8cd, #1d9e6f); МОЙ- linear-gradient(90deg, #1de099, #1dc8cd);*/
  background-size: cover;
  padding: 50px 0; /* ОтступСнизуВерхуБлока Было- 80px 0; */
}
#dan-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#dan-action .cta-text {
  color: #fff;
  text-align: left; /*
     font-style: italic; */
     margin: 0px 0px 5px; /* Добавил отступ снизу margin: 0px 0px 10px;*/
}/*
@media (min-width: 769px) {
  #dan-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#dan-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#dan-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}

#dan-action .advanced-feature-img-right {/* Добавил картинка по размеру блока */ /*
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}
#dan-action .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}*/

/* More Features Section
--------------------------------*/
#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}
#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}
#more-features .icon {
  float: left;
}
#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}
#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#more-features h4 a {
  color: #111;
}
#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px; 
}
@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }
  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #more-features h4, #more-features p {
    margin-left: 0;
    text-align: center;

  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}
#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}
#clients img:hover {
  opacity: 1;
}


/* DAN background --- для фона АКЦИИ (Pricing Section) --> из Section with background
--------------------------------*/
.dan-background {
  background: #eff5f5; /*   #eff5f5; \ linear-gradient(45deg, #1de099, #1dc8cd); \  linear-gradient(0deg, #eff5f5, #1de099); */
}
/* background: linear-gradient(rgba(29, 200, 205, 0.8), rgba(29, 205, 89, 0.5)), url(../img/hero-bg!!!!.jpg) fixed center center; */


/* Pricing Section
--------------------------------*/
#pricing img { /* Dan ДОБАВИЛ  ---- ФОТО-КАРТИНКА НА ПРАЙС -----*/
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 5px 0; /* padding: 15px 0; -----*/
}
#pricing img:hover {
  opacity: 0.5;
}


#pricing {
  padding: 60px 0 60px 0;
  overflow: hidden;
}
#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(75, 107, 196, 0.15); /*box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);  background: linear-gradient(45deg, #1de099, #1dc8cd); */ 
  background: #fff;
  text-align: center;
}
#pricing h3 {
  font-weight: 300; /*  Было - 400; */ 
  margin-bottom: 15px;
  font-size: 28px;
}
#pricing h4 {
  font-size: 46px;
  color: #1dc8cd;   /*  Было - #1dc8cd;   ЗОЛОТОЙ!!! -- #cdb31d; -----*/
  font-weight: 500; /*  Было - 300; \! 500; -----*/
}
#pricing h4 sup { 
  color: #bac4c4; 
  font-size: 20px;
  top: -20px;
}
#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}
#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
#pricing ul li {
  padding-bottom: 12px;
}
#pricing ul i {
  color: #1dc8cd; 
  font-size: 18px;
  padding-right: 4px;
}
#pricing .get-started-btn {
  background: linear-gradient(45deg, #98a3a5, #747f81); /* Было - background: #515e61;   Dan ДОБАВИЛ  ----  ГРАДИЕНТ -----*/
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
#pricing .featured {
  border: 2px solid #1dc8cd;
}
#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}
#pricing .featured-dan { /* Dan ДОБАВИЛ  ---- НОПКА С ЗОЛОТЫМ ГРАДИЕНТОМ -----*/
  border: 2px solid #f8d743;
}
#pricing .featured-dan .get-started-btn {
  background: linear-gradient(45deg, #dde01d, #cd871d);
}

/*--------------------------------------------------------------
# Pricing2   из сайта -Bocor-
--------------------------------------------------------------*/
#pricing2 img { /* ДЕЛ - Dan ДОБАВИЛ --- ЭТО тлько НАВЕДЕНИЕ!!! ---- ФОТО-КАРТИНКА НА ПРАЙС -----*/
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 0px 0; /* padding: 15px 0; -----*/
}
#pricing2 img:hover {
  opacity: 0.8;
}


.pricing2 .row {
  padding-top: 40px;
}
.pricing2 .box {
  padding: 0px 30px 30px;  /* Было - padding: 40px; -- Увеличил размер картинки 30px; */
  margin-bottom: 30px; /* центр блок ниже на 30px; */
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  position: relative;
}
.pricing2 .featured-badge { /* Слово (-АКЦИИ-) */
  display: inline-block;
  position: absolute;
  top: -11px;
  left: calc(50% - 49px);
  background: #fff;/* Было-  background: #fdc134;  */
  color: #cdb31d;  /* Было-  #fff;  */
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  padding: 4px 20px 5px 20px;
  font-size: 14px; /* Было-  12px;  */
  text-transform: uppercase;
    border: 1px solid #cdb31d; /* Добавил оконтовку вокруг (-АКЦИИ-)  */
}
.pricing2 .featured-badge2 { /* ==Добавил для вторых== Слово (-АКЦИИ-) */
  display: inline-block;
  position: absolute;
  top: -11px;
  left: calc(50% - 49px);
  background: #fff;/* Было-  background: #fdc134;  */
  color: #cac8c4;  /*   */
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  padding: 4px 20px 5px 20px;
  font-size: 14px; /* Было-  12px;  */
  text-transform: uppercase;
    border: 1px solid #fff; /* Добавил боконтовку вокруг (-АКЦИИ-)  */
}
.pricing2 h3 {
  font-weight: 300;
  margin-bottom: 0px; /*  15px; */
  font-size: 28px;
}
.pricing2 h4 {
  font-size: 46px; /*  Было- 46px; */
  color: #cdb31d; /*  Было- #1dc8cd; / #fdc134;    МОЙ ЗОЛОТОЙ!-- #cdb31d;*/
  font-weight: 500; /*  Было- 400; \ ! 500; -----*/
  /*font-family: "Open Sans", sans-serif;   УБРАТЬ */
  margin-bottom: 25px; /* МОЖНО УБРАТЬ -растоян под текстом*/
}
.pricing2 h4 span {
  color: #bababa;
  font-size: 18px; font-weight: 400; 
  /* display: block; */
}
#pricing2 h4 sup { 
  color: #bac4c4; 
  font-size: 20px; font-weight: 400;
  top: -20px;
}
.pricing2 ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
.pricing2 ul li {
  padding-bottom: 12px;
}
.pricing2 ul i {
  color: #fdc134;
  font-size: 18px;
  padding-right: 4px;
}
.pricing2 ul .na {
  color: #ccc;
}
.pricing2 ul .na i {
  color: #ccc;
}
.pricing2 ul .na span {
  text-decoration: line-through;
}
.pricing2 .get-started-btn {
  background: linear-gradient(45deg, #98a3a5, #747f81); /*  Было- #213b52; */
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}
.pricing2 .get-started-btn:hover {
  background: linear-gradient(45deg, #dde01d, #cd871d); /*  Было- #fdc134; */
}
.pricing2 .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
  border: 1px solid #cdb31d;
}
.pricing2 .featured .get-started-btn {
  background: linear-gradient(45deg, #dde01d, #cd871d); /*  Было- #fdc134; */
}
.pricing2 .featured .get-started-btn:hover {
  background: linear-gradient(45deg, #98a3a5, #747f81);   /*  Было- #fdcd5c;*/
}
@media (max-width: 992px) {
  .pricing2 .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .pricing2 .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 420px) {
  .pricing2 .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}



/*--------------------------------------------------------------
# Pricing3   изСайта-Bocor =>>>> Pricing3 ===НА БЕЛОМ ФОНЕ!!!===
--------------------------------------------------------------*/
#pricing3 img { /* ДЕЛ - Dan ДОБАВИЛ --- ЭТО тлько НАВЕДЕНИЕ!!! ---- ФОТО-КАРТИНКА НА ПРАЙС -----*/
  max-width: 100%;
  opacity: 1;
  transition: 0.1s; /* Было- 0.3s;*/
  padding: 0px 0; /* padding: 15px 0; -----*/
}
#pricing3 img:hover {
  opacity: 0.8;
}


.pricing3 .row {
  padding-top: 10px; /*ВЕРХ ОТСТУП Было- padding-top: 40px;*/
}
.pricing3 .box { /* ВНУТРИ БЛОКОВ */
  padding: 0px 35px 30px;  /* Было- padding: 0px 30px 30px;--БОЛЬШЕ БЫЛА КАРТИНКА-среднее значение! */
  /*margin-bottom: 30px;  центр блок ниже на Было- 30px; */ 
  /* box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15); */
  background: #fff;
  text-align: center;
  position: relative;
}
 .featured-badge3 { /* Слово (-АКЦИИ-) */
  background: #fff;/* Было-  background: #fdc134;  */
  color: #cdb31d;  /*   #fff; Было- #cdb31d; */
  text-align: center;

}

.pricing3 h3 {
  font-weight: 300;
  margin-bottom: 0px; /*  15px; */
  font-size: 28px;
}
.pricing3 h4 {
  font-size: 46px; /*  Было- 46px; */
  color: #cdb31d; /*  Было- #1dc8cd; / #fdc134;    МОЙ ЗОЛОТОЙ!-- #cdb31d;*/
  font-weight: 500; /*  Было- 400; \ ! 500; -----*/
  /*font-family: "Open Sans", sans-serif;   УБРАТЬ */
  margin-bottom: 0px; /*Было- 25px; МОЖНО УБРАТЬ -растоян под текстом*/
}
.pricing3 h4 span {
  color: #bababa;
  font-size: 18px; font-weight: 400; 
  /* display: block; */
}
#pricing3 h4 sup { 
  color: #bac4c4; 
  font-size: 20px; font-weight: 400;
  top: -20px;
} 

.pricing3 .get-started-btn {
  background: linear-gradient(45deg, #98a3a5, #747f81); /*  Было- #213b52; */
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}
.pricing3 .get-started-btn:hover {
  background: linear-gradient(45deg, #dde01d, #cd871d); /*  Было- #fdc134; */
}

.pricing3 .featured .get-started-btn {
  background: linear-gradient(45deg, #dde01d, #cd871d);  
}
.pricing3 .featured .get-started-btn:hover {
  background: linear-gradient(45deg, #98a3a5, #747f81);   
}
@media (max-width: 992px) {
  .pricing3 .box {
    max-width: 60%;
    margin: 0 auto -5px auto; /* Было-margin: 0 auto 30px auto; */
  }
}
@media (max-width: 767px) {
  .pricing3 .box {
    max-width: 80%;
    margin: 0 auto -5px auto; /*  Было-margin: 0 auto 30px auto; */
  }
}
@media (max-width: 420px) {
  .pricing3 .box {
    max-width: 100%;
    margin: 0 auto -5px auto; /* Было-margin: 0 auto 30px auto; */
  }
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
}
#faq .faq-list {
  padding: 0;
  list-style: none;
}
#faq .faq-list li {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #1dc8cd;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #179ca0;
  transition: 0.3s;
}
#faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
#faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
#faq .faq-list .icon-show {
  display: none;
}
#faq .faq-list .collapsed {
  color: black;
}
#faq .faq-list .collapsed:hover {
  color: #1dc8cd;
}
#faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
#faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/* Our Team Section
--------------------------------*/
#team {
  padding: 60px 0;
  overflow: hidden;
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
}
#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}
#team .member .pic img {
  max-width: 100%;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#team .member .social {
  margin-top: 15px;
}
#team .member .social a {
  color: #b3b3b3;
}
#team .member .social a:hover {
  color: #1dc8cd;
}
#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Gallery Section
--------------------------------*/
#gallery {
  background: #fff;
  padding: 0px 0 0 0; /*  padding: 60px 0 0 0; ----Отступ сверху */
  overflow: hidden;
}
#gallery .container-fluid {
  padding: 0px;
}
#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}
#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
#gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}
#gallery .gallery-item:hover img {
  transform: scale(1.1);
}
#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); /* ТЕНЬнадБЛОКОМ! было- box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
  padding: 60px 0; /* отступСверху */
  overflow: hidden;
}
#contact .contact-about h3 {
  font-size: 32px; /* 36px */
  margin: 0 0 5px 0; /* 0 0 10px 0;  */
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}
#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
      margin: 0px 0px 10px; /* Добавил отступ снизу*/
}
#contact .social-links {
  padding-bottom: 20px; /* было- 20px; */
}
#contact .social-links a {
  font-size: 18px;
  background: #fff;
  color: #1dc8cd;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#contact .social-links a i {
  line-height: 0;
}
#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}
#contact .info {
  color: #333333;
}
#contact .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 0;
}
#contact .info p {
  padding: 0 0 0px 42px; /* было- 0 0 10px 42px; */
  line-height: 23px; /* было- 28px; */
  font-size: 14px; /*
}
#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #1dc8cd;
}
#contact .php-email-form button[type=submit] {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}
#contact .php-email-form button[type=submit]:hover {
  cursor: pointer; */

} /* Добавил КАРТИНКУ */
  #contact .contact-img-right {/* Добавил картинка по размеру блока */
    max-width: 100%;
    float: right; /* 
    padding: 0 0 30px 30px; */
  }
  #contact .contact-img-left {
    max-width: 100%;
    float: left;
    padding: 0 30px 30px 0;
  }

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Danslaid Section-- С Л А Й Д Е Р из- Gallery Section -ПасекиУрала
--------------------------------------------------------------*/
/* было-   #danslaid .swiper-pagination / убрал- #danslaid он вСкриптах!*/  /*
#danslaid {
  padding: 60px;
  overflow: hidden;
}*/
 .swiper-pagination {
  margin-top: 0px;/*20px;*/
  position: fixed;   
}
 .swiper-pagination .swiper-pagination-bullet {
  width: 12px; /* было- 12px; */
  height: 12px; /* было- 12px; */
  background-color: #a0f1fc; /* было- #a8a8a8; */
  opacity: 0.9;
   /* border: 1px solid #a1a1a1;  */
    outline: none; /*убрал обводку при нажатии*/
}
 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d0f8ff; /*  border: 5px solid #cfcd43;*/
  border: none;
    outline: none;/*убрал обводку при нажатии булета*/
    box-shadow: none;/*убрал обводку при нажатии*/
  width: 45px; 
  height: 12px;
  border-radius: 100px 100px 100px 100px;
}
 .swiper-slide-active {
  text-align: center;
}


  .swiper-wrapper { /* было-   #danslaid .swiper-wrapper */
    padding: 60px 0; /* ОтступБулетов-Бобышков было-  40px 0; */
     /* margin-left: 50px;  -Сдвиг картинок не поцентру- */
  }
  .swiper-slide-active { /* было-  #danslaid .swiper-slide-active */
    /*border: 1px solid #9cb431;*/ /* мой- border: 1px solid #9cb431; / было- border: 5px solid #f82249; */
    /*padding: 0px;  было- padding: 4px; *//* 
    background: #fff; */
    
    transform: scale(1.05); /* УвеличениеЦЕНТРкартинки было- transform: scale(1.15);  */
    /*margin-top: 6px;*/

}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# dan button ------ КНОПКА ГРАДИЕНТ
--------------------------------------------------------------*/
.dan-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;

  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;


  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dan-button:hover {
  cursor: pointer; 
  background: linear-gradient(45deg, #1dc8cd, #1de099);
  color: #fff;
}


.dan-button2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;

  background: linear-gradient(45deg, #dde01d, #cd871d);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff; 

}
.dan-button2:hover {
  cursor: pointer; 
  background: linear-gradient(45deg, #cd871d, #dde01d);
  color: #fff;
}


.danvk-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;

  background: linear-gradient(45deg, #1d98e0, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;


  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.danvk-button:hover {
  cursor: pointer; 
  background: linear-gradient(45deg, #1dc8cd,#1d98e0);
  color: #fff;
}


.dan-button3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;

  background: linear-gradient(45deg, #adada0, #929289); /*  linear-gradient(45deg, #929289, #5a5752); */
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;

}
.dan-button3:hover {
  cursor: pointer;  
  background: linear-gradient(45deg, #929289, #adada0);
  color: #fff;
}

.btn-dan0 { /* [ YANDEX+++++ -=[Поделиться]=- -!НеРаботает???!!!] */
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  /*display: inline-block;*/
  padding: 0px 0px 0px 0px;   /*Bilo-  10px 23px 11px 23px; */
  border-radius: 50px; /* углы Bilo- 50px; */
  transition: 0.5s;
  margin: 10px 0 0 0; /* отступ от верха текста  margin: 10px 0 0 0; */
   display: inline-block;  /*Dan- PO SHIRINE BLOKA! -- block;*/
   text-align: center;
   color: #fff;
   /*font-style: italic;*/
   background: #fff; /* linear-gradient(45deg, #fff, #c4c4c4); / linear-gradient(45deg, #e6e6e6, #adada0); */
   opacity: 0.9;
  }

/*--------------------------------------------------------------
# POKAZ TOLKO NaKOMPE
--------------------------------------------------------------*/
/*----------  -- DAN --POKAZ TOLKO NaKOMPE -- VnutriMENU!!!--  ---------*//*----------    ---------*/
@media screen and (max-width: 600px) {
  .hide-mobile {
    visibility: hidden;
    display: none;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}
#footer .credits {
  font-size: 13px;
  color: #888;
}
#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}
#footer .footer-links a:first-child {
  padding-left: 0;
}
#footer .footer-links a:hover {
  color: #1dc8cd;
}