body {
	font-family: 'Montserrat', sans-serif;
}

.unselectable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

footer p{
	margin-bottom: 0.6rem;
}

.color_footer{
	color: #646464;
}

.numbers {
    background-repeat: no-repeat;
    background-position: right -10px bottom -17px;
	background-size: auto 40%;
}

.instagram_left{
    position: fixed;
    top: 50%;
    transform: rotate(-90deg);
    left: -40px;
    background: #0000009e;
    padding: 10px;
    border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    -webkit-border-radius: 0px 0px 12px 12px;
	z-index: 1;
}

.about {
    background-image: url(../img/elements/ss2.jpg);
    background-size: cover;
}

@media screen and (max-width:767px) {
	.instagram_left{
		position: fixed;
		top: 40%;
		transform: rotate(-90deg);
		left: -40px;
		background: #0000009e;
		padding: 10px;
		border-radius: 0px 0px 12px 12px;
		-moz-border-radius: 0px 0px 12px 12px;
		-webkit-border-radius: 0px 0px 12px 12px;
		z-index: 1;
	}
}

.free {
	right: -4%;
    top: -5%;
    max-width: 25vh;
	position: absolute; 
}

@media screen and (max-width:767px) {
	.free {
		right: 0%;
		top: -5%;
		max-width: 25vh;
		position: absolute; 
	}
}

.badge-p {
  border-radius: 10rem!important;
}

input.badge-p {
  padding-left: 2.75rem!important;
}

form .icons-svg {
  z-index: 99;
  position: absolute;
  left: 1em;
  top: 21%;
}

.icons-svg img{
	 height: 14px;
}

.input-group:focus-within img{
  filter: invert(100%);
}

.bg-none {
	background: #00000026;
    color: #c4c4c4;
    border: 1px solid #9f9f9f;
}

.hb_shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.06)!important;
}

.hb_head_box{
	background-color: rgba(16,15,15,0.7);
	padding-top: 50px;
	padding-right: 40px;
	padding-left: 40px;
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #D0392A;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(208, 57, 42,.25);
}

.text-danger{
	color: #D0392A!important;
}

.btn-danger{
    color: #fff;
    background-color: #D0392A;
    border-color: #D0392A;	
}

.otdelka {
    background-image: url(../img/elements/background.png);
    background-repeat: no-repeat;
    background-position: center;
}

.uslugi{
    min-height: 250px;
}
	
.about_img {
	max-height: 378px;
	width: 100%;
}

.perevagi{
	width: 130px; 
	height: 100px; 
	margin: 0px auto;
	background-image: url('../img/elements/bg-box.png')
}

 
.bg-box{
	background-image: url('../img/elements/bg-box2.png')
}

@media screen and (max-width:1199px) {
	.about_img {
		max-height: 314px;
		width: 100%;
	}
}

@media screen and (max-width:991px) {
	.about_img {
		max-height: 413px;
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.about_img {
		max-height: 300px;
		width: 100%;
	}
}

.creative-tabs {
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 0;
    line-height: 0
}

.creative-tabs>div,
.creative-tabs>li {
    display: inline-block;
    float: none
}

.creative-tabs a,
.creative-tabs>div>div {
    display: block;
    border: none !important;
    cursor: pointer !important
}


.creative-tabs div.active>*,
.nav.nav-tabs.creative-tabs li a.active {
    color: #fff;
    box-shadow: 2px 20px 45px 5px rgba(0, 0, 0, .2);
}

.creative-tabs div.active div{
	color: #fff!important;
    background-color: #D0392A!important
}

.no-bb{
	border: 0px!important;
}


.creative-tabs div:not(.cbp-filter-item-active)>*,
.creative-tabs>li>a:not(.active) {
    background: 0 0 !important;
    color: inherit
}

.creative-tabs div.cbp-filter-item-active>*,
.nav.nav-tabs.creative-tabs li a.active {
    color: #fff;
    box-shadow: 2px 20px 45px 5px rgba(0, 0, 0, .2)
}

@media only screen and (max-width:481px) {

    .creative-tabs li,
    .creative-tabs>div {
        width: auto;
        margin: 0 0 10px
    }

    .creative-tabs {
        width: 90%
    }

    .creative-tabs li:last-child,
    .creative-tabs>div:last-child {
        margin-bottom: 0
    }
}

.lg-backdrop {
    background-color: rgba(20, 20, 20, .8) !important;
}

.lg-outer .lg-thumb-outer,
.lg-outer .lg-toogle-thumb {
    background-color: rgba(0, 0, 0, .5) !important;
}