/*-----------------Сетки-----------------*/

/*Две колонки*/
.adept-ii {
    width: 100%;
}

/*Флекс контейнер для элементов с размерами flex-basis*/
.flexbox {
    display: -ms-flexbox;	display: -webkit-flex;	display: -webkit-box;	display: flex;
}

/*Флекс контейнер с выравниванием элементов горизонтально по ширине равномерно и вертикально по центру*/
.flex-line {
    display: -ms-flexbox;	display: -webkit-flex;	display: -webkit-box;	display: flex;
    -ms-flex-pack: justify;	-webkit-justify-content: space-between;	-webkit-box-pack: justify;	justify-content: space-between;
    -ms-flex-align: center;	-webkit-align-items: center;	-webkit-box-align: center;	align-items: center;
}

/*Флекс контейнер с выравниванием элементов горизонтально и вертикально по центру*/
.flex-centro {
    display: -ms-flexbox; display: -webkit-flex; display: -webkit-box; display: flex;
    -ms-flex-pack: center; -webkit-justify-content: center; -webkit-box-pack: center; justify-content: center;
    -ms-flex-align: center;	-webkit-align-items: center;	-webkit-box-align: center;	align-items: center;
}

/*Флекс сетка*/
.flex-shine {
    display: -ms-flexbox;	display: -webkit-flex;	display: -webkit-box;	display: flex;
    -ms-flex-pack: justify;	-webkit-justify-content: space-between;	-webkit-box-pack: justify;	justify-content: space-between;
    -ms-flex-align: center;	-webkit-align-items: center;	-webkit-box-align: center;	align-items: center;   
}
.flex-shine div:nth-child(1) {
    background: red;
    text-align: center;
    min-width: 200px;
    -ms-flex: 1 1 auto;	flex: 1 1 auto;
}
.flex-shine div:nth-child(2) {
    background: green;
    max-width: 100%;
    min-width: 200px;
    -ms-flex: 1 1 auto;	flex: 1 1 auto;
}
.flex-shine div:nth-child(3) {
    background: yellow;
    flex-basis: 200px;
    min-width: 200px;
    -ms-flex: 1 1 auto;	flex: 1 1 auto;
}


/*Блок для фонового видео модуля vide.js*/
.face-video {
    width: 100%;
    height: 400px;
    background: url(../img/dotbg.png) repeat;
}

/*Кнопки*/

.btn {
    display: inline-block;
    background: green;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}
.btn:hover {
    background: #035303;
}
.btn:active {
	position:relative;
	top:1px;
}
.btn i {
    margin: 0 15px 0 0;
}

/*Список с контактной информацией*/
.numba {
    position: relative;
    color: #111;
    font-size: 1.3rem;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.numba li {
    padding: 0 0 0 40px;
    margin: 0 0 10px 0;  
}
.numba i {
    text-align: center;
    width: 40px;
    color: green;
    margin: 0 0 0 -40px;
}
.numba i img {
    height: 5px;
    vertical-align: middle;
}
.numba a {
    text-decoration: none;
    color: #111;
    font-size: 1.3rem;
    border-bottom: dotted 1px #111;
    margin: 0 0 0 5px;
}

adress p {
    font-size: 1.1rem;
    margin: 0;
}
adress a {
    display: inline-block;
    color: #d8664e;
}

/*-----------------CallHunt 2.0-----------------*/
#mormo {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(75, 75, 75, 0.81);
    display: none;
    z-index: 99999;
}
.hide-call {
    display: -ms-flexbox;	display: -webkit-flex;	display: -webkit-box;	display: flex;
    -ms-flex-pack: center;	-webkit-justify-content: center;	-webkit-box-pack: center;	justify-content: center;
    -ms-flex-align: center;	-webkit-align-items: center;	-webkit-box-align: center;	align-items: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    border: solid 3px #e9e5e2;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    text-transform: lowercase;
    color: #fff;
    font-family: sans-serif;
    background: #8e1015;
}
#block {
    position:absolute;
    z-index: 99998;
    background: #e9e5e2;
    max-width: 400px;
    height: auto;
    padding: 10px;
    transition-duration: 2s;
    right: 0;
    left: 0;
    top: 30%;
    margin: auto;
}
#block:hover {
    right: 0;
}
/*Форма*/
.formhunt {
    width: 320px;
    margin: auto;
    padding: 50px 0 30px 0;
}
.formhunt input,button,select,textarea {
    width: 100%;
    padding: 5px;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box; /* Нужно для мобильного WebKit */
    -moz-box-sizing: border-box; /* Нужно для Firefox */
    box-sizing: border-box;
}
.my-form input:focus,
select:focus,
textarea:focus {
    outline: solid 2px rgba(173, 167, 0, 0.9);
}
.my-form .applicationButton {
    border: none;
    width: 100%;
    padding: 10px 5px;
    margin: 0;
    cursor: pointer;
}
.call-me {
    cursor: pointer;
}

.my-form input, label, textarea{
    display: block;  
}
.my-form input, textarea {
    font-family: 'Bebas', sans-serif;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    padding: 5px;
    border: solid 1px rgba(173, 167, 0, 0.9);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background: #fff;
    width: 100%;
    font-size: 1.7rem;
}
.my-form input.submit_button{
    background-color: #43A52B;
    border: 1px solid #358222;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
.my-form input.submit_button:hover{
    background-color: #358222;
}
.my-form span.required,
span.error{
   color: #ff0000;
}
.my-form span.required{
    font-size: 18px;
}
.my-form span.error{
    font-size: 11px;
}
.my-form .nr {
    display: none;
}  
/*Face catalog*/
.face-catalog {
    text-align: center;
    max-width: 1230px;
    margin: auto;
    padding: 0 0 50px 0;
}
.face-catalog .face-card {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 300px;
}
.face-catalog .face-card .link {
/*    text-align: left;*/
    width: 80%;
    margin: auto;
}
.face-catalog .face-card h4 {
    font-size: 1.3rem;
    margin-bottom: 5px;
}
.face-catalog .face-card a {
    display: block;
    color: #d8664e;
    margin-bottom: 3px;
    font-size: 1.1rem;
    transition: 0.1s;
}
.face-catalog .face-card a:hover {
    color: #ed4e2d;
    transition: 0.1s;
}
.face-catalog .round {
    width: 100px;
    height: 100px;
    margin: 0 auto 5px;
    border: solid 3px #D8664E;
    border-radius: 300px;
    overflow: hidden;
}
.face-mg {
    float: left;
    margin: 0 5px 5px 0;
}
.copy {
    float: left;
    color: #fff;
    max-width: 300px;
    text-align: left;
}
.red {
    color: #ac2e2e;
}
.alert-t {
    font-size: 2rem;
    
}

.flexnav-line {
    margin: 10px 0 50px;
    position: relative;
    background: url(../img/nav-t.png), linear-gradient(to bottom,rgba(39, 41, 41, 0.9),rgba(173, 167, 0, 0.9));
    box-shadow: 0 0 10px rgba(106, 106, 106, 0.4), 0 0 40px rgba(106, 106, 106, 0.4);
    border: solid 1px rgb(39, 41, 41);
}
.flexnav-line .logo {
    position: absolute;
    top: -37px;
    left: -10px;
    width: 122px;
    height: 122px;
    display: block;
    z-index: 5;
}
.flexnav-line .logo img {
    width: 100%;
}
.flexnav {
    position: relative;
    color: #fff;
}
.flexnav .toggle {
    width: 100%;
    display: block;
    text-align: center;
    display: none;
    padding: 10px 0;
    cursor: pointer;
    line-height: 100%;
    margin: 0 0 0 20px;
}
.flexnav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 120px;
    padding: 0;
    max-width: 500px;
    list-style: none;
}
.flexnav ul li {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.flexnav ul li a {
    position: relative;
    padding: 10px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    line-height: 100%;
}
.flexnav ul li a:hover {
    background: linear-gradient(0deg,rgba(214, 219, 100, 0.8) 0%,rgba(255,255,255,0) 100%);
    transition: 0.3s;
}
.flexnav ul li a:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    width: 100%;
    background: rgb(89, 90, 73);
    transition: 0.3s;
}

@media (max-width: 720px) {
    .flexnav ul {
        max-width: 100%;
        flex-direction: column; 
    }
    .flexnav .toggle {
        display: block;
        color: #fff;
    }
    .flexnav ul {
        display: none;
        margin: 0;
    }
}
@media (min-width: 720px) {
    .flexnav ul {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
/*Блок с содержимым поиска*/
.h-search-holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    z-index: 999;
}
/*Кнопка вызова линии поиска*/
.h-search-holder .h-search-show {
    position: absolute;
    top: 0;
    right: 0;
    /* width: 45px; */
    /* height: 36px; */
    padding: 10px 12px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 110%;
    cursor: pointer;
    background: linear-gradient(to bottom,#962225,#b91a1e);
    text-decoration: none;
    border: none;
    z-index: 1;
}
/*Скрытая линия с поиском*/
.h-search-holder .h-search-line {
    position: relative;
    float: right;
    display: none;
    width: 100%;
    z-index: 2;
}
.h-search-holder .h-search-line .h-search-input {
    width: 100%;
}
.h-flex {
    display: flex;
}
.h-search-holder .h-search-line .h-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 12px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 110%;
    cursor: pointer;
    background: linear-gradient(to bottom,#962225,#b91a1e);
    text-decoration: none;
    border: none;
    z-index: 1;
}
.h-search-holder .h-search-line .h-search-close {
    float: left;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
    color: #333;
    padding: 9px 11px;
    text-align: center;
    line-height: 110%;
    font-size: 1.8rem;
    border: none;
    cursor: pointer;
    background: linear-gradient(to bottom,#962225,#b91a1e);
    z-index: 2;
    color: #fff;
}
.gallery {
    text-align: center;
}
.gallery-block {
    vertical-align: top;
    display: inline-block;
    margin: 0 0 15px 0;
}
.gallery-block .linkname {
    
}