@import url(https://fonts.googleapis.com/css?family=Ubuntu&subset=latin,cyrillic);
@import url(https://www.viknaonline.com.ua/templates/protostar/css/fonts.css);
#callback_success_window .success-msg{
  color: white;
}
/*News*/
.category-list.blog {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}

.category-list h2 a {
   font-weight: bold; 
}

.category-list .image_wrapper {
    width: 30%;
    float: left;
    max-height: 400px;
    overflow: hidden;
    padding: 10px;
}

.category-list .article_content_wrapper {
    float: right;
    padding: 10px;
    width: 70%;
}

.category-list section {
    width: 100%;
    overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3485e9;
  	padding-bottom: 20px;
}
.category-list section:last-child {
    border: none;
}
.category-list img {
    margin-top: 30px;
    width: 100%;
}

.category-list h2 {
    text-align: left;
    color: black;
}
.category-list .read_more {
    float: right;
    margin-top: 10px;
    color: #3485e9;
    font-weight: bold;
}
/*/news*/

body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  background: #69c9fc url("../img/bg_mob.jpg") repeat;
  background-size: cover!important;
}
a:hover {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
input[type=text] {
  border-radius: 5px;
}
div.subMenu ul.dropdown-menu > li {
  display: block;
}
div.subMenu ul.dropdown-menu > li:hover a {
  color: #f5f6ed;
  background: #1c75bc;
}
div.subMenu li.dropdown a:focus {
  background: #3485e9;
}
ul.tire > li {
  display: list-item;
  list-style-type: circle!important;
  margin-left: 40px;
}
.text p {
  text-indent: 20px;
}
.text img {
  padding: 0 10px;
}
.bold {
  font-weight: bold;
}
.margin10 {
  margin-top: 10px;
}
div.container {
  padding: 0;
}
div.body {
  background-size: 100%;
  box-shadow: 0 0 10px 3px #000;
  overflow: hidden;
}
nav.main {
    background: white;
    margin-bottom: 0;
    z-index: 100;
    width: 100%;
    border-radius: 0;
}
.navbar {
  margin: 0;
}
nav.top .navbar-header {
  color: #3fc8f6;
  font-size: 26px;
}
nav.top ul {
  margin-top: 4px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #3485e9 ;
}
nav.top ul > li > a:hover,
div.subMenu ul > li > a:hover {
    text-decoration: none;
 
    background: #2a71c9;
    color: white;
}
nav.top ul > li.active > a,
div.subMenu ul > li.active > a,
div.subMenu ul > li.current > a {
    color: #ffffff;
    font-weight: bold;
    background: #2a71c9;
}
nav.top ul > li.active > a:hover,
div.subMenu ul > li.active > a:hover,
div.subMenu ul > li.current > a:hover {
 /*  color: #f39200; */
}
nav.top ul > li.active > a:after,
div.subMenu ul > li.active > a:after,
div.subMenu ul > li.current > a:after {
  font-family: 'Glyphicons Halflings';
 /*  content: "\e111"; */
  display: inline;
  position: absolute;
  top: -20px;
  right: -10px;
  color: #eb1c23;
  font-size: 25px;
  text-shadow: 3px -3px 5px #595959;
  z-index: 9999;
}
nav.main.top > ul > li > a {
  margin-bottom: 4px;
}
nav.top ul > li > a,
div.subMenu ul > li > a {
    color: black;
    padding: 12px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    background: transparent;
}
div.cont-logo {
  padding: 10px 0 0px 0;
  border-bottom: 2px solid #3485e9;
}
div.subMenu ul,
#circle-menu {
  background: #3485e9;
}
div.icon-calk ul > li > a:before {
  display: inline-block;
  background: url("../img/main_menu_icons.png") no-repeat right top;
  height: 30px;
  width: 32px;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
}
div.icon-calk ul > li > a.meter:before {
  background-position: right -32px;
}
div.icon-calk ul > li > a.callback:before {
  background-position: right -64px;
}
div.icon-calk ul > li > a > span {
  border-bottom: 1px dashed #ffffff;
}
div.icon-calk ul > li > a {
  display: inline-block;
  color: #1c4ebc;
  font-size: 14px;
}
div.icon-calk ul {
  margin-top: 10px;
}
.phones_header {
    font-size: 20px;
    color: black;
    font-weight: 100;
    line-height: 1.4;
    margin-top: 8px;
}
.contactZamer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
div.tel-large {
    margin-right: 23px;
    margin-left: 100px;
    margin-top: 4px;
}
div.tel-large span {
  font-size: 23px;
}
nav.icon-big-xs ul > li {
  display: block;
  margin: 13px auto;
  text-align: center;
  position: relative;
}
.twoHouse {
  background: url("../img/bg_dom.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  padding: 50px 0 10px;
  position: relative;
  border-bottom: 2px solid #eeeeee;
}
.twoHouse a:hover {
  text-decoration: none;
}
.twoHouse a p {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #3fc8f6;
  font-size: 34px;
  font-weight: bold;
  text-shadow: 0 0 1px #f39200;
}
.twoHouse img {
  width: 90%;
  margin-top: 30px!important;
}
.twoHouse img.dom-cotage {
  margin-left: 100px;
}
.twoHouse img:hover {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-transition: all 300ms 150ms;
  -o-transition: all 300ms 150ms;
  -moz-transition: all 300ms 150ms;
  transition: all 300ms 150ms;
}
.twoHouse .col-xs-12 {
  position: relative;
}
.twoHouse .col-xs-12 .sky p,
.twoHouse .col-xs-12 .sky2 p {
  font-size: 14px;
  color: #f5f6ed;
  vertical-align: middle;
  display: table-cell;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;

}
.twoHouse .col-xs-12 .sky p:hover,
.twoHouse .col-xs-12 .sky2 p:hover {
  font-size: 1.1em;
}
.twoHouse .col-xs-12 .sky {
  background: url("../img/sky_1.png") no-repeat;
  width: 295px;
  height: 102px;
  position: absolute;
  top: -45px;
  display: table;
}
.twoHouse .col-xs-12 .sky2 {
  background: url("../img/sky_2.png") no-repeat;
  width: 269px;
  height: 102px;
  position: absolute;
  top: -15px;
  display: table;
}
.sky ,.sky2{
 display:none!important;
}
.navbar-collapse {
  max-height: none;
}
.navbar-toggle {
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 0;
  height: 45px;
  line-height: 45px;
  color: white;
}
nav.icon-big ul {
  position: relative;
  display: table;
  height: 85px;
  margin-top: 0px;
}
nav.icon-big ul > li {
  display: table-cell;
  position: relative;
}
ul.nav.menu {
  margin: 0;
}
.menu.col-xs-12 {
    padding-right: 0;
}
nav.icon-big-xs ul > li > a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
nav.icon-big ul > li > a {
    font-family: Helvetica;
    background-color: #ff9304;
    height: 78px;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.2;
    padding-top: 15px;
    border-left-width: 5px;
    border-left-color: white;
    border-left-style: solid;
    color: #3485e9;
    color: white;
    -webkit-transition: all 300ms 100ms;
    -o-transition: all 300ms 100ms;
    -moz-transition: all 300ms 100ms;
    transition: all 300ms 100ms;
}
nav.icon-big ul > li > a.room {
  background-position: -136px 0;
}
nav.icon-big ul > li > a.cottage {
  background-position: -275px 0;
}
nav.icon-big ul > li > a.balkon {
  background-position: -410px 0;
}
nav.icon-big ul > li > a.repair {
  background-position: -670px 0;
}
nav.icon-big ul > li > a.montage {
  background-position: -788px 0;
}
nav.icon-big ul > li > a.office {
  background-position: -540px 0;
}
.icon-big.green.clearfix {
    min-height: 0;
    height: 0;
}
nav.icon-big.green ul > li.active .cost {
  background-position: 0 top;
}
nav.icon-big.green ul > li.active .room {
  background-position: -136px top;
}
nav.icon-big.green ul > li.active .cottage {
  background-position: -275px top;
}
nav.icon-big.green ul > li.active .balkon {
  background-position: -410px top;
}
nav.icon-big.green ul > li.active .repair {
  background-position: -670px top;
}
nav.icon-big.green ul > li.active .montage {
  background-position: -788px top;
}
nav.icon-big.green ul > li.active .office {
  background-position: -536px top;
}
nav.icon-big.green ul > li > a.cost {
  background-position: 0 bottom;
}
nav.icon-big.green ul > li > a.room {
  background-position: -136px bottom;
}
nav.icon-big.green ul > li > a.cottage {
  background-position: -275px bottom;
}
nav.icon-big.green ul > li > a.balkon {
  background-position: -410px bottom;
}
nav.icon-big.green ul > li > a.repair {
  background-position: -670px bottom;
}
nav.icon-big.green ul > li > a.montage {
  background-position: -788px bottom;
}
nav.icon-big.green ul > li > a.office {
  background-position: -536px bottom;
}
nav.icon-big.green ul > li > a.cost:hover {
  background-position: 0 top;
}
nav.icon-big.green ul > li > a.room:hover {
  background-position: -136px top;
}
nav.icon-big.green ul > li > a.cottage:hover {
  background-position: -275px top;
}
nav.icon-big.green ul > li > a.balkon:hover {
  background-position: -410px top;
}
nav.icon-big.green ul > li > a.repair:hover {
  background-position: -670px top;
}
nav.icon-big.green ul > li > a.montage:hover {
  background-position: -788px top;
}
nav.icon-big.green ul > li > a.office:hover {
  background-position: -536px top;
}
nav.icon-big ul > li > a:hover,
nav.icon-big-g ul > li > a:hover {
    color: #f15a29;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 300ms 100ms;
    -o-transition: all 300ms 100ms;
    -moz-transition: all 300ms 100ms;
    transition: all 300ms 100ms;
    background-color: white;
}
.window-text {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 1px #adaaaa;
}
nav.navbar {
  min-height: 0;
  border: 0;
}
.window-text.hidden-xs img {
  width: 100%;
  margin-bottom: -51px;
}
div.subMenu,
.second .navbar-header {
  color: #f5f6ed;
  background: #3485e9;
  min-height: 0;
  margin: 0;
}
div.subMenu ul > li {
  display: inline-block;
  margin: 0;
}
.window-text.hidden-xs > div {
  margin-bottom: 20px;
}
div.winthImg {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all 300ms 100ms;
  -o-transition: all 300ms 100ms;
  -moz-transition: all 300ms 100ms;
  transition: all 300ms 100ms;
}
div.winthImg:hover {
  transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -webkit-transition: all 300ms 300ms;
  -o-transition: all 300ms 300ms;
  -moz-transition: all 300ms 300ms;
  transition: all 300ms 300ms;
}
.moreHidden {
  cursor: pointer;
}
.windowOnHome {
 /* background: url('../img/stena_1.jpg') repeat; */
  background-color: #e8e7e7;
  background-size: contain;
  padding: 34px 0;
}
.windowOnHome .title {
  font-size: 24px;
  margin: 0 auto;
}
.windowOnHome .col-xs-12:nth-child(1) .title {
  width: 180px;
}

.windowOnHome .col-xs-12:nth-child(2) .title {
  width: 280px;
}

.windowOnHome .col-xs-12:nth-child(3) .title {
  width: 280px;
}

.windowOnHome .col-xs-12:nth-child(4) .title {
  width: 260px;
}

.windowOnHome .col-xs-12:nth-child(5) .title {
  width: 220px;
}

.windowOnHome .col-xs-12:nth-child(6) .title {
  width: 130px;
}

.windowOnHome .col-xs-12:nth-child(7) .title {
  width: 130px;
}

.windowOnHome .col-xs-12:nth-child(8) .title {
  width: 200px;
  height: 62px;
}

.windowOnHome .col-xs-12:nth-child(9) .title {
  width: 180px;
}
.windowOnHome .winthImg img {
  height: 350px;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 8px;
}
.windowOnHome .responsive .winthImg {
  min-height: 240px;
}
.windowOnHome .trueVar {
  margin-top: 13px;
}
.windowOnHome .trueVar p {
  font-size: 14px;
  margin: 0;
}
.windowOnHome .trueVar a:first-child{
  display: none;
  /* display: inline-block; */
}

.windowOnHome .trueVar p:first-child{
  display: none;
  /* display: inline-block; */
}

.windowOnHome .trueVar a:last-child{
  /* display: none; */
  display: inline-block;
  width: 200px;
  background-color: #f6921e;
  border: 1px solid #f6921e;
  color: white;
  border-radius: 2px;
}
.windowOnHome .trueVar p:last-child{
  /* display: none; */
  display: inline-block;
  width: 100%;
}

.windowOnHome .trueVar p:last-child span{
  display: inline-block;
  width: 50%;
  float: left;
  line-height: 33px;
  text-shadow: none;
  font-size: 16px;
}

.windowOnHome .trueVar p:last-child span:last-child{
  background-color: white;
  color: #f6921e;
  line-height: 33px;
  text-shadow: none;
}
.windowOnHome .trueVar .red {
  color: #ffffff;
  font-size: 16px;
  padding-top: 20px;
  padding-left: 70px;
  font-weight: bold;
  background: url("../img/sale.png") no-repeat;
  background-size: contain;
  height: 60px;
  width: 210px;
  position: absolute;
  top: 100px;
  left: 28%;
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}

.windowOnHome .trueVar .buttonBuy{
  line-height: 0;
}

.windowOnHome .window-text {
  color: #3485e9 ;
}
.windowOnHome .col-sm-4 {
  height: 340px;
  margin-bottom: 30px;
}
div.cont-green {
  /*background: #f5f6ed;*/
  background: #e8e7e7;
  padding-bottom: 30px;
  margin-top: -20px;
}
p.window-cottage {
  top: 35px;
  left: 390px;
  width: 280px;
}
p.window-dacha {
  top: 90px;
  left: 695px;
  width: 220px;
}
div.window-2 .rab {
  background: url("../img/balkon_fon.jpg") repeat-y;
  background-size: 100%;
}
div.window-2 h4 {
  font-weight: bold;
  margin-top: 40px;
}
div.window-2 .price {
  color: #a81b1e;
  font-weight: bold;
}
.modal.fade.in {
  background: rgba(0, 0, 0, 0.4);
}
div.rassrochka {
  margin-top: 0;
  margin-bottom: 40px;
}
div.rassrochka.hidden-xs .moduletable {
  float: left;
  margin-right: -300px;
  padding-right: 300px;
  width: 100%;
}
div.rassrochka .actionOnMain ol {
  position: absolute;
  bottom: -40px;
}
div.rassrochka .actionOnMain ol li {
  padding: 0;
  margin: 0 10px;
  border: 1px solid #f39200;
}
div.rassrochka .actionOnMain ol li.active {
  background: #f39200;
}
div.rassrochka .actionOnMain img {
  display: block;
  margin: 0 auto;
  height: 452px;
  width: 100%;
}
div.rassrochkaMin img {
  width: 100%;
}
.modal .callback .close {
  display: block;
  width: 32px;
  height: 32px;
  opacity: 1;
  background: url("../img/close.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: -8px;
  top: -8px;
  outline: 0;
  z-index: 9999;
}
.modal .callback .close:hover {
  opacity: 0.85;
}
div.callback {
  float: right;
  width: 300px;
  background: url("../img/call_to_us.jpg") no-repeat right 0;
  background-size: cover;
  height: 488px;
}
div.callback label {
  display: block;
  font-size: 21px;
  text-align: center;
  color: #fff;
  margin-top: -50px;
}
div.callback form {
  margin-top: 336px;
}
div.callback input {
  display: block;
  margin: 0 auto;
}
div.callback .theObrzvonok,
div.callback strong.theSmall {
  font-size: 18px;
  display: block;
  color: #ffffff;
  text-align: center;
  margin: -32px 0 5px;
}
div.callback.inslider {
  background: url("../img/callback_inslider.jpg") no-repeat 50% 10%;
  background-size: cover;
  width: 300px;
  height: 452px;
}
div.callback.inslider form {
  margin-top: 320px;
}
div.callback.metr {
  background: url('../img/zamer.jpg') no-repeat;
}
div.callback.metr form {
  margin-top: 336px;
}
.oNas .row {
  margin-top: 21px;
}
div.callback input[type=text] {
  width: 238px;
  height: 33px;
  vertical-align: middle;
  color: #414042;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 8px;
  border: 1px inset #f5f6ed;
}
div.callback input[type=submit],
.button-watchGallery {
  color: #ffffff;
  background: #eb1c23;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 13px;
  margin-top: 15px;
}
div.txtDate {
  text-align: left;
  font-size: 24px;
  line-height: 27px;
  margin-top: 33px;
  padding-left: 36px;
}
div.txtDate > span {
  width: 40px;
  display: inline-block;
}
div.theBanners {
  text-align: center;
}
img.newTechno {
  margin-left: 3px;
  margin-right: 3px;
}
.moduletable h3 {
  display: none;
}
table.newsArticle {
  width: 100%;
  color: #414042;
}
table.newsArticle th {
  color: #3485e9 ;
  font-size: 24px;
}
table.newsArticle img {
  float: left;
  margin-right: 30px;
  border-radius: 15px;
}
table.newsArticle td,
table.newsArticle th {
  width: 50%;
  padding: 15px 20px 15px 70px;
  font-family: 'Miryad', sans-serif;
}
.datetime {
  color: #3485e9 ;
  font-size: 11px;
}
div.zakaz-zamera {
  text-align: center;
  background: url("../img/zvonok_footer.jpg") no-repeat;
  border: 1px solid #3485e9;
  background-size: 100% 100%;
}
div.zakaz-zamera form {
  padding-bottom: 20px;
}
div.zakaz-zamera h2 {
  color: #3485e9;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 13px;
}
div.zakaz-zamera input,
div.zakaz-zamera button {
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  padding: 0;
  line-height: 0;
  padding: 10px 7px !important;
}
div.zakaz-zamera button {
  background: #3485e9 ;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  width: 100%;
  margin-top: -1px;
}
div.zakaz-zamera input[type=text] {
  border: 1px solid #ffffff;
  height: 23px;
  margin-bottom: 10px;
  padding: 5px;
  width: 100% ;
}
div.watchGallery {
  height: 126px;
  background: url("../img/watch_gallery.png") no-repeat;
  margin-top: 20px;
  color: #ffffff;
  background-size: 100% 100%;
}
div.watchGallery p {
  padding: 4px 0;
  display: inline-block;
  width: 180px;
  margin-left: 23px;
  margin-top: 19px;
  font-size: 25px;
  border: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
.button-watchGallery {
  display: inline-block;
  margin-top: 10px;
  margin-left: 60px;
}
.newModFooter footer {
  color: #ffffff;
}
.newModFooter footer .title {
  font-weight: bold;
  font-size: 1.3em;
}
/*@media (max-width: 950px) {
  .newModFooter footer ul {
    text-align: center;
  }
}*/
.newModFooter footer ul a {
  font-size: 12px;
  /* color: #b4e7ff; */
}
footer {
  background: url("../img/footer-vikna.jpg") repeat-x 0 0;
  padding-top: 6px;
  margin-top: -9px;
   height: 439px;
}
div.footer {
  background: #ffffff;
  margin-bottom: -9px;
}
footer div.bg-footer { 
  padding: 10px 0 12px 0;
}
footer .telefon {
    width: 240px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    font-size: 18px;  
    text-align: right;
    margin-right: 20px;
    margin-bottom: -30px;
}

footer .flex-footer {
   
    display: -webkit-box;
   
    display: -ms-flexbox;
   
    display: flex;   
    -ms-flex-wrap: wrap;   
        flex-wrap: wrap;     
    -webkit-box-pack: start;     
        -ms-flex-pack: start;     
            justify-content: flex-start;
    margin-left: 58px;
}


footer .flex-footer.line-3 {
    position: absolute;
    top: 0;
    left: 66.6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
footer .flex-footer ul {
  width:23.5%;
    
}
footer .flex-footer.line-3 ul {
  width: 200px;
}

footer .flex-footer ul li:first-child a {
  font-size: 22px;padding-bottom: 1px;border-bottom: 2px;border-bottom-style: solid;
}

footer .flex-footer ul li:first-child {
    margin-bottom: 20px;
    margin-left: 0;
    width: 240px;
}

.flex-footer li {
    margin-left: 5px;
}

footer .flex-footer.line-3 ul li:first-child a {
    font-size: 18px;
    border-bottom-style: none;
}

footer .flex-footer.line-3 ul li:first-child {
    margin-top: 7px;
    margin-bottom: 5px;
}

.flex-footer.line-2 {
    /* margin-bottom: 28px; */
}

footer .flex-footer ul li:first-child a:hover {
    text-decoration: none;
}


.carousel-indicators li {
  border: 1px solid #f39200;
  background: transparent;
  margin: 0 5px!important;
  list-style: none;
}
.carousel-indicators li.active {
  background: #f15a29;
}
.blockLogo {
  text-align: left;
  float: left;
  z-index: 1;
}
@media (max-width: 950px) {
  .blockLogo {
    text-align: center;
  }
}
.blockLogo img.logo {
    margin: 13px 0 18px 26px;
    max-width: 100%;
    float: left;
    height: 100px;
}
.blockLogo a {
  display: inline-block;
  text-shadow: 0 0 2px #ffffff;
  color: #222;
  font-family: Tahoma;
  font-size: 34px;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  letter-spacing: -1px;
}
.blockLogo a:hover {
  text-shadow: 0 0 5px #f39200;
}
.blockLogo a .logoText {
  font-family: 'Helvetica';
  float: left;
  margin-top: 21px;
  font-size: 24px;
  line-height: 29px;
}
.blockLogo a .logoText strong {
  font-weight: 900;
  font-size: 34px;
  letter-spacing: -1px;
  vertical-align: middle;
}
div.vizovZamButton {
  background: #e47f01 linear-gradient(#e58001, #b85b04);
  width: 130px;
  height: 80px;
  border: 3px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding-top: 12px;
  cursor: pointer;
  margin: 0 auto;
}
a.vizovZamButton:hover {
  text-decoration: none!important;
}
div.vizovZamButton:hover {
  background: #b85b04 linear-gradient(#b85b04, #e58001);
}
div.vizovZamButton .viztat {
  font-size: 22px;
}
div.vizovZamButton .zamer {
  letter-spacing: 1.5px;
}
div.social > a {
  display: inline-block;
  background: url("../img/socialka.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
  margin: 2px auto;
}
div.social > a:hover {
  opacity: 0.8;
}
div.social > a.s-vk {
  background-position: center 0;
}
div.social > a.s-yt {
  background-position: right 0;
}
div.smallmenu ul > li,
div.bigmenu ul > li {
  display: inline;
  font-size: 12px;
  font-weight: bold;
  color: #3fc8f6;
  padding-right: 10px;
}
div.bigmenu ul > li {
  text-transform: uppercase;
}
a.onlineCons {
  font-size: 18px;
  color: #ffffff;
}
.copyright {
  color: #ffffff;
  font-size: 12px;
  font-weight: 100;
}
ul.subMenuYakor > li {
  padding-right: 10%;
}
div.oNas,
div.introPage {
  margin: -20px -50px;
  margin-top: 0;
  padding: 20px 50px;
}
div.oNas h1,
div.oNas p.h1 {
  font-size: 21px;
  color: #f39200;
  text-transform: uppercase;
  margin-top: 70px;
}
div.oNas p {
  font-size: 13px;
  color: #414042;
}
div.p-green {
  background: #caf0cb;
  margin-right: -60px;
  padding: 10px 25px;
}
div.theBanner {
  margin: 30px -75px 30px -45px;
}
div.oNas h4 {
  padding-left: 15px;
  margin-bottom: 15px;
}
div.oNas h4 > a {
  color: #6d6e70;
  font-size: 14px;
  list-style: disc;
  display: list-item;
}
div.fiYears {
  margin-right: -60px;
  float: right;
}
div.partner {
  background: #ffffff;
  margin: 0 -60px;
  padding: 10px 60px;
}
div.sertImg > div {
  width: 25%;
  float: left;
  text-align: center;
}
div.sertImg > div img {
  height: 200px;
}
div.partner > div {
  text-align: center;
  font-size: 12px;
}
div.p-green ul > li {
  list-style: disc;
  display: list-item;
  margin-left: 20px;
}
div.sertImg {
  margin: 50px -15px;
}
form.search input {
    padding: 8px 18px;
    color: #1c4ebc;
    width: 100%;
    margin-top: 14px;
    margin-right: 9px;
    width: 172px;
    border-width: 2px;
    margin-bottom: 6px;
    height: 34px;
    float: right;
    border-radius: 10px;
}
div.etapZakaza h3 {
  color: #6d6e70;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 0;
}
table.etapZakaza {
  width: 100%;
}
table.etapZakaza .col-1 {
  width: 15%;
  text-align: center;
}
table.etapZakaza .col-2 {
  width: 25%;
  color: #1c4ebc;
  font-size: 16px;
  font-weight: bold;
}
table.etapZakaza .col-3 {
  width: 60%;
  color: #414042;
}
.iconCont > div {
  background: url("../img/icon_contact.png") no-repeat;
  width: 34px;
  height: 36px;
  margin-left: 10px;
}
.iconCont.metr > div {
  background-position: 0 -43px;
}
.iconCont.okey > div {
  background-position: 0 -83px;
}
.iconCont.repair > div {
  background-position: 0 -126px;
}
.iconCont.attention > div {
  background-position: 0 -165px;
}
table.etapZakaza ul > li {
  display: list-item;
  list-style-type: square;
}
div.etapZakaza {
  border-left: 1px solid #6d6e70;
}
div.txtGreen {
  color: #3485e9 ;
}
div.txtGreen h2 {
  font-size: 18px;
  font-weight: bold;
}
div.txtGreen p.mail {
  font-style: oblique;
  margin-bottom: 50px;
}
div.txtGreen p.mail.contact{
  margin-bottom: 0;
}
div.txtGreen p.mail.contact a{
  font-size: 19px;
}
div.txtGreen p.telefon {
  font-size: 19px;
}
div.txtGreen p {
  font-size: 16px;
}
div.margin200 {
  height: 180px;
}
div.socialka a {
  background: url("../img/socialka.png") no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
}
div.socialka a.vk {
  background-position: -38px 0;
}
div.socialka a.yt {
  background-position: -80px 0;
}
div.theBannerMaps {
  margin: 30px -50px 30px -50px;
  position: relative;
}
div.theBannerMaps div.yandexmaps {
  width: 100%;
}
div.theBannerMaps div.callback {
  position: absolute;
  right: 0;
  top: 0;
}
div.theBannerMaps div.callback form {
  margin-top: 310px;
}
div.theBannerMaps div.callback strong {
  margin: 0 auto 10px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  display: block;
}
div.diler h3 {
  font-size: 13pt;
  font-style: oblique;
  margin-bottom: 20px;
}
div.MainVontent,
div.footer,
div.cont-logo {
    margin: 0 auto;
  	display: flow-root;
    background: #ffffff;
}
div.MainVontent p{
  margin: 0;
}
div.cont-logo {
  background: #ffffff;
  overflow: visible;
}
div.minMenu ul > li {
  display: inline;
  color: #3485e9 ;
}
div.minMenu {
  margin-bottom: 30px;
}
div.minMenu ul > li > a {
  display: inline-block;
  font-size: 18px;
}
div.minMenu > div {
  padding: 0 30px;
}
div.subMenu ul > li.current,
nav.icon-big ul > li.active a {
  font-weight: bold;
}
nav.icon-big ul > li:first-child > a {
    border-left-width: 0;
}
nav.icon-big ul > li {
    display: table-cell;
    position: relative;
}
div.nizPole {
  padding: 0 20px;
}
div.topDiller > div {
  max-height: 350px;
}
div.topDiller {
  background: #3485e9;
  overflow: hidden;
  margin: -20px -65px 0;
  position: relative;
}
div.topDiller div.greenInfo {
  background: #3485e9;
  color: #ffffff;
  padding: 8%;
  margin-right: -40px;
}
div.topDiller div.greenInfo img {
  margin: 0 auto;
  display: block;
}
div.topDiller .h4,
div.sotrudniki h4,
div.preimuwestva h4 {
  text-transform: uppercase;
}
div.topDiller div.redInfo {
  background: #f39200;
  padding: 8%;
  color: #ffffff;
  margin-right: -40px;
  letter-spacing: 2px;
}
.item-page.no-padding,
.panel-body.no-padding {
  padding: 0;
}
img.autoDiller {
  width: 100%;
  margin: 0!important;
}
div.img {
  text-align: center;
  margin: 10px auto;
}
div.sotrudniki li:before {
  content: "•";
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  color: #ffffff;
  font-weight: bold;
  margin-left: -15px;
}
div.dilerText {
  color: #414042;
}
.prestiz:before,
.proizv:before,
.dostavka:before,
.podderzka:before,
.razvitie:before {
  background: url("../img/dilers_icon.png") no-repeat 0 0;
  content: " ";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: -9px;
  float: left;
  margin-right: 20px;
}
.proizv:before {
  background-position: 0 -40px;
}
.dostavka:before {
  background-position: 0 -80px;
}
.podderzka:before {
  background-position: 0 -120px;
}
.razvitie:before {
  background-position: 0 -157px;
}
.prestiz:hover:before {
  background-position: -37px 0;
}
.proizv:hover:before {
  background-position: -37px -40px;
}
.dostavka:hover:before {
  background-position: -37px -80px;
}
.podderzka:hover:before {
  background-position: -37px -120px;
}
.razvitie:hover:before {
  background-position: -37px -157px;
}
div.dilerIcon > div {
  min-height: 40px;
}
div.dilerIcon h5 {
  color: #1c75bc;
  font-weight: bold;
  text-transform: uppercase;
}
div.dilerText div.yandexmaps {
  margin: 0 -50px;
}
div.theRoom,
div.padIntro {
  padding: 0px;
}
.item-page {
  padding: 20px 50px;
}
.item-page img.pull-left {
  margin: 0 13px 21px 13px;
}
.item-page img {
	margin: 6px 0 50px 0;
}
.item-page .noPadding img {
	margin: 20px 0 0 0 !important;
}
.item-page .actionHome img {
/*  margin: 6px 0 50px 0; */
  margin: 0 !important;
}

.item-page .cont-green img {
/*  margin: 6px 0 50px 0; */
  margin: 0 0 21px 0;
}
.item-page .item-image img {
  margin: 0 13px 13px;
}
div.theRoom strong {
  font-style: oblique;
}
div.theRoom h3,
div.padIntro h3 {
  color: #1c75bc;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 47px;
}
div.theRoom img {
  width: 100%;
  margin: 10px 0 30px 0;
}
div.theRoom h3:before {
  display: inline;
  float: left;
  content: "";
  background: url("../img/kompas.png") no-repeat 0 0;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
div.balkon_rab h3:before {
  display: block;
  float: left;
  content: " ";
  background: url("../img/keys_icon.png") no-repeat 0 0;
  width: 40px;
  height: 45px;
  vertical-align: middle;
  margin-right: 10px;
}
div.balkon_rab div.padIntro h3:after {
  clear: both;
  content: "";
  display: block;
  height: 20px;
}
div.balkon_rab div.padIntro .remotStar h3:before {
  background-position: 50% 0;
}
div.balkon_rab div.padIntro .uteplenie h3:before {
  background-position: right 0;
}
div.theRoom .ug-zap h3:before {
  background-position: right 0;
}
div.theRoom .price {
  color: #1c75bc;
  font-size: 18px;
  font-weight: bold;
}
div.balkon_rab .h4,
div.balkon_rab h4,
.padIntro .h4,
.padIntro h4,
.theRoom h4 {
  color: #1c75bc;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}
.articles img {
  width: 100%;
}
div.greenLine h5 {
  color: #3485e9 ;
  font-size: 18px;
  font-style: oblique;
}
div.greenLine {
  background: #8bdfff;
  padding: 30px;
  margin-right: -55px;
}
div.greenLine ul,
div.listSt ul {
  margin-left: 20px;
}
div.greenLine ul > li {
  display: list-item;
  list-style: disc;
}
div.listSt ul > li {
  display: list-item;
  list-style: disc;
}
div.smallWindow > div {
  text-align: center;
  min-height: 250px;
}
div.smallWindow > div > div {
  margin-bottom: 20px;
  bottom: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
}
div.smallWindow img {
  margin-bottom: 20px;
}
div.redInfo hr,
div.greenInfo hr {
  margin: 1px;
  padding: 0;
}
.salat {
  color: #ffffff !important;
  font-weight: bold;
}
.orange,
.item-page h3 {
  color: #f39200 !important;
  text-transform: uppercase;
  font-weight: bold;
  clear: both;
}
div.complect div.padIntro {
  background: #f5f6ed;
}
div.complect div.padIntro .padIntroX {
  padding: 20px;
  background: #ffffff;
  margin-bottom: 30px;
  height: 320px;
  overflow: hidden;
}
div.complect div.padIntro .pull-left {
  width: 60%;
  font-size: 12px;
}
div.complect div.padIntro .pull-right {
  width: 40%;
}
div#jc h4,
.grippie {
  display: none!important;
}
#comments-form input:focus,
#comments-form textarea:focus {
  border: 1px solid #3fc8f6;
  box-shadow: none;
  outline: none;
}
#comments-form input,
#comments-form textarea {
  padding: 10px!important;
  border: 1px solid #ffffff;
  border-radius: 8px;
}
#jc div.rbox {
  background: #eeeeee;
  text-align: center;
  height: 320px;
  overflow: hidden;
  box-shadow: 2px 2px 2px #6d6e70;
}
#comments .comment-author,
#comments .author-homepage,
#comments .author-email {
  color: #3485e9 ;
  font-weight: bold;
  margin: 15px 0;
  display: block;
}
#comments .even,
#comments .odd {
  margin-bottom: 25px;
}
div.comment-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px auto;
}
div.comment-avatar > img {
  width: 100%;
  height: 100%;
}
#comments-form {
  display: none;
}
#addcomments:hover {
  background: #3485e9  linear-gradient(#ffffff, #caf0cb);
}
#addcomments {
  display: block;
  width: 200px;
  height: 30px;
  margin: 20px auto;
  border: 1px solid #3fc8f6;
  background: #3485e9  linear-gradient(#caf0cb, #ffffff);
  color: #f39200;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 0 2px 2px #eeeeee;
  text-align: center;
  line-height: 30px;
}
div.thePaper {
  background: #eeeeee linear-gradient(#ffffff, #fafafa);
  position: relative;
  padding: 20px;
  font-style: oblique;
  box-shadow: 0 0 2px 1px #ECECEC;
  margin-bottom: 20px;
}
div.paperTwo {
  position: relative;
  margin: -20px;
  padding: 10px;
}
div.thePaper:before,
div.thePaper:after,
div.paperTwo:before,
div.paperTwo:after {
  position: absolute;
  content: '';
  width: 125px;
  height: 119px;
  background: url("../img/shadow_photo.png") no-repeat;
}
div.thePaper:before {
  top: -6px;
  left: -10px;
  background-position: left top;
}
div.thePaper:after {
  top: -6px;
  right: -10px;
  background-position: right top;
}
div.paperTwo:before {
  bottom: -6px;
  left: -10px;
  background-position: left bottom;
}
div.paperTwo:after {
  bottom: -6px;
  right: -10px;
  background-position: right bottom;
}
div.thePaper div.img {
  z-index: 555;
  margin-right: 20px;
  right: 0;
  top: 0;
}
div.thePaper div.img img {
  border: 1px solid #eeeeee;
  width: 150px;
}
.pageOtziv {
  background: #f5f5f5;
}
.pageOtziv .samOtziv {
  white-space: pre-line;
  margin-bottom: 34px;
}
.pageOtziv h2 {
  margin: 0;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  color: #1c75bc;
  font-weight: bold;
  text-shadow: 3px 2px 5px #c0c0c0;
}
.pageOtziv .raiting {
  background: url("../img/rating.png");
  background-position: 0 100%;
  height: 23px;
  width: 125px;
  background-size: 25px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.pageOtziv .raiting .mark {
  background: url("../img/rating.png");
  background-position: 0 -1px;
  height: 23px;
  width: 25px;
  background-size: 25px;
}
.pageOtziv .raiting .mark.mark-2 {
  width: 50px;
}
.pageOtziv .raiting .mark.mark-3 {
  width: 75px;
}
.pageOtziv .raiting .mark.mark-4 {
  width: 100px;
}
.pageOtziv .raiting .mark.mark-5 {
  width: 125px;
}
div.getComment h3 {
  color: #1c75bc;
  margin: 0;
  line-height: 1em;
}
div.getComment button {
  background: #3485e9 ;
  border: 0;
  padding: 5px 21px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  outline: 0;
  margin: 13px 0;
}
div.getComment input[type="text"],
div.getComment textarea {
  display: block;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  height: 30px;
  margin: 10px 0;
  padding-left: 20px;
  border-radius: 5px;
  border: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
div.getComment textarea {
  height: 80px;
  resize: vertical;
}
div.getComment .rating {
  height: 48px;
  margin: 8px 0;
}
div.getComment .rating > div {
  display: inline-block;
}
div.getComment .rating input {
  display: none;
}
div.getComment .rating input:checked ~ label {
  background-position: 0 -1px;
}
div.getComment .rating label {
  display: block;
  width: 25px;
  height: 23px;
  float: right;
  background-size: cover;
  background-position: 0 -25px;
  background-image: url("../img/rating.png");
}
div.getComment .rating label:hover,
div.getComment .rating label:hover ~ label {
  background-position: 0 -1px;
  opacity: 0.8;
}
table.profil,
table.profil-3 {
  border-collapse: collapse;
  width: 100%;
}
table.profil tr:nth-child(even),
table.profil-3 tr:nth-child(even) {
  background: #8bdfff;
}
table.profil td,
table.profil-3 td {
  border: 1px solid #01648a;
  padding: 2px 4px;
  vertical-align: middle;
}
table.profil td p,
table.profil-3 td p {
  padding: 0;
  margin: 1px 3px;
}
table.profil td:nth-child(odd) {
  width: 70%;
}
.iconToTel > .telTown:before {
  background-position: right -95px;
}
.iconToTel > .telKy:before {
  background-position: right -129px;
}
.iconToTel > .telMt:before {
  background-position: right -163px;
}
.iconToTel > :before {
  display: inline-block;
  content: '';
  width: 32px;
  height: 32px;
  background: url("../img/tel-icons.png") no-repeat;
  vertical-align: top;
}
.iconToTel > div:hover:before,
div.icon-calk ul > li > a:hover:before {
  opacity: 0.6;
}
 #ToTel{
text-align:right!important;


}
.padIntro > div {
  margin-bottom: 20px;
}
.item-page li {
  margin-bottom: 10px;
  list-style-image: url("../img/icomwindow.png");
  margin-left: 34px;
}
.item-page .noPadding p {
  font-family: 'Open Sans' !important;
  font-size: 14px;
  line-height: 16px;
}
.item-page div.noPadding {
  margin: -49px -50px 29px -50px;
  position: relative;
}
.noPadding .responceImg{
  display: none;
}
.item-page div.noPadding.lastElem {
  margin-bottom: -20px;
}
.item-page div.noPadding div.peregorodkiText {
  position: absolute;
  top: 49px;
  padding-left: 49%;
  padding-right: 5px;
}
.item-page div.noPadding div.peregorodkiText h2 {
  font-size: 18px;
}
.item-page div.noPadding div.peregorodkiText.left {
  padding-left: 10px;
  padding-right: 42%;
  margin-top: -13px;
}
.item-page div.noPadding div.peregorodkiText.right2 {
  padding-left: 43%;
}


div.callForm {
  position: absolute;
  z-index: 9999;
  left: 50%;
}
.fade.in {
  overflow: hidden;
}
.theBanners {
  background-size: cover;
  padding: 34px 0;
  margin-top: 21px;
}
.theBanners a {
  width: 33.333%;
  float: left;
  display: block;
}
.theBanners a:hover {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-transition: all 300ms 100;
  -o-transition: all 300ms 100;
  -moz-transition: all 300ms 100;
  transition: all 300ms 100;
}
.theBanners a:hover img {
  border-width: 0 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  div.icon-calk ul > li > a {
    display: block;
  }
  div.icon-calk ul > li > a:before {
    display: block;
    float: left;
    width: 35%;
  }
  div.icon-calk ul > li > a > span {
    display: block;
    float: left;
    width: 65%;
    border: none;
    margin-right: -10px;
  }
  div.icon-calk ul > li > a:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
  }
  div.iconToTel > div > span,
  div.iconToTel > div:before {
    display: block;
    float: left;
    content: "";
  }
  div.iconToTel > div:before {
    margin-right: 10px;
    width: 35%;
  }
  div.iconToTel > div > span {
    text-align: left;
    margin-right: -10px;
    width: 65%;
  }
}
.bestPorpose {
  margin: 0 -15px 20px -15px;
}
.bestPorpose > div {
  margin-bottom: 34px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.bestPorpose > div.featured {
  box-shadow: 0 0 13px -3px #f39200;
  border-radius: 13px;
}
.bestPorpose h5,
.bestPorpose h3,
.bestPorpose h2,
.bestPorpose .h2{
  font-size: 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #f39200;
  margin: 0 auto;
  font-family: 'Ubuntu', sans-serif;
}
.bestPorpose img {
  margin: 0 auto 30px;
  display: block;
  height: 260px;
  max-width: 320px;
  width: 100%;
}
.bestPorpose p {
  margin-bottom: 55px;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif !important;
}
.bestPorpose ul {
 /*  height: 200px; */
  min-height: 119px;
  max-height: 200px;
  overflow: hidden;
}
.bestPorpose ul li {
  line-height: 1.3em;
}
.buynow button,
.buynow a,
.buynow input {
  float: right;
  display: inline-block;
  height: 34px;
  width: 144px;
  text-align: center;
  line-height: 34px;
  background: #f39200;
  border-bottom: 3px solid #fc9442;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  vertical-align: middle;
  margin: 0 13px;
  border-radius: 5px;
  line-height: 30px;
}
.buynow button:hover,
.buynow a:hover,
.buynow input:hover {
  background: #fc9442;
}
.buynow button:active,
.buynow a:active,
.buynow input:active {
  background: #f39200;
  border-bottom-color: #eb1c23;
}
.buynow button.credit,
.buynow a.credit,
.buynow input.credit {
  background: #3485e9 ;
  color: #ffffff;
  border: 0;
  float: right;
  margin-top: -30px;
}
.buynow button.credit:hover,
.buynow a.credit:hover,
.buynow input.credit:hover {
  background: #8bdfff;
}
.buynow span {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  vertical-align: middle;
  float:left;
}
.buynow span strong {
  font-size: 26px;
  line-height: 26px;
  color: #eb1c23;
  letter-spacing: 2px;
}
.formForDiler {
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  background: rgba(13, 142, 182, 0.6);
}
.formForDiler input.input-small {
  display: inline-block;
  width: 134px;
  border-radius: 0;
  margin-top: 4px;
  text-align: center;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.formForDiler button.btn-primary {
  border: none;
  display: inline-block;
  height: 24px;
  width: 134px;
  text-align: center;
  line-height: 12px;
  background: #f39200;
  border-bottom: 3px solid #fc9442;
  border-radius: 0;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  vertical-align: middle;
}
.formForDiler button.btn-primary:hover {
  background: #fc9442;
}
.formForDiler button.btn-primary:active {
  background: #f39200;
  border-bottom-color: #eb1c23;
}
.formForDiler .checkbox {
  color: #ffffff;
  width: 134px;
  display: inline-block;
  vertical-align: middle;
}
.formForDiler .checkbox input {
  vertical-align: top;
}
.formForDiler .buttonGroup {
  margin: 5px 0;
}
.actionBlog {
  padding: 0;
  position: relative;
}
.actionBlog h1 {
  text-align: center;
  background: rgba(255, 0, 0, 0.47);
  line-height: 34px;
  color: #ffffff;
  padding: 5px 0;
  position: absolute;
  top: 0;
  z-index: 500;
  width: 100%;
  margin: 0;
}
.actionBlog .fullsize {
  width: 100%;
}
.actionBlog .actionText {
  color: #f39200;
  font-size: 22px;
  padding: 30px;
}
.komplect img.pull-right {
  width: 150px;
}
.miniNews img,
.miniNews .img {
  width: 55px;
  height: 60px;
  background-size: cover!important;
  float: left;
  margin-right: 30px;
  border-radius: 15px;
}
.featurePreview {
  margin: 0 -50px 21px;
}
.featurePreview .featureBG {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  background-position: 50% 50%;
}
.featurePreview .featureText {
  background: #f39200;
  display: inline-block;
  padding: 13px 21px;
  margin: 21px 21px 144px;
  box-shadow: 4px 4px 5px 0px #634a0b;
  color: #f5f6ed;
}
.featurePreview h1 {
  font-size: 25px;
  margin: 0;
  text-align: left;
  color: #3485e9 ;
}
.featurePreview .strong {
  margin: 8px 0;
  font-size: 1.3em;
}
.featurePreview li {
  list-style: square;
}
.shophead {
  height: 250px;
  background: url("/images/preview/shop.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding-top: 5px;
  position: relative;
}
.shophead h1 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fdbf8d;
  text-shadow: 1px 1px 2px #f39200, -1px -1px 2px #f39200;
}
.ShopBreadcrumb {
  margin: 0;
  padding: 0px 35px 4px;
  font-size: 14px;
  background: transparent;
  position: relative;
}
.ShopBreadcrumb li {
  display: inline;
}
.ShopBreadcrumb a {
  text-decoration: none;
  color: #3485e9 ;
  font-size: inherit!important;
  text-transform: none!important;
}
.ShopBreadcrumb .divider {
  border: 4px solid transparent;
  border-left: 6px solid #f39200;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 7px 0;
}
.ShopBreadcrumb .active {
  font-weight: 600;
  color: #f39200;
  font-size: inherit;
}
.ShopBreadcrumb .cartBreadCrumbs {
  vertical-align: middle;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 10px;
}
.ShopBreadcrumb .cartBreadCrumbs #jshop_summ_product {
  vertical-align: bottom;
}
.ShopBreadcrumb .cartBreadCrumbs .glyphicon {
  font-size: 1.5em;
  vertical-align: middle;
  margin: 0 5px;
  color: #f39200;
}
.ShopBreadcrumb .module_cart_detail {
  position: absolute;
  z-index: 500;
  right: 0;
  top: 50px;
  border-radius: 8px;
  color: #1c75bc;
  padding: 10px;
  background: #fdfadc;
  border: 1px solid #b4e7ff;
}
.ShopBreadcrumb .module_cart_detail td {
  padding: 3px 8px;
  box-shadow: inset 0 0 5px 1px #ffffff;
}
.icons .btn-group {
  display: none;
}
.actionHome .actionLine {
  background: url("../img/action.png");
  height: 126px;
  padding: 10px 50px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.actionHome .introText {
  max-height: 70px;
  overflow: hidden;
}
.actionHome h4 {
  text-align: center;
  margin: 0 0 10px;
  font-size: 21px;
  letter-spacing: 0.5ch;
  text-transform: uppercase;
}
.actionHome small {
  position: absolute;
  bottom: 13px;
  right: 13px;
}
.callToBuy {
  width: 680px;
  background: #ffffff;
  padding: 20px 15px;
  border-radius: 5px;
  margin-top: -240px;
}
.callToBuy label {
  display: block;
  text-align: right;
}
.callToBuy strong {
  text-align: center;
  color: #eb1c23;
  font-size: 21px;
}
.callToBuy input[type="text"] {
  vertical-align: middle;
  text-align: left;
  width: 70%;
  border: 1px solid #3485e9 ;
  box-shadow: inset 0 0 4px 0 #3485e9 ;
  margin-left: 20px;
  padding: 5px;
  box-sizing: border-box;
}
.callToBuy .radio label {
  text-align: left;
  padding-left: 45%;
}
.callToBuy .radio label input {
  float: left;
  margin-left: -11%;
  margin-right: 30px;
}
.callToBuy input[type="submit"] {
  background: #f39200;
  padding: 5px 35px;
  border-radius: 5px;
  display: block;
  margin: 25px auto 0;
  color: #ffffff;
}
.callToBuy .glyphicon {
  margin-right: 15px;
  color: #f39200;
}
.theSearch {
  padding: 13px 55px;
  background: url("../img/openwindow.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.theSearch .inputbox[type=text] {
  height: 34px;
  width: 233px;
}
.theSearch .searchBtn {
  width: 144px;
  height: 34px;
  background: #3485e9;
  color: #ffffff;
  font: 14px "Helvetica";
}
.theSearch .search-results {
  margin: 21px 0;
}
.theSearch .pagination-list li {
  display: inline;
}
.theSearch .pagination-list li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #3485e9 ;
  margin: 0 8px;
  cursor: pointer;
  line-height: 34px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.theSearch .pagination-list li a:hover {
  background: #f39200;
}
.jshop {
  padding: 21px 13px;
}
.as_a:hover {
	text-decoration: underline;
}
@media (max-width: 992px) {
  .panel-body {
    display: none;
    text-align: center;
  }
  #filterToggle {
    float: right;
  }
}
.calc_form{
/* width:37px;
position:absolute;
right:450px;
cursor:pointer; */
}

.calc_form img{width:37px;}

.breadcrumb {

    margin-bottom: 1px!important;

}

.radio_left{
			float:right;width: 178px;
			position:relative;
			right:253px;

		}
		.radio_inner{
			float: left; width: 112px;
		}
		.radio_inner {

				text-align:left!important;
				width:100%;
				/*margin-left:20px;*/
 			  margin-left: -116px;
		}
		.hr_f{

			margin:5px!important;

		}
		.l {
			position: absolute;
			right: 295px;
			top: 13px;
			font-weight: bold;
		}
		.l2{
			font-weight:bold;
		    position: absolute;
            right: 137px;
            top:-2px;
		}
		.l3{
			font-weight: bold;
			position: absolute;
			right: 557px;
			top: 48px
		}
		.t_t{
		 width:45%;
			display:inline-block;

		}
		.p_p{
		  width:45%;
		   width:100%;
			display:inline-block;


		}
		.t1,.t2,.t3{
		 margin:0 70px 0 40px;

		}

		.close{

		 display:block;
		}



.callForm .close {
  display: block;
  width: 32px;
  height: 32px;
  opacity: 1;
  background: url("../img/close.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: -8px;
  top: -8px;
  outline: 0;
  z-index: 9999;
}

#callBuynow2{
display:none;
z-index:9999999999999999999999999;
}

.p_l{
/* padding-left:130px; */

}
.item-page .im{

margin-top:6px !important;
margin-bottom: 50px;
height: 140px!important;


}
.w_i .pull-left{

width:140px;
margin-top:6px !important;
margin-bottom: 70px !important;
height: 165px!important;
margin-left:0px !important;

}

.item-126:hover  >ul.dropdown-menu{
display:block;

}

@media screen and (max-width:718px){
   .b_p{display:block;height:400px;}
}
a.ras2{
background-color:#3485E9 !important;
margin-top:5px !important;
border-bottom:3px solid #3485E9 !important;

/*background-color:#3485E9!important;
border-bottom:3px solid #3485E9;
position:relative;
bottom: 50px;*/
 }

.f_backround{
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
position: fixed;
top:0;



}


#block1{
    overflow: hidden;
	width: 946px;
    height:436px;
}

.mess_k{
background:#fff;
border-scroll: 40px;
border-radius: 3px;
text-align: center;
height: 200px;
width: 400px;

}

 .mess_k button{


background: #F00 none repeat scroll 0% 0%;
border: medium none;
border-radius: 3px;
color: #FFF;
font-size: 17px;
width: 83px;
font-weight: bold;
margin-top: 10px;
height: 40px;
 }
.l_succ{
font-weight: bold;
font-size: 17px;

}
#vik_count{
position: relative;

/* top: 13px;
left: 50px; */

}



#callBuynow2 label {

  max-width: 84%;

}
.na{position:relative; right:24px;}
.na2{position:relative; right:57px;}

.h2{

  color: #3485e9;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 13px;

}

.MainVontent  header h2 a{
  font-size: 20px;

}

.loading_wrap{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.6);
  z-index: 2147483647;
}
.loading_wrap > img{
  position: relative;
  top: 50%;
  left: 50%;
  margin: -64px;
}

.newsArticle{
    display: block;
    position: relative;
    float: left;
    padding: 40px 20px 15px 70px;
    font-family: 'Miryad', sans-serif;
}

.artHead > a{
    font-size: 23px;
    font-weight: bold;
    color: rgb(52, 133, 233);
}

.headling_buble span{
  background: rgba(52,133,233,1);
  padding: 6px;
  border-radius: 15px;
  color: #fff;
  /*font-family: Helvetica;
  font-size: 11px;*/
  text-transform: uppercase;
}
#callBack_modal > #powered_by {
    visibility: hidden;
}
#scrollToTop > img {
    height: 40px;
    width: 40px;
}

.ico-ss{
    background: rgba(0, 0, 0, 0) url("../img/icomwindow.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 13px;
    position: relative;
    width: 16px;
}

.thanks-tekst{
  text-align: center;
}

div.ovh li:before{
	opacity: 0;
}

.clearfix {
    min-height: 120px;
}

@media (max-width: 320px){
  .responsive {
      width: 100% !important;
  }
  footer .flex-footer ul {
    width: 50%;
}
}

@media (max-width: 340px){
  .footer_1, .footer_2, .footer_3, .telefon{
    width: 100%;
  }
}

@media (max-width: 500px){
  .responsive {
      width: 50%;
  }
  .clearfix {
    min-height: inherit;
  }
  .windowOnHome .responsive .winthImg {
	min-height: 213px;
  }
}





@media (max-width: 900px){
  .windowOnHome .title {
      font-size: 26px;
  }
  
 
  
  .windowOnHome .col-xs-12:nth-child(1) .title {
      width: 120px;
  }
  .windowOnHome .col-xs-12:nth-child(2) .title {
      width: 180px;
  }
  .windowOnHome .col-xs-12:nth-child(3) .title {
      width: 180px;
  }
  .windowOnHome .col-xs-12:nth-child(4) .title {
      width: 180px;
  }
  .windowOnHome .col-xs-12:nth-child(5) .title {
      width: 150px;
  }
  .windowOnHome .col-xs-12:nth-child(6) .title {
      width: 140px;
  }
  .windowOnHome .col-xs-12:nth-child(7) .title {
      width: 140px;
  }
  .windowOnHome .col-xs-12:nth-child(8) .title {
      width: 160px;
      height: 42px;
  }
  .windowOnHome .col-xs-12:nth-child(9) .title {
      width: 140px;
  }
  .windowOnHome .trueVar a:last-child {
    width: 280px;
  }
  .windowOnHome .responsive .winthImg {
	min-height: 242px;
  }
  .windowOnHome .winthImg img {
    margin-bottom: 0;
    height: 400px;
  }
  .windowOnHome .trueVar p:last-child span {
   	  line-height: 56px;
	  font-size: 17px;
  }
  .windowOnHome .trueVar p:last-child span:last-child {
      line-height: 56px;
  }

}

@media (max-width: 949px){
  .newsArticle .col-md-6{
    width: 100%;
  }
  .newsArticle .col-md-6 .clearfix{
    min-height: inherit;
    margin-bottom: 10px;
  }
}

@media (min-width: 501px){
  .responsive {
      width: 33.333333%;
  }
}

.articleBodyCom{
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding-top: 20px;
}

h6.balkon-vid{
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #3485e9;
  font-size: 17px;
  padding: 10px;
  margin: 0;
}

.balkon-lodjya-list{
  margin-bottom: 30px;
}

.balkon-lodjya-list a{
  display: table;
  width: 100%;
  text-decoration: none;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.3);
}

.balkon-lodjya-list a div{
  display: table-cell;
  margin: 0;
  float: left;
  background-color: white;
}

.balkon-lodjya-list a div img{
  margin: 0;
}


.balkon-lodjya-list a p{
  display: table-cell;
  vertical-align: middle;
  font-size: 21px;
  color: #3485e9;
  font-weight: bold;
  text-align: center;
  margin: 0;
  border: 1px solid #1c4ebc;
  border-left: none;
  background-color: white;
  width: 70%;
}

.balkon-lodjya-list a p:hover{
  color: white;
  background-color: #3485e9;
}

@media (max-width: 639px){
  .balkon-lodjya-list a p {
      width: 77%;
  }
}

@media (max-width: 528px){
  .balkon-lodjya-list a p {
      width: 70%;
      font-size: 16px;
  }
}
.balkon-lodjya-list{
  padding: 0;
}

@media (max-width: 949px){
  .articleBodyCom .col-sm-6 {
      width: 48%;
      float: left;
  }
  .articleBodyCom .col-sm-6:nth-child(1),
  .articleBodyCom .col-sm-6:nth-child(3),
  .articleBodyCom .col-sm-6:nth-child(5),
  .articleBodyCom .col-sm-6:nth-child(7),
  .articleBodyCom .col-sm-6:nth-child(9){
      margin-right: 15px;
  }

  .articleBodyCom .col-sm-6:nth-child(2),
  .articleBodyCom .col-sm-6:nth-child(4),
  .articleBodyCom .col-sm-6:nth-child(6),
  .articleBodyCom .col-sm-6:nth-child(8){
    float: right;
  }
}

@media (max-width: 639px){
  .articleBodyCom .col-xs-12 {
    width: 100%;
    float: none;
  }
}

@media (min-width: 950px){
  .articleBodyCom .col-md-4 {
      width: 32.4247%;
  }
  .articleBodyCom .col-md-4:nth-child(1),
  .articleBodyCom .col-md-4:nth-child(4),
  .articleBodyCom .col-md-4:nth-child(7){
      margin-right: 15px;
  }

  .articleBodyCom .col-md-4:nth-child(3),
  .articleBodyCom .col-md-4:nth-child(6),
  .articleBodyCom .col-md-4:nth-child(9){
    float: right;
  }
}

.noPadding2 h2{
  margin: 20px 0 !important;
}

@media (max-width: 1200px){
  .noPadding img{
    display: none;
  }

  .noPadding .responceImg{
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    /*margin-top: -42px;*/
    margin-bottom: 20px;
  }

  .noPadding .responceImg img{
    display: block;
    width: 100%;
  }

  .item-page div.noPadding div.peregorodkiText{
    position: static;
    padding: 45px 20px 0;
  }
  .item-page p {
    font-size: 18px;
    line-height: inherit;
  }
  .item-page div.noPadding div.peregorodkiText h2 {
    font-size: 30px;
  }
  .item-page div.noPadding div.peregorodkiText.left {
    padding: 45px 20px 0;
  }
  div.peregorodkiText.right2 {
    padding: 45px 20px 0 !important;
  }
}

.curPage{
  position: relative;
  margin: 0px -35px;
  overflow: hidden;
}

.curPage.selectorBlock{
  margin: 70px -35px;
}


.curPage .sliderBigImg, .curPage .sliderPointsImg{
  padding: 0;
  position: relative;
  text-align: center;
}

.curPage .color-name{
  position: absolute;
  bottom: 0;
  font-size: 30px;
  background: rgba(187, 210, 231, 0.5);
  width: 100%;
  font-size: 30px;
  text-align: right;
  color: #333333;
  padding: 10px;
}

.curPage .sliderPointsImg{
  padding-left: 60px;
}

.curPage .sliderPointsImg .point{
  padding: 0;
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: center;
  width: 75px;
  float: left;
}

.curPage .sliderPointsImg .clearFloat{
  clear: both;
}

.curPage .sliderPointsImg .laminat_price{
  float: none;
  text-align: center;
  margin-top: 40px;
}

.curPage .sliderPointsImg .laminat_price .buynow a{
  display: inline-block;
  border: 1px solid #2a71c9;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  float: none;
  background: none;
  width: inherit;
  color: inherit;
  height: inherit;
  border-radius: 0;
}

.curPage .sliderPointsImg .laminat_price a:hover{
  background: #cfdfee;
  color: #6c6f71;
}

.curPage .sliderPointsImg .point img, .owl-item .point img{
 cursor: pointer;
}

.curPage .sliderPointsImg .point img.active, .owl-item .point img.active{
  border: 4px solid #2a71c9;
}

.curPage.lastItem{
  position: relative;
  margin-bottom: -20px;
}

.curPage .curPageText{
  position: absolute;
  top: 0;
  padding-left: 42%;
  padding-right: 5px;
  font-size: 14px;
  line-height: 16px;
}

.curPage .curPageText.left {
    padding-left: 10px;
    padding-right: 40%;
}

.curPage .curPageText h2 {
    font-size: 18px;
    line-height: 36px;
}

.curPage img{
  margin: 0;
  width: 100%;
}

.curPage .responceImg{
  display: none;
}

.carousel-lamin-block{
  width: 80%;
  margin: 0 auto;
}

/*---------about-us-page-------------*/
<style type="text/css">
  .showcase {
  height: auto;

}
.showcase_banner {
  background: url("https://www.viknaonline.com.ua/images/about_us/showcase.png");
}
.full_row {
  margin:0 -50px;
}
.showcase img {
  margin: 40px 0 50px 100px;
}
.section {
  margin-bottom:30px;
}
.section_text ul li:first-child {
  margin-top:10px;
}

.visible {
  opacity:1;
}
.invisible {
  opacity:0;
}

/* Our production */
.single_production {
  position: relative;
  min-height: 281px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:296px;
  margin:10px auto 50px;
}
.single_production img {
  position: absolute;
  top: 0;
  left: 0;
}
.single_production span {
  font-size:27px;
  color:#fff;
  font-weight:bold;
  text-align:center;
  padding:0 30px 15px;
  z-index:1;
}
/*our directions*/
.single_direction {
  width:100%; /*33.3% */
  height:163px;/* 228px */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single_direction_content {
  background-color: rgba(0,0,0,0.2);
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.direction_title {
  text-align:center;
  font-weight:bold;
  color:#fff;
  line-height:1.1;
  padding:0 28px;
  font-size:26px;


}
.direction_title-small {
  line-height:2.1;
}
.single_direction_1 {
  background-image:url("https://www.viknaonline.com.ua/images/about_us/direction_1.png");
}
.single_direction_2 {
  background-image:url("https://www.viknaonline.com.ua/images/about_us/direction_2.png");
}
.single_direction_3 {
  background-image:url("https://www.viknaonline.com.ua/images/about_us/direction_3.png");
}
.single_direction_4 {
  background-image:url("https://www.viknaonline.com.ua/images/about_us/direction_4.png");
}
/* Our advantages */
.advantages_handler {
  display:flex;
}
.advantages_item {
  display:flex;
  flex-direction:column;
  width:20%;
  align-items:center;
}
img.advantages_img {
  width:119px;
  margin:0 0 30px 0;
  border:4px solid #fc8b05;
  border-radius:50%;
}
.advantages_item span {
  text-align:center;
  color:#404040;
  font-size:18px;
}
/* Certificates */
.certificates_item {
  max-width:185px;
}
.item-page img.certificates_img {
  margin:0;
}
/* Our Parthers */
.partners_handler > div {
  display:flex;
  height:115px;
  align-items:center;
  justify-content:center;
}
/* Media */
@media(max-width:1198px) {
  .single_direction_wrapper{
    padding-top:10px;
    padding-bottom:10px;
  }
  /* our advantages */
  .advantages_handler {
    flex-wrap:wrap;
  }
  .advantages_item {
    width:33.3%;
    margin-bottom:15px;
  }
}
@media(min-width:760px) and (max-width:1198px){
  .direction_title-third {
    line-height:2;
  }
}
@media(max-width:790px) {

  .advantages_item {
    width:50%;
  }
}


@media(min-width:521px) and (max-width:535px) {

  .direction_title {
    padding:0 36px;
  }
}
@media(min-width: 320px) {
  .item-page .section h2 {
    padding:20px 0 13px 0;
  }
}


/*----------------------------------*/


@media (max-width: 1200px){

  .curPage img.noResponce {
    display: none;
  }
  .curPage.selectorBlock {
    margin: 50px 10%;
  }
  .curPage .curPageText{
    position: static;
  }
  .curPage .curPageText.left, .curPage .curPageText{
    padding: 0;
  }
  .curPage .responceImg{
      display: block !important;
      width: 100%;
      padding: 0;
  }
  .curPage .responceImg img{
      display: block;
      width: 100%;
  }

  .item-page p{
    font-size: 18px;
    line-height: 24px;
  }

  .item-page h2{
    font-size: 24px !important;
    line-height: 36px !important;
    padding: 0 50px;
  }

  .curPage.lastItem{
    margin-bottom: 20px;
  }

  .curPage .laminat_price{
    display: none;
  }
  .sliderPointsImg{
    display: none;
  }
  .sliderBigImg{
    width: 100% !important;
  }
}


@media (max-width: 536px){
  
  .item-page p{
    padding: 0 5px;
  }

  .item-page h2{
    padding: 0 5px;
  }
  .curPage.selectorBlock {
    margin: 50px 0;
  }
  .item-page {
    padding: 20px;
  }
  .curPage {
    margin: 0 -5px;
  }
 

}

@media (min-width: 1199px){
  .carousel-lamin-block{
    display: none !important;
  }
}


.cbk-window {
    width: 280px !important;
    min-width: 280px !important;
}

.cbk-window .cbk-forms{
	margin-top: 150px !important;
}

.cbk-window{
    height: 65% !important;
}


.cbk-window .cbk-forms .cbk-window-logo {
    left: 90px !important;
}


.cbk-window .cbk-forms .cbk-form.cbk-callform {
    margin: auto;
    padding: 0 5px !important;
}

.owl-carousel {
    position: relative;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 35%;
    margin: 0 !important;;
}

.owl-nav .owl-prev{
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -45px !important;
  padding: 0 !important;
  background: url(../../../../images/laminaciya/carousel-arrow-left.png) !important;
  width: 34px;
  height: 54px;
}

.owl-nav .owl-next{
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -45px !important;
  padding: 0 !important;
  background: url(../../../../images/laminaciya/carousel-arrow-right.png) !important;
  width: 34px;
  height: 54px;
}

.bestPorpose .ratingContent img{
  margin: 0 auto 30px;
  display: initial;
  height: initial;
  max-width: initial;
  width: initial;
}

.bestPorpose .extravote {
  text-align: center;
  margin: 0 0 20px;
}

.orangeTitle{
  font-family: 'MyriadProRegular';
  font-size: 34px;
  font-weight: 600;
  color:#f39200;
}

.bigPrice{
  font-family: 'MyriadProRegular';
  font-size: 43px;
  font-weight: bold;
  color: #eb1c23;
}

.item-page .oknaVkredit img{
  margin-bottom: 20px;
}

.bankBanner{
  font-family: 'MyriadProRegular';
  display: table;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.bankBanner .single{
  display: table-cell;
  width: 50%;
  text-align: center;
}

.bankBanner .single:nth-child(2n){
  padding-left: 10px;
}

.bankBanner .single:nth-child(1){
  padding-right: 10px;
}

.bankBanner .single img{
  max-width: initial;
}

.bankBanner .single p{
  font-size: 16px;
  line-height: initial;
  padding: initial;
}

.item-page .oknaVkredit p{
  font-size: 100%;
}

.oknaVkredit .tableOkna{
  display: table;
  width: 100%;
  text-align: center;
  font-family: 'MyriadProRegular';
}

.oknaVkredit .table-cell{
  display: table-cell;
}

@media (max-width: 830px){
  footer .flex-footer ul {
    width: 30%;
}
  
  .oknaVkredit .tableOkna{
      display: block;
  }

  .oknaVkredit .table-cell{
      display: block;
  }

  .bankBanner {
      display: block;
  }

  .bankBanner .single{
      display: block;
      width: 100%;
      margin-bottom: 50px;
  }

  .bankBanner .single:nth-child(1){
      padding: 0;
  }

  .bankBanner .single:nth-child(2n) {
      padding: 0;
  }

  .oknaVkredit .table-cell div{
      margin-bottom: 20px;
  }
}

@media (max-width: 1000px){
  .oknaVkredit{
    margin: 0 -15px;
  }

  .item-page .oknaVkredit p{
    padding: 0;
  }

  .item-page .oknaVkredit h2 {
      padding: 0;
  }
}

@media (max-width: 1200px){
  .oknaVkredit .noPadding img {
    display: block;
  }
  
footer .flex-footer ul li:first-child a {
  font-size: 18px;
  }
}

.prangeSpanCredit{
  color: #eb1c23;
  text-decoration: underline;
}

@media (max-width: 1097px){
  footer .flex-footer ul li:first-child a {
      font-size: 18px;      
  }
}

@media (max-width: 914px){
  

  footer .flex-footer ul li:first-child a {
      font-size: 14px;    
  }
  
  footer {
        background: #3485e9;
    height: 100%;
  }
  
  footer .flex-footer ul {
    width: 30%;
 }
  
  footer .telefon{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  
     .icon-calk {
        margin-left:12%;
        width: 50%;
    }
    .icon-calk a {
        line-height: 1.8;
    }

    div.icon-calk ul > li > a > span{
        width: 65%;
        margin-right: 0;
    }




    .blockLogo img.logo {
      margin: 18px 0 0 10px;
        height: 80px;
    }


    div.tel-large {
        margin: 0;
    }
    .contactZamer {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .phones_header { 
        font-size: 15px;
        line-height: 1.9;
        margin-right: 22px;
    }

    form.search {
    margin-left: 20px;
    }
    form.search input {
        width:100%;        
    }
    div nav.icon-big ul > li > a{
        font-size:15px;
        height:auto;
        padding-bottom:10px;
    }
	
	nav.top .navbar-header{
		background-color: #3485e9;
	}
}
@media (max-width: 768px){
div.icon-calk ul > li > a:before{
	width: 15%;
}
}
 @media (max-width: 700px){

    .blockLogo img.logo {
      margin: 18px 0 0 10px;
        height: 60px;
    }

    div.icon-calk ul > li > a:before {
		width: 20%;
	}
	div.icon-calk ul > li > a > span {
		width: calc(80% - 10px);
	}

    .icon-calk {
        margin-left: 0; 
        width: 55%;
    }
   

 } 


@media (max-width: 560px){

    div footer .flex-footer ul {
    width: 50%;
  }
  
}

 @media (max-width: 490px){
	div.icon-calk {
 		display: none; 
	}
    div.icon-calk ul > li > a:before {
        display: none; 
    }
    .contactZamer {
         -webkit-box-pack: end;   
         -ms-flex-pack: end;  
         justify-content: flex-end;
   }
   

    div.icon-calk ul > li > a > span{
        width:100%;
        margin-right: 0;
    }

    .blockLogo img.logo {
      margin: 18px 0 0 10px;
        height: 60px;
    }

}



@media (max-width: 420px){  
  footer .flex-footer{
    margin-left:20px;
  } 
}

