/*menu*/
ul.menu_goriz {
		width:80%;
        margin: auto;
        padding: 0;
        list-style: none;
        background: #0e429c;
        height: 60px;
        font: bold 12px/30px Verdana, Arial;
		text-align: center;
		}

ul.menu_goriz li {
        margin: 0;
        border: 0 none;
        padding: 0;
        float: left;
        display: inline;
        list-style: none;
        position: relative;
        height: 60px;
		width:25%;
		
}

ul.menu_goriz ul {
        margin: 0;
        border: 0 none;
        padding: 0;
        width: 160px;
        list-style: none;
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
}

ul.menu_goriz ul li {
        width: 180px;
        float: left;
        display: block !important;
        display: inline;
        margin: 0;		
}

/* Main Menu */
ul.menu_goriz a {
        border: 0px;
        padding: 0px;
        float: none !important;
        float: left;
        display: block;
       background: #0e429c;
        color: 	#fff;
        font: bold 13px/30px Verdana, Arial;
        text-decoration: none;
        height: auto !important;
        height: 1%;
		line-height: 60px;
}

.menu_goriz  li a:hover {color:#fff;background:#228B22;}

/* Second Menu Hover */
ul#menu_goriz li:hover li a:hover,
ul#menu_goriz li:hover li:hover a,
ul#menu_goriz li.iehover li a:hover,
ul#menu_goriz li.iehover li.iehover a {
        border-top: 2px solid #FFFFFF;
        color:#fff;
}


ul.menu_goriz ul ul {
        display: none;
        position: absolute;
        top: 0;
        left: 160px;
}

ul.menu_goriz li:hover ul ul,
ul#menu_goriz li.iehover ul ul {
        display: none;
}

ul.menu_goriz li:hover ul,
ul.menu_goriz ul li:hover ul,
ul.menu_goriz li.iehover ul,
ul.menu_goriz ul li.iehover ul {
        display: block;
		        margin: 0;
} 
/*menu*/

div#logo {
    margin-top: 20px;
}
#info-user1 {
    float: right;
	line-height: 3.5em;

}


.banner {
    background-color: rgba(255,255,255,0);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
	position: relative;
}
.banner-color-left {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.7;
    z-index: 10;
    width: 50%;
    height: 100%;
	float: left;
}
.banner-color-right {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.7;
    z-index: 10;
    width: 50%;
    height: 100%;
}
.banner-info1 {
    margin: -440px 0px 0px 0px;
    float: right;
    position: relative;
    width: 45%;
    font-weight: 900;
    font-size: 18px;
    line-height: 25.2px;
    right: -5%;
}
li.banner-info2 {
    list-style-image: url(/assets/templates/bmk/image/galochka2.png);
    margin-bottom: 7px;
}
.header-vk {
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: 5px;
}
.header-banner {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 14%;
    margin-top: 10%;
}
a#call-me {
    border: 1px solid #0e429c;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #2196f3;
    font-weight: 900;
    border-right: 5px solid #0e429c;
    box-shadow: 11px 0px 29px rgb(255, 255, 255), 0px 9px 25px rgba(0,0,0,.7);
	padding: 10px 10px;
	text-decoration: none;
}

a#call-me:hover {
    border: 1px solid #862634;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    font-weight: 900;
    border-right: 5px solid #f69a9f;
	background: #2196f3;
	padding: 10px 10px;
	    text-decoration: none;

}
a#call-me-1 {
background: #2196f3;
    color: #fff;
    font-weight: 900;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: -3px;
    padding: 8px 8px;
    text-decoration: none;
    border: solid 2px #25753b;
    border-left: solid 6px #25753b;

}

a#call-me-1:hover {
    background: #fff;
    color: #2196f3;
    font-weight: 900;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: -3px;
    padding: 8px 8px;
	text-decoration: none;
	    box-shadow: 11px 0px 29px rgb(255, 255, 255), 0px 9px 25px rgba(0,0,0,.7);
		border: 1px solid #0e429c;
}

.main {
    width: 88%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.ch-grid {
    margin: 20px 0 10px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
}
.ch-grid li {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 10px;
}
.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
}
.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ch-info .ch-info-front {
        box-shadow: inset 1px 1px 5px 3px rgb(14, 66, 156);
}
.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5%;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.2s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
.ch-img-1 {
    background-image: url(/assets/templates/new_seo/img/img-seo/img-seo.png);
}
.ch-img-2 {
    background-image: url(/assets/templates/new_seo/img/img-seo/img-knt.png);
}
.ch-img-3 {
    background-image: url(/assets/templates/new_seo/img/img-seo/img-smm.png);
}
.ch-info .ch-info-back {
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #fff;
    opacity: 0;
	box-shadow: inset 0 0 0 4px rgba(45, 141, 204, 0.33)
}
.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5%;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.2s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
.ch-item:hover .ch-info-front {
    -webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    opacity: 0;
}

.ch-item:hover .ch-info-back {
    -webkit-transform: rotate3d(1,0,0,0deg);
    -moz-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}
/*slider*/
.slider-text {
    padding-top: 1%;
}

.slider-item img {
    width: 100%;
}
.owl-pagination {
    display: none;
}
.slider {
    padding-top: 1%;
}


/*slider*/
/*o nas*/

.about {
    position: relative;
    background: url(/assets/templates/bmk/image/balkon10.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 71px;
    clear: both;
}
.about .static {
    font-size: 34px;
    margin: 57px 0px;
    line-height: 1.5;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 900;
    text-align: center;
}
h2#a-about {
    font-size: 40px;
    font-family: GothaProBol;
    text-align: center;
    text-transform: uppercase;
    padding-top: 83px;
    margin: 0px;
    padding-bottom: 50px;
    letter-spacing: -0.5px;
    color: #fff;
}
.about .text {
    color: #fff;
    font-size: 17.05px;
    width: 80%;
    margin: auto;
    text-align: center;
}
.blackwindow {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.7;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.new-1 {
    position: relative;
    z-index: 10;
}
.slider-text {
    font-family: arial, sans-serif;
    text-align: justify;
    font-size: 15px;
}
/*o nas*/
/*etapy*/
.etapy img {
    width: 100%;
}
.etapy {
    text-align: center;
}
.etapy p {
    padding-top: 15px;
    font-weight: 900;
    color: #0e429c;
}
.etapy {
    display: inline-block;
}
/*etapy*/
.blog_1 img {
    width: 100%;
}


.slicknav_menu{
    background:#FF4E00 !important;
    display:none !important;
    //border-bottom:;
    position:relative;
}
footer {
    min-height: 120px;
    background: #0e429c;
}
.page-news-gl {
    text-align: center;
    font-weight: 900;
    font-size: 22px;
}
.footer-1 {
    margin: 1%;
    float: right;
}
.mosaicflow__item { 
padding:3px; 
} 
.mosaicflow__column { 
float:left; 
} 
.mosaicflow__item img { 
display:block; 
width:100%; 
height:auto; 
padding: 4px; 
background-color: #fff; 
border: 1px solid #ddd; 
border-radius: 4px; 
} 
.mosaicflow__item img:hover { 
opacity: 0.6; 
filter: alpha(opacity=60); 
}
.footer-1 {
    float: right;
}

.slider_banner_1 {
    width: 100%;
    font-weight: 400;
    font-size: 34px;
    opacity: 1;
    margin: auto;
    z-index: 10;
    color: #fff;
    padding: 20% 1% 2% 5%;
}
.btn-2 {
    text-transform: uppercase;
    font-size: 14.92px;
    color: #030303 !important;
    background: #fff !important;
    border-radius: 89px;
    padding: 24px 58px;
    border: 0px;
    font-family: GothaProMed;
    margin-top: 72px;
    margin-left: 50px;
}
form {
    background-color: #0e429c;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    padding: 20px;
	text-align: center;
}
form input {
    width: 100%;
    margin-bottom: 10px;
	text-align: center;
    font-weight: 600;
}
.form label {
    text-align: center;
    color: white;
    font-size: 18px;
}
form .submit_button {
    width: 50%;
    margin: 10px 0px 0px 0px;
}
.maps-item {
    height: 100%;
    width: 100%;
   
}
.ya-phone-1 p {
    margin-top: 10px;
}
.vidy-rabot {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.vidy-rabot img {
    width: 100%;
    border-radius: 50%;
    padding: 10% 10% 10% 10%;;
}
@media (max-width:760px) {
.slicknav_menu{
    background:#FF4E00 !important;
    display:block !important;
    //border-bottom:;
    position:relative;
}

}
.wrapper {
    width: 100%;
    height: 750px;
    background: url(/assets/templates/bmk/image/pic3.jpg) no-repeat left top;
    position: relative;

}

.text1 {position: absolute; left:5px; top:80px; width: 240px; }
 .text2 {position: absolute; left:5px; top:345px; width: 240px; }
.text5 {position: absolute; left: 923px; top: 115px; width: 230px; }
.text6 {position: absolute; left: 923px;top: 335px; width: 230px; }
.text8 {position: absolute; left:207px; top:610px; width: 330px; }
.text9 {position: absolute; left: 680px;top: 610px; width: 330px; }

a.social-icon.whatsapp.rds_hl_nofollow {
    background-image: url(/assets/templates/bmk/image/wa.png);
    width: 50px;
    height: 50px;
    display: block;
    background-size: 100%;
	position: absolute;
}
.col-md-12 h1 {
    text-align: center;
}
