@font-face{
    font-family: 'FiveMinutes';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/FiveMinutes.woff') format('woff'),
    url('../fonts/FiveMinutes.ttf') format('truetype');
}



*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:before,
*:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

input[type="submit"] {
	cursor: pointer;
}

img{
    border: none;
}
textarea{
    overflow: auto;
}

a {
color: #025bac;	
}

input,
textarea,
input:active,
textarea:active{
         outline: none transparent !important;
    box-shadow: none;
    font-family: 'Roboto';
    -moz-outline: none !important;
}
input[type=submit],
button[type=submit]{
    -webkit-border-radius: 0;

    -webkit-appearance: none;
}
:focus{
    outline: none;
}



/*---------------
    Main styles
---------------*/
.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}

html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    font-family: 'Roboto';
    -webkit-text-size-adjust: 100%;
}

.wrap{
    overflow: hidden;
}

.cont{
    position: relative;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 0px;
}

header {
    padding: 17px 0;
	overflow: hidden;
}

header .logo {
    width: 215px;
	float: left;
	margin-right: 120px;
}

header .logo img {
	display: block;
	width: 100%;
}

header .cont {
	overflow: hidden;
}

header .cont .bl-phone-n {
	width: 175px;
	margin-right: 25px;
    margin-top: 7px;
}

header .cont .bl-phone-n .name {
	color: #a0a0a0;
	font-size: 14px;
	margin-bottom: 6px;
}

header .cont .bl-phone-n .p {
	color: #222222;
	font-size: 16px;
}

header .cont .bl-phone-n .p span {
	color: #14a7f3;
}

header .cont .bl-phone {
	width: 190px;
	margin-right: 25px;
    margin-top: 7px;
}

header .cont .search {
    margin-top: 7px;
	width: 230px;
	position: relative;
}

header .cont .search input[type="text"] {
    padding: 10px;
	width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}

header .cont .search input[type="image"] {
    position: absolute;
    right: 11px;
    top: 11px;
    border: none;
    background: transparent;
}

nav {
	position: relative;
	z-index: 2;
	width: 100%;
    padding: 20px 0;
	background: transparent url('../images/nav.png') repeat-x;
}

nav li {
    display: inline-block;
    text-align: right;
	margin: 0 45px 0 0;
	list-style-type: none;
}

nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
    display: inline-block;
}

nav li a:hover {
	
}

nav li.p {
    position: relative;
}

nav li.p:before {
    background: transparent url(../images/ug.png) no-repeat 0 0;
    content: '';
    position: absolute;
    bottom: 6px;
    right: 2px;
    width: 5px;
    height: 4px;
    display: block;
}

nav li ul li:before {
    background: transparent url(../images/ugp.png) no-repeat 0 0;
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    width: 4px;
    height: 6px;
    display: block;
}

nav li.p a {
	padding: 0 15px 0 0;
}

nav li ul {
    position: absolute;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    min-width: 240px;
    padding: 15px 15px 5px 15px;
    z-index: 1;
    display: none;
    box-shadow: 0 3px 5px rgba(0,0,0,0.25);
}

nav li ul li {
    display: block;
    text-align: left;
    margin: 0 0 10px 0;
	border: none;
	position: relative;
	padding: 0 0 0 10px;
}


nav ul li.active a {
    border-bottom: 1px solid #5f65a8;
}

nav ul li a:hover {
    color: #e7f3f9;
}


nav ul li ul a:hover {
    text-decoration: underline;
	color: #000;
}


nav ul li ul .active {
	border: none;
}

nav li ul li a {
    font-size: 14px;
	text-transform: inherit;
	color: #000;
	border: 0 !important;
	padding: 0 !important;
}


nav li:hover ul {
	display: block;
}


section.slider_block {
    position: relative;
	z-index: 1;
}

section.slider_block .owl-carousel .slide:first-child,
section.slider_block .owl-carousel.owl-loaded .slide {
    display: block;
}

section.slider_block .slide {
    display: none;
    height: 330px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    text-align: left;
}

section.slider_block .slide .name {
	color: #fff;
	font-size: 45px;
	margin-bottom: 15px;
}

section.slider_block .slide .cont {
	display: table;
	height: 100%;
}

section.slider_block .slide .cont .mid {
    display: table-cell;
    vertical-align: middle;
}

section.slider_block .slide .desc {
	color: #fff;
	font-size: 18px;
}


section.prim {
	background: #e8e8e8;
}

section.prim .row {
    width: 33%;
    display: inline-block;
    padding: 25px 0 25px 60px;
    color: #242021;
	line-height: 25px;
	vertical-align: top;
}

section.prim .i1 {
	background: transparent url('../images/i1.png') no-repeat left center;
}

section.prim .i2 {
	background: transparent url('../images/i2.png') no-repeat left center;
}

section.prim .i3 {
	background: transparent url('../images/i3.png') no-repeat left center;
}


section.catalog {
	margin: 35px 0;
}

section.catalog .cont {
	overflow: hidden;
}

section.catalog .block {
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	width: 285px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	min-height: 264px;
	position: relative;
}

section.catalog .block:nth-child(4), section.catalog .block:nth-child(8), section.catalog .block:nth-child(12) {
    margin-right: 0;
}

section.catalog .block img {
	width: 100%;
	display: block;
	border-radius: 5px 5px 0 0;
	height: 212px;
}

section.catalog .block .name {
    text-transform: uppercase;
    padding: 20px 10px;
    font-size: 13px;
	color: #222222;
	min-height: 75px;
}

section.catalog .block .name a {
	color: #222222;
	text-decoration: none;
}

section.catalog .block .name a:hover {
	text-decoration: underline;
}

section.catalog .block a.more {
	text-indent: -9999px;
	border-bottom: 4px solid #14a7f3;
	height: 4px;
	width: 180px;
	position: absolute;
	bottom: 0;
	left: 52px;
}

section.catalog .block:hover a.more {
	height: auto;
	text-indent: 0;
	background: #14a7f3;
	border: none;
	color: #fff;
	text-decoration: none;
    padding: 4px 0;
	font-size: 14px;
	bottom: -11px;
}

section.seo {
	margin-bottom: 30px;
	color: #242021;
	font-size: 14px;
}

section.seo h1 {
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 22px;
}

section.seo p {
	margin-bottom: 15px;
}

footer {
	background: #252525;
	padding: 50px 0;
}

footer .block {
	width: 24%;
	display: inline-block;
	vertical-align: top;
}

footer .block p.name {
    color: #a0a0a0;
    font-size: 15px;
    margin-bottom: 8px;
}

footer .block p.phone {
	color: #fff;
	margin-bottom: 20px;
}


footer .block p.phone span {
	color: #14a7f3;
}

footer .block ul {
	list-style-position: inside;
}

footer .block ul li {
    font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}

footer .block ul li a {
	text-decoration: none;
	color: #fff;
}

footer .block ul li a:hover, footer .block ul li:hover {
	color: #14a7f3;
}


a.phone img:hover {
	opacity: 0.8;
}

section.text {
	margin: 33px 0;
	font-size: 14px;
    line-height: 21px;
	color: #1c1c1c;
}

section.text h1 {
	font-weight: normal;
	margin-bottom: 30px;
	font-size: 30px;
	color: #003989;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
}

section.text p {
	margin-bottom: 10px;
}

section.text h2 {
	margin-bottom: 10px;
	font-size: 26px;
}

section.text h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

section.text h4 {
	margin-bottom: 10px;
	font-size: 18px;
}

section.text ul, section.text ol {
	color: #1c1c1c;
	font-size: 14px;
	list-style-position: inside;
	margin: 0 0 10px 0;
}

section.text ul li, section.text ol li {
	margin-bottom: 8px;
}

.justifyright {
	float: right;
	margin: 0 0 10px 10px;
}

.justifyleft {
	float: left;
	margin: 0 10px 10px 0;
}

div.year {
	background: transparent url('../images/polosa.jpg') no-repeat 60px 5px;
	margin-top: 35px;
}

div.year .clear {
    clear: both;
    height: 16px;
}

div.year .y {
    float: left;
    width: 70px;
    margin-right: 25px;
	color: #adadad;
	font-weight: 700;
	background: transparent url('../images/kr.jpg') no-repeat right center;
}

div.year .text {
    float: left;
    width: 1000px;
}

.sert-rows .sert {
    float: left;
	margin: 0 17px 20px 0;
}

.sert-rows {
	overflow: hidden;
}

.sert-rows .sert img {
    display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e4e4e4;
}

.sert-rows .sert:nth-child(4), .sert-rows .sert:nth-child(8), .sert-rows .sert:nth-child(12) {
    margin-right: 0;
}


.Breadcrumbs {
	margin-bottom: 20px;
    font-size: 14px;
    color: #1c1c1c;
}

.Breadcrumbs a {
    font-size: 14px;
    color: #1c1c1c;
}

.menu-block {
	width: 285px;
}

.menu-block ul {
	list-style: none;
	border-top: 1px solid #e3e3e3;
}

.menu-block ul li {
	border-bottom: 1px solid #e3e3e3;
	margin: 0 !important;
}

.menu-block ul li a {
	text-decoration: none;
    font-size: 14px;
    color: #1c1c1c;
	display: inline-block;
	padding: 8px;
	width: 100%;
	transition: 0.1s;
	cursor: pointer;
}

.menu-block ul li a:hover, .menu-block ul li.active a {
	background: #14a7f3;
	color: #fff;
}


.content-block {
	width: 900px;
	background: #ececec;
	padding: 25px 10px;
}

section.text .content-block h2 {
	color: #1a3c85;
	margin-bottom: 28px;
	font-weight: normal;
}

.border-none {
	border: none !important;
}

div.pod-catalog {
	margin: 0 0 35px 0;
}


div.pod-catalog .cont {
	overflow: hidden;
}

div.pod-catalog .block {
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	width: 280px;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	min-height: 264px;
	position: relative;
}

div.pod-catalog .block:nth-child(3), 
div.pod-catalog .block:nth-child(6), 
div.pod-catalog .block:nth-child(9), 
div.pod-catalog .block:nth-child(12), 
div.pod-catalog .block:nth-child(15) {
    margin-right: 0;
}

div.pod-catalog .block img {
	width: 100%;
	display: block;
	border-radius: 5px 5px 0 0;
	height: 212px;
}

div.pod-catalog .block .name {
    text-transform: uppercase;
    padding: 20px 10px;
    font-size: 13px;
	color: #222222;
	min-height: 83px;
}

div.pod-catalog .block .name a {
	color: #222222;
	text-decoration: none;
}

div.pod-catalog .block .name a:hover {
	text-decoration: underline;
}

div.pod-catalog .block a.more {
	text-indent: -9999px;
	border-bottom: 4px solid #14a7f3;
	height: 4px;
	width: 180px;
	position: absolute;
	bottom: 0;
	left: 52px;
}

div.pod-catalog .block:hover a.more {
	height: auto;
	text-indent: 0;
	background: #14a7f3;
	border: none;
	color: #fff;
	text-decoration: none;
    padding: 4px 0;
	font-size: 14px;
	bottom: -11px;
}

.fix {
	position: fixed;
	top: 0px;
	z-index: 1001;
}

.shop .tov {
	float: left;
	margin: 0 20px 20px 0;
}

.shop .parametr {
	border-collapse: collapse;
	margin-bottom: 35px;
}

.shop .parametr td {
    padding: 8px 0;
	border-collapse: collapse;
}

.shop .parametr tr  {
	border-bottom: 1px dashed #ccc;
}

.shop .info table {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 25px;
	border-collapse: collapse;
}

.shop .info table td, .shop .info table th {
    padding: 10px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}


section.shop h2 {
	margin-bottom: 30px;
	font-weight: normal;
	color: #003989;
	font-size: 26px;
}

section.shop p {
    margin-bottom: 18px;
}

section.shop h3, section.shop h4, section.shop h5  {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 18px;
	color: #003989;
	text-transform: uppercase;
}

.prevnextPage {
	margin: 40px 0;
	overflow: hidden;
	border-top: 1px solid #ccc;
	padding: 20px 0;
}

.prevnextPage a {
	display: inline-block;
	background: #e7e7e7;
	padding: 4px 10px;
	text-decoration: none;
	color: #003989;
	border-radius: 5px;
}

.prevnextPage a:hover {
	background: #d0c6c6;
}


.prevnextPage .prevClass {
	float: left;
}

.prevnextPage .nextClass {
	float: right;
}

.news .row {
	clear: both;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.news a:hover {
	text-decoration: none;
}

.news .row .img {
	width: 275px;
	float: left;
	margin: 0 20px 0 0;
}

.news .row .name {
	font-weight: 700;
	margin-bottom: 20px;
}

.news .row .name a {
	color: #000;
}

.news .row .text {
	line-height: 21px;
}

.pagination {
	text-align: center;
}

section .news h2 {
	font-weight: normal;
	margin-bottom: 24px;
	text-transform: uppercase;
	color: #003989;
}

.margin-top {
	margin-top: 45px;
}

.oplata h2.od {
	margin-bottom: 30px;
	font-weight: normal;
	color: #003989;
	font-size: 20px;
}

.oplata table.od {

}

.oplata .border {
    border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.oplata table.od td {
	padding: 25px;
	text-align: center;
	text-transform: uppercase;
}

.oplata table.od td img {
	display: block;
	margin: 0 auto 20px auto;
	height: 50px;
}

.oplata .map {
	float: right;
	margin: 0 0 25px 0;
}

.contact {
	overflow: hidden;
	width: 620px;
	float: left
}

.contact .row {
    float: left;
    margin: 0 50px 50px 0;
    width: 284px;
    min-height: 250px;
}

.contact .row:nth-child(2), 
.contact .row:nth-child(4) {
    margin-right: 0;
}

.contact .row .name {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 17px;
}

.contact .row .adr {
    background: transparent url(../images/adr.png) no-repeat left center;
    padding: 2px 0 2px 50px;
	margin-bottom: 15px;
}

.contact .row .phone {
    background: transparent url(../images/ph.png) no-repeat left center;
    padding: 2px 0 2px 50px;
	margin-bottom: 15px;
}

.contact .row .email {
    background: transparent url(../images/email.png) no-repeat left center;
    padding: 2px 0 2px 50px;
}

.google-map {
	float: right;
	width: 575px;
}

section.form-cont {
    background: #e8e8e8;
    min-height: 215px;
    position: relative;
	padding: 25px 0;
}

section .form {
    width: 700px;
}

section.form-cont .form .line {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    padding-right: 20px;
}

#form2 > div.form > div:nth-child(2) {
    padding-right: 0px;
}

section.form-cont .line input[type="text"], section.form-cont .line input[type="email"] {
    background: #fff;
    padding: 12px 8px;
    border: none;
    border-radius: 5px;
    width: 100%;
}

section.form-cont .name {
	margin-bottom: 25px;
	font-size: 25px;
}

section.form-cont .lines textarea {
    background: #fff;
    padding: 12px 8px;
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 65px;
    resize: none;
}

section.form-cont .bt input[type="submit"] {
    color: #fff;
    background: #14a7f3;
    border-radius: 5px;
    padding: 11px 40px;
    border: none;
}

section .form .lines p, section .form .line p {
    font-size: 14px;
    margin-bottom: 8px;
}

section.form-cont .bt {
	margin-top: 20px;
}

section.form-cont .bt input[type="submit"]:hover {
	opacity: 0.8;
}

.langs a {
	text-decoration: none;
}

.langs a.active {
	text-decoration: underline;
}