/*
 Theme Name: Rybina Theme2
 Description: Custom theme for the blog
 Author: Sable
 Version: 1.0
*/

:root {
  --accent-color: #df6323;
  --color-bg-header: #f49f3654;
  --color-bg-header-scroll: #ffb55a47;
  --color-title: #222;
}

/* Выделение (Selection) */
::selection, ::-moz-selection {
  background-color: #0093df;
  color: #fff;
}

/* Современное свойство placeholder */
::placeholder {
  color: #777;
  font-weight: 300;
}


ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

iframe {
  border: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/* Общие заголовки */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif !important;
  color: #222;
  line-height: 1.2em !important;
  margin: 0;
  font-weight: 600;
}

/* Альтернативный набор, если нужны классы .h1, .h2... */
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 600;
  color: #222;
}

h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }
h6, .h6 { font-size: 14px; color: #222; }

.gray-bg {
  background: #f9f9ff;
}

/* Блок утилитарных классов для типографики и отступов */
.fz-11 { font-size: 11px; }
.fz-12 { font-size: 12px; }
.fz-13 { font-size: 13px; }
.fz-14 { font-size: 14px; }
.fz-15 { font-size: 15px; }
.fz-16 { font-size: 16px; }
.fz-18 { font-size: 18px; }
.fz-30 { font-size: 30px; }
.fz-48 { font-size: 48px !important; }

.fw100 { font-weight: 100; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500; }
.f700  { font-weight: 700; }
.fsi   { font-style: italic; }

/* Отступы (margin) */
.mt-10  { margin-top: 10px; }
.mt-15  { margin-top: 15px; }
.mt-20  { margin-top: 20px; }
/* ... и так далее, аналогично для ml-, mr-, mb-, pt-, pb- */

/* Сброс для отображения flex и т. д. без -webkit/-moz */
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-left {
  justify-content: flex-start;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-column {
  flex-direction: column;
}
/* и т. д. по аналогии */

/* Пример общих классов */
.text-center  { text-align: center; }
.text-left    { text-align: left; }
.text-rigth   { text-align: right; }
.text-white   { color: #fff; }
.text-black   { color: #000; }
.transition   { transition: all 0.3s ease; }
.overflow-hidden { overflow: hidden; }
.relative     { position: relative; }

.section-full {
  padding: 100px 0;
}
.section-half {
  padding: 75px 0;
}

/* Пример адаптивной правки */
@media (max-width: 767px) {
  .no-flex-xs { display: block !important; }
}

/* Пример стилизации заголовков в .section-title-wrap */
.section-title-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .section-title-wrap {
    margin-bottom: 40px;
  }
}
.section-title-wrap h1, .section-title-wrap h2 {
  font-weight: 100;
  font-size: 50px;
  margin-bottom: 18px;
  line-height: 36px !important;
}
@media (max-width: 768px) {
  .section-title-wrap h1, .section-title-wrap h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
.section-title-wrap.products {
  margin-bottom: -12px;
  text-align: center;
}
.section-title-wrap p {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  max-width: 492px;
  margin: 0 auto;
}

/* Пример оформления баннера, обёрток и т. д. */
.whole-wrap {
  background-color: #f9f9ff;
}
.generic-banner {
  margin-top: 60px;
  background-color: #0093df;
  text-align: center;
}
.generic-banner .height {
  height: 600px;
}
@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 400px;
  }
}
.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}
.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}

.generic-content h1 {
  font-weight: 600;
}

.about-generic-area {
  background: #fff;
}
.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
}
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}
.switch-wrap p {
  margin: 0;
}

/*---------- End Elements Page -------------*/
.sample-text-area {
  background: #f9f9ff;
  padding: 100px 0 70px 0;
}
.sample-text {
  margin-bottom: 0;
}
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}
.typo-list {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .typo-sec, .element-wrap {
    margin-bottom: 30px;
  }
}

/* Стили для базовых тегов */
b, sup, sub, u, del { color: #0093df; }
h1 { font-size: 42px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #777;
}

/* Блоки секций/контента */
.button-area {
  background: #f9f9ff;
}
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* Соц. иконки */
.social-icons-list {
  display: flex;
  justify-content: flex-end;
}
.header-top__mobile-header .social-icons-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-inline-start: 20px;
}
.social-icon {
  box-sizing: border-box;
  max-height: 32px;
  padding-top: 3px;
}

/* Кнопки */
.genric-btn {
  display: inline-block;
  line-height: 45px;
  padding: 0 30px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}
.genric-btn.large {
  line-height: 45px;
}
.genric-btn.medium {
  line-height: 30px;
}
.genric-btn.small {
  line-height: 25px;
}
.genric-btn.radius {
  border-radius: 3px;
}
.genric-btn.circle {
  border-radius: 20px;
}
.genric-btn.arrow {
  display: inline-flex;
  align-items: center;
}
.genric-btn.arrow span {
  margin-left: 10px;
}

/* Варианты кнопок */
.genric-btn.default {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border:hover {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
  margin-top: -15px;
  text-transform: uppercase;
}
.genric-btn_inactive.primary {
  color: var(--accent-color);
  background: transparent;
  cursor: auto;
}
.genric-btn.primary-border {
  color: #0093df;
  background: #fff;
  border: 1px solid #0093df;
}
.genric-btn.primary-border:hover {
  color: #fff;
  background: #0093df;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.link {
  color: #222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}
.genric-btn.link:hover {
  color: #222;
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.link-border {
  color: #222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}
.genric-btn.link-border:hover {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.disable {
  color: #222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* Цитата */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #0093df;
}

/* Таблица прогресса */
@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll;
  }
}
.progress-table {
  background: #fff;
  padding: 15px 0 30px;
  min-width: 800px;
}
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}
.progress-table .country {
  width: 28.07%;
}
.progress-table .visit {
  width: 19.74%;
}
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}
.progress-table .table-head,
.progress-table .table-row {
  display: flex;
}
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
}
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}
.progress-table .table-row .country img {
  margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
  width: 80%;
  background: transparent;
  border-radius: 0;
}
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
  transition: all 0.3s ease;
}
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4,
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* Галерея */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition: all 0.3s ease;
  height: 200px;
}
.single-gallery-image:hover {
  opacity: 0.8;
}

/* Стили списков */
.list-style {
  width: 14px;
  height: 14px;
}
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #0093df;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}
.ordered-list,
.ordered-list-alpha,
.ordered-list-roman {
  margin-left: 30px;
}
.ordered-list li,
.ordered-list-alpha li,
.ordered-list-roman li {
  line-height: 1.82em !important;
  font-weight: 500;
  color: #0093df;
}
.ordered-list li span,
.ordered-list-alpha li span,
.ordered-list-roman li span {
  color: #777;
  font-weight: 300;
}
.ordered-list li {
  list-style-type: decimal-leading-zero;
}
.ordered-list-alpha li {
  list-style-type: lower-alpha;
}
.ordered-list-roman li {
  list-style-type: lower-roman;
}

/* Поля ввода */
.single-input,
.single-textarea,
.single-input-primary,
.single-input-accent,
.single-input-secondary {
  display: block;
  width: 100%;
  background: #fff;
  outline: none;
  border: none;
  padding: 0 20px;
}
.single-input {
  line-height: 40px;
}
.single-textarea {
  line-height: 40px;
  height: 100px;
  resize: none;
}
.single-input:focus,
.single-textarea:focus {
  outline: none;
}
.single-input-primary,
.single-input-accent,
.single-input-secondary {
  border: 1px solid transparent;
  line-height: 40px;
}
.single-input-primary:focus {
  border: 1px solid #0093df;
}
.single-input-accent:focus {
  border: 1px solid #eb6b55;
}
.single-input-secondary:focus {
  border: 1px solid #f09359;
}

.input-group-icon {
  position: relative;
}
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
  color: #797979;
}
.input-group-icon .single-input {
  padding-left: 45px;
}

/* Свитчи (switch) */
.default-switch,
.primary-switch,
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.default-switch input,
.primary-switch input,
.confirm-switch input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.default-switch input + label {
  position: absolute;
  top: 1px; left: 1px;
  width: 15px; height: 15px;
  border-radius: 50%;
  background: #0093df;
  transition: all 0.2s;
  box-shadow: 0 4px 5px rgba(0,0,0,0.2);
  cursor: pointer;
}
.default-switch input:checked + label {
  left: 19px;
}
.primary-switch input + label,
.confirm-switch input + label {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
}
.primary-switch input + label:before,
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  border-radius: 8.5px;
  background: transparent;
  transition: all 0.2s;
  cursor: pointer;
}
.primary-switch input + label:after,
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px; left: 1px;
  width: 15px; height: 15px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s;
  box-shadow: 0 4px 5px rgba(0,0,0,0.2);
  cursor: pointer;
}
.primary-switch input:checked + label:before {
  background: #0093df;
}
.primary-switch input:checked + label:after {
  left: 19px;
}
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* Чекбоксы */
.primary-checkbox,
.confirm-checkbox,
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.primary-checkbox input,
.confirm-checkbox input,
.disabled-checkbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-checkbox input + label,
.confirm-checkbox input + label,
.disabled-checkbox input + label {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) center/cover no-repeat;
  border: none;
}
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) center/cover no-repeat;
  border: none;
}
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) center/cover no-repeat;
  border: none;
}

/* Радио-кнопки */
.primary-radio,
.confirm-radio,
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.primary-radio input,
.confirm-radio input,
.disabled-radio input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-radio input + label,
.confirm-radio input + label,
.disabled-radio input + label {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) center/cover no-repeat;
  border: none;
}
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) center/cover no-repeat;
  border: none;
}
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) center/cover no-repeat;
  border: none;
}

/* Селекты */
.default-select,
.form-select {
  height: 40px;
}
.default-select .nice-select,
.form-select .nice-select {
  border: none;
  border-radius: 0;
  height: 40px;
  background: #fff;
  padding: 0 40px 0 20px;
  width: 100%;
}
.default-select .nice-select .list,
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  padding: 10px 0;
}
.default-select .nice-select .list .option,
.form-select .nice-select .list .option {
  font-weight: 300;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
  transition: all 0.3s ease;
}
.default-select .nice-select .list .option.selected,
.form-select .nice-select .list .option.selected {
  color: #0093df;
  background: transparent;
}
.default-select .nice-select .list .option:hover,
.form-select .nice-select .list .option:hover {
  color: #0093df;
  background: transparent;
}
.default-select .current,
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.default-select .nice-select::after,
.form-select .nice-select::after {
  right: 20px;
}

/* Дополнительно */
@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px;
  }
}

/* Элементы обёртки */
.single-element-widget {
  margin-bottom: 30px;
}
/* =================================== */
/*  Menu Styles
/* =================================== */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-top {
  min-height: 40px;
  padding: 15px;
  background-color: var(--color-bg-header);
}
@media (max-width: 992px) {
  .header-top {
    display: none;
  }
}

/* .header-top внутри */
.header-top .container {
  padding: 0;
}
.header-top a {
  font-size: 14px;
  transition: 0.3s ease;
}
.header-top ul li {
  display: inline-block;
}
.header-top .header-top-left {
  text-align: left;
}
.header-top .header-top-left i {
  color: #c0c4cf;
  transition: 0.3s ease;
}
.header-top .header-top-left a {
  margin-right: 20px;
}
.header-top .header-top-left a:hover i {
  color: #fff;
}

/* header-top-right */
.header-top .header-top-right {
  text-align: right;
  align-self: center;
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  gap: 15px;
}
.header-top .header-top-right a {
  margin-left: 10px;
  color: #222;
  font-weight: 300;
  transition: 0.3s ease;
}
.header-top .header-top-right a .lnr {
  display: none;
  font-weight: 700;
}
@media (max-width: 480px) {
  .header-top .header-top-right a .lnr {
    display: inline-block;
  }
  .header-top .header-top-right a .text {
    display: none;
  }
}

/* Кнопка Book Now в header-top-right */
.header-top .header-top-right a.book-now {
  background: transparent;
  color: #222;
  border: 1.5px solid #222;
  padding: 12px 25px;
  letter-spacing: 3.4px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}
.header-top .header-top-right a.book-now:hover {
  background: var(--accent-color);
  color: #f9d5a4;
  border: 1px solid var(--accent-color);
}

/* При скролле */
.header-scrolled .header-top {
  display: none;
}
.header-scrolled .main-menu {
  padding: 10px 30px;
}

/* Прочие стили header */
.top-head-btn {
  background: #0093df;
  padding: 9px 26px;
}
.main-menu {
  padding: 20px 0;
}

/* Основной контейнер header */
#header {
  position: fixed;
  left: 0; top: 0; right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header.header-scrolled {
  background-color: var(--color-bg-header-scroll);
  display: inline;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  #header.header-scrolled {
    display: none;
  }
}
#header.header-scrolled .main-menu .nav-menu ul {
  background-color: var(--color-bg-header-scroll);
}

/* Лого в зависимости от разрешения */
@media (max-width: 673px) {
  #logo {
    margin-left: 20px;
  }
}
@media (min-width: 993px) {
  #logo {
    display: none;
  }
}

/* Переворот flex при ширине >= 673px */
@media (min-width: 673px) {
  .d-flex.menu-row-reverse {
    flex-direction: row-reverse;
  }
}

/* Лого и его обёртка */
.main-logo-position {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-logo {
  height: 100px;
}
.logo-title {
  border-left: 1px solid var(--color-title);
  box-sizing: border-box;
  padding: 15px 15px 15px 20px;
}
@media (max-width: 438px) {
  .logo-title {
    border-left: 0;
    padding: 0 15px 0 10px;
  }
}
.logo-title_font {
  margin-bottom: 0;
  color: var(--color-title);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 4px;
}

/* Дополнительные стили логотипа в header */
#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}
#header #logo h1 a,
#header #logo h1 a:hover {
  color: #000;
  padding-left: 10px;
  border-left: 4px solid #0093df;
}
#header #logo img {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
}

/* Шапка для мобильной версии */
.header-top__mobile-header {
  padding-block: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .header-top__mobile-header {
    padding: 20px 55px;
    justify-content: flex-start;
  }
}
@media (max-width: 672px) {
  .header-top__mobile-header {
    padding: 10px;
  }
}
.header-top__mobile-header-logo-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Сброс и базовые стили */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > li {
  float: left;
  position: relative;
  white-space: nowrap;
  margin-left: 30px;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99;
  margin: 28px 0 0;
  padding: 10px;
  box-shadow: 0 0 30px rgba(127,137,161,0.25);
  background: #fff;
}

.nav-menu ul ul {
  top: 0;
  right: 100%;
  margin-top: 0;
  margin-right: 10px;
}

.nav-menu ul li {
  min-width: 180px;
  transition: .3s;
}
.nav-menu ul li a {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  color: #333;
  transition: .3s;
  text-transform: none;
}
.nav-menu ul li:hover > a {
  color: var(--accent-color);
}

/* Пункты первого уровня */
.nav-menu li a {
  text-decoration: none;
  display: inline-block;
  color: #222;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  outline: none;
  transition: .3s;
}
.nav-menu li a.active,
.nav-menu li a:hover,
.nav-menu li:hover > a {
  color: var(--accent-color);
}

/* Стрелки для подменю (FontAwesome) */
.sf-arrows .sf-with-ul {
  padding-right: 12px;
  position: relative;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: -2px;
  font-family: FontAwesome;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Контейнер для меню на декстопе */
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  top: 26px;
  right: 15px;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: .4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i {
  color: #000;
  font-weight: 900;
}

@media (max-width: 992px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

/* Стили мобильного меню */
#mobile-nav {
  position: fixed;
  top: 0;
  left: -260px;
  bottom: 0;
  width: 260px;
  padding-top: 18px;
  background: rgba(0,0,0,0.8);
  z-index: 998;
  overflow-y: auto;
  transition: .4s;
}

#mobile-nav ul {
  margin: 0;
  padding: 0;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  display: block;
  width: 100%;
  padding: 10px 15px 10px 22px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  outline: none;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #0093df;
}
#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}
#mobile-nav ul .menu-item-active {
  color: #0093df;
}

/* Оверлей для затемнения при открытом мобильном меню */
#mobile-body-overly {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 997;
}

/* Активное мобильное меню */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/* =================================== */
/*  Homepage Styles
/* =================================== */
.section-gap {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .section-gap {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .section-gap {
    padding: 60px 0;
  }
}

.section-gap-bottom {
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .section-gap-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .section-gap-bottom {
    padding-bottom: 60px;
  }
}

.alert-msg {
  color: #008000;
}

/* Кнопка .primary-btn */
.primary-btn {
  background: transparent;
  line-height: 55px;
  padding: 0 45px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--accent-color);
  border: 1.5px solid var(--accent-color);
  display: inline-block;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.primary-btn:focus {
  outline: none;
}
.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-60%);
  transition: 0.3s;
}
.primary-btn:hover {
  color: #fff;
  background: var(--accent-color);
}
.primary-btn:hover span {
  color: #fff;
  right: 20px;
}
.primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}
.primary-btn.white span {
  color: #fff;
}
.primary-btn.white:hover {
  background: #fff;
  color: #0093df;
}
.primary-btn.white:hover span {
  color: #0093df;
}
.primary-btn.squire {
  border-radius: 0 !important;
  border: 1px solid transparent;
}
.primary-btn.squire:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

/* Overlay */
.overlay {
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
}

/*-------- Banner Area ------------*/
.banner-area {
  background: url(../img/banner-bg.jpeg) center / cover no-repeat;
}
.banner-area .container-fluid {
  padding: 0 10%;
}
@media (max-width: 992px) {
  .banner-area .container-fluid {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .banner-area .banner-img {
    display: none;
  }
}
.container-fluid {
  position: relative;
}
.banner-img {
  align-self: end;
  z-index: 2;
}
.banner-img::after {
  content: "";
  position: absolute;
  inset: 100px 50px;
  width: 360px; height: 360px;
  border: 3px solid var(--color-bg-header);
  border-radius: 100%;
  filter: drop-shadow(15px -15px 2px var(--accent-color));
  z-index: -1;
}
@media (max-width: 1100px) {
  .banner-img::after {
    inset: 0 50px;
  }
}
/*.fullscreen { height: 700px !important; }*/

.banner-area__content {
  display: flex;
  flex-direction: row;
  height: 100vh;
  gap: 20px;
}
.banner-area__content-img {
  align-self: flex-end;
  width: 100%;
  display: block;
}
@media (max-width: 992px),
(height > 1140px),
(height < 680px) {
  .banner-area__content-img {
    display: none;
  }
}
.banner-area__content-title {
  display: block;
}
@media (height < 340px) {
  .banner-area__content-title {
    display: none;
  }
}
.banner-area__btn {
  display: block;
}
@media (height < 420px) {
  .banner-area__btn {
    display: none;
  }
}
.banner-content {
  text-align: left;
  align-self: center;
}
@media (max-height: 875px) {
  .banner-content {
    padding-block-start: 15%;
  }
}
@media (max-height: 480px) {
  .banner-content {
    padding-block-start: 100px;
  }
}
@media (max-width: 1192px) {
  .banner-content {
    align-self: center;
  }
}
.banner-content h1 {
  font-size: 60px;
  font-weight: 100;
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .banner-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 36px;
  }
  .banner-content h1 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .banner-content h1 {
    font-size: 32px;
  }
}
.banner-content h1 span {
  color: var(--accent-color);
}
.banner-content .primary-btn {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  padding: 0 45px;
}
.banner-content .primary-btn:hover {
  background-color: var(--accent-color);
  color: #f5d8c2;
}

/*-------- About Us Area ------------*/
@media (max-width: 991px) {
  .about-area .about-left {
    text-align: center;
    margin-bottom: 50px;
  }
}
.about-area .about-right {
  padding-left: 90px;
}
@media (max-width: 992px) {
  .about-area .about-right {
    padding-left: 15px;
  }
}
.about-area .about-right .single-about {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .about-area .about-right .single-about {
    margin-bottom: 30px;
  }
}
.about-area .about-right .single-about h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 16px;
}
.about-area .about-right .single-about p {
  margin: 0;
}

.about-area__paragraph-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: #524d4d;
}
.about-area__accent-text-color {
  color: var(--accent-color);
  font-weight: 500;
}
.about-area__accent-text {
  font-weight: 400;
}
.about-area__sign {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-block-start: 35px;
  padding-inline-end: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  color: #222;
}
@media (max-width: 992px) {
  .about-area__sign {
    align-items: center;
  }
}
.about-area__sign-img {
  width: 35%;
}
@media (max-width: 992px) {
  .about-area__sign-img {
    width: 25%;
    padding-block-end: 20px;
  }
}

/* Feature Area */
.about-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img-about {
  max-width: 70%;
  height: auto;
  box-shadow: 15px 15px 0 var(--color-bg-header);
}
@media (max-width: 992px) {
  .img-about {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .img-about {
    max-width: 70%;
  }
}

.feature-area.section-gap {
  padding-top: 0;
  padding-bottom: 70px;
}
@media (max-width: 992px) {
  .feature-area.section-gap {
    padding-bottom: 30px;
  }
}
.feature-area.courses {
  padding-top: 120px !important;
}
@media (max-width: 992px) {
  .feature-area.courses {
    padding-top: 80px !important;
  }
}
@media (max-width: 768px) {
  .feature-area.courses {
    padding-top: 60px !important;
  }
}
.feature-area .single-feature {
  margin-bottom: 50px;
}
.feature-area .single-feature figure {
  position: relative;
  overflow: hidden;
}
.feature-area .single-feature figure img {
  transition: 0.3s;
}
.feature-area .single-feature figure .overlay-bg {
  background: rgba(0,0,0,0.2);
}
.feature-area .single-feature h4 {
  margin-top: 30px;
  font-size: 20px;
}
.feature-area .single-feature p {
  margin: 0;
}
.feature-area .single-feature p a {
  color: #777;
  transition: 0.3s;
}
.feature-area .single-feature:hover img {
  transform: scale(1.1);
}
.feature-area .single-feature:hover p a {
  color: #0093df;
}

.section-gap.feature-area .products {
  padding-block-start: 70px;
}

.feature-area__section {
  display: flex;
  flex-direction: column;
  padding-block-start: 20px;
}
.feature-area__list {
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
  color: #524d4d;
}
.feature-area__list-item {
  font-size: 20px;
}
.feature-area__list-item::before {
  content: "\2022";
  margin-right: 12px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-bg-header);
}
.feature-area__accent-text {
  font-weight: 400;
  font-size: 30px;
  color: #2e2e2e;
  padding-right: 5px;
}
.feature-area__accent-text-up {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #222;
}
.margin-text {
  margin-bottom: 40px;
}
.feature-area__button {}

/*--------- End Feature Area  -------------*/
/*--------------------------------------------------------------
# Schedule Area
--------------------------------------------------------------*/
.schedule-area {
  background: #f9f9ff;
  position: relative;
}
.schedule-area .table-wrap {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .schedule-area .table-wrap {
    overflow-x: scroll;
  }
}
.schedule-area .table {
  text-align: center;
}
.schedule-area .table .name {
  padding: 28px 0;
}
.schedule-area .table tr {
  transition: 0.3s;
}
.schedule-area .table tr td {
  font-weight: 400;
  vertical-align: middle;
}
.schedule-area .table tr .name {
  font-weight: 400;
}
.schedule-area .table tr:hover {
  background-color: #fff;
  color: #222;
  box-shadow: 0 20px 50px rgba(153,153,153,0.2);
}
.schedule-area .table tr:hover td,
.schedule-area .table tr:hover th.name {
  border: 1px solid transparent;
}
.schedule-area .thead-light th {
  background: #fff;
  border: 0;
  vertical-align: middle;
}
.schedule-area .thead-light .head {
  text-transform: uppercase;
  font-weight: 700;
  color: #222 !important;
}
.schedule-area .featured-img {
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 2;
}
@media (max-width: 992px) {
  .schedule-area .featured-img {
    display: none;
  }
}

/* Список в schedule-area */
.schedule-area__list {
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
  color: #524d4d;
  padding-inline: 5%;
}
.schedule-area__list ul li {
  position: relative;
  padding-left: 65px;
}
.schedule-area__list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 36px;
  height: 36px;
  border: 2px solid var(--color-bg-header);
  border-radius: 50%;
  filter: drop-shadow(10px 5px 2px var(--accent-color));
}
.schedule-area__list-item {
  padding-block-end: 20px;
}

/*--------------------------------------------------------------
# Testimonial Area
--------------------------------------------------------------*/
.testomial-area .owl-carousel .owl-item img {
  width: 12%;
  margin-left: auto;
  padding-block-end: 10px;
}
.owl-carousel .owl-item {
  padding-block-end: 10px;
}
.testomial-area .owl-dots {
  text-align: center;
  bottom: 5px;
  margin-top: 60px;
  width: 100%;
  backface-visibility: hidden;
}
@media (max-width: 992px) {
  .testomial-area .owl-dots {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .testomial-area .owl-dots {
    display: none !important;
  }
}
.testomial-area .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(127,127,127,0.5);
  margin: 0 5px 0 15px;
  transition: 0.3s;
}
.testomial-area .owl-dot.active {
  background: var(--accent-color);
  transition: 0.3s;
}
@media (max-width: 414px) {
  .testomial-area .active-tstimonial-carusel {
    padding: 30px;
  }
}

/* Одиночные Testimonials */
.single-testimonial {
  text-align: right;
  padding: 30px 30px 20px;
  background: #f9f9ff;
  margin: 20px;
  font-weight: 500;
  font-size: 18px;
  color: var(--accent-color);
  transition: 0.3s;
}
.single-testimonial:hover {
  cursor: pointer;
  background: #fff;
  box-shadow: 0 8px 20px rgba(153,153,153,0.2);
  color: var(--accent-color);
}
.single-testimonial:hover h4 {
  color: #0093df;
}
@media (max-width: 575px) {
  .single-testimonial {
    margin: 15px;
  }
}
.single-testimonial h4 {
  padding-block: 10px;
  font-weight: 500;
  font-size: 18px;
  color: var(--accent-color);
  transition: 0.3s;
}
.single-testimonial .desc {
  padding-block: 5px;
  padding-inline-start: 20px;
  border-left: 1.5px solid #524d4d;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  line-height: 1.7;
  color: #524d4d;
}
.single-testimonial .prod {
  padding-block: 5px;
  padding-inline-start: 20px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  color: #524d4d;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* Оформление testimonial с точкой посередине */
.single-testimonial.cost {
  display: grid;
  grid-template-columns: 1fr min-content 1fr;
  gap: 10px;
  align-items: center;
}
.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: 3px 2px 0 var(--color-bg-header);
}
.single-testimonial__sign {
  margin: 0;
}
.single-testimonial__sign-position {
  margin: 0;
  padding-block-start: 3px;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
}
.testomial-area__button {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

/*--------------------------------------------------------------
# Team Area
--------------------------------------------------------------*/
.team-area.section-gap {
  padding-bottom: 70px;
}
@media (max-width: 992px) {
  .team-area.section-gap {
    padding-bottom: 30px;
  }
}
.team-area .single-team {
  margin-bottom: 50px;
}
.team-area .thumb {
  position: relative;
}
.team-area .thumb div {
  position: absolute;
  inset: 0;
  background-color: rgba(0,147,223,0.8);
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
}
.team-area .thumb div a i {
  color: #c0c4cf;
  font-size: 20px;
  padding: 10px;
  transition: 0.3s;
}
.team-area .thumb div a:hover i {
  color: #fff;
}
.team-area .thumb img {
  display: block;
  width: 100%;
}
.team-area .thumb div span {
  position: absolute;
  bottom: 30px;
  left: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
}
.team-area .thumb div p {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-weight: 100;
}
@media (max-width: 768px) {
  .team-area .thumb div p {
    bottom: -15px;
  }
}
.team-area .thumb:hover div {
  cursor: pointer;
  opacity: 1;
}
.team-area .meta-text p {
  margin: 0;
}

/*--------------------------------------------------------------
# CTA One Area
--------------------------------------------------------------*/
.cta-one-area {
  background: url(../img/cta-bg2.jpeg) center / cover no-repeat;
  position: relative;
}
.cta-one-area .wrap {
  margin-bottom: 180px;
}
@media (max-width: 576px) {
  .cta-one-area .wrap {
    margin-bottom: 110px;
  }
}
.cta-one-area .wrap h1 {
  font-weight: 100;
}
.cta-one-area p {
  max-width: 550px;
}
@media (max-width: 576px) {
  .cta-one-area p {
    padding: 0 5%;
  }
}
.cta-one-area .primary-btn:hover {
  color: #f4d8c2;
}
.cta-one-area__title {
  padding-inline-start: calc(2% + 5px);
}
@media (max-width: 991px) {
  .cta-one-area__title {
    padding-inline-start: 0;
    text-align: center;
  }
}
.cta-one-area__content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  padding: 30px 25px;
  align-items: center;
}
@media (max-width: 991px) {
  .cta-one-area__content {
    grid-template-columns: 1fr;
  }
}
.cta-one-area__accent-text {
  font-weight: 500;
  font-size: 28px;
  color: #ed996e;
  padding-right: 15px;
}
.blog-area__accent-text {
  font-weight: 500;
  font-size: 22px;
  color: #ed996e;
}
.cta-one-area__list-item {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.cta-img {
  width: 100%;
  box-shadow: 15px 15px 0 var(--color-bg-header);
}
@media (max-width: 991px) {
  .cta-img {
    width: 0;
  }
}
.cta-img__product {
  width: 100%;
}
@media (max-width: 991px) {
  .cta-img__product {
    width: 0;
  }
}
.cta-one-area__text {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .cta-one-area p {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
@media (max-width: 480px) {
  .cta-one-area p {
    font-size: 10px;
  }
}
.cta-one-area__list {
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: #524d4d;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cta-one-area__accent-text-up {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: var(--accent-color);
}
.primary-btn__results {
  padding-block-start: 35px;
}
@media (max-width: 992px) {
  .primary-btn__results {
    align-self: center;
  }
}

/*--------------------------------------------------------------
# Blog Area
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .single-blog {
    margin-bottom: 40px;
  }
  .single-blog:last-child {
    margin-bottom: 0;
  }
}
.single-blog .thumb {
  overflow: hidden;
}
.single-blog .thumb img {
  width: 100%;
  transition: 0.3s;
}
.single-blog:hover img {
  transform: scale(1.1);
}
.single-blog:hover h4 {
  color: #0093df;
}
.single-blog h4 {
  margin: 40px 0 16px;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .single-blog h4 {
    margin: 20px 0 8px;
  }
}
.single-blog .text-wrap {
  margin: 0 35px 35px 0;
}
@media (max-width: 991px) {
  .single-blog .text-wrap {
    margin: 0 0 12px 0;
  }
}
.single-blog .meta-bottom p {
  margin-right: 25px;
}
.single-blog p {
  margin: 0;
}
.single-blog a {
  color: #222;
}

/* Блоки постов */
.blog-area__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 580px) {
  .blog-area__list {
    grid-template-columns: 1fr;
  }
}
.blog-area__list-item {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #524d4d;
  padding: 3% 3%;
  text-align: center;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.blog-area__list-item-title {
  padding-bottom: 10px;
  font-weight: 400;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Common Page Style
--------------------------------------------------------------*/
.link-nav {
  margin: 10px 0 0;
}
.about-banner {
  background: url(../img/top-banner2.jpeg) right / cover no-repeat;
  position: relative;
}
.about-content {
  padding: 30px 0;
  text-align: center;
  margin: 190px 0 90px;
}
.about-content h1 {
  font-size: 48px;
  font-weight: 100;
}
@media (max-width: 768px) {
  .about-content h1 {
    font-size: 35px;
  }
}
.about-content p {
  font-weight: 400;
}
.about-content a {
  color: #777;
  font-weight: 300;
  font-size: 14px;
  transition: 0.3s;
}
.about-content a:hover {
  color: var(--accent-color);
}
.about-content .lnr {
  margin: 0 10px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Blog Styles
--------------------------------------------------------------*/
.blog-home-banner {
  background: url(../img/blog/blog-home-banner.jpg) bottom / cover no-repeat;
  padding: 130px 0;
}
.blog-home-banner h1 span {
  color: #0093df;
}
.blog-home-banner .primary-btn {
  color: #fff;
  background: #0093df;
}
.blog-home-banner .primary-btn:hover {
  color: #0093df;
  background: #fff;
}
.blog-home-banner .overlay-bg {
  background: rgba(0,0,0,0.3);
}
.blog-page {
  background: #f9f9ff;
}

/* Заголовок/описание блога */
.blog-header-content h1 {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 414px) {
  .blog-header-content h1 {
    font-size: 30px;
  }
}
.blog-header-content p {
  margin: 20px 0;
}

/* Виджет категорий (top-category-widget-area) */
.top-category-widget-area {
  background-color: #f9f9ff;
}
.top-category-widget-area .single-cat-widget {
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
.top-category-widget-area .single-cat-widget .overlay-bg {
  background: rgba(0,0,0,0.85);
  margin: 7%;
  transition: 0.3s;
}
.top-category-widget-area .single-cat-widget img {
  width: 100%;
}
.top-category-widget-area .single-cat-widget .content-details {
  position: absolute;
  top: 32%;
  left: 0; right: 0;
  margin: 0 auto;
  color: #fff;
}
.top-category-widget-area .single-cat-widget .content-details h4 {
  color: #fff;
}
.top-category-widget-area .single-cat-widget .content-details span {
  display: inline-block;
  background: #fff;
  width: 60%;
  height: 1%;
}
.top-category-widget-area .single-cat-widget:hover .overlay-bg {
  background: rgba(0,147,223,0.85);
  margin: 7%;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .top-category-widget-area .single-cat-widget {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# Post Content Area (Single Post)
--------------------------------------------------------------*/
.post-content-area {
  background-color: #f9f9ff;
}
.post-content-area .single-post {
  margin-bottom: 50px;
}
.post-content-area .single-post .meta-details {
  text-align: right;
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .post-content-area .single-post .meta-details {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .post-content-area .single-post .meta-details {
    text-align: left;
  }
}

/* Теги и метаданные */
.post-content-area .single-post .meta-details .tags {
  margin-bottom: 30px;
}
.post-content-area .single-post .meta-details .tags li {
  display: inline-block;
  font-size: 14px;
}
.post-content-area .single-post .meta-details .tags li a {
  color: #222;
  transition: 0.3s;
}
.post-content-area .single-post .meta-details .tags li a:hover {
  color: #0093df;
}

/* Дата, пользователь, просмотры, комментарии */
.post-content-area .single-post .user-name a,
.post-content-area .single-post .date a,
.post-content-area .single-post .view a,
.post-content-area .single-post .comments a {
  color: #777;
  margin-right: 10px;
  transition: 0.3s;
}
.post-content-area .single-post .user-name a:hover,
.post-content-area .single-post .date a:hover,
.post-content-area .single-post .view a:hover,
.post-content-area .single-post .comments a:hover {
  color: #0093df;
}

/* Картинка поста */
.post-content-area .single-post .feature-img img {
  width: 100%;
}

/* Заголовок и отрывок */
.post-content-area .single-post .posts-title h3 {
  margin: 20px 0;
  transition: 0.3s;
}
.post-content-area .single-post .posts-title h3:hover {
  color: #0093df;
}
.post-content-area .single-post .excert {
  margin-bottom: 20px;
}

/* Кнопка "Читать далее" */
.post-content-area .single-post .primary-btn {
  background: #fff !important;
  color: #222 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: 0.3s;
}
.post-content-area .single-post .primary-btn:hover {
  background: #0093df !important;
  color: #fff !important;
}

/* Пагинация */
.blog-pagination {
  padding: 60px 0 120px;
}
.blog-pagination .page-link {
  background: transparent;
  font-weight: 400;
  border-radius: 0;
  transition: 0.3s;
}
.blog-pagination .page-item {
  border: none;
}
.blog-pagination .page-item.active .page-link {
  background-color: #0093df;
  border-color: transparent;
  color: #fff;
}
.blog-pagination .page-link:hover {
  color: #fff;
  background-color: #0093df;
  text-decoration: none;
  border-color: #eee;
}

/* Сайдбар и виджеты */
.sidebar-widgets {
  padding-bottom: 120px;
}
.widget-wrap {
  background: #fafaff;
  padding: 20px 0;
  border: 1px solid #eee;
}
@media (max-width: 991px) {
  .widget-wrap {
    margin-top: 50px;
  }
}
/* ========== Поисковый виджет ========== */
.widget-wrap .search-widget form.search-form input[type="text"] {
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  width: 80%;
  border: none;
  background: #0093df;
  border-radius: 20px 0 0 20px;
}

.widget-wrap .search-widget form.search-form button {
  width: 20%;
  padding: 10px;
  background: #0093df;
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-radius: 0 20px 20px 0;
}

/* ========== Пользовательский виджет ========== */
.widget-wrap .user-info-widget {
  text-align: center;
}
.widget-wrap .user-info-widget a h4 {
  margin: 40px 0 5px;
  transition: 0.3s;
}
.widget-wrap .user-info-widget .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.widget-wrap .user-info-widget .social-links li a {
  color: #222;
  padding: 10px;
  font-size: 14px;
  transition: 0.3s;
}
.widget-wrap .user-info-widget .social-links li a:hover {
  color: #0093df;
}

/* ========== Популярные посты ========== */
.widget-wrap .popular-post-widget .popular-title {
  background: #0093df;
  color: #fff;
  text-align: center;
  padding: 12px 0;
}

/* ========== Футер ========== */
.footer {
  width: 100%;
  background-color: #f8f8f8;
  padding: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  color: #666;
}
@media (max-width: 767px) {
  .footer {
    padding: 15px;
    font-size: 12px;
  }
}

/* Комментарии */
.comments-area {
  background: #fafaff;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}
@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
.comments-area h4 {
  text-align: center;
  margin-bottom: 50px;
}
.comments-area a {
  color: #222;
}
.comments-area .comment-list {
  padding-bottom: 30px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .date {
  font-size: 13px;
  color: #ccc;
}
.comments-area .comment {
  color: #777;
}
.comments-area .btn-reply {
  background: #fff;
  color: #222;
  border: 1px solid #eee;
  padding: 8px 30px;
  display: block;
  font-weight: 600;
  transition: 0.3s;
}
.comments-area .btn-reply:hover {
  background-color: #0093df;
  color: #fff;
}

/* Форма комментариев */
.comment-form {
  background: #fafaff;
  text-align: center;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}
.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
}
.comment-form .name {
  padding-left: 0;
}
@media (max-width: 991px) {
  .comment-form .name {
    padding-right: 0;
  }
}
.comment-form .email {
  padding-right: 0;
}
@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0;
  }
}
.comment-form .form-control {
  padding: 12px;
  background: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 13px;
  color: #777;
}
.comment-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}
/* Placeholder для разных браузеров */
.comment-form ::placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form .primary-btn {
  border-radius: 0 !important;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 600;
  box-shadow: none !important;
}
.comment-form .primary-btn:hover {
  background: transparent;
  border-color: #0093df !important;
  color: #0093df !important;
}

/*============ Contact Page Styles  =============*/
.contact-page-area {
  background: #f9f9ff;
}
.contact-page-area .map-wrap {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .contact-page-area .map-wrap {
    margin-bottom: 50px;
  }
}
.contact-page-area .contact-btns {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 40px;
  color: #fff;
  margin-bottom: 30px;
}
.contact-page-area .contact-btns:hover {
  color: #fff;
}
.contact-page-area .form-area .form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da !important;
}
.contact-page-area .form-area input {
  padding: 15px;
  height: 45px;
  line-height: 40px;
}
.contact-page-area .form-area input,
.contact-page-area .form-area textarea {
  border-radius: 0;
  font-size: 14px;
}
.contact-page-area .feature-area.section-gap {
  padding-block-start: 70px;
}
.contact-page-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 45px 20px;
  border-bottom: 1.5px solid #524d4d;
}
.contact-page-area__btn {
  padding: 20px;
}
.contact-page-area .form-area textarea {
  height: 223px;
  margin-top: 0;
  padding: 15px;
}
.contact-page-area__contacts {
  display: flex;
  flex-wrap: wrap;
  margin: 45px -15px 75px;
}
.contact-details__title {
  font-weight: 400;
  font-size: 42px;
  color: #222;
  font-family: Linearicons-Free, 'Times New Roman', Times, serif;
  padding-bottom: 50px;
  border-bottom: 1.5px solid #524d4d;
}
.contact-details__paragraph {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  color: #524d4d;
  padding-top: 25px;
}
.contact-details__paragraph a {
  color: #524d4d;
}
.contact-details__paragraph a:hover {
  border-bottom: 1px solid #524d4d;
}

.popup__form {
  width: 70vw;
  max-width: 100%;
}
@media (max-width: 992px) {
  .popup__form {
    width: 75vw;
  }
}
.form-group__title {
  font-weight: 500;
  padding: 20px 0 5px;
}
.popup__form .form-group__title {
  padding-top: 12px;
}
.popup__form .form-group__title:not(:first-of-type) {
  padding-top: 22px;
}
.popup__form .form-group__button {
  justify-content: center;
  padding-top: 25px;
}
.popup__form .common-textarea {
  min-height: 80px;
}
.form-group__required {
  color: #495057;
  font-weight: 300;
  font-size: 12px;
  padding-top: 10px;
  margin: 0;
}
.form-group__button {
  display: flex;
  justify-content: flex-end;
}
.form__input_type_error {
  border-color: var(--accent-color);
}
.form__input-error {
  display: none;
  color: var(--accent-color);
}
.form__input-error_active {
  display: block;
}
.contact-page-area .form-area .genric-btn {
  transition: 0.3s;
  border-radius: 0 !important;
  font-size: 14px;
  text-transform: uppercase !important;
}
@media (max-width: 992px) {
  .contact-page-area .form-area .genric-btn {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .contact-page-area .form-area .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .contact-page-area .address-wrap {
    margin-bottom: 30px;
  }
}
.contact-page-area .address-wrap .single-contact-address {
  margin-bottom: 8px;
  padding-right: 25px;
}
.contact-page-area .address-wrap .single-contact-address h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-page-area .address-wrap .single-contact-address .lnr {
  font-size: 20px;
  font-weight: 500;
  color: #0093df;
  margin-right: 30px;
}

/* Popup */
.white-popup {
  position: relative;
  width: auto;
  max-width: 980px;
  margin: auto;
  background: #fad8aa;
  padding: 40px 120px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .white-popup {
    padding: 40px 60px;
  }
}
@media (max-width: 480px) {
  .white-popup {
    padding: 40px;
  }
}
.white-popup__title {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.white-popup__title .contact-details__title {
  padding-bottom: 25px;
}
.white-popup__title .contact-details__paragraph {
  margin: 0;
  padding-bottom: 10px;
}
.white-popup__radio {
  padding-top: 3px;
  font-weight: 400;
  font-size: 14px;
  color: #524d4d;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.white-popup__radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-radio {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ced4da;
}
.white-popup__radio input:checked ~ .custom-radio {
  background-color: #fff;
  border: 1px solid #ced4da;
}
.custom-radio:after {
  content: "";
  position: absolute;
  display: none;
}
.white-popup__radio input:checked ~ .custom-radio:after {
  display: block;
}
.white-popup__radio .custom-radio:after {
  top: 3px; left: 3px;
  width: 12px; height: 12px;
  background: var(--accent-color);
  border-radius: 50%;
}
.white-popup__radio:first-of-type {
  margin-top: 5px;
}
.white-popup__radio-label {
  padding-left: 30px;
  cursor: pointer;
  text-transform: lowercase;
}
.white-popup2 {
  width: auto;
  max-width: 500px;
  margin: auto;
  background: #fad8aa;
  padding: 40px;
  color: #222;
  text-align: center;
  font-weight: 500;
}
.white-popup2 h3 {
  color: #222;
  font-weight: 400;
  padding-bottom: 15px;
}
.white-popup2 p {
  margin: 0;
}

/* ========== Footer Styles ========== */
.footer-area {
  background-color: var(--color-bg-header);
}
.footer-area .number {
  color: #0093df;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.footer-area .genric-btn {
  background: var(--accent-color);
  border: none;
  border-radius: 57px;
  height: 36px;
  line-height: 41px;
}
.footer-area .primary-btn:hover .lnr {
  color: var(--color-bg-header-scroll);
}
.footer-area .footer-bottom {
  padding-top: 80px;
}
.footer-area .footer-bottom a {
  color: #0093df;
}
.footer-area .footer-bottom .footer-text {
  margin-bottom: 0 !important;
}
.footer-area .footer-bottom .footer-social {
  text-align: right;
}
.footer-area .footer-bottom .footer-social a {
  display: inline-table;
  width: 40px;
  height: 40px;
  background: #252526;
  text-align: center;
  padding-top: 10px;
  transition: 0.3s;
}
.footer-area .footer-bottom .footer-social a:hover {
  background-color: #0093df;
}
.footer-area .footer-bottom .footer-social i {
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .footer-area .footer-bottom .footer-social {
    text-align: left;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .footer-area .single-footer-widget .newsletter .primary-btn {
    width: auto;
    top: 5px;
    transform: translate(0, 0);
    right: 0 !important;
  }
}
.single-footer-widget {
  width: 100%;
}
.navbar-form {
  position: relative;
}
.navbar-form_text {
  position: absolute;
  color: var(--accent-color);
  left: 20px;
  padding-top: 5px;
  font-size: 14px;
}
.single-footer-widget .navbar-form {
  width: 100%;
}
.single-footer-widget .navbar-form .form-control {
  border: none;
  border-radius: 20px;
  font-size: 13px;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  padding: 9px 9px 9px 20px;
  color: #fff;
}
.single-footer-widget .navbar-form .form-control:focus {
  box-shadow: none !important;
}
.single-footer-widget .navbar-form .add-on {
  background: #1a1a1a;
  border-radius: 35px;
  border: 1px solid #1a1a1a;
}
.single-footer-widget .navbar-form .genric-btn {
  padding: 0;
  transition: 0.3s;
}
.single-footer-widget .navbar-form .genric-btn:hover {
  background-color: #f4d8c2;
}
.single-footer-widget .navbar-form .genric-btn:hover .lnr {
  color: #1a1a1a;
}
.single-footer-widget .navbar-form .error {
  color: #f00;
}
.single-footer-widget .navbar-form .lnr {
  padding: 11px;
  font-weight: 900;
  font-size: 13px !important;
  color: #1a1a1a;
}
.footer-area__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer-area__accent-text-up {
  font-weight: 400;
  font-size: 30px;
  color: #222;
  line-height: 1.1;
  padding: 0 15px;
  font-family: Linearicons-Free, 'Times New Roman', Times, serif;
  font-style: italic;
}
.footer-area__btn {
  padding: 20px 50px;
}
.footer-area__btn .primary-btn {
  padding: 0 80px;
}
.footer-area__btn .primary-btn:hover {
  color: #f4d8c2;
  background: var(--accent-color);
}
.footer-area__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 0 20px;
}
.text-menu {
  color: #222;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  transition: 0.3s;
}
.text-menu.active {
  color: var(--accent-color);
}
.text-menu:hover {
  color: var(--accent-color);
}
.footer-area__logo {
  position: relative;
  padding-top: 10px;
}
.footer-area__logo-title {
  text-align: right;
}
.site-footer {
  margin-top: 50px;
  padding: 20px;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
}
.content-area {
  margin-bottom: 50px; /* отступ, чтобы контент не залипал к футеру */
}
/*.footer-area__logo-title::after {...} Удалено для сокращения */

.footer-area__social-icons-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-area__social-icons-list .social-icon {
  max-height: 36px;
}
.footer-area__subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.footer-area__subscribe-title {
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: var(--accent-color);
}
.footer-area__subscribe-text {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: #524d4d;
}
.input-group-btn {
  padding-right: 5px;
}
.footer-area__sign {
  margin-bottom: -50px;
  padding-top: 50px;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #524d4d;
  padding: 0 20px;
}
.footer-area__sign a {
  color: #524d4d;
}
.footer-area__sign a:hover {
  border-bottom: 1px solid #524d4d;
}

/* Исправляем наложение Header */
body {
  margin: 0;
  padding: 0;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
main {
  margin-top: 200px; /* отступ под высоту Header */
}

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

/* Стили для контейнера меню */
.nav-container {
  background-color: #f9f9f9;
  padding: 10px 0;
  text-align: center;
}
/* Стили для меню */
.nav-menu {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu li {
  margin: 0 15px;
}
.nav-menu a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  transition: color 0.3s, background-color 0.3s;
}
.nav-menu a:hover {
  border-radius: 5px;
}

/* Верхний Header */
.header-top {
  background-color: rgba(244,159,54,0.33);
  color: #fff;
  padding: 15px 0;
  height: auto;
  transition: transform 0.3s, height 0.3s, padding 0.3s;
  overflow: hidden;
}
/* Нижнее меню */
.nav-container {
  background-color: #f49f3654;
  text-align: right;
  padding: 10px 20px;
}
.fixed-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #f2f2f2;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
/* При скрытии Header */
.hide-header {
  transform: translateY(-100%);
}
/* Уменьшенный Header при скролле */
.header-top.shrink {
  height: 0;
  padding: 0;
  transform: translateY(-100%);
}