/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('plugins/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('plugins/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('plugins/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('plugins/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('plugins/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('plugins/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*to front*/

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 50%;
        margin-top: -9px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        color: #002e56;
    }

    /*
    Make dynamyc
    */
    td:nth-of-type(1):before { content: "№"; }
    td:nth-of-type(2):before { content: "Фото"; }
    td:nth-of-type(3):before { content: "Наименование"; }
    td:nth-of-type(4):before { content: "Артикул"; }
    td:nth-of-type(5):before { content: "Цена грн"; }
    td:nth-of-type(6):before { content: "Кол-во"; }
    td:nth-of-type(7):before { content: "Сумма грн"; }
    td:nth-of-type(8):before { content: "Купить"; }
}
/*to front*/


@media(max-width:1200px) {

    /* header
     ******************************************************/

    .col_logo {
        width: 200px;
    }

    a.logo {
        margin: auto;
        font-size: 11px;
    }

    a.logo img {
        margin: auto;
        width: inherit;
        max-width: 100%;
    }

    .col_top_contact {
        width: 270px;
        padding: 7px 0 0 20px;
    }

    .col_search_top {
        float: left;
        width: 210px;
    }

    .col_search_top {
        padding-top: 12px;
    }

    .search-block {
        margin: 12px 0 0;
        text-align: center;
    }

    .search-block form {
        width: 200px;
    }

    .search-block form input {
        width: 150px;
    }

    .col_cart_top {
        width: 280px;
    }

    .col_cart_top .cart {
        padding: 12px 0 0;
        background: url(img/cart.png) no-repeat top 12px right 100px;
        background-size: 23px;
    }

    .col_cart_top .cart div.sum {
        margin: 4px 0 0;
    }

    /* top_catalog
     ******************************************************/

    .container {
      padding-right: 0;
      padding-left: 0;
    }

    ul#top_catalog_list>li {
        padding: 2px 11px;
    }

    /* slider_section
     ******************************************************/

    #slider_section {
        margin: 29px auto;
    }

    .col_left_slider {
/*        width: 630px;*/
        width: 548px;
        float: left;
    }

    .col_left_slider .slider {
/*        width: 617px;*/
        width: 460px;
        height: inherit;
    }


    .col_right_slider {
        width: 410px;
        float: left;
    }

    .col_right_slider .slider {
/*        width: 451px;*/
        width: 336px;
        height: inherit;
    }

    /* brand_section
     ******************************************************/

    .brand_item a.img-wrap {
        width: 100% !important;
    }

    .brand_item a.img-wrap img {
        width: auto;
        max-width: 100%;
    }

    /* article_prew
     ******************************************************/

    .col_article {
        width: 25%;
        float: left;
        padding: 0 5px;
        box-sizing: border-box;
    }

    /* footer
     ******************************************************/

    ul#medal {
        display: none;
    }

    ul#footer_menu>li {
        padding: 3px 13px;
    }

    .price-block {
        width: 346px;
    }



}

@media(max-width:992px) {


    ul.top_menu>li.has-child:hover>ul.podkat {
        display: none;
    }

    ul.top_menu>li.has-child>ul#podcat.podkat.active {
        display: block;
        position: relative;
        width: 100%;
        background: #00335d;
        list-style: none;
        text-align: left;
        z-index: 20;
        padding: 7px 0;
        margin: 0;
        top: 0;
        box-sizing: border-box;
        left: 0px;
    }

    ul.top_menu>li>ul.podkat>li {
        padding: 2px 15px;
    }

    ul.top_menu>li>ul.podkat>li>a {
        text-transform: uppercase;
        color: #fff;
        display: block;
        text-decoration: none;
        margin: 3px 0;
    }

    ul.top_menu>li>ul.podkat>li>a:hover {
        color: #f47530;
    }

    #header .container .row {
        padding-bottom: 0 ;
    }


    .nav-1 {
        position: absolute!important;
    }

    .col_logo {
        width: 160px;
        padding: 5px;
        background: #FFFFFF;
        margin: 0;
        position: absolute;
        left: 30px;
        top: 10px;
        border-radius: 0px;
    }

    a.logo {
        margin: 0px auto ;
        font-size: 11px;
    }

    a.logo  .slogan {
        display: none;
    }

    .js-nav-active body .startsell-body .nav-toggle {
        right: 344px;
    }

    #header-wrap {
        background: rgba(62,120,170,1);
        position: relative;
        margin: 0 0 5px;
        height: 90px;
    }

    .nav-toggle {
        display: block;
        height: 32px;
        width: 39px;
        position: absolute;
        right: 24px;
        top: 50%;
        margin-top: -16px;
    }

    .nav-toggle span {
        display: block;
        width: 31px;
        margin: 5px auto;
        height: 4px;
        border-radius: 0px;
        background: #fff;
    }

    .nav-collapse {
        position: absolute;
        top: 90px;
        left: 0;
        right: 0px;
        transition: .3s;
        z-index: 90;
        background: rgba(62,120,170,1);
        background: -moz-linear-gradient(top, rgba(62,120,170,1) 0%, rgba(0,46,86,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(62,120,170,1)), color-stop(100%, rgba(0,46,86,1)));
        background: -webkit-linear-gradient(top, rgba(62,120,170,1) 0%, rgba(0,46,86,1) 100%);
        background: -o-linear-gradient(top, rgba(62,120,170,1) 0%, rgba(0,46,86,1) 100%);
        background: -ms-linear-gradient(top, rgba(62,120,170,1) 0%, rgba(0,46,86,1) 100%);
        background: linear-gradient(to bottom, rgba(62,120,170,1) 0%, rgba(0,46,86,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e78aa', endColorstr='#002e56', GradientType=0 );
        display: none;
    }

    ul.top_menu {
        display: none;
        text-align: left;
    }

    .nav-collapse.opened {
        display: block;
    }

    .nav-collapse.opened  ul.top_menu {
        display: block;
    }

    ul.top_menu>li {
        display: block;
        vertical-align: middle;
        padding: 0 27px;
        position: relative;
    }

    ul.top_menu>li:after {
        display: none;
    }


    ul.top_menu>li>a {
        color: #fff;
        text-transform: uppercase;
        display: block;
        text-decoration: none;
        padding: 7px 10px;
        position: relative;
    }

    ul.top_menu>li>a:after {
        content: '>';
        position: absolute;
        right: 10px;
        color: rgb(164, 181, 195)
    }

    ul.top_menu>li>a:hover,
    ul.top_menu>li>a.active {
        color: #fff;
        background:  rgb(12, 41, 65)
    }

    .col_top_contact {
        display: none;
        position: absolute!important;
        margin: auto;
        padding-left: 0;
        left: 50%;
        margin-left: -140px;
    }

    .top_contact div a {
        color: #fff;
        text-decoration: none;
    }

    .col_top_contact .top_contact div {
        color: #fff;
        text-align: center;
    }

    .top_callback {
        margin: 10px auto  !important;
        display: block;
    }

    .top_contact img {
        display: none
    }

    #toggle_cont {
        display: block;
        height: 38px;
        width: 38px;
        position: absolute;
        right: 160px;
        top: 50%;
        margin-top: -19px;
        border: 1px solid #fff;
        cursor: pointer;
        background: url(img/tell-png.png) no-repeat center;

    }

    .nav-toggle span {
        display: block;
        width: 31px;
        margin: 5px auto;
        height: 4px;
        border-radius: 0px;
        background: #fff;
    }

    .cart {
        display: none;
    }

    .col_cart_top {
        display: block;
        height: 38px;
        width: 38px;
        position: absolute!important;
        right: 121px;
        top: 50%;
        margin-top: -19px;
        border: 1px solid #fff;
        cursor: pointer;
        background: url(img/cart-png.png) no-repeat center;
    }

    .col_search_top {
        display: none;
        position: absolute!important;
        margin: auto;
        padding-left: 0;
/*        left: 50%;*/
        width: 100%;
/*        margin-left: -122px;*/
        padding-top: 0;
    }

    #toggle_search_top {
        display: block;
        height: 38px;
        width: 38px;
        position: absolute;
        right: 199px;
        top: 50%;
        margin-top: -19px;
        border: 1px solid #fff;
        cursor: pointer;
        background: url(img/searchl-png.png) no-repeat center;
    }

    .hours {
        display: none;
    }

    .search-block {
        margin: 0;
        text-align: center;
    }

    .search-block form {
        display: block;
        width: 244px;
        padding: 8px;
        margin: auto;
        box-sizing: border-box;
        border-radius: 6px;
        background: none;
    }

    .search-block form input {
        width: 194px;
        height: 21px;
        padding: 1px 3px;
        border: none;
        float: left;
    }

    .search-block form button {
        width: 23px;
        height: 23px;
        margin: 0 0 0 5px;
        border: none;
        display: block;
        float: left;
        box-sizing: border-box;
        background: url(img/search.png) no-repeat !important;
        outline: none !important;
    }

    .col_right_slider {
        display: none;
    }

    ul#top_catalog_list {
        margin: 10px auto;
    }

    #slider_section {
        margin: 0 auto 10px;
    }

    .col_left_slider {
/*        width: 630px;*/
        width: 100%;
        float: left;
    }

    .col_left_slider .slider {
/*        width: 617px;*/
        width: 100%;
        height: inherit;
    }

    .col_left_slider .slider .item img {
        margin: auto !important;
    }

    /*catalog*/

    .catalog_wrap button.next {
        right: -20px;
    }

    .catalog_wrap button.prev {
        left: -20px;
    }

    .buttons_line a {
        margin: 0px 14px 15px;
    }

    .col_article {
        width: 50%;
    }

    .article_wrap {
        margin: 0 auto 20px;
    }

    ul#footer_menu {
        margin: 8px auto 0;
        text-align: center;
    }

    ul#footer_menu>li {
        padding: 0 9px;
    }

    #footer_form {
        margin: 29px auto;
        text-align: center;
        width: 100%;
        float: inherit;
    }

    .footer_bootom {
        text-align: center;
    }

    .footer_bootom .col-md-6:last-child {
        margin: 8px auto 0;
        text-align: center;
    }

    .sidebar-wrap,
    .goods-wrap-col {
        padding: 0;
    }

    .sidebar {
        margin: 30px auto 15px;
    }

    .price-block {
        width: 368px;
    }

    .tovar-sidebar-col {
        text-align: center;
    }

    .pop-good {
        display: inline-block;
        margin: 13px 16px 28px;
        text-align: center;
    }

    .tovar-col {
        border-right: none;
    }

    .orderform-column {
        width: 100% !important;
        margin: auto;
        box-sizing: border-box !important;
    }

    .orderform-column .order-input {
        margin: 0 auto 8px;
    }

    #cart-content {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .cart-continue {
        margin: 20px auto 0 !important;
        float: inherit !important;
    }

    .cart-totalprice {
        float: inherit !important;
        width: 100% !important;
        text-align: center !important;
    }

    .cartbox-block {
        padding: 10px 0 !important;
    }

    .order-select {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .fancybox-skin {
    }

    .orderform-title,.cartbox-title {
        text-align: center !important;
    }

    .order-select select#order-delivery,.order-area {
        margin: 0 auto 8px !important;
    }
    .order-area {
        margin: 10px auto 8px !important;
    }

    .orderform-button {
        padding: 25px 0 !important;
    }

    .orderform-button input {
        margin: auto !important;
    }

    .fancybox-inner {
        width: auto !important;
    }
    .fancybox-wrap {
        width: 100% !important;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }
    #calculator-etap_2 table+div{clear:both;}
    #calculator-etap_2 td{width:32% !important;float:left;}
    #calculator-etap_2 table td:before{display:none;}
    /* Hide table headers (but not display: none;, for accessibility) */
    #cartbox thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .krovlya_img{width:49% !important;}
    .krovlya_form{width:49% !important;}
    .krovlya_form tr{display:table-row;}
    .krovlya_form td{display:table-cell;}
    .krovlya_form table, .krovlya_form td{display:table;}

    #cartbox tr:first-child {
        display: none;
    }

    table.cart-table {
        width: 100%;
    }

    #cartbox tr { border: 1px solid #ccc; }

    #cartbox td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        padding-bottom: 0;
        text-align: left !important;
    }

    .ct-title {
        padding-top: 0 !important;
        word-break: normal !important;
        width: auto!important;
    }

    .ct-photo {
        padding: 0 !important;
    }

    .ct-count-block {
        margin: 0 !important;
    }

    .ct-remove {
        margin: 0 !important;
        padding: 0 !important;
    }

    div.ct-price ,.ct-amount{
        padding: 0 !important;
        text-align: left !important;
    }
    #cartbox td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 50%;
        margin-top: -9px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        color: #002e56;
    }

    .empty-cart {
        padding: 50px 5px !important;
        height: auto!important;
    }

    .cartbox-block {
        height: auto !important;
        min-height: inherit !important;
    }

    .cart-continue2 {
        margin: 10px auto !important;
    }

    /*
    Make dynamyc
    */
    #cartbox td:nth-of-type(1):before { content: "Фото"; }
    #cartbox td:nth-of-type(2):before { content: "Наименование"; }
    #cartbox td:nth-of-type(3):before { content: "Цена грн"; }
    #cartbox td:nth-of-type(4):before { content: "Кол-во"; }
    #cartbox td:nth-of-type(5):before { content: "Сумма грн"; }
    #cartbox td:nth-of-type(6):before { content: "Удалить"; }

    #calc_banner{
		position:fixed;
		bottom:none;
		top:0;
		right:none;
		left:0;
		height: 44px;
		width:100%;
		background:#002d56;
		border-bottom:3px solid #fff;
	}
	#calc_banner a img:nth-of-type(1){display:none;}
	#calc_banner a img:nth-of-type(2){display:inline;margin-left:50px;}
	#calc_banner .close{
		width:44px;
		height:44px;
		line-height:44px;
		text-align:center;
		background:rgba(255,255,255,1);
		color:#000;
		font-size:2em;
		border-radius:0px;
		position:absolute;
		top:0px;
		right:none;
		left:0;
	}
	#calc_banner:hover .close{background:rgba(255,255,255,1);}
}

@media(max-width:768px) {

    .catalog_wrap button.next {
        right: 5px;
    }

    .catalog_wrap button.prev {
        left: 5px;
    }

    .review .info {
        width: 100%;
        box-sizing: border-box;
        float: inherit;
        min-height: 0;
        padding: 14px 0;
    }

    .review .review_text {
        font-size: 12px;
        padding: 12px 5px;
        color: #696868;
        line-height: 1.8;
    }


    .img-wrap-table {
        float: inherit;
        margin: auto;
    }

    .price-block {
        float: inherit;
        margin: auto;
    }

    .tovar-info {
        margin-top: 15px;
        text-align: center;
    }

    .tovar-info .articul {
        margin: 7px 0;
    }

    .description-block {
        text-align: left;
        margin: 15px 0 0;
    }

    .pop-good {
        display: block;
        max-width: 260px;
        margin: 13px auto;
    }

     .price-block {
        width: 100%;
    }
    .calculator-steps{font-size:.75em;}
    div[id^=calculator-etap_]{width:96%;margin-left:2%;}
    #calculator-etap_2 table, #calculator-etap_2 tbody, #calculator-etap_2 tr{position:relative;float:left;border:none !important;}
    #calculator-etap_2 table+div{clear:both;}
    #calculator-etap_2 td{width:32% !important;float:left;padding:0 !important;}

    .krovlya_img{width:49% !important;}
    .krovlya_form{width:49% !important;}
    .krovlya_form tr{display:table-row; border:none;}
    .krovlya_form td:before{display:none;}
}

@media(max-width:540px) {

    #top_catalog {
        text-align: center;
    }

    .nav-collapse-cat {
        position: relative !important;
        overflow: hidden;
    }

    .nav-collapse-cat.closed {
        height: 0;
    }

    .nav-collapse-cat.opened {
        height: auto;
    }

    #toggle_catalog_top {
        display: inline-block;
        border: 1px solid #2b6c9d;
        margin: 15px auto 16px;
        cursor: pointer;
        text-transform: uppercase;
        padding: 5px 5px 3px;
        font-size: 18px;
        border-radius: 5px;
        color: #2b6c9d;
    }

    #toggle_catalog_top.active {
        background: #2b6c9d;
        color: #fff;
    }

    ul#top_catalog_list {
        margin: 2px auto 12px
    }

    ul#top_catalog_list>li {
        display: block;
        padding: 2px 18px;
        position: relative;
        margin: 1px 0;
    }


    ul#top_catalog_list>li:after {
        display: none;
    }


    .col_article {
        width: 100%;
    }

    .footer_logo {
        display: none !important;
    }

    #footer_menu {
        display: none;
    }

    #footer_links {
        display: none;
    }

    #footer_form input {
        margin: 0 auto 10px;
    }

    #footer_form button {
        display: block;
        margin: 0 auto 10px;
    }

    .buttons_line a {
       font-size: 16px;;
    }

    #header-wrap {
        background: rgba(62,120,170,1);
        position: relative;
        margin: 0 0 5px;
        height: 70px;
    }

    .col_logo {
        width: 100px;
        left: 10px;
        top: 12px;
    }

    .nav-toggle {
        right: 10px;
    }

    #toggle_cont {
        right: 100px;
    }

    .col_cart_top {
        right: 61px;
    }

    #toggle_search_top {
        right: 139px;
    }

    .nav-collapse {
        top: 60px;
    }

    .col_top_contact {
        display: none;
        position: absolute;
        margin: auto;
        width: 100%;
        padding-left: 0;
        left: 0;
        margin-left: 0;
    }

    .section-header h2 {
        font-size: 32px;
    }

    .section-header h1 {
        font-size: 32px
    }

    .img-wrap-table .img-wrap img {
        margin: 0px auto;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .img-wrap-table .img-wrap {
        height: auto;
    }

    .color-item {
        width: 32px;
        height: 32px;
    }
    .calculator-steps li{width:50% !important;}
    .calculator-steps li:after{
        display:none !important;
    }

    #calculator-etap_1>ul{float:left;width:100% !important;}
    #brands_list_1, #brands_list_2{margin-top:-310px;z-index:60;}
    .step_1_window a{width:90%;float:none !important;margin:10px auto;}
    #calculator-etap_2 td{width:49% !important;}
    #calculator-etap_2 td img{width:75%;}

    .krovlya_img, .krovlya_form{width:96% !important;margin-left:2% !important;}

}

@media(max-width:500px) {
    div.active-search-bar{
     width:90%;
     margin-left:5%;
    }
}@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}