/* global */
html {}
body {background: #FFF;color: #000;font-size: 15px;line-height: 23px;font-family: 'Palanquin', sans-serif;}
body a {color: #ffa420;}
body a:hover, body a:focus {color: #888; outline: 0;}
.clear {clear: both;}
.btn, .form-control {border-radius: 0;}
.btn-default {background: #FFF;border: 1px solid #DDD;border-radius: 0;color: #000;line-height: 26px;padding: 0 12px;}
.btn-default:hover {background-color: #DDD;}

.row-50 {margin-left: -50px;margin-right: -50px;}
.row-50 > div {padding-left: 50px;padding-right: 50px;}
.row-30 {margin-left: -30px;margin-right: -30px;}
.row-30 > div {padding-left: 30px;padding-right: 30px;}
.row-20 {margin-left: -20px;margin-right: -20px;}
.row-20 > div {padding-left: 20px;padding-right: 20px;}
.row-15 {margin-left: -15px;margin-right: -15px;}
.row-15 > div {padding-left: 15px;padding-right: 15px;}
.row-10 {margin-left: -10px;margin-right: -10px;}
.row-10 > div {padding-left: 10px;padding-right: 10px;}
.row-1 {margin-left: -1px;margin-right: -1px;}
.row-1 > div {padding-left: 1px;padding-right: 0px;}
.row-0 {margin-left: 0px;margin-right: 0px;}
.row-0 > div {padding-left: 0px;padding-right: 0px;}

.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}

textarea {
    resize: vertical;
}

h1, h2, h3 {
    color: #111;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Alegreya Sans SC', sans-serif;
}

.rotate-45 {
	transform: rotate(45deg);
}
.rotate-90 {
	transform: rotate(90deg);
}
.rotate-135 {
	transform: rotate(135deg);
}
.rotate-180 {
	transform: rotate(180deg);
}
.rotate-225 {
	transform: rotate(225deg);
}
.rotate-270 {
	transform: rotate(270deg);
}
.rotate-315 {
	transform: rotate(315deg);
}

/* sticky footer */
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
  padding: 0 0 60px;
}
.footer {
  flex-shrink: 0;
}

.content {
    font-size: 18px;
    line-height: 1.8;
}

/* text */
.title {
    position: relative;
    margin: 50px 0 70px;
    font-weight: 400;
    text-transform: uppercase;
}
.title::before {
    content: '';
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 40px;
    height: 2px;
    background: #d00;
}
.text-center .title::before {
    left: calc(50% - 20px);
}
.text-right .title::before {
    left: unset;
    right: 0;
}

/* table */
table th,
table td {
    vertical-align: top;
    text-align: left;
    padding: 2px 5px;
}

/* footer */
footer {
	background-color: #f2f2f2;
}
footer .copyright {
    padding: 10px 0 0;
    color: #111;
}

/* BS repair */
.nav > li > a:hover {
	background-color: transparent;
}
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 0;
	background-color: transparent;
}
.breadcrumb a {
	color: rgba(53,53,53,0.6);
}
.breadcrumb li:last-child a,
.breadcrumb a:hover {
	color: #111;
}

/* header */
header {
	padding-top: 10px;
    background: #194773;
    color: #fff;
}
header .navbar {
    margin-bottom: 0px;
}
header .navbar-brand {
	padding: 0;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
header .navbar-brand .logo {
	height: auto;
	max-height: 50px;
}
header .navbar-brand .main-title {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
}
header .menu-wrap {
    margin-top: 10px;
    background: #f2f2f2;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 10px -1px -1px;
}
header .nav > li {
    border: 1px solid #ccc;
    margin: 0 0 -1px -1px;
}
header .nav > li > a,
header .nav > li > a:focus {
	color: #666;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    -moz-transition: 0.35s ease all;
    -o-transition: 0.35s ease all;
    -webkit-transition: 0.35s ease all;
    transition: 0.35s ease all;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
}
header .nav > li.active > a,
header .nav > li.active:hover > a {
    color: #d00;
}
header .nav > li:hover > a {
    color: #111;
	/*
    line-height: 130px;
    */
}
/*
header .nav > li > a::before {
    content: attr(title);
    color: #000;
    position: absolute;
    top: -40px;
    color: #1b9b28;
}
*/
.navbar-nav {
    margin-left: 0;
    margin-right: 0;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-top: -1px;
}
.nav li.dropdown:hover > .dropdown-menu {
	display: block;
}
.dropdown-menu {
	background-color: #fff;
	padding: 5px;
	border: 0;
    border-radius: 0;
}
.dropdown-menu > li {
    padding: 0;
}
.dropdown-menu > li > a {
    padding: 5px 10px;
}
.dropdown-menu > li:hover > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active:hover > a {
	background-color: transparent;
	color: #111;
}
.navbar-toggle .icon-bar {
    background-color: #111;
}

.contacts-fast {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.contacts-fast p {
    margin: 0 0 5px;
}
.contacts-fast a {
    display: block;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 24px;
    color: #fff;
}
.contacts-fast .phone {
    /*font-family: 'Alegreya Sans SC', sans-serif;*/
    font-size: 32px;
    font-weight: 600;
    text-decoration: none;
}
.contacts-fast a .fa {
    margin-left: 8px;
    margin-right: 4px;
    font-size: 18px;
}
.contacts-fast .phone .fa {
    margin-right: 0;
    font-size: 22px;
}

/* search */
.navbar-form[role="search"] .form-group {
    position: relative; 
    padding-right: 20px;   
}
.navbar-form[role="search"] .form-control {
	border: 0;
	background-color: #fff;
	border-bottom-left-radius: 18px;
	border-top-left-radius: 18px;
	padding-right: 25px;
	box-shadow: none;
	color: #dd0;
}
.navbar-form[role="search"] .form-control::placeholder {
	color: rgba(73, 148, 67, 0.6);
}
.navbar-form[role="search"] .btn-default {
    background: #dd0;
    border: 0;
    border-radius: 0;
    color: #fff;
    line-height: 26px;
    padding: 0 12px;
    border-radius: 18px;
	height: 36px;
    position: absolute;
    top: -1px;
    right: 0;
}
.langs {
    float: right;
    list-style: none;
    padding: 0 0 0 30px;
}
.langs li {
    float: left;
    padding: 10px 0 10px 5px;
}
.langs .change-lang img {
    height: 20px;
    width: 30px;
}

@media (max-width: 767px) {
    header .navbar-brand .main-title {
        margin-left: 5px;
    }
}
@media (min-width: 768px) {
    header .navbar-header {
        float: none;
    }
}
@media (min-width: 992px) {
    header .navbar-brand {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .contacts-fast {
        margin-top: 6px;
    }
    header .navbar-brand .main-title {
        font-size: 32px;
    }
    header .navbar-brand .logo {
        max-height: 40px;
        margin-top: 5px;
    }
    header .navbar-header {
        float: none;
    }
    header .navbar-toggle {
        display: block;
    }
    .navbar .navbar-collapse {
        display: none !important;
    }
    .navbar .navbar-collapse.in {
        display: block !important;
    }
    .navbar-nav {
        width: 100%;
    }
    .navbar-nav > li {
        float: none;
    }
    .nav .dropdown-menu {
        position: relative;
        display: block;
        width: 100%;
    }
    .langs {
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .navbar-form[role="search"].navbar-right {
        margin-right: 0;
    }
    .navbar-form[role="search"],
    .navbar-form[role="search"] .form-group,
    .navbar-form[role="search"] .form-control {
        width: 100%;
    }
}

form {
    background: #f2f2f2;
    padding: 2px 15px;
}
form .form-control {
    margin-bottom: 10px;
    min-height: 36px;
}
.form-control {
    font-size: 18px;
    padding: 0 10px;
}
form .mandatory {
    color: #ffa420;
}
form.search-district {
    padding: 10px 15px;
    margin: 20px 0;
    background: rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
form.search-district select,
form.search-district button {
    margin: 0;
    height: 36px;
}
form textarea {
    resize: vertical;
}

.section-text table {
    width: 100%;
    background: #f5f5f5;
}
.section-text table tr:first-of-type {
    background-color: #111;
    color: #fff;
}
.section-text table tr:first-of-type td {
    padding: 15px 15px;
}

.section-text table tr:not(:first-of-type) {
    border-bottom: 1px dashed #111;
}
.section-text table tr:not(:first-of-type):hover {
    background-color: #fff;
}
.section-text table th,
.section-text table td {
    padding: 10px 15px;
}
.section-text table tr:not(:first-of-type) td strong {
    color: #111;
}

/* yamm sluzby */
.item-3.yamm-fw .dropdown-menu {}
.item-3.yamm-fw .dropdown-menu .title-wrap {
    margin: 0 0 40px 0;
}
.item-3.yamm-fw .dropdown-menu .title {
    margin-bottom: 40px;
}
.item-3.yamm-fw .dropdown-menu h2 {
    font-weight: 700;
}
.item-3.yamm-fw .dropdown-menu .description {
    font-size: 18px;
    line-height: 28px;
}
.item-3.yamm-fw .dropdown-menu .subpage {padding: 10px 15px 20px;text-decoration: none;vertical-align: top;display: block;}
.item-3.yamm-fw .dropdown-menu .subpage h3 {margin: 0;display: inline-block;}
.item-3.yamm-fw .dropdown-menu .subpage:hover h3 {
    color: #d00;
}
.item-3.yamm-fw .dropdown-menu .subpage .icon span {margin-left: 15px;font-size: 25px;}
.item-3.yamm-fw .dropdown-menu .subpage .item-description {color: #555;}
.item-3.yamm-fw .dropdown-menu .subpage .item-description p {margin: 0;}
.item-3.yamm-fw .dropdown-menu .subpage .icon {padding: 15px 0 0 0;color: #CCC;height: 70px;}
.item-3.yamm-fw .dropdown-menu .subpage .icon span {font-size: 60px;margin: 0;}
.item-3.yamm-fw .dropdown-menu .subpage h3 {font-size: 21px;color: rgba(27,155,40,0.8);margin: 25px 0 10px;}
.item-3.yamm-fw .dropdown-menu .subpage:hover h3 {text-decoration: underline;}
.item-3.yamm-fw .dropdown-menu .subpage:hover .fa {color: rgba(27,155,40);}

@media(max-width: 991px) {
    .item-3.yamm-fw .dropdown-menu {background-color: #ccc;padding: 5px;}
    .item-3.yamm-fw .dropdown-menu .row {margin: 0;}
    .item-3.yamm-fw .dropdown-menu .subpage {border: 1px solid #ccc;padding: 5px 0;background-color: #fff;}
    .item-3.yamm-fw .dropdown-menu .subpage .icon {display:none;}
    .item-3.yamm-fw .dropdown-menu .subpage h3 {margin: 0; font-weight: 400; font-size: 15px;}
    .item-3.yamm-fw .dropdown-menu .subpage .item-description {display:none;}
}

/* home-banner */
.home-banner {
    height: 500px;
    background: #fff;
    background-image: url('./../img/home-banner.jpg');
    background-image: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)), url('./../img/home-banner.jpg');
    background-size: cover;
    background-position: center center; 
}
.home-banner .links {
    min-height: 400px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
    position: relative;
}
.home-banner .links .big-title {
    position: absolute;
    top: -30px;
    left: 0;
    color: #fff;
    font-size: 70px;
    text-shadow: 0 2px 4px #000;
    max-width: 66%;
    line-height: 1.05;
}
@media(max-width: 991px) {
    .home-banner .links .big-title {
        font-size: 50px;
        top: 0;
        left: unset;
        text-align: center;
    }
}
@media(max-width: 767px) {
    .home-banner .links .big-title {
        display: none;
    }
}
.link-large {
    margin: 20px 0 0;
    text-transform: uppercase;
    font-size: 18px; /*24px;*/
    font-weight: 500;
    color: #fff;
    background: #d00;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link-large:hover {
    color: #fff;
    text-decoration: none;
}
.link-large:hover .fa {
    color: #ffa420;
}
.link-large .link {
    display: grid;
    align-items: center;
}
.link-large .text {
    padding: 10px 15px 13px 15px;
    line-height: 1.6;
}
.link-large .icon {
    padding: 10px 15px;
    height: 100%;
}

/* buttons */
.btn {
    background-color: #111;
    background: #111;
    /*
    background: linear-gradient(to bottom, rgb(103,178,97) 0%,#d00 100%);
    */
    border: 0;
    border-radius: 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 3em;
    -moz-transition: 0.35s ease all;
    -o-transition: 0.35s ease all;
    -webkit-transition: 0.35s ease all;
    transition: 0.35s ease all;
    text-transform: uppercase;
    font-weight: 800;
}
.btn:hover,
.btn-default:hover {
    color: #fff;
    background: #ffa420;
}

/* blog */
.blog .item h3 {
    margin-top: 0;
}
.blog .item {
    margin: 20px 0;
}
.blog .item .img-wrap {
    display: block;
    margin-bottom: 20px;
}
.section-blog .title {
    margin: 0 0 40px;
}
.section-blog .perex {
    padding-bottom: 10px;
}
.section-blog .tag-date {
    color: rgba(53,53,53,0.6);
}
.section-blog .tag-date .fa {
    margin-right: 5px;
}
.section-blog-item .perex {
    padding: 10px 0;
}
.section-blog-item .tag-date {
    color: rgba(53,53,53,0.6);
}
.section-blog-item .tag-date .fa {
    margin-right: 5px;
}

/* catalog */
.catalog .item {
    border: 2px solid #fff;
    padding: 10px;
    background-color: #fff;
}
.catalog .item:hover {
    border-color: #d00;
}
.catalog .item a:focus h3,
.catalog .item h3,
.catalog .item:hover h3 {
    margin-top: 0;
    font-weight: 800;
    color: #d00;
}
.catalog .attributes .name {
    font-weight: 500; 
}
.catalog .attributes .value {
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    background: #d00;
    padding: 0 5px;
    color: #fff;
}

/* product */
#product h1 {
    color: #d00;
}
#product .attributes .name {
    font-weight: 500; 
}
#product .attributes .value {
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    background: #d00;
    padding: 0 5px;
    color: #fff;
}

/* blocks */

.section-text-bg {
    background-color: #ddd;
    padding: 40px 0 30px;
    color: #111;
    margin: 40px 0;
}

.section-questions-harmonica .panel.panel-default {
    border-color: #ccc;
    border-radius: 0;
}
.section-questions-harmonica .panel-heading {
    background-color: #f5f5f5;
    color: #111;
}
.section-questions-harmonica a:focus {
    color: #dd0;
}

.section-tree {
    margin: 0 0 40px 0;
}
.section-tree .title-wrap {
    margin: 0 0 40px 0;
}
.section-tree .title {
    margin-bottom: 40px;
}
.section-tree .description {
    font-size: 18px;
    line-height: 28px;
}
.section-tree .row-inline {margin: 0 -20px;}
.section-tree .subpage {padding: 0 0 15px 0;text-decoration: none;display: inline-block;width: 250px;margin: 0 20px;vertical-align: top;}
.section-tree .subpage h3 {margin: 0;display: inline-block;}
.section-tree .subpage:hover h3 {
    color: #d00;
}
.section-tree .subpage .icon span {margin-left: 15px;font-size: 25px;}
.section-tree .subpage .item-description {color: #555;margin-bottom: 10px;}
.section-tree .subpage .item-description p {margin: 0;}
.section-tree .subpage-style-1 {}
.section-tree .subpage-style-1 .icon {padding: 15px 0 0 0;color: #CCC;height: 70px;}
.section-tree .subpage-style-1 .icon span {font-size: 60px;margin: 0;}
.section-tree .subpage-style-1 h3 {font-size: 21px;color: rgba(27,155,40,0.8);margin: 25px 0 10px;}
.section-tree .subpage-style-1:hover h3 {text-decoration: underline;}
.section-tree .subpage-style-1:hover .fa {color: rgba(27,155,40);}
.section-tree .subpage-style-2 {background: #F4EEE1;padding: 4px;margin: 0 10px 20px 10px;width: 270px;}
.section-tree .subpage-style-2 .img-wrap {}
.section-tree .subpage-style-2 .img-wrap img {margin: 0;}
.section-tree .subpage-style-2 h3 {margin: 15px;}
.section-tree .subpage-style-2:hover h3 {text-decoration: underline;}
.section-tree .subpage-style-2 .item-description {margin: 0 15px;}

.section-partners .partners {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* footer */
footer div[data-block="contact-form"] {
    color: rgba(255,255,255,0.5);
    margin: 20px 0 60px;
}
footer div[data-block="contact-form"] .text {
    margin: 0 0 40px;
}
footer div[data-block="contact-form"] .title {
    color: #fff;
    font-weight: 700;
}
footer div[data-block="contact-form"] .form-group {
    margin-bottom: 20px;
}
footer div[data-block="contact-form"] .form-control {
    color: #fff;
    min-height: 40px;
    background-color: transparent;
    border: 2px solid;
    border-color: rgba(255,255,255,0.5);
}
footer div[data-block="contact-form"] .mandatory {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
}
footer .btn {
    min-height: 40px;
    padding: 0 24px;
}

/* cols */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    width: 20%;
    float: left;
}

/*
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.col-xs-10ths,
.col-sm-10ths,
.col-md-10ths,
.col-lg-10ths,
.col-xl-10ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-10ths {
        width: 10%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-10ths {
        width: 10%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-10ths {
        width: 10%;
        float: left;
    }
}
@media (min-width: 1600px) {
    .col-xl-10ths {
        width: 10%;
        float: left;
    }
}
*/

.col-xs-8ths,
.col-sm-8ths,
.col-md-8ths,
.col-lg-8ths,
.col-xl-8ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-8ths {
        width: 12,5%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-8ths {
        width: 12,5%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-8ths {
        width: 12,5%;
        float: left;
    }
}
@media (min-width: 1600px) {
    .col-xl-8ths {
        width: 12.5%;
        float: left;
    }
}