@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Roboto:300&subset=latin,cyrillic);
html
{
    min-height: 100%;
}

body 
{
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.space
{
    clear: both;
}

strong
{
   font-weight: bold;
}

label
{
    font-weight: 300;
}



input[type=number] 
{
    -moz-appearance:textfield;
}


a img
{
    border: none;
}

a:active {
    outline: none;
}

body a:focus 
{
    outline: none;
}

p
{
    margin: 0;
    padding: 0 0 10px 0;
}
    

a 
{
    color: #444;
    text-decoration: none;
    transition: all 0.25s ease-out 0s;
}

a:hover 
{
    color: #00aeff;
    text-decoration: none;
}

.wrap-txt
{
    line-height: 1.5;
}


#layout
{
    padding-top: 10px;
}

#layout,
#layout-pb
{
    background-color: white; 
}

.width_base
{
    max-width: 1056px;
    margin:auto;
}

.red
{
    color: #fb0000;
}


.gray
{
    color: gray;
}


.calcvoip--layout .title,
.calcvoip--layout .subtitle
{
    color: white;
    text-shadow: 1px 1px 0 rgba(20, 45, 70, 0.75);
    padding-bottom: 5px;
}

.base_width
{
    max-width: 1150px;
    margin: auto;
    position: relative;
}


.bg-1
{
    background: url(/tpl/_img/bg-1.png) no-repeat;
    background-size: 'cover';
}

.bg-2
{
    background: url(/tpl/_img/bg-2.png) no-repeat;
    background-size: 'cover';
}

.bg-3
{
    background: url(/tpl/_img/bg-3.png) no-repeat;
    background-size: 'cover';
}

.bg-4
{
    background: url(/tpl/_img/bg-4.png) no-repeat;
    background-size: 'cover';
}

.bg-5
{
    background: url(/tpl/_img/bg-5.png) no-repeat;
    background-size: 'cover';
}

.bg-6
{
    background: url(/tpl/_img/bg-6.png) no-repeat;
    background-size: 'cover';
}

.itm-title,
.itm-title a
{
    font-size: 20px;
    font-family: 'Noto Serif', serif;
    color: #cc3715;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

.itm-title
{
    color: inherit;
}

.itm-title a:hover
{
    color: #00aeff;
}

/* bg-body 
----------------------------------------------------------------------------- */
body
{
    background-color: #eaf0f2;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: rgba(0,0,0,0.7);
}

#background_wrap 
{
    background-position:  center top;
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(/tpl/_img/bg-body.png);
    background-repeat: no-repeat;
}


#background_grad 
{
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 180px;
    width: 100%;
    
background: -moz-linear-gradient(top,  rgba(183,194,196,1) 0%, rgba(248,249,250,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,194,196,1)), color-stop(100%,rgba(248,249,250,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(183,194,196,1) 0%,rgba(248,249,250,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(183,194,196,1) 0%,rgba(248,249,250,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(183,194,196,1) 0%,rgba(248,249,250,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(183,194,196,1) 0%,rgba(248,249,250,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7c2c4', endColorstr='#00f8f9fa',GradientType=0 ); /* IE6-9 */


}



@media (max-width: 768px) 
{
    #background_wrap 
    {
        background-image: none;
        background-color: #eaf0f2;
        
    }

    
    
}

/* -----------------------------------------------------------------------------
END ::  bg-body */


/* header 
----------------------------------------------------------------------------- */

header
{
    min-height: 250px;
}


header img.logo
{
    position: absolute;
    left: -85px;
    top: -95px;
}

header .title
{
    font-family: 'Noto Serif', serif;
    font-size: 23px;
    color: #346b82;
    
    width: 300px;
     
    border-left: 2px solid #76a9b3;
    padding: 0px 20px; 
    
    position: absolute;
    top: 50px;
    left: 220px;
    
}

header .subtitle
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    color: #a37171;
    
    position: absolute;
    top: 190px;
    left: 242px;
    
    width: 500px;
}

header .top-info
{
    float: right;
    font-family: 'Noto Serif', serif;
    padding-right: 13px;
    padding-top: 10px;
}


header .top-info .phone
{
    font-size: 15px;
    color: #7c223b; 
}

header .top-info .phone strong
{
    padding-left: 3px;
    font-size: 22px;
    font-weight: normal;
}

header .top-info .feedback
{
    margin-left: 20px;
    font-size: 20px;
    color: #1076c4;
    text-decoration: underline;
    cursor: pointer;
}

header .top-info .feedback:hover
{
    text-decoration: none;
}

header .top-menu
{
    position: absolute;
    z-index: 2;
    right: 13px;
    top: 102px;
}


header .top-menu .menu
{
    padding: 0 10px;
    background-color: rgba( 255,255,255,0.9);
    float: left;
}

header .top-menu .itm
{
    float: left;
    padding: 10px 15px;
}

header .top-menu .itm a
{
    color: black;
    text-decoration: underline;
}

header .top-menu .itm a:hover
{
    text-decoration: none;
    color: #00aeff;
}

@media (max-width: 900px) 
{
    header .top-menu
    {
        left: 266px;
        position: absolute;
        right: auto;
        top: 270px;
    }
    
    header .top-menu .wrap
    {
        margin-left: 15px;
        
    }
    
    header .top-menu  .menu
    {
        border-left: 2px solid #4fa2b3;
        background-color: white;
    }
    
}
@media (max-width: 1024px) 
{
    
    header
    {
        min-height: 255px;
    }
    


    header .subtitle
    {
        font-size: 19px;
        width: 40%;
    }
    
    header .top-info .phone strong,
    header .top-info .feedback
    {
        font-size: 19px;
    }
    
    header .top-menu
    {
        left: 205px;
        position: absolute;
        right: auto;
        top: 270px;
    }
    
    header .top-menu .wrap
    {
        margin-left: 15px;
        
    }
    
    header .top-menu  .menu
    {
        border-left: 2px solid #4fa2b3;
        background-color: white;
    }
    
}

@media (max-width: 768px) 
{
    header .title
    {
        left: 295px;
    }
    
    header .subtitle
    {
        width: 50%;
        left: 317px;
    }
    
    header .top-info
    {
        position: absolute;
        top: 0px;
        left: 317px;
    }
    
    header .top-menu
    {
        left: 280px;
        position: absolute;
        right: auto;
        top: 270px;
    }
    
}

@media (max-width: 700px) 
{
    header 
    {
        text-align: center;
    }
    
    
    
    header img.logo,
    header .title,
    header .subtitle
    {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    
    header img.logo
    {
        width: 370px;
        margin: auto;
        margin-top: -92px;
    }

    header .title
    {
        font-size: 26px;
        border: none;
        border-bottom: 1px solid #76a9b3;
        width: 99%;
        margin: auto;
        margin-bottom: 2px;
        padding-bottom: 5px;
    }
    
    header .subtitle
    {
        font-size: 20px;
        width: 60%;
        margin: auto;
    }
    
    header .slogan
    {
        margin-top: -120px;
    }
    
    header .top-info
    {
        width: 100%;
        position: relative;
        top: 10px;
        text-align: center;
        left: 0;
    }
        
    header .top-info .phone .vismob
    {
        display: none;
    }
    
    header .top-menu
    {
        position: relative;
        float: left;
        width: 100%;
        left: auto;
        right: auto;
        top: 25px;
        margin-bottom: 20px;
    }
    
    header .top-menu .wrap
    {
        padding-right: 15px;
    }
    
}

/* -----------------------------------------------------------------------------
END :: header */

/* subheader 
----------------------------------------------------------------------------- */
header .subheader
{
    
}

header .subheader .subtitle
{
    display: none;
}

@media (max-width: 1024px) 
{
    header .subheader .top-menu 
    {
        top: 190px;
    }
}

@media (max-width: 700px) 
{
    header .subheader .top-menu 
    {
        top: 15px;
    }

    header .subheader .top-menu  .menu
    {
        border: none;
        background-color: white;
        text-align: center;
    }
    
    header .subheader .top-menu  .menu .itm
    {
        float: none;
        display: inline-block;
    }
    
    header .subheader .top-menu .menu,
    header .subheader .top-menu .lang-bar
    {
        float: none;
    }
    
    
}
/* -----------------------------------------------------------------------------
END ::  subheader*/


/* central 
----------------------------------------------------------------------------- */

#central--layout
{
    padding-top: 250px;
    padding-bottom: 50px;
}

#central--layout .base_width .row .wrap
{
    border-left: 2px solid #4fa2b3;
    padding: 10px 20px;
    margin-top: 20px;
}
#central--layout .itm-title
{
    padding-bottom: 10px;
}


#central--layout .itm-descr
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #4b4b4b;
    
}


@media (max-width: 768px) 
{
    #central--layout
    {
        padding-top: 104px; 
    }   
}


/* -----------------------------------------------------------------------------
END ::  central */


/* footer
----------------------------------------------------------------------------- */

footer
{
    background-color: rgba(143,161,168,1);
    padding: 37px 0 80px;
    color: rgba(255,255,255,0.9);
}

footer .base_width
{
    text-align: right;
    padding-right: 20px;
}



/* -----------------------------------------------------------------------------
END ::  footer */

/* rubric--layout
----------------------------------------------------------------------------- */
.rubric--layout
{
    background-color: white;
    padding-bottom: 60px;
}

/* -----------------------------------------------------------------------------
END ::  rubric--layout */


/* bl--text--layout
----------------------------------------------------------------------------- */
.bl--text--layout
{
    padding: 0 20px 10px 20px;
    position: relative;
    padding-left: 247px;
}

.bl--text--layout .img_canvas
{
    margin-left: -218px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    
    border: 1px solid rgba(0,0,0,0.3);
}

.bl--text--layout .img_canvas img
{
    width: 500px;
}

.bl--text--layout .wrap-txt p
{
    
}

.bl--text--layout table.table
{
    width: 80%;
    margin: auto;
}

.bl--text--layout .wrap-txt h1
{
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 30px;
    color: #346b82;
    padding-top: 35px;
    padding-bottom: 20px;
}

.bl--text--layout .wrap-txt h2,
.bl--text--layout .wrap-txt h3,
.bl--text--layout .wrap-txt h4,
.bl--text--layout .wrap-txt h5,
.bl--text--layout .wrap-txt h6
{
    font-family: 'Roboto', sans-serif;
    color: #824434;
}

.bl--text--layout .wrap-txt h2
{
    font-size: 26px;
    
}

@media (max-width: 900px) 
{
    .bl--text--layout .img_canvas 
    {
        margin-left: 0;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .bl--text--layout .img_canvas img 
    {
        width: 100%;
    }
}

@media (max-width: 700px) 
{
    .bl--text--layout
    {
        padding: 10px 20px 10px 20px;
        position: relative;
    }
 
}
/* -----------------------------------------------------------------------------
END ::  bl--text--layout */


/* sub-menu
----------------------------------------------------------------------------- */
header .sub-menu
{
    background-color: rgba(177,201,204,0.7);
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 195px;
    
}

header .sub-menu .ms-itm
{
    float: left;
    margin-left: 10px;
    margin-right: 35px;
    padding: 8px 0 12px 0;
}

header .sub-menu .ms-itm .itm-title,
header .sub-menu .ms-itm .itm-title a
{
    font-size: 18px;
    line-height: 1;
    text-decoration: underline;
}

header .sub-menu .ms-itm .itm-title
{
    text-decoration: none;
}

header .sub-menu .ms-itm:last-child
{
    margin-right: 0;
}

header .sub-menu .ms-itm wbr 
{ 
    
    display:block; 
}


@media (max-width: 1024px) 
{
    header .sub-menu 
    {
        width: auto;
        top: 52px;
        right: 10px;
        padding: 3px 15px;
        padding-left: 20px;
        border-left: 2px solid #4fa2b3; 
    }
    
    
    header .sub-menu .ms-itm wbr 
    { 
        margin-top: 0;
        display:inline-block; 
    }

    header .sub-menu .ms-itm
    {
        padding: 7px 0;
        float: none;
        margin: 0;
    }
    
    header .sub-menu .ms-itm .itm-title,
    header .sub-menu .ms-itm .itm-title a
    {
        font-size: 16px;
        line-height: 1;
    }
}


@media (max-width: 900px) 
{
    header .sub-menu 
    {
        position: fixed;
        left: 0px;
        
        width: 209px;
        top: 287px;
        
        padding: 3px 15px;
        border-left: none;
        text-align: left;
        background-color: inherit;
    }
    
    
    header .sub-menu .ms-itm wbr 
    { 
        margin-top: 0;
        display: block;
        font-size: 0px;
        width: 100%;
    }

    header .sub-menu .ms-itm
    {
        margin: 7px 0;
        float: none;
        padding: 2px 0 2px 10px;
        border-left: 2px solid #4fa2b3;
    }
    
    header .sub-menu .ms-itm .itm-title,
    header .sub-menu .ms-itm .itm-title a
    {
        font-size: 14px;
        line-height: 1.1;
        display: inline-block;
    }
       
}

@media (max-width: 700px) 
{
    
    header .sub-menu 
    {
        position: relative;
        left: 0px;
        top: 0;
        width: 100%;
        
        border: none;
        text-align: left;
        background-color: inherit;
        
        margin: 0;
        text-align: center;
        
        padding: 10px 0 20px;
    }
    
    header .sub-menu .itm-title
    {
        border: none;
    }
    
    header .sub-menu .ms-itm wbr 
    { 
        display: inline-block;
        width: 0;
    }
    
    header .sub-menu .ms-itm
    {
        float: none;
        border: none;
        margin: 0;
        padding: 0;
        padding-left: 8px;
    }
    
    header .sub-menu .ms-itm
    {
        
    }
    
    header .top-menu .wrap 
    {
        text-align: center;
    }
    header .top-menu .menu
    {
        float: left;
    }
    
    body .lang-bar
    {
        float: right;
        background-color: inherit;
    }
    
    body .lang-bar .lang 
    {
        float: none;
        display: inline-block;
        display: inline-flex;
    }
}

/* -----------------------------------------------------------------------------
END ::  sub-menu */



/* lang-bar
----------------------------------------------------------------------------- */

.lang-bar
{
    background-color: rgba(255,255,255,0.9);
    float: left;
    margin-left: 4px;
    display: none;
}

.lang-bar .lang:first-child
{
    padding-left: 10px;
    padding-right: 0;
}

.lang-bar .lang
{
    float: left;
    padding: 10px 11px 10px 7px;
    color: #a37171;
}

.lang-bar .lang a
{
    text-decoration: underline;
}

.lang-bar .lang a:hover
{
    text-decoration: none;
}
/* -----------------------------------------------------------------------------
END ::  lang-bar */



/* Dorabotki
----------------------------------------------------------------------------- */
.bl--text--layout a
{
    color: #2a6496;
    text-decoration:  underline;
}

.bl--text--layout a:hover
{
    color: #2a6496;
    text-decoration:  none;
}

.bl--text--layout p
{
    text-indent: 25px;
}