@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100&subset=latin,cyrillic);

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'roboto', sans-serif;
}

a {
    color: #2e5801;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    text-decoration: none;
}

.btn-primary {
    border-color: #fff;
    background-color: #607DC3;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
}

.btn-primary:hover {
    border-color: #fff;
    background-color: #f00;
    font-weight: 400 !important;
    color: #fff;
}

.md-show {
   display: none;
}

.mobile-show {
    display: none;
}

@media (max-width: 1198px) {
    .md-show {
        display: block !important;
    }

    .md-hide {
        display: none;
    }
}

@media (max-width: 992px) {
    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block !important;
    }

    .mobile-center {
        text-align: center;
    }
}

.header {
    padding: 16px 0 0 0;

}

@media (max-width: 992px) {
    .header {
        padding: 16px 0 16px 0;
        margin-top: 32px;
    }
}


@media (max-width: 992px) {
    .header .container-fluid {
        background-position: center,center;
    }
}

.header .item-phone {
    text-align: center;

    color: #fff;
    text-shadow: 1px 1px 6px #000;

}

.header .item-phone a {
    color: #fff;
}

@media (max-width: 768px) {
    .header .item-phone {
        padding: 8px 0;

        background: rgba(255,255,255,0.5);

        text-shadow: 1px 1px 6px #000;
    }
}

.header .item-phone .phone {
    font-size: 1.6em;
}

@media (max-width: 1320px) {
    .header .item-phone .phone {
        font-size: 1.2em;
    }
}

.header .garantii {
    font-size: 1.6em;

    color: #ffffff;
    text-shadow: 1px 1px 6px #000000;
}

.top-menu {
    background-color: #6d8b00;
}

.top-menu ul {
    list-style: none;
    text-align: center;
    margin: 0;
}

.top-menu ul li {
    display: inline-block;
   /* margin: 0 16px;*/
}

.top-menu ul li a {
    font-size: 1.4em;
    color: #fff;
    display: block;
    padding: 8px 32px;
    text-decoration: none;
}

.top-menu ul li a:hover {
    color: #6d8b00;
    background-color: #fff;
}


.content {
    margin: 24px 0;
}

.content h6 {
	font-size: 1.1em;
    margin: 0 0 16px 0;
}

.content h5 {
	font-size: 1.2em;
    margin: 0 0 16px 0;
}

.content h4 {
	font-size: 1.3em;
    margin: 0 0 16px 0;
}

.content h3 {
	font-size: 1.4em;
    margin: 0 0 16px 0;
}

.content h2 {
	font-size: 1.5em;
    margin: 0 0 16px 0;
}

.content h1 {
	font-size: 1.6em;
	margin: 0 0 16px 0;
}

@media (max-width: 992px) {
    .content h6,
    .content h5,
    .content h4,
    .content h3,
    .content h2,
    .content h1 {
        margin: 8px 0;
    }
}

.content ol {
    padding: 8px 0 8px 32px;
}

.content ul {
	padding: 8px 0 8px 32px;
}

.content .text-important {
    color: #f00;
    font-weight: 700;
    font-size: 1.2em;
}

.content .text-strong {
    font-weight: 700;
    font-size: 1.2em;
}

.content a:hover {
    text-decoration: none;
    /* font-weight: 700; */
}

.content table td {
	padding: 4px;
}

.content img {
	max-width: 100%;
}

.content .img-left {
    float: left;
    padding: 8px 8px 8px 8px;
    margin: 0 8px 0 0;
}

.content .img-right {
    float: right;
    padding: 8px 8px 8px 8px;
    margin: 0 0 0 8px;
}

.content .clearfix {
    clear: both;
}

.content .left .mat-cap {
    font-size: 1.2em;

    padding: 8px;

    color: #FF00DC;
    border: 2px solid #c4d15b;
}

.content .left .mat-cap span {
    color: #FF00DC;
}

.content .right .mat-cap {
    font-size: 1.2em;

    padding: 8px;
    margin-top: 8px;

    color: #ff0000;
    border: 2px solid #c4d15b;
}

.content .right .mat-cap span {
    color: navy;
}



.content .left .sidebar-menu {
    margin: 4px 0;
}

.content .left .sidebar-menu ul {
    padding: 8px;

    list-style: none;

    background: #b56201;
}

.content .left .sidebar-menu ul li {
    background: rgba(0, 0, 0, 0) url('../ii/border.png') no-repeat scroll 0 0;
}

.content .left .sidebar-menu ul li a {
    font-size: 1.2em;

    display: block;

    padding: 8px 8px;

    text-decoration: none;

    color: #ffffff;
    text-shadow: -1px -1px 4px #888888;
}

.content .left .sidebar-menu ul li a:hover {
    color: #c4d15b;
    text-shadow: none;
}

.content .left .sber {
    margin: 4px 0;
}

.content .left .sber img {
    float: left;

    margin: 0 8px 0 0;
}

@media (max-width: 992px) {
    .content .left .sber img {
        display: block;
        float: none;

        margin: 8px auto;
    }

    .content .left .sber {
        font-size: 1.2em;
    }

    .content .right .sber img {
        display: block;
        float: none;

        margin: 8px auto;
    }

    .content .right .sber {
        font-size: 1.2em;
    }
}

.content .left .best-choise {
    font-weight: 700;

    margin: 8px 0 0 0;

    color: #2e5801;
    border: 2px solid #c4d15b;
    background: #f7f7f7;
}

.content .left .best-choise .inner {
    padding: 8px;
    /*background: url('/ii/icon_map.png') no-repeat right top;*/
}

.content .left .best-choise .inner img {
    float: right;
}

.content .right .best-choise {
    font-weight: 700;

    margin: 8px 0 0 0;

    color: #2e5801;
    border: 2px solid #c4d15b;
}

.content .right .best-choise .inner {
    padding: 8px;
    /*background: url('/ii/icon_map.png') no-repeat right top;*/
}

.content .right .best-choise .inner img {
    float: right;
}


@media only screen and (max-width: 920px)  {
    
    .content table {
        width: 100%;
        overflow: auto;
    }   

    .content img {
        height: auto !important;
    }

    .content .row {
        /*display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        /*-webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;*/*/
    }

    .content .main {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .content .left {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .content .right{
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .tab {
        width: 100%;
    }
    .etabs {
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;     
    }
    .tab a {
        width: 100%;
    }

    #tabs1-5 table, #tabs1-5 tr, #tabs1-5 td,
    #tabs1-4 table, #tabs1-4 tr, #tabs1-4 td,
    #tabs1-3 table, #tabs1-3 tr, #tabs1-3 td,
    #tabs1-2 table, #tabs1-2 tr, #tabs1-2 td,
    #tabs1-1 table, #tabs1-1 tr, #tabs1-1 td {
        display: block;
    }
    
}

table span.price {
    color: #f00;
}

.coolest:after, 
.coolest:before {
    display: table;
    content: " ";
}

.coolest:before {
    clear: both;
}

.coolest {
    padding: 20px 20px 16px 20px;
    margin: 90px 0 8px 0;
    /*text-shadow: -1px 1px 2px #ccc;*/
    color: #607DC3;
}

.coolest h2 {
    font-size: 32px;
    color: #607DC3;
}

.coolest .spisok {
    font-size: 1.2em;
    color: #01CED1;
}

.coolest .hot-msg {
    font-size: 24px;
}

.coolest .hot-msg .btn {
    margin-top: 8px;
}

.etabs a {
    color: navy;
}

ul.photo-gallery {
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
ul.photo-gallery li {
    list-style: none;
    display: inline-block;
    float: none;
    margin-right: -4px;
}

.img-block {
    width: 100%;
    min-height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    margin-bottom: 16px;
}

.img-block:after {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 50px;
    content: "";
    transform: translateX(-50%) translateY(-50%);
    background-image: url(/img/youtube.png);
    background-size: contain;
    background-repeat: no-repeat;
}