* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Clearfix method */
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    font-size: 0;
    line-height: 0;
    height: 0;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1;
}

* html .clearfix {
    height: 1%;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

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

.clear {
    clear: both
}

.row {
    /*margin: 0;*/
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.no-resize {
    resize: none;
}

html {
    position: relative;
    height: 100%;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    outline: none;
    max-width: 100%;
    height: auto;
}

::selection {
    background-color: #323333;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background-color: #323333;
    color: #fff;
    text-shadow: none;
}

a {
    font-size: 12px;
    color: #323333;
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus,
button:focus,
button:active,
button:hover,
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    color: #424242;
    outline: none;
    text-decoration: none;
}

a.url {
    color: #337ab7;
}

button.btn, a.btn, span.btn {
    position: relative;
    display: inline-block;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    outline: none;
    border: none;
    padding: 0 10px;
    box-shadow: none;
    /*height: 34px;*/
    /*line-height: 34px;*/
}

button.btn-dark,
.btn-dark,
a.btn-dark {
    border: 1px solid #2f2f2f;
    background: #2f2f2f;
    color: #fff;
}

button.btn-dark:hover,
.btn-dark:hover,
a.btn-dark:hover {
    background: none;
    color: #222;
}

.btn-danger,
button.btn-danger,
a.btn-danger {
    border: 1px solid #f05040;
    background: #f05040
}

.btn-danger:hover,
button.btn-danger:hover,
a.btn-danger:hover {
    border: 1px solid #fff;
    background: none;
}

.btn-outline,
button.btn-outline,
a.btn-outline {
    border: 1px solid #333;
    background: none;
    color: #333;
}

.btn-md,
button.btn-md,
a.btn-md {
    font-size: 18px;
    height: 45px;
    line-height: 53px;
    padding: 0 30px;
}

.btn-lg,
button.btn-lg,
a.btn-lg {
    font-size: 20px;
    height: 53px;
    line-height: 53px;
    padding: 0 30px;
}

.btn-icon,
a.btn-icon,
button.btn-icon {
    outline: none;
    border: none;
    padding: 10px;
    line-height: 1.1;
    height: auto;
    font-size: 14px;
    background: none;
    color: #333;
}

.btn-default,
a.btn-default,
button.btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #797979;
}

/*.hover:hover,*/
.btn-opacity:hover,
.buttons-opacity a:hover,
.buttons-opacity .btn:hover {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    filter: alpha(opacity=75);
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

a.url-img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.url-img:hover {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    filter: alpha(opacity=75);
}

.btn.empty-button {
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border: 1px solid #6f6f6f;
    font-size: 15px;
}

.btn.empty-button:hover {
    text-decoration: none;
    background-color: #efefef;
}

.btn.empty-small-button {
    border: 1px solid #6f6f6f;
    height: 22px;
    line-height: 20px;
    font-size: 11px;
    padding: 0 12px;
}

.btn.empty-small-button:hover {
    text-decoration: none;
    border-color: #f4995b;
    color: #f4995b;
}

.btn.light-orange {
    background: #ed8f56;
    border: 1px solid #ed8f56;
    color: #fff;
}

.btn.flat-orange {
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    background-color: #dc4800;
    padding: 0 20px;
    border: 2px solid #dc4800;
    position: relative;
    text-align: center;
}

.btn.flat-orange i {
    vertical-align: middle;
    font-size: 20px;
    left: 20px;
    position: absolute;
    top: 11px;
}

.btn.flat-orange:hover {
    text-decoration: none;
    background-color: #c65218;
}

.btn.flat-facebook,
.btn.flat-twitter {
    height: 43px;
    line-height: 43px;
    font-size: 15px;
    color: #333;
    width: 100%;
    padding: 0 5%;
    background: #fff;
    border: 1px solid #424242;
    text-transform: uppercase;
}

.btn.flat-facebook i,
.btn.flat-twitter i {
    margin-right: 15px;
    font-size: 18px;
    vertical-align: -2px;
    color: #676767;
}

button.full-button,
a.full-button,
.full-button {
    line-height: 34px;
    padding: 0 15px;
    font-size: 15px;
    background: #555;
    border: none;
    outline: none;
    text-decoration: none;
    color: #fff;
}

a.full-button:hover,
.full-button:hover {
    color: #fff;
    background: #292929;
}

.input-box {
    position: relative;
}

.upload-button {
    position: relative;
}

.upload-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.btn-love {
    position: relative;
    display: inline-block;
    background: #fc8d70;
    min-width: 130px;
    height: 35px;
    line-height: 35px;
    border: none;
    text-align: center;
    color: #ffffff !important;
    font-size: 15px;
    padding: 0 0 0 22px;
}

.btn-love:hover {
    background: #e58066;
    color: #fff;
}

.btn-love i {
    vertical-align: middle;
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin: -9px 0 0;
}

.btn-love.active i:before {
    content: "\e656";
}

.btn-add-to-cart {
    background: #3b3b3b;
    min-width: 170px;
    height: 35px;
    line-height: 35px;
    border: none;
    text-align: center;
    color: #ffffff !important;
    font-size: 15px;
    padding: 0 0 0 15px;
}

.btn-add-to-cart i {
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 12px;
    margin: -9px 0 0;
}

.noFocus:focus {
    outline: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.clean-list {
    padding: 0;
    margin: 0;
}

.clean-list li {
    list-style: none
}

.loader {
    background: rgba(255, 255, 255, 0.90) url("../img/loading_balls.gif") center no-repeat;
    background-size: 32px auto;
    width: 32px;
    height: 32px;
}

#wrapper {
    margin: 0;
    position: relative;
    width: 100%;
    /*-webkit-transform: translate(0, 0);*/
    /*-moz-transform: translate(0, 0);*/
    /*-ms-transform: translate(0, 0);*/
    /*-o-transform: translate(0, 0);*/
    /*transform: translate(0, 0);*/
}

#content {
    position: relative;
    /*height: 100%;*/
    padding: 0;
    margin: 0;
    -webkit-transform: translateZ(0); /*fix hardware acceleration*/
}

.page-wrapper {
    padding: 0 15px;
    position: relative;
}

.center-content,
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.std-content {
    position: relative;
}

.std-content .hidden-right-content {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fbfbfb;
    z-index: -3;
}

.inner-content {
    position: relative
}

textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
    width: 100%;
    border: 1px solid #c3c3c3;
    line-height: 1.4;
    padding: 6px 10px 5px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    outline: none;
}

.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form textarea {
    border: 1px solid #c3c3c3;
    line-height: 1.4;
    padding: 9px 4% 7px;
    font-size: 16px;
    border-radius: 3px;
    background: #fcfcfc;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}

.form input:focus {
    background: #fff;
    -webkit-box-shadow: 0 0 4px #5193ff;
    -moz-box-shadow: 0 0 4px #5193ff;
    box-shadow: 0 0 4px #5193ff;
}

.form label.error,
.form .message-error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 7px 10px;
    line-height: 1.3;
    font-size: 12px;
    display: block;
    margin-top: 3px;
}

.mPopup {
    position: fixed;
    left: 30%;
    top: 50px;
    width: 700px;
    background: #fff;
    border: 1px solid #d1d1d1;
    z-index: 1050;
}

/*Bootstrap modal */
/*
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; 
}

.modal-dialog {
    background: #fff;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-open .modal {
    padding-right: 0 !important;
}*/
.modal-content {
    background: #fcfcfc;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {

}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 1px 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 10px auto;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -70%);
    -moz-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    -o-transform: translate(0, -70%);
    transform: translate(0, -70%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(0, -50%);
}

.modal-content {
    max-width: 900px;
    margin: 0 auto;
}

::-webkit-input-placeholder {
    color: #9e9e9e;
}

:-moz-placeholder {
    color: #9e9e9e;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1;
}

html, body, button, input {
    font: 12px/1.4 "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
    color: #323333;
}

body {
    position: relative;
    height: 100%;
}

small, .small {
    font-size: inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin: 0;

}

.en {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

.icon {
    display: inline-block;
}

.mPopup#old-browser-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    z-index: 780;
    max-width: 700px;
    display: none;
    width: 88%;
    padding: 20px;
}

.ie-overlay {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 777;
    display: none;
    filter: alpha(opacity=70);
}

#old-browser-notification {
    max-width: 450px;
}

#old-browser-notification h4 {
    font-size: 1.3em;
    margin: 0;
    color: #222;
    font-weight: normal;
}

#old-browser-notification .browsers {
    margin-top: 20px
}

#old-browser-notification .browsers li {
    float: left;
}

#old-browser-notification .browsers a {
    display: block;
    font-size: 0;
    text-indent: -9999px;
    background: url("../img/sp-browsers.png") no-repeat;
    height: 63px;
    width: 61px;
    margin-left: 20px;
}

#old-browser-notification .browsers .b1 a {
    background-position: 0 0;
}

#old-browser-notification .browsers .b2 a {
    background-position: -61px 0;
}

#old-browser-notification .browsers .b3 a {
    background-position: -122px 0;
}

#old-browser-notification .browsers .b4 a {
    background-position: -177px 0;
}

#old-browser-notification .browsers .b5 a {
    background-position: -244px 0;
}

/* main page */

.mPopup-close,
button.btn-close-popup {
    background: #797979;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -31px;
    text-align: center;
    top: -1px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    width: 30px;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1 !important;
    text-shadow: none;
}

.mPopup-close:hover,
.btn-close-popup:hover {
    background: #6d6d6d;
    color: #fff;
    text-shadow: 0 0 2px #fff;
}

/*.simple main-header{ border-bottom: 1px solid #e8e8e8; }*/
.ta-center {
    text-align: center;
}

.main-header {
    padding: 82px 0 62px 0;
}

.main-header .logo {
    display: block;
    margin: 0 auto 43px auto;
    padding: 0 0 0 0;
    width: 132px;
    height: 79px;
}

.main-nav {
    width: 100%;
    text-align: center;
}

.main-nav ul {
    list-style: none;
    position: relative;
    font-size: 1;
}

.main-nav ul li {
    display: inline-block;
    text-align: center;
    padding: 9px 18px 9px 18px;
}

.main-nav ul li a {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'AkzidenzGroteskBE-BoldCn';
    font-size: 14px;
    color: #323333;
    line-height: 2;
    padding: 0 5px;
    letter-spacing: 1px;
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    vertical-align: middle;
}

.main-nav ul li a::before {
    background: #323333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: 0.3s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1;
}

.main-nav ul li a:hover::before,
.main-nav ul li a:focus::before,
.main-nav ul li a:active::before {
    left: 0;
    right: 0;
}

.section-slider {
    height: 526px;
    position: relative;
    overflow: hidden;
}

.main-slider {
    width: 100%;
    height: 526px;
    position: relative;
}

.main-slider .slider-item {
    background-image: url("../img/sl1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 526px;
    width: 100%;
    outline: 0;
}

.main-slider .s1 {
    background-image: url("../img/sl1.jpg");
}

.main-slider .s2 {
    background-image: url("../img/sl2.jpg");
    background-position: center 30%;
}

section .container {
    max-width: 1000px;
}

.section-1 {
    text-align: center;
    padding: 128px 0 143px 0;
}

.section-1 h2 {
    font-family: 'AkzidenzGroteskBE-BoldCn';
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 19px 0;
    letter-spacing: 2px;
}

.section-1 p {
    margin: 0;
    padding: 0;
    line-height: 2.1;
}

.section-2,
.section-5 {
    text-align: center;
    height: 362px;
}

.section-2 h2,
.section-5 h2 {
    font-family: 'AkzidenzGroteskBE-BoldCn';
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border: 4px solid #fff;
    padding: 15px 41px 14px 41px;
    line-height: 1;
    margin-top: 132px;
    letter-spacing: 7px;
    font-weight: 400;
}

.section-3 {
    position: relative;
    padding: 77px 0 113px 0;
}

.items-slider {
    padding: 0 0 112px 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    max-width: 596px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-prev {
    background-image: url(../img/swiper-button-prev.png);
    height: 56px;
    width: 31px;
    margin-top: -28px;
    left: 30px;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background-color: rgba(242, 242, 242, 0.4);
}

.swiper-button-next {
    background-image: url(../img/swiper-button-next.png);
    height: 56px;
    width: 31px;
    margin-top: -28px;
    right: 30px;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.swiper-slide__item {
    text-align: left;
    max-width: 596px;
    padding: 0 40px;
}

.swiper-slide__item dl {
    margin: 24px 0 0 30px;
    padding: 0;
}

.swiper-slide__item dt {
    font-size: 16px;
    font-family: 'AkzidenzGroteskBE-BoldCn';
    line-height: 1.05;
    font-weight: 400;
}

.swiper-slide__item dd {
    font-size: 14px;
    font-family: 'AkzidenzGroteskBE-BoldCn';
    line-height: 1.2;
    padding: 0 0 1px 0;
}

.b-block {
    margin: 0 auto;
    max-width: 1200px;
}

.section-3 .b-block {
    padding: 0 0 113px 0;
}

.container{
    position: relative;
}

.section-3 .container {
    max-width: 1200px;
    /*padding: 0;*/
}

.section-3 .section-3-item {
    text-align: center;
    padding: 23px 0;
    min-height: 144px;
}

.section-3 .section-3-item img {
    display: inline-block;
}

.section-3__store {
    text-align: center;
}

.section-3__store .btn {
    display: block;
    font-family: 'AkzidenzGroteskBE-BoldCn';
    height: 63px;
    line-height: 63px;
    padding: 0 14px;
    background: #ac1b1b;
    border: 1px solid #ac1b1b;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 0;
    margin-bottom: 15px;
}

.section-3__store {
    padding: 0 30px;
}

.section-3__store .btn:hover {
    color: #ac1b1b;
    background-color: #fff;
}

.section-3__store p {
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.section-4 {
    background-color: #f2f2f2;
    padding: 123px 0 160px 0;
}

.section-4 .content-item {
    min-height: 300px;
}

.section-4 .content-item__1 {
    min-height: 380px;
}

.section-4 .content-item__2 {
    min-height: 280px;
}

.section-4 .content-item__3 {
    min-height: auto;
}

.section-4 .row {
}

.section-4 .row .content-item {

}

.section-4 .content-item h2 {
    font-family: 'AkzidenzGroteskBE-BoldCn';
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 0 19px 0;
    line-height: 1;
    letter-spacing: 7px;
    font-weight: 400;
    text-align: center;
}

.section-4 .content-item p {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 0;
    margin: 0;
    line-height: 2.1;
}

.section-4 .last-content h2 {
    padding-top: 50px;
}

.section-4 .content-item img {
    margin-top: 25px;
}

.section-4 .content-item .last-img {
    margin-top: 0;
}

.section-4 .img-center {
    text-align: center;
}

.section-6 {
    background-color: #f2f2f2;
    padding: 85px 0 90px 0;
}

.section-6 address {
    font-style: normal;
    margin: 0 0 19px 0;
}

.section-6 address h5 {
    font-weight: 700;
    line-height: 1.75;
    padding: 0;
    margin: 0;
}

.section-6 p {
    padding: 0;
    margin: 0;
    line-height: 1.75;
    padding: 0 0 0 8px;
}

.section-6 address p {
    padding: 0;
}

.section-6 p span {
    display: block;
    font-weight: 700;
    text-align: center;
    padding: 0 0 23px 0;
    margin-left: -8px;
}

.section-6 .btn {
    display: block;
    font-family: 'AkzidenzGroteskBE-BoldCn';
    height: 63px;
    line-height: 63px;
    padding: 0 14px;
    background: #ac1b1b;
    border: 1px solid #ac1b1b;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 0;
    margin-bottom: 13px;
}

.section-6 .btn:hover {
    color: #ac1b1b;
    background-color: #fff;
}

.section-7 {
    padding: 112px 0 0 0;
}

.section-7 h2 {
    font-family: 'AkzidenzGroteskBE-BoldCn';
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    border: 4px solid #000;
    color: #000;
    padding: 15px 41px 14px 41px;
    margin: 0 0 83px 0;
    line-height: 1;
    letter-spacing: 7px;
    font-weight: 400;
}

.section-7 .s7-images {
    margin-bottom: 121px;
}

.section-7 .s7-images img {
    border-radius: 50%;
}

.section-7 .s7-images__item {
    position: relative;
    border-radius: 50%;
    max-width: 212px;
    max-height: 212px;
    margin: 15px auto;
}

.section-7 .s7-images__item-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 56;
    overflow: hidden;
}

.section-7 .s7-images__item:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    border-radius: 50%;
    padding: inherit;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    z-index: 55;
}

.section-7 .s7-images__item:hover:after,
.section-7 .s7-images__item.active:after {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.8;
}

.section-7 .s7-images__item-title {
    position: absolute;
    top: 45%;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -10%);
    -moz-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    transform: translate(0, -10%);
}

.section-7 .s7-images__item:hover .s7-images__item-title,
.section-7 .s7-images__item.active .s7-images__item-title {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.section-7 .s7-images__item-title h6 {
    font-family: 'AkzidenzGroteskBE-BoldCn';
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    z-index: 56;
    letter-spacing: 2px;
    white-space: nowrap;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.container.b-facebook {
    padding: 0 20px 135px;
}

.b-facebook .content-center {
    max-width: 455px;
    margin: 0 auto;
}

.section-8 {
    background-color: #414141;
    padding: 111px 0 117px 0;
}

.section-8 h2 {
    font-family: 'AkzidenzGroteskBE-BoldCn';
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border: 4px solid #fff;
    padding: 15px 41px 14px 41px;
    margin: 0 0 74px 0;
    line-height: 1;
    letter-spacing: 7px;
    font-weight: 400;
}

.section-8 p {
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1.75;
}

.section-8 form {
    margin: 32px -30px 0 -30px;
}

.contact-info {
    margin-bottom: 50px;
}

.section-8 .form-group {
    margin-bottom: 22px;
}

.section-8 .last-group {
    margin-bottom: 12px;
}

.section-8 label {
    font-family: 'AkzidenzGroteskBE-BoldCn';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 4px;
}

.section-8 input[type="email"],
.section-8 input[type="text"] {
    width: 100%;
    height: 20px;
    border-top: 1px solid #606060;
    border-left: 1px solid #606060;
    border-bottom: 1px solid #474747;
    border-right: 1px solid #474747;
    background-color: #fff;
    border-radius: 0;
    padding: 2px 5px 2px 5px;
    color: #606060;
    font-size: 12px;
    line-height: 1.5;
}

.section-8 textarea {
    width: 100%;
    height: 143px;
    border-top: 1px solid #606060;
    border-left: 1px solid #606060;
    border-bottom: 1px solid #474747;
    border-right: 1px solid #474747;
    background-color: #fff;
    border-radius: 0;
    padding: 2px 5px 2px 5px;
    color: #606060;
    font-size: 12px;
    line-height: 1.5;
}

.section-8 .form-control:focus {
    border-top: 1px solid #606060;
    border-left: 1px solid #606060;
    border-bottom: 1px solid #474747;
    border-right: 1px solid #474747;
}

.section-8 .btn {
    border-radius: 0;
    color: #3e0000;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
}

footer {
    height: 419px;
    position: relative;
}

footer .logo {
    display: block;
    width: 132px;
    height: 79px;
    margin: 129px 0 38px 0;
}

footer address {
    margin: 0 0 16px 0;
}

footer address p {
    padding: 0;
    margin: 0;
    line-height: 1.8;
}

footer .btn {
    display: block;
    font-family: 'AkzidenzGroteskBE-BoldCn';
    height: 63px;
    line-height: 63px;
    padding: 0 14px;
    background: #ac1b1b;
    border: 1px solid #ac1b1b;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 0;
    margin-top: 248px;
}

footer .btn:hover {
    color: #ac1b1b;
    background-color: #fff;
}

footer .copy {
    padding: 0 0 16px 0;
}

footer .footer__ski-item {
    position: absolute;
    top: -83px;
    right: 0;
    width: 475px;
    height: 464px;
    background: url(../img/footer-ski2.png) no-repeat top left;
}

.modal-wrapper {
    padding: 10px 10px;
}

.modal-image {
    display: block;
    /*width: 780px;*/
    height: auto;
    margin: 0 auto;
}

.modal-wrapper {
    min-height: 32px;
    background: url(ajax-loader.gif) no-repeat center center;
}

.modal-wrapper dl {
    margin: 0 0 30px 0;
    padding: 0;
}

.modal-wrapper dt {
    font-size: 16px;
    font-family: 'AkzidenzGroteskBE-BoldCn';
    text-transform: uppercase;
    line-height: 1.05;
    font-weight: 400;
}

.modal-wrapper dd {
    font-size: 16px;
    font-family: 'AkzidenzGroteskBE-BoldCn';
    text-transform: uppercase;
    line-height: 1.05;
    padding: 0;
}

.modal-description p {
    padding: 0;
    margin: 0;
}

.modal-big-image {
    margin: 0 0 50px 0;
    text-align: center;
}

.modal-small-image {
    margin: 0 0 30px 0;
    text-align: center;
}

.modal-wrapper .btn {
    display: block;
    font-family: 'AkzidenzGroteskBE-BoldCn';
    height: 63px;
    line-height: 63px;
    padding: 0 14px;
    background: #ac1b1b;
    border: 1px solid #ac1b1b;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 0;
    margin: 60px 0 0 0;
}

.modal-wrapper .btn:hover {
    color: #ac1b1b;
    background-color: #fff;
}

#go2top {
    position: absolute;
    height: 44px;
    line-height: 1;
    width: 37px;
    text-align: center;
    left: 50%;
    top: 37px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    z-index: 22;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-transform: uppercase;
    font-family: 'AkzidenzGroteskBE-BoldCn';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 35px 0 15px 0;
    margin: 0 0 0 -19px;
}

#go2top:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/go-top.png) no-repeat top left;
    width: 37px;
    height: 21px;
    padding: 35px 0 0 0;
}

#go2top:hover {
    text-decoration: none;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.message-send{
    background-color: #b63636;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: -65px;
    width: 100%;
}