/* Minification failed. Returning unminified contents.
(468,1): run-time error CSS1019: Unexpected token, found '@import'
(468,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic&subset=latin,cyrillic)'
(1082,16): run-time error CSS1038: Expected hex color, found '#00'
(2469,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* Container
----------------------------------------------------------------------------------------------------*/

.container_16 {
  margin-left: auto;
  margin-right: auto;
  /*max-width:1280px;*/
    /*max-width: 1500px;*/
  /*min-width:960px;*/
  border-style:solid;
  border-color: transparent;  
  /*padding: 0 30px;*/
    width: 96%;
}
.inner-container {
      max-width:1280px;
    margin: 0 auto;
    }


/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16 {
  position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

.alpha ol {margin-left: 20px}


/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

 

.top.container_16.oblasti .grid_3 {
      width: 140px!important;
}


.container_16 .grid_4 {
  width: 220px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_8 {
  width: 460px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

/*.container_16 .grid_12 {
  width: 700px;
}*/

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

.container_16 .grid_16 {
  width: 940px;
}

/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_12 {
  padding-left: 720px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_12 {
  padding-right: 720px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_4 {
  left: 240px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_8 {
  left: 480px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_12 {
  left: 720px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_4 {
  left: -240px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_8 {
  left: -480px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_12 {
  left: -720px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_16 {
  zoom: 1;
}
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic&subset=latin,cyrillic);

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTS55F.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTS56F.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTS75F.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTS76F.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
	font-family: 'raleway-r';
    src: url('../Fonts/Raleway-Regular.ttf') format('truetype');
	/*src: url('../../../Fonts/Raleway-Regular.eot');
	src: local('☺'), url('../../../Fonts/Raleway-Regular.woff') format('woff'), url('../../../Fonts/Raleway-Regular.ttf') format('truetype'), url('../../../Fonts/Raleway-Regular.svg') format('svg');*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'raleway-b';
    src: url('../Fonts/Raleway-Bold.ttf')  format('truetype');
	/*src: local('☺'), url('../../../Fonts/Raleway-Bold.woff') format('woff'), url('../../../Fonts/Raleway-Bold.ttf') format('truetype'), url('../../../Fonts/Raleway-Bold.svg') format('svg');*/
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'calibri';
    src: url('../Fonts/8277.ttf')  format('truetype'); 
	/*src: local('☺'), url('../../../Fonts/8277.woff') format('woff'), url('../../../Fonts/8277.ttf') format('truetype'), url('../../../Fonts/8277.svg') format('svg');*/
	font-weight: normal;
	font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    line-height: 1;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    padding: 0;
}

td {
    vertical-align: top;
    text-align: left;
}

html {
    min-height: 100% !important;
}

body {
    /*background: #f1f4fd;*/
    font: 14px 'PT Sans', Arial, helvetica, sans-serif!important;
    width: 100%;
    min-height: 100%;
    height: 100%;
    color: #000;

}

a {
    color: #009bc2;
    outline: none;
    text-decoration: underline;
    cursor: pointer !important;
}

    a:hover {
        text-decoration: underline;
        color: #d74c36;
    }

    a.no {
        text-decoration: none;
    }

    a.rev {
        text-decoration: none;
    }

        a.rev:hover {
            text-decoration: underline;
        }

    a.updateSystem {
        color: #0555cf !important;
    }

        a.updateSystem:hover {
            text-decoration: underline;
            color: #d74c36;
        }

p {
    font-family: 'PT Sans', Arial, helvetica, sans-serif;
    font-size: 14px;
    color: #000;
}

img {
    border: none;
}

input {
    vertical-align: middle;
    font: 16px 'PT Sans';
    color: #333;
}

.fl {
    float: left;
}

/*.fr {
    float: right;
}*/

.clear {
    clear: both;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}


hr {
    height: 1px;
    line-height: 1px;
    border: none;
    border-bottom: 1px solid #d3d4d6;
    background: #fff;
    margin: 20px 0;
}

.margt0 {
    margin-top: 0 !important;
}

.marg0 {
    margin-bottom: 0 !important;
}

.all {
    min-height: 100%;
    height: 100%;
    /*min-width: 1024px;*/
    padding: 0;
}

#fake_footer {
    height: 145px;
}

.footer {
    height: 85px;
    padding: 30px 0;
    position: unset;
    margin-top: -145px;
    background: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

    .footer a, .footer p {
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
        text-decoration: none;
    }

        .footer p a {
            display: inline;
        }

    .footer h3 {
        font-size: 16px;
        font-family: Georgia, serif;
        font-family: Marmelad;
        font-weight: bold;
        margin-bottom: 10px;
        color: #333;
    }

.f-holder {
    width: 540px;
    margin: 0 auto;
    clear: both;
}

.footer .likes {
    margin-top: 20px;
    display: none;
}

.footer .soc {
    min-width: 160px;
}

    .footer .soc a {
        display: block;
        float: right;
        margin-left: 20px;
        width: 16px;
        height: 16px;
        background: url(../images/soc2.png) no-repeat;
    }

        .footer .soc a.vk {
            background-position: 0 0;
        }

        .footer .soc a.fb {
            background-position: -36px 0;
        }

        .footer .soc a.tw {
            background-position: right 0;
        }


.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px !important;
}

.f28 {
    font-size: 28px;
}

.dotted {
    border-bottom: 1px dotted #666;
    cursor: pointer;
    text-decoration: none;
}

    .dotted:hover {
        border-bottom: 1px dotted #fff;
    }

.red {
    color: #d74c36 !important;
}

.blue {
    color: #2244c2 !important;
}

.white {
    color: #fff !important;
}

.gold {
    color: #e0ad12 !important;
}

.black {
    color: #000 !important;
}

.lgrey {
    color: #999 !important;
}

.grey {
    color: #666 !important;
}

.dgrey {
    color: #333 !important;
}

.ybg {
    background: #ffe57c;
}

.gbg {
    background: #eaeaea;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 20px;
    height: 18px;
    display: block;
    padding: 15px 0 15px 15px;
    border-radius: 0 3px 0 0;
}

.text p {
    margin-bottom: 15px;
    line-height: 1.3;
}

.textcust p {
    margin-bottom: 1px !important;
    line-height: 1.3;
}

.textcust ol, ul {
    margin-left: 40px;
}

.imgcust img {
    margin: 20px;
}
/*.textcust p td  {margin-bottom:1px; line-height:1.3}*/

h1 {
    font-size: 48px;
    color: #333;
}

h2 {
    margin: 10px 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #333;
}

    h2 .big {
        font-size: 36px;
    }

h3, h3 a {
    margin: 15px 0;
    font-size: 24px;
    font-weight: bold;
    color: #e0ad12;
    line-height: 1.2;
}

    h3.plain {
        font-weight: normal;
        color: #333;
        margin: 0 0 10px;
        line-height: 1.3;
    }

h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

h5 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
#header-new #container {
    max-width: 1500px!important;
    height: 55px;
    /*new*/
    position: relative;
}

/*.faq {
    position: absolute;
    float: left;
    top: 25%;
    left: 0;
}*/
.faq a {
    text-decoration: none;
}
.support-block {
    width: 27%;
    display: inline-block;
    padding-top: 2%;
    padding-left: 6%;
}
/*#container .support-new {
    display: block !important;
    margin: 0 !important;
    position: absolute;
    float: left!important;
    top: 11%;
    left: 14%;
    width: 27%;
    display: inline-block;
}*/
    #container .support-new .tel {
        margin-top: 4px!important;
        float: none !important;
    }
    /*#container .support-new .login {
         margin-right: 20px; 
         margin-left: 27%; 
        margin-top: 5px !important;
        margin-right: 0!important;
        margin-left: 0!important;
    }*/
 
    .login {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 56%;
        
    }
    .login a {
         font-family: 'railway-r', 'PT Sans', Arial, helvetica, sans-serif!important;
        font-size: 18px;
        border-radius: 10px;
        border: 5px solid #009bc2;
        padding: 10px;
        color: #000 !important;
    }
    .login a:hover {
        background-color: #009bc2;
        color: #fff!important;
        text-decoration: none;
    }
.support {
    display: block;
    width: 46px;
    height: 135px;
    background: url(../images/support.png) 0 0 no-repeat;
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 225px;
    z-index: 50;
}

    .support:hover {
        width: 50px;
    }

 /*#container .support-hours {
        position: absolute;
            top: 14%; 
            float: left;
            display: block;
            /*right: 163px;*/
            /*right: 0;*/
            /*top: 8px;*/
            /*width: 40%;*/
           
    /*}*/
 /*#container .support-hours img {
     float: left;
 }*/
 /*#container .support-hours p {
    float: left;
    padding-left: 15px;
    padding-top: 7px;
 }*/
.support-hours p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    margin-bottom: 0 !important;
}
 .support-hours span {
     font-weight: bold!important;
      font-family: 'PT Sans', Arial, helvetica, sans-serif !important;
 }
 .support-new .title {
      font-family: 'PT Sans', Arial, helvetica, sans-serif !important;
 }
#container .support-hours .title {
    display: inline-block;
    float: left;
    margin: 8px 7px 0 0;
   
}             
    #container .support-hours .tel {
        margin-top: 4px;
        display: inline-block;
        /* float: left; */
        font-size: 14px;
        font-weight: bold;
        font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    }


.header {
    /*width: 100%;*/
    max-width: 2000px;
    height: 90px;
    /*border-bottom: 1px solid #dee1ea;*/
    background: #fff;
    margin: 0 auto;
}

    .header .container_16 {
        position: relative;
    }

    .header .lang {
        /*position: absolute;*/
        /*left:150px;*/
        /*top: 10px;*/
        padding-top: 45px;
        float: left !important;
        position: static !important;
    }

.lang a {
    display: block;
    float: left;
    padding: 3px 5px;
    margin-left: 8px;
    font-size: 13px;
    color: #4a5fba;
    border-radius: 3px;
}

    .lang a:hover {
        color: #d74c36;
    }

    .lang a.act {
        background: #4a5fba;
        color: #fff;
        cursor: default !important;
        text-decoration: none;
    }

.logo {
    /*position: relative;*/
    /*top: 10px;*/
    padding-top: 10px;
    display: block;
    float: left;
    /*padding-left: 3%;*/
}

.menu {
    float: right;
   width:100%;
    /*padding-right: 9%;*/
    text-align: center;
    padding-top: 2%;
    /*-webkit-box-sizing: content-box!important;
     -moz-box-sizing: content-box!important;
          box-sizing: content-box!important;*/
   
}

    .menu a {
        /*font-family: 'PT Sans', Arial, helvetica, sans-serif!important;*/
        font-family: 'railway-r', 'PT Sans', Arial, helvetica, sans-serif!important;
        /*float: left;*/
        float: none;
        /*margin-left: 67px;*/
        font-weight: bold;
        text-align: center;
        color: #191919;
        font-size: 17px;
        font-weight: bold;
         border-radius: 13px;
        /*Добавлено*/
        text-decoration: none;
        /*border-right: 2px solid;*/
        /*padding-right: 3%;*/
        padding: 8px 12px;
        margin-left: 3%;
    }
    .menu a:link {
        text-decoration: none!important;
        color: #00 !important;
    }
    .menu a:visited {
        text-decoration: none!important;
        color: #000 !important;
    }
        
        .menu a:hover {
            color: #fff!important;
            text-decoration: none;
            background: #009AC1;
            /*text-decoration: underline;*/
        }
    .menu a:active {
        text-decoration: none!important;
        color: #fff !important;
    }
        .menu a:last-of-type{
            border-right-style: none;
            color: #000 !important;
        }
         .menu a:last-of-type:hover {
             color: #fff !important;
         }

        .menu a:first-child {
            margin: 0;
        }


        .menu a.act {
            color: #d74c36;
            text-decoration: none;
            cursor: default !important;
            position: relative;
        }

            .menu a.act.inside {
                text-decoration: underline;
                cursor: pointer !important;
            }

                .menu a.act.inside:hover {
                    text-decoration: none;
                    cursor: pointer !important;
                }

            .menu a.act:after {
                display: block;
                width: 18px;
                height: 9px;
                background: url(../images/tail-menu.png);
                position: absolute;
                bottom: -2px;
                left: 50%;
                margin-left: -9px;
                content: ' ';
                z-index: 5;
            }
   .keys {
            color: #009AC1;
            text-decoration: none;
            cursor: pointer !important;
            
        }

.obr-sviaz {
    margin: 10px 0 30px 55px;
    position: relative;
}

span.vhr {
    display: inline-block;
    width: 40px;
    height: 15px;
    background: url(../images/vhr.png) center bottom no-repeat;
}

.enter_sys {
    position: absolute;
    display: block;
    padding: 8px 13px 11px 33px;
    background: url(../images/zamok.png) 12px center no-repeat #eeeff0;
    top: -13px;
    right: -10px;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}

@media screen and (min-width: 1260px) {
    .header .grid_12 {
        /*width: 820px;*/
        width: 47%;
        margin: 0;
        margin-top: 2%;
        /*margin-right: 4%;*/
    }

    .obr-sviaz {
        margin-left: 88px;
    }

    /*.menu a {
        margin-left: 55px;
    }*/
    
}


.slider-holder {
    height: 350px;
}

.slide_one {
    height: 100%;
}

.slide_img {
    float: left;
    width: 50%;
    height: 100%;
    min-height: 350px;
}

.slide_text {
    float: left;
    width: 50%;
    position: relative;
    left: -30px;
    padding-top: 40px;
}

h1 {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 20px;
}

.slider-holder h1 {
    color: #4860b8;
}

.slider-holder p {
    color: #000;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 40px;
}

.yel-but {
    display: inline-block;
    position: relative;
    top: -1px;
    height: 42px;
    line-height: 42px;
    /*border-radius: 21px;*/
    border-radius: 10px;
    margin-right: 35px;
    border: none;
    padding: 0 19px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5), inset 0 1px #fff7e0;
    /*background: #ffb432;*/
    /*background: -moz-linear-gradient(bottom, #ffe86d 0%, #ffb432 20%, #ffe21b 100%);
    background: -webkit-linear-gradient(bottom, #ffe86d 0%, #ffb432 20%, #ffe21b 100%);
    background: -o-linear-gradient(bottom, #ffe86d 0%, #ffb432 20%, #ffe21b 100%);
    background: -ms-linear-gradient(bottom, #ffe86d 0%, #ffb432 20%, #ffe21b 100%);
    background: linear-gradient(to bottom, #ffe86d 0%, #ffb432 20%, #ffe21b 100%);*/
    cursor: pointer;
    background: #ffe21b;
    font-size: 17px;
    text-decoration: none;
    /*text-shadow: 0 1px #fff;*/
    color: #000 !important;
    font-weight: bold;
    font-family: 'raleway-r', sans-serif;
}

    .registration-data p {
        font-family: 'raleway-r', sans-serif;
        font-size: 28px;
        padding: 0 0 0 20px;
        color: #fff;
    }
    .left-block span {
        color: white;
        font-size: 20px; 
        font-family: 'raleway-r', sans-serif;
    }
     .left-block input {
         width: 250px;
         height: 35px; 
         
     }
.blue-buy-but {
    display: inline-block;
    position: relative;
    top: -1px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    border: none;
    padding: 0 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5), inset 0 1px #fff7e0;
    background: #54B5F9;
    background: -moz-linear-gradient(bottom, #54B5F9 0%, #056BCF 20%, #54B5F9 100%);
    background: -webkit-linear-gradient(bottom, #54B5F9 0%, #056BCF 20%, #54B5F9 100%);
    background: -o-linear-gradient(bottom, #54B5F9 0%, #056BCF 20%, #54B5F9 100%);
    background: -ms-linear-gradient(bottom, #54B5F9 0%, #056BCF 20%, #54B5F9 100%);
    background: linear-gradient(to bottom, #54B5F9 0%, #056BCF 20%, #54B5F9 100%);
    cursor: pointer;
    text-decoration: none;
    color: #000 !important;
    font-weight: bold;
}

    .blue-buy-but:hover {
        background: #0555CF;
        background: -moz-linear-gradient(bottom, #4FB0F5 0%, #0555CF 35%, #4FB0F5 100%);
        background: -webkit-linear-gradient(bottom, #4FB0F5 0%, #0555CF 35%, #4FB0F5 100%);
        background: -o-linear-gradient(bottom, #4FB0F5 0%, #0555CF 35%, #4FB0F5 100%);
        background: -ms-linear-gradient(bottom, #4FB0F5 0%, #0555CF 35%, #4FB0F5 100%);
        background: linear-gradient(to bottom, #4FB0F5 0%, #0555CF 35%, #4FB0F5 100%);
        text-decoration: none;
    }


    .green-but {
    display: inline-block;
    position: relative;
    top: -1px;
    height: 42px;
    line-height: 42px;
    border-radius: 17px;
    border: none;
    padding: 0 50px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5), inset 0 1px #fff7e0;
    background: #32CD32;
    margin-left: 35px;
    cursor: pointer;
    text-decoration: none;
    color: white !important;
    font-weight: bold;
    font-size: 24px;
    font-family: calibri;
}

    .green-but:hover {
        background: #32CD32;
       text-decoration: none;
    }




s .yel-but.big {
    font-size: 16px;
}

.blue-but {
    display: inline-block;
    margin: 30px auto;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    border: 2px solid #8194d7;
    padding: 0 25px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
    background: #607ce2;
    background: -moz-linear-gradient(top, #607ce2 0%, #556fce 50%, #4961b9 100%);
    background: -webkit-linear-gradient(top, #607ce2 0%, #556fce 50%, #4961b9 100%);
    background: -o-linear-gradient(top, #607ce2 0%, #556fce 50%, #4961b9 100%);
    background: -ms-linear-gradient(top, #607ce2 0%, #556fce 50%, #4961b9 100%);
    background: linear-gradient(to top, #607ce2 0%, #556fce 50%, #4961b9 100%);
    text-decoration: none;
    font-size: 24px;
    color: #fff !important;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
}

    .blue-but:hover {
        background: #4662c5;
        background: -moz-linear-gradient(top, #607ce2 0%, #4662c5 50%, #2c47a7 100%);
        background: -webkit-linear-gradient(top, #607ce2 0%, #4662c5 50%, #2c47a7 100%);
        background: -o-linear-gradient(top, #607ce2 0%, #4662c5 50%, #2c47a7 100%);
        background: -ms-linear-gradient(top, #607ce2 0%, #4662c5 50%, #2c47a7 100%);
        background: linear-gradient(to top, #607ce2 0%, #4662c5 50%, #2c47a7 100%);
        border-color: #beccfe;
        text-decoration: none;
    }

    .blue-but.small {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        margin: 15px 0;
    }

        .blue-but.small.quest {
            font-size: 18px;
            padding: 0 35px;
            margin-top: 20px;
        }

            .blue-but.small.quest span {
                display: block;
                line-height: 32px;
                padding-left: 30px;
                background: url(../images/quest.png) 0 center no-repeat;
            }


.bullets {
    TEXT-ALIGN: CENTER;
    position: relative;
    top: -40px;
}

.bull {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background: url(../images/pins.png) right 0 no-repeat;
    cursor: pointer;
}

    .bull.act, .bull:hover {
        background-position: 4px 0;
    }


.hint {
    position: relative;
    border: 2px solid #ffd71e;
    border-radius: 15px;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    width: 230px;
    font-size: 14px;
    line-height: 1.3;
    margin: 50px 0 35px;
}

    .hint:after {
        display: block;
        width: 75px;
        height: 29px;
        background: url(../images/tail2.png);
        position: absolute;
        bottom: -31px;
        right: 35px;
        content: ' ';
        z-index: 5;
    }

.logblock {
    margin-bottom: 20px;
    margin-left: 0 !important;
}

.longarrow .logblock {
    margin-bottom: 35px;
}

a.show_all {
    float: right;
    padding-right: 15px;
    background: url(../images/ar-r.png) right 3px no-repeat;
    margin-top: 25px;
}

.actionblock {
    padding: 10px;
    display: block;
}



    .actionblock hr {
        margin: 10px 0 10px 0;
    }

    .actionblock.lastblock {
        background-color: #F1F4FD;
    }

        .actionblock.lastblock .tafirrdesc {
            line-height: 25px;
            padding-top: 30px;
            padding-bottom: 30px;
        }


    .actionblock.bg {
        z-index: 1;
        background-color: #F2F7FA;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F2F7FA), to(#fff));
        background: -webkit-linear-gradient(top, #F2F7FA, #fff);
        background: -moz-linear-gradient(top, #F2F7FA, #fff);
        background: -ms-linear-gradient(top, #F2F7FA, #fff);
        background: -o-linear-gradient(top, #F2F7FA, #fff);
    }


    .actionblock .tafirrdesc {
        padding: 10px 15px 15px 15px;
        margin-left: 12%;
    }



ul.green-li li {
    list-style-image: url(../images/actions/greenLi.png);
    margin-left: 30px;
    vertical-align: middle;
    padding-top: 0px;
    margin-top: 5px;
}




.actions h3 {
    color: #333399;
    font-size: 45px;
    font-weight: normal;
}

.actions .description {
    color: #4b61ac;
    font-weight: bold;
    font-size: 30px;
    padding-left: 40px;
    text-align: center;
    padding-bottom: 15px;
}

    .actions .description.sm {
        font-size: 25px;
        padding-bottom: 0px;
    }

.actions .watsons {
    margin-left: 12%;
    margin-right: 10%;
    min-width: 960px;
    font-family: Arial, Helvetica, sans-serif;
}

.actions div.watson {
    float: left;
    display: inline-block;
    width: 250px;
    margin-left: 5%;
    padding-top: 20px;
    background-repeat: no-repeat;
}

    .actions div.watson .price {
        font-size: 24px;
        color: #71bf44;
        font-weight: bold;
        padding: 10px;
    }

    .actions div.watson .info {
        display: block;
        font-size: 16px;
        line-height: 25px;
        color: #4860b8;
        padding: 5px;
    }

.actions .small-text {
    display: block;
    font-size: 14px;
    color: #4860b8;
    padding: 15px;
}


.actions div.watson .item {
    padding-top: 160px;
    padding-left: 10px;
}


/*Декоративные блоки*/

.tri_block {
    width: 230px;
    height: 200px;
    border-radius: 5px;
    padding: 15px;
    background: #fff;
}

.long-holder .tri_block {
    height: 320px;
}

.tri_block h4 {
    height: 35px;
    line-height: 30px;
    padding-left: 45px;
}

.long-holder .tri_block h4 {
    margin: 0 0 8px;
    height: auto;
    line-height: normal;
    padding-left: 0;
}

.tri_block img {
    margin: 0 0 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.tri_block p {
    margin-bottom: 10px;
}

.tri_block p, .tri_block li {
    line-height: 1.3;
}

.tri_block ul, ul.color {
    margin-left: 15px;
    margin-top: -8px;
    list-style-type: none;
    list-style-image: url(../images/li.png);
}

ul.red-li {
    list-style-image: url(../images/li2.png);
}

ul.blue-li {
    list-style-image: url(../images/blueLi.png);
    margin-left: 30px;
    padding-top: 0px;
    margin-top: 0;
}

    ul.blue-li li {
        margin-top: 5px;
    }

.grid_5.fr .tri_block {
    width: 170px;
}

.grid_5.fr .jcarousel-skin-tango .jcarousel-item {
    width: 200px;
    background: url(../images/shad-bot-sh.png) center 260px no-repeat;
}

.tri_block h5 {
    height: 35px;
    padding-left: 45px;
}

.quart_block {
    display: block;
    position: relative;
    width: 190px;
    height: 205px;
    margin: 0 8px 18px 0;
    border: none;
    padding: 15px 20px 0;
    background: url(../images/press.png) 0 0 no-repeat;
    float: left;
}

a.quart_block {
    text-decoration: none !important;
}

.quart_block h4 {
    padding-top: 25px;
    line-height: 1.2;
    height: 50px;
}

    .quart_block h4 a {
        text-decoration: none;
    }

.quart_block.act h4 {
    color: #d74c36;
}

.quart_block h4 a:hover {
    text-decoration: underline;
}

.quart_block .bot {
    width: 178px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 20px;
    margin-top: 5px;
    font: bold 12px 'PT Sans';
    text-align: right;
}

.quart_block.act {
    background: url(../images/press-act.png) 0 0 no-repeat;
}


.promo-block {
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
}

.silver-frame {
    border: 1px solid #eeeff0;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.big-ph {
    width: 130px;
    height: 130px;
}

.promo-block h4, .promo-block h5 {
    font-weight: normal;
}

.promo-block .big-ph {
    float: left;
    margin: 30px 70px 30px 30px;
}

.promo-block .grid_11.text {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .promo-block .grid_11.text p {
        font-size: 16px;
        line-height: 1.3;
    }

.quot {
    width: 100%;
    padding-left: 40px;
    position: relative;
    left: -40px;
    background: url(../images/qo.png) -1px 0 no-repeat;
}

    .quot:after {
        display: block;
        width: 30px;
        height: 31px;
        background: url(../images/qo2.png) 0 0 no-repeat;
        position: absolute;
        bottom: -5px;
        right: -40px;
        content: ' ';
    }

.promo-block .bot {
    background: #e2e5ef;
    position: relative;
}

.promo_tab {
    display: block;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #e4e4e4;
    float: left;
    width: 25%;
    padding-top: 1px;
    box-shadow: inset -1px 0 #fff, inset 1px 0 #d4d5d8;
    margin: 0;
}

    .promo_tab.first {
        box-shadow: inset -1px 0 #fff;
    }

        .promo_tab.first .sm-ph {
            margin-left: 20px;
        }

    .promo_tab.last {
        box-shadow: inset 1px 0 #d4d5d8;
    }

    .promo_tab.act {
        background: #ffe57c;
        border-top: 1px solid #ffe57c;
        cursor: default;
    }

        .promo_tab.act:before {
            display: block;
            width: 25px;
            height: 11px;
            background: url(../images/tail.png) 0 0 no-repeat;
            position: absolute;
            top: -10px;
            right: 50%;
            margin-right: -12px;
            content: ' ';
        }

.sm-ph {
    float: left;
    width: 60px;
    height: 60px;
    margin: 12px;
}

.promo_tab p {
    float: left;
    width: 140px;
    margin-top: 25px;
    line-height: 1.3;
    text-shadow: 0 1px #fff;
}

.blue-but.videorolik {
    width: 400px;
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    margin: 0;
}

    .blue-but.videorolik span {
        display: block;
        line-height: 53px;
        padding-left: 55px;
        background: url(../images/play.png) 0 center no-repeat;
    }

.videorolik.long {
    width: 460px;
}


.akcii {
    border-radius: 5px;
    margin: 20px 0 30px;
    /*padding: 10px 70px 20px 0px;*/
    height: 120px;
    border: 2px solid #8194d7;
    box-shadow: 0 -1px #fff;
    color: #fff;
    min-width: 960px;
    background: #4964AB;
    background: -moz-linear-gradient(bottom, #4964AB 0%, #587BBB 20%, #4964AB 100%);
    background: -webkit-linear-gradient(bottom, #4964AB 0%, #587BBB 20%, #4964AB 100%);
    background: -o-linear-gradient(bottom, #4964AB 0%, #587BBB 20%, #4964AB 100%);
    background: -ms-linear-gradient(bottom, #4964AB 0%, #587BBB 20%, #4964AB 100%);
    background: linear-gradient(to bottom, #4964AB 0%, #587BBB 20%, #4964AB 100%);
}

    .akcii div {
        text-align: center;
    }

    .akcii h3 {
        margin: 5px;
        font-size: 30px;
    }

    .akcii h2 {
        margin: 5px;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
    }

table.zakazy {
    width: 100%;
}

    table.zakazy td {
        width: 25% !important;
        text-align: center;
    }

        table.zakazy td.first {
            padding-right: 10px;
        }

        table.zakazy td.last {
            padding-left: 10px;
            min-width: 460px;
        }

    table.zakazy h2 {
        font-weight: bold;
        text-align: center;
    }

    table.zakazy .tri_block {
        width: auto;
        height: 380px;
        text-align: left;
        padding: 20px 20px 5px;
        border: 1px solid #d6d6d6;
        margin-top: 25px;
    }

        table.zakazy .tri_block ul, ul.color {
            margin-top: 0 !important;
        }

            ul.color li {
                margin-bottom: 15px;
            }

            ul.color.high li {
                line-height: 1.3;
            }

        table.zakazy .tri_block li {
            margin-bottom: 12px;
        }

.zakaz {
    border-radius: 3px;
    border: 3px solid #d74c36;
    margin: 5px 20px;
}

    .zakaz.wide {
        margin: 5px 57px;
    }

    .zakaz .top {
        height: 50px;
        border-bottom: 2px solid #d74c36;
    }

        .zakaz .top p {
            display: block;
            background: #d74c36;
            line-height: 50px;
            font-size: 18px;
            color: #fedf00;
            text-shadow: 0 -1px rgba(102,0,0,0.5);
        }

        .zakaz .top label {
            display: block;
            float: left;
            font-size: 14px;
            color: #d74c36;
            background: #fff;
            line-height: 50px;
            width: 30%;
            cursor: pointer;
            position: relative;
        }

            .zakaz .top label:last-child {
                float: right;
            }

            .zakaz .top label:hover {
                background: #ffe57c;
            }

            .zakaz .top label.act {
                background: #d74c36;
                font-size: 18px;
                color: #fedf00;
                text-shadow: 0 -1px rgba(102,0,0,0.5);
                width: 40%;
                cursor: default;
            }

            .zakaz .top label input {
                position: absolute;
                opacity: 0;
            }

    .zakaz .bot {
        padding: 20px 10px;
        background: #fff;
        border-radius: 0 0 3px 3px;
    }

.dash {
    width: 31px;
    display: inline-block;
    height: 10px;
    background: url(../images/dash.png) 0 center no-repeat;
}


.book {
    background: url(../images/book.png) center 0 repeat-y #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,0.35);
    margin-bottom: 30px;
}

    .book .grid_half.first .wrap {
        padding: 30px 50px 30px 30px;
    }

    .book .grid_half.last .wrap {
        padding: 30px 70px 30px;
        position: relative;
    }

        .book .grid_half.last .wrap:after {
            display: block;
            width: 26px;
            height: 60px;
            background: url(../images/rib.png);
            position: absolute;
            top: -2px;
            left: 25px;
            content: ' ';
            z-index: 5;
        }

.book {
    position: relative;
}

    .book:after {
        display: block;
        width: 944px;
        height: 36px;
        background: url(../images/book-shad.png);
        position: absolute;
        bottom: -36px;
        left: 50%;
        margin-left: -472px;
        content: ' ';
        z-index: 5;
    }

    .book:before {
        display: block;
        width: 491px;
        height: 19px;
        background: url(../images/book-before.png);
        position: absolute;
        top: -19px;
        left: 50%;
        margin-left: -245px;
        content: ' ';
        z-index: 5;
    }

    .book h3 {
        margin-bottom: 20px;
    }

    .book .frame {
        border: 1px solid #e4e4e4;
        border-radius: 3px;
        height: 140px;
        margin-bottom: 20px;
    }


.quart-car .jcarousel-skin-tango .jcarousel-item {
    width: 290px;
    background: none;
    height: 220px;
    margin: 0;
    padding-top: 9px;
}

.quart-car .jcarousel-skin-tango .quart_block {
    margin: 0 auto;
    float: none;
}

@media screen and (min-width: 1279px) {
    .quart-car .jcarousel-skin-tango .jcarousel-item {
        margin: 0 5px;
    }
}

.blue-stripe {
    margin: 10px 0 50px;
    border-left: 3px solid #4860b8;
    padding: 20px 70px 20px 400px;
    min-height: 200px;
    background-color: #fff !important;
}

    .blue-stripe .yel-but {
        margin-top: 10px;
    }

.yel-stripe {
    margin: 0 10px 0 20px;
    border-left: 2px solid #ffe57c;
    background: #fff;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.card {
    padding: 15px 10px 15px 20px;
    height: 235px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 35px;
    position: relative;
}

    .card:after {
        display: block;
        width: 515px;
        height: 20px;
        background: url(../images/card-shad.png);
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -257px;
        content: ' ';
        z-index: 5;
    }

    .card img {
        float: left;
        margin: 0 15px 15px 0;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.27);
    }

    .card strong {
        display: block;
        margin-bottom: 8px;
    }

    .card ul.color li {
        margin-bottom: 8px;
    }

@media screen and (max-width: 1284px) {
    .card {
        height: 275px;
    }
}

.lenta {
    margin: 0 120px;
    position: relative;
    height: 91px;
}

    .lenta .cont {
        background: url(../images/xm.png) 0 0 repeat-x;
        height: 91px;
        margin: 0 137px;
        text-align: center;
        text-shadow: 0 1px #fff;
        line-height: 30px;
    }

        .lenta .cont h3 {
            padding-top: 12px;
        }

    .lenta .ugol1 {
        display: block;
        height: 91px;
        width: 137px;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/x1.png) 0 0 no-repeat;
    }

    .lenta .ugol2 {
        display: block;
        height: 91px;
        width: 137px;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/x2.png) 0 0 no-repeat;
    }

.x-block {
    height: 139px;
    background: url(../images/x.png) center 0 no-repeat;
}

.x-block-left {
    background: #fff;
    border: 3px solid #faeaa9;
    border-right: none;
    height: 121px;
    margin-right: 25px;
    padding: 5px 20px;
}

.x-block-right {
    background: #fff;
    border: 3px solid #faeaa9;
    border-left: none;
    height: 121px;
    margin-left: 25px;
    padding: 5px 20px;
}

    .x-block-left p, .x-block-right p {
        display: table-cell;
        height: 120px;
        vertical-align: middle;
        font-size: 16px;
    }

.yelblock {
    width: 680px;
    padding: 20px 20px 5px 120px;
    background: #ffe26b;
    border: 3px solid #fff;
    box-shadow: -4px 4px #ffe26b;
    margin-left: auto;
    margin-right: auto;
    background-position: 50px center;
    background-repeat: no-repeat;
    font-size: 18px;
    text-shadow: 0 1px #fff;
}

.longarrow {
    padding-bottom: 30px;
    background: url(../images/ar-ln.png) center 0 repeat-y;
    position: relative;
    margin-bottom: 20px;
}

    .longarrow:after {
        display: block;
        width: 46px;
        height: 29px;
        background: url(../images/ar-str.png);
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -22px;
        content: ' ';
        z-index: 5;
    }

.memo {
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    padding: 20px 15px 30px;
    background: #fff;
    margin-bottom: 50px;
}

.memo {
    font-family: 'PT Serif', georgia, 'times new roman', serif !important;
}

    .memo h1, .memo h2, .memo h3, .memo h4, .memo h5 {
        text-align: center;
    }

.sans {
    font-family: 'PT Sans', arial, helvetica, sans-serif !important;
}

.memo h1 {
    font-size: 48px;
    text-transform: uppercase;
    margin: 20px 0;
    background: url(../images/greyl.png) 0 center repeat-x;
    letter-spacing: 10px;
}

    .memo h1 span {
        padding: 0 20px;
        background: #fff;
    }

.memo h4 {
    line-height: 1.4;
    margin: 40px 0 20px;
}

    .memo h4.nob {
        font-weight: normal;
    }

    .memo h4.sans {
        width: 315px;
        margin-bottom: 40px;
        line-height: 110px;
        margin: 0 auto;
        padding-left: 145px;
        background: url(../images/gerb.png) 10px center no-repeat;
    }

.memo p {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 50px;
}


/*Логические блоки*/

.carousel-holder {
}

.responses-holder {
}

.news-holder {
}

    .news-holder .promo-block {
        padding: 15px 0;
        width: 100%;
    }

    .news-holder .news_item:first-of-type {
        margin-left: 20px;
    }

@media screen and (max-width: 1284px) {
    .news-holder .promo-block .news_item:nth-of-type(n+4) {
        margin-right: 0;
    }

    .news-holder .promo-block .news_item:nth-of-type(n+5) {
        display: none;
    }

    .pressa-holder .quart_block:nth-of-type(n+6) {
        display: none;
    }

    .footer .likes {
        display: none;
    }
}

@media screen and (max-width: 3000px) {
    .news-holder .promo-block .news_item:nth-of-type(n+5) {
        margin-right: 0;
    }

    .news-holder .promo-block .news_item:nth-of-type(n+6) {
        display: none;
    }

    .pressa-holder .quart_block:nth-of-type(n+7) {
        display: none;
    }
}

.reg-holder {
    padding: 30px;
    background: #4860b8;
    box-shadow: inset 0 3px 2px rgba(0,0,0,0.4);
}

.reg {
    margin: 0 auto;
    width: 730px;
    min-height: 150px;
    padding-left: 210px;
    background: url(../images/edit.png) 40px 15PX no-repeat;
}

    .reg table {
        width: 480px;
    }

        .reg table td {
            vertical-align: middle;
        }

            .reg table td.last {
                vertical-align: top;
            }

                .reg table td.last.b {
                    vertical-align: bottom;
                    padding-bottom: 20px;
                }

        .reg table h3 {
            color: #fedf00;
            margin-top: 0;
        }

        .reg table p {
            line-height: 1.3;
        }

        .reg table strong {
            display: inline-block;
            padding: 12px 0 12px;
            font-size: 16px;
        }

        .reg table .soc a {
            display: inline-block;
            margin-right: 10px;
            width: 20px;
            height: 22px;
            background: url(../images/soc.png) no-repeat;
        }

            .reg table .soc a.vk {
                background-position: 0 0;
            }

            .reg table .soc a.fb {
                background-position: -35px 0;
            }

            .reg table .soc a.gl {
                background-position: right 0;
            }

input[type="text"] {
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    border: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
}

.reg table input[type="text"] {
    width: 330px;
    margin-bottom: 10px;
}

    .reg table input[type="text"]:last-of-type {
        margin-bottom: 0px;
    }

.reg table input.yel-but {
    margin-top: 15px;
}

input[type="text"].alert {
    border: 1px solid rgb(245,93,92);
    position: relative;
    left: -1px;
    top: -1px;
    color: rgb(182,2,3);
}


@media screen and (max-width: 2000px) {
    .reg .hid {
        display: none;
    }

    .reg table strong {
        padding: 0;
    }

    .reg table input[type="text"] {
        margin: 0;
    }

    .reg table td.last.b {
        vertical-align: middle;
        padding-bottom: 0;
    }
}

}

.subhead-holder {
    height: 330px;
}

.buh-holder .grid_5 {
    padding: 70px 0 0;
    min-height: 130px;
    height: 130px;
}

    .buh-holder .grid_5 a h4 {
        color: #009bc2;
    }

    .buh-holder .grid_5 a:hover h4 {
        color: #d74c36;
    }

    .buh-holder .grid_5 a {
        display: block;
        padding-top: 70px;
        position: relative;
        margin-top: -70px;
    }


.grid_half {
    width: 50%;
    float: left;
}

.grid_right_margin {
    margin-right: 10px;
}

.grid_left_margin {
    margin-left: 10px;
}

.baza h5 {
    margin-top: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

.baza ul.color {
    margin-bottom: 30px;
}

.baza li a.act {
    color: #d74c36;
    text-decoration: none;
    cursor: default !important;
}

.baza_part ul {
    display: none;
}

.baza_part h5 span {
    border-bottom: 1px dashed #2244c2;
    color: #2244c2;
    line-height: 1.3;
}

.baza_part h5:hover span {
    border-bottom: none;
    cursor: pointer;
}

.baza_part ul.color {
    margin-bottom: 20px;
}

.baza_part.open h5 span {
    border-bottom: none;
    padding-bottom: 1px;
    color: #333;
    cursor: default;
}

.baza_part.open ul {
    display: block;
}

.baza .grid_11 h4 {
    margin-top: 30px;
    font-weight: normal;
}

.baza .grid_11 h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}

.baza .grid_11 p:last-child {
    margin-bottom: 30px;
}


.news .bot {
    padding: 15px;
    background: #ffe57c;
    margin-bottom: 15px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #fff;
}

    .news .bot a {
        float: left;
        margin-right: 20px;
        text-shadow: 0 1px #fff;
        font-size: 18px;
    }

        .news .bot a.act {
            cursor: default !important;
            color: #d74c36;
            text-decoration: none;
            font-weight: bold;
        }

.news_one {
    padding: 10px 15px 5px;
}
.news_item {
    width: 50%;
    float: left;
    padding-bottom: 40px;
}
.floating {
    width: 80%;
    float: left;
    padding-top: 3px;
}
.date_style {
    display: inline-block;
    width: 17%;
    margin-right: 9px;
    font-family: 'raleway-r';
    font-size: 23px;
    text-align: right;
    color: #808073!important;
    float: left!important;

}
.main_info {
    display: inline-block;
    width: 91%;
}

    .news_one p.f12 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .news_one:last-of-type {
        margin-bottom: 10px;
    }

.news h4 {
    margin: 20px 0;
}

.news p.tab {
    margin-left: 15px;
}

.news_one hr {
    margin-top: 40px;
}

/*Otchety*/

.reports {
}

h2.with_pic {
    margin-top: 1px;
}

    h2.with_pic img {
        position: relative;
        top: 5px;
        margin-right: 1px;
    }

.reports .grid_5.fr {
    width: 290px;
    margin: 0;
}

    .reports .grid_5.fr .jcarousel-skin-tango {
        position: relative;
        left: 20px;
        margin-bottom: 20px;
    }

    .reports .grid_5.fr h4 {
        font-weight: normal;
        margin: 0 0 15px 60px;
    }

    .reports .grid_5.fr .otzyv-col {
        padding-left: 60px;
    }

        .reports .grid_5.fr .otzyv-col .sm-ph {
            margin-left: 0px;
        }

        .reports .grid_5.fr .otzyv-col p {
            float: left;
            width: 120px;
            margin-top: 25px;
            line-height: 1.3;
        }

.hint-min {
    position: relative;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 0 rgba(255,255,255,0.75);
    font-size: 14px;
    line-height: 1.3;
}

    .hint-min:after {
        display: block;
        width: 16px;
        height: 8px;
        background: url(../images/hint3.png);
        position: absolute;
        top: -8px;
        left: 20px;
        content: ' ';
        z-index: 5;
    }

.reports .grid_11.text {
    margin: 0;
}

    .reports .grid_11.text .grid_7 {
        margin: 0;
        width: 390px;
        min-height: 210px;
    }

        .reports .grid_11.text .grid_7 h4 {
            margin-bottom: 15px;
        }

    .reports .grid_11.text .grid_4 {
        margin-left: 0;
        width: 230px;
    }

        .reports .grid_11.text .grid_4 img {
            position: relative;
            top: -15px;
        }

.dense-shadow {
    box-shadow: 0 3px 10px rgba(0,0,0,0.45);
}


.min-slide {
    display: block;
    min-height: 180px;
    margin-bottom: 10px;
}

    .min-slide .text {
        padding-top: 40px;
    }

    .min-slide.right_bg {
        padding-right: 220px;
    }

    .min-slide.left_bg {
        padding-left: 220px;
    }

/*Map*/

.map img {
    display: none;
    z-index: 900;
}

    .map img#map {
        display: block;
    }

.map-hint {
    position: absolute;
    z-index: 999;
    display: block;
    display: none;
    min-height: 30px;
    border-radius: 3px;
    border: 2px solid #8194d7;
    padding: 5px 15px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.15), 0 3px 10px rgba(0,0,0,0.60);
    background: #607ce2;
    line-height: 1.2;
    text-align: center;
    background: -moz-linear-gradient(top, #607ce2 0%, #556fce 50%, #4961b9 100%);
    background: -webkit-linear-gradient(top, #607ce2 0%, #556fce 50%, #4961b9 100%);
    background: -o-linear-gradient(top, #607ce2 0%, #556fce 50%, #4961b9 100%);
    background: -ms-linear-gradient(top, #607ce2 0%, #556fce 50%, #4961b9 100%);
    background: linear-gradient(to top, #607ce2 0%, #556fce 50%, #4961b9 100%);
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
}

    .map-hint:after {
        display: block;
        width: 12px;
        height: 16px;
        background: url(../images/tail3.png);
        position: absolute;
        bottom: -16px;
        left: 50%;
        margin-left: -6px;
        content: ' ';
        z-index: 5;
    }

    .map-hint.kiev {
        left: 290px;
        top: 70px;
    }

    .map-hint.ivano-frank {
        left: 30px;
        top: 120px;
    }

    .map-hint.volyn {
        left: 80px;
        top: 6px;
    }

    .map-hint.lvov {
        left: 20px;
        top: 85px;
    }

    .map-hint.rovno {
        left: 160px;
        top: 25px;
    }

    .map-hint.ternopol {
        left: 100px;
        top: 100px;
    }

    .map-hint.zakarp {
        left: -30px;
        top: 150px;
    }

    .map-hint.chernov {
        left: 90px;
        top: 186px;
    }

    .map-hint.hmeln {
        left: 130px;
        top: 100px;
    }

    .map-hint.zhitomir {
        left: 200px;
        top: 50px;
    }

    .map-hint.vin {
        left: 210px;
        top: 130px;
    }

    .map-hint.cherkas {
        left: 340px;
        top: 130px;
    }

    .map-hint.chern {
        left: 360px;
        top: -10px;
    }

    .map-hint.kirovo {
        left: 370px;
        top: 180px;
    }

    .map-hint.nikolaev {
        left: 300px;
        top: 220px;
    }

    .map-hint.odessa {
        left: 270px;
        top: 260px;
    }

    .map-hint.herson {
        left: 410px;
        top: 260px;
    }

    .map-hint.krim {
        left: 450px;
        top: 350px;
        line-height: 28px;
    }

    .map-hint.dnepr {
        left: 440px;
        top: 160px;
    }

    .map-hint.poltava {
        left: 420px;
        top: 100px;
    }

    .map-hint.sumy {
        left: 420px;
        top: -10px;
    }

    .map-hint.harkov {
        left: 545px;
        top: 75px;
    }

    .map-hint.zaporozh {
        left: 480px;
        top: 220px;
    }

    .map-hint.donsk {
        left: 600px;
        top: 180px;
    }

    .map-hint.lugansk {
        left: 640px;
        top: 120px;
    }


/*Pop*/
.fade {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: url(../images/fade2.png);
    display: none;
}

.pop {
    z-index: 100;
    width: 960px;
    padding: 0;
    margin: 0 0 0 -480px;
    left: 50%;
    position: fixed;
    top: 3%;
    background: #fff;
    border-radius: 10px;
    display: none;
    border: 2px solid #009bc2;
    overflow: hidden;
}

.close {
    display: inline;
    float: right;
    width: 23px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/close.png) right 0 no-repeat;
    cursor: pointer;
    text-shadow: none !important;
    opacity: 1 !important;
}


.pop .top label {
    display: block;
    line-height: 22px;
    color: #4860b8;
    position: relative;
    cursor: pointer;
    margin-bottom: 3px;
}

    .pop .top label span {
        border-bottom: 1px dashed #4860b8;
    }

    .pop .top label:hover span {
        border-bottom: none;
    }

    .pop .top label.act span {
        position: relative;
        display: inline-block;
        padding: 0 5px;
        background: #4860b8;
        left: -5px;
        color: #fff;
        border-bottom: none;
        line-height: 22px;
        border-radius: 3px;
    }

    .pop .top label input {
        position: absolute;
        opacity: 0;
    }

.pop .bot {
    /*border: 2px solid #c3c4c4;*/
    border-top: none;
    padding: 30px;
    /*border-radius: 0 0 10px 10px;*/
    box-shadow: inset 0 8px 12px rgba(0,0,0,0.35);
}

.map {
    width: 720px;
    height: 485px;
    margin: 0 auto;
    position: relative;
}

    .map img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .map #kievh {
        position: absolute;
        left: 290px;
        top: 90px;
        cursor: pointer;
        display: none;
    }

    .map:hover #kievh {
        display: block;
    }

/*.pop .bot .oblast_details {
    height: 260px;
    overflow-y: scroll;
}*/

    .pop .bot .oblast_details p {
        margin-bottom: 20px;
        font-size: 17px;
    }
.dealers-list {
    padding: 25px;
}
.oblasti .grid_3 {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 140px !important;
}
.oblasti h3 {
    font: 23px 'PT Sans', Arial, helvetica, sans-serif!important;
    color: #e0ad12; 
    margin-top: 0 !important; 
    margin-bottom: 25px!important
}
.static-phones {
    display: inline;
    float: right;
    margin-left: 10px;
    margin-right: 25px;
    width: 165px;
    
}
.static-phones img {
    width: 45px;
}
.static-phones p {
    float: right;
    padding-top: 5px;
    font-size: 17px;
}

.small_menu a {
    display: block;
    float: left;
    line-height: 30px;
    color: #4860b8;
    position: relative;
    padding: 0 7px;
    left: -7px;
    cursor: pointer;
    margin-right: 20px;
}

    .small_menu a:hover {
        color: #d74c36;
        text-decoration: underline;
    }

    .small_menu a.act {
        background: #4860b8;
        color: #fff;
        border-radius: 3px;
        text-decoration: none;
        cursor: auto;
    }


.otzyvy .promo-block {
    margin-bottom: 35px;
}

.listing {
    margin-top: 25px;
    margin-bottom: 70px;
}

    .listing:after {
        content: '.';
        color: transparent;
        clear: both;
    }

    .listing a {
        float: left;
        margin-right: 15px;
    }

        .listing a.act {
            cursor: default !important;
            color: #d74c36;
            font-weight: bold;
            text-decoration: none;
        }

        .listing a.nxt {
            margin-left: 10px;
            padding-right: 15px;
            background: url(../images/tr.png) right 2px no-repeat;
        }








/*11*/
.pad {
    padding: 0 20px;
}

.navytab:after {
    content: '';
    display: block;
    clear: both;
}

.navytab a {
    display: block;
    float: left;
    height: 30px;
    padding: 0 10px 0 33px;
    text-decoration: none;
    font: bold 13px ARial, helvetica, sans-serif;
    color: #006cc7;
    background-position: 10px 6px !important;
    line-height: 30px;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
}

    .navytab a.act {
        color: #fff;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        background-position: 10px -78px !important;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        background-color: #44a7e0;
        border-radius: 3px 3px 0 0;
        cursor: default !important;
    }


.navy {
    background: #44a7e0;
    padding: 12px 10px;
    border-radius: 3px;
}

    .navy table td:last-child {
        padding-left: 30px;
        width: 100px;
    }

input.qfield {
    margin-right: 10px;
    width: 100%;
    height: 28px;
    box-shadow: inset 0 1px #d4d4d4;
    font: 14px ARial;
    color: #666;
    border-radius: 0;
    position: relative;
    top: 1px;
}

.navy-but {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #006aa6;
    padding: 0 15px;
    box-shadow: inset 0 1px #66bdf2;
    background: #0193e8;
    background: -moz-linear-gradient(top, #0193e8 0%, #008cdc 100%);
    background: -webkit-linear-gradient(top, #0193e8 0%, #008cdc 100%);
    background: -o-linear-gradient(top, #0193e8 0%, #008cdc 100%);
    background: -ms-linear-gradient(top, #0193e8 0%, #008cdc 100%);
    background: linear-gradient(to top, #0193e8 0%, #008cdc 100%);
    text-decoration: none;
    font: bold 12px ARial, helvetica, sans-serif;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
}


.questblock h4 {
    font: 20px ARial, helvetica, sans-serif;
    margin: 15px 0;
}

.answer {
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
}

    .answer p a {
        font-size: 18px;
        color: #016dc8;
    }

    .answer p {
        margin: 0 0 5px;
    }

    .answer .s_otvetom {
        display: inline-block;
        background: #65b2de;
        height: 15px;
        padding: 0 5px;
        font: 11px ARial, helvetica, sans-serif;
        color: #fff;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        border-radius: 3px 3px 0 0;
        margin-right: 5px;
        line-height: 15px;
    }

    .answer .fplus {
        float: right;
        margin-left: 15px;
        background: url(../images/fplus.png) 0 0 no-repeat;
        width: 87px;
        height: 37px;
    }

        .answer:after, .answer .fplus:after {
            content: ' ';
            display: block;
            clear: both;
        }

        .answer .fplus span {
            display: block;
            float: left;
            width: 50px;
            text-align: center;
            height: 37px;
            font: bold 16px ARial;
            color: #666;
            line-height: 37px;
        }

        .answer .fplus a {
            display: block;
            float: left;
            width: 37px;
            height: 37px;
        }


.greybot {
    height: 52px;
    padding: 0 20px;
    background: #EEE;
    box-shadow: inset 0 1px #fff;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #adadad;
    line-height: 52px;
}

.questblock .greybot a {
    line-height: 52px;
    text-shadow: 0 1px #fff;
    font-size: 14px;
    color: #3a6cc5;
    padding-right: 20px;
    background: url(../images/ar-f-b.png) right 6px no-repeat;
}



/*12*/
.sel-wrap {
    float: left;
    margin-right: 18px;
    position: relative;
    margin-bottom: 18px;
}

    .sel-wrap label {
        margin: 0 36px 0 6px;
        color: #333;
        position: relative;
        top: 6px;
    }

        .sel-wrap label input {
            margin-right: 10px;
            position: relative;
            top: -1px;
        }

    .sel-wrap .hov {
        display: none;
    }

    .sel-wrap.dis label {
        opacity: 0.5;
    }

    .sel-wrap.dis .hov {
        display: block;
        position: absolute;
        width: 100%;
        height: 25px;
        z-index: 10;
        content: '';
        top: 0;
        left: 0;
    }


input.lyel {
    border-radius: 3px;
    border: 1px solid #fdec9e;
    border-bottom: 1px solid #fef8d6;
    padding: 0;
    text-indent: 10px;
    height: 25px;
    line-height: 25px;
    color: #999;
    box-shaDOW: inset 0 1px 1px #9f9f9f;
    background: #fff;
    width: 100%;
    font-size: 14px;
}

div.lyel {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #fdec9e;
    border-bottom: 1px solid #fef8d6;
    padding: 10px 0;
    color: #333;
    box-shaDOW: inset 0 1px 1px #9f9f9f;
    overflow-y: scroll;
    height: 230px;
    margin: 18px 0 30px;
}

    div.lyel p {
        padding: 0 10px;
        margin: 0 0 5px;
    }

        div.lyel p:hover {
            background: #475fb7;
            color: #fff;
            cursor: pointer;
        }



table.oplata {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #fff;
}

    table.oplata td {
        padding: 15PX;
    }

    table.oplata tr.head td:first-child {
        border-radius: 3px 0 0 0;
    }

    table.oplata tr.head td:last-child {
        border-radius: 0 3px 0 0;
    }

    table.oplata tr.head td {
        padding: 0 15PX;
        height: 35px;
        background: #ffe57c;
        vertical-align: middle;
    }

.bluebot {
    background: #4860b8;
    border-radius: 0 0 5PX 5PX;
    padding: 15px;
}

a.dashed {
    float: left;
    text-decoration: none;
    border-bottom: 1px dashed #475fb7;
    margin-right: 30px;
    line-height: 1.2;
}

    a.dashed.act {
        color: #333;
        font-weight: bold;
        cursor: default !important;
    }

    a.dashed:hover, a.dashed.act {
        border-bottom: none;
        padding-bottom: 1px;
    }



/*13*/
.video {
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    margin: 5px 0 20px 0;
    position: relative;
    background: #333438;
    background: -moz-linear-gradient(left top, #333438 0%, #505050 100%);
    background: -webkit-linear-gradient(left top, #333438 0%, #505050 100%);
    background: -o-linear-gradient(left top, #333438 0%, #505050 100%);
    background: -ms-linear-gradient(left top, #333438 0%, #505050 100%);
    /*background: linear-gradient(left top, #333438 0%, #505050 100%);*/
}

    .video:after {
        display: block;
        width: 208px;
        height: 12px;
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -104px;
        content: ' ';
        z-index: 5;
        background: url(../images/v-sh.png);
    }

    .video img {
        display: block;
    }


.videoblock h2 {
    margin-left: 10px;
}

.videoblock hr {
    margin: 0 10px 25px;
}

p.preword {
    margin: 0 10px 15px 10px;
    width: 75%;
}

.videoblock .grid_5 {
    margin: 15px 10px;
    height: 350px;
}

    .videoblock .grid_5.short {
        height: auto;
    }


.gold-frame {
    display: block;
    box-shadow: 0 1px #fff, inset 0 0 40px rgba(0,0,0,0.08);
    border: 3px solid #ffe57c;
}

.about {
    margin-bottom: 10px;
    min-height: 140px;
}

    .about.text p:last-of-type {
        margin: 0;
    }

    .about .gold-frame {
        width: 144px;
        height: 120px;
        float: left;
        margin-right: 13px;
    }

        .about .gold-frame.long {
            height: 260px;
        }


.bigban {
    width: 934px;
    height: 362px;
    margin: 20px auto 50px;
    background: url(../images/bigban.png) center center no-repeat;
}

.gold-block {
    border: 2px solid #ffd71e;
    border-radius: 2px;
    background: #fff;
    box-shadow: -1px 3px 6px rgba(0,0,0,0.25);
    padding: 18px 18px 10px;
    margin: -10px 0 20px;
}

    .gold-block img {
        display: block;
        margin: -5px auto 20px;
    }

.why_ifin {
    float: left;
}

.how_diler {
    width: 545px;
    margin: 0 auto 10px;
}

    .how_diler h2 {
        text-align: center;
        font-size: 24px;
        color: #000;
        margin: 0 0 30px;
        padding-right: 50px;
    }

        .how_diler h2 img {
            top: 15px;
        }

    .how_diler p {
        margin: 0 0 15px;
        font-size: 16px;
        float: left;
        width: 525px;
        line-height: 1.3;
        color: #000;
    }

        .how_diler p.li:after {
            display: block;
            content: ' ';
            clear: both;
        }

        .how_diler p.num {
            width: 20px;
            float: left;
            color: #2244c2;
            font-weight: bold;
        }

.white_part {
    background: #fff;
    padding: 40px 0 60px;
    border-top: 1px solid #dee1ea;
    margin-bottom: -60px;
}


.yel-but:hover {
    background: #ffb432;
    /*background: -moz-linear-gradient(bottom, #ffe21b 0%, #ffb432 35%, #ffe86d 100%);
    background: -webkit-linear-gradient(bottom, #ffe21b 0%, #ffb432 35%, #ffe86d 100%);
    background: -o-linear-gradient(bottom, #ffe21b 0%, #ffb432 35%, #ffe86d 100%);
    background: -ms-linear-gradient(bottom, #ffe21b 0%, #ffb432 35%, #ffe86d 100%);
    background: linear-gradient(to bottom, #ffe21b 0%, #ffb432 35%, #ffe86d 100%);*/
    text-decoration: none;
}




.pop.small {
    width: 670px;
    border: 2px solid #c3c4c4;
    text-align: center;
    background: #f1f4fd;
    padding-bottom: 40px;
}

    .pop.small h2 {
        margin-top: 40px;
    }

    .pop.small h5 {
        font-weight: normal;
    }

    .pop.small h2, .pop.small h5 {
        text-align: center;
    }

.pop hr {
    background: #d3d4d6;
    height: 1px;
    border: none;
    margin: 25px 108px 10px;
}

.pop .pay-way {
    display: inline-block;
    width: 137px;
    height: 120px;
    margin: 10px 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
    border-radius: 4px;
    text-decoration: none !important;
    position: relative;
    background: #fff;
    margin-bottom: 65px;
}

    .pop .pay-way:hover {
        border: 3px solid #4860b8;
        width: 131px;
        height: 114px;
    }

    .pop .pay-way p {
        position: absolute;
        bottom: -30px;
        font-weight: bold;
        font-size: 16px;
        width: 100%;
        color: #2244c2;
    }

    .pop .pay-way:hover p {
        color: #d74c36;
        bottom: -33px;
    }

.pop select {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
    border-radius: 4px;
    border: 1px solid #ffeca0;
    height: 26px;
    width: 220px;
    padding-left: 10px;
    line-height: 26px;
    font: 14px 'PT Sans', arial, sans-serif;
    margin-right: 10px;
}

    .pop select option {
        padding: 4px 10px;
    }

.pop .yel-but {
    font-weight: normal;
}

.pop.video-pop {
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 28px;
    border: 2px solid #c3c4c4;
    width: 710px;
    margin-left: -372px;
    background: #f1f4fd;
}

    .pop.video-pop .video-holder {
        margin-top: 8px;
    }

.promo-block {
    padding: 5px 0px;
}

.tabs-block .tabs {
    background: white;
}

.bottom-link {
    margin-left: 10px;
}

.tabs-block {
    padding-bottom: 25px;
}

h2.center {
    padding: 10px 0;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.stikeout {
    text-decoration: line-through;
}

.obr-sviaz .mini {
    font-size: 80%;
    width: 500px;
    padding-top: 7px;
    font-style: italic;
}

.instructionbutton {
    text-align: left;
    margin-left: 35px;
    width: 300px;
    height: 160px;
    background: url(../Images/Instruction.png) no-repeat 1px 5px;
    display: inline-block;
    font-family: calibri;
    font-size: 7px !important;
    color: white !important;
}

.instructionbuttonFont {
    font-family: calibri;
    font-size: 30px;
    color: #009bc2;
    font-weight: bold;
    margin-left: 40px;
}

.faq-block {
    width: 200px;
    margin-left: 11px;
    font-family: calibri;
    display: inline;
    position: relative;
    top: -5px;
    left: -30px;
}

.downloadinstruction {
    position: relative;
    top: 24px;
    left: 65px;
    font-size: 13px !important;
}

.instructionbuttonFontKey {
    font-family: calibri;
    font-size: 30px;
    color: #009bc2;
    font-weight: bold;
    margin-left: 40px;
}
.instructionbuttonKey {
    text-align: left;
    margin-left: 35px;
    width: 300px;
    height: 160px;
    background: url(../Images/Instruction.png) no-repeat 1px 5px;
    display: inline-block;
    font-family: calibri;
    font-size: 7px !important;
    color: white !important;
}

@media only screen and (min-width : 1280px) and (max-width :1458px) {
    .menu a {
        margin-left: 0;
        padding: 8px 9px;
    }
    .support-block {
        padding-left: 0;
    }
    .login {
        top: 45%;
    }
    .lang {
        width: 47px !important;
        padding-top: 33px !important;
    }
     .menu a.act:after {
            bottom: -2px !important;
        }
     .registrationResult {
         width: 50% !important;
     }
     .PhoneError {
         padding-left: 4%;
         width: 39% !important;
         min-width: 255px!important;
     }
     .MailError {
        width: 37%!important;
         padding-left: 0 !important;
     }
}
@media only screen and (min-width : 1024px) and (max-width :1279px) {
    .header .lang {
        padding-top: 38px;
        padding-right: 25px;
    }
     .menu a {
        margin-left: 0;
        padding: 8px 9px;
         font-size: 14px;
    }
     .menu {
         padding-top: 0 !important;
     }
      .menu a.act:after {
            bottom: -2px !important;
        }
     .support-block {
         padding: 0 !important;
         display: block;
         width: 86%;
     }
     .support-new {
        display: inline-block;
        padding-top: 10px;
        padding-left: 15px;
     }
     .support-hours {
         display: inline-block;
        padding-top: 10px;
     }
    .registration-data p {
        font-size: 25px;
        margin-bottom: 0 !important;
    }
    .left-block span {
        font-size: 16px;
    }
    .registration-block {
        min-height: 180px !important;
    }
    .registrationResult {
        width: 69%!important;
    }
    .MailError {
        width: 34%!important;
    }
    .PhoneError {
        width: 57%!important;
    }
}
@media only screen and (min-width : 320px) and (max-width :1023px) {
    .menu a {
        margin-left: 0!important;
        padding: 8px 9px;
         font-size: 14px;
    }
        .menu a.act:after {
            bottom: -7px !important;
        }
    .menu {
            /*margin-left: 20px;*/
        margin-top: 20px !important;
    }
    .lang {
        width: 75px;
        padding-top: 27px!important;
    }
    .login {
        right: 22px;
    }
    .support-hours {
        display: inline-block;
    }
    .support-new {
        display: inline-block;
    }
    .support-block {
        width: 77%;
        padding-top: 0 !important;
        padding-left:1%;
    }
     .left-block span {
        font-size: 16px;

    }
    .left-block input {
        width: 210px;
    }
    .registration-block {
        min-height: 175px;

    }
     .registration-block {
        min-height: 180px !important;
    }
    .registrationResult {
        width: 62%!important;
    }
    .MailError {
        width: 35%!important;
        padding-left: 0 !important;
    }
    .PhoneError {
        width: 37%!important;
    }
    .prices-title {
        margin-top: 0 !important;
    }
}
.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 0 40px;
}


.jcarousel-skin-tango .jcarousel-container-vertical {
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  100%;
    height: 250px;
}

.long-holder .jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 360px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
}

.jcarousel-skin-tango .jcarousel-item {
    width: 260px;
    height: 250px;
	background: url(../images/shad-bot.png) center 240px no-repeat;

}

.long-holder  .jcarousel-skin-tango .jcarousel-item {    
    height: 360px;
	background: url(../images/shad-bot.png) center 350px no-repeat;

}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 40px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}




/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 95px;
    right: 0px;
    width: 22px;
    height: 41px;
    cursor: pointer;
    background: transparent url(../images/rl.png) no-repeat right 0;
}


.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {

}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {

}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 95px;
    left: 0px;
    width: 22px;
    height: 41px;
    cursor: pointer;
    background: transparent url(../images/rl.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}



.article .jcarousel-skin-tango .jcarousel-container-horizontal {width:530px; padding: 20px 25px}
.article .jcarousel-skin-tango .jcarousel-clip-horizontal  {width:530px}
.article .jcarousel-skin-tango .jcarousel-item {width:80px; height:80px}

.article .jcarousel-skin-tango .jcarousel-prev-horizontal {
	top:50px;
    width: 17px;
    height: 17px;
    background: transparent url(../images/ar2.png) no-repeat 0 0;
}
.article .jcarousel-skin-tango .jcarousel-next-horizontal {
	top:50px;
    width: 17px;
    height: 17px;
    background: transparent url(../images/ar2.png) no-repeat right 0;
}
