*::-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: 0px;
    padding-right: 0px;
}
body {
   font-family: 'PTSans';
	font-size: 16px;
}
a{
	color:#000;
}
a:hover{
	text-decoration: none;
}
a:active{
	background: transparent;
}
@media screen and (min-width:1200px) {
    .container {
    width: 960px;
    }
}
.red {
    color: #ea5947;
}
.fixed-menu {
    position: fixed;
    left: 0px;
    width: 250px; 
    height: 350px;
    top: 40%;
    background: rgba(255, 255, 255, .8);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transform: translateX(-187px);
    transition: all linear .15s;
    z-index: 2;
}
.fixed-menu:before {
    position: fixed;
    width: 10px;
    height: 100%;
    content: "";
    background: #ffcc66;
    transform: translateX(187px);
}
.fixed-menu ul {
    padding-left: 30px;
    margin-top: 5px;
    display: none;
}
.fixed-menu li {
    list-style: none;
    margin-left: 0px;
    line-height: 17px;
}
.fixed-menu li a {
    font-size: 14px;
    padding: 1px 0px;
}
.fixed-menu li a:hover {
    color: #ffcc66;
    text-decoration: underline;
}
.fixed-menu .indicator {
    font-size: 14px;
    color: #ffcc66;
    margin-top: 20px;
    text-align: right;
    padding-right: 47px;
    margin-bottom: 5px;
    position: relative;
    height: 17px;
    opacity: 0;
}
.fixed-menu .icon-op:hover {
    cursor: pointer;
}
.icon-op {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: #ffcc66 url(../img/icon/nav-close.png) no-repeat 50% 50%;
    right: 12px;
    top: 14px;
    border-radius: 5px;
}
.vert-text {
    font-size: 18px;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl; 
    writing-mode:tb-rl;
/*    margin: 87px 0px 0px 23px;*/
    transform: rotate(180deg);
    position: absolute;
    right: 15px;
    top: 130px;
    font-weight: bold;
}

.open {
/*    width: 250px;*/
    transform: translateX(0px);
}
.open:before {
    transform: translateX(0px);
}
.open .vert-text {
    display: none;
}
.open .indicator {
    opacity: 1;
}
.open ul {
    display: block;
}
.open .icon-op {
    transform: rotate(180deg);
}
header {
    border-top: 10px solid #abb7b7;
    margin: 0px;
}
header .top-txt {
    text-align: center;
    font-size: 16px;
    background: url(../img/bg-p.png) no-repeat 50% 100%;
    padding: 5px 0px;
}
header .top-txt p {
    margin: 0px auto;
}
.top-header {
    
}
.top-header .otkr-zam{
    position: relative;
    padding: 5px 0px 0px 0px;
    color: #4a525f;
}
.top-header .otkr-zam a {
    display: block;
    float: left;
}
.top-header .otkr-zam img {
/*    display: inline-block;*/
/*    float: left;*/
    margin-right: 15px;
}
.top-header .otkr-zam h3 {
    font-size: 26px;
    font-family: "PTSansBold";
    margin: 0px;
    display: inline-block;
/*    padding-left: */
}
.top-header .otkr-zam p {
    font-size: 18px;
/*    display: inline-block;*/
}
.top-header .otkr-zam:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 50px;
    background: url(../img/icon/zamok.png) no-repeat;
    left: 0px;
    top: 0px;
    display: none;
}
.but {
    background: #ea5947;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 5px 30px;
    box-shadow: 2px 2px 0px 0px #ad1c1c;
}
header .but+p {
/*    text-align: center;*/
    font-weight: bold;
    color: #4a525f;
    margin-top: 5px;
    padding-left: 45px;
}
header .but {
    position: relative;
    padding: 5px 35px 5px 40px;
    margin-top: 12px;
}
header .but:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon/mini-phone.png) no-repeat;
    left: 20px;
    top: 10px;
}
.phone {
    position: relative;
    padding: 0px 0px 0px 60px;
}
.phone:before {
    position: absolute;
    width: 50px;
    height: 50px;
    content: "";
    background: url(../img/icon/phone.png) no-repeat;
    left: 0px;
    top: 10px;
}
.phone a{
    font-size: 30px;
    font-family: "PTSansBold";
    color: #4a525f;
}
.phone a+p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.menu {
    padding: 0px;
    background: #ffcc66;
}
nav.navbar{
    border-radius: 0px;
    border: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background: #ffcc66;
    min-height: auto;
}
.navbar-collapse {
    padding: 0px;
}
.nav {
    float: none;
    margin: 0 auto;
}
.navbar-collapse .nav>li a{
    color: #000; 
    text-align: center;
    font-size: 16px;
    margin: 0px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.navbar-collapse .nav>li a:hover, .navbar-collapse .nav>li a.active {
    background: #ffecc5;
}
.main {
    background: url(../img/bg-main.jpg) no-repeat center;
    height: 525px;
    overflow: hidden;
    position: relative;
}
.title-blok {
    margin-top: 100px;
    background: rgba(255, 255, 255, .71);
    z-index: 3;
    font-size: 36px;
    text-transform: uppercase;
    font-family: "PTSansBold";
    padding: 0px 0px 0px 30px;
    margin-bottom: 10px;
}
.main h1 {
    margin-bottom: 5px
}
.main span {
    font-size: 18px;
    margin-top: 0px;
    display: inline-block;
}
.title img {
    display: block;
    margin: 0 auto;
}
.title {
    position: static;
    z-index: 2;
}
.title .main-dveri {
    position: absolute;
    bottom: 55px;
    z-index: 1;
}
.main-seif {
    position: relative;
    left: -40px;
    bottom: 160px;
}
.main-remont {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: 25%;
}
.main .girl {
    position: relative;
    top: 55px;
    left: -50px;
}
#preym {
    margin: 0px;
    padding: 0 0 80px; 
}
.head-line {
    text-align: center;
    background: #d8dcdc
}
h2 {
    margin: 0px auto;
    display: inline-block;
    color: #2c3e50;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #f9cd6d;
    padding: 10px 30px;
    margin-bottom: 7px;
    position: relative;
}
h2:before, h2:after {
    position: absolute;
    content: "";
    width: 0;
	height: 0px;
    top: 0px;
}
h2:before {
    left: -30px;
    border-top: 46px solid #f9cd6d;
	border-left: 30px solid transparent;
}
h2:after {
    right: -30px;
    border-top: 46px solid #f9cd6d;
	border-right: 30px solid transparent;
}
.preym-item {
    text-align: center;
    margin-top: 50px;
}
.preym-item>div {
     height: 100px;
    line-height: 100px;
}
.preym-item p {
    font-size: 16px;
    font-weight: bold;
    margin: 0px
}
.preym-block {
    background: #f1f1f1;
    text-align: center;
    margin-top: 50px;
}
.preym-block-item {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    background: #fff;
    border: 2px solid #ea5947;
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.preym-block-item span {
    font-size: 24px;
    font-weight: bold;
}
.preym-block-item p {
    font-size: 16px;
}
.preym-aten {
    padding: 5px 50px;
    border: 2px dashed #ea5947;
    margin-top: 30px;
}
.preym-aten h5 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.preym-aten p {
    margin: 5px 0;
}
#uslug {
    background: #f1f1f1;
    padding-bottom: 50px;
}
.uslug-item {
margin-top: 50px;}
.uslug-item>div {
    background: #fff;
    font-size: 18px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 250px;
}
.uslug-item .img-block {
/*    float: left;*/
    margin-left: 10px;
}
.item-char {
/*    float: right;*/
    padding: 0px 0px 0px 30px;
}
.uslug-item:nth-of-type(1) .item-char {
    padding: 20px 0px 0px 40px;
}
.uslug-item:nth-of-type(2) .item-char {
    padding: 0px 0px 0px 40px;
}
.uslug-item:nth-of-type(3) .item-char {
    padding: 0px 0px 0px 20px;
}
.uslug-item:nth-of-type(4) .item-char {
    padding: 0px 0px 0px 40px;
}
.uslug-item .item-char-zamok {
    padding-left: 5px !important;
}
.item-char h4 {
    font-size: 22px;
    font-weight: bold;
}
.item-char h4 + p {
    font-weight: bold;
    margin-bottom: 30px;
}
.item-char .but {
    padding: 7px 40px;
}
.item-char .but + p {
    margin-top: 20px;
    text-align: center;
    text-decoration: underline
}
#work {
    padding-bottom: 50px;
}
.work-item {
    text-align: center;
    padding: 0px;
    font-weight: bold;
    margin-top: 50px;
    position: relative;
}
.work-item:nth-of-type(2):after, .work-item:nth-of-type(1):after {
    position: absolute;
    content: "";
    width: 20px;
    height: 35px;
    background: url(../img/icon/arr.png) no-repeat;
    top: 30px;
    left: 180px;
}
.work-item>div {
    height: 100px;
    line-height: 100px;
}
.work-item p {
    margin-top: 10px;
}
#master {
    
}
#master .carousel-inner {
    width: 100%;
    margin: 70px auto;
    border: 4px solid #d8dcdc;
    height: 360px;
}
#master .carousel-inner .item {
    height: 360px;
}
#master .carousel-inner .item img{
    width: 100%;
    display: block;
    height: 100%;
}
#master .carousel-control.right, .carousel-control.left {
  background-image: none;
  opacity: 1;
    width: 5%;
}
#master .carousel-control.right img {
  margin-left: -10px; 
}
#master .carousel-control.left img {
  margin-left: 10px;
}
#master .carousel-control img {
  position: relative;
  top: 45%; }

#master .carousel-inner > .item img {
  display: block;
  margin: 0 auto;
    width: 100%;
}
#master iframe {
    width: 100%;
    margin: 70px auto;
    border: 4px solid #d8dcdc;
    height: 360px;
}

#calc .container {
    padding: 75px 0 50px;
}
.calc-block {
    border: 4px solid #d6d6d6; 
    padding: 15px 10px 0;
}
.calc-block h4 {
    font-size: 18px;
    color: #2c3e50;
    font-family: 'PTSansBold';
    margin-left: 10px;
    position: relative;
}
.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;
    font-family: 'PTSansBold';
    position: relative;
    padding: 0px 10px;
    background: #fff;
    display: inline-block;
}
.calc-block .city-calc h5:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 200px;
    background: #2c3e50;
    top: 11px;
    left: 80px;
}
.calc-block .city-calc h5:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background: #2c3e50;
    top: 11px;
    left: -20px;
}
.select {
    padding-left: 50px;
}
.select-uslug {
    width: 130px;
    text-align: center;
    padding: 5px 0 5px;
    border: 1px solid #c0c9c9;
    border-radius: 5px;
    margin: 25px 0 10px;
}
.select .checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.select .checkbox + label {
  cursor: pointer;
}
.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/icon/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: 15px;
}
.city-calc p{
    color: #ea5947;
    font-weight: bold;
    margin-top: 10px;
}
#map {
    width: 100%;
    height: 280px;
}
.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: 13px 35px;
}
.but-block p {
    font-weight: bold;
    margin-top: 5px;
    font-size: 14px;
}
.but-block p span {
    text-transform: uppercase;
}
.range {
    margin-top: 15px;
    background: url(../img/icon/range-bg.png) no-repeat center;
    background-size: contain;
}
.range img {
    position: relative;
/*    transition: all linear 3s;*/
    left: 7%;
}
.time {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding: 0px;
}

#why {
    background: #f1f1f1;
    padding-bottom: 50px;
}
#why h3 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 60px;
}
.why-item {
    text-align: center;
}
.why-item>div {
    height: 110px;
    line-height: 110px;
}
#prof {
    padding: 70px 0px;
    background: #ed9646
}
#prof .container div {
    background: #fff;
}
#prof .container div:nth-of-type(1) {
    padding: 15px 20px;
    position: relative;
    width: 40%;
}
#prof .container div:nth-of-type(1) p {
    font-weight: bold;
    margin: 0px;
}
#prof .container div:nth-of-type(1):after {
    position: absolute;
    content: "";
    width: 100px;
    height: 75px;
    background: url(../img/icon/fig.png) no-repeat;
    top: 27%;
    right: -90px;
}
#prof .container div:nth-of-type(2) {
    margin-left: 11%;
    padding: 15px 0px 15px 20px;
    width: 37%;
}
#prof .container div:nth-of-type(2) p {
    margin: 0px;
}
#prof .container div:nth-of-type(3) {
    margin-top: 20px;
    padding: 15px 20px;
    width: 88%;
}
#prof .container div:nth-of-type(3) p {
    margin: 0px;
    font-weight: bold;
}
#situation {
    background: #f1f1f1;
    padding-bottom: 50px;
}
.sit-item {
    margin-top: 40px;
}
.sit-item p {
    margin: 6px 0px;
    font-weight: bold;
    position: relative;
}
.sit-item p:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 28px;
    background: url(../img/icon/situation-sprite.png) no-repeat;
    left: -60px;
    top: -3px;
    background-position: 50% 0px;
}
.sit-item p:nth-of-type(2):before {
    background-position: 50% -29px;
}
.sit-item p:nth-of-type(3):before {
    background-position: 50% -57px;
}
.sit-item p:nth-of-type(4):before {
    background-position: 50% -86px;
}
.sit-item p:nth-of-type(5):before {
    background-position: 50% -114px;
}
.sit-item p:nth-of-type(6):before {
    background-position: 50% -141px;
}
.sit-item p:nth-of-type(7):before {
    background-position: 50% -170px;
}
.sit-item p:nth-of-type(8):before {
    background-position: 50% -196px;
}
.sit-item p:nth-of-type(9):before {
    background-position: 50% -225px;
}
.sit-item p:nth-of-type(10):before {
    background-position: 50% -253px;
}
.sit-item p:nth-of-type(11):before {
    background-position: 50% -282px;
}
.sit-item p:nth-of-type(12):before {
    background-position: 50% -310px;
}
.sit-item p:nth-of-type(13):before {
    background-position: 50% -338px;
}
.sit-item p:nth-of-type(14):before {
    background-position: 50% -365px;
}
.sit-item p:nth-of-type(15):before {
    background-position: 50% -393px;
}
.sit-item p:nth-of-type(16):before {
    background-position: 50% -420px;
}
.sit-item p:nth-of-type(17):before {
    background-position: 50% -448px;
}
.sit-item p:nth-of-type(18):before {
    background-position: 50% -476px;
}
.sit-item p:nth-of-type(19):before {
    background-position: 50% -506px;
}
#price .container {
    padding: 60px 0px 60px 80px;
}
#price table td {
    padding: 1px 0px;
}
#price table td:first-child {
    width: 58.33333333%;
}
#price table td:last-child {
    color: #e24640;
    width: 33.33333333%;
    padding-right: 70px;
}
#price table td:last-child span{
    color: #000
}
#about {
    background: #f1f1f1;
    padding-bottom: 50px;
}
#about .container {
    padding-top: 50px;
}
#about .container>div:first-child {
    padding-left: 0px;
}
#about .container>div:last-child {
    padding-top: 10px;
}
#about .container>div:last-child img {
    margin-bottom: 15px;
}
#about h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}
#about p {
    font-size: 14px;
}
#about img {
    width: 100%;
}
#about .bot-img {
    padding: 10px;
    background: #d8dcdc;
    font-weight: bold;
}
#news {
    background: #f1f1f1;
}
#news .carousel-inner {
    width: 100%;
    margin: 20px auto;
}
#news .carousel-control.right, .carousel-control.left {
  background-image: none;
  opacity: 1;
    width: 5%;
}
#news .carousel-control.right img {
  margin-left: 40px; 
}
#news .carousel-control.left img {
  margin-left: -50px;
}
#news .carousel-control img {
  position: relative;
  top: 45%; }

#news .carousel-inner > .item img {
  display: block;
  margin: 0 auto;
    width: 100%;
    border: 3px solid #d7dbdb;
}
#news h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}
#news .item a {
    color: #ff2f2f;
    font-weight: bold;
}
#news .item img {
    height: 260px;
}
#news p {
    margin-bottom: 3px;
}
#otzyv .container{
    padding: 40px 0;
}
#otzyv .carousel-inner {
    width: 100%;
    font-size: 14px;
    border: 1px solid #d8dcdc;
}
#otzyv .item {
    padding: 20px 10px 5px 15px;
}
#otzyv .carousel-inner .name {
    font-size: 16px;
    padding-left: 30px;
}
#otzyv .carousel-control.right, .carousel-control.left {
  background-image: none;
  opacity: 1;
    width: 5%;
}
#otzyv .carousel-control.right img {
  margin-left: 30px; 
}
#otzyv .carousel-control.left img {
  margin-left: -50px;
}
#otzyv .carousel-control img {
  position: relative;
  top: 45%; }
.skydka h4{
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
}
.skydka p {
    font-size: 14px;
    font-weight: bold;
    color: #2c3e50;
}
.skydka p span {
    text-transform: uppercase;
}
.skydka .but {
    display: block;
    margin: 10px auto;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0px; 
}
.skydka .but:last-child {
    background: #d8dcdc;
    color: #2c3e50;
    box-shadow: 2px 2px 0px 0px #888a8a
}
#typ-zamok {
    
}
#typ-zamok .carousel-inner {
    width: 100%;
    background: #f2f2f2;
    margin: 20px auto;
}
#typ-zamok .item {
    padding: 40px 20px;
    height: 160px;
}
#typ-zamok .item img {
    height: 100%;
}
#typ-zamok .carousel-control.right, .carousel-control.left {
  background-image: none;
  opacity: 1;
    width: 5%;
}
#typ-zamok .carousel-control.right img {
  margin-left: 36px; 
}
#typ-zamok .carousel-control.left img {
  margin-left: -55px;
}
#typ-zamok .carousel-control img {
  position: relative;
  top: 37%; }
#carousel_presentation3 .active:first-child {
    
}
footer {
    padding: 40px 0;
    background: #4a525f
}
footer h4 {
    font-size: 24px;
    background: #fff;
    width: 88%;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    box-shadow: 2px 2px 0px 0px #a8a8a8;
    margin-bottom: 35px;
    margin-top: 0px;
}
footer p {
    color: #fff;
    font-size: 18px;
    margin: 4px 0;
}
footer p a {
    color: #fff;
    text-decoration: underline;
}
footer p a:hover {
    color: #fff;
}
#myModal a {
    display: block;
    padding: 5px 0px;
}
.modal-container{
   background: rgba(198,198,198, .8);
	display: none;
}
.modal-container, #agreement{
    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:1;
    position: relative;
    margin: 0 auto;
    padding: 5px 0px 13px 0px;
    border-radius: 22px;
    background: #999;
    background: url('../img/bg-modal.png')no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    box-shadow: inset 0px 0px 0px 5px #aab6b5;
    border: 5px solid #ebebeb;
 }
.contact-form input:focus{
	border:2px solid rgba(1,15,44,.8);
}
.contact-form input{
	text-transform: uppercase;
	width:80%;
	font-size: 20px;
	background: #fff;
	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 15px auto;
	color: #324050;
	font-size: 24px;
	text-transform: uppercase;
    background: url(../img/bg-head-modal.png) no-repeat center;
    background-size: 100%;
    padding: 65px 0px 15px;
    position: relative;
}
.contact-form h3:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/icon/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:65%;
	display: block;
	margin: 140px auto 0 auto;
	font-size: 24px;
	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: 5px 0px;
    text-transform: uppercase;
    font-weight: bold;
}
.modal-btn+p {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}
.modal-btn:hover{
	border:1px solid rgba(246,0,20,1);
	background: rgba(246,0,20,1);
}
form label {
    position: relative;
    margin-top: 5px;
    width: 100%;
    padding-left: 30px;
    text-align: center;
}
form input[type="checkbox"] {
    width: 1px  !important;
    height: 1px !important;
    position: relative;
    top: 1px;
    left: 7px;
    z-index: -1;
}
form label .chekc-text {
    margin-top: 0px;
    padding-top: 0px;
    display: inline-block;
    position: relative;
    top: -4px;
    font-size: 10px;
}
.chekc-text {
    top: 3px;
    width: 75%;
    text-align: left;
/*    float: right;*/
}
form label .checked-style {
    width: 15px;
    display: inline-block;
    height: 15px;
    background: #ffffff;
    margin-right: 5px;
    border-radius: 3px;
    padding: 0px;
    margin-top: 0px;
    border: 1px solid;
}
form input[type=checkbox]:checked ~ .checked-style {
    background: url(../img/check.png) no-repeat;
}
#agreement #agree-text {
    width: 400px;
    margin: 100px auto 0;
    z-index: 2;
    background: #fff;
    padding: 10px 0px;
}
#agreement  .text-agree {
    height: 210px;
    width: 100%;
    overflow-y: scroll;
    margin: 20px auto 10px;
    text-align: justify;
    padding: 10px;
    border: 1px solid #000;
}
#agreement  .text-agree h4 {
    font-size: 14px;
}
#agreement  .text-agree ul {
    padding-left: 10px;
}
#agreement  button{
    display: inline-block;
    font-size: 20px;
    padding: 5px 20px;
    margin: 10px;
}
#agreement button#agree {
    background: #77ff5e;
    border: 0px;
}
#agreement button#not-agree {
    background: #bababa;
    border: 0px;
}
#thx.callback .modal-dialog {
    width: 260px;
    border: none;
    margin: 50px auto 0;
}
#thx.callback .modal-body {
    background: #ebebeb;
}
#thx.callback .modal-dialog h5 {
    padding: 0px;
    color: #000;
    font-size: 18px;
}
#thx.callback .modal-dialog button {
    position: absolute;
    top: 0px;
    right: 5px;
}
.modal .close {
    color: #000000;
    text-shadow: none;
    filter: none;
    font-size: 28px;
    font-weight: normal;
    opacity: 1;
}

#scroll-to span{
	width:55px;
	height:54px;
	font-size: 45px;
	padding: 0 0 0 10px;
	border:3px solid #1FB32C;
	border-radius:100%;
	color: rgba(38,30,83,.5);
}
#scroll-to{
	cursor: pointer;
	position: fixed;
	bottom:10%;
	right:45px;
	z-index:999;
	display: none;
}
#scroll-to:hover span{
	background: #ebebeb;
	color: rgba(38,30,83,1);
	border:3px solid #0dd41e;
}

.modal-otzyv .contact-form, .modal-question .contact-form{
    background: #ebebeb;
    margin-top: 0px;
}
.modal-otzyv textarea, .modal-question textarea{
    margin: 10px auto;
    display: block;
    resize: none;
    width: 80%;
    padding: 5px 10px;
    font-size: 16px;
    height: 100px;
}
.modal-otzyv .contact-form input[type="text"], .modal-question .contact-form input[type="tel"] {
    margin: 0 auto;
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 0px;
    text-transform: none;
}
.modal-otzyv .contact-form input[type="text"]:focus, .modal-question .contact-form input[type="tel"]:focus {
    border: none;
}
.modal-otzyv input[type="text"]::-webkit-input-placeholder {
	text-transform: none;
}
.modal-otzyv .modal-btn, .modal-question .modal-btn {
    margin: 40px auto 0;
}