* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid,
body textarea:required:valid {
    color: #666
}

body,
html {
    height: 100%
}

body {
    font-size: 12px;
    min-width: 320px;
    position: relative;
    line-height: 18px;
    font-family: Arial, sans-serif;
    overflow-x: hidden
}

h1 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 24px;
		line-height: 30px;
    padding: 0
}

h2 {
    font: bold 20px/20px Arial, sans-serif;
    margin: 0 0 16px;
    color: #4b6797
}

h1,
h2,
h3,
h4 {
    margin-top: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

img {
    max-width: 100%
}
.not-strong {
		font-weight: normal!important;
}
.text-center {
    text-align: center
}

a {
    color: #4b6797;
    text-decoration: underline
}

::-moz-selection {
    background-color: #4b6797;
    color: #fff
}

::selection {
    background-color: #4b6797;
    color: #fff
}

.animated {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

table tr td {
		padding: 5px;
}

header {
    margin-bottom: 30px
}

header .mobile-first-line {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

header .mobile-first-line .right-border {
    border-right: 1px solid #ddd
}

header .mobile-first-line a {
    font-size: 20px;
    display: inline-block;
    padding: 15px 0
}

header .first-line {
    margin-bottom: 12px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    padding: 8px 0 10px
}

header .first-line a {
    color: #333;
    text-decoration: underline
}
header .first-line .youtube,
header .first-line .insta,
header .first-line .vk {
		float: left;	    
    font-size: 18px;
    margin-left: 10px;
    margin-top: 2px;
}
header .first-line .skype {
    background-image: url(/img/ico_skype.png);
    background-repeat: no-repeat;
    text-align: right;
    background-position: center right 45px
}

header .first-line .email {
    text-align: right;
		
font-size: 14px;
font-weight: bold;
}
header .first-line .email a {
	text-transform: uppercase;
	color: #517dad;
}

header .first-line .phone {
    background-image: url(/img/ico_phone.png);
    background-repeat: no-repeat;
    font-weight: 700;
    font-size: 16px;
    padding-left: 32px;
    padding-bottom: 2px;
    text-align: right;
    background-position: center right 150px
}

header .first-line .phone a {
    text-decoration: none
}

header .second-line .cat a {
    height: 36px;
    border: 1px solid #e5e5e5;
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    margin: 16px 0 0 0;
    background: #f7f7f7;
    font-weight: 700;
    text-align: center;
    display: block;
    color: #333;
    text-decoration: none
}

header .second-line .cat nav {
    display: none;
    border: 1px solid #e5e5e5;
    border-top: none;
    background: #f7f7f7
}

header .second-line .cat nav ul {
    margin: 0;
    padding: 0
}

header .second-line .cat nav ul li {
    list-style-type: none;
    padding: 5px 0
}

header .second-line .cat nav ul li a {
    border: none;
    margin: 0;
    background: 0 0;
		line-height: 21px;
		height: auto;
		padding: 5px 0px;
}

header .second-line .cat nav ul li:hover {
    background-color: #4b6797
}

header .second-line .cat nav ul li:hover a {
    color: #fff
}

header .second-line .cat:hover nav {
    display: block
}

header .second-line .search form {
    position: relative;
    margin-top: 16px
}

header .second-line .search form input[type=text] {
    height: 36px;
    border: 1px solid #e5e5e5;
    width: 100%;
    position: relative;
    padding-left: 10px
}

header .second-line .search form input[type=submit] {
    display: block;
    height: 34px;
    border: none;
    width: 50px;
    background: url(/img/search.png) center center no-repeat #fff;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 1px
}

header .second-line .order a {
    height: 36px;
    border: 1px solid #e5e5e5;
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    margin: 16px 0 0 0;
    background: #f7f7f7;
    font-weight: 700;
    text-align: center;
    display: block;
    color: #FFF;
			
		background: #002449;
    background: -webkit-gradient(linear, left top, right top, from(#002449), to(#6b84b8));
    background: -webkit-linear-gradient(left, #002449 0, #6b84b8 100%);
    background: -o-linear-gradient(left, #002449 0, #6b84b8 100%);
    background: linear-gradient(to right, #002449 0, #6b84b8 100%);	
			
}

.menu {
    margin-bottom: 30px
}

.menu .top_menu {
    background: #002449;
    background: -webkit-gradient(linear, left top, right top, from(#002449), to(#6b84b8));
    background: -webkit-linear-gradient(left, #002449 0, #6b84b8 100%);
    background: -o-linear-gradient(left, #002449 0, #6b84b8 100%);
    background: linear-gradient(to right, #002449 0, #6b84b8 100%)
}

.menu .top_menu ul {
    margin: 0;
    padding: 0
}

.menu .top_menu ul li {
    display: inline-block;
    list-style-type: none
}

.menu .top_menu ul li a {
    height: 36px;
    margin: 0 20px 0 26px;
    padding-top: 8px;
    color: #fff;
    font-size: 14px;
    display: block
}

.promo {
    margin-bottom: 30px
}

.promo .contacts {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    padding: 20px 20px;
    height: 366px
}

.promo .contacts .title {
    margin-bottom: 18px;
    color: #4b6797;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 700
}

.promo .contacts .addr {
    padding-left: 36px;
    background: url(/img/adress.png) 0 0 no-repeat;
    margin-bottom: 15px
}

.promo .contacts .phone {
    padding-left: 36px;
    background: url(/img/phone.png) 0 0 no-repeat;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 17px
}

.promo .contacts .phone a {
    display: block;
    font-size: 12px;
    margin-top: 2px;
    text-decoration: underline;
    line-height: 10px;
    color: #4b6797
}

.promo .contacts .mail {
    padding-left: 36px;
    background: url(/img/email.png) 0 0 no-repeat;
    height: 22px
}

.promo .contacts .mail a {
    text-decoration: underline;
    font-size: 15px
}

.promo .contacts .break {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    margin: 28px 0 30px
}

.promo .contacts .time {
    font-size: 30px;
    margin-bottom: 14px
}

.promo .contacts .date {
    font-size: 14px
}

.content {
    margin-bottom: 40px
}

.content .left-sidebar .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px
}

.content .left-sidebar nav {
    margin-bottom: 40px
}

.content .left-sidebar nav ul.catalog_menu {
    margin: 0;
    padding: 0
}

.content .left-sidebar nav ul.catalog_menu li {
    list-style-type: none
}

.content .left-sidebar nav ul.catalog_menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
    background: #002449;
    background: -webkit-gradient(linear, left top, right top, from(#002449), to(#6b84b8));
    background: -webkit-linear-gradient(left, #002449 0, #6b84b8 100%);
    background: -o-linear-gradient(left, #002449 0, #6b84b8 100%);
    background: linear-gradient(to right, #002449 0, #6b84b8 100%);
    -webkit-border-radius: 0 14px;
    border-radius: 0 14px;
    padding: 8px 10px
}

.content .left-sidebar .news .item {
    margin-bottom: 40px
}

.content .left-sidebar .news .item .name {
    margin-bottom: 20px
}

.content main .title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 30px
}

.content main .groups {
    margin-bottom: 40px
}

.content main .groups .group {
    margin-bottom: 30px;
		height: 100px
}

.content main .groups .group .name a {
    font-size: 14px
}

.content main .group-desc {
    margin-bottom: 40px
}

.content main .catalog {
    margin-bottom: 30px
}

.content main .catalog .item {
    margin-bottom: 40px;
		height: 187px;
	overflow: hidden;
}

.content main .catalog .item .name a {
    font-size: 12px;
		height: 90px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px
}

.content main .catalog .item .property {
    display: block;
    font-size: 12px
}

.content main .catalog .item .more {
    margin-top: 8px;
    margin-bottom: 12px
}

.content main .about_text {
    margin-bottom: 40px
}

.content main .about_text ol {
    list-style-type: decimal
}

.content main .about_text ul {
    margin: 0 0 16px 25px;
    padding: 0;
    list-style-type: disc
}

.content main .advantages {
    background: url(/img/about_bg.png) repeat-x left top;
    padding-top: 40px
}

.content main .advantages .item {
    padding: 0 0 0 80px;
    min-height: 60px;
    margin-bottom: 30px;
    height: 190px
}

.content main .advantages .item .title {
    margin-bottom: 20px
}

.content main .advantages .item1 {
    background: url(/img/img_01.jpg) 4px 0 no-repeat
}

.content main .advantages .item2 {
    background: url(/img/img_02.jpg) 4px 0 no-repeat
}

.content main .advantages .item3 {
    background: url(/img/img_03.jpg) 4px 0 no-repeat
}

.content main .advantages .item4 {
    background: url(/img/img_04.jpg) 4px 0 no-repeat
}

.content main .advantages .item5 {
    background: url(/img/img_05.jpg) 4px 0 no-repeat
}

.content main .advantages .item6 {
    background: url(/img/img_06.jpg) 4px 0 no-repeat
}

.content main .breadcrumbs {
    position: relative;
    color: #4b6797;
    margin: 0 0 20px 0;
    padding: 6px 160px 0 0
}

.content main .breadcrumbs .print {
    display: inline-block;
    padding: 0 36px 0 0;
    font-size: 12px;
    background: url(/img/print.png) no-repeat right top;
    position: absolute;
    top: 3px;
		right: 3px;
    height: 24px;
    line-height: 24px
}

.content main .product .tags a {
    color: #333
}

.content main .product .item-gallery {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    position: relative
}

.content main .product .item-gallery .item {
    height: 250px
}

.content main .product .item-gallery .item img {
    max-height: 100%;
    width: auto!important;
    margin: 0 auto
}

.content main .product .item-gallery .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0
}

.content main .product .item-gallery .owl-nav .owl-next,
.content main .product .item-gallery .owl-nav .owl-prev {
    position: absolute;
    background: 0 0;
    color: #333
}

.content main .product .item-gallery .owl-nav .owl-prev {
    left: 10px
}

.content main .product .item-gallery .owl-nav .owl-next {
    right: 10px
}

.content main .product .description {
    margin-bottom: 40px
}

.content main .product .description .property span {
    font-weight: 700
}

.content main .product .description .buy {
    background: url(/img/cart_white.png) 30px 8px no-repeat #517dad;
    text-align: center
}

.content main .product .description .buy a {
    display: block;
    color: #fff;
    height: 36px;
    padding-left: 10px;
    width: 100%;
    margin: 30px 0;
    line-height: 36px;
    text-decoration: none
}

.content main .card_text {
    padding: 10px 10px 5px 10px;
    border: 2px solid #517dad;
    margin-bottom: 40px
}
.content main .articles .item {
		margin-bottom: 30px;
}
.content main .articles .image {
		text-align: center;
		padding: 10px 5px;
		margin-bottom: 10px;
		border: 1px solid #ddd;
}
.content main .groups .group .image a img {
    max-height: 65px;
}
.my-contacts {
	font-size: 1.1em;
}
.my-contacts div {
	margin-bottom: 10px;
}
.my-contacts i {
    font-size: 16px;
    color: #4a6797;
    margin-right: 20px;
    display: inline-block;
    margin-top: 0px;
}
footer {
    background: #093d78;
    background: -webkit-gradient(linear, left top, left bottom, from(#093d78), to(#2e4f75));
    background: -webkit-linear-gradient(top, #093d78 0, #2e4f75 100%);
    background: -o-linear-gradient(top, #093d78 0, #2e4f75 100%);
    background: linear-gradient(to bottom, #093d78 0, #2e4f75 100%);
    color: #fff;
    padding: 60px 0 40px
}

footer a {
    color: #fff
}

footer .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px
}

footer .menu nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

footer .item {
    margin-bottom: 10px
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

.popup {
    position: relative
}

.popup input[type=email],
.popup input[type=text] {
    width: 100%;
    border: 1px solid #e6e7e8;
    font: 14px/32px Arial, sans-serif;
    padding: 0 20px;
    margin: 0 0 18px;
    height: 32px;
    display: block
}

.popup input[type=submit] {
    width: 100%;
    margin: 0 auto;
    height: 32px;
    background: #517dad;
    color: #fff;
    border: none;
    display: block;
    margin-top: 20px;
    font: 14px/32px Arial, sans-serif
}

.popup input[type=submit]:hover {
    background: #03254b
}

.popup .popup_title {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px;
    text-align: center
}

.popup .success {
    position: absolute;
    top: 0;
    background-color: #fff;
    padding-top: 60px;
    line-height: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    display: none
}

.visible {
    display: block!important
}
/*quick-search*/
.search_block .mp_list {
    position: absolute;
    padding: 15px 0 0px;
    left: 0;
    top: 37px;
    width: 100%;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
	border-left: 1px solid #4b6797;
	border-right: 1px solid #4b6797;
	border-bottom: 1px solid #4b6797;
}

.search_block .mp_list li {
    padding: 10px 10px 10px 20px;
		border-bottom: 1px dotted #4b6797;
		/*border-right: 1px solid #4b6797;*/
		list-style-type: none;
/*		border-left: 1px solid #4b6797*/
}
.search_block .mp_list li:hover {
    cursor: pointer;
    background: #517dad;
    color: #fff;
}
.searchSmallImage {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.searchLine {
    display: block;
    overflow: hidden;
    line-height: 50px;
}
.searchLine > i {
    float: left;
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overflow {
	overflow-x: scroll;
}

div.comment {
	background: #F0EFEB;
	color: #333;
	margin: 5px 50px 10px 0;
	zoom: 1;
	position: relative;
	padding: 20px;
	border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
}
div.comment div.subject {font-weight: bold}
div.comment p {margin: 5px 0 0 0}
div.comment span.red, div.comment span.red a {color: #E83531 !important; text-decoration: underline; cursor: pointer}
div.comment_reply {
	display: none;
	margin: 0px 0px 10px 20px;
}
div.comment_sub {
	margin-left: 20px;
}

.comment .row {display: table-row}
.comment .caption {font-size: 9pt; display: table-cell; width: 150px; text-align: right; vertical-align: middle; /*white-space: nowrap*/}
.comment .field {display: table-cell; padding: 2px 0 3px 15px}
.butt-comment {
	cursor: pointer;
	background-color: #4b6797;
	padding: 5px 10px;
	text-aling: center;
color: #fff; 
}

@-webkit-keyframes bounce {
    0%,
    100%,
    80%,
    85%,
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    83% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    87% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes bounce {
    0%,
    100%,
    80%,
    85%,
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    83% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    87% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@media only screen and (max-width:1200px) {
    .promo .contacts {
        padding: 10px 20px;
        height: 303px
    }
    .promo .contacts .break {
        margin: 15px 0
    }
    .content main .advantages .item {
        height: 265px
    }
}

@media only screen and (max-width:992px) {
    header .second-line .logo {
        text-align: center;
        margin-bottom: 20px
    }
    .content main .advantages .item {
        height: 243px
    }
	
}

@media only screen and (max-width:768px) {
    .content main .advantages .item {
        height: auto
    }
		.content main .catalog .item {
			height: auto
		}
		.content main .groups .group {
				height: auto
		}
}