*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
   font-family:'Open Sans', sans-serif;
	font-size: 14px;
    overflow-x: hidden;
}
a{
	color:#000;
}
a:hover{
	text-decoration: none;
}
a:active{
	background: transparent;
}
#allrights h4{
	text-align: center;
}
#allrights li{
	padding: 15px;
}
#fixed-menu li:hover a{
	color: #FF921A;
}
#fixed-menu:hover #fixed-icon{
	transform:scaleX(-1);
}
#fixed-menu a{
	color: #fff;
}
#fixed-menu h4{
	text-align: center;
	font-size: 24px;
}
#fixed-icon{
	font-size: 40px;
	position: absolute;
	left:8px;
	top:15px;
	cursor: pointer;
	color: #3E3C66;
	-webkit-transition: transform .4s ease-in;
	-o-transition: transform .4s ease-in;
	transition: transform .4s ease-in;
}
#fixed-menu:hover li::before{
	opacity:1;
}
#fixed-menu{
	overflow: hidden;
	border:5px solid #FF921A;
	position: fixed;
	top:15%;
	right:0;
	font-size: 16px;
	z-index:9999;
	color: #fff;
	font-weight: 600;
	padding: 30px 30px 50px 30px;
	transform:translateX(85%);
	width:400px;
	height:70%;
	border-radius:10px;
	-webkit-transition: transform .8s ease-in-out;
	-o-transition: transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	background: #FFC375;
}
#fixed-menu:hover{
	transform:translateX(0%);	
}
#fixed-menu li{
	padding: 5px;
	cursor: pointer;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	position: relative;	
}
#fixed-menu li::before {
	opacity:0;
	content: " ";
	position: absolute;
	border:10px solid;
	border-color: transparent #fff transparent transparent;
	color: #fff;
	top: 10px;
	left:-40px;
	-webkit-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
	transition: opacity .8s ease-in-out;
}
#fixed-menu li:hover::before {
	transition:all .3s ease-in-out;
	transform: scaleX(-1);
	border-color: transparent #FF921A transparent transparent;
}

#scroll-to span{
	width:65px;
	height:64px;
	font-size: 55px;
	padding: 0 0 0 12px;
	border:3px solid rgba(255,146,26,.5);
	border-radius:100%;
	color: rgba(38,30,83,.5);
}
#scroll-to{
	cursor: pointer;
	position: fixed;
	bottom:10%;
	right:75px;
	z-index:999;
	display: none;
}
#scroll-to:hover span{
	background: #FFC375;
	color: rgba(38,30,83,1);
	border:3px solid rgba(255,146,26,1);
}
.uppercase{
	text-transform: uppercase;
}
.small{
	text-transform: lowercase;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.opacity0{
	opacity:1;
}
.opacity1{
	opacity:1;
}
#recall{
	z-index:9999;
	display: none;
	position: fixed;
	bottom:24px;
	right:3%;
	color: #fff;
	width:45%;
	height:50px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding-top: 4px;
	text-transform: uppercase;
	background: #EE2C2C;
	border-radius:3px;
	border:1px solid #EE2C2C;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#recall i, #rewrite i {
    margin-right: 10px;
}
#recall span {
    color: #000e5d;
    font-weight: bold;
    font-size: 15px;
}
#rewrite{
	z-index:9999;
	display: none;
	position: fixed;
	bottom:24px;
	left:3%;
	color: #fff;
	width:45%;
	height:50px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background: #EE2C2C;
	border-radius:3px;
	border:1px solid #EE2C2C;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#rewrite:hover, #recall:hover{
	border:1px solid rgba(246,0,20,1);
	-webkit-box-shadow: inset 300px 0 0 0 rgba(246,0,20,1);
	box-shadow: inset 300px 0 0 0 rgba(246,0,20,1);
}
#modal-container{
   background: rgba(198,198,198, .8);
	display: none;
}
#modal-container{
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none; 
}
#contact-form{
    width: 400px;
    height:440px;
    z-index:999999;
    position: relative;
    margin: 0 auto;
    padding: 5px 0px 13px 0px;
    border-radius: 22px;
    background: #999;
    background: url('../img/bg-modal2.png')no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    box-shadow: inset 0px 0px 0px 5px #FF921A;
    border: 5px solid #ffc375;
 }
#contact-form input:focus{
	border:2px solid rgba(1,15,44,.8);
}
#contact-form input{
	text-transform: uppercase;
	width:80%;
	font-size: 20px;
	background: #eee;
	font-family: "Open Sans";
	height:40px;
	color: rgba(2,31,77,1);
	margin: 0 auto;
	padding-left: 20px;
	-webkit-box-shadow: 1px 0px 2px 0 rgba(198,198,198,.8);
	border:1px solid rgba(198,198,198,.8);
    border-radius: 0px;
}    
#contact-form h3{
	text-align: center;
	display: block;
	margin: 0 auto 10px auto;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
    background: url(../img/bg-head-modal.png) no-repeat center;
    background-size: 100%;
    padding: 65px 0px 20px;
    position: relative;
}
#contact-form h3:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/icons/modal-icon.png) no-repeat;
    top: 10px;
    left: 170px;;
}
#contact-form .close{
    color: #eee;
    opacity:.5;
    position: absolute;
    right:12px;
    text-align: center;
    top: 10px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 30px;
    z-index: 1;
}
#contact-form .close:hover{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=4)";
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
#modal-btn{
	width:80%;
	display: block;
	margin: 145px auto 0 auto;
	font-size: 26px;
	background: #EE2C2C;
	border:1px solid #EE2C2C;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
    border-radius: 0px;
    padding: 3px 0px;
}
#modal-btn:hover{
	border:1px solid rgba(246,0,20,1);
	background: rgba(246,0,20,1);
}
#header .nav > li > a:hover, 
#header .nav > li > a:focus{
	background: transparent;
}

li{
	list-style: none;
}
iframe{
	border: 1px solid #fff;
    box-shadow: 0px 0px 0px 1px #eeeeee;
}
nav.navbar{
	position: relative;
}
#checkbox-toggle{
    display: none;
}
#logo-top-line{
	display: none;
}
#mobile-bar{
	display: none;
	font-size: 38px;
	color: #fff;
	z-index:999;
	cursor: pointer;
}
body{
	max-width:100%;
}
.container.wrapper{
	max-width:1050px;
	position: relative;
}
#header{
	background: url(../img/bg-head.jpg) no-repeat;
/*	-webkit-background-size: cover;*/
	background-size: cover;
    background-position: 50%;
	height:655px;
	padding-top: 25px;
}
.cont-header {
    height: auto !important;
    background-position: top !important;
    padding-bottom: 35px;
}
.cont-header>.container.wrapper {
    height: auto !important;
}
.phone{
	color: #303030;
}
#header>.container.wrapper{
/*	background: url(../img/bg-wrapper-head.png)no-repeat;*/
/*	-webkit-background-size: 100% 100%;*/
/*	background-size: 100% 100%;*/
	height:600px;
}
#logo{
	position: absolute;
	top:-10px;
	left:50px;
}
.navbar{
	padding-top: 6px;
	padding-left: 55px;
}
.navbar-nav {
    z-index: 0;
}
.navbar li a{
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	background: #F82E2E;
}
.navbar li:first-child{
	padding-left: 5px;
}
.navbar li{
	-webkit-box-shadow: 0px 2px  3px 0 #FF7979;
	box-shadow: 0px 2px 3px 0 #FF7979;
	padding: 9px 0 10px 0;
	background: #F82E2E;
    z-index: 0;
}
.navbar li a:hover{
	background: #F82E2E;
	color: #FFB800;
}
.navbar li a.active{
	color: #FFB800;
}
.navbar li a{
	color: #fff;
	border-left:1px solid #EE0000;
}
.navbar li a.first{
	border-left: none;
}
.navbar li.first:after {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    border-bottom: 49px solid transparent;
    border-right: 30px solid #F82E2E;
}
.red{
	color: #F82E2E;
/*	display: block;*/
}
.grey{
	color: #333231;
/*	display: block;*/
}
#text-header-first{
	width:50%;
    margin-top: 87px;
/*	position: relative;*/
} 
#text-header-first h1:before {
    content: "";
    position: absolute;
    background: url(../img/icons/head-icon.png) no-repeat;
    width: 50px;
    height: 60px;
    z-index: 5;
    top: 14px;
    left: 25px;
}
#text-header-first h1{
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
    padding: 11px 0px 11px 80px;
    position: relative;
    border-left: solid 4px #F82E2E;
    background: rgba(255, 255, 255, .5);
}

#text-header-first h1 span {
    color: #F82E2E;
    font-weight: bold;
}
#text-header-second{
	width:50%;
    padding: 10px 10px 10px 80px;
	position: relative;
	font-size: 14px;
    background: rgba(255, 255, 255, .5);
    margin-top: 13px;
    border-left: solid 4px #F82E2E;
} 
#text-header-second:before {
    content: "";
    position: absolute;
    background: url(../img/icons/head-icon2.png) no-repeat;
    width: 50px;
    height: 60px;
    z-index: 5;
    top: 12px;
    left: 25px;
}
#text-header-second h2 {
    margin-bottom: 3px;
    font-size: 14px;
    margin-top: 0px;
}
#text-header-second span {
    font-weight: bold;
}
#text-header-third{
	width:50%;
    padding: 10px 10px 10px 80px;
	position: relative;
	font-size: 14px;
    background: rgba(255, 255, 255, .5);
    margin-top: 13px;
    border-left: solid 4px #F82E2E;
} 
#text-header-third:before {
    content: "";
    position: absolute;
    background: url(../img/icons/head-icon3.png) no-repeat;
    width: 50px;
    height: 60px;
    z-index: 5;
    top: 13px;
    left: 25px;
}
#text-header-third h2 {
    margin-bottom: 3px;
    font-size: 14px;
    margin-top: 0px;
}
#text-header-third span {
    font-weight: bold;
}
#phone-head img{
/*    float: left;*/
    margin-right: 10px;
    margin-top: -3px;
    padding: 0;
/*	display: none;*/
}
#phone-head{
	font-size: 24px;
	font-weight: bold;
	position: relative;
	left:0%;
	top: 0px;
    padding: 6px 0 3px 20px;
    background: rgba(255, 255, 255, .5);
    border-right: solid 4px red;
}
.navbar-nav li{
	z-index:999;
} 
#header .to-tips{
	z-index:1;
	display: block;
	margin: 0 auto;
	position: relative;
	top:45px;
    left: 275px;
	padding: 6px 50px 6px 70px;
	color: #fff;
	background: linear-gradient(#F82E2E 50%, #de0000 50%);
	border: 1px solid #cc0000;
    width: 300px;
}
#header .to-tips:hover {
    background: #EE0000;
}
#header .to-tips:before {
    position: absolute;
    content: "?";
    left: 15px;
    top: 4px;
    border: 1px solid #fff;
    padding: 0px 15px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 100;
}
#header .to-tips p {
    font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
    color: #fff200;
    text-align: left;
    margin-bottom: 0px;
    padding: 0;
}
#header .to-tips span {
    font-size: 12px;
    padding: 0px;
    margin-top: 0px;
}
/* ----------Advantages----------------- */
#advantages-head, 
#whattodo-head-txt,
.tips-head-txt,
.price-head-txt,
#about-us-head-txt,
.about-slider-txt,
#calculator-head-txt,
#contacts-head-txt{
	margin: 0;
	font-size: 26px;
	text-transform: uppercase;
	width:100%;
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	top: 13px;
}
#price .price-head-txt {
    top: 0px;
}
#advantages{
	background: #F1F1F1;
    padding-bottom: 25px;
    margin-top: -5px;
}
#advantages #advantages-text-center{
	padding-top: 50px;
	text-align: center;
	display: block;
	margin: 0 auto;
/*	width:35%;*/
	font-size: 18px;
}
#advantages .adv-block{
	display: block;
	margin: 100px auto 0px;
	width:75%;
	background: #ffefbf;
	padding: 20px;
	position: relative;
}
.adv-block p{
	padding: 10px;
    margin: 5px 0 10px 50px;
    color: #000;
    font-size: 16px;
    position: relative;
}
.adv-block p:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/icons/advan-sprite.png) no-repeat;
    top: -5px;
    left: -50px;
}
.adv-block p:nth-child(3):before  {
    background-position: 0px -50px;
}
.adv-block p:nth-child(4):before  {
    background-position: 0px -105px;
}
.adv-block p:nth-child(5):before  {
    background-position: 0px -173px;
}
.adv-block p:nth-child(6):before  {
    background-position: 0px -222px;
}
.adv-block p:nth-child(7):before  {
    background-position: 0px -270px;
}
.adv-block h5{
/*	width:380px;*/
	position: absolute;
	top:-44px;
	left:0;
	padding: 8px;
	padding-left: 30px;
    padding-right: 30px;;
	background: #FF921A;
	font-size: 16px;
	color: #fff;
}
.adv-block h5:after{
    content: '';
    position: absolute;
    right: -50px;
    top: 0;
    border-top: 33px solid transparent;
    border-left: 50px solid #FF921A;
}
#trall-head-txt{
	margin: 0;
	font-size: 26px;
	text-transform: uppercase;
	width:100%;
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	top: 13px;
}
#wrapper-whattodo-head1{
	margin: 0;
	margin-bottom: -15px;
	text-align: center;
	background: #F1F1F1;
}
#wrapper-whattodo-head2 button{
	z-index:999;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: -10px auto 0;
	position: relative;
	top:13px;
	padding: 10px 25px;
	color: #fff;
	background: linear-gradient(#F82E2E 50%, #de0000 50%);
	border: 1px solid #cc0000;
}
#wrapper-whattodo-head2 button:hover{
	background: #EE0000;
}
#whattodo{
	background: #ffefbf;
    padding-bottom: 15px;
}
#wrapper-advantages-head, 
#wrapper-whattodo-head3,
.wrapper-tips-head,
.wrapper-price-head,
#wrapper-about-us-head,
#wrapper-contacts-head,
#wrapper-cities-head,
.wrapper-slider-head{
	background: #FF921A;
}
#wrapper-trall-head{
	background: #FF921A;
}
#wrapper-whattodo-head2{
	background: #FFEFBE;
	padding-top: 30px;
}
#wrapper-whattodo-head3{
	padding-top: 40px;
	position: relative;
	top:-30px;
	z-index:9;
}
#whattodo .bottom-line-grey{
	z-index:99;
	position: relative;	
}
#whattodo .bottom-line-orange{
	position: relative;
	top:-30px;
	z-index:1;
}
.bottom-line{
	display: block;
	text-align: center;
	margin: 0px auto 0;
}

/* ----------Whatodo----------------- */
#whattodo p {
    position: relative;
    width:80%;
	margin: 12px auto;
    padding: 10px 0 10px 60px;
    background: #FFF4E6;
}
#whattodo p:before {
    position: absolute;
    content: "";
    width: 47px;
    height: 35px;
    background: url(../img/icons/sprite-todo.png) no-repeat;
    left: 7px;
    top: 2px;
    background-position: 0px 7px;
/*    border: 1px solid*/
}
#whattodo p:nth-child(2):before {
    background-position: 0px -43px;
}
#whattodo p:nth-child(3):before {
    background-position: 0px -92px;
}
#whattodo p:nth-child(4):before {
    background-position: 0px -142px;
}
#whattodo p:nth-child(5):before {
    background-position: 0px -193px;
}
#whattodo p:nth-child(6):before {
    background-position: 0px -243px;
}
#whattodo p:nth-child(7):before {
    background-position: 0px -293px;
}
#whattodo p:nth-child(8):before {
    background-position: 0px -344px;
}
#whattodo p:nth-child(9):before {
    background-position: 0px -394px;
}
#whattodo p:nth-child(10):before {
    background-position: 0px -444px;
}
#whattodo p:nth-child(11):before {
    background-position: 0px -495px;
}
#whattodo p:nth-child(12):before {
    background-position: 0px -545px;
}
#whattodo p:nth-child(13):before {
    background-position: 0px -595px;
}
#whattodo p:nth-child(14):before {
    background-position: 0px -645px;
}
#tips{
	background: #fff;
	padding-bottom: 40px;
}
#tips .wrapper-tips-head h2{
    padding-top: 10px;
    margin-bottom: -10px;
}
#tips .wrapper-tips-head {
    height: 50px;
}
#tips .container.wrapper{
	padding-top: 60px;
}
#tips .bottom-line {
    width: 70%;
}
#tips .tips{
	position: relative;
	width:90%;
	margin: 0 auto;
}
#tips .tips img{
	position: absolute;
	top:15px;
	left:0;
}
#tips .tips p{
	margin-left: 95px;
	padding:15px 0 0 0px;
}
#tips span{
	font-weight: bold;
}
p.tipes-atention {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    font-size: 16px;
}
/*----------------Influence---------------*/

#influence{
	background: #ffefbf;
	padding-bottom: 40px;
}
#influence .wrapper-tips-head h2{
    padding-top: 10px;
    margin-bottom: -10px;
}
#influence .wrapper-tips-head {
    height: 50px;
}
#influence .bottom-line {
    width: 70%;
}
#influence .container.wrapper{
	padding-top: 40px;
}
.influence-block {
    width: 80%;
    margin: 0px auto 0px;
}
.influence-block img {
    display: block;
    margin: 0 auto 20px;
}
.influence-block p {
    padding-left: 15px;
    font-size: 14px;
}
#influence .atencion {
    background: #FF921A;
    padding: 0;
    margin-top: 20px;
}
#influence .atencion li {
    list-style: none;
    position: relative;
    margin: 10px 0;
    color: #fff;
}
#influence .atencion li:before {
    content: "";
    padding: 2px;
    background: #fff;
    display: block;
    width: 2px;
    position: absolute;
    left: -15px;
    border-radius: 50%;
    top: 7px;
}
/* -----------Price---------------- */
#price{
	background: #ffefbf;
}
#price-left-block{
	position: relative;
}
#bg-girl2{
	z-index:1;
	position: relative;
	bottom:-135px;
	left:0;
}
#price button{
	width:300px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px;
	color: #fff;
	position: absolute;
	right:20px;
	top:63%;
	background: linear-gradient(#F82E2E 50%, #de0000 50%);
	border: 1px solid #cc0000;
}
#price button:hover{
	background: #EE0000;
}
.tg  {
    border-collapse:collapse;
    border-spacing:0;
}
#price h5 {
    font-size: 18px;
    color: #fff;
    background: #FF921A;
    padding: 5px 0px 5px 50px;
    margin: 25px 0 25px; 
}
.tg th {
    font-weight: bold;
}
.tg td{
    font-size:13px;
/*    padding:10px 5px;*/
    border: none;
}
.tg td:nth-child(1) {
    padding-right: 10px;
}
.tg td:nth-child(2) {
/*    padding-left: px;*/
}
.tg td:nth-child(3) {
}
.tg th{
    font-size:13px;
    font-weight:bold;
    padding:10px 5px;
    border: none;
}
.tg .tg-yw4l{
    vertical-align:top;
    padding: 5px 0px 5px 8px;
}
.price-atention {
    background: #FF921A;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 30px auto 20px;
    padding: 10px 0;
}
.price-atention p {
    margin: 5px 0;
}
.price-atention p:nth-child(1) {
    font-weight: bold;
}
.price-atention p:nth-child(3) {
    color: #de0000;
    font-weight: bold;
}
#price img.bottom-line{
	z-index:9;
	position: relative;
    width: 20%;
    height: 32px;
/*	top:30px;*/
}
.wrapper-price-head{
	position: relative;
	z-index:999;
/*	top:30px;*/
}
.even{
	background: #ffffff;
}


.type {
    background: url(../img/type-bg.png) repeat center;
}
.type-bl {
    padding: 40px 0 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.type-it {
    width: 220px;
    margin: 0 0px 40px;
    text-align: center;
}
.type-it h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}
.type-it>a {
    display: block;
    width: 130px;
    margin: 0 auto;
    background: #ffd600;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    border-radius: 10px
}


/* time-calc */
#calc img.bottom-line{
	z-index:9;
	position: relative;
	top:0px;
    width: 60%;
}
#calc .container {
    padding: 45px 0 50px;
}
.calc-block {
    border: 4px solid #d6d6d6; 
    padding: 15px 10px 0;
}
.calc-block h4 {
    font-size: 18px;
    color: #2c3e50;
    margin-left: 10px;
    position: relative;
    font-weight: bold;
}
.calc-block h4:before {
    position: absolute;
    content: "1";
    padding: 5px 10px;
    border-radius: 50%;
    background: #2c3e50;
    color: #fff;
    left: -40px;
    top: -5px;
}
.calc-block .city-calc h4 {
    display: inline-block;
    margin-right: 50px;
    margin-left: 20px;
} 
.calc-block .city-calc h4:before {
    content: "2";
}
.calc-block .city-calc h5 {
    font-size: 18px;
    color: #2c3e50;
    position: relative;
    padding: 0px 10px;
    background: #fff;
    display: inline-block;
    font-weight: bold;
}
.calc-block .city-calc h5:after {
/*
    position: absolute;
    content: "";
    height: 2px;
    width: 200px;
    background: #2c3e50;
    top: 11px;
    left: 100px;
*/
}
.calc-block .city-calc h5:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background: #2c3e50;
    top: 9px;
    left: -20px;
}
.select {
    padding-left: 50px;
}
.select-uslug {
    width: 180px;
    text-align: center;
    padding: 5px 0 0px;
    border: 1px solid #c0c9c9;
    border-radius: 5px;
    margin: 25px 0 10px;
}
.select-uslug img {
    width: 100%;
    height: 110px;
}
.select-uslug p {
    margin-top: 5px;
}
.select .checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.select .checkbox + label {
  cursor: pointer;
    display: block;
}
.select .checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.select .checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 25px;
}
.select .checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background: #fff;
    border: 1px solid #d5d3d3;
}
.select .checkbox:checked + label:before {
  background: url(../img/icons/check.png) no-repeat center;
}
.select .but {
    background: #fff;
    color: #ea5947;
    box-shadow: none;
    border: 2px solid #ea5947;
    font-weight: bold;
    font-size: 24px;
    margin-top: 5px;
}
.city-calc p{
    color: #ea5947;
    font-weight: bold;
    margin-top: 10px;
}
#map1 {
    width: 100% !important;
    height: 300px !important;
    overflow: hidden !important;
}
.girl-ban {
    padding-left: 40px;
}
.girl-ban img {
    display: block;
    margin: 45px auto 0;
}
.but-block {
    text-align: center;
    background: #f9cd6d;
    padding: 35px 5px 10px 5px;
    margin-top: -16px;
}
.but-block .but {
    font-weight: bold;
    padding: 10px 35px;
}
#but-zvon {
    background: rgba(246,0,20,1);
    color: #fff;
    border: none;
}
#but-zvon:hover {
    background: rgb(255, 54, 70);
}
.but-block p {
    font-weight: bold;
    margin-top: 5px;
    font-size: 14px;
}
.but-block p span {
    text-transform: uppercase;
}
.range {
    margin-top: 25px;
    background: url(../img/range-bg.png) no-repeat center;
    background-size: contain;
}
.range img {
    position: relative;
/*    transition: all linear 3s;*/
    left: 5%;
    width: 90px;
    top: -27px;
}
.time {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    padding: 0px;
}
.time p {
    margin: 0;
}
.bot-but-calc {
    
}
.bot-but-calc div {
    text-align: center;
    padding: 15px 0;
    background: #f9cd6d;
/*    border: 2px solid #f9cd6d;*/
    margin-bottom: 10px;
}
.bot-but-calc a{
    display: inline-block;
    margin: 5px auto;
    background: rgba(246,0,20,1);
    color: #fff;
    border: none;
    padding: 8px 15px;
/*    width: 250px;*/
/*    border-radius: 5px;*/
    font-weight: bold;
}
/*------------Calculator----------------*/
#wrapper-calkulator-head{
	background: #FF921A;
}
#on-line .bottom-line {
    width: 25%;
    height: 30px;
}
#on-line select{
	width:75%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../img/select.png');
	background-repeat: no-repeat;
	background-position: center right 0px;
	padding: 2px;
	background-size: 25px;
	border:1px solid #acacac;
    margin-bottom: 20px; 
}
#on-line select:hover {
    cursor: pointer;
}
#pictures{
	width:70%;
}
#calk-block1{
	width:70%;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 auto;
}
#on-line label:first-child{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
    position: absolute;
	top:20px;
	left:60px;
}
#phone{
	padding: 1px;
	width:75%;
	border:1px solid #acacac;
	color: #667;
	font-size: 16px;
    margin-bottom: 10px;
}
#prim{
	border:1px solid #acacac;
	width:75%;
	padding: 10px;
	color: #667;
	font-size: 16px;	
}
input[type="file"]{
/*    display: none;*/
/*    width: 200px;*/
/*    height: 1px;*/
    position: relative;
    top: -30px;
    left: 45px;
    z-index: ;
}
input[type="file"]:focus {
    outline: none;
}
#on-line .file_btn {
    background-image: url(../img/file_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top:0px;
    color:#de0000; 
    text-decoration: underline;
    padding-left: 30px;
    position: relative;
    background-color: #fff;
    z-index: 11;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#on-line .file_btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/file-photo.png) no-repeat;
    left: 5px;
    top: 5px;
}
#on-line .file_btn:hover {
    cursor: pointer;
}
#cars-form{
	position: relative;
/*	text-align: center;*/
	padding-top: 60px;
}
#submit-btn{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px;
	color: #fff;
    width: 60%;
    margin: 10px 0 0 30px;
    border-radius: 0;
    box-shadow: inset 0px 0px 0px 1px #cd515b;
    background: #de0000;
    border: 1px solid #de0000;
    display: block;
}
#submit-btn:hover{
	background: #F82E2E;
}
.evakuator-form{
	position: relative;
/*	text-align: center;*/
	padding-top: 60px;
    padding-left: 60px;
}
#calk-block1 .row{
	padding-top: 20px;
	padding-bottom: 20px;
}
#calk-block1 .transport_img_box{
	text-align: center;
}
#wrapper-on-line{
	background: #fff;
	width:100%;
	padding: 0;
}
#on-line .transport_img_box {
    margin-top: 40px;
}
#on-line .transport_img_box img {
    width: 90%;
}
/* ----------About-us---------------- */
#about-us{
	position: relative;
	z-index:999;
	background: #ffffff;
}
#about-us .about-txt-block{
	display: block;
	margin: 80px auto 40px auto;
	width:80%;
	background: #fff2cc;
	padding: 20px;
	position: relative;
}
#about-us .about-txt-block p{
	padding-left: 5px;
    font-size: 14px;
    margin: 0px 0 10px;
}
#about-us h5{
	width: 70%;
	position: absolute;
	top:-44px;
	left:0;
	padding: 8px 30px;
	padding-left: 30px;
	background: #FF921A;
	font-size: 18px;
	color: #fff;
    text-transform: uppercase;
}
#about-us h6 {
    font-size: 14px;
    padding-left: 5px;
    text-decoration: underline;
}
#about-us li {
    margin-bottom: 4px;
    list-style: circle;
}
#about-us h5:after{
    content: '';
    position: absolute;
    right: -50px;
    top: 0;
    border-top: 35px solid transparent;
    border-left: 50px solid #FF921A;
}
#show-text1, #show-text2 {
    font-size: 14px;
    color: red;
    font-weight: bold;
}
#show-text1:hover, #show-text2:hover {
    color:red;
    cursor: pointer;
}
.hide-text1, .hide-text2 {
    display: none;
}
#about-us h3 {
    font-size: 18px;
    background: #FF921A;
    color: #fff;
    text-align: center;
    width: 72%;
    margin: 0px auto 30px;
    padding: 8px 0px;
}
.clasific-item {
    margin-bottom: 15px;
}
.clasific-item h4{
    font-size: 14px;
    font-weight: bold;
}
.clasific-item>div {
    padding: 15px 0px 15px 7px;
}
#about-us .clas-atention {
    width: 56%;
    margin: 0px auto 50px;
    padding: 10px 10px 5px 25px;
    border-left: 4px solid #FF921A;
    background: #fff2cc;
}
#question {
    background: #fff2cc;
}
.question {
    margin-top: 30px;
    margin-bottom: 20px;
}
.question h3 {
    font-size: 18px;
    background: #FF921A;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0px auto 40px;
    padding: 10px 0px;
}
.question h4{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.quest-item {
    
}
.question .quest{
    background: #fff;
    padding: 10px 0px 10px 80px;
    position: relative;
    margin-bottom: 10px;
}
.question .quest:hover {
/*    cursor: pointer;*/
}
.question .quest:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    background: url(../img/icons/quest1.png) no-repeat center;
    top: 0px;
    left: 20px;
}
.question .quest-item:nth-of-type(2) .quest:before {
    background: url(../img/icons/quest2.png) no-repeat center;
}
.question .quest-item:nth-of-type(3) .quest:before {
    background: url(../img/icons/quest3.png) no-repeat center;
}
.question .quest p, .question .ansver p{
    margin: 0;
}
.question .ansver{
    background: #FF921A;
    padding: 10px 0px 10px 80px;
    position: relative;
    margin-bottom: 30px;
    color: #fff;
/*    display: none;*/
}
.question .ansver p.ansver3 {
    margin-top: 25px;
}
.question .ansver:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    background: url(../img/icons/quest4.png) no-repeat center;
    top: 0px;
    left: 20px;
}
.question .quest-item:nth-of-type(3) .ansver:before {
    top: 10%;
    background-position: top
}
#send-form-block input, #send-form-block textarea,
#send-form-block label, #send-form-block #price-total{
	display: block;
}
/*---------------Transport----------------*/

#transport-bit {
    padding-bottom: 25px;
}
#transport-bit .trans-img{
    margin: 30px auto;
    display: block;
}
.but-transport {
    
}
.but-transport button{
    z-index:999;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 10px 25px;
	color: #fff;
	background: linear-gradient(#F82E2E 50%, #de0000 50%);
	border: 1px solid #cc0000;
    width: 100%;
    margin: 0 auto;
}
.but-transport button:hover {
    background: #EE0000;
}
.transport-content {
    display: block;
/*    position: static;*/
    margin-top: 15px;
    font-size: 14px;
}
.trans-atention {
/*    background: #000;*/
}
.trans-atention h4 {
    font-size: 18px;
    text-align: center;
    background: #FF921A;
    color: #fff;
    padding: 7px 0px
}
.trans-atention div {
    padding: 5px 10px 5px 50px;
    background: #fcf0c0;
    margin-top: 10px;
}
.trans-atention div p {
    position: relative;
    padding: 1px 0px;
    margin: 3px 0;
}
.trans-atention div p:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
/*    border: 1px solid;*/
    top: 0px;
    left: -40px;
    background: url(../img/icons/sprite-transport.png) no-repeat;
    background-position: center 4px;
}
.trans-atention div p:nth-of-type(2):before {
    background-position: center -20px;
}
.trans-atention div p:nth-of-type(3):before {
    background-position: center -43px;
}
.trans-atention div p:nth-of-type(4):before {
    background-position: center -63px;
}
.trans-atention div p:nth-of-type(5):before {
    background-position: center -100px;
}

.slider{
	background: #F1F1F1;
	padding-bottom: 50px;
}

.slider .item img {
    height: 300px;
    width: 100%;
    margin: 0;
}
.slider-itself{
	margin: 50px auto 0 auto;
/*	width:90%;*/
/*	max-width:800px;*/
}
.slider a{
	top:45%;
	font-size: 30px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
  opacity: 1;
    width: 5%;
}
.slider iframe {
    width: 100%;
    margin: 0px auto;
    border: 1px solid #ccc;
    height: 300px;
    border-radius: 0;
}

#otzyv{
	background: #F1F1F1;
	padding-bottom: 30px;
    padding-top: 0px;
}
#otzyv .otstup {
    margin-top: 0;
}
#otzyv .carousel-inner {
    padding: 0px 0px;
}
#otzyv .otz-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 35px;
    border: 5px solid #FF921A;
    height: 300px;
}
#otzyv .item img {
/*    height: 300px;*/
    width: 30%;
    margin-right: 20px;
}
#slider-otzyv{
	margin: 30px auto 0 auto;
}
#slider-otzyv .row>p {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: center;
}
#otzyv .text-otzyv {
    font-size: 16px;
}
#otzyv .text-otzyv span {
    display: block;
    margin: 10px 0;
}
#otzyv .text-otzyv span:nth-of-type(1) {
    font-weight: bold;
    color: #7db936;
    font-size: 20px;
}
#otzyv .text-otzyv span:nth-of-type(2) {
    font-weight: bold;
    font-size: 18px;
}
#otzyv a{
	top:45%;
	font-size: 30px;
}
#otzyv .carousel-control.right {
    right: 0px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
  opacity: 1;
    width: 5%;
}

/* --------------Contacts---------------------- */
#contacts{
	background: #636363;
	padding-bottom: 30px;
}
#contacts .container.wrapper{
	padding: 40px 0 0;
}
#trall .container.wrapper{
	padding-top: 30px;
}
#slider.gruzovoi .container.wrapper{
	padding-top: 30px;
}
#bottom-map{
	width:100%;
}
#bottom-txt{
	width:100%;
	margin: 0 auto;
}
#contacts h5{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
#contacts p{
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
}
#contacts .p-cont {
    padding: 0px;
}
#contacts #to-contact {
    padding: 5px 25px;
    margin: 5px auto;
    display: inline-block;
    color: #fff;
    background: #FF921A;
    border-radius: 5px;
}
#bottom-btn{
	width:240px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px;
	color: #fff;
	background: #F82E2E;
	margin-bottom: 30px;
    background: linear-gradient(#F82E2E 50%, #de0000 50%);
	border: 1px solid #cc0000;
}
#bottom-btn:hover{
	background: #EE0000;
}
.uslug {
    padding-left: 40px;
}
.uslug p {
    margin: 0;
}
.uslug p:first-child {
    margin-bottom: 15px
}
.uslug p a {
    color: #fff;
}
.uslug p a:hover {
    text-decoration: underline;
}

..payment {
    padding: 20px 0 10px;
}
.payment h3 {
    text-align: center;
    margin: 0;
}
.payment h3 {
    width: 450px;
    background: url(/img/payment.png) center/100% 100% no-repeat;
    padding: 50px 0px 50px 60px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}
.payment-bl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 80%;
    margin: 40px auto 0;
}
.payment-bl div {
    width: 28%;
    position: relative;
}
.payment-bl img {
    width: 28%;
    display: block;
    margin-bottom: 30px
}
.payment-bl div img {
    width: 100%;
    height: auto;
}
.payment-bl div p {
    position: absolute;
    bottom: 35px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}
/* -----------Cities------------------- */
#cities-head-txt{
	margin: 0;
	font-size: 26px;
	text-transform: uppercase;
	width:100%;
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	top: 13px;
}
#cities .container{
	padding-top: 30px;
}
#cities .first{
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FF921A;
}
#cities p:hover a{
	color: #FF921A;
}
#cities p:hover{
	cursor: pointer;
}
#cities a{
	color: #fff;
}
#copy:hover{
	color: #3E3C66;
}
#copy{
	cursor: pointer;
	margin-top: 30px;
	padding: 10px;
	color: #fff;
	background: #FF921A;
	text-align: center;
}
#cities{
	background: #636363;
}


/********** Contact ***********/
.contact-block {
    text-align: center;
    font-size: 19px;
    padding: 50px 0 30px
}
.contact-block p {
    margin: 10px auto;
}
.contact-block a{
    font-weight: bold;
    font-size: 24px;
    color: #aa0000;
}
.operator {
    padding: 10px 0 20px;
    background: rgb(255, 176, 89);
    border: 3px solid #ffcece;
    box-shadow: 0px 0px 0px 3px #FF921A;
    margin: 20px auto 10px;
}
.operator p {
    margin-bottom: 10px;
}
.post-mail {
    display: block;
    margin: 10px auto 0;
    color: #0013a5;
    font-weight: bold;
}
.consultant img {
    float: left;
    margin-right: 20px;
}
.consultant p {
    margin: 5px auto;
    text-align: left;
    font-size: 16px;
}
.consultant span {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #de0000;
    font-weight: bold;
}
.adress-block {
    background: #ffffff;
    border: 3px solid #ffb15a;
    box-shadow: 0px 0px 0px 3px #e3e3e3;
    padding: 10px 15px 10px;
    text-align: center;
}
.adress-block h3 {
    display: inline-block;
    margin: 10px auto;
    padding: 10px 35px;
    border: 2px solid #be0000;
    font-size: 20px;
    background: #f2f2f2;
}
.adress-block h4 {
    margin: 10px 0 15px;
    padding: 10px 0 12px;
    border-bottom: 2px dashed #ccc;
}
.adress-block h4 a {
    color: #0031ff;
}
.adress-block h4 a:hover {
    text-decoration: underline;
}
.adress-item {
    margin-top: 15px;
    margin-bottom: 15px;
}
.img-block-adr1, .img-block-adr2, .img-block-adr3{
    
}
.img-block-adr1 img, .img-block-adr2 img, .img-block-adr3 img{
    width: 100%;
    border: 2px solid #d30000;
    box-shadow: 0px 0px 15px 1px #ff7878;
}
.img-block-adr3{
    
}
.contact {
    padding-bottom: 20px
}
.contact h5{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.contact p {
    font-size: 17px;
}
.contact p span {
    font-size: 22px;
    display: block;
    padding-top: 20px;
    padding-bottom: 0px;
    border-top: 2px solid #FF921A;
}
.contact button {
    width: 100%;
    background: #FF921A;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    padding: 8px;
    font-size: 18px;
    font-weight: 600
}
.skydka {
    background: #ededed;
    color: #292828;
    padding: 10px 20px 0;
    margin-top: 10px
}
.skydka h4 {
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.skydka h4+p {
    color: #292828 !important;
    margin: 0;
}