@charset "utf-8";
/* CSS Document */

* {
    outline: none;
}

html {
    padding: 0px;
    margin: 0px;
    font-size: 62.5%;
}

body {
    background: #fff;
    font-family: Tabia;
    font-size: 1.8rem;
    color: #3e3e39;
    margin: 0px;
    padding: 0px;
    min-width: 1020px;
    line-height: 1.3;
    position: relative;
}

.clear {
    clear: both;
}

body * {
}

object {
    outline: none;
}

@font-face {
    font-family: Tabia;
    src: url(../fonts/tabia.woff);
}

@font-face {
    font-family: TabiaBold;
    src: url(../fonts/tabiabold.woff);
}

/* = Custom
---------------------------------------------
--------------------------------------------- */

a {
}

a:hover {
}

strong {
    font-family: TabiaBold;
    font-weight: normal;
}

.horizontal-form {
    width: 960px;
    margin: 0px auto;
}

.horizontal-form input {
    font-family: Tahoma, Geneva, sans-serif;
    padding: 0px 15px;
    height: 50px;
    width: 305px;
    margin: 0px 20px 0px 0px;
    border: none;
    background: #fff;
    font-size: 1.4rem;
    color: #000;
    float: left;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.horizontal-form button {
    font-family: Tahoma, Geneva, sans-serif;
    cursor: pointer;
    padding: 0px;
    width: 243px;
    height: 50px;
    font-size: 1.8rem;
    text-transform: uppercase;
    border-top: 1px solid #c99d25;
    border-left: 1px solid #b17b29;
    border-right: 1px solid #b17b29;
    border-bottom: 1px solid #a0632c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(253, 252, 3);
    background: -moz-linear-gradient(90deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
    background: -webkit-linear-gradient(90deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
    background: -o-linear-gradient(90deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
    background: -ms-linear-gradient(90deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
    background: linear-gradient(180deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
}

.horizontal-form button:hover {
    background: rgb(254, 182, 2);
    background: -moz-linear-gradient(90deg, rgb(254, 182, 2) 0%, rgb(253, 252, 3) 100%);
    background: -webkit-linear-gradient(90deg, rgb(254, 182, 2) 0%, rgb(253, 252, 3) 100%);
    background: -o-linear-gradient(90deg, rgb(254, 182, 2) 0%, rgb(253, 252, 3) 100%);
    background: -ms-linear-gradient(90deg, rgb(254, 182, 2) 0%, rgb(253, 252, 3) 100%);
    background: linear-gradient(180deg, rgb(254, 182, 2) 0%, rgb(253, 252, 3) 100%);
}

.horizontal-form .btn-shdw {
    display: inline-block;
    background: url(../img/shadow-a.png) center bottom no-repeat;
    padding: 0px 0px 15px 0px;
}

.form-title-a {
    display: block;
    font-size: 2.71rem;
    font-family: TabiaBold;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

.form-title-a strong {
    font-size: 3.32rem;
    text-transform: uppercase;
    color: #bf1519;
}

.form-title-b {
    font-family: TabiaBold;
    text-align: center;
    padding: 0px 0px 23px 0px;
    display: block;
    color: #000;
    margin: 0px;
    font-size: 4.8rem;
}

.form-title-b strong {
    text-transform: uppercase;
}

.form-title-c {
}

.form-title-c strong {
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
    opacity: 1;
}

input:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
    opacity: 1;
}

textarea:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* = Header
---------------------------------------------
--------------------------------------------- */

.site-header {
    background: url(../img/head-slide.jpg) center top no-repeat;
    height: 800px;
    border-bottom: 3px solid #636363;
}

.header-inner-a {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

.logo {
    text-transform: uppercase;
    display: inline-block;
    background: #878182;
    background: rgba(0, 0, 0, .2);
    font-family: TabiaBold;
    font-size: 58px;
    line-height: 1.1;
    font-weight: bold;
    color: #ea9534;
    padding: 30px;
    margin: 20px 0;
    vertical-align: top;
}
.logo span{
    font-family: Tabia;
    display: block;
    font-weight: normal;
    color: #ffffff;
    font-size: 50px;
}

.header-phone {
    display: inline-block;
    text-align: right;
    width: 400px;
    margin-left: 50px;
    vertical-align: top;
    margin: 20px 0;
}

.header-phone .phone{
    margin: 20px 0;
    padding: 0;
    font-family: Tabia;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
}
.header-phone .phone span{
    font-family: TabiaBold;
    font-size: 24px;
}
.header-phone .button, .form-send input[type="submit"]{
    display: block;
    margin: 0 0 0 auto;
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    font-family: TabiaBold;
    font-size: 18px;
    color: #111010;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(255, 255, 4);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 4) 0%, rgb(254, 169, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 4) 0%, rgb(254, 169, 1) 100%);
    background: -o-linear-gradient(90deg, rgb(255, 255, 4) 0%, rgb(254, 169, 1) 100%);
    background: -ms-linear-gradient(90deg, rgb(255, 255, 4) 0%, rgb(254, 169, 1) 100%);
    background: linear-gradient(180deg, rgb(255, 255, 4) 0%, rgb(254, 169, 1) 100%);
}
.header-phone .button:hover, .form-send input[type="submit"]:hover{
    background: rgb(255, 255, 4);
    background: -moz-linear-gradient(90deg, rgb(254, 169, 1) 0%, rgb(255, 255, 4) 100%);
    background: -webkit-linear-gradient(90deg, rgb(254, 169, 1) 0%, rgb(255, 255, 4) 100%);
    background: -o-linear-gradient(90deg, rgb(254, 169, 1) 0%, rgb(255, 255, 4) 100%);
    background: -ms-linear-gradient(90deg, rgb(254, 169, 1) 0%, rgb(255, 255, 4) 100%);
    background: linear-gradient(180deg, rgb(254, 169, 1) 0%, rgb(255, 255, 4) 100%);
}

.under{
    padding: 0;
    margin: 0;
    font-family: Tabia;
    font-size: 24px;
    color: #ffffff;
    padding-left: 30px;
}
header p.under span{font-family: TabiaBold;}

.left-side {
    width: 50%;
    box-sizing: border-box;
    float: left;
    position: relative;
    min-height: 1px;
}

.right-side{
    width: 50%;
    box-sizing: border-box;
    float: left;
    position: relative;
    min-height: 1px;
	margin-top: -41px;
}

.tag{margin-bottom: 20px;}
.tag-1, .tag-4{padding-left: 20px;}
.tag-2{padding-left: 40px;}
.tag-3{padding-left: 80px;}
.tag-5{padding-left: 60px;}
.tag span{
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    color: #ffffff;
    background: #bf171a;
}

.input-wrap{position: relative;}

#discount-form{
    width: 275px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px #222222;
    margin: 0 0 0 auto;
    padding: 30px 50px;
    position: relative;
}
#discount-form .actio{
    width: 115px;
    height: 77px;
    background: url(../img/actio.png) 0 0 no-repeat;
    z-index: 10;
    position: absolute;
    top: -7px;
    left: -15px;
}
#discount-form p.line-1{
    margin: 0;
    font-family: TabiaBold;
    font-size: 26px;
    color: #121212;
    margin-bottom: 10px;
    text-align: center;
}
#discount-form p.line-2{
    font-family: Tabia;
    font-size: 20px;
    line-height: 1.2;
    color: #121212;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
}
#discount-form p.line-2 span{
    font-family: TabiaBold;
    font-size: 26px;
    color: #bf171a;
}
.form-send input[type="text"]{
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-family: Tabia;
    font-size: 20px;
    color: #2a1716;
    border: 1px solid #ebe6e1;
    background: #ebe6e1;
    border-radius: 5px;
    margin-bottom: 20px;
}
.form-send input[type="text"]:focus{border: 1px solid #d2cfcb;}
.form-send input[type="submit"]{
    cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
}
.form-send label.error{
    font-family: Tabia;
    font-size: 14px;
    color: #bf171a;
    position: absolute;
    top: 50px;
    left: 10px;
}

#success, #order-call{display: none;}
#success h4{
    font-family: Tabia;
    font-size: 36px;
    line-height: 1.2;
    color: #222222;
    text-align: center;
    padding: 10px 20px;
}
#order-call h3{
    font-family: Tabia;
    font-size: 20px;
    text-align: center;
    padding: 0 5px 15px;
    color: #222222;
    margin: 0;
}


.site-description {
    font-family: Tahoma, Geneva, sans-serif;
    position: absolute;
    z-index: 25;
    left: 335px;
    top: 30px;
    font-size: 1.8rem;
    color: #fff;
}

.section-title {
    font-family: TabiaBold;
    text-align: center;
    display: block;
    margin: 0px;
    line-height: 1.1;
}

/* = Slide
---------------------------------------------
--------------------------------------------- */

/* = Section A
---------------------------------------------
--------------------------------------------- */

.section-inner {
    width: 1020px;
    position: relative;
    margin: 0px auto;
}

.section-a {
    background: url(../img/bkg-prm.jpg) center top no-repeat;
    height: 620px;
    position: relative;
    z-index: 30;
    overflow: hidden;
}

.section-a .section-inner {
}

.section-a .section-title {
    display: block;
    text-align: center;
    padding: 25px 0px 0px 0px;
}

.section-a .labels {

    position: absolute;
    left: 43px;
    top: -120px;
}

.section-a .horizontal-form {
    padding: 420px 0px 0px 0px;
}

.section-a input[type=text]{
    background: #ebe6e1;
}
.section-b input[type=text]{
    border: 1px solid #cccccc;
}

/* = Section B
---------------------------------------------
--------------------------------------------- */

.section-b {
    background: url(../img/bkg-why.jpg) center top repeat-y;
    padding: 25px 0px 35px 0px;
    border-bottom: 1px solid #e3ddd6;
}

.section-b .section-inner {
    overflow: hidden;
}

.section-b .section-title {
    text-transform: uppercase;
    font-size: 4.5rem;
    color: #bf1519;
    margin-bottom: -15px;
}

.features {
    width: 1051px;
}

.feature {
    float: left;
    margin: 30px 30px 0px 0px;
    width: 300px;
    height: 310px;
    text-align: center;
    padding: 10px;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #000;
    background: url(../img/feature-bkg.png) left top repeat;
}

.feature-ico {
    height: 150px;
    width: 300px;
    display: table-cell;
    margin: 0px;
    vertical-align: middle;
}

.feature-ico img {
}

.feature-title {
    font-family: TabiaBold;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin: -2px 0px 15px 0px;
}

.feature p {
    margin: 5px 0px;
}

/* = Section C
---------------------------------------------
--------------------------------------------- */

.section-c {
    padding: 15px 0px 25px 0px;
    /*height: 410px;*/
    height: 600px;
}

.section-c .section-inner {
}

.section-c .section-title {
    text-transform: uppercase;
    font-size: 4.5rem;
    color: #bf1519;
}

.work-carousel-container {
    position: relative;
}

.work-carousel,
.works-carousel {
    position: relative;
    margin: 20px auto 0px auto;
    background: url(../img/sep-a.png) center center no-repeat;
}

.works-carousel {
    overflow: hidden !important;
    background: none;
    width: 930px !important;
}

.work-carousel-nav {
    position: absolute;
    height: 1px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.work-carousel-nav .prev, .work-carousel-nav .next {
    display: inline-block;
    position: absolute;
    /*top: 100px;*/
    top: 200px;
    width: 27px;
    height: 139px;
    border: none;
    cursor: pointer;
}

.work-carousel-nav .prev {
    background: url(../img/arrows-a.png) left top no-repeat;
    left: 0px;
}

.work-carousel-nav .next {
    background: url(../img/arrows-a.png) right top no-repeat;
    right: 0px;
}

.work-carousel-nav .prev:hover {
    background: url(../img/arrows-a.png) left bottom no-repeat;
}

.work-carousel-nav .next:hover {
    background: url(../img/arrows-a.png) right bottom no-repeat;
    right: 0px;
}

.work-carousel ul,
.works-carousel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.work-carousel li,
.works-carousel li {
    width: 465px;
    height: 355px;
    text-align: center;
    margin: 0px 0px;
}

.works-carousel li {
    width: 930px;
    height: 535px;
    display: block;
}

.work-carousel .label {
    font-family: TabiaBold;
    text-transform: uppercase;
    font-size: 2.4rem;
    color: #c3b9ae;
    display: block;
    padding: 0px 0px 15px 0px;
}

.work-carousel figure {
    margin: 0px;
    padding: 0px;
}

.works-carousel figure {
    margin: 0px 3px;
    padding: 0px;
    display: block;
    float: left;
}

.work-carousel img,
.works-carousel img {
    border: 5px solid #e3ddd6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 320px;
}

.works-carousel img {
    width: 216px;
}

/* = Section D
---------------------------------------------
--------------------------------------------- */

.section-d {
    height: 875px;
    background: url(../img/bkg-brown.jpg) left top no-repeat;
    background-size: cover;
}

.section-d .section-inner {
    padding: 5px 0px 10px 5px;
}

.services {
    width: 1051px;
    overflow: hidden;
}

.service {
    float: left;
    text-align: center;
    width: 242px;
    margin: 55px 17px 0px 0px;
    position: relative;
    position: relative;
}

.service .utp{
    display: block;
    position: absolute;
    top: 90px;
    font-weight: bold;
    color: #bf1519;
    right: 0;
    line-height: 1.1;
}

.service-title {
    display: block;
    height: 55px;
    font-weight: normal;
    font-size: 1.8rem;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}

.service-title .small {
    font-size: 1.3rem;
    display: block;
    margin: 0px 0px 0px 0px;
    text-transform: none;
}

.service-ico {
    width: 242px;
    overflow: hidden;
    margin: 0px;
}

.service-ico img {
    max-width: 242px;
}

.section-d a.small {
    position: absolute;
    bottom: -15px;
    left: 0;
    text-align: center;
    color: #000;
    font-size: 12px;
    width: 100%;
    display: block;
}

/* = Section E
---------------------------------------------
--------------------------------------------- */

.section-e {
    padding: 41px 0px;
}

.section-e .section-inner {
}

.section-e .section-title {
    font-size: 4.5rem;
    color: #bf1519;
    text-transform: uppercase;
    margin: 0px 0px -10px 0px;
}

.section-e h3 {
    font-size: 2.4rem;
    font-weight: normal;
    color: #877560;
    text-align: center;
    margin: 5px 0px 10px 0px;
}

.price-table {
    width: 100%;
}

.price-table th {
    background: #bf1519;
    color: #fff;
    font-weight: normal;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 16px 0px 15px 0px;
    letter-spacing: 0.2px;
}

.price-table td {
    text-align: center;
    width: 25%;
    padding: 8px 20px;
    border-right: 1px solid #908373;
    border-bottom: 1px solid #908373;
}

.price-table td:first-child {
    text-align: left;
    border-left: 1px solid #908373;

}

/* = Section F
---------------------------------------------
--------------------------------------------- */

.section-f {
    background: url(../img/bkg-spcl.jpg) center top no-repeat;
    height: 568px;
}

.section-f .section-inner {
    padding: 41px 0px 0px 0px;
    width: auto;
}

.section-f .form-container {
    background: url(../img/bkg-trnsprnt.png) left top repeat;
    padding: 15px 0px 10px 0px;
}

.special-offer-label {
    width: 960px;
    margin: 0px auto;
    text-align: center;
    padding: 15px 0px 10px 0px;
}

.timer-container {
    margin: 0px auto;
    width: 769px;
    height: 187px;
    position: relative;
}

.timer-title {
}

.timer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14.9rem;
    font-weight: bold;
    color: #891b09;
}

.timer .nums {
    width: 209px;
    width: 101px;
    line-height: 148px;
    position: absolute;
    top: 0px;
    text-align: center;
}

.timer .nums.a {
    left: 39px;
}

.timer .nums.b {
    left: 147px;
}

.timer .nums.c {
    left: 280px;
}

.timer .nums.d {
    left: 388px;
}

.timer .nums.e {
    left: 521px;
}

.timer .nums.f {
    left: 628px;
}

/* = Section G
---------------------------------------------
--------------------------------------------- */

.section-g {
    background: url(../img/bkg-lns.png) left top repeat;
    padding: 20px 0px;
}

.section-g .section-inner {
    position: relative;
    min-height: 675px;
}

.section-g .section-title {
    font-family: TabiaBold;
    font-size: 4.5rem;
    color: #ad1714;
    margin: 0px;
}

.section-g .question {
    display: block;
    text-transform: uppercase;
}

.section-g .answer {
    font-family: Tabia;
    font-weight: normal;
    display: block;
    font-size: 4.0rem;
    text-indent: 12px;
}

.section-g .ill {
    position: absolute;
    z-index: 10;
    left: 1px;
    top: 85px;
}

.section-g .ill img {
}

.inspection {
    position: absolute;
    z-index: 15;
    left: 590px;
    width: 401px;
    top: 120px;
    font-size: 2.8rem;
    color: #9b9b9b;
}

.red-marker {
    display: block;
    color: #fff;
    background: #c6181d;
    font-size: 2.9rem;
    line-height: 1;
    padding: 3px 0px 8px 0px;
}

.inspection .red-marker {
    text-align: center;
    font-size: 2.4rem;
    padding: 5px 0px 5px 0px;
    text-transform: uppercase;
}

.inspection p {
    text-align: right;
    margin: 0px;
    line-height: 1;
    padding: 2px 0px 0px 30px;
}

.inspection strong {
    font-size: 5.0rem;
    text-transform: uppercase;
}

.inspection ul {
    padding: 5px 0px 0px 60px;
    margin: 0px;
    list-style: none;
    font-size: 2.5rem;
}

.inspection li {
    background: url(../img/bul-arr-a.png) left 7px no-repeat;
    padding: 2px 0px 2px 35px;
}

.inspection .li-a {
}

.inspection .li-b {
    margin-left: 50px;
}

.inspection .li-c {
    margin-left: 90px;
}

.inspection .li-d {
    background: none;
    margin-left: 130px;
    font-size: 2.0rem;
}

.master {
    position: absolute;
    z-index: 15;
    top: 390px;
    text-align: center;
    width: 325px;

}

.master-name {
    font-family: TabiaBold;
    font-size: 5.6rem;
    color: #9b9b9b;
    border-bottom: 3px dotted #9b9b9b;
}

.master-name-a {
    position: relative;
    top: 10px;
}

.master-phone {
    font-family: TabiaBold;
    font-size: 3.4rem;
    display: block;
    color: #c81215;

}

.master-phone .code {
    font-family: Tabia;
    margin: 0px 10px 0px 0px;

}


.master-phone.top {
    padding-top: 12px;
}

.master-phone.bottom {
    padding-bottom: 14px;
}

/* = Footer
---------------------------------------------
--------------------------------------------- */

.site-footer {
    background: #3f3031;
    padding: 16px 0px 45px 0px;
}

.footer-inner {
    width: 1020px;
    margin: 0px auto;
}

.site-footer .logo {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    text-align: center;
    padding-bottom: 33px;
}

.footer-inner {
}

address {
    font-size: 3.1rem;
    font-style: normal;
    text-align: center;
    padding: 25px 0px;
    border-top: 1px solid #7e7475;
    border-bottom: 1px solid #7e7475;
    margin: 31px 0px;
    color: #fff;
}

address strong {
    color: #fec702;
}

.copyrights {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #b0adad;
    font-size: 1.4rem;
}

.copyrights p {
    margin: 5px 0;
}

/*----*/
form .row div {
    height: 50px;
    width: 357px;
    position: relative;
    float: left;
}

form .row div .message-error {
    position: absolute;
    top: -45px;
    left: 15px;
    display: none;
    padding: 5px 10px;
    background: #C5191D;
    border-radius: 4px;
    color: #fff;
    border: 2px solid #fff;
    z-index: 100;
}

.fancybox-skin .message-error {
    position: absolute;
    top: -49px;
    left: 15px;
    display: none;
    padding: 5px 10px;
    background: #C5191D;
    border-radius: 4px;
    color: #E1DCD6;
    border: 2px solid #E1DCD6;
    z-index: 100;
    height: 28px;
    text-align: center;
}

form .row div .message-error:before,
form .row div .message-error:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

form .row div .message-error:before {
    border-color: rgba(245, 245, 245, 0);
    border-top-color: #f5f5f5;
    border-width: 7px;
    margin-left: -7px;
}

form .row div .message-error:after {
    border-color: rgba(213, 42, 36, 0);
    border-top-color: #C5191D;
    border-width: 4px;
    margin-left: -4px;
}

.fancybox-skin .message-error:before {
    border-top-color: #E1DCD6;
}
/*-------------------*/
#timerDiscount {
    background: url('../images/discount-text.png') no-repeat 41px 0;
    padding-top: 55px;
    margin: -50px 0 0 1px;
    float: left;
}

#timerDiscount .item {

    background: url('../images/discount-timer-bg.png') no-repeat 0 0;

    width: 292px;

    height: 191px;

    float: left;

    margin-right: -50px;

    position: relative;

}

#timerDiscount .num {

    font: bold 150px/1 Arial, Helvetica, sans-serif;
    color: #891b09;
    position: absolute;
    top: 0;

}

#timerDiscount .num.a {

    left: 48px;

}

#timerDiscount .num.b {

    left: 156px;

}

#timerDiscount .descr {

    font-size: 30px;

    text-transform: uppercase;

    color: #000;

    position: absolute;

    bottom: 0;

    width: 100%;

    text-align: center;

}

/* big-gallery */

#big-gallery-form .row {
    height: 40px;
    /*overflow: hidden;*/
}

#big-gallery-form .row div {
    float: left;
    width: 50%;
}

#big-gallery-form input[type="text"] {
    font-family: Tahoma, Geneva, sans-serif;
    padding: 0px 5%;
    height: 40px;
    border: none;
    background: #cbc0b4;
    background: rgba(203, 192, 180, 0.5);
    font-size: 1.4rem;
    color: #000;
    float: left;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 80%;
}

.section-h .go-flagman,
#big-gallery-form button {
    width: 90%;
    float: right;
    font-family: Tahoma, Geneva, sans-serif;
    cursor: pointer;
    padding: 0;
    height: 40px;
    font-size: 1.8rem;
    text-transform: uppercase;
    border-top: 1px solid #c99d25;
    border-left: 1px solid #b17b29;
    border-right: 1px solid #b17b29;
    border-bottom: 1px solid #a0632c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(253, 252, 3);
    background: -moz-linear-gradient(90deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
    background: -webkit-linear-gradient(90deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
    background: -o-linear-gradient(90deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
    background: -ms-linear-gradient(90deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
    background: linear-gradient(180deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
}

/* flagman-block */

.section-h {
    background: url('../img/flagman-block-bg.jpg') no-repeat center top;
    width: 100%;
    height: 1082px;
    overflow: hidden;
}

.section-h h2 {
    color: #fff;
    font-size: 48px;
    margin: 60px 0;
}

.section-h h2 span {
    text-transform: uppercase;
}

.section-h .blocks figure {
    float: left;
    margin: 0 40px 50px 0;
    width: 225px;
    overflow: hidden;
}

.section-h .blocks figure.no {
    margin-right: 0;
}

.section-h .blocks figure .img img {
    border: 4px solid #e3ddd6;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
}

.section-h .blocks figure p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    padding: 0 10px;
}

.section-h .go-flagman {
    width: 245px;
    height: 50px;
    margin: 0 auto;
    float: none;
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    line-height: 50px;
}

.btn{
    display: block;
    color: #fff;
    background: #c6181d;
    font-size: 2.9rem;
    line-height: 1;
    padding: 3px 0px 8px 0px;
    text-decoration: none;
    margin-top: 5px;
}
.btn:hover{background: #f83439;}

.under2 {
	font-family: Tabia;
	font-size: 24px;
	color: #fefd07;
	padding-left: 30px;
}
#discount-form2 {
    width: 100%;
    border-radius: 5px;
    margin: 0 0 0 auto;
    position: relative;
    display: flex;
}
#discount-form3 {
    width: 100%;
    border-radius: 5px;
    margin: 0 0 0 auto;
    position: relative;
    display: flex;
}
#discount-form4 {
    width: 100%;
    border-radius: 5px;
    margin: 0 0 0 auto;
    position: relative;
    display: flex;
}
#discount-form5 {
    width: 100%;
    border-radius: 5px;
    margin: 0 0 0 auto;
    position: relative;
    display: flex;
}
.input-wrap2{
    width: 100%;    
    padding-right: 10px;
}

@media screen and (max-width: 720px){
address {

    font-size: 6.1rem;
    font-style: normal;
    text-align: center;
    padding: 25px 0px;
    border-top: 1px solid #7e7475;
    border-bottom: 1px solid #7e7475;
    margin: 31px 0px;
    color: #fff;

}
.copyrights {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #b0adad;
    font-size: 3.4rem;
}
.section-h .go-flagman {
    width: 308px;
    height: 50px;
    margin: 0 auto;
    float: none;
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
}

service-title .small {
    font-size: 27px;
    display: block;
    margin: 0px 0px 0px 0px;
    text-transform: none;
}
	
.service-ico img {
	width: 410px;
	margin: 90px auto;
	max-width: 100%;
}
.section-h .blocks figure .img img {
    width: 97%;
    border: 4px solid #e3ddd6;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
}
.section-h .blocks figure {
    float: left;
    margin: 0px 36px;
    width: 43%;
    overflow: hidden;
}
.site-footer {
    width: 1055px;
    background: #3f3031;
    padding: 16px 0px 45px 0px;
}
.section-h .blocks figure p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 50px;
    padding: 0 10px;
}

.section-h {
    background: #b00c0c;
    width: 1055px;
    height: 2420px;
    overflow: hidden;
}

.section-g .section-inner {
    position: relative;
    min-height: 720px;
}
.section-g {
    width: 1055px;
    background: url(../img/bkg-lns.png) left top repeat;
    padding: 20px 0px;
}

.section-f {
    background: url(../img/bkg-spcl.jpg) center top no-repeat;
    height: 568px;
    width: 1055px;
}	
	
.section-e h3 {
    font-size: 50px;
    font-weight: normal;
    color: #877560;
    text-align: center;
    margin: 5px 0px 10px 0px;
}

.service-ico {
    width: 490px;
    overflow: hidden;
    margin: 0px;
}
.section-d {
    width: 1060px;
    height: 3200px;
    background: url(../img/bkg-brown.jpg) left top no-repeat;
    background-size: cover;
}

.service .utp {
    font-size: 40px;
    display: block;
    position: absolute;
    font-weight: bold;
    color: #bf1519;
    right: 0;
    line-height: 1.1;
    top: 90;
    top: 67%;
}

.btn {
    display: block;
    color: #fff;
    background: #c6181d;
    font-size: 48px;
    line-height: 1;
    padding: 3px 0px 8px 0px;
    text-decoration: none;
    margin-top: 5px;
}
	
.service-title {
    display: block;
    height: 55px;
    font-weight: normal;
    font-size: 40px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}
.service {
    float: left;
    text-align: center;
    margin: 55px 17px 0px 0px;
    position: relative;
    position: relative;
    width: 507px;
}
.services {
    height: 3200px;
    width: 1051px;
    overflow: hidden;
}
.section-inner {
    width: 1055px;
    position: relative;
    margin: 0px auto;
}
.section-c {
    padding: 15px 0px 25px 0px;
    height: 600px;
    width: 1055px;
}
.section-b {
    background: url(../img/bkg-why.jpg) center top repeat-y;
    padding: 25px 0px 35px 0px;
    border-bottom: 1px solid #e3ddd6;
    width: 1055px;
}
.section-a {
    background: url(../img/bkg-prm.jpg) center top no-repeat;
    height: 620px;
    position: relative;
    z-index: 30;
    overflow: hidden;
    width: 1055px;
}
.section-c .section-title {
    text-transform: uppercase;
    font-size: 55px;
    color: #bf1519;

}
.feature p {

    margin: 5px 0px;
    font-size: 45px;

}
.feature-title {
    font-family: Tabia;
    text-transform: uppercase;
    font-size: 45px;
    margin: -2px 0px 15px 0px;
}
.feature-ico {
    height: 150px;
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
.feature {
    float: left;
    margin: 30px 45px;
    width: 90%;
    height: auto;
    text-align: center;
    padding: 10px;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #000;
    background: url(../img/feature-bkg.png) left top repeat;
}
.form-title-a {
    display: block;
    font-size: 40px;
    font-family: TabiaBold;
    text-align: center;
    padding: 0px 0px 10px 0px;

}
.horizontal-form button {
    font-family: Tahoma, Geneva, sans-serif;
    cursor: pointer;
    padding: 0px;
    width: 243px;
    height: 50px;
    font-size: 2rem;
    text-transform: uppercase;
    border-top: 1px solid #c99d25;
    border-left: 1px solid #b17b29;
    border-right: 1px solid #b17b29;
    border-bottom: 1px solid #a0632c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(253, 252, 3);
    background: -moz-linear-gradient(90deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
    background: -webkit-linear-gradient(90deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
    background: -o-linear-gradient(90deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
    background: -ms-linear-gradient(90deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);
    background: linear-gradient(180deg, rgb(253, 252, 3) 0%, rgb(254, 182, 2) 100%);

}
.horizontal-form input {
    font-family: Tahoma, Geneva, sans-serif;
    padding: 0px 15px;
    height: 50px;
    width: 305px;
    margin: 0px 20px 0px 0px;
    border: none;
    background: #fff;
    font-size: 1.8rem;
    color: #000;
    float: left;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.tag span {
    display: inline-block;
    padding: 10px;
    font-size: 45px;
    color: #ffffff;
    background: #bf171a;

}
.left-side {

    width: 100%;
    box-sizing: border-box;
    float: left;
    position: relative;
    min-height: 1px;
    display: block;
    margin: 100px auto;
    text-align: center;

}
.form-send input[type="text"] {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-family: Tabia;
    font-size: 32px;
    color: #2a1716;
    border: 1px solid #ebe6e1;
    background: #ebe6e1;
    border-radius: 5px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
#discount-form p.line-2 span {
    font-family: TabiaBold;
    font-size: 48px;
    color: #bf171a;
}
#discount-form p.line-2 {
    font-family: Tabia;
    font-size: 37px;
    line-height: 1.2;
    color: #121212;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
}
#discount-form p.line-1 {
    margin: 0;
        margin-bottom: 0px;
    font-family: TabiaBold;
    font-size: 45px;
    color: #121212;
    margin-bottom: 10px;
    text-align: center;
}
#discount-form {
    width: 410px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px #222222;
    margin: 0 0 0 auto;
    padding: 30px 50px;
    position: relative;
}
.right-side {
    width: 50%;
    box-sizing: border-box;
    float: left;
    position: absolute;
    min-height: 1px;
    top: 615px;
    right: 25px;
}
.under {
    padding: 0;
        padding-left: 0px;
    margin: 0;
    font-family: Tabia;
    font-size: 55px;
    color: #ffffff;
    padding-left: 30px;
    width: 50%;
}	
.under2 {
    font-family: Tabia;
    font-size: 43px;
    color: #fefd07;
    padding-left: 30px;
	width: 40%;
}
.section-e .section-title {
    font-size: 10.5rem;
    color: #bf1519;
    text-transform: uppercase;
    margin: 0px 0px -10px 0px;
}
.price-table {
    width: 100%;
    font-size: 41px;
    margin-left: 5px;
}
.header-phone {
    display: inline-block;
    text-align: right;
    width: 400px;
    margin-left: 50px;
    vertical-align: top;
    margin: 20px;
    float: right;
}

.header-phone .phone span {
    font-family: TabiaBold;
    font-size: 45px;
}
.header-phone .phone {
    margin: 20px 0;
    padding: 0;
    font-family: Tabia;
    font-size: 55px;
    line-height: 1;
    color: #ffffff;
}
.logo {
    text-transform: uppercase;
    display: block;
    background: #878182;
    background: rgba(0, 0, 0, .2);
    font-family: TabiaBold;
    font-size: 58px;
    line-height: 1.1;
    font-weight: bold;
    color: #ea9534;
    padding: 30px;
    margin: 20px 0;
    vertical-align: top;
    text-align: center;
}
.site-header {
    background: url(../img/head-slide.jpg) center top no-repeat;
        background-size: auto;
    height: auto;
    border-bottom: 3px solid #636363;
    background-size: cover;
	width: 1055px;
    margin-top: -15px;
}
.header-phone .button, .form-send input[type="submit"] {
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    height: 50px;
    line-height: 45px;
    text-decoration: none;
    text-align: center;
    font-family: Tabia;
    font-size: 30px;
    color: #111010;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(255, 255, 4);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 4) 0%, rgb(254, 169, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 4) 0%, rgb(254, 169, 1) 100%);
    background: -o-linear-gradient(90deg, rgb(255, 255, 4) 0%, rgb(254, 169, 1) 100%);
    background: -ms-linear-gradient(90deg, rgb(255, 255, 4) 0%, rgb(254, 169, 1) 100%);
    background: linear-gradient(180deg, rgb(255, 255, 4) 0%, rgb(254, 169, 1) 10;
}
}