@font-face {
    font-family: CUPRUM-BOLD;
    src: local("CUPRUM-BOLD"),
         url('/fonts/CUPRUM-BOLD.TTF');
}
@font-face {
    font-family: CUPRUM-BOLDITALIC;
    src: local("CUPRUM-BOLDITALIC"),
         url('/fonts/CUPRUM-BOLDITALIC.TTF');
}
@font-face {
    font-family: CUPRUM-ITALIC;
    src: local("CUPRUM-ITALIC"),
         url('/fonts/CUPRUM-ITALIC.TTF');
}
@font-face {
    font-family: CUPRUM-REGULAR;
    src: local("CUPRUM-REGULAR"),
         url('/fonts/CUPRUM-REGULAR.TTF');
}
img {
    border: none;
    outline: none;
}
* {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
html {
    min-width: 1000px;
}
body {
    width: 100%;
    font-family: 'CUPRUM-REGULAR';
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 734px;
    background: url(/images/header_bg.png) no-repeat top center;
}
.header_in {
    width: 1000px;
    margin: 0 auto;
}
.header_in_left {
    float: left;
    width: 545px;
}
.header_in_left > div {
    width: 100%;
    height: 226px;
    margin-top: -42px;
    background: url('/images/header_left_gradient.png') no-repeat top left;
}
.header_in_left > div p:nth-child(1){
    font-family: 'CUPRUM-BOLD';
    font-size: 42px;
    color: #434b50;
    margin-top: 3px;
    display: inline-block;
}
.header_in_left > div p:nth-child(2){
    font-family: 'CUPRUM-BOLDITALIC';
    color: #207fc1;
    font-size: 32px;
    line-height: 30px;
}
.header_in_right {
    float: right;
    width: 280px;
    text-align: center;
    padding-top: 12px;
}
.header_in_right > p:nth-child(1) {
    font-size: 14px;
    color: #6c767e;
    font-family: arial;
}
.header_in_right > h1:nth-child(2) {
    font-size: 40px;
    color: #6c767e;
    font-weight: normal;
}
.header_in_right > a:nth-child(3) {
    font-family: arial;
    font-size: 15px;
    color: #207fc1;
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px solid #207fc1;
}
.block_form {
    text-align: center;
    margin-top: 15px;
    width: 279px;
    height: 272px;
    background-color: #f0f3f6; /* цвет, если браузер не поддерживает градиент */
    background-image: -webkit-linear-gradient(top, #ffffff, #dee5ea); /* Для Chrome и Safari */
    background-image: -moz-linear-gradient(top, #ffffff, #dee5ea); /* Для старых Fx (3.6 -15) */
    background-image: -ms-linear-gradient(top, #ffffff, #dee5ea); /* Для IE 10*/
    background-image: -o-linear-gradient(top, #ffffff, #dee5ea); /* Для Opera (11.1 - 12.0) */ 
    border: 1px solid #cdd7df;
    border-radius: 7px;
    box-shadow: 4px 4px 11px -3px #7f7f7f;
}
.block_form > h2 {
    font-size: 35px;
    color: #ed5e07; 
    line-height: 35px;
    margin-top: 10px;
}
.block_form > p {
    font-size: 28px;
    color: #ed5e07; 
    line-height: 30px;
}
.user_name, .user_phone {
    width: 190px;
    height: 35px;
    box-shadow: 1.5px 1.5px 4px  #7f7f7f inset;
    border: none;
    outline: none;
    border-radius: 7px;
    margin: 5px 0;
    padding: 0 20px;
    font-family: arial;
    font-size: 16px;
    background: white;
}
.block_form > div {
    margin-top: 10px;
    width: 225px;
    display: inline-block;
}
.block_form > div > img {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}
.block_form > div > p {
    float: left;
    text-align: left;
    font-size: 13px;
    font-family: arial;
    color: #6c767e;
    border-bottom: 1px dashed #6c767e;
}
.send_form {
    outline: none;
    width: 279px;
    height: 75px;
    border: 1px solid #f46110;
    border-radius: 7px;
    box-shadow: 4px 4px 11px -3px #7f7f7f;
    background-color: #ef7706; /* цвет, если браузер не поддерживает градиент */
    background-image: -webkit-linear-gradient(top, #ef8b08, #f05601); /* Для Chrome и Safari */
    background-image: -moz-linear-gradient(top, #ef8b08, #f05601); /* Для старых Fx (3.6 -15) */
    background-image: -ms-linear-gradient(top, #ef8b08, #f05601); /* Для IE 10*/
    background-image: -o-linear-gradient(top, #ef8b08, #f05601); /* Для Opera (11.1 - 12.0) */ 
    box-shadow: 1px 1px 4px 0px #f4b25b inset, 4px 4px 11px -3px #7f7f7f;
    font-size: 32px;
    color: white;
    font-family: 'CUPRUM-REGULAR';
    cursor: pointer;

}
.send_form:hover {
    background-color: #ef7706; /* цвет, если браузер не поддерживает градиент */
    background-image: -webkit-linear-gradient(top, #faa81a, #f05701); /* Для Chrome и Safari */
    background-image: -moz-linear-gradient(top, #faa81a, #f05701); /* Для старых Fx (3.6 -15) */
    background-image: -ms-linear-gradient(top, #faa81a, #f05701); /* Для IE 10*/
    background-image: -o-linear-gradient(top, #faa81a, #f05701); /* Для Opera (11.1 - 12.0) */ 
}
.send_form:active {
    background-color: #ef7706; /* цвет, если браузер не поддерживает градиент */
    background-image: -webkit-linear-gradient(top, #f05701, #ef8b08); /* Для Chrome и Safari */
    background-image: -moz-linear-gradient(top, #faa81a, #f05701); /* Для старых Fx (3.6 -15) */
    background-image: -ms-linear-gradient(top, #faa81a, #f05701); /* Для IE 10*/
    background-image: -o-linear-gradient(top, #faa81a, #f05701); /* Для Opera (11.1 - 12.0) */ 
}
.promo_top_block {
    width: 100%;
    margin-top: 65px;
}
.promo_top_block_right {
    float: right;
    width: 720px;
}
.promo_top_block_right > * {
    float: left;
}
.promo_top_block_right > div:nth-child(1) {
    color: #ff4e00;
    font-size: 30px;
    font-family: 'CUPRUM-BOLD';
    line-height: 30px;
}
.promo_top_block_right > img:nth-child(2) {
    margin: 10px;
}
.promo_top_block_right > div:nth-child(3) {
    color: #f06d04;
    font-size: 28px;
    font-family: 'CUPRUM-ITALIC';
    line-height: 30px;
}
.block_with_timer {
    width: 100%;
    margin-top: 30px;
}
.block_with_timer > * {
    float: left;
}
.block_with_timer > div:nth-child(1) p {
    font-size: 28px;
    color: #6c767e;
}

.timer_block {
    width: 313px;
    height: 54px;
    margin-left: 30px;
    background: url('/images/timer_bg.png') no-repeat;
}
.timer_block > * {
    float: left;
    width: 78px;
    text-align: center;
}
.timer_block > div > p:nth-child(1) {
    font-family: 'CUPRUM-BOLD';
    font-size: 35px;
    color: #6c767e;
    margin-top: 8px;
    margin-bottom: 2px;
}
.timer_block > div > p:nth-child(2) {
    font-family: 'Calibri';
    font-size: 15px;
    color: #6c767e;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
}
.content_in {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.benefits {
    margin-top: 70px;
    background: url(/images/benefits_bg_top.png) no-repeat top center;
}
.benefits > h2:nth-child(1) {
    font-size: 56px;
    font-family: 'CUPRUM-BOLDITALIC';
    color: #6c767e;
    margin-top: -22px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}
.benefits_one {
    border-bottom: 8px solid #dbe5ef;
    height: 180px;
    text-align: left;
}
.benefits_one > div {
    float: left;
    text-align: center;
    height: 100%;
    width: 260px;
    vertical-align: middle;
}
.benefits_one h3 {
    font-family: 'CUPRUM-BOLD';
    font-size: 33px;
    color: #6c767e;
    margin: 40px 0 20px;
    display: inline-block;
}
.benefits_one p {
    font-family: 'arial';
    font-size: 15px;
    color: #6c767e;
    line-height: 20px;
}


.waaranty {
    height: 394px;
    background: url(/images/waaranty_bg.jpg) no-repeat top center;
}
.waaranty_in {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    text-align: right;
}
.waaranty_in > div {
    width: 650px;
    text-align: center;
    display: inline-block;
}
.waaranty_in h2 {
    font-family: 'CUPRUM-BOLDITALIC';
    font-size: 60px;
    color: white;
    font-weight: normal;
    margin-top: 110px;
}
.waaranty_in p {
    font-size: 42px;
    color: white;
    margin-top: 15px;
}


.gallery {
    background: url(/images/galery_top_ico.png) no-repeat top center, url(/images/galery_bottom_ico.png) no-repeat bottom center;
    padding-bottom: 20px;
}
.gallery_in {
    width: 1000px;
    margin: 0 auto;
}
.gallery_in > h2 {
    font-family: 'CUPRUM-BOLDITALIC';
    color: #6c767e;
    text-align: center;
    font-size: 55px;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    font-weight: normal;
}
.gallery_in > h3 {
    font-family: 'arial';
    color: #6c767e;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    margin-bottom: 25px;
}
.item_one {
    width: 250px;
    height: 310px;
    text-align: center;
    float: left;
    font-family: arial;
    font-size: 20px;
    color: #6c767e;
}


.catalog {
    background: url('/images/catalog_top_ico.png') no-repeat top center, #f1f5f8;
    padding-bottom: 45px;
}
.catalog_in {
    width: 1000px;
    margin: 0 auto;
}
.catalog_in > h2 {
    font-family: 'CUPRUM-BOLDITALIC';
    color: #6c767e;
    text-align: center;
    font-size: 55px;
    display: inline-block;
    width: 100%;
    font-weight: normal;
}
.catalog_in > .catalog_one:nth-child(even){
    margin-left: 0px !important;    
}
.catalog_one {
    position: relative;
    margin-top: 25px;
    margin-left: 32px;
    width: 454px;
    height: 224px;
    border: 1px solid #aed9f6;
    background: white;
    padding: 13px;
    float: left;
}
.catalog_one > div {
    float: left;
    border-radius: 45px;
    overflow: hidden;
    margin-right: 13px;
}
.catalog_one h2 {
    font-family: 'CUPRUM-BOLD';
    font-size: 33px;
    color: #6c767e;
    line-height: 28px;
    margin-bottom: 4px;
}
.catalog_one p {
    font-size: 20px;
    color: #6c767e;
}
.catalog_one h3 {
    font-family: 'CUPRUM-BOLD';
    font-size: 25px;
    color: #ef7305;
}
.order_button_catalog {
    bottom: 12px;
    right: 12px;
    position: absolute;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    line-height: 58px;
    outline: none;
    width: 210px;
    height: 55px;
    border: 1px solid #f46110;
    border-radius: 7px;
    box-shadow: 4px 4px 11px -3px #7f7f7f;
    background-color: #ef7706; /* цвет, если браузер не поддерживает градиент */
    background-image: -webkit-linear-gradient(top, #ef8b08, #f05601); /* Для Chrome и Safari */
    background-image: -moz-linear-gradient(top, #ef8b08, #f05601); /* Для старых Fx (3.6 -15) */
    background-image: -ms-linear-gradient(top, #ef8b08, #f05601); /* Для IE 10*/
    background-image: -o-linear-gradient(top, #ef8b08, #f05601); /* Для Opera (11.1 - 12.0) */ 
    box-shadow: 1px 1px 4px 0px #f4b25b inset, 4px 4px 11px -3px #7f7f7f;
    font-size: 31px;
    color: white;
    font-family: 'CUPRUM-REGULAR';
    cursor: pointer;

}
.order_button_catalog:hover {
    background-color: #ef7706; /* цвет, если браузер не поддерживает градиент */
    background-image: -webkit-linear-gradient(top, #faa81a, #f05701); /* Для Chrome и Safari */
    background-image: -moz-linear-gradient(top, #faa81a, #f05701); /* Для старых Fx (3.6 -15) */
    background-image: -ms-linear-gradient(top, #faa81a, #f05701); /* Для IE 10*/
    background-image: -o-linear-gradient(top, #faa81a, #f05701); /* Для Opera (11.1 - 12.0) */ 
}
.order_button_catalog:active {
    background-color: #ef7706; /* цвет, если браузер не поддерживает градиент */
    background-image: -webkit-linear-gradient(top, #f05701, #ef8b08); /* Для Chrome и Safari */
    background-image: -moz-linear-gradient(top, #faa81a, #f05701); /* Для старых Fx (3.6 -15) */
    background-image: -ms-linear-gradient(top, #faa81a, #f05701); /* Для IE 10*/
    background-image: -o-linear-gradient(top, #faa81a, #f05701); /* Для Opera (11.1 - 12.0) */ 
}




.free_order {
    background: url('/images/free_order_bg.jpg') no-repeat top center;
    height: 367px;
}
.free_order_in {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
}
.free_order_in_left {
    width: 695px;
    float: left;
    position: relative;
    margin-top: 55px;
}
.free_order_in_left > h2 {
    font-size: 60px;
    font-family: 'CUPRUM-BOLDITALIC';
    color: white;
    font-weight: normal;
    line-height: 56px;
}
.free_order_in_left img {
    position: absolute;
    right: 172px;
    bottom: -12px;
}
.free_order_in_right {
    width: 305px;
    float: right;
    text-align: right;
}



.why_we {
}
.why_we_in {
    width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}
.why_we_in > h2 {
    font-size: 55px;
    font-family: 'CUPRUM-BOLDITALIC';
    font-weight: normal;
    color: #1a82bd;
    text-align: center;
}
.max_min {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 60px;
}
.max_min > h3 {
    width: 50%;
    text-align: center;
    float: left;
    font-family: 'CUPRUM-BOLD';
    font-size: 33px;
    color: #207fc1;
    font-weight: normal;
}
.max_min > div {
    width: 50%;
    text-align: center;
    float: left;
}
.min_max_one {
    height: 150px;
    border-bottom: 8px solid #dbe5ef;
    text-align: center;
}
.min_max_one p {
    color: #e73535;
    font-size: 16px;
    font-family: regular;
}
.min_max_one h1 {
    color: #1a82bd;
    font-size: 16px;
    font-family: regular;
    text-align: left;
    font-weight: normal;
    padding: 0 40px;
}

.responce_one {
    margin-top: 20px;
}
.responce_one div {
    position: relative;
    width: 590px;
    margin: 0 auto;
}
.responce_one div > img:nth-child(1) {
    position: absolute;
    top: -35px;
    left: -90px;
}
.responce_one div > img:last-child {
    position: absolute;
    top: 28px;
    right: -90px;
}
.responce_one div > p {
    font-family: arial;
    font-size: 15px;
    font-style: italic;
    color: #4e5358;
    line-height: 20px;
}
.responce_one div > h2 {
    font-size: 25px;
    color: #4e5358;
    text-align: right;
    margin-top: 15px;
    font-weight: normal;
}



.how_we_work {
    background: url('/images/how_we_work.png') no-repeat top center;
    height: 750px;
    padding-top: 22px;
}
.how_we_work_in {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
}
.how_we_work_in > h2 {
    font-size: 55px;
    font-family: 'CUPRUM-BOLDITALIC';
    font-weight: normal;
    color: white;
    text-align: center;
}
.how_we_work_in div {
    margin-top: 454px;
}
.how_we_work_in div > h3 {
    font-size: 83px;
    font-family: 'CUPRUM-BOLDITALIC';
    color: #0b70b5;
    line-height: 60px;
}
.how_we_work_in div > p {
    font-size: 61px;
    font-family: 'CUPRUM-BOLDITALIC';
    color: #0b70b5; 
    line-height: 60px;  
}




.wear_we {
    height: 115px;
    padding-top: 60px;
}
.wear_we_in {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.wear_we_in > h2 {
    font-size: 55px;
    font-family: 'CUPRUM-BOLDITALIC';
    color: #6c767e;
    text-align: center;
}
.wear_we_in > p {
    font-size: 20px;
    color: #6c767e;
}
.wear_we_in > div {
    position: absolute;
    right: 0px;
    bottom: -320px;
    z-index: 998;
}

.kontakts {
    width: 100%;
    height: 360px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
    padding-top: 27px;
    height: 90px;
    background: url(/images/footer_bg.png) no-repeat top center;
}
.footer_in {
    width: 725px;
    margin: 0 auto;
}
.footer_in h1 {
    font-size: 23px;
    font-family: 'CUPRUM-BOLD';
    font-weight: normal;
    color: #b3d5f0;
    text-align: left;
}
.footer_in h2 {
    font-size: 20px;
    font-family: 'CUPRUM-BOLDITALIC';
    font-weight: normal;
    color: #b3d5f0;
    border-bottom: 2px dashed #b3d5f0;
    display: inline-block;
}
.footer_in > h3 {
    font-family: arial;
    font-size: 10px;
    color: white;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
}
.clear {
    clear: both;
}
.call_order_btn {
    cursor: pointer;
}

/*  Вплывающие окна
----------------------------------------------------------------------------*/
.popup {
    z-index: 1000;
    position: fixed;
    display: block;
    width: 279px;
    height: 273px;
    display: none;
}
.popup_close {
    position: absolute;
    right: -35px;
    top: -35px;
    cursor: pointer;
}
.conf {
    cursor: pointer;
}
.confidens{
    font-family: arial;
    display: none;
    position: fixed;
    width: 50%;
    background: #fff;
    z-index: 1000;
    border-radius: 10px;
}
.confidens > div {
    padding: 25px;
}
/*затемненный фон*/
.hide-layout {
    background: #000000;
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    height: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}
.ancor {
    z-index: 99;
    position: fixed;
    display: block;
    width: 64px;
    height: 64px;
    opacity: 0.5;
    display: none;
}
.ancor:hover {
    opacity: 1;
    cursor: pointer;
}