@charset "utf-8";

@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 400;
    src: local("PT Sans"), local("PTSans-Regular"), url(../fonts/PT_Sans-Web-Regular.ttf);
}

@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 700;
    src: local("PT Sans Bold"), local("PTSans-Bold"), url(../fonts/PT_Sans-Web-Bold.ttf);
}

@font-face {
    font-family: "PT Sans";
    font-style: italic;
    font-weight: 400;
    src: local("PT Sans Italic"), local("PTSans-Italic"), url(../fonts/PT_Sans-Web-Italic.ttf);
}

@font-face {
    font-family: "PT Sans";
    font-style: italic;
    font-weight: 700;
    src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url(../fonts/PT_Sans-Web-BoldItalic.ttf);
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 100;
    src: local("Raleway Thin"), local("Raleway-Thin"), url(../fonts/Raleway-Thin.ttf);
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 200;
    src: local("Raleway ExtraLight"), local("Raleway-ExtraLight"), url(../fonts/Raleway-ExtraLight.ttf);
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 300;
    src: local("Raleway Light"), local("Raleway-Light"), url(../fonts/Raleway-Light.ttf);
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    src: local("Raleway"), url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    src: local("Raleway Medium"), local("Raleway-Medium"), url(../fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 600;
    src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(../fonts/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    src: local("Raleway Bold"), local("Raleway-Bold"), url(../fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 800;
    src: local("Raleway ExtraBold"), local("Raleway-ExtraBold"), url(../fonts/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 900;
    src: local("Raleway Heavy"), local("Raleway-Heavy"), url(../fonts/Raleway-Heavy.ttf);
}

body {
    background: transparent url(../images/background.png) repeat;
    font-family: "PT Sans", Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    margin: 0px 0px 0px 0px;
}

body.tablet-s.page,
body.tablet-s.page {
    background-image: none;
}

a {
    color: #9678d2;
    padding-bottom: 2px;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid #9678d2;
}

a.header:hover {
    border-bottom: none;
}

ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
}

.overlay {
    background-color: #4d4d4d;
    opacity: 0.3;
    -o-opacity: 0.3;
    -ms-opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
}

.window {
    background-color: #ffffff;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 24px;
    overflow: auto;
    padding: 20px 20px 20px 20px;
    text-align: center;
    width: 380px;
}

.window h1 {
    color: #000000;
    font-family: "Raleway","PT Sans", Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    margin: 16px 0px 32px 0px;
    text-transform: uppercase;
}

.footer {
    color: #6d6d6d;
    font-size: 13px;
    margin: 20px auto 20px auto;
    text-align: center;
    text-shadow: 1px 1px 1px #ffffff;
    -o-text-shadow: 1px 1px 1px #ffffff;
    -ms-text-shadow: 1px 1px 1px #ffffff;
    -moz-text-shadow: 1px 1px 1px #ffffff;
    -khtml-text-shadow: 1px 1px 1px #ffffff;
    -webkit-text-shadow: 1px 1px 1px #ffffff;
}

.homepage {
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.homepage .container {
    margin: 0px auto 0px auto;
    position: absolute;
}

.homepage .header {
    background: transparent url(../images/logo-large.png) no-repeat center center;
    height: 61px;
    margin: 0px auto 20px auto;
    width: 360px;
}

.homepage .bottom {
    bottom: 0px;
    color: #6d6d6d;
    font-size: 13px;
    margin-bottom: 10px;
    position: absolute;
    text-shadow: 1px 1px 1px #ffffff;
    -o-text-shadow: 1px 1px 1px #ffffff;
    -ms-text-shadow: 1px 1px 1px #ffffff;
    -moz-text-shadow: 1px 1px 1px #ffffff;
    -khtml-text-shadow: 1px 1px 1px #ffffff;
    -webkit-text-shadow: 1px 1px 1px #ffffff;
    width: 100%;
}

.homepage .bottom > .contacts {
    line-height: 22px;
}

.homepage .bottom > .extras {
    font-size: 12px;
    line-height: 18px;
}

.homepage .links {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 32px;
    text-shadow: 1px 1px 1px #ffffff;
    -o-text-shadow: 1px 1px 1px #ffffff;
    -ms-text-shadow: 1px 1px 1px #ffffff;
    -moz-text-shadow: 1px 1px 1px #ffffff;
    -khtml-text-shadow: 1px 1px 1px #ffffff;
    -webkit-text-shadow: 1px 1px 1px #ffffff;
    text-transform: uppercase;
}

.homepage .links > a {
    margin: 0px 8px 0px 8px;
}

.homepage .links > .separator {
    font-weight: bold;
}

.contacts .header {
    background: transparent url(../images/logo-small.png) no-repeat center center;
    display: block;
    height: 32px;
    margin: 60px auto 60px auto;
    width: 180px;
}

.contacts .stores-list {
    margin: 0px auto 0px auto;
    max-width: 997px;
    overflow: auto;
    text-align: center;
}

.contacts .stores-list li {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0px 10px 48px 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 225px;
}

.contacts .stores-list li:hover {
    background-color: #f2f2f2;
    border-color: #dadada;
}

.contacts .stores-list li h2 {
    color: #4d4d4d;
    font-family: "Raleway","PT Sans", Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 18px;
    margin: 12px 10px 12px 10px;
    text-transform: uppercase;
}

.contacts .stores-list li p {
    color: #4d4d4d;
    line-height: 20px;
    margin: 10px 10px 0px 10px;
}

.static {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    color: #2d2d2d;
    margin: 30px auto 30px auto;
    max-width: 880px;
    overflow: auto;
    padding: 12px 24px 12px 24px;
}

body.tablet-s .static,
body.mobile-s .static {
    border: none;
    margin: 0px auto 0px auto;
}

.static .header {
    background: transparent url(../images/logo-small.png) no-repeat center center;
    display: block;
    height: 32px;
    margin: 30px auto 30px auto;
    width: 180px;
}

.static h1 {
    font-size: 24px;
    margin: 26px 0px 12px 0px;
    text-transform: uppercase;
}

body.tablet-s .static h1,
body.mobile-s .static h1 {
    font-size: 16px;
    margin: 16px 0px 8px 0px;
}

.static h2 {
    font-size: 18px;
    margin: 26px 0px 8px 0px;
    text-transform: uppercase;
}

body.tablet-s .static h2,
body.mobile-s .static h2 {
    font-size: 14px;
    margin: 16px 0px 4px 0px;
}

.static p {
    font-size: 14px;
    line-height: 22px;
    margin: 8px 0px 8px 0px;
}

body.tablet-s .static p,
body.mobile-s .static p {
    font-size: 12px;
    line-height: 18px;
    margin: 4px 0px 4px 0px;
}
