/* Шрифт заголовков H1 и H2 */
@font-face {
    font-family: 'Capture it';
    src: url('../fonts/Captureit.woff2') format('woff2'),
        url('../fonts/Captureit.woff') format('woff'),
        url('../fonts/Captureit.ttf') format('truetype');
}

/* body {font-size: 18px;}
  a {text-decoration: none; color:#999;}
  a:hover {text-decoration: none; color:#CC0000;} */

h1,
h2 {
    font-family: "Capture it", sans-serif;
    letter-spacing: 4px;
}

h1,
.h1 {
    font-size: 28px !important;
}

h2,
.h2 {
    font-size: 24px !important;
}

@media screen and (max-width: 768px) {

    h1,
    .h1 {
        font-size: 22px !important;
    }

    h2,
    .h2 {
        font-size: 20px !important;
    }
}

/* Адаптивность всех картинок */
img {
    max-width: 100%;
    height: auto;
}

/* Основные цвета */
.m-color {
    color: #F7A21F;
}

.m-color a {
    color: #F7A21F;
}

.m-bg {
    background: #F7A21F;
}


.head-phone a {
    color: #000;
    font-size: 17px;
    text-decoration: none;
}

.head-phone a:hover {
    color: #CC0000;
}

.link-blue a:hover {
    color: #0d6efd !important;
}

.head-whatsapp a {
    color: #000;
    font-size: 17px;
    text-decoration: none;
}

.head-whatsapp a:hover {
    color: #CC0000;
}

/* Навигация - меню */
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: rgb(255, 226, 181);
    background: linear-gradient(0deg, rgba(255, 226, 181, 1) 0%, rgba(255, 171, 42, 0.7287289915966386) 100%);
}

.bg-grad {
    background: rgb(255, 226, 181);
    background: linear-gradient(0deg, rgba(255, 226, 181, 1) 0%, rgba(255, 171, 42, 0.7287289915966386) 100%);
}

/* футер ссылки */

.foot-phone a i {
    color: #F7A21F;
    text-decoration: none;
}

.foot-phone a i:hover {
    color: #CC0000;
}

.foot-whatsapp a i {
    color: #000;
    text-decoration: none;
}

.foot-whatsapp a i:hover {
    color: #CC0000;
}

.list-unstyled li a {
    color: #000;
    text-decoration: none;
}

.list-unstyled li a:hover {
    color: #CC0000;
}

.list-inline li a {
    color: #000;
    text-decoration: none;
}

.list-inline li a:hover {
    color: #CC0000;
}


/* Размеры шрифта */
.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-35 {
    font-size: 35px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-44 {
    font-size: 44px;
}

.fs-46 {
    font-size: 46px;
}

.fs-48 {
    font-size: 48px;
}

.fs-50 {
    font-size: 50px;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.line-00 {
    line-height: 1
}

.line-0 {
    line-height: 1.2
}

.line-1 {
    line-height: 1.3
}

.line-2 {
    line-height: 1.4
}

.line-3 {
    line-height: 1.5
}

/* средний */
.line-4 {
    line-height: 1.6
}


.radiuss {
    border-radius: 0.6rem;
}

.radiusss {
    border-radius: 1rem;
}

.radius-img {
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.radius-top-right {
    border-radius: 0 0.8rem 0.8rem 0.8rem;
}

/* Бургер анимация */
.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

/* Обнуляем BS */
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    /* толщина линии */
    width: 100%;
    background: #000;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* при нажатии */
.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

/* иконка при открытом */
.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}

/* Индикаторы навигации по слайдам */
.carousel-indicators [data-bs-target] {
    width: 60px;
    height: 4px;
    background-color: #FFCC99;
}

/* Увеличение блоков иконок */
.cards {
    transition: all 0.3s ease;
    cursor: pointer;
}

.cards:hover {
    transform: scale(1.04);
}

/* обрамление формы заказа контактов */
.service-forms {
    background: repeating-linear-gradient(-45deg, #383838, #383838 10px, #fff 10px, #fff 20px, #F7A420 20px, #F7A420 30px, #fff 30px, #fff 40px), #fff;
    padding: 8px;
    margin: 30px 0
}

.service-forms .service-forms-content {
    background: #fff;
    padding: 25px
}

/*---------- вверх - вниз ------------*/
.go-up,
.go-down {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 2%;
    background: #F7A21F;
    border: 2px solid #FFF;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font: normal normal 42px/42px sans-serif;
    text-shadow: 0 1px 2px #333;
    opacity: .9;
    padding: 3px;
    width: 42px;
    height: 48px;
}

.go-up {
    bottom: 60px;
}

.go-down {
    bottom: 10px;
}

.go-down:hover,
.go-up:hover {
    opacity: 1;
    box-shadow: 0 2px 0.2em -1px #666;
}

.go-up {
    margin-bottom: 20px;
}

.go-down {
    margin-bottom: 15px;
}

/* счётчик посещений */
.count-li a {
    opacity: 0.3;
}

.count-li a:hover {
    opacity: 1;
}

/* Кнопка записаться */
.btn-grad {
    background-image: linear-gradient(to right, #F49300 0%, #FFC46A  51%, #F49300  100%);
    margin: 10px;
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #000;            
    box-shadow: 0 0 20px #eee;
    border-radius: 20px;
    display: block;
    text-decoration: none;
  }
  .btn-grad:hover {
    background-position: right center; 
    text-decoration: none;
  }


