@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,900,300italic|Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic-ext,cyrillic,latin-ext);

@font-face {
    font-family: 'fontello';
    src: url('../include/font/fontello.eot?19693618');
    src: url('../include/font/fontello.eot?19693618#iefix') format('embedded-opentype'),
    url('../include/font/fontello.woff?19693618') format('woff'),
    url('../include/font/fontello.ttf?19693618') format('truetype'),
    url('../include/font/fontello.svg?19693618#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

html * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

html, body {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: 100%;
    position: relative;
    font-weight: 500;
    color: #333;
}

::selection {
    background: #4f4f4f;
    color: #fff;
}

p {
    padding: 0px;
    margin: 0 0 10px 0;
    font-weight: 300;
}

h1 {
    padding: 30px 0px;
    margin: 0px;
    font-size: 36px;
    color: #4d236b;
    font-weight: 100;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: bold;
}

h2 {
    padding: 0px;
    margin: 0px;
    font-size: 24px;
    font-weight: bold;
}

h3 {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
}

ul {
    list-style: none;
}

.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: auto;
}

.popup .overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
}

.popup #popupWin {
    width: 600px;
    height: 400px;
    top: 90px;
    left: 50%;
    position: absolute;
    z-index: 1;
    background-size: cover;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.3);
    margin-left: -300px;
    cursor: pointer;
}

.popup #popupWin h2 {
    color: white;
    text-align: center;
    padding: 10px 0 20px;
}

.popup #popupWin .content {
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.popup .popupClose {
    background-image: url(/design/smart/include/fancybox/fancy_close.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    z-index: 1;

}

.animate {
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

a {
    color: #333;
    text-decoration: underline;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

a:hover {
    text-decoration: none;
    color: #999;
}

input:focus, select:focus, textarea:focus, img, a, button {
    outline: none;
}

.bg {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bgb {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pseudolink {
    border-bottom: 1px dashed;
    cursor: pointer;
}

.main {
    min-width: 960px;
    max-width: 1150px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.topMenu {
    position: fixed;
    width: 100%;
    background: #4f4f4f;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 99;
}

.topMenu:before {
    display: block;
    position: absolute;
    left: 0px;
    height: 50px;
    top: 0px;
    width: 50%;
    background: #333;
    content: '';
}

.logo {
    display: inline-block;
    background: #333;
    height: 50px;
}

.logo img {
    height: 50px;
}

.logo:hover img {
    opacity: .7;
}

.mainMenu {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 50px;
}

.mainMenu li {
    display: block;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 50px;
}

.mainMenu li a {
    display: block;
    padding: 0px 10px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}

.mainMenu li a:hover {
    text-decoration: none;
    color: #00bfdd;
}

.showLocation {
    display: block;
    float: right;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    font-family: 'fontello';
    color: #fff;
    background: #333;
    cursor: pointer;
    margin-left: 30px;
}

.showLocation:hover {
    opacity: .7;
}

.location {
    position: fixed;
    z-index: 80;
    left: 0px;
    top: -1000px;
    background: #333;
    width: 100%;
    padding-bottom: 10px;
    color: #fff;
}

.location .main {
    padding: 30px 0;
    border-bottom: 2px solid #00bfdd;
}

.location input, .location textarea {
    display: block;
    margin-bottom: 10px;
    background: #4f4f4f;
    color: #fff;
    border: 1px solid #000;
    padding: 5px 10px;
    width: 100%;
}

.location input:focus, .location textarea:focus {
    border: 1px solid #00bfdd;
}

.location textarea {
    height: 85px;
    padding: 10px;
    resize: none;
}

.location input[type=submit] {
    padding: 10px;
    cursor: pointer;
    margin-bottom: 0px;
}

.location input[type=submit]:hover {
    background: #00bfdd;
}

.slider {
    background: no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider h1 {
    font-size: 42px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.slider h1 b {
    line-height: 50px;
}

.slider h1 span {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    display: block;
}

.slider h1 a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    margin-right: 30px;
    font-size: 18px;
    background: #4d236b;
}

.slider h1 a:hover {
    padding-right: 30px;
}

.slider h1 a:before {
    content: 'r';
    position: absolute;
    right: 5px;
    color: #00bfdd;
    font-family: 'fontello';
    text-transform: none;
    top: 14px;
    opacity: 0;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.slider h1 a:hover:before {
    opacity: 1;
    right: 10px;
}

.adds {
    display: block;
    text-decoration: none;
    color: #fff;
    float: left;
    margin-right: 4%;
    width: 48%;
    height: 275px;
    margin-bottom: 30px;
}

.adds:hover {
    color: #fff;
}

.adds:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    content: '';
    display: block;
}

.adds:hover:before {
    background: rgba(0, 0, 0, .4);
}

.adds:nth-child(2n+2) {
    margin-right: 0px;
}

.adds span {
    display: block;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    position: absolute;
}

.adds .head {
    margin-top: 50px;
    font-size: 16px;
    text-transform: uppercase;
    width: 400px;
}

.adds .text {
    margin-top: 120px;
    font-size: 18px;
    font-weight: 300;
    max-height: 80px;
    overflow: hidden;
    width: 400px;
}

.adds .link {
    margin-top: 20px;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    bottom: 30px;
    text-align: center;
    width: 250px;
}

.addsRight span {
    right: 30px;
}

.addsLeft span {
    left: 30px;
}

.bloq {
    display: block;
    padding: 15px;
    border: 2px solid #00bfdd;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.bloq .name {
    font-style: italic;
    font-weight: bold;
    color: #999;
}

.bloq .face {
    display: block;
    position: absolute;
    right: -20px;
    width: 100px;
    height: 100px;
    bottom: -30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
}

.leftColumn {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.leftColumn a {
    position: absolute;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    margin-right: 30px;
    font-size: 18px;
    background: #4d236b;
    position: absolute;
    bottom: 50px;
    left: 30px;
    opacity: .5
}

.leftColumn a:hover {
    padding-right: 30px;
    opacity: .9;
}

.leftColumn a:before {
    content: 'r';
    position: absolute;
    right: 5px;
    color: #00bfdd;
    font-family: 'fontello';
    text-transform: none;
    top: 14px;
    opacity: 0;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.leftColumn a:hover:before {
    opacity: 1;
    right: 10px;
}

.list {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.list li {
    display: block;
    float: left;
    width: 18%;
    margin: 0px;
    padding: 5px;
    list-style: none;
    margin-right: 2.5%;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.list li:hover {
    border: 1px solid rgba(0, 0, 0, 0.3)
}

.list li:nth-child(5n+5) {
    margin-right: 0px;
}

.list li a {
    width: 100%;
    height: 140px;
    display: block;
    text-decoration: none;
    color: #333;
    background-size: contain;
}

.list li a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
    content: '';
}

.list li a:hover:before {
    background: rgba(255, 255, 255, .8);
}

.list li a span {
    position: absolute;
    color: #4d236b;
    width: 80%;
    padding: 10px 15px;
    text-align: center;
    left: 10%;
    bottom: 50px;
    z-index: 2;
    content: 'ПОДРОБНЕЕ';
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    border: 2px solid #4d236b;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
    opacity: 0;
}

.list li a:hover span {
    opacity: 1;
}

.list li a span:hover {
    background: #4d236b;
    color: #fff;
}

.list li .name {
    font-size: 14px;
    margin-top: 5px;
    display: block;
    width: 100%;
    text-align: center;
    height: 42px;
    overflow: hidden;
}

.list li .price {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    display: block;
}

.akcii {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.akcii li {
    display: block;
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 25px;
}

.akcii li:nth-child(3n+3) {
    margin-right: 0px;
}

.akcii a {
    display: block;
    height: 250px;
    line-height: 250px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.akcii a:before, .akcii a:after {
    display: block;
    position: absolute;
    z-index: 2;
    width: 90%;
    height: 90%;
    content: '';
    left: 5%;
    top: 5%;
    border: 2px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.akcii a:hover {
    background: rgba(0, 0, 0, .6);
}

.news {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.news li {
    display: block;
    margin: 0px;
    float: left;
    width: 30%;
    margin-right: 5%;
    list-style: none;
    padding: 0px;
    margin-bottom: 25px;
    background: #0f9bb2;
    color: #fff;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.news li:nth-child(3n+3) {
    margin-right: 0px;
}

.news li .bg {
    display: block;
    width: 100%;
    height: 180px;
}

.news li .name {
    text-align: center;
    padding: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 18px;
    height: 75px;
    overflow: hidden;
}

.news li .txt {
    text-align: center;
    padding: 0px 15px 15px 15px;
    font-size: 18px;
    height: 125px;
    overflow: hidden;
    margin-bottom: 10px;
}

.news a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    margin-right: 30px;
    font-size: 16px;
    background: #4d236b;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.news a:hover {
    padding-right: 30px;
}

.news a:before {
    content: 'r';
    position: absolute;
    right: 5px;
    color: #00bfdd;
    font-family: 'fontello';
    text-transform: none;
    top: 14px;
    opacity: 0;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.news a:hover:before {
    opacity: 1;
    right: 10px;
}

.news .date {
    position: absolute;
    height: 42px;
    line-height: 42px;
    font-style: italic;
    font-size: 14px;
    padding: 0 15px;
    bottom: 0px;
    right: 0px;
}

.content {
    padding: 20px;
}

.itemimg {
    float: left;
    min-height: 350px;
    margin-top: 40px;
    width: 400px;
}

.itemimg pre {
    white-space: pre-wrap;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    font-weight: 300;
}

.itemimg a.bigPhoto {
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.itemimg img {
    width: 400px;
}

.itemdesc {
    margin-left: 450px;
}

.itemdesc h1 {
    text-align: left;
    padding-bottom: 0;
}

.button-inline {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    margin-right: 30px;
    font-size: 18px;
    background: #4d236b;
}

.button-inline:hover {
    padding-right: 30px;
}

.button-inline:before {
    content: 'r';
    position: absolute;
    right: 5px;
    color: #00bfdd;
    font-family: 'fontello';
    text-transform: none;
    top: 14px;
    opacity: 0;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.button-inline:hover:before {
    opacity: 1;
    right: 10px;
}

#ajaxForm input, #ajaxForm textarea {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 3px 5px;
}

.ui-widget-header {
    border: 1px solid #a3a3a3;
    background: rgb(77, 35, 107);
    font-weight: bold;
    color: white;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0;
}

ul.pagination {
    float: right;
    clear: both;
}

ul.pagination li {
    float: left;
}

ul.pagination li a, ul.pagination li span {
    float: left;
    padding: 0 5px;
    display: block;
    min-width: 23px;
    text-align: center;
}

ul.pagination li span, ul.pagination li a:hover {
    background-color: #4d236b;
    color: white;
}

.catalog .catmenu li {
    margin-bottom: 10px;
}

.catalog .catmenu li a {
    text-decoration: none;
}

.catalog .catmenu li a.active {
    color: #999;
}

.item .itemNavi {
    padding-bottom: 30px;
}

.item .itemNavi, .item .itemNavi a {
    color: #aaa;
    font-size: 14px;
    text-decoration: none;
}

.break {
    clear: both;
}

.blog {
    border-bottom: 2px solid #00bfdd;
    overflow: hidden;
}

.blog div.pic {
    float: left;
    width: 30%;
    height: 200px;
    margin-top: 40px;
    margin-right: 20px;
}

.blog div.pic a {
    text-decoration: none;
    border: 1px #dedede solid;
}

.blog div.anons {
    margin-left: 30%;
    min-height: 210px;
}

.blog div.more {
    margin-right: 20px;
    float: right;
}

.blog h1 a {
    color: #4d236b;
    text-decoration: none;
}

.blog h1 a:hover {
    color: #999;
}

.feedback input, .feedback textarea {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #b7b7b7;
    color: rgba(0, 142, 198, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252, 252, 252, 1);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.66);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    font-size: 16px;
}

.feedback button[type=submit] {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    margin-right: 30px;
    font-size: 18px;
    background: #4d236b;
    border: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.feedback button[type=submit]:hover {
    padding-right: 30px;
}

.feedback button[type=submit]:before {
    content: 'r';
    position: absolute;
    right: 5px;
    color: #00bfdd;
    font-family: 'fontello';
    text-transform: none;
    top: 12px;
    opacity: 0;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.feedback button[type=submit]:hover:before {
    opacity: 1;
    right: 10px;
}

.feedback {
    width: 300px;
}

.feedback input, .feedback textarea, .feedback button {
    width: 100%;
    margin-bottom: 10px;
}

.files li {
    width: 100%;
    border-bottom: 1px solid #ededed;
    clear: both;
    float: left;
    padding: 20px 0;
}

.files li:last-child {
    border: none;
}

.files li a {
    width: 280px;
}

.courseInfo {
    width: 95%;
    float: right;
}

.post .courseInfo {
    width: 65%;
}

ul.courseView {
    padding: 0;
    margin: 0 auto;
    width: 80%;
    position: relative;
    overflow: hidden;
}

.courseView li {
    padding: 5px 0;
    border-top: 1px dotted #dedede;
}

.courseView li:nth-child(odd) {
    float: left;
    clear: both;
    width: 50%;
}

.courseView li:nth-child(even) {
    float: left;
    text-align: right;
    width: 50%;
}

.courseView li:first-child, .courseView li:nth-child(2) {
    border: none;
    line-height: 30px;
}

.breakCourse {
    float: left;
    margin-top: 10px;
}

.tooltipBox {
    border-radius: 0px;
    font-family: "Open Sans";
    border: 1px solid !important;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 12px;
    background-color: lemonchiffon !important;
    padding: 0;
}

.tooltipBox div {
    background-color: lemonchiffon !important;
    padding: 1px 3px;
}

.tooltipBox p {
    margin: 0;
}

.yandexCassa a{
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    margin: 10px auto;
    font-size: 18px;
    background: #4d236b;
}
.yandexCassa a:before {
    content: 'r';
    position: absolute;
    right: 5px;
    color: #00bfdd;
    font-family: 'fontello';
    text-transform: none;
    top: 14px;
    opacity: 0;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.yandexCassa a:hover {
    padding-right: 30px;
}

.yandexCassa a:hover:before {
    opacity: 1;
    right: 10px;
}
