/*
Theme Name:         brick_theme
Theme URI:          
Description:        brick_theme
Version:            1.0.0
Author:             iron-yyy
Author URI:         
License:            GNU General Public License v2 or later
License URI:        
Text Domain:        brick_theme

*/

/*
Здесь можно добавить ваши CSS-стили.
Нажмите на значок помощи выше, чтобы узнать больше.




*/


body    {

        overflow: hidden;
        overflow-y: auto;
        }
		html, body {
    /* Убирает прокрутку по горизонтале, для мобильной версии */
    overflow-x: hidden;
}

@font-face {
    font-family: "RobotoLight";
    src: url("./fonts/RobotoLight/RobotoLight.eot");
    src: url("./fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"),
             url("./fonts/RobotoLight/RobotoLight.woff") format("woff"),
             url("./fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "RobotoRegular";
    src: url("./fonts/RobotoRegular/RobotoRegular.eot");
    src: url("./fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"),
             url("./fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
             url("./fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "RobotoBold";
    src: url("./fonts/RobotoBold/RobotoBold.eot");
    src: url("./fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"),
             url("./fonts/RobotoBold/RobotoBold.woff") format("woff"),
             url("./fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "RobotoMedium";
	font-display: swap;
    src: url("./fonts/RobotoMedium/RobotoMedium.eot");
    src: url("./fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"),
             url("./fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
             url("./fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "DesignosaurRegular"; */
@font-face {
    font-family: "DesignosaurRegular";
	font-display: swap;
    src: url("./fonts/DesignosaurRegular/DesignosaurRegular.eot");
    src: url("./fonts/DesignosaurRegular/DesignosaurRegular.eot?#iefix")format("embedded-opentype"),
    url("./fonts/DesignosaurRegular/DesignosaurRegular.woff") format("woff"),
    url("./fonts/DesignosaurRegular/DesignosaurRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "fregatbold";
	font-display: auto;
    src: url("./fonts/Fregat/fregatbold.eot");
    src: url("./fonts/Fregat/fregatbold.eot?#iefix")format("embedded-opentype"),
    url("./fonts/Fregat/fregatbold.woff") format("woff"),
    url("./fonts/Fregat/fregatbold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "fregatbolditalic";
	font-display: auto;
    src: url("./fonts/Fregat/fregatbolditalic.eot");
    src: url("./fonts/Fregat/fregatbolditalic.eot?#iefix")format("embedded-opentype"),
    url("./fonts/Fregat/fregatbolditalic.woff") format("woff"),
    url("./fonts/Fregat/fregatbolditalic.ttf") format("truetype");
    src: url("./fonts/Fregat/fregatbolditalic.eot?#iefix")format("embedded-opentype"),
    url("./fonts/Fregat/fregatbolditalic.woff") format("woff"),
    url("./fonts/Fregat/fregatbolditalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "DaysRegular";
	font-display: swap;
    src: url("./fonts/DaysRegular/days_regular.eot");
    src: url("./fonts/DaysRegular/days_regular.eot?#iefix")format("embedded-opentype"),
    url("./fonts/DaysRegular/days_regular.woff") format("woff"),
    url("./fonts/DaysRegular/days_regular.ttf") format("truetype");
    src: url("./fonts/DaysRegular/days_regular.eot?#iefix")format("embedded-opentype"),
    url("./fonts/DaysRegular/days_regular.woff") format("woff"),
    url("./fonts/DaysRegular/days_regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


*{
    padding:0; margin:0;
}
html, body{
    /*min-height: 100vh;*/
}
body{
    font: 16px/24px 'Roboto', sans-serif;
    color: #000;
    min-width: 300px;
    overflow-x: hidden;
}
.wrapper{
    /*min-height: 100vh;*/
}
body.error404 section.single-section, body.page section.single-section, body.single section.single-section, body.search section.single-section{
    min-height: 70vh;
}
section, footer, header{
}
ul[class*='']{
    list-style:none;
}
ul[class*=''] li{
    margin-left: 10px;
}
a{
    color: #013d80;
    text-decoration: none;
    outline: none;
}
a:hover, a:focus{
	color:#b7162d;
    /* color: #ffffff; */
    text-decoration: none;
    outline: none;
}
a:active, a:hover {
    outline: none;
}
img{
    max-width: 100%;
    height: auto;
    border:none;
	padding: 3px;
	border-radius:0 !important;
	margin: important;
}
img.img-full{
    min-width: 100%;
}
section{
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}
h1,h2,h3,h4,h5{
    margin-top: 20px;
	margin-bottom: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    text-rendering: optimizelegibility;
}
h1, h2, h3 {
    line-height: 40px;
}
h3{
    line-height: 30px;
}
h2{
    font-size: 30px;
    margin-top: 0;
}
ul, ol{
    margin-left: 20px;
}
hr{
    margin-bottom: 5px;
    margin-top: 10px;
}
.fa{

}
.container{
    padding: 20px;
}
.sidebar{
    margin-top: 20px;
}
input, textarea, select {
    color: #666;
    border: 1px solid #ccc;
    width: 100%;
    height: 32px;
    padding: 0 6px;
}
input[type="file"]{
    border: 0;
}
input:focus, textarea:focus, keygen:focus, select:focus {
    outline-color: #063f7f;
}
input[type="file"]:focus{
    border: 0;
    outline: none;
}
#searchform{
    position: relative;
}
#searchform label{
    display: none;
}
#searchform input[type="text"] {
    height: 32px;
}
#searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    text-align: center;
    padding: 0;
    background: #063f7f;
    border: 0;
}
#searchsubmit .fa{
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}
.overflow{
    overflow: hidden;
}
.btntoTop{
    position: fixed;
    width: 40px;
    height: 45px;
    bottom: 50px;
    left: 20px;
    background: rgba(6, 63, 127, 0.8);
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    text-align: center;
    line-height: 53px;
    opacity: 0.7;
    display: none;
}
.btntoTop:hover{
    opacity: 1;
}
.btntoTop.active{
    display: block;
}
/*----------WP-style-----------*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
max-width: 100%;
height: auto;
}


/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft
{
float: left;
}
 
.alignright
{
float: right;
}
 
.wp-caption {
border: 1px solid #ddd;
text-align: center !important;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
 
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
 
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */
.wp-smiley {
margin: 0;
}

/*--------пагинация------------*/
.navigation{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    margin-left: 45%;
}
.navigation>span, .navigation>a{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: rgba(6, 63, 127, 0.8);
    margin-left: -1px;
}
.navigation>span.current{
    background: #063f7f;
}
.navigation>span:hover, .navigation>a:hover{
    background: #063f7f;
}
.navigation>span:first-child, .navigation>a:first-child{
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.navigation>span:last-child, .navigation>a:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

/*-------sidebar----------------*/
.sidebar_area{
    margin-top: 5px;
}
.sidebar-main{
    padding: 10px 0;
}
.sidebar-widget{
    overflow:hidden; margin-bottom:40px; font-size:16px;
}
.sidebar-widget>h3, .sidebar-widget .so-widget-sow-image>h3{
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background: #063f7f;
    border-radius: 10px;
    color: #fff;
    line-height: 30px;
}
.sidebar-widget a{
    font-size:16px; color:#535353;
}
.sidebar-widget.widget_media_image{
    margin-bottom: 10px; 
}
.sidebar-widget.widget_media_image a{
    width: 100%;
    display: block;
    text-align: center;
    
}
.sidebar-widget.widget_media_image a:hover{
    border: 0;
    
}
.sidebar-widget.widget_recent_entries{
    margin-top: 30px;
}
.sidebar-widget.widget_recent_entries ul li>span{
    float: right;
}
.widget_categories li{
    float: left;
    width: 100%;
}
.sidebar-widget li{
    margin-bottom: 7px;
}
.sidebar-widget.rpwe_widget{
    margin-bottom: 0;
}
.sidebar-widget .rpwe-block .rpwe-title{
    border: none;
}
.sidebar-widget.rpwe_widget>h3 a{
    font-size:20px; color: #765432;  margin:0 0 10px 0; text-transform:uppercase;
}
.sidebar-widget .rpwe-block .rpwe-li time{
    float: right;
}

/*---------ContactForm7----------*/
.wpcf7 form label {
    color: #000;
    font-weight: 400;
    font-size: 10px;
    width: 100%;
    margin-bottom: 0;
}
.wpcf7 form br{ display: none;}
.wpcf7 .screen-reader-response{
    display: none;
}
.wpcf7 form label span{
    padding: 0 5px;
}

.wpcf7 span.wpcf7-not-valid-tip{
    font-size: 12px;
}

.wpcf7-validation-errors{ color:#d8dadb;}
.wpcf7-form span.wpcf7-form-control-wrap {display: block; margin-top:2px;}
.wpcf7-form span.wpcf7-form-control-wrap:first-child{
     margin-top:0;
}
.wpcf7-form span.wpcf7-form-control-wrap.acceptance-796{
    margin-top:0;
}
.wpcf7 form label {
    color: #000;
    font-weight: 400;
    font-size: 13px;
}
.wpcf7 form label span{
    padding: 0 5px;
    display: inline-block;
}
.wpcf7 form span[role="alert"]{
    margin-top: 0;
}
.wpcf7 .wpcf7-form {
    text-align: center;
}
.wpcf7-form input.wpcf7-submit:hover{
    text-decoration: none;
    color: #fff;
    background-position: 20px 0;
}
.wpcf7-form input.wpcf7-submit {
    background: rgba(228,59,34,0.9) url('./img/button-gloss.png') -200px 0 no-repeat;
    color: #fff;
    font-weight: 700;
    padding: 15px 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 25px;
    text-decoration: none;
    z-index: 998;
    border: 0;
    cursor: pointer;
        margin-top: 15px;
}
.wpcf7-form textarea, .wpcf7-form input[type='text'], .wpcf7-form input[type='number'], .wpcf7-form input[type='tel'], .wpcf7-form input[type='email'], .wpcf7-form select{
    width: 370px;
}
.wpcf7-form textarea{
    height: 100px;
}
div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
span.wpcf7-not-valid-tip { display: none; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: red; background-color: rgba(153,0,0,0.3); }

/*=========================Modal=============================*/
.modal {
  text-align: center;
  padding: 0!important;
}
.modal_wrap{
    padding: 15px;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 400px;
}
.modal-dialog .modal-content .close{
    width: 30px;
    height: 30px;
    font-size: 30px;
    z-index: 99;
    position: relative;
}
.modal-content {
    min-height: 235px;
    padding: 25px;
}

/*------ Slider ---------------*/
.slider{
margin-bottom: 20px;
}
.slider.main_slider .flex-viewport{
    overflow: visible !important;
}
.flexslider{
    border-bottom: none;
}

.flexslider .slides img{
    min-width: 100%;
}
.flexslider .slide-content {
    position: absolute;
    padding: 0;
    width: 100%;
    top: 45%;
    background: transparent;
    text-align: center;
}

.flexslider .slide-content .intro-heading{
    font-size: 42px;
    line-height: 54px;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    color:#fff;
    text-shadow: 1px 1px 4px #000;
}

.flex-control-nav{
    width: 150px;
}
.slider .flex-control-nav{
    width: 100%;
}
.flex-direction-nav a{
    color: #063f7f;
}
.slider .flex-control-paging li a{
    width: 15px;
    height: 15px;
    background: #fff !important;
    border-radius: 50%;
    opacity: 0.5;
}
.flex-control-paging li a.flex-active{
    -webkit-box-shadow: 0 0 0 2px rgba(6, 63, 127, 1);
    -moz-box-shadow: 0 0 0 2px rgba(6, 63, 127, 1);
    box-shadow: 0 0 0 2px rgba(6, 63, 127, 1);
}
/*.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next{
    background: none;
}*/
.flex-direction-nav .flex-prev .fa, .flex-direction-nav .flex-next .fa{
    font-size: 50px;
}

/*---------Main Style----------*/

header{
    background-color: #063f7f;
	background: url(img/pat_blue.jpg)repeat;
}
header .header_title p{
    line-height: 36px;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    font-family: "DaysRegular";
}
header .header_title p:last-child{
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 2px;
}
header .header_phone div{
    width: 100%;
}
header .header_phone div a{
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;

	
}
header .header_phone div img.viber, header .header_phone div img.vel{
    margin-top: -7px;
    margin-right: 0px;
}


.menu{
    background-color: #b7162d;
	background-image: linear-gradient(to right, #c7222a, #db1019, #da2228, #980e1a);
    width: 100%;
    z-index: 999900;
}
.menu.affix{
    top:0;
}
.menu .container {
    padding: 0 50px;
}

.navbar-default {
     background-color: transparent; 
     border-color: transparent; 
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:  #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: transparent;
}
.nav>li>a:hover, .nav>li>a:focus{
    background: transparent;
}
.navbar {
    position: relative;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0 !important;
    border: 0 !important;
    min-height: 0 !important;
	font-family: "DaysRegular";
	
}
.navbar ul li>a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px;
    color: #fff;
    padding-bottom: 5;
}
.navbar .nav>li {
    float: left;
    border-bottom: 5px solid transparent;
}

.navbar .nav>li.active{
    border-bottom: 5px solid #063f7f;
    /*margin-bottom: -10px;*/
}
/*.navbar .nav>li.active a{
    color: #fff;
}*/
.dropdown-menu{
    /* background: url(img/pat_red.jpg)repeat; */
    background-image: linear-gradient(to right, #c7222a, #db1019, #da2228, #980e1a) ;
    color: #fff;
    margin-top: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
@media only screen and (min-width : 768px) {


.navbar .nav>li:hover{
    border-bottom: 5px solid #063f7f;
    /*margin-bottom: -10px;*/
}
ul.nav li.dropdown:hover>ul.dropdown-menu{
    display: block;
}
}


a.menu:after, .dropdown-toggle:after {
    content: none;
}
.navbar .nav>li ul.dropdown-menu li:hover{
     background: transparent;
}
.navbar .nav>li ul.dropdown-menu li:hover>a{
    text-decoration: underline;
    color: #fff;
}
ul.dropdown-menu ul.dropdown-menu{
    top: 2px;
    left: 90%;
    border-radius: 5px;
}
.navbar ul li ul.dropdown-menu li a{
    padding: 5px 25px;
    text-transform: none;
}
.dropdown-menu li a{
    padding: 5px 15px !important;
   
}

.navbar ul li a:hover {
    background: transparent !important;
    /*padding-bottom: 0px;
    border-bottom: 3px solid #000;*/
}
.navbar .menu-tag{
    float: left;
    margin-top: -5px;
    padding: 0 10px;
    font-size: 20px;
    display: none;
    color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: none;
}
.dropdown-menu>.active{
}
.navbar-collapse{
 }
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
    max-height: none;
}
.navbar .social-buttons{
    margin: 0;
    text-align: center;
    display: none;
}
.input-group-addon:last-child {
}
.input-group-addon:hover{
    background: rgb(234, 203, 174);
}
.navbar-toggle {
    position: relative;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    margin: 2px 40%;
    padding: 0;
    float: left;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #063f7f;
}
.video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.btn{
    background: rgba(6, 63, 127, 0.86);
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-top: 50px;
}
.btn:hover{
    color: #fff;
}
footer{
    background: #063f7f;
	background: url(img/pat_blue.jpg)repeat;
    color: #fff;
}
footer a{
    color: #fff;
}
footer .foter_icon{
    margin-bottom: 10px;
}
footer .foter_icon .fa{
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
}
footer .liveint a{
    float: none !important;
}

/* -------- Katalog-brick -------------*/
.katalog_types{
    background: rgba(51, 122, 183, 0.25);
    margin-top: 10px;
}
.katalog_product_prew{
    overflow: hidden;
    position: relative;
    border-bottom: 3px solid #337ab7;
    margin-bottom: 10px;
}
.katalog_product_prew .katalog_product_prew_head{

}
.katalog_product_prew .katalog_product_img{
    width: 35%;
    float: left;
}
.katalog_main_img {

}
.katalog_prew_img{

}
.katalog_product_prew .katalog_product_desc{
    float: left;
    width: 65%;
    padding: 0px 15px;
}
.katalog_product_prew .katalog_read_more{
    position: absolute;
    bottom: 10px;
    right: 15px;
    background: rgba(6, 63, 127, 0.8);
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
}
.katalog_product_prew .katalog_read_more:hover{
    background: #063f7f;
}
.product_meta_table{
    width: 100%;
    margin-top: 4px;
}
.product_meta_table_row{

}
.product_meta_table_row:first-child{
    background: rgba(51, 122, 183, 0.25);
    font-weight: bold;
}
.product_meta_table td{
    border: 2px solid #337ab7;
    padding: 5px;
    text-align: center;
}

/* --------------- Calculator -------------*/
.fence_img{
    display: inline-block;
    position: relative;
    float: left;
    padding: 0 15px;
    width: 435px;
}
.fence_img > p{
    text-indent: 0;
}
.fence_num{
    position: absolute;
    display: inline-block;
    background-color: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    cursor: default;
}
.fence_num.marked{
    color: #fff;
    background-color: #971018;
}
.fence_1{
    top: 156px;
  left: 74px;
}
.fence_2{
    top: 112px;
  left: 178px;
}
.fence_3{
    top: 156px;
  left: 253px;
}
.fence_4{
    top: 260px;
  left: 60px;
}
.fence_5{
    top: 364px;
    left: 200px;
}
.fence_options{
    overflow: hidden;
    padding: 0 15px;
}
.btn_calc{
    width: 200px;
    background: #063f7fd1;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    float: right;
    margin-right: 15px;
}

@media only screen and (max-width : 1250px) {
    .recall_button{
        right: 10%;
    }
}

@media only screen and (min-width : 1250px) {

}
@media only screen and (max-width : 1199px) {
    header .header_title p{
            font-size: 26px;
        line-height: 34px;
    }
    header .header_title p:last-child{
            line-height: 40px;
        font-size: 20px;
    }
    .navbar ul li>a {
        font-size: 14px;
        padding: 5px 5px;
        padding-bottom: 0;
    }
    .katalog_main_img {
        width: 320px;
    }
    .katalog_prew_img_link img{
        width: 155px;
        margin-bottom: 4px;
    }
}
@media only screen and (max-width : 991px) {
	
	#sb_instagram
	{
		display:none;
	}

    header .header_phone span{
        width: 33%;
        float: left;
        margin-top: 10px;
    }
    
    .navbar ul li>a {
        font-size: 12px;
        padding: 5px 5px;
        padding-bottom: 0;
    }
    .flexslider .slide-content{
        top: 40%;
    }
       
}
@media only screen and (max-width : 880px) {
   header .header_title p{
        font-size: 29px;
    line-height: 32px;
   }
    header .header_title p:last-child{
        line-height: 40px;
        font-size: 20px;
		font-family: "DaysRegular";
    }
   .navbar ul li>a {
        font-size: 15px;
        padding: 5px 5px;
        padding-bottom: 0;
    }
    .navbar .nav>li{
        float: none;
    }
    li.dropdown ul.dropdown-menu ul.dropdown-menu {
        top: 10px;
        left: 20%;
        border-radius: 5px;
    }
      
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
   
   .navbar ul li>a {
        font-size: 14px;
        padding: 5px 5px;
        padding-bottom: 0;
    }
    
      
}

.fcb_form{
	width: 100%;
  
  min-width: 1130px;
}


@media only screen and (max-width : 768px) {
.fcb_form{
	width: 100%!important;
  background-color: ;
  color: #666666;
  font-size: 100%;
  display: flex!important;
  flex-direction: column!important;
}

.formcraftbasic-css .fcb_form .form-element{
	width: 100%!important;
}
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 20px;
    }
    .alignleft, img.alignleft,.alignright, img.alignright{
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    table img.alignleft{
        display: inline;
        float: left;
        margin-right: 18px;
        margin-top: 4px;
        clear: none;
    }
    header .header_title p{
            font-size: 18px;
    line-height: 41px;
       }
       header .header_title p:last-child{
           font-size: 14px;
        line-height: 32px;
        letter-spacing: 1.2px;
       }
    .flexslider .slide-content{
        top: 35%;
    }
    .flexslider .slide-content .intro-heading{
        font-size: 35px;
    }
    .flexslider .slide-content .btn{
        margin-top: 25px;
    }
    .katalog_prew_img_link{
        display: block;
        width: 25%;
        float: left;
    }
    .katalog_prew_img_link img{
        padding: 3px;
    }
    .katalog_product_prew .katalog_product_desc{
        width: 100%;
    }
    .katalog_product_prew .katalog_product_img{
        width: 100%;
    }
    .katalog_product_prew .katalog_read_more{
        position: relative;
        display: block;
        float: right;
        bottom: 0;
        margin: 10px 0;
    }
    .fence_img{
        display: block;
        float: none;
        width: 435px;
        margin: 0 auto;
    }
    footer .liveint a{
        float: none !important;
    }
 }

@media only screen and (max-width : 620px) {
    h1,h2,h3{
        line-height: 24px;
    }
    h2{
        font-size: 20px;
        margin-bottom: 0;
    }
    header .header_phone p a{
        font-size: 15px;
    }
    header .header_title p{
    font-size: 23px;
    line-height: 24px;
   }
    header .header_title p:last-child{
            line-height: 21px;
    font-size: 14px;
    letter-spacing: 0.5px;
    }
    .gallery .foto.xss-12 a{
        width: 250px !important;
    }
    .gallery .foto.col-xs-6.xss-12 a{
        width: 230px !important;
    }

    .gallery .foto.xss-12 a .foto_caption{
        font-size: 14px;
    }

}
@media only screen and (max-width : 565px) {
    .gallery .foto.xss-12{
        width: 100%;
        font-size: 16px;
    }
    .gallery .foto.xss-12 a{
        width: 250px !important;
    }
    section{
        margin-top: 50px;
    }
    header .header_title p {
            font-size: 22px;
        line-height: 25px;
    }
    header .header_title p:last-child {
        line-height: 22px;
        font-size: 12px;
    }
    header .header_phone p{
        width: 100%;
        float: none;
        margin-top: 0;
    }
    header .header_phone p a{
        font-size: 17px;
    }
    header .header_phone p:first-child{
        margin-top: 10px;
    }
    .flexslider .slide-content{
        top: 30%;
    }
    .flexslider .slide-content .intro-heading{
        font-size: 30px;
        line-height: 35px;
    }
    .flexslider .slide-content .btn{
        margin-top: 15px;
        padding: 5px 10px;
    }
    .flex-control-nav{
        display: none;
    }
}
@media only screen and (max-width : 500px) {
    .xss-12{
        width: 100%;
    }
    .logo-image{
        text-align: center;
    }
    header .header_title p {
        margin-top: 15px;
            font-size: 22px;
        line-height: 25px;
    }
    header .header_title p:last-child {
        margin-top: 0;
        line-height: 22px;
        font-size: 12px;
    }

}
@media only screen and (max-width : 450px) {
    .slider .flex-control-nav{
        display: none;
    }
    .flexslider .slide-content .intro-heading {
        font-size: 24px;
        line-height: 30px;
    }
    .modal.in .modal-dialog{
        width: 90%;
    }
    .wpcf7-form input.wpcf7-submit{
        padding:  5px !important;
        font-size: 18px;
    }
    .katalog_prew_img_link{
        display: block;
        width: 50%;
        float: left;
    }
    .katalog_prew_img_link img{
        padding: 3px;
    }
    .product_meta_table td{
        border: 1px solid #337ab7;
        padding: 1px;
    }
    .fence_img{
        margin-left: -50px;
    }
}
@media only screen and (max-width : 400px) {
    .wpcf7-form textarea, .wpcf7-form input[type='text'], .wpcf7-form input[type='tel'], .wpcf7-form input[type='email'], .wpcf7-form select {
        width: 90%;
    }
	.hidden-menu-item {
  display: none;
  
}
.dropdown-menu-hiden {
  display: none;
  
}
}
/* Код для адаптации видео */
.video-responsive {
position:relative;
padding-bottom:56.25%;

height:0;
overflow:hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#field_0-3
{
	display:none;
}
/* Конец кода для адаптации видео */


.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
 
.bord_sl {
	border:none !important
}



@media (min-width: 767px)
{
.skrit
{
display:none!important;
}

}


	.calculator {
	position: fixed;

	top: 25%;
	right: 0;
	padding: 15px 10px;
	cursor: pointer;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.21);
  background: url(img/pat_blue.jpg)repeat;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: "DesignosaurRegular";
}
.calculator .calculator__heading {
	font-size: 14px;

	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
	z-index:9999999999999!important;
font-family: "DaysRegular";
}
.calculator .calculator__heading span {
	display: block;
	font-size: 15px;
font-family: "DaysRegular";
}
.calculator .calculator__body img {
	max-height: 60px;
	border-radius:0px!important;
}
.calculator .calculator__body {
text-align: center;
font-family: "DaysRegular";

}




@media (max-width: 767px)
{
  
  .calculator__body
  {
	display:none;  
  }
.calculator .calculator__heading span {
display: block;
    font-size: 19px;
    margin-left: 83px;
    margin-top: -20px;
    position: absolute;
}
  .calculator__heading
  {
  
  -webkit-transform: rotate(270deg); transform: rotate(270deg);
      font-size: 20px!important;
    font-weight: bold!important;
	margin-top: 126px;

  }
  
  .calculator
  {

	      width: 32px;
		      height: 170px;
border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 50%;
	padding: 20px 10px;
	display:none;  
  }
  
}

.foto{
	padding:0px;
	margin:0px;
}

.foto img{
	width:100%;
}


.sb_instagram_header.sbi_header_style_boxed .sbi_header_follow_btn
{
	background: #063f7f!important;
	color:#000!important;
	    font-size: 17px!important;
}
.sbi_load_btn
{
		background: #063f7f!important;
}
.sb_instagram_header.sbi_header_style_boxed .sbi_header_follow_btn span
{
	color:#fff!important;
}

.fa-instagram path
{
	fill:#fff!important;
}

.sbi_follow_btn
{
	display:none!important;
}

.sbi_header_bar
{
	position: absolute;
    margin-top: 37px;
    width: 835px;
    margin-left: 310px;
	background:#f4f4f4!important;
	
}

.sbi_posts_count
{
	color:#000;
	font-size: 20px;
}

.sbi_bio_info span+span, .sbi_posts_count {
    margin-left: 30px;
    font-size: 14px;
    color: #000;
}

.sb_instagram_header 
{
	height: 43px;
	margin-bottom:20px;
	background: rgb(244 244 244)!important;
}
.sbi_fade_in
{
	opacity:0!important;
}
.sb_instagram_header.sbi_large .sbi_header_img, .sb_instagram_header.sbi_large .sbi_header_img img
{
width: 42px;
    height: 42px;	
}

.sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3
{
	padding-top: 0px!important;
    font-family: 'Roboto';
    font-weight: 500;
	margin-left: 70px!important;
}
.sb_instagram_header.sbi_large .sbi_header_text h3
{
	font-size:20px!important;
}
.sbi_header_bar
{
	    margin-top: 10px;
		    margin-left: 275px;
			    width: 835px;
}
.sb_instagram_header.sbi_header_style_boxed .sbi_header_follow_btn
{
	    margin-top: -7px;
}
.sbi_posts_count b
{
	font-weight:500!important;
}
.scheme .top-area {
    background-color: #fff!important;
    color: #000!important;
}

.scheme .top-area a
{
	 color: #000!important;
}
.sb_instagram_header.sbi_large .sbi_header_text
{
	padding-top:0px!important;
}
.sb_instagram_header.sbi_large .sbi_header_text h
{
	margin-left: 90px!important;
}

.line {
	border-bottom: solid 1px #ccc;
}

.foto a{
	color:#013d80!important;
}

.kompl img
{
	max-width:256px!important;
}

.kompl .foto_caption
{
	text-align:center;
}

.sb_instagram_header
{
	background: #f4f4f4!important;
}

.sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3
{
	    font-family: 'RobotoBold'!important;
}

.foto_caption
{
	text-align:center;
	color:#000!important;
}


.skidki {
	position: fixed;

	top: 52%;
	right: -3px;

	cursor: pointer;

  
}

.skidki .skipc
{
	width: 141px;


}
.skidki .skim
{

		display:none;

}
@media only screen and (max-width : 768px) {
	
	.skidki {
	position: fixed;

	top: 42%;
	right: -3px;

	cursor: pointer;

  
}

.skidki .skim
{
	
	width: 70px;
	display:block;

}

.skidki .skipc
{
	display:none;
}
}
.skidki
{
	display:none!important
}

.my-link, .my-link2
{
	cursor:pointer;
}
#breadcrumbs a:hover{
	color:#b7162d;

	
}
#breadcrumbs a:active,#breadcrumbs a:focus{
	color:#000;
}
#breadcrumbs {
		font-size: 0.9em;
}

.category-products{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px 20px ;
    }
  .category-product__name{
    font-weight: bold;
    color: #767676;
  }
  .category-product__title{display: inline-block;margin-bottom: 3px;}
  .category-product__sticker{
    display: inline-block;
    padding: 1px 5px;
    margin-right: 5px;
    margin-bottom: 2px;
  }
  .category-product__sticker_bestseller{
    background: red;
    color:#fff;
    }
  .category-product__image{width: 100%;height: auto;}
  .category-product__image img{width: 100%;object-fit:contain;}
  .category-product__price{font-weight: bold;color:#000;text-align:center}
  .category-product{background: #fff;border: 1px solid #d3d3d3;}
  .category-product__info{
    padding: 15px 10px;
    border-top: 0px;
    height: 100%;
	display: flex;
    flex-direction: column;
	align-items: center;
    text-align: center;
}
  
  .category-product{display: flex;
  flex-direction: column;}
  .tel-icon{
    background: url('https://brick.by/wp-content/themes/brick/img/telephone.svg') center center/contain no-repeat;
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
  }
  .category-product__contacts{
    position: relative;
	    margin: 0.5em auto;
  }
  .tel-descr{display: block;
  color: #767676;}
  .category-product__contacts{margin-top: 5px;}
  .category-product__phone{
    display: flex;
      align-items: center;
      gap: 3px;
  }
  .product__content{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0 50px ;
  }
  .product__img{max-width: 100%;max-height: 100%;}
  .product__img img{
    /*width: 100%;
    height: 100%;*/
  }
  .product__info{display: flex;flex-direction: column;/*justify-content: space-between*/;padding: 20px;justify-content: center}
  .product__name{font-size: 24px;}
  .product__stats{padding: 0;margin: 0;list-style-type:none;}
  .product__price{font-size: 20px  ;    margin: 3rem 0;     display: flex;
    flex-wrap: wrap;line-height: 1.2em;}
  .product__price_number{font-weight: bold;}
  .product__descr{margin-top: 30px;}
  .product__price .product__price_word{
	  margin-right:6px
  }
  .product__stats .product__stats_name,.category-product__chars span{
	  text-transform:uppercase
  }
  @media screen and (max-width:767px){
    .product__content{
        grid-template-columns: repeat(1,1fr);
        grid-gap: 0 20px ;
      }
    .product__info{padding: 0;}
    .category-products{
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    }
    .category-product__info{padding: 5px;}
  }
  @media screen and (max-width:450px){
  .category-products{
    grid-template-columns: repeat(1,1fr);
    }
    .category-product__info{padding: 10px;}
  
  }
  .relinks-to-cats a:hover{
	  color:#b7162d
  }
  .relinks-to-cats{
	      display: flex;
    justify-content: space-between;
  }
  .relinks-to-cats a:hover span{
    color:#b7162d
  }
  .relinks-to-cats a span{
    display: block;
    background: #063f7f;
    padding: 2px 5px;
    color: #fff;
    border-radius: 4px;
  }
  @media (max-width:720px){
	    .relinks-to-cats{
justify-content: center;
    flex-wrap: wrap;
    align-items: center;

  }
  .relinks-to-cats a{
	 margin: 0.3em 1em;
  }
  }
  h1.product__name{
	  line-height: initial;
	  margin-top: 0;
	  text-align:left
  }
  .product__img .flex-control-nav{
	      width: 100%;
  } 
  .product__img .flex-control-paging li a.flex-active{
	  box-shadow:none
  }
  .product__order .katalog_read_more,#myModal2 .modal-dialog .modal-content .submitbtn,.buyproductbutton{
		    background: rgba(6, 63, 127, 0.8);
   padding: 10px 30px 13px;
    color: #fff;
    border-radius: 5px;
	cursor:pointer
  }
  .product__order .katalog_read_more:hover,.buyproductbutton:hover{
	  background-color: #b7162d;
  }

  .single-katalog-brick .product{
	  margin-top:1em
  }
  #myModal2 .modal-dialog .modal-content .close{
	      position: absolute;
    right: 20px;
    top: 15px;
  }
  #myModal2 .modal-dialog .modal-content .star{
	  color:#b7162d
  }
  #myModal2 .modal-dialog .modal-content .submitbtn{
	width: auto;
    height: auto;
    margin: 1em auto 0;
  }
  #myModal2 .modal-dialog .modal-content .field+.field{
	  margin-top:1em
  }
  .product__img .flexslider .slides img{
	  min-width:unset
  }
  .product__img .flexslider .katalog_prew_img_link{
	  display: flex;
    align-items: center;
    justify-content: center;
	min-height: 400px;
}
  .product__img .flex-control-paging li a.flex-active{
	  background: url(css/images/slide-nav_dark.png) 100% 100% no-repeat;
  }
.product__img .flex-control-paging li a{
	background: url(css/images/slide-nav_dark.png) 0 0 no-repeat;
}

	.product__img .katalog_prew_img_link {
    width: 100%;
    float: unset;
}
.product__img .katalog_prew_img_link img{
	    width: auto;
}
@media (max-width:768px){
	.product__img .katalog_prew_img_link img{
	   max-width:75vw
}
}
.product__extra_text:before{
	content:"!";
	color:#b7162d;
	font-weight:bold;
	font-size: 24px;
	display:inline-block;
	margin-right:5px
}
.category-product__title a:hover {
	color:#b7162d
}
.category-product__phone a:active,.category-product__title a:active ,
.category-product__phone a:focus,.category-product__title a:focus {
	color:#000
}
.category-product__phone i{
	font-size: 1.2em;
}
.relinks-to-cats a{
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
	align-items: center;
}
.relinks-to-cats a img{
height: 200px;
    object-fit: contain;
    width: 200px;
}
.ym-advanced-informer{
	display:none
}
.category-product__chars{
	    color: #767676;
}
.product_available_badge{
	background:#68b970;
	display:inline-block;
	line-height:1em;
	padding: 2px 15px 4px;
    border-radius: 20px;
	font-size: 0.7em;
    color: #fff;
    font-weight: 500;
	text-align: center;
    margin: 0.5em auto;
}
.product_available_badge i{
	padding-right: 0.25em;
}
.so-widget-sow-accordion .custom-accordion .sow-accordion-panel-header-container{
	border-bottom:#063f7f;
	border-bottom-width:2px;
	border-bottom-style:solid
}
.so-widget-sow-accordion  .custom-accordion.sow-accordion .sow-accordion-panel{
margin-bottom: 0;
}
.so-widget-sow-accordion .custom-accordion.sow-accordion .sow-accordion-panel .sow-accordion-panel-header{
	    padding: 15px 10px 15px 10px;
}
.so-widget-sow-accordion .custom-accordion.sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus-visible,
.so-widget-sow-accordion .custom-accordion .sow-accordion-panel-header-container:focus-visible,
.so-widget-sow-accordion .custom-accordion.sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus,
.so-widget-sow-accordion .custom-accordion .sow-accordion-panel-header-container:focus,
.so-widget-sow-accordion .custom-accordion.sow-accordion .sow-accordion-panel-content:focus-visible,
.so-widget-sow-accordion .custom-accordion.sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border:focus-visible,
.so-widget-sow-accordion .custom-accordion.sow-accordion .sow-accordion-panel-content:focus,
.so-widget-sow-accordion .custom-accordion.sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border:focus{
	outline:unset
}
.custom-accordion .sow-icon-ionicons{
	color:#063f7f;
}
.custom-accordion-title{
	font-size: 30px;
    margin-top: 0;
	    text-align: center;
		line-height: 40px;
		font-weight: 400;
		color: #000;
    text-rendering: optimizelegibility;
	font-family: "DesignosaurRegular";
}
.so-widget-sow-accordion .custom-accordion.sow-accordion .sow-accordion-panel .sow-accordion-open-close-button{
	margin-left: 1em;
}
@media (max-width: 767px){
	.calculator {
		height: 223px;
		display: block;
		    top: 35%;
	}
.calculator__heading {
	font-size: 15px!important;
	margin-top: 174px;
}
.calculator .calculator__heading span {
    font-size: 15px;
    margin-left: 79px;
    margin-top: -15px;
}
}
.contacts-info{
    color: #333333;
    font-size: 13px;
}
.contacts-info p{
    font-size: 15px;
    font-weight: bold;
}
.contacts-info ul{
    line-height: 1.2;
}
.header_phone .header-mobile__address{display: none;}
.header_phone .header__address,.header_phone .header-time{display: inline-block;font-size: 15px; color: #fff;text-align: center;line-height: 1;font-weight: bold;}
@media screen and (max-width:550px){
    .header_phone .header-time{display: none;}
    .header_phone .header__address{display: none;}
    .header_phone .header-mobile__address{display: inline-block;font-size: 13px;margin-top: 5px;color: #fff;line-height: 1.2;font-weight: bold;}
    header .header_title p{
        margin-top: 5px;
        font-size: 16px;
        line-height: 10px;
        margin-bottom: 5px;
    }
    header .header_title p:last-child{
        margin-top: 0;
        line-height: 10px;
        font-size: 11px;
    }
    header .container{
        padding: 5px;
    }
    header .header_phone div{
        margin-top: 5px !important;
    }
    header .header_phone{
        padding-bottom: 5px !important;
    }
}
body.page-id-648 .calculator{
	display:none
}
#menu-footer-left-col-1,
#menu-footer-left-col-2,
#menu-footer-left-col-3,
#menu-footer-left-col-4{
	position:static;
	background:unset
}
.footer-left-col-menu .widget-title,.our-parthers{
	display: block;
    font-size: 13px;
    text-transform: uppercase;
padding: 0 0 10px 0;
    color: #fff;
	font-family: "DaysRegular";
	line-height: 1.4em;
	

}
.footer-left-col-menu .menu{
	list-style:none;
	margin:0
}
.footer-left-col-menu .menu li{
font-size:0.9em
}
.footer-left-col-menu-col{
	padding: 0 7px
}
.footer-left-col-menu-container{
	padding: 0 10px
}
.mgt-1{
	margin-top:1em
}
.contacts-map{
    display:grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
}
.contacts-map__cart .map-container{
    height: 100%;
}
.contacts-map__cart iframe{border:none;}
.contacts-map_title{font-weight: bold;font-size: 20px;margin-bottom: 10px;}
.icons-w-text {
    padding: 20px 0
}

.icons-w-text__items {
    display: flex;
    grid-gap: 10px;
    justify-content: space-around;
    flex-wrap: wrap;

}

.icons-w-text__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.icons-w-text__title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px
}
.icons-w-text__descr,.icons-w-text__descr {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Montserrat";
    color: #000
}


@media (min-width:769px) and (max-width:1200px){
	.footer-left-col-menu .widget-title,.our-parthers{
		min-height:3.5em
	}
}
@media (max-width:768px){
	.footer-left-col-menu-container .footer-left-col-menu-col:not(:nth-of-type(1)) .widget-title-holder{
		margin-top:1em
	}
		.footer-left-col-menu-container .footer-left-col-menu-col:last-child{
		margin-bottom:1em
	}
    .contacts-map{
        grid-template-columns: 1fr;
        grid-gap: 10px;
        grid-row: 2
    }
}
@media (max-width:500px){
	.footer-left-col-menu-container{
		text-align:center
	}
}
.top-header-row{
	    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.single-price-after{
	margin-left:0.3em
}
.relinking{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	grid-gap: 1em 0;
}
.relinking .relinking_item{
	    display: flex;
    flex-direction: column;
    align-items: center;
	    flex-basis: 24%;
}
.relinking.relinking-5 .relinking_item{
	    flex-basis: 20%;
		text-align: center;
}
.relinking .relinking_item:hover{
	color:#b7162d
}
@media (max-width:992px){
	.relinking .relinking_item,
	.relinking.relinking-5 .relinking_item{
		flex-basis: 49%;
	}
}
@media (max-width:500px){
	.relinking .relinking_item,
	.relinking.relinking-5 .relinking_item{
		flex-basis: 100%;
	}
}


.mainpage-catalog-button{
	    background: rgba(6, 63, 127, 0.8);
    padding: 10px 30px 11px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
	font-size:16px;
	    margin-top: -0.2em;
    top: 0;
    right: 0;
    position: absolute;
}
.mainpage-catalog-button:hover{
	background:#b7162d;
}
@media (max-width:1280px){
.mainpage-catalog-button{
		    position: static;
    display: block;
    margin: 1em auto;
    width: fit-content;
}
}
@media only screen and (max-width: 768px){
	.h2 {
    font-size: 20px;
}
}
@media only screen and (max-width: 620px){
	.h2 {
    font-size: 20px;
	line-height: 24px;
}
}

#pg-263-4, #pg-579-3, #pg-968-3
{
	pointer-events:none!important;
}


.formcraftbasic-css .fcb_form .form-element .submit-cover .submit-button
{
  box-shadow: none;
  height: auto;
  font-size: 1em;
  line-height: normal;
  position: relative;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  padding: 9px 16px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  width: auto;
  box-sizing: border-box!important;
  font-size: 1em!important;
  padding: 1em 2em!important;
  background: #063f7f!important;
  color: #ffffff !important;
  border: 1px solid #063f7f!important;
  border-top-width: 1px!important;
  border-right-width: 1px!important;
  border-bottom-width: 1px!important;
  border-left-width: 1px!important;
  border-width: 1px 0!important;
  -webkit-border-radius: 0.25em!important;
  -moz-border-radius: 0.25em!important;
  border-radius: 0.25em!important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05)!important;
}

.product__price, .price, .summary-wrapper, .category-product__price, .prolprice, .commerce-add-to-cart
{
	display:none!important;
}

.videoWrapper {
display: block!important;
    width: 100%!important;
    text-align: center!important;
}



@media only screen and (min-width : 1150px) {



.videoWrapper iframe {
    width: 286px!important;
    height: 510px!important;
    text-align: center!important;
}

}

@media only screen and (max-width: 768px) { 

.videoWrapper iframe {
    width: 275px!important;
    height: 490px!important;
    text-align: center!important;
}

}

.product__order .katalog_read_more:hover, .buyproductbutton:hover
{
	color:#fff!important;
}