body {
    position: relative;
    min-width: 320px;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    -webkit-font-smoothing: antialiased;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #666;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #666;
}
input.placeholder, textarea.placeholder {
    color: #666;
}
a {
    color: inherit;
}
a:focus,
button:focus {
    outline: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
img {
    max-height: 100%;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0; 
}
h1 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(0,0,0,.75);
}
h2 {
    font-size: 48px;
    text-transform: uppercase;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.sect {
    position: relative;
}
.container {
    position: relative;
}
.title.ornament {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}
.title.ornament::before,
.title.ornament::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 224px;
    height: 2px;
    background-color: #c4c4c4;
    margin-left: -112px;
}
.title.ornament::after {
    width: 56px;
    background-color: #ec030a;
    margin-left: -28px;
}
input[type="text"] {
    display: block;
    outline: none;
    border: none;
    width: 100%; 
    max-width: 260px;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    background-color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; 
    padding: 9px 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
input[type="text"].error {
    background-color: #FFCCCC!important;
}
input[type="text"].name,
input[type="text"].phone,
input[type="text"].email {
    background-repeat: no-repeat;
    padding-right: 45px;
}
input[type="text"].name {
    background-image: url('../img/form/name.png');
    background-position: right 16px center;
}
input[type="text"].phone {
    background-image: url('../img/form/phone.png');
    background-position: right 15px center;
}
input[type="text"].email {
    background-image: url('../img/form/email.png');
    background-position: right 15px center;
}
.button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    width: 100%;
    max-width: 290px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    background-color: #ec030a;
    border-bottom: 5px solid #a40003;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; 
    padding: 10px 5px;
}
.button:hover {
    background-color: #a40003;
}
form.contact .button {
    max-width: 220px;
    margin-top: 5px;
}

.features.sect {
    text-align: center;
    background-color: #000;
    background-repeat: no-repeat;
    background-image: url('../img/features/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.features.sect .content {
    max-width: 944px;
    background-color: #fff;
    background-color: rgba(255,255,255,.75);
    padding: 30px 15px;
    margin: 0 auto;
}
.features.sect .title h2 {
    margin-bottom: 10px;
}
.features.sect .title p {
    font-size: 30px;
    font-weight: 300;
}
.features.sect .title {
    margin-bottom: 30px;
}
.features.sect .items {
    font-size: 0;
    margin-left: -80px;
    margin-top: -20px;
}
.features.sect .items .item {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    font-size: 18px;
    margin-left: 80px;
    margin-top: 20px;
}
.features.sect .items .item .value {
    display: table;
    font-size: 48px;
    color: #ec030a;
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    margin: 0 auto;
}
.features.sect .items .item .value .cell {
    display: table-cell;
    vertical-align: middle;
    width: 128px;
    height: 128px;
}
.features.sect .items .item .caption {
    font-size: 24px;
    margin-top: 10px;
}
.features.sect .note {
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
}
.features.sect .note .caption {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.features.sect .note .desc {
    font-size: 24px;
}
.features.sect .note .button {
    margin-top: 20px;
}

.advantages.sect {
    text-align: center;
    background-repeat: no-repeat;
    background-image: url('../img/advantages/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.advantages.sect {
    padding: 30px 0 50px;
}
.advantages.sect .title {
    margin-bottom: 30px;
}
.advantages.sect .items {
    font-size: 0;
    margin-left: -100px;
    margin-top: -30px;
}
.advantages.sect .items .item {
    display: inline-block;
    vertical-align: top;
    width: 520px;
    font-size: 18px;
    margin-left: 100px;
    margin-top: 30px;
}
.advantages.sect .items .item .icon {
    display: table;
    border: 1px solid #e20309;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.advantages.sect .items .item .icon .cell {
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    height: 90px;
}
.advantages.sect .items .item .caption {
    font-size: 24px;
    text-transform: uppercase;
    color: #ec030a;
    margin-bottom: 20px;
}
.advantages.sect .items .item ul.list {
    padding: 0 40px;
}
.advantages.sect .items .item ul.list li {
    position: relative;
    text-align: left;
    font-size: 18px;
    padding-left: 30px;
    margin-top: 20px;
}
.advantages.sect .items .item ul.list li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url('../img/advantages/marker.png');
}
.advantages.sect .items .item .button {
    margin-top: 30px;
}

.footer.sect {
    text-align: center;
    color: #fff;
    background-color: #3a3a3a;
    padding: 30px 0;
}
.footer.sect .developer {
    font-size: 16px;
    font-weight: 300;
}
.footer.sect .developer a {
    color: #ec030a;
}
.footer.sect .developer a:hover {
    text-decoration: underline;
}

.photogallery.sect {
    padding-bottom: 5px;
}
.photogallery.sect .content {
    padding: 40px 0;
}
.photogallery.sect .items {
    font-size: 0;
}
.photogallery.sect .items .item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 18px;
}
.photogallery.sect .items .item .icon {
    position: relative;
    display: block;
}
.photogallery.sect .items .item .icon:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8c0004;
    background-color: rgba(140,0,4,.7);
}
.photogallery.sect .items .item .icon:hover::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 82px;
    background-repeat: no-repeat;
    background-image: url('../img/photogallery/zoom.png');
    background-position: center center;
    -webkit-background-size: 43px 43px;
    background-size: 43px 43px;
    border: 1px solid #fff;
    margin-top: -41px;
    margin-left: -41px;
}

.delivery.sect {
    text-align: center;
    background-color: #f2f2f2;
    padding: 30px 0 50px;
}
.delivery.sect .title {
    margin-bottom: 60px;
}
.delivery.sect .items {
    font-size: 0;
}
.delivery.sect .items .col,
.delivery.sect .items .img {
    display: inline-block;
    vertical-align: top;
}
.delivery.sect .items .img {
    position: relative;
    margin: 30px 75px 0 60px;
}
.delivery.sect .items .img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 349px;
    height: 159px;
    background-repeat: no-repeat;
    background-image: url('../img/delivery/arrows.png');
    margin-left: -168px;
    margin-top: -88px;
}
.delivery.sect .items .col {
    min-width: 260px;
    margin-top: -100px;
}
.delivery.sect .items .item {
    text-align: left;
    font-size: 18px;
    margin-top: 100px;
}
.delivery.sect .items .item .left {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.delivery.sect .items .item .right {
    display: inline-block;
    vertical-align: middle;
}
.delivery.sect .items .item .num {
    font-size: 100px;
    line-height: 1;
    color: #ec030a;
}
.delivery.sect .items .item .caption {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
}
.delivery.sect .items .item .caption .sel1 {
    font-size: 60px;
    font-weight: 300;
}
.delivery.sect .items .item .caption .sel2 {
    font-size: 20px;
}
.delivery.sect .items .item .caption .sel3 {
    font-size: 42px;
    letter-spacing: 8px;
}
.delivery.sect .items .item .caption .sel4 {
    font-weight: 300;
}
.delivery.sect .items .item .caption .sel5 {
    letter-spacing: 3px;
}

.order.sect {
    text-align: center;
    background-repeat: no-repeat;
    background-image: url('../img/order/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.order.sect .content {
    max-width: 554px;
    color: #fff;
    background-color: #171717;
    background-color: rgba(23,23,23,.75);
    padding: 70px 15px;
    margin: 0 auto;
}
.order.sect .content form.contact .caption {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.order.sect .content form.contact .caption strong {
    position: relative;
    display: inline-block;
    background-color: #ec030a;
    padding: 0 5px;
    margin: 0 10px;
}
.order.sect .content form.contact .caption strong::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    border-bottom: 45px solid #ec030a;
    border-left: 10px solid transparent;
}
.order.sect .content form.contact .caption strong::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 45px solid #ec030a;
    border-right: 10px solid transparent;
}

.contacts.sect {
    text-align: center;
    background-color: #f2f2f2;
    padding: 100px 0;
}
.contacts.sect .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contacts.sect .content {
    float: right;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, .35);
    -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, .35);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .35);
}
.contacts.sect .content .logo {
    background-color: #ff0209;
    padding: 5px;
}
.contacts.sect .content .logo img {
    max-height: 52px;
}
.contacts.sect .content .title.ornament {
    padding-bottom: 20px;
}
.contacts.sect .content h2 {
    font-size: 30px;
}
.contacts.sect .content .text {
    padding: 20px 15px 30px;
}
.contacts.sect .content .items {
    width: 220px;
    text-align: left;
    margin: 0 auto;
}
.contacts.sect .content .items .item {
    display: table;
    margin-top: 25px;
}
.contacts.sect .content .items .item .icon {
    display: table-cell;
    vertical-align: top;
    width: 16px;
}
.contacts.sect .content .items .item .desc {
    display: table-cell;
    vertical-align: top;
    font-size: 20px;
    padding-left: 14px;
}

.header.sect {
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
}
.header.sect .content {
    display: table;
    width: 100%;
}
.header.sect .content .left,
.header.sect .content .right {
    display: table-cell;
    vertical-align: middle;
}
.header.sect .content .left {
    width: 500px;
}
.header.sect .content .right {
    text-align: right;
}
.header.sect .logo {
    display: inline-block;
    vertical-align: middle;
}
.header.sect .logo .table {
    display: table;
}
.header.sect .logo .table .cell {
    display: table-cell;
    vertical-align: middle;
    width: 128px;
    height: 114px;
    text-align: center;
    background-color: #ff0209;
}
.header.sect .slogan {
    display: inline-block;
    vertical-align: middle;
    max-width: 320px;
    margin-left: 30px;
}
.header.sect .slogan .caption {
    font-size: 24px;
    font-weight: 300;
    padding-left: 20px;
}
.header.sect .slogan .location {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    padding-left: 20px;
    margin-top: 5px;
}
.header.sect .slogan .location::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 11px;
    height: 19px;
    background-repeat: no-repeat;
    background-image: url('../img/header/location.png');
}
.header.sect .info {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.header.sect .info .phone {
    font-size: 24px;
    font-weight: 700;
}
.header.sect .button.callback {
    max-width: 194px;
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.main.sect {
    color: #fff;
    background-color: #000;
    background-repeat: no-repeat;
    background-image: url('../img/main/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.main.sect > .container .content {
    display: table;
    width: 100%;
    min-height: 670px;
}
.main.sect > .container .content .left,
.main.sect > .container .content .right {
    display: table-cell;
    vertical-align: middle;
}
.main.sect > .container .content .left {
    padding: 0 100px;
}
.main.sect > .container .content .left .title {
    margin-bottom: 60px;
}
.main.sect > .container .content .left .title p {
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #000;
    padding: 0 20px;
    margin: 15px 20px 0;
}
.main.sect > .container .content .left .title p::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    border-bottom: 36px solid #000;
    border-left: 20px solid transparent;
}
.main.sect > .container .content .left .title p::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 36px solid #000;
    border-right: 20px solid transparent;
}
.main.sect > .container .content .left ul.list li {
    position: relative;
    text-align: left;
    font-size: 24px;
    padding-left: 40px;
    margin-top: 30px;
}
.main.sect > .container .content .left ul.list li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url('../img/main/marker.png');
}
.main.sect > .container .content .right {
    width: 360px;
    background-color: #fff;
    background-color: rgba(255,255,255,.4);
    padding: 30px 15px;
}
.main.sect > .container .content .right form.contact {
    text-align: center;
}

.fancybox-skin {
    color: inherit;
}
.fancybox-type-inline .fancybox-skin {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.fancybox-close {
    top: -25px;
    right: -25px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url('../img/popup/close.png');
}
.fancybox-close:hover {
    opacity: .8;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.popup.sect {
    display: none;
    width: 360px;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255,255,255,.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 15px;
}
.popup.sect.thanks .caption,
.popup.sect.form form.contact .caption {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.popup.sect.form form.contact .caption {
    margin-bottom: 20px;
}

.main.sect > .container .content .left .title,
.delivery.sect .items .img,
.photogallery.sect .items .item,
.main.sect > .container .content .left ul.list,
.advantages.sect .items .item.left,
.main.sect > .container .content .right,
.advantages.sect .items .item.right,
.contacts.sect .content,
.features.sect .items .item {
    opacity: 0;
}