﻿/*-------------------------------  reset  ------------------------------------*/
    a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,
    fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,
    p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}
    article,aside,blockquote,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
    audio,canvas,video{display:inline-block}
    audio:not([controls]){display:none;height:0}
    fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver}
    legend{white-space:normal}
    embed,img,object{max-width:100%}
    b,dt,strong{font-weight:700}
    dfn,em,i{font-style:italic}
    blockquote,q{quotes:none;font-style:italic}
    blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
    a,a:active,a:focus,a:hover,a:link,a:visited{outline:0}
    hr{-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:1px;margin:20px 0 30px;padding:0;border:none;background:#555}
    mark{color:#000;background:#ff0}
    pre{margin:1em 0;padding:15px;border:1px solid #555;border-radius:5px;white-space:pre;white-space:pre-wrap;background:#efefef;word-wrap:break-word}
    code,kbd,pre,samp{font-family:'courier new',monospace,serif;font-size:1em}
    small{font-size:80%}
    big{font-size:125%}
    sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
    sup{top:-.5em; left: -0.3em;}
    sub{bottom:-.25em; left: -0.3em;}
    abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}
    ins,u{text-decoration:underline}
    del,s{text-decoration:line-through}
    dl,menu{margin:1em 0 1em 1em;list-style:none}
    dd+dt{margin-top:1em}
    dd{margin:0 0 0 40px}
    nav ol,nav ul, ol, ul {list-style:none}
    table{width:100%;border-collapse:collapse;border-spacing:0}
    td,td img{vertical-align:top}
    ::selection{text-shadow:none;color:#fff;background:#2597ff}
    ::-moz-selection{text-shadow:none;color:#fff;background:#2597ff}
    ::-ms-selection{text-shadow:none;color:#fff;background:#2597ff}
    [hidden]{display:none}
    button,input,select,textarea{margin:0;font-family:sans-serif;font-size:100%;vertical-align:baseline;outline:0}
    textarea{overflow:auto;vertical-align:top}

    ::-webkit-input-placeholder {color: #ccc;}
    ::-webkit-textarea-placeholder {color: #ccc;}
    input::-moz-placeholder {color: #ccc;opacity: 1;}
    textarea::-moz-placeholder {color: #ccc;opacity: 1;}
    input::-ms-placeholder {color: #ccc;}
    textarea::-ms-placeholder {color: #ccc;}

    button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
    button[disabled], html input[disabled] {cursor: not-allowed;}
    input[type="checkbox"], input[type="radio"] {-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;cursor: pointer;}
    input[type="search"] {-webkit-appearance: textfield;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
    button::-moz-focus-inner, input::-moz-focus-inner {padding: 0;border: 0;}

    html, body {height: 100%;margin: 0;padding: 0;}
    html {display: block;font-family: sans-serif;font-size: 100%;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
    body {position: relative;min-width: 980px;font: 14px/1.6em Arial,Helvetica,sans-serif;color: #555555;background: #fafafa;-webkit-backface-visibility: hidden;-webkit-font-smoothing: antialiased;}

    input[type="text"],input[type="password"],input[type="submit"],input[type="tel"],input[type="email"],textarea {-webkit-appearance: none;-webkit-border-radius:0;border-radius:0;background: #fff !important;}
    input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,textarea:focus,input[type="password"]:focus {background: #fff !important;}
    input[type="text"]:focus::-webkit-input-placeholder,input[type="tel"]:focus::-webkit-input-placeholder,input[type="email"]:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder,input[type="password"]:focus::-webkit-input-placeholder {color: transparent;}
    input[type="text"]:focus::-moz-placeholder,input[type="tel"]:focus::-moz-placeholder,input[type="email"]:focus::-moz-placeholder,textarea:focus::-moz-placeholder,input[type="password"]:focus::-moz-placeholder {color: transparent;}
    input[type="text"]:focus::-ms-placeholder,input[type="tel"]:focus::-ms-placeholder,input[type="email"]:focus::-ms-placeholder,textarea:focus::-ms-placeholder,input[type="password"]:focus::-moz-placeholder {color: transparent;}

    a {
        text-decoration: none;
        color: #fff;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    a:hover {text-decoration: none;color: #000;}
/*-------------------------------  Custom Fonts  ------------------------------------*/


    @font-face {
        font-family: 'Calibri-Regular';
        src: url('../fonts/Calibri-Regular.eot');
        src: url('../fonts/Calibri-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Regular.woff') format('woff'),
        url('../fonts/Calibri-Regular.ttf') format('truetype'),
        url('../fonts/Calibri-Regular.svg#Calibri-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Calibri-Bold';
        src: url('../fonts/Calibri-Bold.eot');
        src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype'),
        url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
        font-weight: normal;
        font-style: normal;
    }


/*-------------------------------  sys style  ------------------------------------*/
    .tac { text-align: center; }
    .tar { text-align: right; }
    .tal { text-align: left; }
    .fll { float: left; }
    .flr { float: right; }
    .cls { font-size: 0; display: table; width: 100%;}
    .clear { clear: both;}
    .helper {display:inline-block; height:100%; width:0px; vertical-align:middle; zoom:1; font-size:0; }
    #ctrlcopy { height:1px; overflow:hidden; position:absolute; width:1px; margin: 5px 0 0 -1px; line-height:0; opacity: 0; }
    .clearFix:after { content: ''; display: block; clear: both; height: 0; }
    .wSize:after { content: ''; display: block; clear: both; height: 0; }
    .content { position: relative; font-family: Tahoma, Segoe, sans-serif;}
    .content h1, .content h2, .content h3, .content h4, .content h5, .content h6,.h1T, .h2T, .h3T, .h4T, .h5T, .h6T {
      font: 30px/1.2em Tahoma, Segoe, sans-serif;
    }
    .content h1:before, .content h2:before, .content h3:before, .content h4:before, .content h5:before, .content h6:before { content: ''; display: block; clear: both; height: 0; }
    .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
        padding-top: 0.5em;
        padding-bottom: 0.4em;
    }
    .content h2, .h2T { font-size: 28px; line-height: 1.2em; }
    .content h3, .h3T { font-size: 26px; line-height: 1.2em; }
    .content h4, .h4T { font-size: 24px; line-height: 1.2em; }
    .content h5, .h5T { font-size: 22px; line-height: 1.2em; }
    .content h6, .h6T { font-size: 18px; line-height: 1.2em; }
    .h1T *,.h2T *,.h3T *,.h4T *,.h5T *,.h6T * { line-height: 1em !important; }
    .content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a,
    .h1T a, .h2T a, .h3T a, .h4T a, .h5T a, .h6T a { text-decoration: none !important; }
    .content blockquote { padding: 5px 20px; margin: 5px 0; font-style: italic; border: 10px solid transparent; border-left-color: #ccc; }
    .content a { color: #fdba1c; }
    .content a:hover { color: #000; }
    .content p { margin-bottom: 0; }
    .content ul, .content ol { margin-top: 0; }
    .content li { list-style-type: disc; list-style-position: inside; padding-left: 15px; }
    .content ol li { list-style-type: decimal; list-style-position: inside; }
    .content table th { font-weight: bold; background: #fdb40f; }
    .content table thead th { vertical-align: bottom; }
    .content table  {
        width: 100%;
        background-color: transparent;
        border-collapse: collapse;
        border-spacing: 0;
        border-bottom: 1px solid #fdb40f;
        border-left: 1px solid #fdb40f;
        width: 100%;
        margin: 10px 0 20px;
    }
    .content table th, .content table td {
        padding: 10px;
        line-height: 1em;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #fdb40f;
        border-right: 1px solid #fdb40f;
    }

    .content table.table-null, .content table.table-null th, .content table.table-null td { border-color: transparent; }
    .content table.table-zebra, .content table.table-zebra th, .content table.table-zebra td { border-color: transparent; }
    .content table.table-zebra tr:nth-child(even) { background: #ffd235; }
/*-------------------------------  conteiner  ------------------------------------*/
    .wWrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        position: relative;
        overflow: hidden;
        background: #fafafa;
    }
    .wHeader {
        position: relative;
        height: 84px;
        background: url(../pic/header_bg.jpg) no-repeat top center;
    }
    .wSize {
        width: 980px;
        padding: 0 5px;
        margin: 0 auto;
        position: relative;
    }
    .wConteiner {
        padding: 0px 0 155px 0;
        position: relative;
        background: #fafafa;
    }
    .defBlock {
        background: #999;
        height: 100px;
        text-align: center;
        font: 20px/98px Arial, Helvetica, sans-serif;
        color: #fff;
        text-transform: uppercase;
    }
/*-------------------------------  breadcrumbs  ------------------------------------*/
    .breadcrumbs {
        padding-top: 20px;
        font-size: 0;
        line-height: 0;
    }
    .breadcrumbs span {
        display: inline-block;
        vertical-align: top;
        position: relative;
        font: 14px/14px Arial,sans-serif;
    }
    .breadcrumbs span + span {
        padding-left: 20px;
    }
    .breadcrumbs span + span:before {
        content: '/';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 100%;
        text-align: center;
    }
    .breadcrumbs a {
        text-decoration: underline;
    }
/*-------------------------------  wHeader  ------------------------------------*/  

    .fll.logo_main {
        width: 200px; 
        text-align: right;
        height: 100%;
        padding: 24px 0 20px;
        background: url(../pic/logo_mini.png) no-repeat left center;
    }

    .logo {
        color: #fdba1c;
        font: 17px/18px Tahoma, Segoe, sans-serif;
    }

    .fll p {
        color: #b7b7b7;
        font: 13px/18px Tahoma, Segoe, sans-serif;
    }

    .flr {
        width: 160px;
        height: 100%;
        padding-top: 30px;
        font: 13px/18px Tahoma, Segoe, sans-serif;
    }

    .flr .phone {
        display: block;
        color: #777777;
        padding-left: 30px;
        background: url(../pic/sprite.png) 0 0 no-repeat;
    }

    .flr .mail {
        display: block;
        color: #fdba1c;
        padding-left: 25px;
        background: url(../pic/sprite.png) 0 -33px no-repeat;
        cursor: pointer;
    }

    .flr .mail:hover {
        color: #000;
    }

    .flc {
        margin-left: 220px; 
        height: 84px;
        width: 350px;
        position: relative;
    }

    .flc ul {
        height: 30px;
        position: absolute;
        top: 62%;
        left: 0;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        transform: translate(0,-50%);
        display: table;
        width: 100%;
    }

    .flc ul li {
        position: relative;
        height: 30px;
        padding: 0 7px;
        display: inline-block;
        vertical-align: top;
        text-transform: uppercase;
        font: 13px/15px Tahoma, Segoe, sans-serif;
    }

    .flc ul li a {
        display: block;
        position: relative;
        color: #767676;
    }

    .flc ul li a:hover {
        color: #303030;
    }

    .flc ul li a:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -4px;
        width: 7px;
        height: 6px;
        opacity: 0;
        background: url(../pic/sprite.png) no-repeat 0 -65px;
        -webkit-transition: bottom 0.3s ease;
        -moz-transition: bottom 0.3s ease;
        transition: bottom 0.3s ease;
    }

    .flc ul li:before {
        color: #fcc440;
        content: "/";
        position: absolute;
        top: 0;
        left: -2px;
        width: 6px;
        height: 16px;
    }

    .flc ul li:first-child:before {
        display: none;
    }

    .flc ul li a:hover:after, .flc ul li a.active:after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 50%;
        margin-left: -4px;
        width: 7px;
        height: 6px;
        opacity: 1;
    }

/*-------------------------------  wConteiner  ------------------------------------*/

    .com_top {
        padding-top: 315px;
        background: #fff url(../pic/doby_bg1.jpg) no-repeat top center;
    }

    .uslugi_in .com_top {
        padding-top: 30px;
        background: none;
    }

    .uslugi_but {
        background: url(../pic/but1.png) no-repeat top center;
        height: 39px;
        width: 309px;
        text-align: center;
        margin: 0 auto;
        text-transform: uppercase;
        font: bold 24px/39px Tahoma, Segoe, sans-serif;
        color: #fff;
        display: block;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .com_top p {
        text-align: center;
        text-transform: uppercase;
        font: 13px/18px Tahoma, Segoe, sans-serif;
        color: #555;
        margin-bottom: 70px;
    }

    .menu_main {
        display: table;
        width: 100%;
        text-align: center;
        font-size: 0;
    }

    .menu_main li {
        display: inline-block;
        vertical-align: top;
        margin: 0 3px 60px;
    }

    .menu_main li a {
        display: block;
        box-sizing: border-box;
    }

    .menu_main li a .img_block {
        width: 238px;
        height: 238px;
    }

    .menu_main li a p {
        text-align: center;
        font: 24px/28px 'Calibri-Bold';
        color: #555;
        padding-top: 40px;
        height: 56px;
        overflow: hidden;
        margin-bottom: 0;
        width: 238px;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    .menu_main li a:hover p {
        color: #e3ab10;
    }

    .menu_main li:nth-child(1) a .img_block {
        background: url(../pic/sprite2.png) 0 0 no-repeat;
    }

    .menu_main li:nth-child(2) a .img_block {
        background: url(../pic/sprite2.png) 0 -238px no-repeat;
    }

    .menu_main li:nth-child(3) a .img_block {
        background: url(../pic/sprite2.png) 0 -476px no-repeat;
    }

    .menu_main li:nth-child(4) a .img_block {
        background: url(../pic/sprite2.png) 0 -714px no-repeat;
    }

    .menu_main li:nth-child(5) a .img_block {
        background: url(../pic/sprite2.png) 0 -952px no-repeat;
    }

    .menu_main li:nth-child(6) a .img_block {
        background: url(../pic/sprite2.png) 0 -1190px no-repeat;
    }

    .menu_main li:nth-child(7) a .img_block {
        background: url(../pic/sprite2.png) 0 -1428px no-repeat;
    }

    .menu_main li:nth-child(8) a .img_block {
        background: url(../pic/sprite2.png) 0 -1666px no-repeat;
    }

    .menu_main li:hover:nth-child(1) a .img_block {
        background: url(../pic/sprite2.png) -238px 0 no-repeat;
    }

    .menu_main li:hover:nth-child(2) a .img_block {
        background: url(../pic/sprite2.png) -238px -238px no-repeat;
    }

    .menu_main li:hover:nth-child(3) a .img_block {
        background: url(../pic/sprite2.png) -238px -475px no-repeat;
    }

    .menu_main li:hover:nth-child(4) a .img_block {
        background: url(../pic/sprite2.png) -238px -714px no-repeat;
    }

    .menu_main li:hover:nth-child(5) a .img_block {
        background: url(../pic/sprite2.png) -238px -952px no-repeat;
    }

    .menu_main li:hover:nth-child(6) a .img_block {
        background: url(../pic/sprite2.png) -238px -1190px no-repeat;
    }

    .menu_main li:hover:nth-child(7) a .img_block {
        background: url(../pic/sprite2.png) -238px -1428px no-repeat;
    }

    .menu_main li:hover:nth-child(8) a .img_block {
        background: url(../pic/sprite2.png) -238px -1666px no-repeat;
    }

    .price_block {
        background: url(../pic/doby_bg3.jpg) no-repeat top center;
        height: 361px;
        padding-top: 90px;
        box-sizing: border-box;
    }

    .price_block p {
        font: 28px/34px 'Calibri-Regular';
        color: #fff;
        margin-bottom: 65px;
        width: 400px;
        height: 102px;
        overflow: hidden;
    }

    .price_but {
        display: block;
        font: bold 24px/39px Tahoma, Segoe, sans-serif;
        height: 39px;
        width: 320px;
        color: #ffc657;
        padding-left: 10px;
        overflow: hidden;
        background: url(../pic/but2.png) no-repeat left center;
    }

    .t_f_block {
        background: #fafafa url(../pic/doby_bg2.jpg) no-repeat top center;
        padding-top: 40px;
    }

    .t_f_block .fll {
        width: 745px;
    }

    .t_f_block .fll p {
        color: #555;
        font: 16px/24px Tahoma, Segoe, sans-serif;
    }

    .t_f_block > .flr {
        width: 205px;
        padding: 24px 20px 0;
        box-sizing: border-box;
    }

    .t_f_block .flr .h1T {
        padding: 0;
        color: #fdba1c;
        text-align: center;
        margin-bottom: 20px;
    }

    .last_news {
        display: block;
        margin-bottom: 25px;
    }

    .last_news > a {
        color: #fdba1c;
        font: 12px/14px Tahoma, Segoe, sans-serif;
    }

    .last_news > a span {
        color: #fdba1c;
        font: 10px/14px Tahoma, Segoe, sans-serif;
    }

    .last_news > a:hover {
        color: #fdba1c;
        text-decoration: underline;
    }

    .last_news li a {
        transform: translateZ(0);
        -moz-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        list-style: none;
        display: block;
        line-height: 0;
    }

    .last_news li a .img_li {
        margin-bottom: 6px;
        height: 100px;
        width: 160px;
    }

    .img_li img {
        width: 100%;
    }

    .last_news li a p {
        font: 12px/14px Tahoma, Segoe, sans-serif;
        color: #5b5b5b;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease;
        margin-bottom: 4px;
    }

    .last_news li a:hover p {
        color: #fdb60f;
    }

    .last_news li a p span {
        font: 10px/14px Tahoma, Segoe, sans-serif;
        color: #fdb60f;
    }

    .last_news li > p {
        color: #989898;
        font: 11px/14px Tahoma, Segoe, sans-serif;
    }

    .last_news li {
        margin-bottom: 10px;
    }

    .contact_main {
        display: block;
        padding-bottom: 0px;
    }

    .contact_main .wSize {
        border-top: 1px solid #efefef;
        padding-top: 15px;
    }

    .contact_main .fll, .contact_main .flr {
        width: 500px;
    }

    .contact_main > .wSize > .fll, .contact_main > .wSize > .flr {
        padding-top: 25px !important;
    }

    .contact_main .title {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px;
        background: url(../pic/but1.png) no-repeat top center;
        width: 309px;
        height: 39px;
        font: bold 24px/39px Tahoma, Segoe, sans-serif;
        color: #fff;
        text-transform: uppercase;
        overflow: hidden;
    }

    .seoTEXT .title {
        margin: 0 auto 20px;
        text-align: left;
        font: bold 30px/39px Tahoma, Segoe, sans-serif;
        color: #fdba1c;
    }

    .contact_main .fll .form_main {
        height: 395px;
        background: #fff;
        box-sizing: border-box;
        border: 1px solid #e6e6e6;
        padding-top: 30px;
    }

    .form_main .fll {
        width: 160px;
        text-align: right;
        padding-right: 10px;
        box-sizing: border-box;
        color: #555;
        font: 15px/20px Tahoma;
    }

    .form_main .fll span {
        color: #fdb60f;
    }

    .form_main input, select {
        box-shadow: none;
        width: 195px !important;
        height: 25px !important;
        box-sizing: border-box;
        border: 1px solid #e5e5e5 !important;
        margin-bottom: 10px;
    }

    select {
        box-shadow: none !important;
    }

    .form_main input.city {
        margin-bottom: 35px !important;
    }

    .form_main textarea {
        box-shadow: none;
        width: 270px !important;
        height: 100px !important;
        box-sizing: border-box;
        border: 1px solid #e5e5e5;
        resize: none;
        margin-bottom: 20px;
        font: 11px/16px Tahoma, Verdana, Segoe, sans-serif;
    }

    .form_main .row {
        padding: 0;
    }

    .form_main .submit.but {
        background: url(../pic/but3.png) no-repeat top center !important;
        margin: 0 auto !important;
        height: 50px !important;
        width: 230px !important;
        border: none !important;
        box-shadow: none !important;
        color: #fdb60f;
        display: block;
        font: bold 24px/24px Tahoma, Segoe, sans-serif;
    }

    .form_main .submit.but:hover {
        background: url(../pic/but3_active.png) no-repeat top center !important;
    }

    .contact_main .flr {
        width: 440px;
    }
    
    .contact_main .flr .text {
        font: 18px/32px Tahoma, Segoe, sans-serif;
    }

    .contact_main .flr .text span {
        color: #fdb60f;
    }

    .contact_main .flr .text a {
        color: #555;
    }

    .contact_main .flr .text a:hover {
        color: #fdb60f;
    }

    .contact_main .flr .text ul {
        padding-top: 20px;
        font: 20px/26px Tahoma, Segoe, sans-serif;
    }

    .contact_main .flr .text ul li {
        margin-bottom: 20px;
        padding-left: 15px;
        background: url(../pic/sprite.png) no-repeat 0 -83px;
    }

    /*-------------------------------  wMiddle  ------------------------------------*/
        .wMiddle {
            overflow: hidden;
        }
/*-------------------------------  wFooter  ------------------------------------*/
    .wFooter {
        margin: -105px auto 0;
        height: 105px;
        position: relative;
        background: #fafafa url(../pic/footer_bg.png) no-repeat top center;
    }

    .wFooter .fll {
        width: 250px;
        padding-top: 40px;
        box-sizing: border-box;
        padding-right: 10px;
        font: 13px/18px Tahoma, Segoe, sans-serif;
        color: #fff;
        text-align: right;
    }

    .wFooter .flr {
        width: 230px;
        padding-top: 20px;
        box-sizing: border-box;
        font: 11px/12px Tahoma, Segoe, sans-serif;
        color: #fff;
        text-align: center;
    }

    .wFooter .flr a {
        padding-left: 40px;
        display: block;
        width: 125px;
    }

    .wFooter .flr a .text {
        display: block;
    }

    .wFooter .flc {
        width: 468px;
        margin-left: 280px;
        padding-left: 0;
        text-align: center;
        padding-top: 25px;
        height: 80px;
    }

    .wFooter .flc p {
        font: 11px/10px Tahoma, Segoe, sans-serif;

    }

    .wFooter .flc a {
        display: block;
    }




/*----------------------------------------NEWS----------------------------------------*/


    .news_block li + li {
        border-top: 1px dashed #ccc;
        padding-top: 20px;
    }

    .news_block ul {
        margin-bottom: 20px;
    }

    .news_block ul li {
        list-style: none;
        margin-bottom: 20px;
    }
    
    .news_block_in .news_block_l_r {
        width: 100%;
        height: 180px;
    }

    .news_block_in .news_block_l_r .fll {
        width: 20%;
        padding: 24px 0 0;
        box-sizing: border-box;
    }

    .news_block_in .news_block_l_r .fll a {
        display: block;
        width: 100%;
        line-height: 0;
        height: 120px;
        margin-bottom: 10px;
    }

    .news_block_in .news_block_l_r .fll a img {
        width: 100%;
        height: 100%;
    }

    .news_block_in .news_block_l_r .flr {
        width: 76%;
        padding: 24px 2% 0;
        height: 145px;
        position: relative;
    }

    .news_block_in .news_block_l_r .flr .news_in_text {
        width: 100%;
        height: 130px;
        overflow: hidden;
    }

    .news_block_in .news_block_l_r .flr a {
        position: absolute;
        display: block;
        bottom: -10px;
        right: 0;
    }

    .news_block .title {
        margin: 30px auto 0;
        text-align: center;
        margin-bottom: 50px;
        background: url(../pic/but1.png) no-repeat top center;
        width: 309px;
        height: 39px;
        font: bold 24px/39px Tahoma, Segoe, sans-serif;
        color: #fff;
        text-transform: uppercase;
    }

    .title2 {
        margin-bottom: 10px;
        font: bold 18px/20px Tahoma, Segoe, sans-serif;
        color: #fff;
    }

    .pagination {
        text-align: right;
        margin-bottom: 10px;
    }

    .pagination a, .pagination p {
        display: inline-block;
        vertical-align: top;
    }

    .pagination a {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        color: #787a7c;
        box-shadow: 1px 1px 0 0 rgba(0,0,0,0.2);
        text-align: center;
        width: 26px;
        height: 26px;
        border-radius: 3px;
        color: #000;
        background: #ffd235;
        box-shadow: 1px 1px 5px 0 #000;
    }

    .pagination p {
        display: inline-block;
        vertical-align: top;
    }

    .pagination .active, .pagination a:hover, .pagination .active:hover {
        color: #000;
        text-shadow: 1px 1px 0 #ccc;
        background: #ef9701;
        box-shadow: none;
    }

    .pagination a:hover {
        box-shadow: 1px 1px 5px 0 #000;
    }

    .pagination a span {
        font: 12px/26px Arial, Helvetica, sans-serif;
    }





/*----------------------------------------NEW----------------------------------------*/





    .new_block_in {
        margin-bottom: 30px;
        position: relative;
    }

    .new_left_size.fll {
        width: 20%;
    }

    .new_in_text{
        width: 100%;
        /*padding: 24px 2% 20px 0;*/
		padding: 0px 2% 20px 0;
    }

    .new_block_in .title2 {
        color: #ffc657;
    }

    .back_to_news {
        position: absolute;
        left: 0;
        bottom: -40px;
        display: block;
        font: 16px/18px Tahoma, Segoe, sans-serif;
    }





/*---------------------------------------CONTACT---------------------------------------*/





    .t_f_block.contact {
        background: #fafafa;
    }



/*----------------------------------------USLUGI----------------------------------------*/


    .icon_us {
        width: 150px;
        height: 150px;
        display: inline-block;
        vertical-align: top;
        padding-top: 10px;
    }    

    .text_us_in {
        padding-top: 20px;
        position: relative;
        text-transform: uppercase;
        height: 165px;
        overflow: hidden;
        width: 600px;
        float: left; 
        margin-bottom: 20px;
    }

    .text_us_in span {
        font: 34px/34px 'Calibri-Bold';
        position: absolute;
        left: 160px;
        top: 57%;
        transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
    }






/*---------------------------------------POPUP---------------------------------------*/



#enter_login {
    display: none;
    position: absolute;
    padding: 30px 0px 15px !important;
    background: #ffd56e;
    border: 1px solid #fdb60f;
    z-index: 60;
    opacity: 1 !important;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -200px;
    width: 400px;
    box-sizing: border-box;
    border-radius: 0;
}

#enter_login .controls {
    padding-top: 0;
    position: relative;
}

.parent_popup {
    background: rgba(0,0,0,0.7);
    height: 100%;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 50;
    top: 0;
    left: 0;
} 

.close {
    position: absolute;
    top: 5px;
    right: 7px;
    cursor: pointer;
    text-decoration: none;
    font: 20px/20px Verdana;
    color: #8a3635;
}

.close:hover {
    color: #fff !important;
}

#enter_login .formEnt {
    text-align: center;
    font: 25px/25px Tahoma, Segoe, sans-serif;
    color: #8a3635;
    padding-bottom: 10px;
}

#enter_login .submit.but {
    background: url(../pic/but3.png) no-repeat top center !important;
    margin: 0 auto !important;
    height: 50px !important;
    width: 230px !important;
    border: none !important;
    box-shadow: none !important;
    color: #fdb60f !important;
    display: block;
    font: bold 24px/24px Tahoma, Segoe, sans-serif !important;
}

#enter_login .submit.but:hover {
    background: url(../pic/but3_active.png) no-repeat top center !important;
}

#enter_login #formLogin .psevdo_but {
    width: 230px !important;
    height: 50px !important;
    left: 50% !important;
    margin-left: -110px !important;
    opacity: 0 !important;
}

#enter_login #formLogin input, #enter_login #formLogin textarea {
    height: 32px;
    width: 250px;
    box-sizing: border-box;
    border: 1px solid #cfcab5;
    background: #f2efee;
    color: #9e9a8a;
    position: relative;
    display: block;
    margin: 0 auto 20px !important; 
    font: 14px/14px Tahoma, Segoe, sans-serif;
    border-radius: 0;
    box-shadow: none;
    padding: 5px 10px;
}

#enter_login #formLogin textarea {
    height: 100px;
    width: 250px;
    resize: none;
    text-align: left;
    padding: 5px 10px;
}

.errorBox {
    top: 5px;
    position: absolute;
    right: -10px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.validat .indicator {
    border-color: #ee5f5b !important;
    color: #b94a48;
}

.validat .r {display: none;}

.form_main input[type="radio"], .form_main input[type="checkbox"] {
    width: auto !important;
}

.t_radio {
    font: 12px/14px Tahoma;
}



.content .price_but {
    float: right;
    padding-top: 85px;
}

.seoTEXT {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    z-index: 50;
    margin: 25px 0 0 -485px;
    width: 745px;
}

.seoTEXT p {
    color: #555;
    font: 16px/24px Tahoma, Segoe, sans-serif;
}

.paddingTOP {
    padding: 30px 0 0;
}

.t_f_block  .breadcrumbs{
	padding:0px !important;
}

.t_f_block  .wSize{
	border:none;
}

.noDists li {
	list-style:none;
}

.afterPhone {
	display:none;
}



/*-------------------------------  ourwork  ------------------------------------*/
.ourWorkBlockWrapp {
  padding-top: 70px;
  position: relative;
  clear: both;
  font-family: Tahoma;
}


.ourWorkBlockWrapp:first-child {
  padding: 0;
}

.ourWorkBlockWrapp:first-child:before {
  display: none;
}

.ourWorkBlockWrapp:last-child {
  padding-bottom: 50px;
}

.ourWorkBlockWrapp:after { content: ''; display: block; clear: both; height: 0; }

.ourWorkBlock {
  width: 480px;
  margin-bottom: 20px;
  float: left;
}

.ourWorkBlock:nth-child(even) {
  float: right;
}

.ourWorkImg {
  width: 480px;
  height: 310px;
  margin-bottom: 25px;
}

.ourWorkImg a {
  display: block;
  width: 480px;
  height: 310px;
  overflow: hidden;
  position: relative;
}


.ourWorkImg a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ourWorkImg a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 61px;
  height: 61px;
  margin: -30px 0 0 -30px;
  opacity: 0;
  background: url(../pic/go-go.png) 0 0 no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ourWorkBlock:hover .ourWorkImg a:after, .ourWorkBlock:hover .ourWorkImg a:before {
  opacity: 1;
}

.ourWorkImg img {
  width: 100%;
}

.ourWorkTitle {
  max-height: 42px;
  overflow: hidden;
  margin-bottom: 5px;
}

.ourWorkTitle a {
  display: inline-block;
  font: 20px/24px 'Tahoma';
  text-decoration: none !important;
}

.ourWorkDate {
  font: 16px/18px 'Tahoma';
  color: #5f5f60;
  margin-bottom: 15px;
}

.ourWorkBlock .readMore {
  display: inline-block;
  height: 32px;
  font: 18px/32px 'Tahoma';
  color: #2a2f2e;
  padding: 0 20px;
  background: #fdce0f;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.ourWorkBlock .readMore:hover {
  color: #fff;
  background: #2a2f2e;
}

/* CONTENT
________________________________________________________________________________________*/

.contentWrapp:after { content: ''; display: block; clear: both; height: 0; }
.contentWrapp {
  padding: 20px 0;
}

/* item */

.itemWrapp {
  position: relative;
  height: 500px;
}

.itemImg {
  float: left;
  width: 655px;
  top: 500px;
  overflow: hidden;
}

.itemImg a {
  display: block;
  width: 655px;
  top: 500px;
}

.itemImgPreview {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 300px;
  height: 210px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.itemImgPreview:after { content: ''; display: block; clear: both; height: 0; }

.itemImgPreview a {
  display: inline-block;
  float: left;
  width: 140px;
  height: 92px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.itemImgPreview a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 92px;
  opacity: 0;
  background: url(../pic/loock.png) 0 0 no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.itemImgPreview a:hover:after {
  opacity: 1;
}

.itemImgPreview a:nth-child(even) {
  float: right;
}

.itemImg img, .itemImgPreview img {
  width: 100%;
}

.itemInfoWrapp {
  float: right;
  width: 300px;
}

.iteInfoTitle {
  font: bold 20px/1.2em 'Tahoma';
  color: #5f5f60;
}

.itemInfoWrapp .content {
  padding: 10px 0 0px;
  position: relative;
  max-height: 178px;
  overflow: hidden;
}

.itemInfoWrapp .content p {
  line-height: 1em;
  padding: 2px 0;
}

.itemDate {
  font: 16px/1em 'Tahoma';
  color: #868788;
  position: relative;
  margin-top: 40px;
}

.itemDate:before {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  width: 300px;
  height: 3px;
  background: url(../pic/plus.png) 0 0 repeat-x;
}
.paginator table{border:none;}
.paginator table td{border:none;}