/*******Базовые стили*******/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');

* {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
a {
    outline: none !important;
    color: #e7171f;
}
a:hover{
    color: #e7171f;
}

button {
    transition: 0.3s;
}
p {
    margin: 0 0 18px;
    width: 100%;
}
table {
    max-width: 100%;
    margin-bottom: 15px;
}
table td{
	padding:10px;
}
ul, ol {
    clear: both;
}
h1 {
    font-size: 36px;
    line-height: 72px;
    margin-bottom: 10px;
    margin-top: 18;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #e7171f;
    
}
h1 span{
    position: relative;
}
h1 span::before{
    content: "";
    width: 40px;
    height: 1px;
    left: -60px;
    top: 50%;
    position: absolute;
    background: #e7171f;
}
h1 span::after{
    content: "";
    width: 40px;
    height: 1px;
    right: -60px;
    top: 50%;
    position: absolute;
    background: #e7171f;
}
h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 15px 0 10px;
    color: #000;
}
h3 {
    font-size: 18px;
    line-height: 20px;
}
body {
    font: 14px/18px "Open Sans", sans-serif;
    width: 100%;
}
#form_pp {
    padding: 0px 0;
	text-align:center
}

#form_pp .respnd__input-wrap input[type=text],#form_pp .respnd__input-wrap input[type=phone],#form_pp .respnd__input-wrap input[type=email], .respnd__input-wrap textarea{
	margin-bottom:15px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.justifyleft {
    float: left !important;
}
.justifyright {
    float: right !important;
}
#wrapper {
    overflow: hidden;
    
}
.b_w{
    background: #fff;
}
#middle {
    position: relative;
    background: #faf6e7;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
#slider {
    position: relative;
}
#sideLeft {
    position: relative;    
    overflow: hidden;
}
.main-wrap {
    padding-left: 20px !important;
}
#header {
    padding-bottom: 15px;
    padding-top: 15px;
}
.news-item__img {
    max-width: 100%;
}
.sidebar__inner {
    overflow: hidden;
}
.sidebar .navbar-header {
    background: #ececec;
    position: relative;
}
.sidebar .navbar-brand {
    position: absolute;
    line-height: 20px;
    height: 36px;
    border: none !important;
}
/* .content_inner img {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    max-width: 100%;
} */
.content_inner {
    margin-bottom: 20px;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.content_inner ul, .content_inner ol {
    margin-left: 25px;
}
.content_inner p img {
    margin: 0 10px;
}



/******* Модуль поиска*******/
.header__search{
	height: 40px;
   	margin-left: 17px;
}
#header #ajaxSearch_form {
    padding-top: 10px;
}
#ajaxSearch_form label{
	position:relative
}
#header #ajaxSearch_form input[type=text] {
    padding: 5px 10px;
    background: none;
    border: 2px solid #e7171f;
	width: 320px;
}
#header #ajaxSearch_form input[type=submit] {
    background: url(../img/search.svg) no-repeat 0 center;
    border: none;
    width: 31px;
    height: 31px;
    display: inline-block;
    overflow: hidden;
    text-indent: 9999em;
   	position: absolute;
    top: -15px;
    right: 6px;
    background-size: 100%;
    opacity: .6;
    transition: .2s;
}


/******* Ссылка на разработчика *******/
.webstr {
    text-align: right;
}
.webstr__inner {
    display: inline-block;
    max-width: 250px;
}
.webstr__link {
    font-size: 12px;
    color: #fff;
}


/******* Ссылки и статьи на странице *******/
.list-articles__links {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
}
.list-articles__links li {
    padding-left: 20px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.list-articles__links li:before {
    position: absolute;
    content: '';
    display: block;
    background: url("../image/marker.png");
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    background-position: 0 0;
    width: 20px;
    height: 14px;
    top: 8px;
}
.list-articles__links-link {
    color: #333;
    font-size: 1.6em;
    text-decoration: none;
}
.list-articles__articles {
    list-style-type: none;
}
.list-articles__articles li {
    position: relative;
}
.list-articles__articles-title {
    color: #000;
    font-size: 1.6em;
    text-decoration: none;
    display: inline-block;
}

.list-articles__articles-body {
    overflow: hidden;
    margin-top: 10px;
}
.list-articles__articles-body img {
    float: left;
    margin-right: 10px;
}

.list-articles__date {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
.rightlink-wrap {
    text-align: right;
    width: 100%;
}
a.rightlink {
    margin-bottom: 2px;
    padding-right: 5px;
    display: inline-block;
    text-align: right;
}
.articleimg {
    background: url(../img/imgbg.jpg) no-repeat center top;
    background-size: contain;
    padding: 3px 3px 9px 3px;
    float: left;
    margin-right: 7px;
    margin-bottom: 5px;
}
.articleimg img {
    margin-right: 0!important;
    padding: 2px!important;
    border: none!important;
}

/****** Ггалерея ******/
.content-gallery {
    padding: 20px 5px;
    clear: both;
    text-align: center;
}
.content-gallery__img {
    position: relative;
    z-index: 2;
    background: #fff;
    margin: auto;
    margin-top: 20px;
}
.content-gallery__img:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
}
.img-thumbnail {
    margin-top: 20px;
}
.fancy__main {

    display: block;
    position: relative;
    background: #fff;
}
.fancy__main:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 100%;
    z-index: -1;
    -moz-box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.82);
    -webkit-box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.82);
    box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.82);
    border-radius: 41%;
}



/******** Меняем точку сворачивания меню *******/
@media (max-width: 992px) {
	.callback__title {
    margin-top: 10px;
    font-size: 13px !important;
}
	#form_pp .respnd__input-wrap input[type=text], #form_pp .respnd__input-wrap input[type=phone], #form_pp .respnd__input-wrap input[type=email], .respnd__input-wrap textarea {
    padding: 14px 10px;
	font-size: 12px;}
	
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: inline-block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-toggle .icon-bar {
        position: absolute;
        margin: 0!important;
        right: 10px;
        transition: 0.3s;
    }
    .navbar-toggle .icon-bar:nth-child(1) {
        top: 9px;
    }
    .navbar-toggle .icon-bar:nth-child(2),
    .primary-toggle2 span:nth-child(2) {
        top: 15px;
    }
    .navbar-toggle .icon-bar:nth-child(3) {
        top: 21px;
    }
    .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
        top: 16px;
        -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
        top: 16px;
        -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
    .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
        visibility: hidden;
    }
}



/******** Модуль комментариев ******/
#content .jot-avatar {
    text-align: center;
}
#content .jot-avatar img {
    padding: 0;
    display: inline-block;
    border: none;
    box-shadow: none
}
.jot-vote a {
    background: none;
    border: none;
    padding: 0;
}
.jot-name {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}
.jot-date {
    color: #b7bbc1;
    margin-left: 12px;
    font-size: 11px;
}
.jot-reply a {
    color: #b0b0b0;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}
.jot-subject {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.jot-vote a.jot-btn-down {
    background: url('../image/dislike.png') no-repeat;
    width: 20px;
    height: 23px;
    text-indent: -999px;
    overflow: hidden;
    float: right;
    margin-top: 7px;
}
.jot-vote a.jot-btn-up {
    background: url('../image/like.png') no-repeat;
    width: 20px;
    height: 23px;
    text-indent: -999px;
    overflow: hidden;
}
.jot-rating.jot-btn {
    color: #a5a5a5;
    margin-bottom: 0;
    text-align: center;
    display: block;
    font-weight: normal;
    box-shadow: none;
    border: none;
    background: none
}
.jot-input-prepend {
    margin-bottom: 10px;
}
#content .jot-add-on img, .jot-add-on img {
    width: 30px;
    padding: 0;
    border: none;
    float: left;
    margin-right: 10px;
    border-radius: 0;
}
.jot-controls textarea, .jot-controls input[type=text] {
    border: none;
    position: relative!important;
    background: #fff!important;
    border-top: 1px solid #eee!important;
    padding: 10px 10px 4px!important;
    border-radius: 1px!important;
    -webkit-border-radius: 1px!important;
    -moz-border-radius: 1px!important;
    border-top: 1px solid #f1f1f1!important;
    box-shadow: 0 1px 3px rgba(0,0,0,.33)!important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33)!important;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.33)!important;
    width: 100%;
}
.jot-controls input[type=text] {
    width: auto;  
    padding: 7px 10px 7px!important;
}
.jot-controls {
    margin-bottom: 10px;
}
.btn__green {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: none;
    padding: 14px 10px;
    width: 260px;
    background: #e7171f;
    transition: 0.2s;
    border: 1px solid #c8bdb8;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
    font-size: 18px;
    border-radius: 10px;
}
/* textarea#message {
    height: 120px;
} */
.btn__green:hover {
    background: #e7171f;
    transition: 0.2s;
    color: #fff;
}

/******* Фотогалерея ********/
.galmini {
    margin-top: 20px;
}

.galmini img {
    max-width: 100%;
}

.big-photo__wrap img {
    max-width: 100%;
}
/*****************************/

/******* Форма обратной связи *******/
#respond {
    margin-top: 20px;
    padding-bottom: 10px;
}
.respond__title {
    font-size: 1.6em;
    line-height: 1.6em;
    margin: 15px 0 10px;
    font-weight: bold;
}
 #respond .form {
    margin-top: 20px;
    text-align: left;
}
/*.form {
    padding: 20px;
} */
#form_pp .back-top, #form_pp .call_back_button {
    display: none;
}
.fancybox-slide--iframe .fancybox-content {
    width  : 600px;
    height : 600px!important;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}
.respnd__input-wrap {
    margin-bottom: 10px;
}
.respnd__input-wrap img {
    margin-bottom: 10px;
}
/*#form_pp .respnd__input-wrap input[type=text],#form_pp .respnd__input-wrap input[type=phone],#form_pp .respnd__input-wrap input[type=email], .respnd__input-wrap textarea {
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 14px 30px;
    height: auto;
    border: 1px solid #c8bdb8;
    color: #373333;
    font-size: 18px;
}*/
.respnd__input-wrap input[type=text]::placeholder, .respnd__input-wrap textarea::placeholder{
    color: #373333;
    font-weight: 400;
}
.respnd__input-wrap label, .respnd__input-wrap span {
    display: block;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
}
span.star {
    display: inline-block;
    color: #f00
}
.respnd__input-wrap img {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.respnd__input-wrap .foragree {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 1px;
}
.errors {
    margin-bottom: 15px;
    color: #7f7f7f;
    font-style: italic;
}

.errors strong {
    color: red;
    width: 100%;
}

.thank strong {
    color: green;
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px;
}

.thank ul li {
    list-style: none;
}

#respond table tr td {
    padding: 8px;
}

#respond table tr td input[type=text] {
    padding: 5px 7px;
}


/******* Карта сайта *********/
.sitemap ul {
    list-style-type: none;
}
.sitemap ul ul, .sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul {
    padding: 10px;
    list-style-type: none;
    margin: 10px 20px;
    border-left: 1px solid #333;
}
.sitemap ul li {
    padding: 2px;
}
.sitemap a {
    color: #333;
}
.sitemap a:hover {
    color: #428bca;
}
/*******************************/

/****** 404 ошибка ********/
.error404-1 h1 {
	font-size: 120px;
    line-height: 120px;
    margin-bottom: 20px;
    font-weight: 600;
}
.error404-1 p {
	font-size: 25px;
    line-height: 30px;
}

.error404-2 h1 {
	font-size: 200px;
	line-height: normal;
    text-indent: -9999px;
    background: url(/assets/img/img404-2.jpg) top center no-repeat;
    background-size: contain;
}
.error404-2 p {
	font-size: 25px;
    line-height: 30px;
}

.error404__list {
	margin: 20px 0 10px;
	list-style: none;
}

/**************************/

/****** Кнопка наверх ********/
#back-top {
    display: none;
}
@media (max-width: 600px) {
#back-top a {
    background: url('../img/up.png') center 10px no-repeat rgba(255, 255, 255, 0.5);
    padding: 32px 7px 17px;
    position: fixed;
    bottom: 45px;
	left: 0px !important;
    text-align: center;
    color: #020202;
    text-transform: uppercase;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
	}}
#back-top a {
z-index: 99;
    background: url('../img/up.png') center 10px no-repeat rgba(255, 255, 255, 0.5);
    padding: 32px 7px 17px;
    position: fixed;
    bottom: 45px;
    left: 80px;
    text-align: center;
    color: #020202;
    text-transform: uppercase;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}
/*******************************/
@media(max-width:450px){
	#back-top a {left: 0px !important;padding: 32px 2px 17px;background: url(../img/up.png) center 10px no-repeat rgba(252, 214, 214, 0.5);}}

/******* Значок телефона *******/
.call_back_button {
    bottom: 40%;
    position: fixed;
    right: 15px;
    z-index: 99;
    border-radius: 50%;
    border: 1px solid #757575;
    padding: 20px;
    background: rgba(255, 255, 255, .4);
}
.callback__box {
    position: relative;
    -webkit-animation: spin 3s infinite linear;
    -moz-animation: spin 3s infinite linear;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    box-sizing: content-box;
}
.callback__box div {
    position: relative;
}

.callback__box img {
    padding: 0;
    max-width: 45px;
}
@keyframes spin {
    0% {
        transform: rotate(25deg);
    }
    20% {
        transform: rotate(-15deg);
    }
    40% {
        transform: rotate(15deg);
    }
    60% {
        transform: rotate(-5deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(25deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(25deg);
    }
    20% {
        -moz-transform: rotate(-15deg);
    }
    40% {
        -moz-transform: rotate(15deg);
    }
    60% {
        -moz-transform: rotate(-5deg);
    }
    80% {
        -moz-transform: rotate(10deg);
    }
    100% {
        -moz-transform: rotate(25deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(25deg);
    }
    20% {
        -webkit-transform: rotate(-15deg);
    }
    40% {
        -webkit-transform: rotate(15deg);
    }
    60% {
        -webkit-transform: rotate(-5deg);
    }
    80% {
        -webkit-transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(25deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(25deg);
    }
    20% {
        -o-transform: rotate(-15deg);
    }
    40% {
        -o-transform: rotate(15deg);
    }
    60% {
        -o-transform: rotate(-5deg);
    }
    80% {
        -o-transform: rotate(10deg);
    }
    100% {
        -o-transform: rotate(25deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(25deg);
    }
    20% {
        -ms-transform: rotate(-15deg);
    }
    40% {
        -ms-transform: rotate(15deg);
    }
    60% {
        -ms-transform: rotate(-5deg);
    }
    80% {
        -ms-transform: rotate(10deg);
    }
    100% {
        -ms-transform: rotate(25deg);
    }
}


/*******************************/


/******* Всплывающая форма *******/
.popup {
/*    transition: .5s;
    position: fixed;
    top: -200%;
    left: 50%;
    z-index: 9999;*/
    padding: 25px 0;
    text-align: center;
}
.callback {
    background: #fff;
    text-align: left;
    padding: 40px 40px;
    border: 2px solid #ccc;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    max-width: 100%;
    width: 438px;
}
.popup__close { 
    line-height: 47px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../img/call_close.png) no-repeat 50%;
    width: 25px;
    height: 25px;
    transition: 0.5s;
}

.popup__close:hover {
    opacity: .8
}
.callback__title {
    font-size: 1.6em;
    line-height: 1.6em;
    text-transform: uppercase;
}
.callback__input {
    border: none;
    position: relative!important;
    background: #fff!important;
    border-top: 1px solid #eee!important;
    padding: 7px 10px 7px!important;
    border-radius: 1px!important;
    -webkit-border-radius: 1px!important;
    -moz-border-radius: 1px!important;
    border-top: 1px solid #f1f1f1!important;
    box-shadow: 0 1px 3px rgba(0,0,0,.33)!important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33)!important;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.33)!important;
    font-size: 13px;
    width: 275px;
    max-width: 100%
}
.popup img {
    margin-bottom: 10px;
}
.popup .btn__green {
    margin: 20px auto 0;
}
.overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: none;
}

input[type=text].special {
    display: none
}
@media (max-width: 500px) {
    .popup {
        margin: auto 10px;
    }
    .callback {
        width: 100%;
        min-width: 300px;
        height:400px; 
        overflow: auto;
        left: 0;
        margin-left: 0;
    }
}
/***************************/

/****** Пагинация *********/
.pagination {
    display: block;
    text-align: left;
}
.pagination li {
    display: inline-block;
}
.pagination .prev, .pagination .next {
    font-size: 10px;
}
.pagination a.ditto_page, .pagination span, .pagination li a {
    margin: 0px 4px;
    text-decoration: none;
    border-bottom: 1px #414141 solid;
    font-size: 16px;
    color: #0e5e93;
}
.pagination span, .pagination li.active a {
    border-bottom: none;
}
a.ditto_page:hover {
    border: none
}
/***************************/


/****** Модуль поиска ******/
.ajaxSearch_paging {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.ajaxSearch_highlight {
    background-color: rgba(15, 193, 200, 0.8);
}
.ajaxSearch_resultLink {
    text-decoration: none;
	font-size: 21px;
}

/***************************/

/******* Хлебные крошки *******/
.B_crumbBox {
    padding: 0 5px;
    margin-bottom: 6px;
    width: 100%;
}

/******** Общие стили для адаптива ********/
.mobi__hide {
    display: block;
}
.mobi__show {
    display: block;
}
.hide-it {
    display: none;
}

.show-it {
    display: block;
}
@media (min-width: 990px) {
    .paddingless--right {
        padding-right: 0 !important;
    }
    .paddingless--left {
        padding-left: 0 !important;
    }
    .mobi__show {
        display: none;
    }
}
@media (max-width: 992px) {
    .mobi__hide {
        display: none;
    }
    .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 998;
        border-bottom: 1px solid #ccc;
    }
}




/******* Основные медиа-запросы ********/

@media (min-width:1200px) {
    .container {
        width: 1200px;
    }
}
@media (min-width:992px) {
    .paddingless {
        padding: 0 !important;
    }
}
@media (max-width:992px) {
    .webstr {
        text-align: center;
        margin-top: 10px;
    }
}
@media (max-width:778px) {
	#slider-top{display: none;
}
    .call_back_button {
        display: none;
    }
     .fancy__main {
        text-align: center !important;
        display: block !important;
    }
    .content-gallery__img {
        display: inline-block !important;
    }
    #back-top {
        display: none;
    }
    .respnd__input-wrap .foragree, .respnd__input-wrap .foragree a {
        display: inline;
        vertical-align: top;
    }
}
.popul {
    font-size: 30px;
    line-height: 20px;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #e7171f;
}
.captcha_block .form-control{
	display:inline-block;
	width:calc(100% - 150px);
	background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 14px 30px;
    height: auto;
    border: 1px solid #c8bdb8;
    color: #373333;
    font-size: 18px;
}
.owl-carousel .owl-item img
{
    margin: 0 auto;
}

@media (max-width:767px) {

	#slider-top{display: none;}}
@media (min-width: 1400px){
.container {
	width: 1400px;}}

form.qform {
	padding: 0!important;
	font-family: inherit!important;
}
form.qform .qform-loader-box__dot:after {
    background: #e7171f!important;
}
form.qform .qform-field__submit_agree-box__link {
	color: #e7171f!important;
}
form.qform .qform-field__submit.malachite .qform-field__submit__input {
	background: #e7171f!important;
}
form.qform .qform-field__submit_agree-box {
	text-align: center;
}
form.qform .qform-field__submit_agree-box label {
	display: inline-block;
	margin-bottom: 0;
}
form.qform .qform-row .qform-field__block_box__field {
	background-color: #ffffff;
}
form.qform .qform-field__submit_agree-box label:before {
	background-color: #ffffff;
	border-radius: 5px;
}
form.qform .qform-field__submit_agree-box {
	margin-bottom: 15px!important;
}
.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal-header:after,
.modal-header:before {
	display:none;
}
.modal-title {
	font-size: 18px;
    font-weight: 600;
}
#callme form.qform {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    gap: 30px;
	text-align: left;
}
#callme form.qform .qform-row {
	grid-column-start: 1;
    grid-column-end: 2;
}
#callme form.qform .qform-row:nth-child(4) {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 2;
}
#callme form.qform.qform-size-sm .qform-row .qform-field {
    margin-bottom: 0!important;
}
#callme form.qform .qform-captcha + .qform-row {
	grid-column-end: 4;
}
#callme form.qform.qform-size-sm .qform-row .qform-field.textarea .qform-field__block_box__field-box_input {
	min-height: 180px;
}
@media screen and (max-width: 576px) {
	#callme form.qform {
		grid-template-columns: 1fr;
		grid-gap: 15px;
		gap: 15px;
	}
	#callme form.qform .qform-row,
	#callme form.qform .qform-captcha + .qform-row {
		grid-column-end: 1;
	}
}