@charset "UTF-8";
@import url('/css/fonts.css');
html {
  overflow-y: scroll;
}
body {
	font: 14px RRegular !important;
	margin: 0px !important;
	padding: 0px !important;
	background: #f4f4f5 !important;
}
a {
    outline: none !important;
}
input {
	background: #f4f4f5 !important;
	height: 40px !important;
	font-size: 18px !important;
}
select {
	height: 40px !important;
	font-size: 18px !important;
}
hr {
	border-width: 2px 2px 0;
   border-style: solid;
   border-color: #f45740;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}
.fa {
	color: #f45740;
}
.btn {
	cursor: pointer;
}
.container {
	padding-top: 55px;
	padding-bottom: 55px;
}

.color_grey {
    color: #797e8b !important;
	font-size: 12px !important;
}
.logo-color-red {
    color: #f45740 !important;
}
.logo-color-black {
    color: #000 !important;
}
.logo-color-red, .logo-color-black {
	font: 46px RRegular !important;
}
.agreement {
	line-height: 1;
}
.main-menu {
	background-color: #fff !important;
	width: 100%;
	height: 50px;
	position: fixed;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 0 1px rgba(0,0,0,0.1);
	z-index: 10;
}
.locker{
	background-color: #000 !important;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	z-index: 1000;
}
.cw{
	position: fixed;
	top: 40%;
	left: 50%;
	opacity: 1 !important;
	z-index: 1001;
	color: #fff !important;
	background-color: #000 !important;
	padding: 30px 20px;
	margin-left: -215px;
}
.main-menu .logo {
	float: left;
}
.hrefs {
	float: right;
	padding-top: 4px;
}
.hrefs a{
	font-size: 18px !important;
	color: black;
}
.hrefs a:hover{
	opacity: 0.8;
}

.small-size {
	font-size: 14px !important;
}

.href-description-img {
	display: none;
}

@media (max-width: 750px) {
    .href-description-2 {
        display: none;
    }
	.cw{ 
		left: 15px;
		margin-left: 0;
	}
	.href-description-img {
		display: block;
	}
	.m-5 {
		margin-top: 10px !important;
	}
}
.card{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-radius: 0.5rem;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
	z-index: 10;
	border-top: 2px solid rgba(16, 24, 40, 0.05);
}

.phone {
	font-size: 1.5rem;
    line-height: 1.5rem;
}

.news {
	margin-bottom: 14px;
	-webkit-transition: -webkit-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in;
    -ms-transition: -ms-transform 0.2s ease-in;
}
.news-date {
	position: absolute;
	bottom: 2px;
	right: 5px;
}
.news .card-title {
	font-size: 1.2rem;
}
.news:hover {
	-ms-transform: translate(-7px);
    -moz-transform: translate(-7px);
    -webkit-transform: translate(-7px);
    -o-transform: translate(-7px);
}
.actions {
	cursor: pointer;
}
.ls-btn {
	position: absolute;
	bottom: 2px;
	right: 2px;	
}

/* Anton кнопка звонок начало*/
.callbutton {
    position: fixed;
    bottom: 63px;
    right: 25px;
    cursor: pointer;
    font-size: 2rem;
    width: 7rem;
    height: 8rem;
    z-index: 999;
}

.back-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f45740;
    opacity: 0;
    border-radius: 100%;
    animation: back 2s infinite;
    animation-delay: 0.3s;
}

.callbutton .button {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 75px;
    background-color: #f45740;
    animation: ring 2s infinite;
}


.callbutton .phone {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
}

.front-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    opacity: 0.2;
    border-radius: 100%;
    width: 0px;
    height: 0px;
    animation: breath 2s infinite;
}

@keyframes ring {
    0% {
    }
    50% {
        height: 115px;
        width: 115px;
    }
}

@keyframes back {
    0% {
        height: 0px;
        width: 0px;
    }
    50% {
        height: 50px;
        width: 50px;
        opacity: 0.4;
    }
    70% {
        height: 150px;
        width: 150px;
        opacity: 0.1;
    }
    100% {
        height: 155px;
        width: 155px;
        opacity: 0;
    }
}

@keyframes breath {
    0% {
        width: 60px;
        height: 60px;
    }
    50% {
        width: 120px;
        height: 120px;
    }
    100% {
        width: 60px;
        height: 60px;
    }
}

/* max-width:686px */
.callbutton-small {
    position: fixed;
    bottom: 10%;
    right: 5%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    z-index: 999;
    display:none;
}
.callbutton-small .button-small {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 55px;
    background-color: #f45740;
    animation: ring-small 2s infinite;
}
.front-circle-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    opacity: 0.2;
    border-radius: 100%;
    width: 0px;
    height: 0px;
    animation: breath-small 2s infinite;
}
.callbutton-small .phone-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}
@keyframes breath-small {
    0% {
        width: 30px;
        height: 30px;
    }
    50% {
        width: 40px;
        height: 40px;
    }
    100% {
        width: 30px;
        height: 30px;
    }
}
@keyframes ring-small {
    0% {
    }
    50% {
        height: 50px;
        width: 50px;
    }
}

@media screen and (max-width:686px){
  .callbutton{
    display:none !important;    
  }
  .callbutton-small{
    display:block !important;    
  }
}
/* кнопка звонок конец*/


.main-font-normal, .main-font-normal-sm {
	font-weight: 400;
}
.main-font-bold, .main-font-bold-sm {
	font-weight: 700;
}
.main-font-normal, .main-font-bold {
	line-height: 1.4;
	font-size: 48px;
	text-transform: uppercase !important;
}
.main-font-normal-sm, .main-font-bold-sm {
	font-size: 24px;
}
@media (max-width: 600px) {
	.main-font-normal, .main-font-bold {
		font-size: 32px;
	}
	.main-font-normal-sm, .main-font-bold-sm {
		font-size: 18px;
	}
	.logo-color-red b, .logo-color-black b {
		font-size: 40px;
	}
}

/* секция напишите нам */
.contact {
	display: table;
	background-color: #f45740;
	height: 150px;
	width: 100%;
}
.contact-center {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0;
	margin: 0 0;
}

/* Наше портфолио */
.portfolio-block{
	position: relative;
	display:inline-block;
	width: 300px!important;
	height: 500px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.5rem;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.portfolio-block a{
	color: #f45740;
}
.portfolio-block:hover{
	/*border: 1px solid #f45740;*/
	transition: transform 300ms;
    transform: translateY(-3px);
}
.portfolio-block img{
	width: 290px;
	margin-top: 5px;
}
.portfolio-btn{
	color: #f45740;
	position: absolute;
	bottom: 2px;
	right: 5px;
}
.portfolio-price{
	margin-top: 10px;
	color: #f45740;
	font-size: 30px;
}
@media (max-width: 600px) {
	.portfolio-block {
	height: 450px;		
	}
}

/* Slider */
.carousel-inner img {
  margin: auto;
}
.carousel-indicators {
	bottom: -70px!important;
}
.carousel-indicators li {
	background-color: #f45740!important;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f45740' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f45740' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-caption {
	background-color: #f45740!important;
	color: black!important;
}