﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed|Open+Sans|Cormorant+Infant');

span {
	font-family: "Open Sans Condensed", sans-serif !important;
	font-weight: 100;
}

.navbar-nav span {
    font-weight: 600;
}

/* меняем цвет активного пункта меню */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: #d10000;
}

/* меняем цвет полосок */
.bar-center:after, .bar-left:after, .bar-right:after, .dbar-center:after, .dbar-left:after, .dbar-right:after {
    border-bottom: 2px solid #ffffff !important;
}

/* меняем цвет кнопок */
.btn-main:visited {
	background-color: #d10000 !important;
}

.btn-main,
.btn-main:visited {
	background-color: #d10000 !important;
}

/* меняем цвет кнопки в текстовом блоке */
.btn-line, .btn-line:active, .btn-line:focus {
    background: #d10000;
    color: #ffffff;
    border: 1px solid rgba(0,0,0,.24);
}

/* меняем цвет иконок */
.feature-list .icon {
    color: #d10000 !important;
}


/* меняем расстояние между блоками блоке */
.section#PEDIKYUR_3331 {
        padding-top: 0px;
    }


.testimonial-item blockquote {
    background: #d10000;
}

/* h1, .h1, .text-xxl {
    text-align: right;
} */
h1 {
    margin-bottom: 0px;
}

/* меняем положение картинки в 1 в текстовом блоке */
.section#O-nas_3329.section .rounded-4px {
    margin-top: 100px !important;
}


/* меняем положение картинки в 2 в текстовом блоке */
.section#Plyushki_3327.section .rounded-4px {
    margin-top: 80px !important;
}

/* меняем положение картинки в 3 в текстовом блоке */
.section#Plyushki_3326.section .rounded-4px {
    margin-top: 90px !important;
}

/* Фон акции */
#Aktsiya_3336.section {
    background: rgba(86, 159, 55, 0.35);
}

.row.gutter-40{
	margin-right:0!important;
}

.row.gutter-40 .rounded-4px {
	padding-top: 30px;
}

/* Убираем подписи под видео*/

#secondary, #footer {
    height: 0px;
    padding-top: 0px;
}

/* Поднимаем видео */

#Podval_3344.section.bordered {
	padding-top: 0px;
}

.bordered::after {
    display: none;
}

/* Выравниваем надпись справа */

#Podval_3344 .col-md-3 {
	padding-top: 50px;
}

#Relaks_3327.section .rounded-4px {
    margin-top: 50px !important;
}

/* меняем цвет верхнего меню */
.enable-sticky-nav .navbar-inverse.nav-sticky {
    background: #E86868;
}

#Aktsiya_3336 {
	padding-bottom: 30px;
}

/* Форма */

.section-inverse .register-form {
    background: #E86868;
}

.section-inverse ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.63);
}

.section-inverse :-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,0.63);
}

.section-inverse ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.63);
}

.section-inverse :-ms-input-placeholder {
    color: rgba(255,255,255,0.63);
}

#ddl.form-control {
	color: rgba(255,255,255,0.63);
}

#txaCell {
    border: 1px solid rgba(255, 255, 255, 0.18);
}

/*========== Контакты =========*/

.icon-list-vert .icon.mdi.empty-icon {
	background-image: url(/files/images/wa.png);
    background-size: cover;
}

.icon-list-vert a {
	color: #d10000;
}


.feature-container {
	margin-bottom: 50px;
}

/*========== Контакты в форме =========*/

.call .mce-item-table {
border-collapse: separate;
    border-spacing: 15px;
    }