@charset "utf-8";
/*
Theme Name: Akadem-Master
Theme URI:
Author: Olga & Konstantin Milyushenko
Author URI: http://garmoniagroup.ru
Description: Сайт компании Академ - Мастер
Version: 1.0
*/
@font-face {
    font-family: 'AgoraSansProBlack';
    src: url('fonts/AgoraSansProBlack.eot');
    src: url('fonts/AgoraSansProBlack.eot?#iefix') format('embedded-opentype'), url('fonts/AgoraSansProBlack.woff') format('woff'), url('fonts/AgoraSansProBlack.ttf') format('truetype');
}

@font-face {
    font-family: 'AgoraSansProMedium';
    src: url('fonts/AgoraSansProMedium.eot');
    src: url('fonts/AgoraSansProMedium.eot?#iefix') format('embedded-opentype'), url('fonts/AgoraSansProMedium.woff') format('woff'), url('fonts/AgoraSansProMedium.ttf') format('truetype');
}

@font-face {
    font-family: 'AgoraSansProRegular';
    src: url('fonts/AgoraSansProRegular.eot');
    src: url('fonts/AgoraSansProRegular.eot?#iefix') format('embedded-opentype'), url('fonts/AgoraSansProRegular.woff') format('woff'), url('fonts/AgoraSansProRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'AgoraSansProLight';
    src: url('fonts/AgoraSansProLight.eot');
    src: url('fonts/AgoraSansProLight.eot?#iefix') format('embedded-opentype'), url('fonts/AgoraSansProLight.woff') format('woff'), url('fonts/AgoraSansProLight.ttf') format('truetype');
}

.AgoraSansProLight {
    font-family: 'AgoraSansProLight';
}

.AgoraSansProRegular {
    font-family: 'AgoraSansProRegular';
}

.AgoraSansProMedium {
    font-family: 'AgoraSansProMedium';
}

.agorasansproblack {
    font-family: 'AgoraSansProBlack' !important;
}

body {
    background-image: url('images/bacground_body.png');
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100%;
}

p {
    overflow-wrap: break-word; /* не поддерживает IE, Firefox; является копией word-wrap */
    word-wrap: break-word;
    word-break: normal; /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */
    line-break: auto; /* нет поддержки для русского языка */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; /* не поддерживает IE, Opera12.14, значение auto не поддерживается Chrome */
}

.scrollup {
    bottom: 20px;
    /*width: 50px;
    height: 50px;*/
    font-size: 26px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    text-align: center;
    z-index: 999;
    content: '';
}
#header {
    background/*\**/: #818286\9;
    background: #818286;
    border-bottom: 2px solid #CFCFCF;
}

#header .lang, #header .kontakt {
    margin: 10px auto;
}

.slogan {
    margin-top: 30px;
}

.slogan p {
    display: inline-block;
    border-bottom: 1px solid #ED3F37;
  /*  letter-spacing: 3px;
    word-spacing: 10px;*/
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: transparent !important;
}

.navbar li a {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #EF3E36 !important;
    padding: 10px 10px 5px 10px !important;
    /*font-family: 'AgoraSansProLight';*/
    font-weight: 700;
}

.category li a {
    font-family: 'AgoraSansProRegular';
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
}

.category > li > ul {
    margin-left: 15px;
}

.category li {
    /* margin: 3px auto;*/
    position: relative;
}

.category > li > a:before {
    position: absolute;
    left: -11px;
    top: 5px;
    font-size: 9px;
    content: "\e252";
    font-family: 'Glyphicons Halflings';
}

.category > li > a {
    font-size: 14px;
}

.category > li > ul > li > a {
    font-size: 12px;
}

.text-baner {
    text-align: right;
    margin-top: 10%;
    max-width: 320px;
    margin-bottom: 10px;
}

#baner {
    background-image: url('uploads/baner_1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.text-baner p {
    margin-bottom: 5px;
    max-width: 100%;
    background-image: url('uploads/background_baner_text.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 10px 5px 10px 20px;
}

.text-baner p span.absolute-top {
    position: absolute;
    left: -10px;
    top: -7px;
    width: 25px;
    height: 25px;
    background-color: #000000;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    padding-top: 2px;
}

#category-block {
    margin-top: 10px;
}

#category-block img, #category-block a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    margin: 10px auto;
    font-family: 'AgoraSansProRegular';
    font-size: 16px;
}

hr.black {
    background: #000000 !important;
    height: 1px;
    border: none;
}

.m10 {
    margin: 10px auto;
}

.pink {
    color: #EF3E36;
}

.mb0 {
    margin-bottom: 0px !important;
}

#footer {
    padding: 20px 0px;
    background/*\**/: #515151\9;
    background-color: rgba(0, 0, 0, 0.75);
}

#modal, #pricemodal, #zakazmodal {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 20px 5px 20px;
    z-index: 999;
}

#modal .close, #pricemodal .close, #zakazmodal .close {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 50%;
    font-size: 16px;
    height: 25px;
    opacity: 1;
    padding: 4px;
    position: relative;
    right: -30px;
    text-align: center;
    top: -30px;
    width: 25px;
}

#modal .close:hover, #pricemodal .close:hover, #zakazmodal .close:hover {
    background: #000000;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
input, button, select {
    max-width: 100%;
}
textarea {
 width: 100%;
    height: 200px;
}
.label-new {
    display: inline;
    padding: .2em 4em .3em;
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.tovar img {
    width: 100%;
}
#preview {
    width: 100%;
    margin-bottom: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.rsNav {
    max-width: 100%;
}

table tr td {
    border: 1px solid #959595!important;
}