﻿@font-face {
    font-family: Geometria; /* Гарнитура шрифта */
    src: url(fonts/Geometria.otf); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: Arial; /* Гарнитура шрифта */
    src: url(fonts/arial.ttf); /* Путь к файлу со шрифтом */
   }
   
   
body {
    font-family: Arial;
	overflow-x: hidden;
}
form {
    margin: 0;
}
a {
    color: #0078BF;
}
.table td {
    vertical-align: middle !important;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #124B85;
    text-align: center;
}


/* AdminMenu */
.admin-body .container {
    max-width: 100%;
}
.dashboard {
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    bottom: 0;
    display: block;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.col-sm-9.col-sm-offset-3.col-md-10.col-md-offset-2 {
    width: 83.3334%;
    padding: 0;
}
.dashboard a {
    color: #555;
}
.dashboard .nav > li:hover {
    background-color: #ececec;
}
@media (max-width: 767px) {
    .dashboard {
        position: relative;
    }
    .admin-body {
        width: 100% !important;
    }
}

.dashboard .content-font-1{
    display: none;
}

.dashboard img {
    margin-bottom: 30px;
}


/* Header */
header {
    margin-top: 30px;
    margin-bottom: 70px;
}
.header-logo {

}
.header-info {
    padding-top: 23px;
}

.header-font-1 {
    /*color: #898989;*/
	color: black;
	font-weight: bold;
    font-size: 18px;
    line-height: 1.1;
}
.header-font-2 {
    color: #C92123;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.header-font-2:link {
	text-decoration: none;
	color: #C92123;
}
.header-font-2:visited {
	text-decoration: none;
	color: #C92123;
}
.header-font-2:hover {
	text-decoration: none;
	color: black;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);


}
.header-font-2:active {
	text-decoration: none;
	color: black;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.header-font-3 {
    color: #C92123;
    font-weight: bold;
    font-size: 24px;
    line-height: 0.7;
}
.header-font-3:link {
	text-decoration: none;
	color: #C92123;
}
.header-font-3:visited {
	text-decoration: none;
	color: #C92123;
}
.header-font-3:hover {
	text-decoration: none;
	color: black;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);


}
.header-font-3:active {
	text-decoration: none;
	color: black;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.header-socnet{
	background-color: #404443;
	
}
.link-socnet a{
	float: right;
	display: inline-block;
	margin: 10px 20px;
	
}
.link-socnet a:hover{
	opacity: 0.7;
	cursor: pointer;
	
}

.line-1{
	height: 2px;
    background: #B2B3B3;
}

@media(max-width: 767px) {
    
}


/* Navbar */
.navbar-default {
    /*background-color: white;*/
	background-color: rgba(0, 120, 201, 0);
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
}
.navbar-default .navbar-nav > li > a {
    color: black;
    font-size: 16px;
    text-transform: uppercase;
	font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #C92123;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.navbar-default .dropdown-menu {
    background-color: #6B6C6C;
    border: 0;
}
.navbar-default .dropdown-menu > li > a {
    color: #fff;
	text-transform: uppercase;
}
.navbar-default .dropdown-menu > li > a:hover, 
.navbar-default .dropdown-menu > li > a:focus {
    /*background-color: rgba(255, 255, 255, .3);*/
	background-color: rgb(201, 33, 35, .7);
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff; 
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
}
.menu-zayavka{
	float: right;
	margin-top: -38px;
	margin-right: 70px;
}

.menu-zayavka a{
	color: white;
	padding: 10px 15px;
	font-size: 16px;
	background-color: #C92123;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 10px;
}
.menu-zayavka a:hover{
	color: white;
	background-color: #6B6C6C;
	text-transform: uppercase;
	text-decoration: none;
}


/* block-1 */
.under-block-1{
	height:20px;
	background: #C92123;
}
.block-1 {
    /*background: url(images/jumbotron.jpg) no-repeat center 0 / cover;*/
    height: auto;
    margin-bottom: 100px;
}
.block-1-video{
	width: 1920px;
	height: 766px;
	margin: auto;
}
.block-1-video video{
	width: 100%;
}
.block-1 .container{
	position: relative;
    z-index: 10;
    margin-top: -764px;
}

.content-font-3{
	text-align: center;
    margin-top: 135px;
}

.content-font-3 a{
	color: white;
    padding: 10px 15px;
    font-size: 24px;
    background-color: #C92123;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
}
.content-font-3 a:hover{
	color: white;
	background-color: black;
	text-transform: uppercase;
	text-decoration: none;
}
.block-1 img{
	margin-top: 160px;
}
@media(max-width: 767px) {

}


/* Content */
.content{
    min-height: 300px;
}

.content-font-1 {
    text-align: center;
    font-size: 24px;
    color: #124B85;
}
.content-font-2{
    text-align: center;
}
.content-font-2 a {
    padding: 10px 40px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
}




/* Front page Blocks */
.fp-nav-blocks .row {
    margin: 0;
}
.fp-nav-blocks .row > div {
    padding: 0;
}
.fp-nav-blocks a {
    text-decoration: none;
}
.fp-nav-block-item {
    height: 275px;
    background-size: cover;
    background-repeat: no-repeat;
}
.fp-nav-block-item.block-item-big {
    height: 824px;
}
.fp-nav-block-item1 {
    background-image: url(images/main-block/1.jpg);
	border: 5px solid white;
}
.fp-nav-block-item2 {
    background-image: url(images/main-block/2.jpg);
	border: 5px solid white;
}
.fp-nav-block-item3 {
    background-image: url(images/main-block/3.jpg);
	border: 5px solid white;
}
.fp-nav-block-item4 {
    background-image: url(images/main-block/4.jpg);
	border: 5px solid white;
}
.fp-nav-block-item5 {
    background-image: url(images/main-block/5.jpg);
	border: 5px solid white;
}
.fp-nav-block-item6 {
    background-image: url(images/main-block/6.jpg);
	border: 5px solid white;
}
.fp-nav-block-item7 {
    background-image: url(images/main-block/7.jpg);
	border: 5px solid white;
}
.fp-nav-block-item8 {
    background-image: url(images/main-block/8.jpg);
	border: 5px solid white;
}
.fp-nav-block-item9 {
    background-image: url(images/main-block/9.jpg);
	border: 5px solid white;
}
.fp-nav-block-item10 {
    background-image: url(images/main-block/10.jpg);
	border: 5px solid white;
}
.fp-nav-block-item11 {
    background-image: url(images/main-block/11.jpg);
	border: 5px solid white;
}
.fp-nav-block-item12 {
    background-image: url(images/main-block/12.jpg);
	border: 5px solid white;
}
.fp-nav-block-item-container {
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 30px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.fp-nav-block-item-container img{
	margin-bottom: 20px;
}
.fp-nav-block-item-container strong {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
	text-shadow: 5px 5px 5px rgb(0 0 0);
    display: block;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.2;
}
.fp-nav-block-item-container .btn {
    border-color: #fff;
    text-transform: uppercase;
    color: #fff;
}
.fp-nav-block-item:hover .fp-nav-block-item-container {
    opacity: 1;
}
.fp-nav-block-green {
    background-color: #b0cb1f;
    width: 150px;
    height: 150px;
}
@media(max-width: 1200px) {
    .fp-nav-block-item-container strong {
        font-size: 24px;
    }
}
@media(max-width: 991px) {
    .fp-nav-block-item.block-item-big {
        height: 300px;
        background-position: center;
        text-align: center;
    }
    .fp-nav-block-item-container {
        width: 100%;
        position: absolute;
    }
    .fp-nav-block-item-container .btn {
        margin: 0 auto;
    }
    .fp-nav-block-item-container strong {
        text-align: center;
    }
}


/*Front page block-about*/
.block-about {
    background: url(images/about-bg.png) no-repeat center 0 / cover;
    height: 1195px;
	margin-top: 50px;
}
.block-about .row:first-child{
    margin-top: 220px;
}
.under-block-2{
	height:20px;
	background: #C92123;
	margin-top: -1px;
}
.line-2{
	height: 4px;
    background: #C92123;
    width: 92px;
    margin-left: 0;
    border-top: none;
    margin-bottom: 40px;
    margin-top: 40px;
}
.content-font-4{
	color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
	margin-top: 30px;
}
.content-font-5{
	color: white;
    font-size: 20px;
    text-align: justify;
    text-indent: 40px;
}
.content-font-6{
    margin-top: 85px;
}

.content-font-6 a{
	color: white;
    padding: 20px 40px;
    font-size: 24px;
    background-color: #C92123;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
}
.content-font-6 a:hover{
	color: white;
	background-color: black;
	text-transform: uppercase;
	text-decoration: none;
}
.about-preim{
	margin-top: 100px;
}
.about-preim .col-sm-4:first-child{
	background-image: url(/images/about-line.png);
    background-repeat: no-repeat;
    background-position: top 0px left 355px;
}
.about-preim .col-sm-4:nth-child(3){
	background-image: url(/images/about-line.png);
    background-repeat: no-repeat;
    background-position: top -35px left 30px;
}
.content-font-7{
	color: #C92123;
    font-size: 70px;
	font-weight: bold;
    text-align: center;

}
.content-font-8{
	color: white;
    font-size: 34px;
	text-transform: uppercase;
    text-align: center;
}
/*Front page blok-about*/


/*Front page block-2*/
.block-2{
	background: url(images/main-products/bg.png) no-repeat center 0 / cover;
    height: 1311px;
}
.block-2 .col-sm-4{
	background: white;
    background-clip: padding-box;
    border: 15px solid rgba(255, 255, 255, 0);
    height: 400px;
}
.block-2 .col-sm-4:hover{
	box-shadow: 0 0 30px rgba(0, 0, 0, .5) inset;
	opacity: 0.8;
	transition: 0.2s;
}

.block-2 .col-sm-4 img{
	padding: 25px;
}
.content-font-8{
	color: white;
    font-size: 34px;
	text-transform: uppercase;
    text-align: center;
}
.content-font-9{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 120px;
}
.content-font-10{
    font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    text-align: center;
	margin-top: 30px;
	color: black;
}
.line-3{
	height: 4px;
    background: #C92123;
    width: 100px;
    border-top: none;
}
/*Front page block-2*/

/*Front page block-3*/
.block-3{
	margin-bottom: 100px;
}
.block-3 .col-sm-4{
	margin-top: 40px;
}
.content-font-11{
	font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
   	text-align: center;
    margin-top: 50px;
}
.content-font-12{
	font-size: 20px;
    text-transform: uppercase;
   	text-align: center;
}
.line-4{
	height: 4px;
    background: #C92123;
    width: 100px;
    border-top: none;
	margin-bottom: 50px;
}
.line-5{
	height: 2px;
    background: #C92123;
    width: 100px;
    border-top: none;
}
/*Front page block-3*/

/*Front page footer*/
/* footer */
footer {
    padding: 10px;
}
.footer-logo {

}
.footer-info {
    padding-top: 39px;
}

.footer-font-1 {
    color: #898989;
    font-size: 18px;
    line-height: 1.1;
}
.footer-font-2 {
    color: #C92123;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.footer-font-2:link {
	text-decoration: none;
	color: #C92123;
}
.footer-font-2:visited {
	text-decoration: none;
	color: #C92123;
}
.footer-font-2:hover {
	text-decoration: none;
	color: white;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);


}
.footer-font-2:active {
	text-decoration: none;
	color: black;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.footer-font-3 {
    color: #C92123;
    font-weight: bold;
    font-size: 24px;
    line-height: 0.7;
}
.footer-font-3:link {
	text-decoration: none;
	color: #C92123;
}
.footer-font-3:visited {
	text-decoration: none;
	color: #C92123;
}
.footer-font-3:hover {
	text-decoration: none;
	color: white;
}
.footer-font-3:active {
	text-decoration: none;
	color: black;
}




@media(max-width: 767px) {
    
}
/*Front page footer*/

.video-item h3{
	height: 70px;
}
section.content {
    min-height: 500px;
    padding: 0px 10px;
}
.gallery-cat-item a:link{
	text-decoration: none;
}
.gallery-cat-item a:visited{
	text-decoration: none;
}
.gallery-cat-item a:hover{
	text-decoration: none;
}
.gallery-cat-item a:active{
	text-decoration: none;
}
.gallery-cat-item a:hover{
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
	transition: 0.2s;
}

.video-item a:link{
	text-decoration: none;
}
.video-item a:visited{
	text-decoration: none;
}
.video-item a:hover{
	text-decoration: none;
}
.video-item a:active{
	text-decoration: none;
}
.video-item a:hover h3{
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
	transition: 0.2s;
}

.product-category-item {
    background-color: #6B6C6C;
    padding-left: 40px;
    margin-bottom: 10px;
    height: 85px;
    border-left: 10px solid #C92123;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-image: url(images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: top 30px left 15px;
}
.product-category-item:hover {
    background-color: #C92123;
    border-left: 10px solid #6B6C6C;
}
.product-category-item a:link {
    text-decoration: none;
}
.product-category-item a:visited{
	text-decoration: none;
}
.product-category-item a:hover{
	text-decoration: none;
}
.product-category-item a:active{
	text-decoration: none;
}
.product-category-item h3:hover{
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
	transition: 0.2s;*/
}
.product-category-item h3 {
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 20px;
}



.product-category-item-active {
    background-color: #C92123;
    padding-left: 40px;
    margin-bottom: 10px;
    height: 85px;
    border-left: 10px solid #6B6C6C;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-image: url(images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: top 35px left 10px;
}
.product-category-item-active:hover {
    background-color: #C92123;
    border-left: 10px solid #6B6C6C;
}
.product-category-item-active a:link {
    text-decoration: none;
}
.product-category-item-active a:visited{
	text-decoration: none;
}
.product-category-item-active a:hover{
	text-decoration: none;
}
.product-category-item-active a:active{
	text-decoration: none;
}
.product-category-item-active h3:hover{
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
	transition: 0.2s;
}
.product-category-item-active h3 {
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 20px;
}



.product-category-item-child {
    padding-left: 50px;
    background-image: url(images/arrow-right-red.png);
    background-repeat: no-repeat;
    background-position: top 0px left 30px;
}
.product-category-item-child a h3{
	margin-bottom: 15px;
    color: #6B6C6C;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.product-category-item-child a h3:link{
	margin-bottom: 15px;
    color: #6B6C6C;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.product-category-item-child a h3:visited{
	margin-bottom: 15px;
    color: #6B6C6C;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.product-category-item-child a h3:hover{
	margin-bottom: 15px;
    color: #C92123;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.product-category-item-child a h3:active{
	margin-bottom: 15px;
    color: #C92123;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.product-category-item-child a:link{
    text-decoration: none;
}
.product-category-item-child a:visited{
    text-decoration: none;
}
.product-category-item-child a:hover{
    text-decoration: none;
}
.product-category-item-child a:active{
    text-decoration: none;
}

.product-group-child {
    height: auto;
}


.btn-group-justified {
    width: 300px;
}
.product-category-container .btn-group-justified {
    width: 100%;
}
/*.product-on-gallery .btn-group-justified{
    margin-top: 25px;
}*/

.product-on-gallery {
    border: 3px solid #6B6C6C;
    border-radius: 10px;
    margin: 20px 5px 30px 5px;
    padding: 30px;
    height: 300px;
}
.product-on-gallery:hover{
    border: 3px solid #C92123;
}

.product-on-gallery-font-1 {
    height: 60px;
    background-color: #C92123;
    text-align: center;
    border-radius: 25px;
    padding: 15px;
    margin: 35px -20px;
    display: flex;
    align-items: center;
}
.product-on-gallery-font-1 a{
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}
.product-on-gallery:hover .product-on-gallery-font-1 {
    background-color: #6B6C6C;
}
.product-on-gallery:hover .product-on-gallery-font-1 a {
    text-decoration: none;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}


/*product-model*/
.product-mod-comment {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}
.product-mod-comment table {
    font-weight: bold;
    font-size: 16px;
}
.product-detail-pdf {
    background-image: url(images/pdf.png);
    background-repeat: no-repeat;
    background-position: top 0px left 0px;
    height: 50px;
    padding: 10px 0px 0px 50px;
}
.product-opros-doc {
    background-image: url(images/doc.png);
    background-repeat: no-repeat;
    background-position: top 0px left 0px;
    height: 50px;
    padding: 10px 0px 0px 50px;
}
.product-detail-pdf a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #2B2A29;
    font-size: 16px;
}
.product-opros-doc a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #2B2A29;
    font-size: 16px;
}
.product-detail-pdf a:hover {
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.product-opros-doc a:hover {
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.product-detail-font-1 {
    color: #9B9999;
    font-size: 12px;
    font-size: 20px;
    margin: 20px 0px;
    line-height: 1.2;
}

.btn-order {
    background-color: #C92123;
    color: #fff;
    border-radius: 40px;
    text-transform: uppercase;
    padding: 15px 80px;
    font-size: 22px;
    margin: 30px 0px;
}
.btn-order:hover{
    background-color: #6B6C6C;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    color: #fff;
}
.img-thumbnail {
    border: none;
}

.product-detail-font-2{
    color: black;
    font-size: 18px;
}
.product-detail-font-3 a {
    color: #C92123;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}
.product-detail-font-3 a:hover{
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.procuct-mod-first-img {
    margin-bottom: 15px;
    padding: 30px;
}
.product-category-container .col-sm-9 .product-on-gallery .btn-group-justified{
    margin-top: -129px;
}
/*product-model*/



/*photogallery*/
.gallery-cat-item {
    text-align: center;
}
.gallery-cat-item .btn-group-justified{
    width: 100%;
}
/*photogallery*/



.btn-primary {
    color: #fff;
    background-color: #C92123;
    border-color: #C92123;
}
.btn-primary:hover {
    color: #fff;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    background-color: #6B6C6C;
    border-color: #6B6C6C;
}


/* Certificates */
.medal-item {
    margin-bottom: 30px;
}

.medal-item a {
    color: #333;
    text-decoration: none;
 }

.medal-item span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #C92123;
}

.medal-item:hover span {
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
/* Certificates */


/*product-specifications*/
.product-specifications {
    margin-top: 30px;
    margin-bottom: 120px;
}


.tabs {
    margin-top: 30px;
    /*margin-left: auto;
    margin-right: auto;
    text-align: center;*/
}

    .tabs > input[type="radio"] {
        display: none;
    }

        .tabs > input[type="radio"]:checked + label {
            background-color: #C92123;
            color: white;
        }

    /*.tabs>div {
  display: none;
  border: 1px solid #eee;
  padding: 50px;
  border-radius: 10px;
  border: 2px solid #EF7F1A;
  margin-top: 50px;
}*/
    .tabs #content-1 {
        display: none;
        /*padding: 50px;
        border-radius: 10px;
        background: white;
        border: 1px solid #C92123;*/
        margin-top: 50px;
        position: relative;
    }

       /* .tabs #content-1:after, .tabs #content-1:before {
            bottom: 100%;
            left: 139px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .tabs #content-1:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 30px;
            margin-left: -30px;
        }

        .tabs #content-1:before {
            border-color: rgba(239, 127, 26, 0);
            border-bottom-color: #C92123;
            border-width: 32px;
            margin-left: -32px;
        }*/


    .tabs #content-2 {
        display: none;
       /* padding: 50px;
        border-radius: 10px;
        background: white;
        border: 1px solid #C92123;*/
        margin-top: 50px;
        position: relative;
    }

       /* .tabs #content-2:after, .tabs #content-2:before {
            bottom: 100%;
            left: 350px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .tabs #content-2:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 30px;
            margin-left: -30px;
        }

        .tabs #content-2:before {
            border-color: rgba(239, 127, 26, 0);
            border-bottom-color: #C92123;
            border-width: 32px;
            margin-left: -32px;
        }*/




    .tabs #content-3 {
        display: none;
       /* padding: 50px;
        border-radius: 10px;
        background: white;
        border: 1px solid #C92123;*/
        margin-top: 50px;
        position: relative;
    }

        /*.tabs #content-3:after, .tabs #content-3:before {
            bottom: 100%;
            left: 580px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .tabs #content-3:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 30px;
            margin-left: -30px;
        }

        .tabs #content-3:before {
            border-color: rgba(239, 127, 26, 0);
            border-bottom-color: #C92123;
            border-width: 32px;
            margin-left: -32px;
        }*/




    .tabs #content-4 {
        display: none;
       /* padding: 50px;
        border-radius: 10px;
        background: white;
        border: 1px solid #C92123;*/
        margin-top: 50px;
        position: relative;
    }

        /*.tabs #content-4:after, .tabs #content-4:before {
            bottom: 100%;
            left: 800px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .tabs #content-4:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 30px;
            margin-left: -30px;
        }

        .tabs #content-4:before {
            border-color: rgba(239, 127, 26, 0);
            border-bottom-color: #C92123;
            border-width: 32px;
            margin-left: -32px;
        }*/
    .tabs #content-5 {
        display: none;
        /* padding: 50px;
        border-radius: 10px;
        background: white;
        border: 1px solid #C92123;*/
        margin-top: 50px;
        position: relative;
    }

/*.tabs #content-5:after, .tabs #content-4:before {
            bottom: 100%;
            left: 800px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .tabs #content-5:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 30px;
            margin-left: -30px;
        }

        .tabs #content-5:before {
            border-color: rgba(239, 127, 26, 0);
            border-bottom-color: #C92123;
            border-width: 32px;
            margin-left: -32px;
        }*/

@media(max-width: 767px) {
    .tabs #content-1:after, .tabs #content-1:before, .tabs #content-2:after, .tabs #content-2:before, .tabs #content-3:after, .tabs #content-3:before, .tabs #content-4:after, .tabs #content-4:before, .tabs #content-5:after, .tabs #content-5:before {
        left: inherit;
    }
}

@media(max-width: 767px) {
    .tabs #content-1, .tabs #content-2, .tabs #content-3, .tabs #content-4, .tabs #content-5 {
        padding: 10px;
    }
}





/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3,
#tab-btn-4:checked ~ #content-4,
#tab-btn-5:checked ~ #content-5 {
    display: block;
}

.tabs > label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: white;
    border: 1px solid #C92123;
    padding: 5px 40px;
    font-family: MontserratSB;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    margin-left: 6px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 18%;
    height: 60px;
}

@media(max-width: 767px) {
    .tabs > label {
        font-size: 12px;
    }
}

/*tabs>label:first-of-type {
  margin-left: 0;
}
@media(max-width: 767px){
.tabs>label:first-of-type {
  margin-left: 1;
}
}*/

.tab_content p{
    text-align: left;
}



#content-3 img, #content-4 img {
    margin-right: 20px;
}

#content-2 .row {
    margin-top: 50px;
}

.product-models {
    padding-right: 100px;
}
/*product-specifications*/

/*description*/
.news-block {
    margin-bottom: 30px;
    height: 210px;
    border-bottom: 1px solid #B2B3B3;
}
.news-block img{
    height: 200px;
}

.news-block p:first-child {
    font-size: 22px;
    font-weight: bold;
    color: #C92123;
}


/*description*/

/*otzivy*/
.otziv-video{
    text-align: center;
}
.otziv-video p {
    font-size: 22px;
    font-weight: bold;
    color: #C92123;
}

.wrap-otziv {
    margin-top: 20px;
    text-align: center;
}
.wrap-otziv p{
    font-size: 18px;
    font-weight: bold;
    color: #C92123;
}
.wrap-otziv img{
    height:350px;
}
/*otzivy*/

/*editing-item*/
.editing-item {
    color: #C92123;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 34px;
}
.editing-param a:hover {
    cursor: pointer;
    color: #C92123;
    font-weight: bold;
}
/*editing-item*/













/* Front page Bottom banners */
.fp-actions {
    margin-top: 60px;
    margin-bottom: 60px;
}
@media(max-width: 991px) {
    .fp-actions img {
        margin-bottom: 30px;
    }
}


/* Front page Map */
.fp-map {
    filter: grayscale(1);
}
.fp-map > ymaps {
    position: relative;
    z-index: 1;
}
.fp-map > .container {
    position: absolute;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    top: 0;
}
.fp-map-container {
    background-color: #003f77;
    color: #fff;
    padding: 30px;
    float: right;
    position: relative;
    font-size: 18px;
    width: 33.3334%;
    margin-top: 150px;
    z-index: 2;
}
.fp-map-container::before {
    content: '';
    position: absolute;
    left: -29px;
    top: 36px;
    border: 15px solid transparent;
    border-right: 14px solid #003f77;
}
.fp-map-container h3 {
    margin: 0;
    text-align: center;
    font-size: 35px;
}
.fp-map-container strong {
    display: block;
    font-weight: normal;
    font-size: 42px;
}
.fp-map-container em {
    display: block;
    text-align: right;
    color: #b0cb1f;
}
@media(max-width: 1200px) {
    .fp-map-container {
        width: 40%;
    }
}
@media(max-width: 991px) {
    .fp-map-container {
        width: 52%;
    }
}


/*#form1{
	background-image: url(images/bg-content.jpg);
    background-attachment: fixed;
}*/














/* Products */
.product-container {
    margin-top: 50px;
}
.product-item {
    padding: 15px;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, .4); */
    margin-bottom: 30px;
    border: solid 1px #ddd;
}
.product-item a {
    text-decoration: none;
    color: #333;
}
.product-item-img {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item-img img {
    max-height: 100%;
}
.product-item h3 {
    font-size: 20px;
    margin-top: 0;
}
.product-item strong {
    font-size: 18px;
}


/* Product Models */
.tab-content {
    padding: 30px 0;
}
.product-model-item {
    padding: 15px;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, .4);*/
    margin-bottom: 30px;
    border: solid 1px #ddd;
}
.product-model-item a {
    text-decoration: none;
    color: #333;
}
.product-model-item h3 {
    font-size: 16px;
}
.product-model-item strong {
    font-size: 18px;
}


/* Product Model Detail */
.procuct-mod-price {
    font-size: 30px;
}
.procuct-mod-price strong span {
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
    color: #9a9a9a;
}
.procuct-mod-buttons {
    margin: 15px 0;
}

.btn-consult {
    background-color: #0078BF;
    color: #fff;
    border-radius: 0;
}
.btn-order:focus {
    color: #fff;
}
.btn-consult:hover, .btn-consult:focus {
    color: #fff;
}


/* Service Personal */
.service-personal-list {
    text-align: center;
}
.service-personal-list img {
    margin-bottom: 20px;
}
.service-personal-list strong {
    display: block;
    font-size: 18px;
}
.service-personal-list em {
    margin-bottom: 30px;
    display: block;
}





/* Contacts */
.tab-contacts {
    padding-top: 20px;
}
.tab-contacts h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.contacts {
    font-size: 17px;
}
.contacts i {
    margin-right: 10px;
}
.contacts a {
    color: #888;
    text-decoration: underline;
}


/* Surves */
.surv-answer-group {
    margin-bottom: 30px;
}
.surv-answer-group input {
    margin-bottom: 15px;
}

.survey-item {
    margin-bottom: 30px;
}
.survey-item .lead {
    margin-bottom: 10px;
}
.survey-item label {
    font-weight: normal;
    margin-left: 10px;
}


/* About */
.about-service img {
    margin-bottom: 10px;
}
.about-portfolio {
    margin-bottom: 30px;
}


/* Modal form */
.modal-form {
    max-width: 600px;
}
.modal-form h2 {
    margin-top: 0;
}
.procuct-mod-price small {
    display: block;
    font-size: 14px;
}



.fp-block-news {
    height: 275px;
    padding: 30px !important;
    background-color: #003f77;
    color: #fff;
}
.fp-block-news h3 {
    margin: 0;
}
.fp-block-news em {
    margin: 10px 0;
    display: block;
}
.fp-block-news a {
    float: right;
    color: #fff;
    text-decoration: underline;
}


.fp-block-actions {
    height: 275px;
}
.fp-action {
    height: 100%;
    display: inline-block;
    background-size: cover;
    padding: 30px;
    color: #fff;
    width: 100%;
    text-shadow: 0 0 2px #000;
}
.fp-action h3 {
    margin-top: 0;
}
.fp-action p {
    font-size: 20px;
}
.fp-action a {
    float: right;
    text-decoration: underline;
    color: #fff;
    text-shadow: 0 0 2px #000;
}

.action-item {
    margin-bottom: 30px;
}
.action-item .media-object {
    max-width: 300px;
}
.action-item .media-left {
    padding-right: 30px;
}


.news-list-item {
    margin-bottom: 30px;
}
.news-list-item h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.news-list-item em {
    margin: 10px 0;
    display: block;
}
.news-item em {
    display: block;
    margin-bottom: 30px;
}


.proectirovanie-list ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: num;
}
.proectirovanie-list ol > li {
    display: inline-block;
    margin-bottom: 15px;
}
.proectirovanie-list ol > li::before {
    content: counter(num);
    counter-increment: num;
    float: left;
    width: 30px;
    font-size: 40px;
    font-weight: bold;
    color: #ccc;
    margin-right: 20px;
    line-height: 1;
}
.proectirovanie-list ol ul {
    padding-left: 67px;
}
.proectirovanie-specialist {
    background-color: #eee;
    padding: 40px;
    margin-bottom: 40px;
}
.proectirovanie-spec-photo img {
    margin-bottom: 15px;
}
.proectirovanie-spec-desc strong {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}
.proectirovanie-spec-desc ul {
    font-size: 16px;
}


.montazh-vvod-item {
    margin-bottom: 30px;
}
.montazh-vvod-item h3 {
    margin-top: 0;
    margin-bottom: 5px;
}
.montazh-vvod-item span {
    display: block;
    margin-bottom: 5px;
    font-style: italic;
    color: #aaa;
}

table.montazh-table {
    width: 100%;
}
table.montazh-table td {
    width: 33.3334%;
    padding: 10px;
    text-align: center;
}


.repair-items {
    margin-top: 30px;
}
.repair-items strong {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
}



.fp-proect {
    background: url(images/proektirovanie/bg.jpg) no-repeat center center;
    padding-top: 30px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
}
.fp-proect h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 15px;
}
.fp-proect p {
    font-size: 26px;
    margin-bottom: 30px;
}
.fp-proect-img {
    position: relative;
    margin-bottom: 15px;
}
.fp-proect-img img {
    width: 70px;
    height: 70px;
}
.fp-proect-img svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.fp-proect-img svg .st0 {
    fill: none;
    stroke: rgb(255, 255, 255);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.fp-proect span {
    font-size: 18px;
    margin-bottom: 30px;
    display: block;
}


.torc-sidebar {
    width: 33%;
    margin-right: 50px;
}
.torc-form {
    background-color: #eee;
    padding: 30px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
}
.torc-form h3 {
    text-align: center;
    margin-top: 0;
}

/*add-color*/
.table-addcolor {
    width: 500px;
}

.color-font-1 {
    font-weight: bold;
}

.color-font-2 {
    margin-top: 10px;
}

.color-font-2 a{
    padding: 10px 40px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
}

.color-font-2 a:hover{
    text-decoration: none;
    background-color:  #ccc;
    border: 1px solid black;
    color: black;
    padding: 9px 39px;
    cursor: pointer;
}

.color-font-3 {
    margin-top: 30px;
    text-align: center;
}

.color-font-3 span{
    padding: 15px 100px;
}

.sector-color p{
    display: inline-block;
}
/*add-color*/

/*colorlist*/
.all-colors{
    width: 1100px;
    /*margin: auto;*/
}

.all-colors td{
    /*width: 24%;*/
}

.all-colors {
    text-align: center;
}

.all-colors span{
    padding: 5px 80px;
}

.all-colors tr:first-child{
    font-weight: bold;
    font-size: 20px;
}

.all-colors a{
    padding: 2px 20px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
}
.all-colors a:hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 1px 19px;
}
/*colorlist*/

/*materials-list*/
.materials-okraski{
    font-size: 14px;
}

.materials-okraski td{
    padding: 5px !important;
}

.materials-okraski tr:first-child {
    color: black;
    background-color: lightgrey;
}

.materials-okraski a {
    padding: 1px 5px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
    display: block;
    margin-bottom: 3px;
}
.materials-okraski a:hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 0px 4px;
}
.table-materials-okraski-price{

}
.table-materials-okraski-price td{
    border: 1px solid white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px !important;
}
.table-materials-okraski-price td span{
    padding: 3px 5px;
}
.table-materials-okraski-price tr:first-child{
    background-color: white;
}


.add-material {
    width: 600px;
    /*margin: auto;*/
}
.add-material td{
    padding: 4px 10px !important;
}
.add-material .color-font-2{
    margin-top: 10px;
}
.add-material input, select{
    width: 100%;
}
/*materials-list*/

/*shema-list*/
.shema-okraski a {
    padding: 0px 10px;
    color: white;
    text-decoration: none;
    background-color: #124B85;
    border-radius: 10px;
}
.btn-listshema a {
    padding: 2px 8px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
}
.btn-listshema a:hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 1px 7px;
}

.add-shema{
    width: 700px;
    /*margin: auto;*/
}
.add-shema textarea{
    resize: none;
}
.add-shema input, select, textarea{
    width: 100%;
}
.addshema-font-1 {
    color: red;
}
.btn-addshema {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.btn-addshema a{
    padding: 1px 10px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
}

.btn-addshema a:hover{
    text-decoration: none;
    background-color:  #ccc;
    border: 1px solid black;
    color: black;
    padding: 0px 9px;
    cursor: pointer;
}
/*shema-list*/
/*project*/
.add-project {
    width: 600px;
    margin: auto;
}
.add-project p{
    margin-top: 30px;
    font-size: 18px;
}
.add-project input{
    width: 200px;
    margin-left: 20px;
}

.all-projects a {
    padding: 2px 15px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
}
.all-projects a:hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 1px 14px;
}

/*project*/

/*add-organization*/
.table-addorg{
    width: 900px;
}
.table-addorg input, textarea{
    /*width: 700px;*/
}
.table-addorg textarea{
    resize: none;
}
/*add-organization*/

/*orgdetail*/
.table-orgdetail{
    width: 1000px;
}
.table-ordetail .orgdetail-font-1 {
    width: 250px;
}
.table-orgdetail > thead > tr > th, .table-orgdetail > tbody > tr > th, .table-orgdetail > tfoot > tr > th, .table-orgdetail > thead > tr > td, .table-orgdetail > tbody > tr > td, .table-orgdetail > tfoot > tr > td {
    padding: 1px;
}
.orgdetail-font-1{
    font-weight: bold;
}
.orglist-sudna tr{
    display: inline-block;
}
.orglist-font-1 {
    margin: 0px 10px;
    font-size: 20px;
    font-weight: bold;
}
.table-orgdetail-sudna{
    /*width: 1000px;*/
}
.table-header-sudno{
    font-weight: bold;
}
.btn-orgdetail {
    margin-bottom: 3px;
}

.btn-orgdetail a{
    padding: 1px 10px;
    color: white;
    text-decoration: none;
    background-color: #124B85;
    border-radius: 10px;
}

.btn-orgdetail a:hover{
    text-decoration: none;
    background-color:  #ccc;
    border: 1px solid black;
    color: black;
    padding: 0px 8px;
    cursor: pointer;
}
/*ordetail*/

/*orglist*/
.table-orglist {
    width: 1300px;
    border: 3px solid black;
}
.table-orglist .orgdetail-font-1{
    width: 250px;
}

.table-orglist > thead > tr > th, .table-orglist > tbody > tr > th, .table-orglist > tfoot > tr > th, .table-orglist > thead > tr > td, .table-orglist > tbody > tr > td, .table-orglist > tfoot > tr > td {
    padding: 1px;
}
.btn-orglist {
    margin-top: 10px;
}

.btn-orglist a{
    padding: 3px 15px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
}

.btn-orglist a:hover{
    text-decoration: none;
    background-color:  #ccc;
    border: 1px solid black;
    color: black;
    padding: 2px 14px;
    cursor: pointer;
}
.inline-btns .btn-orglist {
    margin: 7px 5px;
    text-align: center;
}
.line-1{
    color: gray;
    height: 5px;
}
/*orglist*/

/*addboat*/
.table-addboat{
    width: 700px;
}
.table-addboat input{
    width: 500px;
}
.table-addboat select{
    width: 500px;
}
/*addboat*/

/*addrazb*/
.table-addrazb {
    width: 600px;
}

.table-addrazb input{
    width: 100%;
}
/*addrazb*/

/*razblist*/
.table-razblist{
    width: 850px;
}

.table-razblist tr:first-child{
    font-weight: bold;
}

.btn-razblist {
    margin-bottom: 3px;
    display: inline-block;
}

.btn-razblist a{
    padding: 1px 10px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
}

.btn-razblist a:hover{
    text-decoration: none;
    background-color:  #ccc;
    border: 1px solid black;
    color: black;
    padding: 0px 9px;
    cursor: pointer;
}
/*razblist*/

/*adduser*/
.table-adduser{
    width: 600px;
}
.table-adduser input, select{
    width: 100%;
}
/*adduser*/

/*userlist*/
.table-userlist{
    width: 1300px;
}

.btn-userlist {
    margin-bottom: 3px;
    display: inline-block;
}

.btn-userlist a{
    padding: 1px 10px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
}

.btn-userlist a:hover{
    text-decoration: none;
    background-color:  #ccc;
    border: 1px solid black;
    color: black;
    padding: 0px 9px;
    cursor: pointer;
}

.table-userlist tr:first-child{
    font-weight: bold;
}
/*userlist*/

/*addproject*/
.table-addproject{
    width: 800px;
}

.table-addproject input, select{
    width: 100%;
}
/*addproject*/

/*boat*/
.table-editboat{
    width: 700px;
}
/*boat*/

/*boatlist*/
.table-boatlist{

}
.table-boatlist tr:first-child{
    font-weight: bold;
}

.btn-boatlist {
    margin-bottom: 3px;
}

.btn-boatlist a{
    padding: 1px 10px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
}

.btn-boatlist a:hover{
    text-decoration: none;
    background-color:  #ccc;
    border: 1px solid black;
    color: black;
    padding: 0px 8px;
    cursor: pointer;
}
/*boatlist*/

/*addprojectdetail*/
.add-project-detail{
    width: 1500px;
    font-size: 12px;
    margin-bottom: 0px;
}
.add-project-detail>tbody>tr>td{
    padding: 0px 0px;
}
.add-project-detail-header {
    border: 1px solid #ddd;
    font-size: 12px;
    border-collapse: collapse;
}
.add-project-detail-header>tbody>tr>td{
    padding: 5px 2px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #124B85;
    color: white;
}
.add-project-detail select {
    color: black;
    //text-shadow: 2px 2px 2px rgb(0 0 0);
    height: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    //background-color: lightgray;
    font-weight: bold;
}

.add-project-detail-down {
    background-color: rgba(0,0,0,0.1) !important;
    /*float: left;
     width: 1085px;
     margin-right: 270px;*/
}
.add-project-detail-input-1 {
    resize: none;
}
/*.add-project-detail-input-2 {
    width: 50px;
}*/

.add-project-detail-down a {
    padding: 5px 20px;
    color: white;
    width: 200px;
    text-decoration: none;
    /*background-color: #124B85;*/
    background-color: steelblue;
    border-radius: 10px;
    text-align: right;
}
.add-project-detail-down a:hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 4px 19px;
}

.btn-del-detail {
    line-height: 3;
}
.btn-del-detail a{
    padding: 2px 8px;
    color: white;
    text-decoration: none;
    /*background-color: #124B85;*/
    background-color: steelblue;
    border-radius: 10px;
}
.btn-del-detail a:hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 1px 7px;
}
.btn-del-layout {
    margin-top: 5px;
}
.btn-del-layout a{
    padding: 2px 6px;
    color: white;
    margin-right: 5px;
    text-decoration: none;
    /*background-color: #124B85;*/
    background-color:steelblue;
    border-radius: 10px;
}
.btn-del-layout a:hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 1px 5px;
}

.add-project-detail-itog {
    width: 1500px;
    border-collapse: collapse;
    /*margin-top: -21px;
    margin-bottom: 20px;*/
}
.add-project-detail-itog > tbody > tr > td {
    padding: 0px 2px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #ddd;
}

.add-project-detail-raschet p{
    margin-top: 50px;
    font-size: 16px;
    font-weight: bold;
}

.add-project-detail-raschet table {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.add-project-detail-raschet table td{
    border: 1px solid #ddd;
    padding: 5px;
}
.add-project-detail-raschet table th{
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 5px;
    background: whitesmoke;
}
.add-project-detail-raschet table tr:hover{
    background: whitesmoke;
}
.add-project-detail-btn-2 a {
    padding: 10px 40px;
    color: white;
    text-decoration: none;
    /*background-color: #124B85;*/
    background-color: steelblue;
    border-radius: 10px;
}

.add-project-detail-btn-2 {

}

.add-project-svod-data {
    margin-top: 50px;
    text-align: left;
    font-weight: bold;
}

.add-project-svod-data-header{
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.add-project-svod-data-table {
    width: 700px;
}
.add-project-svod-data-table td{
    padding: 2px 5px !important;
}
.add-project-svod-data-table tr:first-child {
    color: white;
    background-color: #124B85;
}
.add-project-svod-data-table tr:first-child:hover {
    color: white;
    background-color: #124B85;
}

.add-project-svod-data-itog{
    width: 640px;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    margin-top: -20px;
}
.add-project-svod-data-itog span{
    padding-left: 70px;
    font-size: 20px;
}

.add-project-detail-tech-docs-table{
    width: 1000px;
    text-align: left;
    font-size: 14px;
}

.add-project-detail-tech-docs-table td{
    padding: 2px 5px !important;
}

/*addprojectdetail*/

/*Tech Otchet*/
.otchet-logo{
    padding-top: 40px;
    padding-left: 155px;
}

.otchet-download a {
    padding: 10px 40px;
    color: white;
    text-decoration: none;
    /*background-color: #124B85;*/
    background-color: steelblue;
    border-radius: 10px;
    /*border: 3px solid red;*/
}
.otchet-download{
    margin-top: 20px;
    margin-bottom: 50px;
}
.otchet-download a:hover {
    background-color: rgba(0,0,0,0.1);
    color: black;
}
.otchet-download-all {
    margin-bottom: 25px;
}

.table-techotchet-1 {
    background-color: rgba(0,0,0,0.1);
    border-top: 2px solid black;
    border-bottom: 1px solid black;
    font-size: 14px;
    width: 100%;
    font-family: Arial;
}
.table-techotchet-1 tr td:first-child{
    width: 70%;
}
.table-techotchet-1 td {
    padding-bottom: 3px;
}

.table-techotchet-2 {
    background-color: rgba(0,0,0,0.1);
    border-top: 2px solid black;
    border-bottom: 1px solid black;
    font-size: 14px;
    width: 100%;
    font-family: Arial;
}
.table-techotchet-2 tr td:first-child{
    width: 20%;
}
.table-techotchet-2 td {
    padding-bottom: 3px;
}

.table-techotchet-3 {
    border: 1px solid #ddd;
    font-size: 12px;
    border-collapse: collapse;
}
.table-techotchet-3 > tbody > tr > td {
    padding: 5px 2px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #124B85;
    color: white;

}

.table-techotchet-4 {
    text-align: left;
    font-size: 12px;
}

.table-techotchet-4 td{
    padding: 2px !important;
}

.table-techotchet-5 {
    margin-bottom: 20px;
}
.table-techotchet-5 > tbody > tr > td {
    padding: 0px 2px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}


.table-techotchet-6 {
    width: 800px;
    font-size: 14px;
    text-align: right;
}
.table-techotchet-6 td{
    padding: 2px 5px !important;
}
.table-techotchet-6 tr td:first-child {
    text-align: left;
    width: 330px;
}
.table-techotchet-6 th{
    text-align: center;
}
.table-techotchet-6 tr:first-child {
    color: white;
    background-color: #124B85;
}
.table-techotchet-6 tr:first-child:hover {
    color: white;
    background-color: #124B85;
}

/*Tech Otchet*/



/*Fin Otchet*/
.table-finotchet-1 {
    background-color: rgba(0,0,0,0.1);
    border-top: 2px solid black;
    border-bottom: 1px solid black;
    font-size: 14px;
    width: 100%;
    font-family: Arial;
}

.table-finotchet-1 tr td:first-child {
    width: 70%;
}

.table-finotchet-1 td {
    padding-bottom: 3px;
}

.table-finotchet-2 {
    background-color: rgba(0,0,0,0.1);
    border-top: 2px solid black;
    border-bottom: 1px solid black;
    font-size: 14px;
    width: 100%;
    font-family: Arial;
}

.table-finotchet-2 tr td:first-child {
    width: 20%;
}

.table-finotchet-2 td {
    padding-bottom: 3px;
}

.table-finotchet-3 {
    border: 1px solid #ddd;
    font-size: 12px;
    border-collapse: collapse;
    //width: 1140px;
}

.table-finotchet-3 > tbody > tr > td {
    padding: 5px 2px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #124B85;
    color: white;
}

.table-finotchet-4 {
    text-align: left;
    font-size: 12px;
}

.table-finotchet-4 td {
    padding: 2px 1px !important;
}
.table-finotchet-5 {
    margin-bottom: 20px;
}
.table-finotchet-5 > tbody > tr > td {
    padding: 0px 2px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

.table-finotchet-6 {
    width: 1500px;
    font-size: 14px;
    text-align: right;
}
.table-finotchet-6 td{
    padding: 2px 5px !important;
}

.table-finotchet-6 tr td:first-child {
    text-align: left;
    width: 330px;
}
.table-finotchet-6 th {
    text-align: center;
}
.table-finotchet-6 tr:first-child {
    color: white;
    background-color: #124B85;
}
.table-finotchet-6 tr:first-child:hover {
    color: white;
    background-color: #124B85;
}

.finotchet-itog{
    font-size: 20px;
    font-weight: bold;
}
/*Fin Otchet*/
@page {
    size: landscape;
}


.table-add-color-price{
    width: 600px;
}
.table-add-color-price td{
    padding: 3px !important;
    font-size: 14px;
}
.table-add-color-price tr:first-child {
    font-weight: bold;
    font-size: 20px;
    background-color: #f5f5f5;
}
.add-color-price-line {
    padding: 5px 80px;
}
.add-color-price-btn {
    text-align: right;
    width: 600px;
    margin-top: 40px;
}
.add-color-price-btn a {
    padding: 10px 40px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
    text-align: right;
}
.add-color-price-btn a:hover {
    padding: 9px 39px;
    color: black;
    border: 1px solid black;
    text-decoration: none;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.table-add-material-okraski {
    width: 700px;
    margin-bottom: 0px;
    float: right;
    background-color: #ddd !important;
    padding: 10px 5px;
    border-top: 5px solid white;
    border-bottom: 15px solid white;
}

.add-project-detail-header-table {
    font-weight: bold;
    margin-bottom: 0px;
    padding-left: 10px;
}
.add-project-detail-header-table span{
    font-weight: normal;
}
.add-project-detail-header-btns {
    margin-left: 10px;
    margin-bottom: -2px;
    margin-top: -7px;
}
.all-projects tr td:nth-child(5) {
    width: 270px;
}
.all-projects tr td:nth-child(6){
    width: 230px;
}
.all-projects tr > td:nth-child(6) > select {
    margin-bottom: 5px;
    padding: 2px;
}


@media print {
    .table-finotchet-1 {
		background-color: rgba(0,0,0,0.1) !important;
		border-top: 2px solid black !important;
		border-bottom: 1px solid black !important;
		font-size: 14px !important;
		width: 100% !important;
		font-family: Arial !important;
	}

	.table-finotchet-1 tr td:first-child {
		width: 70% !important;
	}

	.table-finotchet-1 td {
		padding-bottom: 3px !important;
	}

	.table-finotchet-2 {
		background-color: rgba(0,0,0,0.1) !important;
		border-top: 2px solid black !important;
		border-bottom: 1px solid black !important;
		font-size: 14px !important;
		width: 100% !important;
		font-family: Arial !important;
	}

	.table-finotchet-2 tr td:first-child {
		width: 20% !important;
	}

	.table-finotchet-2 td {
		padding-bottom: 3px !important;
	}

	.table-finotchet-3 {
		border: 1px solid #ddd !important;
		font-size: 10px !important;
		border-collapse: collapse !important;
		//width: 1140px !important;
	}

	.table-finotchet-3 > tbody > tr > td {
		padding: 5px 2px !important;
		border: 1px solid #ddd !important;
		text-align: center !important;
		background-color: #124B85 !important;
		color: white !important;
	}

	.table-finotchet-4 {
		text-align: left !important;
		font-size: 10px !important;
	}

	.table-finotchet-4 td {
		padding: 2px 1px !important !important;
	}
	.table-finotchet-5 {
		margin-bottom: 20px !important;
	}
	.table-finotchet-5 > tbody > tr > td {
		padding: 0px 2px !important;
		text-align: right !important;
		font-size: 12px !important;
		font-weight: bold !important;
	}

	.table-finotchet-6 {
		width: 700px !important;
		font-size: 12px !important;
		text-align: right !important;
	}
	.table-finotchet-6 td{
		padding: 2px 5px !important;
	}

	.table-finotchet-6 tr td:first-child {
		text-align: left !important;
		width: 330px !important;
	}
	.table-finotchet-6 th {
		text-align: center !important;
		color: white !important;
		background-color: #124B85 !important;
	}

/*Fin Otchet*/

/*Tech Otchet*/

	.table-techotchet-1 {
		background-color: rgba(0,0,0,0.1) !important;
		border-top: 2px solid black !important;
		border-bottom: 1px solid black !important;
		font-size: 14px !important;
		width: 100% !important;
		font-family: Arial !important;
	}
	.table-techotchet-1 tr td:first-child{
		width: 70% !important;
	}
	.table-techotchet-1 td {
		padding-bottom: 3px !important;
	}

	.table-techotchet-2 {
		background-color: rgba(0,0,0,0.1) !important;
		border-top: 2px solid black !important;
		border-bottom: 1px solid black !important;
		font-size: 14px !important;
		width: 100% !important;
		font-family: Arial !important;
	}
	.table-techotchet-2 tr td:first-child{
		width: 20% !important;
	}
	.table-techotchet-2 td {
		padding-bottom: 3px !important;
	}

	.table-techotchet-3 {
		border: 1px solid #ddd !important;
		font-size: 10px !important;
		border-collapse: collapse !important;
	}
	.table-techotchet-3 > tbody > tr > td {
		padding: 5px 2px !important;
		border: 1px solid #ddd !important;
		text-align: center !important;
		background-color: #124B85 !important;
		color: white !important;

	}

	.table-techotchet-4 {
		text-align: left !important;
		font-size: 10px !important;
	}

	.table-techotchet-4 td{
		padding: 2px !important !important;
	}

	.table-techotchet-5 {
		margin-bottom: 20px !important;
	}
	.table-techotchet-5 > tbody > tr > td {
		padding: 0px 2px !important;
		text-align: right !important;
		font-size: 12px !important;
		font-weight: bold !important;
	}

	.table-techotchet-6 {
		width: 700px !important;
		font-size: 12px !important;
		text-align: right !important;
	}
	.table-techotchet-6 td{
		padding: 2px 5px !important !important;
	}
	.table-techotchet-6 tr td:first-child {
		text-align: left !important;
		width: 330px !important;
	}
	.table-techotchet-6 th{
		text-align: center !important;
		color: white !important;
		background-color: #124B85 !important;
	}


/*Tech Otchet*/

	

	.add-project-svod-data-header {
		margin-top: 20px !important;
		font-size: 16px !important;
		font-weight: bold !important;
	}
	.add-project-svod-data{
		color: #124B85 !important;
		font-weight: bold !important;
	}
	.col-sm-7{
		display: inline-block !important;
		margin-right: 80px !important;
	}
	.col-sm-5{
		display: inline-block !important;
	}

}

.add-project-detail-sale {
   /* width: 300px;
    float: right;
    margin-top: -315px;
    text-align: right;*/
}
.add-project-detail-sale input {
    margin-right: 20px;
    height: 30px;
    width: 50px;
}
.add-project-detail-sale a:nth-child(2) {
    padding: 8px 20px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 5px;
    margin-right: 50px;
}
.add-project-detail-sale a:nth-child(2):hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 7px 19px
}
.btn-add-project-calc {
    padding: 13px 80px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 50px;
}
.btn-add-project-calc:link {
    padding: 13px 80px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 50px;
}
.btn-add-project-calc:visited {
    padding: 13px 80px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 50px;
}
.btn-add-project-calc:hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 12px 79px
}
.btn-add-project-calc:active {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 12px 79px
}

.edit-details{
	width: 100%;
    padding: 10px;
}
.edit-details input{
	width: 100%;
	margin-bottom: 5px;
}
.edit-details textarea{
    height: 51px;
    resize: none;
}

#ctl10_ctl00_dgDetails_ctl02_panEdit {
	text-align: right;
	padding-right: 37px;
    padding-bottom: 10px;
}
#ctl10_ctl00_dgDetails_ctl02_panEdit a{
	padding: 5px 20px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 5px;
    display: block;
    margin-top: 0px;
    width: 150px;
    text-align: center;
    margin-left: 1325px;
}
#ctl10_ctl00_dgDetails_ctl02_panEdit a:hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 4px 19px
}
#ctl10_ctl00_dgDetails_ctl02_panEdit {
    text-align: left;
    padding: 10px;
    background-color: #ddd;
}
#ctl10_ctl00_dgDetails_ctl02_panEdit input{
	width: 365px;
}
#ctl10_ctl00_dgDetails_ctl02_panEdit textarea{
	width: 734px;
    margin-bottom: 10px;
    resize: none;
    height: 55px;
}
.table-detail-comment-1{
	margin-bottom: 0px;
}
.table-detail-comment-1 td{
	width: 365px;
    font-size: 14px;
    font-weight: bold;
    padding: 0px !important;
    background-color: #ddd;
}
.table-detail-comment-2{
	margin-bottom: 0px;
}
.table-detail-comment-2 td{
	width: 734px;
    font-size: 14px;
    font-weight: bold;
    padding: 0px !important;
    background-color: #ddd;
}
.table-detail-comment-1>tbody>tr>td{
	border-top: none !important;
}
.table-detail-comment-2>tbody>tr>td{
	border-top: none !important;
}

.all-projects tr:first-child, .all-colors tr:first-child, .materials-okraski tr:first-child, .table-razblist tr:first-child, .table-boatlist tr:first-child, .table-userlist tr:first-child, .all-podlozhka tr:first-child, .all-podgotovka tr:first-child {
    padding: 5px 2px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #124B85;
    color: white;
}
    .all-projects tr:first-child:hover, .all-colors tr:first-child:hover, .materials-okraski tr:first-child:hover, .table-razblist tr:first-child:hover, .table-boatlist tr:first-child:hover, .table-userlist tr:first-child:hover, .all-podlozhka tr:first-child:hover, .all-podgotovka tr:first-child:hover {
        padding: 5px 2px;
        border: 1px solid #ddd;
        text-align: center;
        background-color: #124B85;
        color: white;
    }
.table-price-mat-okraski{

}

.table-price-mat-okraski tr{
    /*display: contents;*/
}
.table-price-mat-okraski tr:first-child{
    background-color: transparent;
    color: black;
}
.table-price-mat-okraski tr:first-child:hover {
    background-color: transparent;
    color: black;
}
.table-price-mat-okraski td {
    padding: 1px !important;
}
.add-project-detail-down-double{
    border-top: 2px solid white;
}
.btn-add-surface {
    /*width: 1085px;*/
    text-align: right;
}
.btn-add-surface a{
    padding: 13px 80px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}
.btn-add-surface a:hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 12px 79px
}
.btn-project-detail-calc {
    width: 430px;
    float: right;
    /*margin-top: 315px;*/
    text-align: center;
}
.add-project-detail-down textarea {
    resize: none;
}
/*Search*/
.search-block {
    margin-bottom: 20px;
}
.search-block p {
    font-size: 16px;
    font-weight: bold;
}
.search-block input {
    width: 300px;
    padding: 5px;
    font-size: 16px;
}
.search-block a {
    color: white;
    text-decoration: none;
    background-color: steelblue;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 14px;
}
.search-block a:hover{
    color: black;
    background-color: lightgray;
}
/*Search*/

/*Podlozhka i podgotovka*/
.add-podlozhka{

}
.add-podlozhka label{
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}
.add-podlozhka input{
    display: block;
    padding: 5px;
    width: 400px;
}
.add-podlozhka a{
    display: block;
    padding: 10px 40px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
    margin-top: 15px;
    width: 210px;
}
.add-podlozhka a:link{

}
.add-podlozhka a:visited{

}
.add-podlozhka a:hover{
    color: black;
    background-color: lightgray;
}
.add-podlozhka a:active{
    color: black;
    background-color: lightgray;
}
/*--------------------------------*/
.add-podgotovka {
    width: 500px;
}
.add-podgotovka label{
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}
.add-podgotovka textarea, select{
    display: block;
    padding: 5px;
    width: 100%;
}
.add-podgotovka textarea{
    height: 300px;
    margin-bottom: 20px;
}
.add-podgotovka a{
    display: block;
    padding: 10px 40px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
    margin-top: 15px;
    width: 220px;
}
.add-podgotovka a:link{

}
.add-podgotovka a:visited{

}
.add-podgotovka a:hover{
    color: black;
    background-color: lightgray;
}
.add-podgotovka a:active{
    color: black;
    background-color: lightgray;
}

/*---------------------------------*/
.all-podlozhka{
    width: 800px;
}
.podlozhka-select{

}
.podgotovka-select{

}
.all-podlozhka a {
    padding: 2px 15px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
}
.all-podlozhka a:hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 1px 14px;
}

/*--------------------------------*/
.all-podgotovka{
    width: 1100px;
}
.all-podgotovka a {
    padding: 2px 15px;
    color: white;
    text-decoration: none;
    background-color: steelblue;
    border-radius: 10px;
}
.all-podgotovka a:hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
    border: 1px solid black;
    padding: 1px 14px;
}

/*Podlozhka i podgotovka*/