/*=======Заглушка на загрузку=======*/
#p_prldr{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 30;
}
.contpre {
	width: 250px;
	height: 100px;
	position: absolute;
	left: 50%;top: 48%;
	margin-left: -125px;
	margin-top: -75px;
	color: #fff;
	font-size: 40px;
	letter-spacing: -2px;
	text-align: center;
	line-height: 35px;
}
.loading2 {
	width: 25px;
	height: 25px;
	margin: 10px 0px 0px 109px;
	border: 5px solid #ccc;  /* полупрозрачный цвет ставить не стоит, появляются ненужные линии */
	border-top-color: rgb(100,100,100);
	border-radius: 100%;
	-webkit-animation: loading2 linear .7s infinite;
	animation: loading2 linear .7s infinite;
}
@-webkit-keyframes loading2 {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes loading2 {
	100% {
		transform: rotate(360deg);
	}
}
/*=====================================*/

@font-face {
    font-family: Roboto; /* Гарнитура шрифта */
	src: url(fonts/Roboto-Light.ttf); /* Путь к файлу со шрифтом */
	src: local(Roboto), url(header/Roboto-Light.ttf);
}
@font-face {
    font-family: Italic; /* Гарнитура шрифта */
	src: url(fonts/italic.ttf); /* Путь к файлу со шрифтом */
	src: local(Italic), url(fonts/italic.ttf);
}
@font-face {
    font-family: Montserrat-regular; /* Гарнитура шрифта */
	src: url(fonts/montserrat-regular.ttf); /* Путь к файлу со шрифтом */
	src: local(Montserrat-regular), url(fonts/montserrat-regular.ttf);
}
@font-face {
    font-family: Montserrat-thin; /* Гарнитура шрифта */
	src: url(fonts/montserrat-thin.ttf); /* Путь к файлу со шрифтом */
	src: local(Montserrat-thin), url(fonts/montserrat-thin.ttf);
}
html {
	background: #fff;
	font-family: Montserrat-thin, sans-serif; /* Шрифт на веб-странице */
	color: #666;
	font-weight: 600;
	font-size: 1em;
	width: 100%;
}
body {
	margin: 0;
	min-width: 300px;
}
header {
	margin: 0 auto;
	max-width: 1200px;
	height: 90px;
}
main {
	margin: 0 auto;
    max-width: 1200px;
    margin-top: 20px;
}
footer {
	margin: 0 auto;
	max-width: 1200px;
}
h1 {
	font-family: Montserrat-regular, sans-serif; /* Шрифт на веб-странице */
	font-size: 1.3em;
	color: #000;
	font-weight: 100;
	text-align: center;
}
h2 {
	font-family: Montserrat-thin, sans-serif; /* Шрифт на веб-странице */
	font-size: 1.5em;
	color: #000;
	font-weight: 600;
}
.title {
	margin: 60px 0 30px;
}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

a:link {color: #666; font-weight: 600; text-decoration: none;}
a:visited {color: #666; font-weight: 600; text-decoration: none; }
a:active {color: #666; font-weight: 600; text-decoration: none;}
a:hover {color: #666; font-weight: 600; text-decoration: none;}

input, video, img {
  outline: none;
}
.hr1 {
	height: 1px;
	border: 0;
	background: #ddd;
	margin: 0;
}
/*тень на моделях*/
#shadow {
	-webkit-filter: drop-shadow(10px 10px 10px #999);
	filter: drop-shadow(10px 10px 10px #999);
}
@media screen and (max-width: 830px) {
	html {
		color: #000;
		font-size: 0.8em;
		font-family: Montserrat-regular, sans-serif;
	}
}
/*кнопка звонка =========================================================================================*/
@media screen and (max-width: 1020px) {
.callback-bt {
        background:rgba(100,100,100,0.3);
        /*border:2px solid rgba(255,255,255,0.5);*/
        border-radius:50%;
        /*box-shadow:0 8px 10px rgba(255,255,255,0.3);*/
        cursor:pointer;
        /*height:50px;*/
        text-align:center;
        /*width:50px;*/
		padding: 9px 7px 0;
        position: fixed;
        right: 3%;
        bottom: 3%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(100,100,100,0.3),0 0 0 0 rgba(100,100,100,0.2),0 0 0 0 rgba(100,100,100,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(100,100,100,0.3),0 0 0 15px rgba(100,100,100,0.2),0 0 0 0 rgba(100,100,100,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(100,100,100,0.3),0 0 0 30px rgba(100,100,100,0),0 0 0 26.7px rgba(100,100,100,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(100,100,100,0.3),0 0 0 30px rgba(100,100,100,0),0 0 0 40px rgba(100,100,100,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(100,100,100,0.3),0 0 0 0 rgba(100,100,100,0.2),0 0 0 0 rgba(100,100,100,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(100,100,100,0.3),0 0 0 15px rgba(100,100,100,0.2),0 0 0 0 rgba(100,100,100,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(100,100,100,0.3),0 0 0 30px rgba(100,100,100,0),0 0 0 26.7px rgba(100,100,100,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(100,100,100,0.3),0 0 0 30px rgba(100,100,100,0),0 0 0 40px rgba(100,100,100,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
}
/* конец кнопки звонка */
/* Слайдер */
