@font-face {
    font-family: 'Lato';
    src: local('Lato Light'), local('Lato-Light'), url('../f/latolight.woff2') format('woff2'), url('../f/latolight.woff') format('woff'), url('../f/latolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Light Italic'), local('Lato-LightItalic'), url('../f/latolightitalic.woff2') format('woff2'), url('../f/latolightitalic.woff') format('woff'), url('../f/latolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'), url('../f/latoregular.woff2') format('woff2'), url('../f/latoregular.woff') format('woff'), url('../f/latoregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Italic'), local('Lato-Italic'), url('../f/latoitalic.woff2') format('woff2'), url('../f/latoitalic.woff') format('woff'), url('../f/latoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Medium'), local('Lato-Medium'), url('../f/latomedium.woff2') format('woff2'), url('../f/latomedium.woff') format('woff'), url('../f/latomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Medium Italic'), local('Lato-MediumItalic'), url('../f/latomediumitalic.woff2') format('woff2'), url('../f/latomediumitalic.woff') format('woff'), url('../f/latomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Semibold'), local('Lato-Semibold'), url('../f/latosemibold.woff2') format('woff2'), url('../f/latosemibold.woff') format('woff'), url('../f/latosemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Semibold Italic'), local('Lato-SemiboldItalic'), url('../f/latosemibolditalic.woff2') format('woff2'), url('../f/latosemibolditalic.woff') format('woff'), url('../f/latosemibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Bold'), local('Lato-Bold'), url('../f/latobold.woff2') format('woff2'), url('../f/latobold.woff') format('woff'), url('../f/latobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('../f/latobolditalic.woff2') format('woff2'), url('../f/latobolditalic.woff') format('woff'), url('../f/latobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Heavy'), local('Lato-Heavy'), url('../f/latoheavy.woff2') format('woff2'), url('../f/latoheavy.woff') format('woff'), url('../f/latoheavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Heavy Italic'), local('Lato-HeavyItalic'), url('../f/latoheavyitalic.woff2') format('woff2'), url('../f/latoheavyitalic.woff') format('woff'), url('../f/latoheavyitalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}


html, body {
margin: 0;
padding: 0;
}

body {
background: url(../i/bg.png);
font-family: 'Merriweather', serif;
font-size: 13px;
color: #4e4d4d;
}

a {
color: #4e4d4d;
}

a:hover {
text-decoration: none;
}

.clear {
clear: both;
}

h1, h2, h3, h4, h5 {
font-family: 'Lato';
font-weight: 700;
text-transform: uppercase;
}

.gbs3 {
font-family: 'Lato';
}

/*----------------top block--------------*/
#top {
width: 100%;
}


.topin {
width: 1170px;
margin: 0 auto;
height: 95px;
position: relative;
background: #fff;
font-family: 'Lato';
font-weight: 700;
}

#top.sticked {
position: fixed;
z-index: 11700;
}

#top.sticked .topin {
height: 60px;
}

#top.sticked a.logo {
width: 45px;
height: 45px;
background: url(../i/logobs.png) bottom center no-repeat;
top: 7px;
}

#top.sticked a.logo:hover {
background: url(../i/logobs.png) top center no-repeat;
}

#top.sticked .adr, #top.sticked .tel {
top: 10px;
}

#top.sticked .topmenu {
top: 5px;
left: 70px;
}

a.logo {
position: absolute;
left: 10px;
top: 12px;
width: 70px;
height: 70px;
background: url(../i/logob.png) bottom center no-repeat;
}

a.logo:hover {
background: url(../i/logob.png) top center no-repeat;
}

.adr {
position: absolute;
right: 165px;
top: 25px;
}

.adr1 {
width: 100%;
float:  none;
height: 23px;
}

.adr2 {
width: 100%;
float: right;
height: 23px;
text-align: right;
}

.tel {
position: absolute;
right: 10px;
top: 24px;
padding-left: 10px;
border-left: 1px solid #333;
}

.tel .kg {
font-size: 70%;
line-height: 100%;
padding: 5px 0 0;
}

.tel .st {
font-size: 140%;
line-height: 100%;
padding: 0 0 5px 0;
}

.tel .st.vv {
padding: 0;
}

.tel .st b {
color: #ababab;
font-size: 80%;
font-weight: normal;
}

/*----------------end of top block--------------*/

/*----------------topmenu----------------*/

.topmenu {
position: absolute;
height: 45px;
left: 140px;
top: 25px;
}

/*----------------end topmenu---------------*/

/*--------- mog----------------------------*/

.mog {
width: 100%;
height: 400px;
color: #000;
}

.mogin {
width: 1170px;
height: 160px;
padding: 120px 0;
margin: 0 auto;
position: relative;
color: #fff;
text-align: center;
background: #000 url(../i/bg_testimonial.jpg) center no-repeat;
}

.mogin h1 {
font-size: 70px;
margin: 0;
padding: 35px 0 0 0;
background: url(../i/bgmogh1.png) top center no-repeat;
}

.mogin p {
margin: 20px auto 0;
width: 800px;
font-size: 19px;
font-family: 'Fira Sans', sans-serif;
}
/*--------- end mog----------------------------*/

/*----------- about ------------------*/

.about {
width: 1170px;
min-height: 840px;
background: #fff;
margin: 0 auto;
padding: 30px 0;
text-align: center;
}

.about h2, .obrin h2 {
font-size: 30px;
background: url(../i/topul.png) bottom center no-repeat;
padding: 20px 0;
color: #333;
text-align: center;
}

.logodark {
width: 260px;
height: 50px;
margin: 0 auto;
background: url(../i/logodark.png) center no-repeat;
}

.about .princ {
display: block;
float: left;
padding: 15px 10px;
width: 332px;
height: 222px;
position: relative;
margin: 0 15px;
background: #fff;
text-align: center;
color: #4e4d4d;
border: 4px solid #999999;
background: #dcdbe0;
}

.about .princ.bezop {
background: #dcdbe0;
margin-bottom: 30px;
}

.about .princ.rep {
background: #e4e4e4/* url(../i/gal.png) bottom right no-repeat*/;
margin-bottom: 30px;
}

.about .princ.imu {
background: #f1eee7/* url(../i/imu.png) top left no-repeat*/;
margin-bottom: 30px;
}

.about .princ.zak {
background: #f6f5f9;
margin-bottom: 30px;
}

.about .princ.klu {
background: #d9d8dc;
margin-bottom: 30px;
}

.about .princ.post {
background: #f6f5fa;
margin-bottom: 30px;
}

.about h3 {
text-transform: uppercase;
font-weight: 500;
font-size: 20px;
margin: 10px 0 20px;
}

.about span {
display: inline-block;
font-size: 39px;
margin: 0 auto;
}

.about p {
padding: 0 20px;
text-align: justify;
}

.about p.obob {
clear: both;
padding: 40px 15px 0;
text-align: justify;
background: url(../i/topul.png) center 20px no-repeat;
margin-top: 30px;
}

/*----------- end about ------------------*/

/*----------- stats ------------------*/

.stats {
width: 1170px;
height: 390px;
background: #f9f9f9;
margin: 0 auto;
padding: 60px 0 80px 0;
}

.stats .column {
float: left;
width: 370px;
height: 370px;
color: #666;
margin: 0 10px;
}

.stats .column .date {
margin: 0;
font-style: italic;
color: #666;
}

.stats .column .date span {
background: #dfdfdf;
padding: 0 3px;
}

.stats .column p {
margin: 0;
padding: 0;
}

.stats .column h3 {
margin: 0 0 15px;
padding: 0 0 15px;
color: #333;
background: url(../i/topul.png) bottom center no-repeat;
text-align: center;
}

.stats .column h4 {
margin: 20px 0 5px;
padding: 0;
}

.stats .column h4 a {
color: #333;
}

.stats .left-image {
float: left;
margin: 0 5px 3px 0;
}

.stats ul.otz {
margin: 0;
padding: 0;
list-style-type: none;
}

.stats ul.otz li {
float: left;
margin-bottom: 10px;
background: #ccc;
width: 180px;
height: 110px;
}

.stats ul.otz li:nth-child(even) {
margin-left: 10px;
}

.stats a.all {
font-family: "Lato";
text-transform: uppercase;
display: block;
text-align: center;
margin-top: 20px;
}

/*.stats img
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}*/

/*----------- end stats ------------------*/

.troica {
width: 100%;
}

.troicain {
position: relative;
width: 1170px;
height: 510px;
margin: 0 auto;
padding: 80px 0;
background: #f0f0f0;
}

.troicain > div {
float: left;
padding: 10px;
width: 340px;
height: 490px;
position: relative;
margin: 0 15px;
background: #fff;
text-align: center;
}

.troicain > div > div {
width: 336px;
height: 486px;
border: 2px solid #fff;
}

.troicain > div:hover > div {
border: 2px solid #f0f0f0;
}

.troicain h3 {
text-transform: uppercase;
font-weight: 500;
font-size: 20px;
margin: 30px 0 0;
background: url(../i/bulicon.png) top center no-repeat;
padding: 105px 0 0 0;
color: #4e4d4d;
}

.troicain .bf p.h3 {
background: url(../i/bflicon.png) top center no-repeat;
}

.troicain .vd p.h3 {
background: url(../i/vdicon.png) top center no-repeat;
}

.troicain ul {
list-style-type: none;
margin: 0;
padding: 45px 0 0;
position: absolute;
top: 205px;
width: 340px;
background: url(../i/topul.png) top center no-repeat;
}

.troicain ul li {
margin-bottom: 20px;
}

.troicain ul li a {
color: #4e4d4d;
margin-bottom: 5px;
margin-bottom: 10px;
}

.troicain ul li a:hover {
text-decoration: none;
}

.troicain a.bot {
position: absolute;
display: block;
padding: 5px;
text-align: center;
text-transform: uppercase;
text-decoration: none;
width: 170px;
bottom: 30px;
left: 87px;
border: 1px solid;
color: #000;
border-color: #000;
font-family: 'Lato';
font-weight: 800;
text-transform: uppercase;
}

.troicain a.bot:hover  {
background: #333;
color: #fff;
}

.troicain a.bot:active  {
background: #000;
color: #fff;
}
/*---------------------content--------------------*/

.cont {
width: 1150px;
min-height: 700px;
margin: 0 auto;
padding-top: 10px;
background: #fff;
padding: 0 10px;
}

.cont .left {
float: left;
width: 880px;
margin-right: 10px;
}

.cont .right {
float: left;
width: 260px;
}

.cont h2, .cont h1, .maincenter h1 {
font-size: 220%;
font-weight: 600;
line-height: 120%;
margin: 30px 0;
}

.maincenter h1 {
margin: 0;
}

.cont h3 {
font-size: 220%;
font-weight: 300;
margin: 10px 0 0 0;
padding: 0;
line-height: 100%;
text-transform: none;
}

/*---------------endcontent-----------------------*/

/*---------- form on index ----------------------*/

.obrin {
width: 1170px;
background: #fff;
margin: 0 auto;
height: 500px;
text-align: center;
overflow: hidden;
}

.obrin form {
width: 650px;
margin: 0 auto;
}

.obrin p {
width: 80%;
font-style: italic;
margin: 0 auto;
margin-bottom: 40px;
}

.obrin .box {
float: left;
padding: 40px 10px 10px;
width: 340px;
height: 100px;
position: relative;
margin: 0 15px;
text-align: center;
}

.obrin .box.one {
background: url(../i/box1.png) top center no-repeat;
}

.obrin .box.two {
background: url(../i/box2.png) top center no-repeat;
}

.obrin .box.three {
background: url(../i/box3.png) top center no-repeat;
}

.obrin #fin-button3 {
margin: 60px auto 0;
}

.obrin #button3 {
margin: 0;
}

.obrin #form-row-4 {
margin-left: 10px;
}

/*---------- end form on index ----------------------*/

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

.footer {
width: 100%;
clear: both;
}

.footerin {
width: 1150px;
height: 100px;
padding: 5px 10px;
margin: 0 auto;
font-size: 90%;
background: #f0f0f0;
}

.footerin p {
margin: 5px 0;
}

.footerin .rekv {
    color: #999;
}
/*-----------------end footer-------------------*/



/*----------------- top btn ----------------------------*/
.b-top {z-index:2600;position:fixed;left:0;bottom:90px;width:34%;margin-left:50%;opacity: 0.5;filter:alpha(opacity=50);}
.b-top:hover {opacity:1;filter:alpha(opacity=100);cursor:pointer;}
.b-top-but {z-index:2600;position:absolute;display:block;left:56px;bottom:0;margin:0 0 0 100%;padding:32px 12px 4px;
color:white;background:#888 url(../i/b-j-top.png) no-repeat 50% 11px;border-radius:7px;}
/*----------------- end top btn ----------------------------*/


/*------------------nashi dela ------------------*/

.res {
float: left;
width: 225px;
height: 300px;
margin: 10px 9px;
border: 1px solid #ccc;
text-align: center;
background: #ff7a7a; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjdhN2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmYzMzMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #ff7a7a 0%, #ff3333 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ff7a7a), color-stop(100%,#ff3333)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ff7a7a 0%,#ff3333 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ff7a7a 0%,#ff3333 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ff7a7a 0%,#ff3333 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ff7a7a 0%,#ff3333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a7a', endColorstr='#ff3333',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.res:hover {
border: 1px solid #444;
box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.res .zag {
width: 215px;
height: 50px;
padding: 5px;
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#cccccc 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#cccccc 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ffffff 0%,#cccccc 100%); /* W3C */
color: #666;
font-size: 120%;
}

.res .img {
width: 100%;
height: 120px;
}

.res .polo {
width: 215px;
height: 80px;
padding: 5px;
color: #fff;
}

.res .polo .mon {
font-size: 350%;
}

.res .more {
width: 115px;
height: 15px;
padding: 3px;
margin: 2px auto;
margin-bottom: 7px;
color: #000;
background: #fff;
font-size: 80%;
font-weight: 500;
border-radius: 2px;
}

/*-------------- end nashi dela --------------------*/


#otvk {
padding: 20px 0;
border-bottom: 1px solid #ccc;
}

#otvk img {
margin-right: 10px;
border: 3px solid #a2a2a2;
border-radius: 50px;
}

#otvk tr {
vertical-align: top;
}

#otvk .nnmm {
font-weight: 700;
}

/*---------------------rl----------------------------*/


ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em;
}

.rounded-list li{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;  
font-size: 120%;    
}

.rounded-list li:hover{
    background: #eee;
}

.rounded-list li:hover:before{
    transform: rotate(360deg);  
}

.rounded-list li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 51%;
    margin-top: -1.55em;
    background: #ff3333;
    height: 2.5em;
    width: 2.5em;
    line-height: 2.5em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
    color: #fff;
}

.rounded-list li span {
font-weight: 700;
color: #ff3333;
}

/*------------------- end rl -------------------------*/


.polclient {
text-align: center;
font-weight: 500;
margin:  0;
font-size: 30px;
color: #fff;
background: url(../i/polclient.png);
width: 600px;
margin: auto;
}

/*----------------- navig ------------------*/


.navig {
width: 890px;
height: 25px;
font-weight: 400;
background: #ff0000;
background: url(../i/center.png) center no-repeat;
position: relative;
}

.navig a.left {
position: absolute;
right: 460px;
width: auto;
color: #4e4d4d;
display: block;
padding: 3px 0 3px 29px;
background: url(../i/naviglefta.png) left center no-repeat;
}

.navig a.left:hover {
color: #ff3333;
background: url(../i/navigleft.png) left center no-repeat;
}

.navig a.right {
position: absolute;
left: 470px;
width: auto;
color: #4e4d4d;
display: block;
padding: 3px 29px 3px 0;
background: url(../i/navigrighta.png) right center no-repeat;
text-align: right;
}

.navig a.right:hover {
color: #ff3333;
background: url(../i/navigright.png) right center no-repeat;
}

/*---------------- end navig ---------------*/

.breadcrumb {
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
color: #999999;
font-size: 90%;
text-transform: uppercase;
padding: 5px 0;
list-style-type:  none;
margin: 0;
font-family: 'Lato';
}

.breadcrumb li {
display: inline;

}

.breadcrumb a.lsta {
color: #999999;
text-decoration: none;
cursor: default;
}

/* ---------------- form -----------------*/

.botc {
padding: 30px 0;
text-align: center;
}

.botc p {
font-weight: 500;
font-size: 18px;
margin: 0;
padding: 0 0 15px 0;
color: #4e4d4d;
background: url(../i/topul.png) bottom center no-repeat;
}

.botcont {
position: relative;
width: 870px;
margin: 0 auto;
padding: 10px 5px;
height: 128px;
margin-bottom: 25px;
}

.botcont .one {
display: inline-block;
left: 0;
width: 375px;
height: 60px;
padding-left: 55px;
border: 1px dotted #4e4d4d;
background: #fff url(../i/bcz.png) 10px center no-repeat;
}

.botcont .two {
display: inline-block;
right: 0;
width: 375px;
height: 60px;
padding-left: 55px;
border: 1px dotted #4e4d4d;
background: #fff url(../i/bcf.png) 10px center no-repeat;
}

.botcont .three {

right: 0;
bottom: 0;
width: 867px;
margin-top: 15px;
height: 80px;
padding: 10px 0;
border: 1px dotted #4e4d4d;
background: #fff url(../i/bcs.png) 10px 10px no-repeat;
text-align: center;
}
.botcont .three .gbs3{
    display: inline-block;
}
.botcont .three .gbs3 #fin-button3{
    display: inline-block;
}

.botcont .time {
font-weight: 300;
}

.botcont #fin-text2 {
margin-left: 20px;
}

/*form*/

#button3 {
margin-left: 17px;
padding: 5px;
text-transform: uppercase;
border-radius: 0;
border: 2px solid #010101;
}

#button3:hover {
background: #010101;
color: #fff;
}

.control-label {
width: 95px;
margin: 0 0 0 10px;
}

#chronoform-Anketa .control-label {
width: 400px;
margin: 0 0 0 10px;
font-weight: 500;
}

#chronoform-Anketa .gbs3 .gcore-form-row > .gcore-label-checkbox {
    float: left !important;
    min-width: 160px;
    max-width: 800px;
    padding-right: 7px;
    text-align: left !important;
}

#chronoform-Anketa .gcore-form-row {
    padding: 5px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}

#chronoform-Anketa .gcore-form-row:hover {
    background: rgba(204,204,204,0.2);
}

#chronoform-Anketa #form-row-28.gcore-form-row:hover {
    background: none;
}

#fin-button23 {
    margin: 10px auto;
}

#fin-button23 input {
    background: #ff3333;
    color: #fff;
}

#fin-button23 input:hover {
    background: #00af52;
}

div.gkLegend1 h4 {
    background: #fff;
    float: left;
    font-size: 14px;
    font-weight: 400;
    left: 11px;
    line-height: 18px;
    margin: 0 0 -9px!important;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    top: -16px;
    color: #242424
}
div.gkLegend1 {
    margin: 30px 0;
    padding: 6px
}
div.gkLegend1 p {
    clear: both;
    margin: 7px
}
div.gkLegend1 { border: 4px double #e5e5e5 }

/*-------------- blog design -----------------------*/

.blog h2 {
font-size: 170%;
margin: 30px 0 10px 0;
padding: 0;
}

.blog .item {
border-bottom: 1px dotted #ccc;
min-height: 130px;
}

.blog .item p {
margin-top: 0;
}

.blog .item p.readmore {
clear: both;
margin-top: 5px;
}

.blog .item p.readmore a {
display: block;
padding: 0 3px;
border: 1px solid #4e4d4d;
text-decoration: none;
width: 160px;
}

.blog .item p.readmore a:hover {
color: #fff;
background: #4e4d4d;
}

.blog .item .item-image {
margin: 0 10px 3px 0;
}

.blog dd.create {
display: inline-block;
margin: 0;
font-style: italic;
color: #666;
background: #dfdfdf;
padding: 0 3px;
}

.blog .article-info.muted {
margin: 5px 0;
}

/*bottom blog navigation*/
.pagination {
    text-align: center;
    margin-top: 20px;
    font-family: "Lato";
    text-transform: uppercase;
}

p.counter {
    text-align: center;
}

.pagination ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

.pagination ul li {
    float: left;
    margin: 0 3px;
}

.pagination ul li .pagenav {
    text-decoration: none;
    padding: 1px 3px;
    color: #999;
    padding: 2px 5px;
    border: 1px solid #4e4d4d;
}

.pagination ul li a.pagenav {
    color: #4e4d4d;
}

.pagination ul li a.pagenav:hover {
    background: #4e4d4d;
    color: #fff;
}

.tooltip {
   position: absolute;
   z-index: 1030;
   display: block;
   visibility: visible;
   font-size: 11px;
   line-height: 1.4;
   opacity: 0;
   filter: alpha(opacity=0);
}
.tooltip.in {
   opacity: 0.8;
   filter: alpha(opacity=80);
}
.tooltip.top {
   margin-top: -3px;
   padding: 5px 0;
}
.tooltip.right {
   margin-left: 3px;
   padding: 0 5px;
}
.tooltip.bottom {
   margin-top: 3px;
   padding: 5px 0;
}
.tooltip.left {
   margin-left: -3px;
   padding: 0 5px;
}
.tooltip-inner {
   max-width: 200px;
   padding: 8px;
   color: #fff;
   text-align: center;
   text-decoration: none;
   background-color: #000;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}
.tooltip-arrow {
   position: absolute;
   width: 0;
   height: 0;
   border-color: transparent;
   border-style: solid;
}
.tooltip.top .tooltip-arrow {
   bottom: 0;
   left: 50%;
   margin-left: -5px;
   border-width: 5px 5px 0;
   border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
   top: 50%;
   left: 0;
   margin-top: -5px;
   border-width: 5px 5px 5px 0;
   border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
   top: 50%;
   right: 0;
   margin-top: -5px;
   border-width: 5px 0 5px 5px;
   border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
   top: 0;
   left: 50%;
   margin-left: -5px;
   border-width: 0 5px 5px;
   border-bottom-color: #000;
}
.tooltip {
   max-width: 400px;
}
.tooltip-inner {
   max-width: none;
   text-align: left;
   text-shadow: none;
}
th .tooltip-inner {
   font-weight: normal;
}
.tooltip.hasimage {
   opacity: 1;
}
.tip-text {
   text-align: left;
}

/*-------------- end blog design -----------------------*/

/*-------------- publ right ---------------------------*/

.right h3 {
margin: 20px 5px 10px 0;
font-weight: 700;
font-size: 120%;
text-transform: uppercase;
font-family: 'Lato';
}

.rightpub h4 {
margin: 5px 0;
border-top: 1px dotted #ccc;
padding-top: 5px;
}

.rightpub h4:first-child {
border-top: none;
}

.rightpub img {
float: left;
width: 80px;
margin: 0 5px 0 0;
}

.rightpub p {
margin: 0;
}

.rightpub .date {
font-style: italic;
color: #666;
text-align: right;
}

.rightpub .date span {
background: #dfdfdf;
padding: 0 3px;
}

.right a.all {
display: block;
padding: 0 3px;
border: 1px solid #4e4d4d;
text-decoration: none;
width: 140px;
margin-top: 10px;
margin-bottom: 50px;
}

.right a.all:hover {
color: #fff;
background: #4e4d4d;
}

.cont .right ul.otz li{
float: left;
width: 125px;
background: none;
border: none;
padding: 0;
margin-right: 10px;
margin-bottom: 5px;
}

.cont .right ul.otz li:nth-child(2n) {
margin-right: 0;
}

.cont .right ul.otz li a {
width: 125px;
padding: 0;
margin: 0;
background: none;
border: none;
}

.cont .right ul.otz li img {
width: 130px;
}

.cont .right ul.otz {
display: block;
width: 100%;
height: 163px;
}

.gray_table{
    border: 4px solid rgb(153, 153, 153);
    border-collapse: collapse;
    width: 100%;

}
.gray_table td{
    border: 4px solid rgb(153, 153, 153);
    border-collapse: collapse;
    width: 2%;
}

.none_list{
    text-align: left; 
    font-style: italic;
    list-style:none;
}

.bold {
    font-weight: bold; !important;
}

.h3 {
    font-size: 220%;
    font-weight: 300;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 100%;
    text-transform: none;
}

.h4 {
    font-family: 'Lato';
    font-weight: 700;
    text-transform: uppercase;
}

.moduletable .h3 {
    display: block;
    margin: 20px 5px 5px 0;
    font-weight: 700;
    font-size: 120%;
    text-transform: uppercase;
    font-family: 'Lato';
}
.moduletable .h3.index {
    margin: 0 0 15px;
    padding: 0 0 15px;
    color: #333;
    background: url(../i/topul.png) bottom center no-repeat;
    text-align: center;
}
.troicain .h3.index {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin: 30px 0 0;
    background: url(../i/bulicon.png) top center no-repeat;
    padding: 105px 0 0 0;
    color: #4e4d4d;
}
.msg-404 {
    width: 1170px;
    margin: 20px auto;
    background: #fff;
    font-size: 18px;
    padding: 50px 20px;
    box-sizing: border-box;
}
.item-page ol{
    list-style:decimal;
    margin-left: 40px;
}
.mogin .main_slogan{
    font-size: 70px;
    margin: 0;
    padding: 35px 0 0 0;
    background: url(../i/bgmogh1.png) top center no-repeat;
    font-family: 'Lato';
    font-weight: 700;
    text-transform: uppercase;
    width: auto;
}