@font-face{
    font-family: 'wf_SegoeUINormal';
    src: url('/fonts/SegoeUI.ttf');
}
@font-face{
    font-family: 'wf_SegoeUILight';
    src: url('/fonts/SegoeUI-Light.ttf');
}
@font-face{
    font-family: "Segoe UI Bold";
    src: url('/fonts/SegoeUI-Bold.ttf');
}
/* Eric Meyer's 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,
small, strike, strong, sub, sup, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font: 16px/20px Cambria, sans-serif;
    font-family: "wf_SegoeUINormal";
    height: 100%;
}

.wrapper {
    width: 100%;
    min-width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* All
-----------------------------------------------------------------------------*/
.divCenter {
    width: 1000px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 280px;
    width: 100%;
    padding-top: 20px;
}

#divLogo {
		background-image: url(/img/logo.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;/*
    background: url('/img/logo.png') center no-repeat;*/
    width: 154px;
    height: 144px;/*
    width: 210px;
    height: 138px;*/
    float: left;
}
#divLogoText {
    color: #143062;
    line-height: 26px;
    width: 480px;
    display: block;
    margin-left: 200px;
    font-size: 24px;
    padding-top: 21px;
}
.div-contacts {
    float: right;
    width: 290px;
    margin-right: 20px;
    margin-top: 10px;
}
.div-question {
    font-size: 22px;
    width: 280px;
    height: 25px;
    display: inline-block;
    text-align: right;
    color: #000000;

}
.div-tel {
    font-size: 24px;
    width: 280px;
    height: 25px;
    display: inline-block;
    text-align: right;
    color: #000000;
    margin-top: 5px;
}
#divOrderCall1 {
    margin-top: 6px;
    background: rgb(2, 160, 227);
    width: 160px;
    float: right;
    margin-right: 10px;
    height: 30px;
    cursor: pointer;
    padding-top: 8px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}
.header h1 {
    font-size: 28px;
    font-weight: bold;
    color: #143062;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    line-height: 30px;
    font-family: "Segoe UI Bold";
}
#divGar {
    width: 100%;
    color: rgb(150,7,7);
    font-size: 19px;
    text-align: center;
    font-family: "wf_SegoeUILight";
}
/* Middle
========================================================================*/

.content {
    padding: 0 0 170px;
}

#divStripe1 {
    width: 100%;
    height: 562px;
    margin-top: 10px;
}
#divStripe1 .divCenter {
    background: url("/img/tku_main.jpg") center no-repeat;
    background-size: cover;
    width: 1000px;
    height: 562px;
}
#divStripe1 .div-action {
    width: 551px;
    height: 250px;
    position: absolute;
    margin-left: 50px;
    margin-top: 63px;
    display: block;
}
#divActionBg {
    background: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
#divAction {
    padding: 30px 30px 20px 30px;
}
#divActionText1 {
    color: rgb(2, 160, 227);
    width: 100%;
    font-size: 24px;
}
#divActionText2 {
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    line-height: 24px;
}
#divActionText3 {
    width: 250px;
    font-size: 20px;
    margin-top: 45px;
}
#divTimer {
    width: 250px;
    position: absolute;
    margin-top: -40px;
    margin-left: 250px;
}
#divStripe1 .div-form-1 {
    width: 299px;
    height: 400px;
    float: right;
    margin-top: 63px;
    margin-left: 654px;
    display: block;
    position: absolute;
}
#divForm1Bg {
    background: rgb(0,138,218);
    opacity: 0.9;
    filter:alpha(opacity=90);
}
#divForm1 {

}
#divForm1Text1 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
}
#divForm1 input[type=text] {
    width: 180px;
    height: 30px;
    display: block;
    margin: 0 auto;
    outline: none;
    color: #848280;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 10px;
    border: 0;
    font-family: 'wf_SegoeUINormal';
}
#input1 {
    background: url("/img/manBlue.png") center left no-repeat, #ffffff;
    background-position: 10px 8px;
}
#input2 {
    background: url("/img/phoneBlue.png") center left no-repeat, #ffffff;
    background-position: 10px 8px;
}
#divForm1 input[type=button] {
    background: rgb(150,7,7);
    width: 220px;
    height: 30px;
    font-family: 'wf_SegoeUINormal';
    font-size: 16px;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    text-align: center;
}

#divStripe2 {
    width: 100%;
}
#divStripe2 table {
    width: 100%;
    margin-top: 50px;
}
#divStripe2 table tr td {
    vertical-align: middle;
    width: 33%;
}
.div-2-text-1 {
    font-size: 40px;
    color: rgb(2, 160, 227);
    height: 45px;
    font-weight: bold;
    float: left;
    width: 70px;
    text-align: right;
    padding: 15px 20px 0 0px;
}
.div-2-text-2 {
    font-size: 20px;
    height: 60px;
    float: left;
    line-height: 24px;
}
.div-2-img {
    width: 323px;
    height: 230px;
    background-size: 333px 230px !important;
    float: left;
    margin-top: 50px;
    cursor: url("/web/20161030203902im_/http://trku.ru/css/lightbox/zoom.cur"), pointer !important;
}
#div2Img1 {
    background: url("/img/open1.png");
}
#div2Img2 {
    background: url("/img/open2.png");
}
#div2Img3 {
    background: url("/img/open33.png");
}

#divStripe3 {
    width: 100%;
    padding-top: 20px;
}
#divStripe3 .divCenter {
    border-bottom: 1px solid rgb(150,7,7);
    height: 299px !important;
}
#divMen {
    background: url("/img/specialist.png");
    width: 227px;
    height: 299px;
    display: inline-block;
    float: left;
    margin-left: 20px;
}
#div3Text1 {
    font-size: 22px;
    display: block;
    margin-left: 280px;
    padding-top: 50px;
}
#div3Text2 {
    text-transform: uppercase;
    color: rgb(2, 160, 227);
    font-size: 34px;
    display: block;
    margin-left: 280px;
    padding-top: 50px;
    font-family: "Segoe UI Bold";
}
#divOrderCall2 {
    background: rgb(150,7,7);
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    margin-left: 30px;
    padding: 5px 10px 10px 10px;
    margin-top: 43px;
    display: inline-block;
}

#divStripe4 {
    padding-top: 30px;
    width: 100%;
}
#divStripe4 h2 {
    width: 100%;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
#divStripe4 ol {
    width: 100%;
}
#divStripe4 ol li {
    width: 100%;
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
}
#divStripe4 ol li:before {
    color: rgb(150,7,7);
    font-weight: bold;
    counter-increment: item; /* Задаём имя счетчика */
    text-align: center;
}

#divStripe5 {
    width: 100%;
    height: 481px;
    margin-top: 30px;
}
#divStripe5 .divCenter {
    border-top: 1px solid rgb(150,7,7);
    background: url("/img/tku02.png") center no-repeat;
    width: 1000px;
    height: 481px;
    border-bottom: 1px solid rgb(150,7,7);
}
#divStripe5 .div-cons {
    width: 551px;
    height: 250px;
    position: absolute;
    margin-left: 50px;
    margin-top: 63px;
    display: block;
}
#divConsBg {
    background: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
#divCons {
    padding: 30px 30px 20px 30px;
}
#divConsText1 {
    font-weight: bold;
    color: rgb(2, 160, 227);
    width: 100%;
    font-size: 24px;
}
#divConsText2 {
    width: 100%;
    font-size: 20px;
    margin-top: 40px;
    line-height: 24px;
}
#divStripe5 .div-form-2 {
    width: 299px;
    height: 400px;
    float: right;
    margin-top: 63px;
    margin-left: 654px;
    display: block;
    position: absolute;
}
#divForm2Bg {
    background: rgb(0,138,218);
    opacity: 0.9;
    filter:alpha(opacity=90);
}
#divForm2Text1 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
}
#divForm2 input[type=text] {
    width: 180px;
    height: 30px;
    display: block;
    margin: 0 auto;
    outline: none;
    color: #848280;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 10px;
    border: 0;
    font-family: 'wf_SegoeUINormal';
}
#input3 {
    background: url("/img/manBlue.png") center left no-repeat, #ffffff;
    background-position: 10px 8px;
}
#input4 {
    background: url("/img/phoneBlue.png") center left no-repeat, #ffffff;
    background-position: 10px 8px;
}
#divForm2 input[type=button] {
    background: rgb(150,7,7);
    width: 220px;
    height: 30px;
    font-family: 'wf_SegoeUINormal';
    font-size: 16px;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    text-align: center;
}
#divStripe5 ul {
    list-style-type: none;
}
#divStripe5 ul li:before{
    color: rgb(150,7,7);
    font-size: 20px;
    padding-right: 10px;
}
#divStripe5 ul li {
    margin-left: 30px;
}

#divStripe6 {
    width: 100%;
    margin-top: 30px;
}
#divStripe6 .divCenter {
    border-bottom: 1px solid rgb(150,7,7);
    height: 550px !important;

}
#divStripe6 h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    padding: 20px 0 20px 0;
}
#divStripe6 h3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}
.divWallets {
    margin: 0 auto;
    width: 1000px;
    height: 310px;
    padding-top: 20px;
    text-align: center;
}
.divWallets img {
    padding: 0 16px 0 16px;
}
.divWallets img {
    cursor: url("/web/20161030203902im_/http://trku.ru/css/lightbox/zoom.cur"), pointer !important;
}

#divStripe7 {
    width: 100%;
    margin-top: 20px;
}
#divDuty1, #divDuty2, #divDuty3,
#divDuty4, #divDuty5 {
    width: 200px;
}
#divDuty1 {
    background: url("/img/icon3.png") bottom center no-repeat;
    text-align: center;
    height: 380px;
    display: inline-block;
}
#divDuty2 {
    display: inline-block;
    background: url("/img/icon2.png") bottom center no-repeat;
    text-align: center;
    height: 230px;
}
#divDuty3 {
    display: inline-block;
    background: url("/img/icon1.png") bottom center no-repeat;
    text-align: center;
    top: 0px;
    position: relative;
    height: 130px;
}
#divDuty4 {
    display: inline-block;
    background: url("/img/icon4.png") bottom center no-repeat;
    text-align: center;
    height: 230px;
    width: 202px;
}
#divDuty5 {
    display: inline-block;
    background: url("/img/icon5.png") bottom center no-repeat;
    text-align: center;
    height: 380px;
}
#div7Img1 {
    background: url("/img/tku.png");
    width: 387px;
    height: 196px;
    margin: 0 auto;
    margin-top: -165px;
}
#divForm3 {
    padding-top: 20px;
    width: 1000px;
    text-align: center;
}
#divForm3 input[type=text] {
    width: 180px;
    height: 30px;
    display: inline-block;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 10px;
    border: 0;
    font-family: 'wf_SegoeUINormal';
    margin-right: 20px;
}
#input5 {
    background: url("/img/manWhite.png") center left no-repeat, rgb(2, 160, 227);
    background-position: 10px 8px;
}
#input6 {
    background: url("/img/manWhite.png") center left no-repeat, rgb(2, 160, 227);
    background-position: 10px 8px;
}
#divForm3 input[type=button] {
    background: rgb(150,7,7);
    width: 220px;
    height: 32px;
    font-family: 'wf_SegoeUINormal';
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    text-align: center;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    margin: -170px auto 0;
    min-width: 1000px;
    height: 170px;
    width: 100%;
    position: relative;
}

#divOrderCall3 {
    margin-top: 12px;
    background: rgb(2, 160, 227);
    width: 160px;
    float: right;
    margin-right: 10px;
    height: 30px;
    cursor: pointer;
    padding-top: 8px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

#divOrderCall4 {
    margin-top: 12px;
    background: rgb(2, 160, 227);
    width: 160px;
    float: left;
    margin-right: 10px;
    height: 30px;
    cursor: pointer;
    padding-top: 8px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}
.footer .div-contacts {
    margin-top: 30px;
}
#divFooterText {
    width: 300px;
    padding-top: 49px;
    font-size: 22px;
    color: rgb(150,7,7);
    line-height: 24px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
/*Common
================================================================*/
#divForm3 ::-webkit-input-placeholder {
    color: #ffffff;
}
#divForm3 :-moz-placeholder {
    color: #ffffff;
    opacity:  1;
}
#divForm3 ::-moz-placeholder {
    color: #ffffff;
    opacity:  1;
}
#divForm3 :-ms-input-placeholder{
/*    color:    #623f01;*/
    color: #ffffff;
}

b {
    font-weight: bold;
}

div.tooltip {background: none;border: 0;}
.tooltip{position:absolute;min-width: 165px;z-index:1030;display:block;visibility:visible;font-size:14px;line-height:1.4;/*opacity:0;filter:alpha(opacity=0);*/}
.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}
.tooltip.top{margin-top:-3px;padding:5px 0;}
.tooltip.right{margin-left:3px;padding:0 5px;margin-top: 5px;}
.tooltip.bottom{margin-top:3px;padding:5px 0;}
.tooltip.left{margin-left:-3px;padding:0 5px;}
.tooltip-inner{max-width:200px;padding:8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000;}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000;}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000;}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000;}


#divModalBg {
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.8;
    display: none;
    z-index: 150;
    background: black;
}
#divModalForm1 {
    background: #858372;
    position: fixed;
    width: 252px;
    height: 370px;
    display: none;
    left: 50%;
    top: 50%;
    right: 0;
    padding: 10px;
    margin-left: -126px;
    margin-top: -131px;
    z-index: 200;
    box-shadow: 0px 0px 20px 5px black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#divModalForm1 input[type=text] {
    width: 216px;
    height: 26px;
    display: block;
    margin: 0 auto;
    font-weight: normal;
    border: 0;
    font-size: 16px;
    padding-left: 10px;
    font-family: "wf_SegoeUINormal";
    padding-right: 10px;
}
#divModalForm1 input[type=button] {
    background: rgb(2, 160, 227);
    width: 160px;
    height: 30px;
    font-family: "wf_SegoeUINormal";
    font-size: 18px;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}
.closeModal {
    background: url("/img/close.png");
    width: 16px;
    height: 16px;
    right: 5px;
    top: 5px;
    cursor: pointer;
    position: absolute;
}
#divModalForm1Text1 {
    width: 212px;
    margin: 0 auto;
    text-align: right;
    color: #ffffff;
}
#divModalForm1Text2 {
    width: 252px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}
#divModalForm2 {
    background: url("/img/orderFormSmall.png");
    position: fixed;
    width: 252px;
    height: 262px;
    display: none;
    left: 50%;
    top: 50%;
    right: 0;
    padding: 10px;
    margin-left: -126px;
    margin-top: -131px;
    z-index: 250;
    box-shadow: 0px 0px 20px 5px black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#divModalForm2Text1 {
    width: 100%;
    text-align: center;
    margin-top: 100px;
    color: white;
    font-size: 20px;
}
#divBlueTimerBg {
/*    background: rgb(2,160,227);*/
    opacity: 0.1;
    filter: alpha(opacity=10);
    position: absolute;
    margin-top: 8px;
    margin-left: -30px;
    width: 551px;
    height: 100px;
}
.div-marker {
    background: url("/img/marker.png") left no-repeat;
    width: 12px;
    height: 13px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
#divModalForm3 {
    background: url("/img/formBg.png");
    background-size: 100% 100%;
    position: fixed;
    width: 252px;
    height: 367px;
    display: none;
    left: 50%;
    top: 50%;
    right: 0;
    padding: 10px;
    margin-left: -136px;
    margin-top: -180px;
    z-index: 200;
    box-shadow: 0px 0px 20px 5px black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#divModalForm3Text1 {
    width: 212px;
    margin: 0 auto;
    text-align: right;
    color: #ffffff;
}
#divModalForm3 input[type=text] {
    width: 216px;
    height: 26px;
    display: block;
    margin: 0 auto;
    font-weight: normal;
    border: 0;
    font-size: 16px;
    padding-left: 10px;
    font-family: "wf_SegoeUINormal";
    padding-right: 10px;
}
#divModalForm3 input[type=button] {
    background: rgb(2, 160, 227);
    width: 240px;
    height: 30px;
    font-family: "wf_SegoeUINormal";
    font-size: 18px;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}
#divModalForm3 textarea {
    width: 216px;
    height: 80px;
    resize: none;
    font-family: "wf_SegoeUINormal";
    font-size: 16px;
    display: block;
    padding: 0 10px 0 10px;
    margin: 0 auto;
}
