@font-face {
  font-family: 'PTSans-Regular';
  src: url('../fonts/PTSans-Regular.woff') format('woff'),
       url('../fonts/PTSans-Regular.ttf') format('truetype'),
       url('../fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pt-sans';
  src: url('../fonts/pt-sans.eot');
  src: url('../fonts/pt-sans.woff2') format('woff2'),
       url('../fonts/pt-sans.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-Bold';
  src: url('../fonts/PTSans-Bold.woff') format('woff'),
       url('../fonts/PTSans-Bold.ttf') format('truetype'),
       url('../fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pt-sans-bold';
  src: url('../fonts/pt-sans-bold.eot');
  src: url('../fonts/pt-sans-bold.woff2') format('woff2'),
       url('../fonts/pt-sans-bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-Italic';
  src: url('../fonts/PTSans-Italic.woff') format('woff'),
       url('../fonts/PTSans-Italic.ttf') format('truetype'),
       url('../fonts/PTSans-Italic.svg#PTSans-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pt-sans-italic';
  src: url('../fonts/pt-sans-italic.eot');
  src: url('../fonts/pt-sans-italic.woff2') format('woff2'),
       url('../fonts/pt-sans-italic.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
uu
*:active, *:focus {
	outline: 0 !important;
}
a, a:active, a:focus, a:hover {
	color: inherit;
	text-decoration: inherit;
}
html,
body {
	font-family: 'pt-sans';
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
:focus::-webkit-input-placeholder {opacity:0;}/* webkit */
:focus::-moz-placeholder          {opacity:0;}/* Firefox 19+ */
:focus:-moz-placeholder           {opacity:0;}/* Firefox 18- */
:focus:-ms-input-placeholder      {opacity:0;}/* IE */
body {
	font-family: 'PT Sans', sans-serif;
	color: #000;
	font-size:16px;
}
.container {
  width: 90%;
  padding:0 2%;
}
header {
  padding: 20px 0 0 0;
  width: 100%;
}
header .button-round {
    font-family: 'pt-sans';
    margin-left: 40px;

}
.a_default {
  color: #cb2710;
  text-decoration: underline;
}
.a_default:hover {
  color: #f3797b;
  text-decoration: underline;
}
.white {color:#fff; }

/*----------------------------------------------------------------------modals*/
#vyzov .modal-header .close, #selectCity .modal-header .close {
  margin-top: -24px;
}
/*.modal-open {
  margin-right: -17px;
}*/
.modal-title {
  font-size: 18px;
  font-weight: bold;
    text-align: center;
}

.city-list{
    text-align: center;
}

.city-list li {
    margin-right: 20px;
}

.city-list li:first-child{
    margin-left: 20px;
}

.modal-header {
  background-color: #eee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-header > a {
  color: #999;
  float: right;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.btn.btn-accent {
  background-color: #7eb743;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.btn.btn-accent:hover {
  background-color: #58AA40 ;
}
.form-control {
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  height: 27px;
  padding: 0 2px;
  box-shadow:none;
}
.modal-body label {
  font-size: 15px;
  font-weight: normal;
  color: #666;
}
.modal-body .btn-info {font-size:16px; }
.modal-body .btn-info:hover { border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);  }
.modal-footer > span {
  float: left;
  margin-top: 10px;
  color: #666;
}
.footer-right { float:right; text-decoration:underline; color:#fff; cursor:pointer;}
.modal-body textarea { width:100%; border:1px #ccc solid; border-radius:5px; font-family: 'PT Sans'; padding:5px 10px; font-size:17px; }
.hidden { display:none; }


/*-------*/
.wrap-logo {
  float: left;
  width: 43%;
}
.logo {
  background: rgba(0, 0, 0, 0) url("../img/logo.png") no-repeat scroll 0 0;
  float: left;
  height: 47px;
  width: 207px;
}
.logo-description {
  color: #666;
  float: left;
  font-size: 14px;
  line-height: 17px;
  margin: 4px 0 0 7%;
}
.years-old {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #f50000;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding: 0 5%;
  text-align: center;
  width:17%;
}
.years {
  font-size: 33px;
}
.button-round { 
/*background: #FF615D;*/
background: linear-gradient(to top, #F50000, #FF4440);
padding:5px 20px ;
text-align:center;
border-radius:5px;
color:#fff;
font-family: 'pt-sans-bold';
text-shadow: -1px -1px 0 #cc1b35;
box-shadow:0 3px #a12313;
cursor:pointer;
float:right; 
font-size: 15px;
line-height:17px;
/*margin-left: 40px ;*/
}
.button-round:hover {background: linear-gradient(to top, #ea0000, #eb433f);  }
.header-phones {
  float: right;
  font-family: "pt-sans-bold";
  font-size: 20px;
  list-style: outside none none;
  margin: 0 0 0 25px;
  padding: 0;
  text-align: right;
  width: 200px;
}
.header-phones li {
  line-height: 21px;
}
.header-phones li small {  font-family: 'pt-sans'; }
.velcom {background:url(../img/velcom.png) 0 center no-repeat; }
.mts {background:url(../img/mts.png) 0 center no-repeat; }
.home {background:url(../img/phone.png) 0 center no-repeat; }
.velcom-mts {background:url(../img/velcom-mts.png) 105px no-repeat; }

/* Menu */
header nav { width:100%; background: linear-gradient(to top, #F50000, #FF4440); margin-top:20px;  }
/* стили для ПК */

#menu  {
    background: linear-gradient(to top, #F50000, #FF4440);
    display: table;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    visibility:visible;	
  border-right: 1px solid #FB423F;
  border-left: 1px solid #FB423F;
}


#menu li {
        display:block;
        float: left;
        position:relative;
}

@media (min-width:900px) and (max-width:1150px)


{
	#menu li a {
  padding: 0 21px !important;
}
	
}

#menu li a {
  border-left: 1px solid #FB423F;
  color: #fff;
  display: table;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
#menu li:first-child a {
    border-left: medium none;
}
#menu li:last-child a {
    border-right: medium none;
}

#menu li:hover a {
    background: #FF4440;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)inset;
}
#menu li:hover .sub-menu a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

#menu li:hover .sub-menu a:hover {
    color: #df4706;
}

/* стили для выпадающего списка */

.sub-menu {
  left: 0;
  opacity: 0;
  position: absolute;
  transition: visibility 0s linear 0s, opacity 0s linear 0s;
  visibility: hidden;
  z-index: 9999;
  padding: 0;
  text-align: left;
}

#menu .sub-menu li {
    float:none ;
        border-top:1px solid #dddddd;
}

#menu .sub-menu li a {
        width: auto;
        min-width: 100%;
        padding: 0 11px;
        white-space:nowrap;
        text-align:left;
        border:none;
        box-shadow:none;
}

@media only screen and (min-width: 690px) {
    #menu li a:hover + .sub-menu, .sub-menu:hover {
        display: block;
    }

}


.banner-a{
    margin-top: 40px;
}

.post-ol{
    text-align: left;
}

.post-ol li{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}


    #menu li:hover > ul{
        visibility:visible;
        opacity:1;
        transition-delay:0s;
        z-index:1;
    }



/* /Menu */
.open-menu { width:100%; text-align:center; cursor:pointer; color:#fff; padding:10px 0; background: #F50000; margin:20px 0 0 0; display:inline-block; display:none;}

.caption {
    height: 140px;
    width: 100%;
    margin: 20px 0px;
    padding: 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.caption .span4, .caption .span8 {
    padding: 0px 20px;
}
.caption .span4 {
    border-right: 1px dotted #CCCCCC;
}
.caption h3 {
    color: #a83b3b;
    line-height: 2rem;
    margin: 0 0 20px;
    text-transform: uppercase;
    }
    .caption p {
        font-size: 1rem;
        line-height: 1.6rem;
        color: #a83b3b;
        }
        .btn.btn-mini {
            background: #a83b3b;
            border-radius: 0 0 0 0;
            color: #fbf4e0;
            font-size: 0.63rem;
            text-shadow: none !important;
            }
.carousel-control {
  font-size: 117px;
  padding-top: 140px;
  top: 0;
}


/* Slider */
.banner1 {
    /*height:480px;*/
    width:100%;
}
.banner1 img { background:url(../img/okna-pvkh-v-rassrochku.jpg) center center no-repeat; background-size:cover;  width:100%; }

/**/
.wrap-block .h1, h1  { margin:50px 0; text-align:center; font-family: 'pt-sans-bold'; font-size:40px; color:#313131; }
.block-title {margin:10px 0; text-align:center; font-family: 'pt-sans-bold'; font-size:17px; color:#313131; }
.block-desc { font-size:15px; line-height:19px; color:#313131;  }
.wrap-block a {text-align:center; width:100%; display:inline-block; }
.wrap-block .col-md-6 {margin-bottom:30px;  }

.wrap-kbe { width:100%; background-color:#efefef; padding:20px 0 70px 0; margin-top:30px; }
.center {text-align:center; }

.wrap-kbe1 { width:100%;}



.nav-tabs {
  display: block;
  height: 50px;
  text-align:center;
  width: 50%;
  margin:-50px auto 40px auto;
}
.nav-tabs li {
  float: left;
}
.nav-tabs li a { color:#ea4642; }

.nav-tabs li a, .nav-tabs li a:link, .nav-tabs li a:hover, .nav-tabs li a:visited, .nav-tabs li a:active, .nav-tabs li a:focus {
  border-radius: 3px 3px 0 0;
  color: #747575;
  height: 50px;
  margin: 0;
  padding: 15px 30px;
  text-align: center;
  border-bottom: 2px solid transparent;
  display: block;
  font-family: 'pt-sans-bold'; 
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}
.simple_tab > .nav.nav-tabs li.active a, .simple_tab > .nav.nav-tabs li.active a:link, .simple_tab > .nav.nav-tabs li.active a:hover, .simple_tab > .nav.nav-tabs li.active a:visited, .simple_tab > .nav.nav-tabs li.active a:active, .simple_tab > .nav.nav-tabs li.active a:focus {
  color: #F50000;
}
.simple_tab > .nav.nav-tabs li a span, .simple_tab > .nav.nav-tabs li a:link span, .simple_tab > .nav.nav-tabs li a:hover span, .simple_tab > .nav.nav-tabs li a:visited span, .simple_tab > .nav.nav-tabs li a:active span, .simple_tab > .nav.nav-tabs li a:focus span {
  border-bottom: 1px dotted #747575;
}
.simple_tab > .nav.nav-tabs li.active a span, .simple_tab > .nav.nav-tabs li.active a:link span, .simple_tab > .nav.nav-tabs li.active a:hover span, .simple_tab > .nav.nav-tabs li.active a:visited span, .simple_tab > .nav.nav-tabs li.active a:active span, .simple_tab > .nav.nav-tabs li.active a:focus span {
  border-bottom-color: transparent;
}



.simple_tab .standart_tab {
  margin-top: 0;
  text-align: center;
}
.tab-content .tab-pane.active {
  display: block;
}

.simple_tab .name_inner_tab {
  color: #373636;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  margin-right: 25px;
  vertical-align: top;
}
.standart_tab > .nav.nav-tabs {
  border: 2px solid #F50000;;
  border-radius: 25px;
  display: inline-block;
  height: 48px;
  padding: 2px;
  vertical-align: top;
  width: auto;
  margin:0;
}
.nav-tabs {
  margin-bottom: 40px;
}
.standart_tab > .nav.nav-tabs li a, .standart_tab > .nav.nav-tabs li a:link, .standart_tab > .nav.nav-tabs li a:hover, .standart_tab > .nav.nav-tabs li a:visited, .standart_tab > .nav.nav-tabs li a:active, .standart_tab > .nav.nav-tabs li a:focus {
  border-radius: 20px;
  color: #747575;
  font-size: 16px;
  height: 40px;
  line-height: 20px;
  margin: 0;
  min-width: 195px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
}
.standart_tab > .nav.nav-tabs li a:hover {background:none; border:1px solid #fff; }
.standart_tab > .nav.nav-tabs li a:hover span {border:none; }
.standart_tab > .nav.nav-tabs li.active a, .standart_tab > .nav.nav-tabs li.active a:link, .standart_tab > .nav.nav-tabs li.active a:hover, .standart_tab > .nav.nav-tabs li.active a:visited, .standart_tab > .nav.nav-tabs li.active a:active, .standart_tab > .nav.nav-tabs li.active a:focus {
  background-image: linear-gradient(to top, #F50000, #FF4440);
  color: #ffffff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
  border:none;
}
.standart_tab > .nav.nav-tabs li.active a, .standart_tab > .nav.nav-tabs li.active a:link, .standart_tab > .nav.nav-tabs li.active a:hover, .standart_tab > .nav.nav-tabs li.active a:visited, .standart_tab > .nav.nav-tabs li.active a:active, .standart_tab > .nav.nav-tabs li.active a:focus {
  color: #ffffff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
}
.standart_tab > .nav.nav-tabs li a span, .standart_tab > .nav.nav-tabs li a:link span, .standart_tab > .nav.nav-tabs li a:hover span, .standart_tab > .nav.nav-tabs li a:visited span, .standart_tab > .nav.nav-tabs li a:active span, .standart_tab > .nav.nav-tabs li a:focus span {
  border-bottom: 1px dotted #747575;
}
.standart_tab > .nav.nav-tabs li.active a span, .standart_tab > .nav.nav-tabs li.active a:link span, .standart_tab > .nav.nav-tabs li.active a:hover span, .standart_tab > .nav.nav-tabs li.active a:visited span, .standart_tab > .nav.nav-tabs li.active a:active span, .standart_tab > .nav.nav-tabs li.active a:focus span {
  border-bottom-color: transparent;
}

.plastik {
  display: table;
  height: 518px;
  margin: 50px auto 0;
  padding: 0 0.2%;
  width: 90%;
}
.tab-content .tab-pane.active {
  display: block;
}
.tab-pane.selected-type-box.active {
  display: inline-table;
}
.affixes-box {
  display: table-cell;
  position: relative;
  vertical-align: top;
  z-index: 2;
}
.affixes-box .item.first {
  margin-top: 0;
}
.affixes-box .item {
  margin-top: 30px;
  width: 145px;
}
.affixes-box .icon {
  margin-bottom: 10px;
  text-align: center;
}
.affixes-box .title {
  color: #e5193e;
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}
.affixes-box p {
  color: #616161;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.selected-type-box {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 440px;
  position: relative;

}

.for_bg {
  display: table-cell;
  margin-left: -290px;
  vertical-align: top;
  width: inherit;
}
.wrap-right-box {
  display: table-cell;
  position: relative;
  vertical-align: top;
  z-index: 2;
}
.right-box {
  margin-top: 30px;
  text-align: left;
  width: 100%;
  max-width: 580px;
}


.info {
  margin-bottom: 30px;
  padding: 0 36px 0 20px;
}
 .info h3, .info h2 {
  color: #000;
  font-size: 36px;
  margin-bottom: 16px;
  margin-top: 0;
}
.info p {
  color: #616161;
  font-size: 13px;
  line-height: 18px;
}
.price {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #616161;
  border-image: none;
  border-style: dotted none;
  border-width: 1px 0;
  line-height: 22px;
  margin-bottom: 12px;
  margin-left: 20px;
  min-height: 72px;
  padding-top: 3px;
  vertical-align: middle;
}
.small-text {
  color: #757575;
  font-size: 11px;
  padding-left: 20px;
}
.form-box {
  margin-top: 25px;
}
.price .from {
  font-size: 18px;
}
.price .slash {
  font-size: 48px;
  margin: 0 12px;
}
 .price .credit {
  display: inline-block;
  font-size: 14px;
  margin-top:10px;
  line-height: 19px;
}
.price .from .big {
  font-size: 22px;
}
.form-box h3, .form-box h2 {
  color: #ed1c51;
  font-size: 15px;
  margin-bottom: 13px;
  padding-left: 20px;
}
.form-box--high-x2 form {
  background: url("../img/form-discount-bg_heightx2_05-right.jpg") no-repeat scroll right top, rgba(0, 0, 0, 0) url("../img/form-discount-bg_heightx2_03-x.jpg") repeat-x scroll 0 0;
  height: 110px;
  margin-left: 12px;
  max-height: 110px;
  position: relative;
  width: 97%;
}
.form-box--high-x2 form img {
  left: 0;
  position: absolute;
  top: 0;
}
.form-box .inputs {
  float: left;
  margin: 12px 0 0;
  width: 41%;
}
.form-box .button {
  float: right;
  margin-right: 10px;
  margin-top: 12px;
  width: 48%;
  max-width: 210px;
}
.form-box input.first {
  margin-bottom: 9px;
}
.form-box input {
  background:#fff url("../img/arrow-input.png") 10px center no-repeat;
  border: 1px solid #ea4642;
  border-radius: 3px;
  color: #5c5c5c !important;
  display: inline-block;
  font-size: 15px;
  padding: 7px 10px 7px 18px;
  width: 100%;
}
.form-box .button button {
  background: linear-gradient(to top, #F50000, #FF4440);
  border-radius: 5px;
  box-shadow: 0 3px #920217;
  color: #fff;
  cursor: pointer;
  font-family: "pt-sans-bold";
  font-size: 18px;
  min-height: 48px;
  padding: 29px 20px;
  text-decoration: none;
  text-shadow: -1px -1px 0 #cc1b35;
  width: 100%;
  border:none;
}
.tender_form_bottom .button-round {font-size:20px; }
 .form-box .button button:hover {background: linear-gradient(to top, #ea0000, #eb433f); }
.price .from .star {
  font-size: 14px;
  position: relative;
  top: -10px;
}


.tbalkon {
  display: table;
  margin: 50px auto 0;
  padding: 0 0.2%;
  width: 90%;
}
.balkon_contents.tab-content > .active {
  display: inline-table;
  margin-top: 50px;
}

.left_icons {
  display: table-cell;
  position: relative;
  vertical-align: top;
  left: 70px;
}
.balkon_contents .for_bg {
  display: table-cell;
  margin-left: -90px !important;
  margin-right:-105px !important;
  vertical-align: top;
  width: inherit;
}
.tbalkon > h3 { font-size:26px;  }
.tbalkon .price .from {
  font-size: 15px;
}
.tbalkon .wrap-right-box {
  max-width: 500px;
}
.fleft { float:left;} 
.left_icons img {  width: 55px; }

/* Calc */
.block-4 { with:100%;  margin:70px 0; }
.block-4 .h1 {  margin-bottom:40px;  }
.block-4 .standart_tab { text-align: center; }
.block-4 .standart_tab > .nav.nav-tabs {
  border-radius: 50px;
  height: 60px;
  margin: 0;
}

.subtitle { font-size:22px; text-align:left; font-family: 'PTSans-Bold'; margin-bottom:20px; }

.block-4 .col-l .minus {
  background: #d2deee none repeat scroll 0 0;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px;
  width: 20px;
}
.block-4 .col-l .plus {
  background: #d2deee none repeat scroll 0 0;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
}
.block-4 .row input {
  background: #ecf1f8 none repeat scroll 0 0;
  border: 0 none;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  text-align: center;
  width: 40px;
}
.block-4 .col-l {
  position: relative;
  width: 61px;
}
.block-4 table td {
  line-height: 1.3em;
  padding-right: 15px;
}
.block-4 table {
  font-size: 13px;
}
.block-4 .image .cost4 {
  height: 105px;
  position: absolute;
  right: -25px;
  top: 40px;
  width: 260px;
}
.block-4 .image {
  height: 190px;
  margin-bottom: 1rem;
}
.plastik2 .row {max-width: 1200px;}
.plastik2 .h1 { text-align:center; font-family: 'PTSans-Bold'; }
.block-4 .row-1 {
  border: 2px solid #f50000;;
  border-radius: 29px;
  margin-bottom: 4rem;
  padding: 2px;

}
.block-4 .row-1 .col-active {
    background: linear-gradient(to top, #F50000, #FF4440);
    border-radius: 25px;
  color: #fff !important;
}
.block-4 .row-1 .col-md-3 {
  color: black;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}
.block-4 .cost {
  font-size: 22px;
  margin-bottom: 1rem;
}
ins::after {
  background: red none repeat scroll 0 0;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
ins {
  position: relative;
  text-decoration: none;
}
.block-4 .cost2 {
  color: #f50000;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.block-4 .cost3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.block-4 .cost3 span {
  background: #ffdc2e none repeat scroll 0 0;
  padding: 0 1rem;
}

/* Rassrochka*/
.wrap-rassrochka { background:url(../img/akcii.jpg) 0 0 no-repeat; width:100%; background-size:cover;  padding:50px 0; margin:30px 0 0 0; text-align:center;  }
.wrap-rassrochka img { width:100%; max-width:600px;}
.rassrochka-title {  font-family: 'PTSans-Bold'; font-size: 62px; color: #fff; text-align:left;  }
.rassrochka-desc {
  color: #fff;
  font-size: 19px;
  margin-bottom: 40px;
   text-align:left;  
}
.tender_form_bottom { text-align:left; }
.wrap-rassrochka input { 
	border: 1px solid #727273;
    border-radius: 3px;
    color: #59595b; 
	width:100%;
	padding:10px;
	margin-bottom:10px;
}
.button-default {
  clear: left;
  width: 100%;
  /*float: left;*/
  border: none;
  padding: 15px ;
}
.wrap-rassrochka .strong { font-family: 'PTSans-Bold'; }
.rassrochka-down {
  clear: left;
  width: 100%;
  float: left;
  margin:20px 0 0 0;
  font-size:19px;
  color:#fff;
   text-align:left;
}
.form-r { max-width:500px;}

.wrap-service {  width:100%; background-color:#efefef; padding:50px 0;  text-align:center; }
.wrap-service .h1 {  font-family: 'PTSans-Bold';  font-size:40px; }
.wrap-service p {color: #737373; margin:30px 0;}
.serv { 
	height: 170px;
    padding-top: 125px;
    width: 100%;
	cursor:pointer;
    font-family: 'PTSans-Bold';
	line-height:17px;
	color:#191818;
	margin-bottom:40px;
}
.service-1 { 
	background:url(../img/besplatnyy-vyzov-zamershchika.png) center top no-repeat; 
}
.service-2 { 
	background:url(../img/sobstvennoye-proizvodstvo.png) center top no-repeat; 
}
.service-3 { 
	background:url(../img/garantiynoye-i-postgarantiynoye-obsluzhivaniye.png) center top no-repeat; 
}
.service-4 { 
	background:url(../img/oplata-v-rassrochku.png) center top no-repeat; 
}
.service-5 { 
	background:url(../img/chistyy-montazh.png) center top no-repeat; 
}
.service-6 { 
	background:url(../img/litsenzii-i-sertifikaty.png) center top no-repeat; 
}

.wrap-video { width:100%; padding:50px 0;  text-align:center;}
.wrap-video .h1, .wrap-portaly .h1, .wrap-kluch .h1, .wrap-works .h1, .wrap-otzyvy .h1, .wrap-gallery2 .h1, .wrap-why .h1, .wrap-text .h1 {  font-family: 'PTSans-Bold'; margin-bottom:40px;  font-size:40px; }
.wrap-portaly img, .wrap-kluch img {width:100%; max-width:650px; margin-top:20px; }
.wrap-video iframe { width:70%; }
.wrap-portaly, .wrap-otzyvy {  width:100%; background-color:#efefef; padding:50px 0;  text-align:center; }
.width-auto { width:auto; float:none; padding:10px 30px; }
.width-auto:hover {color:#fff; }
.m1 { margin:40px 0; text-align:center; }
.w-100 { width:100%; }

.wrap-kluch, .wrap-works {width:100%; padding:50px 0;  text-align:center;}
.montaj {width:100%; padding:50px 0;  text-align:center;}

.video_cont::after {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.video_cont {
  height: 430px;
  overflow: hidden;
  position: relative;
  padding:50px 0;
  margin:50px 0 0  0;
}
.video_cont video {
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  margin-top:-100px;
}
.video_cont .row3 {
  position: relative;
  z-index: 2;
}
.row3 {
  margin: 0 auto;
  overflow: visible;
  padding: 0 125px;
}
div.title {
  color: #313131;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.mtext { font-size:25px;  }
.text.tac {
  text-align: center;
}
.text_align_center_wrap {
  text-align: center;
}
a.black_btn, a.black_btn:link, a.black_btn:hover, a.black_btn:visited, a.black_btn:active, a.black_btn:focus, button.black_btn {
  border: 2px solid #333333;
  border-radius: 3px;
  color: #333333;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 170px;
}
a, a:link, a:hover, a:visited, a:active, a:focus, button {
  transition: all 0.2s ease-out 0.01s;
}
a:hover.black_btn, button:hover.black_btn {
  background: #333333;
  border-color: #333333;
  color: #ffffff;
}
.wrap-works p, .wrap-otzyvy p {max-width:800px; margin:0 auto 20px auto; }
.wrap-works img {margin-bottom:20px; }
.wrap-otzyvy img {width:100%; border: 8px solid rgba(255, 6, 0, 0.69); max-width:300px; margin-bottom:20px;}

.wrap-serts { width:100%; padding:50px 0 80px 0; background-color:#e94642; color:#fff; text-align:center; }
.wrap-serts img {width:100%; max-width:300px; border:2px #fff solid; }
a.black_btn.in_red, a.black_btn.in_red:link, a.black_btn.in_red:hover, a.black_btn.in_red:visited, a.black_btn.in_red:active, a.black_btn.in_red:focus, button.black_btn.in_red {
  border-color: #ffffff;
  color: #ffffff;
  font-size: 17px;
  text-transform: none;
}
a:hover.black_btn.in_red {background-color:#fff; color:#e94642;}
.wrap-serts a { margin:20px 0; }
.wrap-zayavka {backgroung-color:#fff; background-image:none; margin:0; }
.wrap-zayavka img {width:auto; margin: -80px 0 0;}
.wrap-zayavka .rassrochka-title { color:#313131; }
.wrap-zayavka .rassrochka-desc { color:#313131; font-family: 'PTSans-Bold';}
.wrap-zayavka .rassrochka-down { color:#313131; padding-top:20px; margin-bottom:30px; }
.wrap-zayavka button {font-size:20px;}

footer { padding:50px 0; background-color:#2d2f33; color:#fff; margin-top:-50px; }
footer ul {margin:5px 0 30px 0; padding:0; list-style:none; }
footer ul li a { text-decoration:underline; color: #abaeb6; font-size:13px; }

.footer {width:100%; padding:50px 0; }

.socials { width:25%}
.socials ul {display:inline-block; margin:0; padding:0; }
.socials ul li { display:inline-block; }
.socials ul li a { 
  display: block;
  height: 30px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 30px;
}
.vk { background:url(../img/soc_icon.png) 0 0 no-repeat;  }
.fb { background:url(../img/soc_icon.png) -30px 0 no-repeat;  }
.ok { background:url(../img/soc_icon.png) -60px 0 no-repeat;  }

.carousel-control.left, .carousel-control.right {
  font-family: sans-serif;
  background-image:none;
}

.tender_form_zamer {  }
.line_like_row {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.line_like_row label {
    width: 15%;
}
.line_like_row .contact-input {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px;
}
.text_align_center_wrap input:hover {color:fff !important; }
.text_align_center_wrap {
  display: inline-block;
  margin: 40px 0 25px;
  text-align: center;
  width: 100%;
}
.text_align_center_wrap input {
  float: none;
  max-width: 323px;
  padding: 15px 30px;
}
#vyzov .modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  width: 85%;
}
#vyzov  .modal-body {
  padding: 15px;
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
#vyzov  .modal-header {
  text-align: center;
}
.top_btn::after {
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  content: " ";
  display: block;
  height: 18px;
  left: 21px;
  position: absolute;
  transform: rotate(45deg);
  width: 18px;
}
.top_btn {
    background: linear-gradient(to top, #F50000, #FF4440);
  border-bottom: 2px solid #a21313;
  border-radius: 50%;
  border-top: 2px solid #ed615d;
  cursor: pointer;
  display: block;
  height: 60px;
  padding-top: 22px;
  position: absolute;
  right: 0;
  width: 60px;
}







/*Анимации*/
.boxHidded{
   visibility: hidden; 
}
.fadeInUp, .fadeInDown, .pulse, .rollIn, .bounceInLeft, .bounceInRight{
   visibility: visible; 
}
.delay-05s{
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
 
.delay-1s{
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-15s{
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-2s{
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}


/* balkon */
.balkon_tab {
  background: rgba(0, 0, 0, 0) url("../img/balkon_tab1.png") no-repeat scroll center 50px;
  position: relative;
}
.balkon_tab div {
  margin: 0 auto;
  max-width: 1100px;
}
.balkon_tab .teplo_selected {
  background: rgba(0, 0, 0, 0) url("../img/balkon_tab5.png") no-repeat scroll 0 0;
  height: 93px;
  margin: 0 0 0 20px;
  width: 321px;
}
.balkon_tab .holodno_selected {
  background: rgba(0, 0, 0, 0) url("../img/balkon_tab7.png") no-repeat scroll 0 0;
  height: 85px;
  margin: -7px 0 0 4px;
  width: 331px;
}
.balkon_tab .teplo {
  background: rgba(0, 0, 0, 0) url("../img/balkon_tab8.png") no-repeat scroll 0 0;
  height: 93px;
  margin: 0 0 0 20px;
  width: 321px;
}
.balkon_tab a {
  display: inline-block;
  vertical-align: top;
}
.balkon_tab div div {
  display: inline-block;
  vertical-align: top;
}
.balkon_tab .holodno {
  background: rgba(0, 0, 0, 0) url("../img/balkon_tab6.png") no-repeat scroll 0 0;
  height: 76px;
  margin: -5px 0 0;
  width: 355px;
}
.balkon_tab2 {
  background: rgba(0, 0, 0, 0) url("../img/balkon_tab1.png") no-repeat scroll center 50px;
  position: relative;
  height: 93px;
  margin-top: -71px;
  display:none;
}
.balkon_line {
  background: rgba(0, 0, 0, 0) url("../img/balkon_line.png") no-repeat scroll 44% center;
  height: 40px;
  margin: 40px auto;
  padding: 20px 0;
}
.balkon1 {
  background: rgba(0, 0, 0, 0) url("../img/baklon_2-1.jpg") no-repeat scroll left top;
  height: 1040px;
  margin: 0 auto;
  width: 1200px;
}
.wrap-balkon_holod .balkon1 {
  background: rgba(0, 0, 0, 0) url("../img/baklon_1-1.jpg") no-repeat scroll -15% top;
  height: 1050px;
  margin: 0 auto;
  width: 1200px;
}
.wrap-balkon.wrap-balkon_holod .balkon_line_1 {
  margin: 50px 0 0 7px;
}
.wrap-balkon.wrap-balkon_holod .block_1 {
  margin: 15px 0 0 850px;
}
.wrap-balkon.wrap-balkon_holod .block_2 {
  margin: 248px 0 0 850px;
}
.block_3_0 {
  margin: 422px 0 0 850px;
  position: absolute;
  width: 255px;
}
.wrap-balkon.wrap-balkon_holod .block_3 {
  margin: 625px 0 0 850px;
}
.wrap-balkon.wrap-balkon_holod .block_4 {
  margin: 175px 0 0 13px;
}
.wrap-balkon.wrap-balkon_holod  .block_6 {
  margin: 622px 0 0 13px;
}
.wrap-balkon.wrap-balkon_holod .block_8 {
  margin: 805px 0 0 16px;
  text-align: right;
  width: 465px;
}
.wrap-balkon.wrap-balkon_holod .block_9 {
  margin: 805px 0 0 628px;
}
.balkon1 .balkon_line_1 {
  margin: 197px 0 0 15px;
  position: absolute;
}
.balkon1 .block_1 {
  margin: 160px 0 0 850px;
  position: absolute;
  width: 255px;
}
.balkon1 .head {
  color: #e5193e;
  font: bold 18pt Calibri;
  margin: 0 0 20px;
  white-space: nowrap;
}
.balkon1 p {
  color: #414141;
  font-size: 9pt;
  line-height: 14pt;
}
.balkon1 .block_2 {
  margin: 360px 0 0 850px;
  position: absolute;
  width: 255px;
}
.balkon1 .price {
  background: #e4f5fd none repeat scroll 0 0;
  border: 1px solid #70b9e1;
  border-radius: 15px;
  color: #e5193e;
  display: inline-block;
  font-size: 10pt;
  margin: 15px 0 0;
  min-height: auto;
  padding: 1px 11px;
}
.balkon1 .price span {
  color: #000101;
  font: bold 16pt Calibri;
}
.balkon1 .block_3 {
  margin: 565px 0 0 850px;
  position: absolute;
  width: 255px;
}
.balkon1 .block_4 {
  margin: 165px 0 0 13px;
  position: absolute;
  width: 255px;
}
.balkon1 .block_5 {
  margin: 395px 0 0 13px;
  position: absolute;
  width: 235px;
}
.balkon1 .block_6 {
  margin: 600px 0 0 13px;
  position: absolute;
  width: 225px;
}
.balkon1 .block_8 {
  margin: 785px 0 0 98px;
  position: absolute;
  width: 350px;
}
.balkon1 .block_9 {
  margin: 785px 0 0 650px;
  position: absolute;
  width: 460px;
}
.balkon1 .block_9 .gallery {
  bottom: -30px;
  margin: 10px 0 0;
  position: absolute;
  right: 0;
}
.balkon1 .block_9 .gallery .carousel_balcon {
  padding: 0 0 0 100px;
}
.balkon1 .block_9 .gallery img {
  margin: 0 10px 0 0;
}

.wrap-balkon .carousel {
 margin-top: 20px;
}
.wrap-balkon .item .thumb {
 width: 25%;
 cursor: pointer;
 float: left;
}
.wrap-balkon .item .thumb img {
 width: 90%;
 margin: 2px;
}
.wrap-balkon .item img {
 width: 100%; 
}
.wrap-balkon .carousel-inner {width:78%; margin:0 auto; }
.wrap-balkon .balkon1 .control-box .carousel-control {
  font-size: 45px;
  line-height: 45px;
  padding: 0;
}
.wrap-balkon {width:100%; }

.wrap-gallery2 .carousel {
 margin-top: 20px;

 text-align:center;
}

#thumbcarousel3{
    margin-bottom: 10px;
}

.img-cont{
    position: relative;
    /*background-image: url(../img/okna-PVKH-dlya-kottedzhey-i-zagorodnykh-domov.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    /*height: 640px;*/
}



.text-cont-up{
    position: absolute;
}

.text-cont-bot{
    position: absolute;
}

.text-cont-up p{
    font-family: 'PTSans-Bold';
    text-transform: uppercase;
    line-height: 24px;
    font-size: 24px;
    color: white;
}

.text-cont-bot p{
    line-height: 15px;
    font-size: 15px;
}

/*БЛОКИ*/
.img-cont #panoram{
    top: 10%;
    left: 17%;
}

.img-cont #forma{
    top: 2%;
    left: 52%;
}

.img-cont #vhod{
    top: 32%;
    left: 72%;
}

.img-cont #ostek{
    top: 51.5%;
    left: 15%;
}

.img-cont #mont{
    top: 65%;
    left: 69%;
}

.img-cont #dekor{
    top: 84%;
    left: 28%;
}

.img-cont #bot-panoram{
    top: 20%;
    left: 17%;
}

.img-cont #bot-forma{
    top: 13%;
    left: 54%;
}

.img-cont #bot-dekor{
    top: 94%;
    left: 30%;
}
/*БЛОКИ*/

@media (max-width: 1680px){
    /*БЛОКИ*/
    .img-cont #panoram{
        top: 10%;
        left: 12%;
    }

    .img-cont #forma{
        top: 2%;
        left: 52%;
    }

    .img-cont #vhod{
        top: 32%;
        left: 75%;
    }

    .img-cont #ostek{
        top: 51.5%;
        left: 10%;
    }

    .img-cont #mont{
        top: 65%;
        left: 71%;
    }

    .img-cont #dekor{
        top: 84%;
        left: 26%;
    }

    .img-cont #bot-panoram{
        top: 20%;
        left: 12%;
    }

    .img-cont #bot-forma{
        top: 13%;
        left: 54%;
    }

    .img-cont #bot-dekor{
        top: 94%;
        left: 28%;
    }
    /*БЛОКИ*/
}

@media (max-width: 1440px){
    /*БЛОКИ*/
    .img-cont #panoram{
        top: 10%;
        left: 6%;
    }

    .img-cont #forma{
        top: 2%;
        left: 52%;
    }

    .img-cont #vhod{
        top: 32%;
        left: 79%;
    }

    .img-cont #ostek{
        top: 51%;
        left: 3%;
    }

    .img-cont #mont{
        top: 65%;
        left: 75%;
    }

    .img-cont #dekor{
        top: 84%;
        left: 21%;
    }

    .img-cont #bot-panoram{
        top: 20%;
        left: 6%;
    }

    .img-cont #bot-forma{
        top: 13%;
        left: 54%;
    }

    .img-cont #bot-dekor{
        top: 94%;
        left: 23%;
    }
    /*БЛОКИ*/
}

@media (max-width: 1366px){
    /*БЛОКИ*/
    .img-cont #panoram{
        top: 9%;
        left: 6%;
    }

    .img-cont #forma{
        top: 2%;
        left: 52%;
    }

    .img-cont #vhod{
        top: 32%;
        left: 79%;
    }

    .img-cont #ostek{
        top: 51%;
        left: 3%;
    }

    .img-cont #mont{
        top: 65%;
        left: 75%;
    }

    .img-cont #dekor{
        top: 83%;
        left: 21%;
    }

    .img-cont #bot-panoram{
        top: 19%;
        left: 6%;
    }

    .img-cont #bot-forma{
        top: 12%;
        left: 54%;
    }

    .img-cont #bot-dekor{
        top: 95%;
        left: 23%;
    }
    /*БЛОКИ*/
}

@media (max-width: 1280px){
    .text-cont-up p{
        font-family: 'PTSans-Bold';
        text-transform: uppercase;
        line-height: 21px;
        font-size: 21px;
        color: white;
    }

    .text-cont-bot p{
        line-height: 14px;
        font-size: 14px;
    }
    /*БЛОКИ*/
    .img-cont #panoram{
        top: 9%;
        left: 6%;
    }

    .img-cont #forma{
        top: 2%;
        left: 52%;
    }

    .img-cont #vhod{
        top: 32%;
        left: 79%;
    }

    .img-cont #ostek{
        top: 51%;
        left: 3%;
    }

    .img-cont #mont{
        top: 65%;
        left: 75%;
    }

    .img-cont #dekor{
        top: 84%;
        left: 21%;
    }

    .img-cont #bot-panoram{
        top: 20%;
        left: 6%;
    }

    .img-cont #bot-forma{
        top: 12%;
        left: 54%;
    }

    .img-cont #bot-dekor{
        top: 94%;
        left: 23%;
    }
    /*БЛОКИ*/
}

@media (max-width: 1024px){

    .text-cont-up p{
        line-height: 16px;
        font-size: 16px;
    }

    .text-cont-bot p{
        line-height: 10px;
        font-size: 10px;
    }
    /*БЛОКИ*/
    .img-cont #panoram{
        top: 9%;
        left: 6%;
    }

    .img-cont #forma{
        top: 2%;
        left: 53%;
    }

    .img-cont #vhod{
        top: 32%;
        left: 79%;
    }

    .img-cont #ostek{
        top: 52%;
        left: 3%;
    }

    .img-cont #mont{
        top: 65%;
        left: 75%;
    }

    .img-cont #dekor{
        top: 84%;
        left: 21%;
    }

    .img-cont #bot-panoram{
        top: 20%;
        left: 6%;
    }

    .img-cont #bot-forma{
        top: 13%;
        left: 54%;
    }

    .img-cont #bot-dekor{
        top: 95%;
        left: 23%;
    }
    /*БЛОКИ*/
}

@media (max-width: 768px){

    .text-cont-up p{
        line-height: 12px;
        font-size: 12px;
    }

    .text-cont-bot p{
        line-height: 7px;
        font-size: 7px;
    }
    /*БЛОКИ*/
    .img-cont #panoram{
        top: 10%;
        left: 6%;
    }

    .img-cont #forma{
        top: 1.5%;
        left: 53%;
    }

    .img-cont #vhod{
        top: 32%;
        left: 79%;
    }

    .img-cont #ostek{
        top: 51.5%;
        left: 3%;
    }

    .img-cont #mont{
        top: 65.5%;
        left: 75%;
    }

    .img-cont #dekor{
        top: 84%;
        left: 21%;
    }

    .img-cont #bot-panoram{
        top: 20%;
        left: 6%;
    }

    .img-cont #bot-forma{
        top: 13%;
        left: 54%;
    }

    .img-cont #bot-dekor{
        top: 95%;
        left: 23%;
    }
    /*БЛОКИ*/
}

@media (max-width: 414px){

    .text-cont-up p{
        line-height: 8px;
        font-size: 8px;
    }

    .text-cont-bot p{
        line-height: 5px;
        font-size: 5px;
    }
    /*БЛОКИ*/
    .img-cont #panoram{
        top: 9%;
        left: 6%;
    }

    .img-cont #forma{
        top: 1%;
        left: 53%;
    }

    .img-cont #vhod{
        top: 32%;
        left: 79%;
    }

    .img-cont #ostek{
        top: 50.6%;
        left: 3%;
    }

    .img-cont #mont{
        top: 64%;
        left: 75%;
    }

    .img-cont #dekor{
        top: 83%;
        left: 21%;
    }

    .img-cont #bot-panoram{
        top: 19.5%;
        left: 4%;
    }

    .img-cont #bot-forma{
        top: 13%;
        left: 54%;
    }

    .img-cont #bot-dekor{
        top: 95%;
        left: 23%;
    }
    /*БЛОКИ*/
}

@media (max-width: 375px){

    .text-cont-up p{
        line-height: 6px;
        font-size: 6px;
    }

    .text-cont-bot p{
        line-height: 3px;
        font-size: 3px;
    }
    /*БЛОКИ*/
    .img-cont #panoram{
        top: 10%;
        left: 7%;
    }

    .img-cont #forma{
        top: 2.5%;
        left: 53%;
    }

    .img-cont #vhod{
        top: 33%;
        left: 79%;
    }

    .img-cont #ostek{
        top: 52.6%;
        left: 3%;
    }

    .img-cont #mont{
        top: 65.5%;
        left: 75%;
    }

    .img-cont #dekor{
        top: 84.5%;
        left: 21%;
    }

    .img-cont #bot-panoram{
        top: 21%;
        left: 7%;
    }

    .img-cont #bot-forma{
        top: 12.6%;
        left: 56%;
    }

    .img-cont #bot-dekor{
        top: 95.5%;
        left: 23%;
    }
    /*БЛОКИ*/
}

@media (max-width: 360px){

    .text-cont-up p{
        line-height: 6px;
        font-size: 6px;
    }

    .text-cont-bot p{
        line-height: 3px;
        font-size: 3px;
    }
    /*БЛОКИ*/
    .img-cont #panoram{
        top: 10%;
        left: 7%;
    }

    .img-cont #forma{
        top: 2.5%;
        left: 53%;
    }

  /*#timer-element-6bc0b604fbdbb43ac9361da740340f15-secundes{*/
      /*display: none!important;*/
  /*}*/

    .img-cont #vhod{
        top: 32.5%;
        left: 79%;
    }

    .img-cont #ostek{
        top: 51.8%;
        left: 3%;
    }

    .img-cont #mont{
        top: 65.5%;
        left: 75%;
    }

    .img-cont #dekor{
        top: 84.5%;
        left: 21%;
    }

    .img-cont #bot-panoram{
        top: 20%;
        left: 7%;
    }

    .img-cont #bot-forma{
        top: 12.6%;
        left: 56%;
    }

    .img-cont #bot-dekor{
        top: 95.5%;
        left: 23%;
    }
    /*БЛОКИ*/
}

.div-bot-mar{
    margin-bottom: 20px;
}
.wrap-gallery2 .item .thumb {
 width: 25%;
 cursor: pointer;
 float: left;
}
.wrap-gallery2 .item .thumb img {
 width: 90%;
 margin: 2px;
}
.wrap-gallery2 .item img {
 width: 100%; 
 max-width:300px;
}
.wrap-gallery2 .carousel-inner {width:78%; margin:0 auto; }
.wrap-gallery2 .control-box .carousel-control {
  font-size: 120px;
  line-height: 120px;
  padding-top: 120px;
}
.wrap-gallery2 {width:100%; }
.wrap-gallery2 .col-lg-6.col-md-6.col-xs-12 {
  margin-bottom: 35px;
}
.wrap-gallery2 .h1, .wrap-why .h1 {text-align:center; }
.wrap-gallery2 {
  background: rgba(0, 0, 0, 0) url("../img/gallety_footer-1.png") no-repeat scroll center bottom;
  padding: 0 0 100px;
}
.row.ml {
  margin: 20px 0 20px 11.6%;
}
.row.ml .col-lg-2 {text-align:center; }
.row.ml .col-lg-2 p {
  color: #e5193e; font-family: 'PTSans-Italic';
}
.pointer {cursor:pointer; }
.a_none {  color:#fff; cursor:default; font-family: 'PTSans-Bold'; 
  border-left: 1px solid #fb423f;
  display: table;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
.wrap-text { width:100%; margin:70px 0; }
.nabor {
list-style-type: none;
counter-reset: point;
}
.nabor li {
  margin-bottom: 15px;
  padding: 0 0 0 55px;
  position: relative;
  min-height: 46px;
}
.nabor li:before {
content: counter(point);
counter-increment: point 1;
position: absolute;
    background: linear-gradient(to top, #F50000, #FF4440);
  border-bottom: 2px solid #a21313;
  border-top: 2px solid #ed615d;
width:45px;
height:45px;
color:#fff;
left:0;
top:0;
border-radius:99px;
text-align:center;
font-family: 'PTSans-Bold'; 
line-height:38px;
}
.wrap-text .strong { font-family: 'PTSans-Bold'; font-weight:normal; }
.first-text {
  font-size: 25px;
  margin: 0 auto 50px;
  text-align: center;
  width: 80%;
  clear: both;
}
.secont-text {
  background-color: #eee;
  border-radius: 10px;
  padding: 20px;
}
.wrap-text h2 {margin:40px 0 30px 0; font-family: 'PTSans-Bold'; font-weight:normal; }
.img-row {
  font-size: 15px;
  height: 45px;
  margin-bottom: 10px;
  white-space: nowrap;
  width: 100%;
}
.img-row > img {
  display: inline-block;
  margin-right: 5px;
}
.img-row > .strong {
  display: inline-block;
  vertical-align: middle;
}
.wrap-text .col-lg-3.col-md-3.col-xs-6 > p {
  font-size: 14px;
}
.forth-text { font-size:18px; margin-bottom:40px; }
.wrap-text a { text-decoration:underline; color:#CB2710; }
.wrap-text a:hover {color:#F3797B; }
.text2 { background-color:#efefef; padding-top:50px; }
.text2 img {
  float: left;
  margin: 0 50px 20px 0;
  width: 20%;
}
.text-right2 { width:100%;}
.text2 ul {
  display: inline-block;
}

/* Dom */
.wrap-dom1 {width:100%; text-align:center; }
.wrap-dom1 img {width:100%; max-width:1195px; }
.wrap-skidka-dom { width:100%; margin:70px 0; }
.wrap-skidka-dom .grad_line {
  background: rgba(0, 0, 0, 0) url("../img/grad_line.jpg") no-repeat scroll center center;
  margin: 0 auto;
  max-width: 1200px;
}
.card2 {background:url(../img/card2.png) 0 0 no-repeat; width:377px; height:169px; }
.card2 .name {
  font-size: 36px;
  line-height: 71px;
}
.card2 .price2 {
  color: #fff;
  font-size: 39px;
  font-family: 'PTSans-Bold';
  line-height: 13px;
}
.card2 .until {
  font-size: 20px;
  line-height: 70px;
}
.t_red {
  color: #f50000 !important;
}
.offer2 {
  font-size: 25px;
  line-height: 24px;
  padding-top: 50px;
}
.offer3 {
  font-size: 15px;
  line-height: 17px;
  padding-top: 7px;
}
.wrap-skidka2-dom { width:100%; margin:70px 0; }
.wrap-skidka2-dom .title { text-align:center; font-family: 'PTSans-Bold';  }
.strong { font-family: 'PTSans-Bold'; font-weight:normal;  }
.is_window_all {
  margin: 0 auto;
  max-width: 1082px;
}

.is_window_wrapper {
  background: rgba(0, 0, 0, 0) url("../img/n1-1.jpg") no-repeat scroll center top;
  font: 400 12px/15px arial;
  height: 510px;
  position: relative;
  background-size:contain;
}
.is_window_wrapper > img { display:none;  }
.is_plushki {
  position: relative;
}
#pl_item1 {
  left: 105px;
  top: 205px;
}
.is_plushki .pl_item {
  color: #3070a1;
  font: 400 16px Calibri;
  position: absolute;
  text-align: center;
  width: 166px;
}
#pl_item2 {
  left: 104px;
  top: 455px;
}
#pl_item3 {
  left: 828px;
  top: 205px;
}
#pl_item4 {
  left: 827px;
  top: 450px;
}
.block_timer {
  color: #636363;
}
.is_box_bottom_left .popup_hover_box {
  left: 185px;
  top: -65px;
}
.is_plushki .pl_item .pl_popup {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-shadow: 1px 1px #007abc;
  width: 160px;
  position:absolute;
}
.popup_hover_box img {
  display: none;
  position: absolute;
}
.text_popup_wrapper {
  padding: 15px 15px 15px 22px;
}
.is_text_right .pl_popup .pl_left {
  display: block;
  left: -10px;
  top: 20px;
}
.is_box_bottom .popup_hover_box {
  left: 185px;
  top: -150px;
}
.pl_popup {
  display: none;
}
.popup_hover_box {
  background: transparent url("../img/b2.png") repeat scroll 0 0;
  height: 53px;
  position: absolute;
  width: 53px;
  z-index: 30;
}
.block_timer p:nth-child(1) {
  margin: 0 0 17px 10px;
}
.block_timer p:nth-child(1) span {
  color: #ff0000;
}
.block_timer p:nth-child(2) span {
  color: #000000;
  font-size: 40px;
  letter-spacing: 7px;
  margin: 0 15px 0 0;
}
.block_timer p:nth-child(2) span:nth-child(4) {
  color: #e50303;
}
.is_plushki .pl_item .pl_popup {
  background: #0093dc url("../img/b14.jpg") repeat-x scroll 0 0;
  box-shadow: 2px 2px 4px 0 #666;
/*  display: none;*/
  width: 270px;
}
.pl_item:hover .pl_popup {
    display: block !important;
    top: -1px;
    left:77px;
}
.is_text_left .popup_hover_box {
  left: -83px;
  top: -63px;
}
.is_box_bottom_right .popup_hover_box {
  right: 390px !important;
  top: -155px;
}
.is_box_bottom_right .pl_popup .pl_right {
  display: block;
  right: -10px;
  top: 22px;
}
.is_box_bottom_right .pl_popup {
  left: -240px !important;
  top: -5px !important;
  width: 230px !important;
}
.is_box_left .pl_popup {
  left: -180px !important;
  top: -23px !important;
  width: 170px !important;
}
.is_text_right .pl_popup {
  left: 60px !important;
  top: -1px !important;
  width: 180px !important;
}
.is_box_left .pl_popup .pl_right {
  display: block;
  right: -10px;
  top: 42px;
}
.pl_item:hover .popup_hover_box {
    background: url("../img/b1-2.png") repeat scroll 0 0 transparent;
}
.form-box-minus {

}
.block-type-box {
  margin: -115px 0 0 0px;
  position: relative;
  z-index: 20;
}
.block-type-box .form-box2 {
  margin: 0 auto;
  text-align: center;
  width: 450px;
}
.block-type-box .form-box2 h3 {
  color: #636363;
  font-size: 18px;
  margin: 0;
}
.block-type-box .form-box2 form {
  margin: 0;
  padding: 10px 0;
}
.block-type-box .form-box2 h3 span {
  color: #ff001d;
}
.block-type-box .form-box2 .inputs {
  display: inline-block;
  width: 100%;
}
.block-type-box .form-box2 .button {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.block-type-box .form-box2 .input-arrow {
  background: rgba(0, 0, 0, 0) url("../img/arrow-input-1.png") no-repeat scroll 0 0;
  display: block;
  float: left;
  height: 7px;
  margin: 8px -14px 0 8px;
  width: 4px;
}
.block-type-box .form-box2 input.first {
  margin-bottom: 9px;
}
.block-type-box .form-box2 input {
  border: 1px solid #727273;
  border-radius: 3px;
  color: #59595b;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  width: 49%;
}
.block-type-box .form-box .button button {
  background: rgba(0, 0, 0, 0) url("../img/buttons-bg-1.png") repeat-x scroll left -52px;
  border: 0 none;
  border-radius: 8px;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  height: 41px;
  text-shadow: 0 -1px #a35e05;
  width: 199px;
}
.wrap-timer {
  background: rgba(0, 0, 0, 0) url("../img/line-2.png") no-repeat scroll center 102%;
  width: 100%;
}
.block_timer {
  background: rgba(0, 0, 0, 0) url("../img/block-type-box.png") no-repeat scroll center center;
  height: 74px;
  margin: 0 auto;
  width: 450px;
  padding: 17px;
}
.attation { width:450px; text-align:center; margin:-20px auto 10px auto; }
.wrap-text3 { width:100%; margin:70px 0; }
.wrap-text3 .container {width:95%;}
.mtb30 { margin:30px 0; }
.mtb30 img {margin-bottom:10px; }
.wrap-text3 .small-text {padding-left:0;}
.wrap-text3 .col-lg-2 img {margin-bottom:10px; width:100%; max-width:200px; }

.bggray {  background-color:#efefef; padding:70px 0; margin-bottom:-50px; }
.mtb0 { margin:50px 0 0 0; }
.mb0 { margin:0;  }
.slider-text {
  color: #fff;
  margin: 0 auto;
  padding: 40px 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px #000;
  width: 60%;
  z-index: 20;
  top: 20px;
  left: 20%;
}
.slider-title { font-size:40px; margin-bottom:30px; line-height:40px; font-family: 'PTSans-Bold'; }
.slider-p { font-family: 'PTSans-Italic'; font-size:20px;  }
.slider-a {  margin:20px 0; }
.main-btn {
  background-color: #ffc000;
  border: medium none;
  border-radius: 9px;
  color: #505a67;
  display: inline-block;
  font-size: 16px;
  outline: medium none;
  padding: 15px 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  width: 189px;
  font-family: 'PTSans-Bold'; 
}
.ghost {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 9px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 12px 0;
  outline: medium none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 189px;
  font-family: 'PTSans-Bold'; 
}
.ghost:hover, .ghost:active {
    background-color: #fff;
    color: #000;
    text-shadow: none;
    transition: background-color 0.3s ease-in 0s, color 0.3s ease-in 0s;
}
.wrap-text6 { width:100%; margin:70px 0; font-size:18px; }
.ul-arrow2 {margin-top:40px; padding-left:0; }
.ul-arrow2 li { list-style:none; background:url(../img/ul-arrow.jpg) 0 7px no-repeat; padding-left:20px; margin-bottom:30px;}
.wrap-text6 img { width:270px;  }
.gift {background:url(../img/gift.jpg) 0 0 no-repeat; padding-left:55px; line-height:19px; }

.wrap-text7 .ml p { color:#666 !important; font-family: 'PTSans-Regular' !important; line-height:16px; margin:10px 0; }
.wrap-price-remont { margin:100px 0 70px 0; }
.wrap-price-remont .col-lg-4 { text-align:center; color:#333;  font-size:18px;  }
.wrap-price-remont .col-lg-4 img {margin-bottom:10px; }
.price-title { font-family: 'PTSans-Bold'; margin-bottom:10px;}
.price-p { height:60px; }
.price-main { font-family: 'PTSans-Bold'; margin-bottom:10px;  }
.thumbnail-btn {
  background-color: transparent;
  border: 3px solid #c1c1c1;
  border-radius: 9px;
  color: #c1c1c1;
  display: inline-block;
  font-size: 16px;
  margin-top: 35px;
  outline: medium none;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 161px;
}
.thumbnail-btn:hover, .thumbnail-btn:active {
    background-color: #ffc000;
    border: 3px solid #ffc000;
    color: #ffffff;
    transition: background-color 0.1s ease-in 0s, color 0.1s ease-in 0s;
}
.thumb2 {
  border: 2px solid transparent;
  display: inline-block;
  margin-bottom: 50px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  outline: medium none;
}
.thumb2:hover {
  background-color: #f3f3f3;
  border: 2px solid #ffc000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  padding: 10px;
  text-decoration: none;
  transition: background-color 0.1s ease-in 0s, color 0.1s ease-in 0s;
}
.wrap-price-remont ul.ul-arrow2 { width:100%; margin:0 auto;}
.wrap-price-remont ul.ul-arrow2 li {margin-bottom:20px; }

.wrap-price-remont2 {width:100%; margin:50px 0  50px 0; }
.wrap-price-remont2 table {
  width: 100%;
  margin:0;
  padding:0;
  word-wrap: break-word;
}

.wrap-price-remont2 table tr {
  text-align: center;
}

.wrap-price-remont2 table th, .wrap-price-remont2 table td {
  padding: 10px;
  width: 33.333333%;
  border-top:1px solid #ddd;
  
}
.wrap-price-remont2 table td {text-align: left;}
.wrap-price-remont2 table th {
  font-weight: normal; font-family: 'PTSans-Bold';
  background-color:#efefef; border-top:none;
}
table tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}

.table-btn {
  background-color: transparent;
  border: 2px solid #ffc000;
  border-radius: 9px;
  color: #3f3f3f;
  display: inline-block;
  font-size: 16px;
  height: 47px;
  margin-bottom: 20px;
  margin-top: 35px;
  outline: medium none;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 193px;
}
.table-hidden {display:none;  margin-bottom:50px; }
.remont-gallery { background:none; }
.wrap-schema {width:100%; margin:50px 0; }
.wrap-schema .col-lg-3 {text-align:center; }
.wrap-schema img {margin-bottom:10px;  border-radius: 50%; border: 3px solid transparent;}
.wrap-schema img:hover {border: 3px solid #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.jobs-btn {
  background-color: #ffc000;
  border: 3px solid #ffc000;
  border-radius: 9px;
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-family: 'PTSans-Bold';
  margin-bottom: 45px;
  margin-top: 35px;
  outline: medium none;
  padding: 15px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.jobs-btn:hover, .jobs-btn:active {
    background-color: #ffc000;
    border: 3px solid #ffc000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    transition: background-color 0.1s ease-in 0s, color 0.1s ease-in 0s;
}
.wrap-price-remont3 { width:100%; margin:70px 0 0 0; }
.wrap-price-remont3 table {width:100%; text-transform:uppercase; font-family: 'PTSans-Bold'; }
.tr-th {background:#FFFDE4 !important }
.wrap-price-remont3 table td, .wrap-price-remont3 table th { border-bottom:1px #ccc solid; padding:10px; }
.wrap-price-remont3 table td:first-child {background:url(../img/tick.png) 5px center no-repeat; padding-left:35px; }
.wrap-price-remont3 table td:last-child {color:#666; text-decoration:line-through; }
.wrap-price-remont3 table th:last-child {color:#666; }
.slider-remont .carousel-inner {
  height: 390px;
}
.vygoda { text-transform:uppercase; font-family: 'PTSans-Bold'; font-size:30px; margin:30px 0 0  0; }
.vygoda .strong {font-size:40px; }
.obr {
  color: #fefefe;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'PTSans-Bold';
  margin-bottom:20px;
}
.form-control-new {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  display: block;
  font-size: 17px;
  padding: 10px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  margin-bottom:15px;
}
.form-control-te {
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #333;
  display: block;
  font-size: 17px;
  height: 100px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.wrap-remont-zayavka {
  background: rgba(0, 0, 0, 0) url("../img/obs-bg.jpg") repeat scroll center center;
  padding: 60px 0 50px;
}
.controls-svaz > form {
  display: inline-block;
  width: 85%;
}
.obr-btn {
  background-color: #feec5a;
  border: 3px solid transparent;
  border-radius: 8px;
   font-family: 'PTSans-Bold';
  color: #212121;
  display: inline-block;
  font-size: 16px;
  margin: 0 0 20px 0;
  outline: medium none;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.obr-btn:hover, .obr-btn:active {
    background-color: #ffc000;
    border: 3px solid #ffc000;
    color: #ffffff;
    transition: background-color 0.1s ease-in 0s, color 0.1s ease-in 0s;
}
footer li {
  line-height: 17px;
  margin-bottom: 10px;
}

.wrap-aktsii { width:100%; margin:0 0 70px 0; }
.aktsiya-date div { width:100%; text-align:center; padding:20px 0; background: linear-gradient(to top, #F50000, #FF4440); color:#fff; font-family: 'PTSans-Bold';}
.title-a { font-family: 'PTSans-Bold'; font-size:27px; margin-bottom:20px; line-height:32px;  }
.title-a a {text-decoration:underline; }
.title-a a:hover {color:#999; }
.aktsiya-item img { float:left; margin:0 20px 20px 0; width:200px; border:1px #fff solid; box-shadow:0 0 5px #666; }
.mt30 {
    margin-top:30px;
    text-align: center;

}
.aktsiya-item { margin-top:60px; }

.wrap-dostavka ul li {margin-bottom:10px; }
.wrap-dostavka ul {margin:20px 0; }
.wrap-dostavka .container {width:60%; }
.relative { position:relative; }
.time-relative {
  position: absolute;
  right: -25px;
  bottom: 0px;
  width: auto !important;
}
.wrap-ustanovka img {border:none; box-shadow:none; }
.italic { font-family: 'PTSans-Italic';  }
.strong.italic { font-family: 'PTSans-Italic';  font-weight:bold;  }
.proiz .control-box .carousel-control {
  padding-top: 20px;
}
.wrap-otzyv .button-round { font-size:18px; margin-bottom:100px; }
.text-gray {  color: #333; }
.feeds_box {
  padding: 0 0 20px;
  margin-bottom:50px;
}
.feed_item {
  margin: 0 0 20px 0;
  padding: 31px 0 1px;
}
.feed_item .author {
  background:url(../img/feed_arrow_up.png) 19px bottom no-repeat;
  font-style: normal;
  font-weight: normal;
  padding: 0 0 23px;
  position: relative;
}
.feed_item .author {
  margin: -1px 0 0;
}
.feed_item .text {
  line-height: 23px;
  margin: -2px 0 0;
  padding: 11px 18px 0;
}
.round_13 {
  border-radius: 13px;
}
.bord_gray {
  border: 1px solid #e8e8e8;
}
.feed_item .author .strong { display:inline; padding-right:20px; }
.feed_item .author span.date-o { font-size:12px; font-family: 'PTSans-Bold';  color:#999; }
.bord_gray hr { width:20%; margin:20px 0; clear:both; float:left; }
.logo2 {  padding:5px 20px 0 20px; float:left; }
.logo2 img {width:100px; }

.phrError1 { color: red; display: none;  }
.phrSuccess {  height: 289px; color: green; text-align: center; display: none; }

.bg_blue {
    padding: 12px 20px;
	background-color: #e9eff6;
	border-radius:10px;
}
.form-otzyv label { font-weight:normal; margin-top:10px; }
input.txt {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
}
.form-otzyv label small { font-size:13px; font-family: 'PTSans-Italic';}
.area textarea {width:100%; border: 1px solid #ccc;  border-radius: 3px; padding: 5px;}
.form-otzyv .button-round { border:none; float:none; margin:20px 0;  padding:10px 40px; font-size:16px;  }
.shadow img {
  height: 10px;
  width: 100%;
}
.wrap-portal .col-lg-4 { text-align:center; }
.wrap-portal .col-lg-4 img {width:100%; max-width:300px; margin-bottom:20px; }
.portal-video { width:100%; min-height:500px; max-width:800px; margin:70px auto; border:1px #fff solid; box-shadow:0 0 5px #666; }
.wrap-portal .ul-arrow2 li, .anchor-ul li { margin-bottom:10px; }
.wrap-portal .ul-arrow2 li a, .anchor-ul li a { border-bottom:1px #000 dashed; }
.wrap-portal .ul-arrow2 { margin:30px 0; }

.contacts_line_1 {
  background: rgba(0, 0, 0, 0) url("../img/contacts_line_1.png") no-repeat scroll center bottom;
  margin: 0 auto;
  padding: 60px 0 0;
  width:100%;
  height:38px;
}

.org {font-size:20px; }
.karta div { width:100%; height:270px; }
.karta {
  background-color: #ffffff;
  border: 2px solid #efefef;
  box-shadow: 0 0 16px #bebebe;
  padding: 10px;
}
.mb30 { margin-bottom:30px; }
.w100 { width:100%; }
.w100  .button-round { float:none; clear:none;  padding:10px 40px;}
.w100  .button-round:hover { color:#fff !important; }
.widgets { height:450px; }

#selectCity li span{
    cursor: pointer;
}

.button-round-calc {
    /*margin-right: 40px;*/
    /*margin-left: 5px;*/
    background: white;
    padding: 5px 20px;
    text-align: center;
    border: 1px solid #f50000;
    border-radius: 5px;
    color: #f50000;
    font-family: 'pt-sans-bold';
    cursor: pointer;
    float: right;
    font-size: 15px;
    line-height: 17px;
    width: 155px;
}

.halva-banner{
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    width: 200px;
    height: 190px;
    background-image: url(../img/rass.png);
    background-size: cover;
    position: fixed;
    z-index: 10000;
    top: 365px;
}

.button-round-calc a:hover{
    color: #ff0000
}

@media (max-width: 390px){
    .velcom-mts {
        background: url(../img/velcom-mts.png) 100px no-repeat;
    }
    .velcom {
        background: url(../img/velcom.png) 60px center no-repeat;
    }

    .mts {
        background: url(../img/mts.png) 60px center no-repeat;
    }

    .home {
        background: url(../img/phone.png) 60px center no-repeat;
    }

    header .button-round {
        margin-left: 0;
    }
}

@media (max-width: 370px){
    .velcom-mts {
        background: url(../img/velcom-mts.png) 80px no-repeat;
    }
}

@media (max-width: 320px){
    .velcom-mts {
        background: url(../img/velcom-mts.png) 80px no-repeat;
    }
    .velcom {
        background: url(../img/velcom.png) 40px center no-repeat;
    }

    .mts {
        background: url(../img/mts.png) 40px center no-repeat;
    }

    .home {
        background: url(../img/phone.png) 40px center no-repeat;
    }
}

@media (max-width: 480px){
    .city-list li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 7px;
    }

    .city-list li:first-child{
         margin-left: 0px;
    }
}

@media (max-width: 690px){
    .row{
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 590px){
    .nav-tabs li{
        float: none !important;
    }

    .standart_tab > .nav.nav-tabs {
        display: block;
        height: auto !important;
    }

    .halva-banner{
        display: none;
    }
}

@media (max-width: 900px){
    .balkon_contents .for_bg {
        display: inline-block;
    }

    /*#menu li a:hover {*/
         /*display: none;*/
    /*}*/

    /*.sub-menu:hover {*/
        /*display: none;*/
    /*}*/
}

@media (max-width: 1000px){
    .button-round-calc {
       display: none !important;
   }
}

@media (max-width: 1595px)  {
    .button-round-calc {
        margin-top: 5px;
    }
}

@media (max-width: 475px) {
    .attation {
        width: 100%;
    }

    .block_timer{
        width: 100%;
    }
}

.desc-post{
    text-align: left;
    width: 85%;
}

.img-post{
    text-align: right;
}

.img-post img{
    display: inline-block;
    height: 350px;
}

.link-desc{
    text-align: left;
}

@media (max-width: 992px){
    .desc-post{
        margin-top: 20px;
    }

    .img-post{
        text-align: left;
    }

    .desc-post{

        width: 100%;
    }

    .img-post img{

        height: auto;
    }
}

.full-post{
    /*padding-left: 10%;*/
    /*padding-right: 10%;*/
    /*width: 80%;*/
    /*text-align: center;*/
}

.full-post-img{
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.full-post-img img{
    display: inline-block;
}

.full-post-text {
    text-align: justify;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 992px){
    .full-post-text {
        width: auto;
    }

    .full-post-img{
        width: auto;
    }
}

#slid-cont .carousel-control{
    padding-top: 0;
}

/*#slid-cont .carousel-control.right{*/
    /*right: -100px;*/
/*}*/

/*#slid-cont .carousel-control.left{*/
    /*left: -100px;*/
/*}*/

/*#thumbcarousel21{*/
    /*position: relative;*/
/*}*/

.img-div{
    text-align: center;
}

.img-div img{
    display: inline-block;
}
