/* CSS Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
}
strong{
	font-weight: bolder;
}
em {
	font-style: italic;
}

html, body {
    min-width: 320px !important;
	margin: 0;
	padding: 0;
    -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
    min-width: 320px !important;
    float: left;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
	color: #000;
    position: relative;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}
::selection {
	background: #9de2ff;
}
::-moz-selection {
	background: #9de2ff;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}
input, textarea, button {
    outline: none;
    font-family: 'Fira Sans', sans-serif;
    box-sizing: border-box;
    border: 0;
    -webkit-appearance: none;
    font-weight: normal;
}
input[type=submit], button {
    cursor: pointer;
}
div {
    box-sizing: border-box;
}
table {
	border: 0 none;
	padding: 0;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
img {
	border: none;
}
b, strong {
    font-weight: 700;
}
a {
    box-sizing: border-box;
    color: #000;
	text-decoration: none;
	font-weight: normal;
    cursor: pointer;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
}
.container {
    position: relative;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.redput{
    color: red;
    border-color: red;
}
.header {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: rgba(0,0,0,0.75);
}
.h-logo {
    position: absolute;
    top: 9px;
    left: 0;
    height: 63px;
    padding: 15px 0 0 108px;
    color: #fff;
    font-size: 16px;
    background: url(../images/h-logo.png) no-repeat left center;
}
.h-menu {
    position: absolute;
    top: 12px;
    left: 390px;
    list-style: none;
}
.h-menu li {
    float: left;
    margin: 0 65px 0 0;
}
.h-menu li:last-of-type {
    margin: 0;
}
.h-menu li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.h-menu li a:hover {
    color: #ff4b02;
    text-decoration: none;
}
.h-slogan {
    position: absolute;
    top: 35px;
    left: 305px;
    font-family: 'UkrainianBrushScript';
    color: #fff;
    font-size: 32px;
}
.h-phone {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 84px;
    color: #ff4a01;
    font-size: 30px;
    font-weight: 700 !important;
}
.h-phone:hover {
    color: #ff5e1d;
    text-decoration: none;
}


.stripe-1 {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    min-height: 675px;
    background: url(../images/s1-bg.png) no-repeat top center;
}
.s1-text {
    float: left;
    width: 100%;
    padding: 0 0 0 115px;
    margin: 135px 0 0 0;
    font-family: 'AA Bebas Neue';
    color: #fff;
    text-transform: uppercase;
}
.s1-text .t1 {
    display: block;
    font-size: 100px;
    line-height: 100px;
}
.s1-text .t2 {
    display: block;
    font-size: 190px;
    line-height: 140px;
    color: #ff4a01;
}
.s1-text .t3 {
    display: block;
    font-size: 42px;
    line-height: 60px;
}
.s1-button {
    float: left;
    width: 100%;
    padding: 0 0 0 185px;
    margin: 40px 0 0 0;
}
.s1-button a {
    display: inline-block;
    width: 255px;
    line-height: 53px;
    background: #ff4b02;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.s1-button a:hover {
    text-decoration: none;
    background: #ff5e1d;
}


.stripe-2 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 687px;
    background: url(../images/s2-bg.png) no-repeat top center;
}
.stripe-2 .block-name {
    float: left;
    width: 100%;
    margin: 45px 0 65px 0;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}
.s2-text {
    float: left;
    width: 100%;
    min-height: 432px;
    padding: 0 15px 0 570px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.s2-button {
    float: left;
    width: 100%;
    text-align: center;
    margin: 45px 0 0 0;
}
.s2-button a {
    display: inline-block;
    width: 255px;
    line-height: 53px;
    background: #ff4b02;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.s2-button a:hover {
    text-decoration: none;
    background: #ff5e1d;
}


.stripe-3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 45px 0 0 0;
}
.stripe-3 .block-name {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}
.s3-tabs {
    position: relative;
    z-index: 5;
    float: left;
    width: 100%;
    list-style: none;
}
.s3-tabs li {
    float: left;
    width: 195px;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.s3-tabs li:hover {
    opacity: 1;
}
.s3-tabs li.active {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
}
.s3-tabs li a {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.s3-tabs li a:hover {
    text-decoration: none;
}
.s3-tab-photo {
    float: left;
    width: 100%;
    height: 69px;
    margin: 25px 0 20px 0;
}
.s3-tab-photo img {
    display: inline-block;
    height: 69px;
}

.s3-tab-header {
    position: relative;
    z-index: 10;
    float: left;
    width: 100%;
}
.s3-tab-header .block-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    background: #fff;
}
.s3-tab-content {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.tab_content {
    float: left;
    width: 100%;
    margin: 95px 0 0 0;
    text-align: center;
}
.s3-tab-table {
    display: inline-block;
    width: 280px;
    margin: 0 1px 10px 1px;
}
.s3-tab-table table {
    float: left;
    width: 100%;
}
.s3-tab-table table tr td {
    width: 100%;
    border: 1px solid #cacaca;
    vertical-align: middle;
}
.s3-tab-table table tr:nth-of-type(1) td {
    height: 75px;
    background: #f2f1f1;
    font-size: 18px;
    text-transform: uppercase;
}
.s3-tab-table .price {
    float: left;
    width: 100%;
    padding: 5px 0;
    font-family: 'AA Bebas Neue';
    font-size: 54px;
    color: #ff4a01;
}
.s3-tab-table .details {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 16px;
}
.s3-tab-table .details span {
    color: #ff4a01;
}
.s3-tab-button {
    float: left;
    width: 100%;
    margin: 20px 0 40px 0;
}
.s3-tab-button a {
    display: inline-block;
    width: 255px;
    line-height: 53px;
    background: #ff4b02;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.s3-tab-button a:hover {
    text-decoration: none;
    background: #ff5e1d;
}


.stripe-4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 60px 0 0 0;
}
.stripe-4 .block-name {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}
.s4-tabs {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0 0 40px 0;
    text-align: center;
}
.s4-tabs li {
    display: inline-block;
    margin: 0 4px 10px 4px;
}
.s4-tabs li a {
    float: left;
    width: 165px;
    line-height: 50px;
    border: 1px solid #cacaca;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none !important;
}
.s4-tabs li.active a {
    background: #f2f1f1;
}
.tab_content2 {
    float: left;
    width: 100%;
    padding: 0 110px;
    margin: 0 0 65px 0;
}
.tab_content2 img {
    float: left;
    margin: 0 35px 20px 0;
}
.s4-contacts {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 70px 0;
    text-align: center;
    font-size: 16px;
}
.s4-cont-block {
    float: left;
    width: 25%;
    min-height: 190px;
}
.s4-cont-block span {
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.s4-cont-block-img {
    float: left;
    width: 100%;
    height: 68px;
    margin: 0 0 25px 0;
}
.s4-cont-block-img img {
    display: inline-block;
    max-height: 68px;
}
.s4-photos {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
}
.s4-photo-block {
    display: inline-block;
    width: 330px;
    font-size: 16px;
    margin: 0 20px 35px 20px;
}
.s4-photo-block img {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
}


.stripe-5 {
    float: left;
    width: 100%;
    min-height: 720px;
    background: url(../images/s5-bg.png) no-repeat top center;
}
.stripe-5 .block-name {
    float: left;
    width: 100%;
    margin: 80px 0 30px 0;
    text-align: center;
    font-size: 24px;
}
.stripe-5 .block-name span {
    float: left;
    width: 100%;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.s5-form {
    float: right;
    width: 320px;
    margin: 105px 280px 0 0;
}
.s5-form input[type=text] {
    float: left;
    width: 100%;
    height: 44px;
    margin: 0 0 15px 0;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #cacaca;
}
.s5-form input[type=text] {
    float: left;
    width: 100%;
    height: 44px;
    margin: 0 0 15px 0;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #cacaca;
    font-size: 16px;
    color: #000;
}
.s5-form textarea {
    float: left;
    width: 100%;
    height: 80px;
    margin: 0 0 15px 0;
    padding: 5px 12px;
    background: #fff;
    border: 1px solid #cacaca;
    font-size: 16px;
    color: #000;
    resize: none;
}
.s5-form input[type=submit] {
    float: left;
    width: 240px;
    height: 52px;
    margin: 0 40px;
    background: #ff4b02;
    font-size: 18px;
    color: #fff;
}
.footer {
    float: left;
    width: 100%;
    height: 108px;
    background: #343535;
    color: #fff;
}




.f-logo {
    position: absolute;
    top: 19px;
    left: 0;
    height: 63px;
    padding: 15px 0 0 108px;
    color: #fff;
    font-size: 16px;
    background: url(../images/h-logo.png) no-repeat left center;
}
.f-menu {
    position: absolute;
    top: 22px;
    left: 390px;
    list-style: none;
}
.f-menu li {
    float: left;
    margin: 0 65px 0 0;
}
.f-menu li:last-of-type {
    margin: 0;
}
.f-menu li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.f-menu li a:hover {
    color: #ff4b02;
    text-decoration: none;
}
.f-slogan {
    position: absolute;
    top: 45px;
    left: 305px;
    font-family: 'UkrainianBrushScript';
    color: #fff;
    font-size: 32px;
}
.f-phone {
    position: absolute;
    top: 25px;
    right: 0;
    color: #ff4a01;
    font-size: 30px;
    font-weight: 700 !important;
}
.f-phone:hover {
    color: #ff5e1d;
    text-decoration: none;
}
.f-copy {
    position: absolute;
    top: 65px;
    right: 0;
    color: #4e4e4e;
}










































.g-hidden {
    display: none;
}
.box-modal {
	position: relative;
    float: left;
    width: 280px;
    padding: 25px 20px;
    background: #ededed;
}
.box-modal_close { position: absolute; right: 0; top: 0; width: 20px; height: 20px; background: url(../images/icon-mclose.png) no-repeat center; cursor: pointer; }
.box-modal form {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.box-modal form input[type=text] {
    float: left;
    width: 100%;
    height: 45px;
    background: #fff;
    padding: 0 20px;
    font-size: 13px;
    margin: 0 0 15px 0;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.box-modal form input[type=submit] {
    float: left;
    width: 100%;
    height: 54px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #ff4b02;
}
.box-modal form input[type=submit]:hover {
    opacity: 0.8;
}
.box-modal-z {
    float: left;
    width: 100%;
    font-size: 17px;
    text-align: center;
}
.b-agreement {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 14px;
    text-align: left;
}
.b-agreement a {
    color: #009ada;
    text-decoration: underline;
}
.b-agreement input[type=checkbox] {
    -webkit-appearance: checkbox;
}

input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    cursor: pointer;
    font-size: 14px;
}
.box-modal input[type="checkbox"] + label {
    letter-spacing: normal;
    font-size: 12px;
}
.box-modal .b-agreement {
    margin-bottom: 0;
}
input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 17px;
    float: left;
    margin: 2px 10px 20px 0;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
}
input[type="checkbox"] + label::before {
    background-position: bottom center;
}
input[type="checkbox"]:checked + label::before {
    background-position: top center;
}
input[type="checkbox"]:disabled + label::before {
    background-position: bottom center;
}
input[type="checkbox"]:checked:disabled + label::before {
    background-position: top center;
}

.sm-menu {
    position: absolute;
    top: 20px;
    right: 0;
    width: 35px;
    height: 25px;
}
.sm-menu-a {
    float: left;
    width: 35px;
    height: 25px;
    background: url(../images/icon-mmenu.png) no-repeat center;
}
.sm-menu ul {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 200px;
    list-style: none;
    padding: 5px 0 2px 0;
    margin: 0;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
}
.sm-menu ul li {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 15px;
    text-decoration: none !important;
    padding: 5px 15px;
}
.sm-menu ul li a {
    color: #000;
    background: none;
    text-decoration: none !important;
    text-transform: uppercase;
}

#scr1, #scr2, #scr3, #scr4 {
    position: absolute;
    top: -100px;
    left: 0;
}


/* media */

@media only screen and (min-width: 640px) and (max-width: 1200px) {
    .container {
        width: 620px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer {
        display: none;
    }
    .h-slogan {
        display: none;
    }
    .h-menu {
        display: none;
    }
    .sm-menu {
        display: block;
    }
    .h-phone {
        right: 60px;
    }
    .sm-menu {
        top: 28px;
    }
    .s1-text {
        padding: 0;
    }
    .stripe-2 {
        background: none;
    }
    .s2-text {
        padding: 0;
    }
    .s3-tabs li {
        width: 33.333%;
    }
    .tab_content2 {
        padding: 0;
    }
    .s4-cont-block {
        width: 50%;
    }
    .s4-photo-block {
        width: 140px;
        vertical-align: top;
    }
    .s5-form {
        margin: 100px 0 0 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    .container {
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer {
        display: none;
    }
    .h-logo span {
        display: none;
    }
    .h-slogan {
        display: none;
    }
    .h-menu {
        display: none;
    }
    .sm-menu {
        display: block;
    }
    .h-phone {
        right: 40px;
        font-size: 18px;
    }
    .sm-menu {
        top: 28px;
    }
    .stripe-1 {
        background: url(../images/s1-bg-m.png) no-repeat top center;
        text-align: center;
    }
    .s1-text {
        padding: 0;
    }
    .s1-button {
        padding: 0;
    }
    .stripe-2 .block-name {
        margin-top: 0;
    }
    .stripe-2 {
        background: none;
    }
    .s2-text {
        padding: 0;
    }
    .s3-tabs li {
        width: 50%;
        height: 190px;
    }
    .s3-tab-photo img {
        height: auto;
        width: 80%;
    }
    .s3-tab-header .block-name {
        font-size: 20px;
    }
    .tab_content {
        margin: 110px 0 0 0;
    }
    .tab_content2 {
        padding: 0;
    }
    .tab_content2 img {
        max-width: 50%;
        margin: 0 20px 20px 0;
    }
    .s4-cont-block {
        width: 100%;
        min-height: inherit;
        margin: 0 0 30px 0;
    }
    .s4-photo-block {
        width: 100%;
        vertical-align: top;
        margin: 0 0 35px 0;
    }
    .s5-form {
        margin: 70px 0 0 0;
        width: 100%;
    }
    .s5-form input[type=submit] {
        margin: 0;
        width: 100%;
    }
}