::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar:horizontal {height: 10px;}
::-webkit-scrollbar-track {background: #eee;}
::-webkit-scrollbar-thumb {}
::selection {
 color: #fff;
}
@import url('hover.css');
@import url('animate.css');

/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: local('Exo 2'), local('Exo2-Regular'), url(fonts/7cHmv4okm5zmbtYsK-4E4Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: local('Exo 2'), local('Exo2-Regular'), url(fonts/7cHmv4okm5zmbtYmK-4E4Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: local('Exo 2'), local('Exo2-Regular'), url(fonts/7cHmv4okm5zmbtYoK-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

* {outline: none;}
html, body {
 margin: 0;
 padding: 0;
 height: 100%;
}
textarea, input {
 outline: none;
 resize: none;
 box-sizing: border-box;
}
img, a img {
 border: none;
 outline: none;
}
a {
 text-decoration: none;
 color: #9d9d9d;
 transition: all .2s ease;
}
.text a { color: #0260a6; }
a:hover {
    color: #e54400;
}
b {
 font-weight: 600;
 color: #212121;
}
i { font-style: italic; }
body {
	font-size: 1em;
    line-height: 1.8em;
    color: #000000;
	font-weight: 400;
	font-family: 'Exo 2', sans-serif;
}

/* На случай траура всё в оттенках серого
body { 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); }
*/

h1, h2, h3, h4, h5, h6 {
 margin: 0 0 22px;
 padding: 0;
 color: #212121;
 font-family: 'Exo 2', sans-serif;
 letter-spacing: 1px;
 text-transform: uppercase;
 font-weight: normal;
}

h1 { font-size: 2em; line-height: 1.6em; }
h2 {font-size: 20px;line-height: 18px;}
h3 { font-size: 1.4em; line-height: 1.6em; }
h4 {font-size: 16px;line-height: 15px;}
h5 {font-size: 15px;line-height: 14px;}
h6 {font-size: 13px;line-height: 13px;}

.story h1 { font-size: 36px; line-height: 40px; }

aside ul, aside ol, aside li {
 margin: 0;
 padding: 0;
 list-style: none;
 list-style-type: none;
}
aside li {
    padding: 5px 0;
    border-bottom: 1px solid #e0e0e0;
}
aside li:last-child {border:none;padding-bottom:0}
aside li a {
    font-size: 14px;
    color: #212121;
}
aside li:before {
	content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    color: #0260a6;
    transition: all .2s ease;
}
aside li:hover:before {
    margin-right: 6px;
    margin-left: 4px;
    color: #e54400;
}

textarea {
 overflow: auto;
 border: 1px solid #eee;
 background: #fafafa;
 color: #212121;
 line-height: 22px;
 min-height: 36px;
 padding: 6px 15px;
 font-size: 1em;
 font-family: 'Open Sans';
 box-sizing: border-box;
 transition: all .3s ease;
}
textarea:focus {
 border: 1px solid #212121;
}

input[type="search"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
	border: 1px solid #eee;
    background: #fff;
    color: #212121;
    font-size: 1em;
    line-height: 26px;
    height: 40px;
    padding: 6px 15px;
    background: #fafafa;
    box-sizing: border-box;
    transition: all .2s ease;
}
input[type="search"] { font-size: 1.3em; }

input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
 border: 1px solid #212121;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
 border: none;
 color: #fff;
 line-height: 22px;
 height: 36px;
 padding: 6px 15px;
 font-weight: 600;
 font-family: 'Exo 2';
 text-transform: uppercase;
 cursor: pointer;
 font-size: 1.6em;
 box-sizing: border-box;
 transition: all .3s ease;
 letter-spacing: 1px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
 background-color: #212121;
}

select {
	color: #757575;
    border: 1px solid #eee;
    cursor: pointer;
    font-family: 'Open Sans';
    padding: 5px 24px 5px 10px;
    background: #fafafa url(../images/select.png);
    background-position: right center;
    background-repeat: no-repeat;
    text-indent: 1px;
    font-size: 1.3em;
    line-height: 26px;
    height: 50px;
 text-overflow: '';
 -ms-appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
select::-ms-expand {
 display: none;
}
select:focus {
 outline: none;
}

p {
 margin: 0;
 padding: 0;
}

.oh {
 overflow: hidden;
}
.cnt {
    width: 1200px;
    margin: 0 auto;
}
.cnt .pagesBlockuz1 span, .cnt .pagesBlockuz1 a  {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    min-width: 40px;
    margin-right: 7px;
    box-sizing: border-box;
    color: #212121;
    font-weight: normal;
    /* font-family: 'at_onepage'; */
	font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    background: #eee;
}
.cnt .pagesBlockuz1 a:hover {
    background: #212121;
    color: #fff;
}
.clr:after {
 content: '';
 display: block;
 clear: both;
}

.col2 {width: 48.717948716%;}
.col3 {width: 31.3333%;}
.col4 {width: 23%;}
.col6 {width: 14.529914528%;}

.col2, .col3, .col4, .col6 {
 margin-bottom: 30px;
 margin-right: 2%;
 float: left;
}
.col2:nth-child(2n), .col3:nth-child(3n), .col4:nth-child(4n), .col6:nth-child(6n) {
 margin-right: 0;
}

.col2:nth-child(2n+1), .col3:nth-child(3n+1), .col4:nth-child(4n+1), .col6:nth-child(6n+1) {
    /* clear: left; */
    clear: none;
}
.col2 *, .col3 *, .col4 *, .col6 {
 max-width: 100%;
}

.attachment {
	display: block;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 20px 0 20px 68px;
    background-image: url(http://ddnmgn.ru/templates/ddn193/img/icon-pdf.png);
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: 20px 22px;
    min-height: 44px;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.attachment span {
    display: inline-block;
    font-size: 14px;
}

.attachment a div {
    display: inline-block;
    background: #24273e;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    font-weight: 700;
    transition: all 0.5s ease 0s;
}
.attachment a:hover span {
    background: #ee2050;
}

#wrapper {
 overflow: hidden;
 margin: 0 auto;
 background: #fff;
}


#slider-body {
    position: relative;
    background: #2ca63a;
    height: 100vh;
}
#slider-body:before{
	content: '';
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 0;
    border-bottom: 50px solid #ffffff;
    border-left: 100vw solid transparent;
    z-index: 1;
}
#slider-nav {
    position: absolute;
    bottom: -36px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
#slider-nav a {
    width: 8px;
    height: 8px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #fafafa;
}
#slider-nav a.current {
    background-color: #337ab7;
}

#slider, .slide {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.overly {
    padding: 0 5%;
	height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.6) 100%);
}
.slide {
 background-size: cover;
 background-position: center;
}
.slide-content {
 width: 90vw;
 text-align: left;
 position: absolute;
 top: 35vh;
 margin-top: -115px;
 box-sizing: border-box;
 padding-left: 6vw;
}
.slide-title {
    display: inline-block;
    line-height: 50px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
}
.slide-title span {
    font-size: 32px;
    line-height: 38px;
    display: block;
}

.slide-text {
    margin: 30px 0;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    max-width: 770px;
    font-weight: 400;
}

.shadow { text-shadow: 0 0 80px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.5); }
.shadowbox { box-shadow: 0 3px 80px -5px rgba(0, 0, 0, 0.2); }


.price {
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 30px;
}
.price .edizm {
    display: inline-block;
    position: relative;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 10px 7px 10px;
    background: #1370ac;
    background: linear-gradient(to left, rgb(18, 111, 172) 0%, rgb(59, 174, 237) 100%);
}
.price .cena {
    line-height: 30px;
    position: relative;
    top: 0;
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding: 4px 10px 8px 10px;
    background: #2ca63a;
    background: linear-gradient(to left, rgb(44, 165, 58) 0%, rgb(117, 185, 65) 100%);
    box-shadow: 0 3px 50px -5px rgba(0, 0, 0, 0.6);
}
.price .cena i { font-size: 80%; font-weight: 100; }

.mouse {
    border: 2px solid #ffffff;
    border-radius: 13px;
    bottom: 110px;
    display: block;
    height: 46px;
    left: 50%;
    margin: 0 auto 0 -26px;
    position: absolute;
    width: 26px;
}
.mouse span {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: scroll;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    height: 4px;
    margin: 6px auto;
    width: 4px;
}
@keyframes scroll {
0% {
    opacity: 1;
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(20px);
}
}

.pagenat {
    clear: both;
    padding: 50px 0 0;
}
.manTd2 select#category {
    width: 100%!important;
}
a.more-1 {
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    font-family: 'at_onepage';
    border-bottom: 1px solid;
}
a.more-1 span {
 font-family: 'serif';
 transition: all .3s ease;
}
a.more-1:hover span {
 padding-left: 3px;
}
.slide-arrow {
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    text-align: center;
    color: #fff;
    font-size: 30px !important;
    transition: all .3s ease;
}
.slide-arrow.fa-angle-right {
 right: 0;
 top: 40%;
 background: rgba(33, 33, 33, 0.44);
}
.slide-arrow.fa-angle-left {
 left: 0;
 top: 40%;
 background: rgba(33, 33, 33, 0.44);
}
.slide-arrow:hover {
 background: #eee !important;
 color: #212121;
}

.timezoneselect {
width:100%;
}
.wide {
    width: 100%;
}

#heaser-body {
 height: 80px;
}
#header {
    height: 80px;
    background: #2ca63a;
    background: linear-gradient(to bottom, rgb(118, 185, 65) 0%, rgb(44, 166, 58) 100%);
    position: relative;
    z-index: 999;
}
#header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: none;
}

.logo {
    display: block;
    float: left;
    height: 92px;
    background: #fff;
    padding: 20px 20px;
    overflow: hidden;
    -moz-border-radius: 0 0 250px 250px / 0 0 25px 25px;
    border-radius: 0 0 250px 250px / 0 0 25px 25px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.logo--img {
    max-width: 94px !important;
  	height: 92px;
}

.section {
 padding-top: 90px;
 padding-bottom: 90px;
}

.callback { padding-top: 60px; padding-bottom: 0; }
.callback a {
    margin-bottom: 30px;
    margin-right: 5%;
    float: left;
    width: 30%;
}
.callback a:nth-child(3n) {
    clear: left;
    clear: none;
    margin-right: 0;
}
@media (max-width: 1024px) {
	.callback a {
	width: auto;
    float: none;
    margin-right: 0;
	}
    .callback a div { margin-bottom: 30px }
}

.title {
 margin-bottom: 30px;
}

.title.left {text-align: left;}
.title.right {text-align: right;}
.title.center {text-align: center;}

.title-1 {
    font-size: 2em;
    line-height: 1.1em;
    padding-bottom: .6em;
    position: relative;
    margin-bottom: 15px;
}
.title-1:after {
    content: '';
    display: inline-block;
    width: 200px;
    height: 10px;
    position: absolute;
    bottom: -4px;
    background: url(../images/hr3.png) repeat-x;
    background-size: contain;
    background-color: transparent !important;
}
.title.center .title-1:after {
 left: 50%;
 margin-left: -100px;
}
.title.center .title-descr {
    margin: 0 auto;
    /* max-width: 570px; */
    /* font-size: 100%; */
}
.tthr {
    color: #5A5A5A;
    font-weight: 600;
}
.icon-block {
 overflow: hidden;
 margin-bottom: 50px;
 clear: none !important;
}
.icon-block > .fa {
 font-size: 36px;
 line-height: 70px;
 width: 70px;
 height: 70px;
 color: #fff;
 text-align: center;
 float: left;
 margin: 7px;
 border-radius: 10px 20px;
 transition: all .5s ease;
}
.icon-block:hover > .fa {
 background-color: #e54400;
 transform: scale(1.12, 1.12);
}
.icon-block > h2 {
    margin-left: 90px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 23px;
    font-weight: 800;
}
.icon-block > p {
 margin-left: 90px;
 line-height: 18px;
}

.section.about {
    padding-top: 50px;
    padding-bottom: 40px;
}
.section.dark {
    color: #bacfdc;
    background: #01354b;
    background: linear-gradient(to bottom, rgb(2, 79, 125) 0%, rgb(1, 47, 64) 100%);
}
.section.why {
 position: relative;
}
.section.why:after {
    content: '';
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 50px solid #ffffff;
    border-right: 100vw solid transparent;
    z-index: 1;
}
.why-image-bg {
 position: absolute;
 width: 50%;
 height: 100%;
 top: 0;
 left: 0;
 /* background: url(../images/bg-0.jpg) 90% 50%;
 background-size: cover; */
}

.background1, .background2, .background3, .background4, .background5, .background6, .background7 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 90% 50%;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
}

.background1 {
    background-image: url(../images/bg-2.jpg);
    animation-name: fade-Im-1;
    -webkit-animation-name: fadeIm-1;
}
 
.background2 {
    background-image: url(../images/bg-3.jpg);
    background-position: 75% 50%;
    animation-name: fade-Im-2;
    -webkit-animation-name: fadeIm-2;
}
 
.background3 {
    background-image: url(../images/bg-1.jpg);
    animation-name: fade-Im-3;
    -webkit-animation-name: fadeIm-3;
}
 
.background4 {
    background-image: url(../images/bg-4.jpg);
    animation-name: fade-Im-4;
    -webkit-animation-name: fadeIm-4;
}

.background5 {
    background-image: url(../images/bg-5.jpg);
    animation-name: fade-Im-5;
    -webkit-animation-name: fadeIm-5;
}

.background6 {
    background-image: url(../images/bg-6.jpg);
    animation-name: fade-Im-6;
    -webkit-animation-name: fadeIm-6;
}

.background7 {
    background-image: url(../images/bg-7.jpg);
    animation-name: fade-Im-7;
    -webkit-animation-name: fadeIm-7;
}

@keyframes fadeIm-1
{
    from    { opacity: 1; }
    16%     { opacity: 1; }
    25%     { opacity: 0; }
    91%     { opacity: 0; }
    to      { opacity: 1; }
}

@-webkit-keyframes fadeIm-1
{
    from    { opacity: 1; }
    16%     { opacity: 1; }
    25%     { opacity: 0; }
    91%     { opacity: 0; }
    to      { opacity: 1; }
}

@keyframes fadeIm-2
{
    from    { opacity: 0; }
    16%     { opacity: 0; }
    25%     { opacity: 1; }
    41%     { opacity: 1; }
    50%     { opacity: 0; }
    to      { opacity: 0; }
}
@-webkit-keyframes fadeIm-2
{
    from    { opacity: 0; }
    16%     { opacity: 0; }
    25%     { opacity: 1; }
    41%     { opacity: 1; }
    50%     { opacity: 0; }
    to      { opacity: 0; }
}
 
@keyframes fadeIm-3
{
    from    { opacity: 0; }
    41%     { opacity: 0; }
    50%     { opacity: 1; }
    66%     { opacity: 1; }
    75%     { opacity: 0; }
    to      { opacity: 0; }
}
@-webkit-keyframes fadeIm-3
{
    from    { opacity: 0; }
    41%     { opacity: 0; }
    50%     { opacity: 1; }
    66%     { opacity: 1; }
    75%     { opacity: 0; }
    to      { opacity: 0; }
}
 
@keyframes fadeIm-4
{
    from    { opacity: 0; }
    66%     { opacity: 0; }
    75%     { opacity: 1; }
    91%     { opacity: 1; }
    to      { opacity: 0; }
}
@-webkit-keyframes fadeIm-4
{
    from    { opacity: 0; }
    66%     { opacity: 0; }
    75%     { opacity: 1; }
    91%     { opacity: 1; }
    to      { opacity: 0; }
}

.why-right {
 margin-left: 50%;
 max-width: 585px;
 box-sizing: border-box;
 padding-left: 80px;
}
.title-2 {
 position: relative;
 font-size: 30px;
 color: #fff;
 line-height: 32px;
 padding-bottom: 17px;
 margin-bottom: 15px;
}
.title-2:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -13px;
    background: url(../images/hr2.png) repeat-x;
    background-size: contain;
}
.counts .title-2:after {
    display: none;
}
.counts .title-2 {
    padding-bottom: 0;
    margin: 0;
}
.counts .data {
    font-size: 1.4em;
    margin-bottom: 40px;
}

.why-list {
 padding: 0;
 margin: 30px 0 0;
 list-style: none;
}
.why-list li {
 padding: 0;
 margin: 0 0 10px;
 overflow: hidden;
}
.why-list li:last-child {
 margin-bottom: 0;
}
.why-list .fa {
	width: 36px;
    text-align: center;
    line-height: 42px;
    font-size: 40px;
    margin-right: 15px;
    float: left;
    color: #ffffff !important;
}
.why-list li p {
	font-size: 15px;
    margin-bottom: 12px;
    /* line-height: 20px; */
    /* margin-left: 80px; */
}
.why-list li p b{
    font-weight: 800;
    color: #ffffff;
    font-size: 1.2em;
}
.why-list li .contact{
    font-weight: 800;
    color: #ffffff;
}
.why-list .slide-title {
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px 15px 15px 15px;
    line-height: 1.3em;
    left: -15px;
    color: #fff;
    text-transform: none;
    font-size: 1.2em;
    letter-spacing: 1px;
    /* background-image: url(http://bus.gov.ru/pub/assets/images/flag.png); */
    /* background-position: 30px 60%; */
    /* background-repeat: no-repeat; */
    /* background-size: 120px; */
    border-radius: 10px 20px;
    transition: all .5s ease;
}
.why-list .slide-title:hover {
	background-color: #e54400;
    transform: scale(1.06, 1.06);
}
.why-list .slide-title o {
	font-size: 0.7em;
    font-weight: 300;
    margin-left: 0px;
}

.section.gray {
 background: #f7f7f7;
}
.best {
 text-align: center;
}
.best p {
 font-size: 15px;
}
.best h3 {
 font-size: 30px;
 line-height: 32px;
 margin: 15px 0 20px;
}

.button-1 {
    display: inline-block;
    line-height: 1em;
    padding: 0.7em 1em 0.9em 1em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 1.3em;
}
.button-1:hover {
 background-color: #212121;
 color: #fff;
}
.button-2 {
    width: 100%;
    display: inline-block;
    padding: 6px 10px 20px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 1.3em;
    background: #2ca63a;
    background: linear-gradient(to bottom, rgb(118, 185, 65) 0%, rgb(45, 166, 58) 100%);
    transition: all .5s ease;
}
.button-2:hover {
	transform: scale(1.06, 1.06);
}
.button-2 span { font-size: 40px; position: relative; top: 5px; }
.red {background-color: #e54400 !important }
.red:hover { 
    background-color: #212121 !important; 
    color: #fff !important;
    transform: scale(1.06, 1.06);
}
.more-2 {
 font-family: 'at_onepage';
 text-transform: uppercase;
 border-bottom: 1px solid #eee;
}
.more-2:hover {
 border-color: #212121;
}
.more-2 span {
 font-family: 'serif';
}
.best .button-1 {
 margin-right: 20px;
}



.service {
	padding-top: 60px;
    padding-bottom: 0;
    border-bottom: 3px solid;
    margin-bottom: 60px;
}
.service > .cnt {
	position: relative;
    padding-bottom: 40px;
}
.service-image {
	position: absolute;
    /* top: 0; */
    bottom: 0;
    left: -28%;
    overflow: hidden;
    height: 100%;
    width: 780px;
    line-height: 0;
}
.service-image img {
 width: 100%;
}
.service-text {
    margin-left: 490px;
    color: #212121;
    /* letter-spacing: 1px; */
    font-weight: normal;
    line-height: 18px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.service-text .title-1:after {
 left: 0;
 margin-left: 0;
}
.service-block {
	float: left;
    width: 48.0519480519480%;
    margin-right: 3.89610389610389%;
    margin-bottom: 20px;
}
.service-block:nth-child(2n) {
 margin-right: 0;
}
.service-block:nth-child(2n+1) {
 clear: left;
}
.service-text .button-1 {
	margin-top: 1.6em;
    font-size: 1.4em;
    line-height: 1.2em;
    padding: 0.8em 1em;
}
.service-block p:before {
	content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    color: #e54400;
}



.special_timer {
 width: 370px;
}
.timer .special_timer {
 float: left;
}
.countdown-row {
 overflow: hidden;
}
.countdown-section {
 float: left;
 margin-right: 30px;
 text-align: center;
 position: relative;
}
.countdown-section:last-child {
 margin-right: 0;
}
.countdown-amount {
 display: block;
 width: 70px;
 height: 70px;
 line-height: 70px;
 position: relative;
 overflow: hidden;
 font-family: 'at_onepage';
 color: #fff;
 font-size: 36px;
 background-position: center;
 background-repeat: no-repeat;
}
@media (max-width: 400px) {
.countdown-amount {
	width: 52px;
	height: 52px;
	line-height: 52px;
	font-size: 25px;
  }
}
.countdown-period {
 padding-top: 9px;
 display: block;
 text-transform: uppercase;
 font-size: 11px;
 color: #fff;
 letter-spacing: 1px;
 line-height: 11px;
}
.timer-text {
 margin-left: 420px;
 font-size: 17px;
 line-height: 24px;
 color: #fff;
}
.timer-text b {
 font-weight: 600;
}
.timer-text .more-1 {
 display: inline-block;
 margin-top: 22px;
}



.photos * {
 max-width: 100%;
 overflow: hidden;
}
.photo-list {
 padding: 0;
 list-style: none;
 overflow: hidden;
}
.photo-wrap {
 padding: 0;
 margin: 0;
 float: left;
 width: 25%;
 position: relative;
 overflow: hidden;
}
.photo-wrap:nth-child(6n-3), .photo-wrap:nth-child(6n-2) {
 width: 50%;
}
.photo-wrap:after {
 content: '';
 display: block;
 padding-top: 100%;
}
.photo-wrap:nth-child(6n-3):after, .photo-wrap:nth-child(6n-2):after {
 padding-top: 50%;
}
.photo-wrap > div {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
.photo {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-size: cover;
 background-position: center;
 text-align: center;
}
.photo:before {
 content: '';
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 transition: all .3s ease;
 opacity: 0;
}
.photo h3 {
 color: #fff;
 font-size: 17px;
 margin-bottom: 15px;
}
.photo-more {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 box-sizing: border-box;
}

.more-3 {
 font-family: 'at_onepage';
 color: #212121;
 text-transform: uppercase;
 border-bottom: 1px solid #212121;
}
.more-3:hover {
 color: #fff;
 border-color: #fff;
}
.photo-more:before, .photo-more:after {
 content: '';
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 z-index: 3;
 top: 0;
 right: 0;
 box-shadow: inset 0 0 0 1px #fff;
 opacity: 0;
 transition: all .3s ease;
}
.photo-more > span {
 display: block;
 position: absolute;
 box-sizing: border-box;
 padding: 0 40px;
 z-index: 4;
 width: 100%;
 left: 0;
 top: 50%;
 margin-top: -21px;
 opacity: 0;
 transition: all .3s ease;
 transform: scale(1.5, 1.5);
}
.photo:hover:before {
 opacity: 0.9;
}
.photo:hover .photo-more:before {
 top: -20px;
 right: -20px;
 opacity: 1;
}
.photo:hover .photo-more:after {
 top: 20px;
 right: 20px;
 opacity: 1;
}
.photo:hover .photo-more > span {
 opacity: 1;
 transform: none;
}



.section.counts {
	padding-bottom: 40px;
    padding-top: 50px;
    position: relative;
}
.count {
	overflow: hidden;
    line-height: 1.4em;
    font-size: 0.9em;
}
.count > .fa {
 float: left;
 font-size: 36px;
 line-height: 36px;
}
.count > span {
 display: block;
 margin-left: 60px;
}
.count-val, .count-val2 {
 font-size: 36px;
 line-height: 36px;
 font-weight: normal;
 font-family: 'at_onepage';
 color: #fff;
 display: block;
 letter-spacing: 1px;
 margin-bottom: 10px;
}
.count-val:after, .count-val2:after {
    content: attr(oboznachenie);
    font-size: 70%;
}

.news {
 padding-bottom: 60px;
 padding-top: 20px;
}
.news-table {
	box-sizing: border-box;
    padding-bottom: 30px;
    background: #f7f7f7;
    /* border-top: 5px solid #eee; */
    text-align: center;
    transition: all .3s ease;
}
.news-table:hover {
 transform: scale(1.06, 1.06);
}
.news-table h3 {
 font-size: 24px;
 line-height: 24px;
 margin-bottom: 10px;
}
.news-table .imgwidth { 
    border-bottom: 3px solid #0260a6;
    background: url(../images/logo_white.png) 50% 50% no-repeat, linear-gradient(to bottom, rgb(118, 185, 65) 0%, rgb(44, 166, 58) 100%);
    background-origin: border-box;
    background-size: 80%;
}
.news-table-details {
    color: #7b7b7b !important;
    font-size: 12px;
    /* font-family: 'at_onepage'; */
    line-height: 20px;
}

.news-table-details .post-date-time {
    padding-right: 10px;
}
.news-table-line {
    width: 50px;
    height: 3px;
    background: #e54400;
    margin: 10px auto 15px;
}
.news-table ul {
 margin: 0 0 20px;
 padding: 0;
 list-style: none;
}
.news-table ul li {
    margin: 0;
    padding: 7px 0;
    font-size: 15px;
    text-align: left;
    /* border-bottom: 1px solid rgba(255,255,255,0.2); */
}
.news-table ul li:last-child {border:none}
.news-table.current {
 background: #2ca63a;
 background: linear-gradient(to bottom, rgb(118, 185, 65) 0%, rgb(44, 166, 58) 100%);
 color: #a4acb1;
 padding: 25px 20px 35px 20px;
 position: relative;
}
.news-table.current:hover {
 transform: none;
}
.news-table.current h3 {
	color: #fff;
    font-size: 22px;
    margin-bottom: 18px;
    line-height: 18px;
}
.news-table.current ul li span {
	color: #fff;
    font-size: 80%;
    display: block;
}
.news-table.current ul li a { font-size: 13px; color: #d1fdbd; line-height: 14px; }
.news-table.current ul li a:hover {color: #ffffff;}
.news-table.current .news-table-line {
	width: 100%;
    height: 7px;
    margin-bottom: 5px;
    background: url(../images/hr2.png) repeat-x;
    background-size: contain;
}
.news-table.current .button-1:hover {
 background: #eee;
 color: #212121;
}


.section.ocenka {
    padding-bottom: 30px;
    padding-top: 60px;
    position: relative;
}
.ocenka.title-1 {
}
.ocenka.title-1:after {
	left: 0;
	bottom: 0;
}
.ocenka p { color: #000; }

.wave:before, .wave2:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    background-repeat: repeat;
    height: 6px;
    background-size: 20px 10px;
    background-image: radial-gradient(circle at 15px -3px, #2ca63a 6px, transparent 6px);
    z-index: -1;
}
.wave:after, .wave2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    background-repeat: repeat;
    height: 5px;
    background-size: 20px 10px;
    background-image: radial-gradient(circle at 5px 8px, transparent 6px, #2ca63a 6px);
    z-index: -1;
}
.wave2:before{
    background-image: radial-gradient(circle at 15px -3px, transparent 6px, #F7F7F8 6px);
    bottom: 0px;
    z-index: 1;
}
.wave2:after{
    background-image: radial-gradient(circle at 5px 8px, #f7f7f7 6px, transparent 4px);
    bottom: 5px;
    z-index: 1;
}


.list-big, .list-big li {
 margin: 0;
 padding: 0;
 overflow: hidden;
 list-style: none;
}
.list-big li {
 list-style-type: none;
 margin-top: 12px;
 color: #121212;
 font-size: 15px;
 transition: color .3s ease;
}
.list-big li a {
 color: #121212;
 transition: color .3s ease;
}
.list-big li:before {
	content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    color: #e54400;
}


.section.gmap {
 padding-top: 0;
 padding-bottom: 0;
}
.section.gmap #google-map {
 height: 450px;
 margin-bottom: 50px;
}


#footer {
    /* text-align: center; */
    /* line-height: 18px; */
    line-height: 1.6em !important;
    padding-top: 40px;
    padding-bottom: 10px;
}
#footer .volna { position: relative; }
#footer .volna:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -13px;
    background: url(../images/hr2.png) repeat-x;
    background-size: contain;
}

.copyrights {
 padding: 25px 0 20px;
}
.copyrights a {
 color: #a4acb1;
}
.copyrights a:hover {
 color: #fff;
}
.soc-1 {
 font-size: 18px;
 line-height: 18px;
 margin: 0 5px;
}
.soc-1:hover {
 color: #fff;
}

.bottom {
 font-size: 13px;
}
.bottom a {
    color: #ffffff;
	transition: color .3s ease;
}
.bottom a:hover {
    color: #b9cedb;
}
.copy {
    margin: 20px 0;
    font-size: .9em;
    line-height: 1.4em;
    text-align: center;
}
.fcount {
    width: 88px;
    height: 31px;
    margin: 6px 0 0 15px;
    float: right;
    opacity: 0.2;
    transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
}
.fcount:hover { opacity: 1 }

.webstudio {
    min-width: 140px;
    background: url(../images/pro100studio.png) no-repeat 100% 0;
    padding-top: 30px;
    margin-right: 40px;
    text-align: center;
    color: #ccc;
    font-size: 11px;
    opacity: 0.5;
}
.soc {
 color: #121212 !important;
 display: inline-block;
 text-align: center;
 width: 40px;
 height: 40px;
 line-height: 40px;
 border-radius: 40px;
 background: #eee;
 font-size: 16px;
 margin-right: 2px;
 transition: all .3s ease !important;
}
.bottom .col3 > h5 {
    margin-top: 20px;
    font-size: 1.2em;
    color: #ffffff;
}
.bottom .eTag {
 font-size: 13px !important;
 display: inline-block;
 padding: 0 15px;
 line-height: 34px;
 text-transform: lowercase;
 margin-right: 2px;
 margin-bottom: 5px;
 text-decoration: none;
 color: #a7a7a7;
 border-radius: 3px;
 transition: all .3s ease;
}
.bottom .eTag:hover {
 color: #fff;
}
.bottom-contacts {
    line-height: 18px;
    /* padding: 0 90px; */
    padding-top: 15px;
}
.bottom-contacts i {
    margin-right: 7px;
    font-size: 20px;
    margin-top: 12px;
}
.list-small, .list-small li {
 margin: 0;
 padding: 0;
 overflow: hidden;
 list-style: none;
 transition: all .3s ease;
}
.list-small li:before {
 content: "\f054";
 display: inline-block;
 font-family: FontAwesome;
 margin-right: 7px;
}
.list-small li {
 margin: 7px 0;
}
.list-small li:hover {
 color: #e54400;
}




.current-page {
    background-image: url(../images/bg-2.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.current-page:before {
    content: '';
    background-color: rgba(183, 198, 224, 0.33);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.current-page .title {
 margin-bottom: 0;
}
.current-page .title-descr a {
 border-bottom: 1px solid #eee;
}
.current-page .title-descr a:hover {
    color: #5B5B5B;
    border-color: #5B5B5B;
}
.current-page .title-descr .fa {
 margin: 0 7px;
}


.section.about-us {
 padding-bottom: 60px;
}
.about-us .title {
 margin-bottom: 22px;
}
.about-us .title-1:after {
 left: 0;
 margin-left: 0;
}



.section.team {
 padding-bottom: 60px;
}
.teammate {
 overflow: hidden;
}
.teammate-photo {
 width: 100%;
 margin-bottom: 17px;
}
.soc-2 {
 font-size: 16px;
 margin-right: 12px;
}
.soc-2:hover {
 color: #212121;
}


.section.more-info {
 padding-bottom: 60px;
}
.title-4 {
 font-size: 24px;
 line-height: 26px;
 margin-bottom: 25px;
}

ul.skills {
 padding: 0;
 margin: 0;
 list-style: none;
}
ul.skills li {
	padding: 6px 0 0;
    margin: 0 0 30px 0;
    position: relative;
    min-height: 24px;
}
ul.skills li h5 {
    margin: 0 45px 0 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0;
    bottom: 8px;
    position: absolute;
}
.skill-line-wrap {
 display: block;
 position: absolute;
 bottom: 0;
 left: 0;
 height: 2px;
 width: 100%;
 background: #eee;
}
.skill-line-wrap span {
 display: block;
 width: 0;
 height: 2px;
 transition: all 1s ease;
 position: relative;
}
.skill-line-wrap b {
 color: #0260a6;
 font-weight: 700;
 position: absolute;
 top: -25px;
 right: 0;
 opacity: 0;
 transition: opacity 1s ease;
}


.tabs ul, .tabs li {
 padding: 0;
 margin: 0;
 list-style: none;
}
.tabs > div {
 overflow: hidden;
 margin-bottom: -1px;
}
.tabs > div > span {
 float: left;
 position: relative;
 z-index: 2;
 display: block;
 line-height: 40px;
 height: 40px;
 box-sizing: border-box;
 border: 1px solid #eee;
 padding: 0 20px;
 margin-right: -1px;
 cursor: pointer;
 background: #fff;
 font-family: 'at_onepage';
 text-transform: uppercase;
}
.tabs > div > span.aTabsHeadSpanActive {
 cursor: default;
 border-bottom: none;
 border-top: 2px solid #eee;
 border-left: 1px solid #eee !important;
 border-right: 1px solid #eee !important;
 color: #212121;
}
.tabs ul {
 padding: 20px;
 border: 1px solid #eee;
}



.mail-form {
 float: left;
 width: 65.8119658119658%;
}
.mail-form-col1 {float: left;width: 100%;margin-bottom: 30px;}
.mail-form-col2 {
 float: left;
 width: calc(50% - 30px);
 margin-right: 30px;
 margin-bottom: 30px;
}
input.mail-form-field {
 min-height: 50px;
 padding: 11px 20px;
 width: 100%;
}
textarea.mail-form-field {
 width: 100%;
 height: 170px;
 padding: 11px 20px;
 margin-bottom: 24px;
}
button.mail-form-button {
    height: 60px;
    width: 100%;
}
button.mail-form-button .fa {
 margin-right: 5px;
}

.contact-us {padding-top:30px}
.contact-us-info {
 float: right;
 width: 29.9145299145299%;
}
.contact-us-info .icon-block {
 margin-bottom: 30px;
}
.contact-us-info .icon-block:last-child {
/* margin-bottom: 30px; */
}
.contact-us-map {
 height: 400px;
}


.ph_cats {
 background: #f7f7f7;
 overflow: hidden;
 text-align: center;
 height: 30px;
 margin-bottom: 50px;
}
.ph_cats .catsTable {
 display: inline-block;
 width: auto;
 border-spacing: 0;
}
.ph_cats .catsTable * {
 display: block;
 float: left;
 margin: 0;
 padding: 0;
 width: auto;
 overflow: hidden;
}
.ph_cats .catNumData {
 display: none;
}
.ph_cats .catName {
 padding: 0 20px;
 line-height: 30px;
 color: #212121;
 text-transform: uppercase;
 font-family: 'at_onepage';
 height: 30px;
 letter-spacing: 1px;
}
.ph_cats .catName:hover {
 background: #eee;
}
a.catAll {
 color: #fff !important;
}
a.catAll:hover {
 color: #212121 !important;
}


.swchItem, .swchItemA, .pgSwch, .pgSwchA, .swchItem1, .swchItemA1 {
 display: inline-block;
 font-size: 14px;
 line-height: 40px;
 padding-left: 10px;
 padding-right: 10px;
 text-align: center;
 min-width: 40px;
 margin-right: 7px;
 box-sizing: border-box;
 color: #212121;
 font-weight: normal;
 font-family: 'at_onepage';
 text-transform: uppercase;
 font-size: 12px;
 letter-spacing: 1px;
 background: #eee;
}

.cnt .pagesBlockuz1 span, .swchItemA, .pgSwchA, .swchItemA1 {
 font-weight: 400;
 color: #fff;
}
.swchItemA b, .pgSwchA b, .swchItemA1 b {
 color: #fff;
 font-weight: normal;
}
.swchItem:hover, .pgSwch:hover, .swchItem1:hover {
 background: #212121;
 color: #fff;
}

.pp_image {
 float: left;
 width: 48.717948716%;
 line-height: 0;
 position: relative;
}
.pp_image img {
 width: 100%;
}
a.pp_full {
 display: block;
 position: absolute;
 z-index: 2;
 top: 50%;
 left: 50%;
 color: #212121;
 font-size: 36px;
 width: 36px;
 height: 36px;
 line-height: 36px;
 opacity: 0;
 margin-top: -18px;
 margin-left: -18px;
}
.pp_image:hover a.pp_full {
 opacity: 1;
}
.pp_info {
 width: 48.717948716%;
 float: right;
}
.pp_name {
 font-size: 24px;
 line-height: 26px;
 padding-bottom: 15px;
 margin-bottom: 15px;
}
.pp_name:after {
 left: 0;
 bottom: 0;
}
.pp_descr {
 padding-bottom: 15px;
}
ul.pp_more {
 margin: 0;
 padding: 0;
 list-style: none;
}
ul.pp_more > li {
 padding: 14px 0;
 margin: 0;
 border-bottom: 1px dotted #eee;
}
ul.pp_more > li:last-child {
 border: none;
}
ul.pp_more > li b {
 display: inline-block;
 min-width: 100px;
}

.speedbar {
	margin-top: 70px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}

#content {
 float: left;
 width: 74.358974357%;
}
#content {
 max-width: 100%;
}
#content .text {
    text-align: justify;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #000;
}
#content .text b {
font-weight: 800;
}
#content .text hr {
    margin: 30px 0;
    background: url(../images/hr3.png) repeat-x;
    height: 12px;
}
.text ul, .text ol {
    margin: 10px 0 20px 20px;
}
.text ul li, .text ul li {
    margin-bottom: 10px;
}
.text ul li:before {
	content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    color: #e54400;
}
.text ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.1em;
    top: 50%;
    margin-top: -1em;
    background: #ffffff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}
.text ul h2 {
	font-size: 1.2em;
    line-height: 1.2em;
    margin: 0.6em 0;
}

.bullet {
margin-left: 0;
list-style: none;
counter-reset: li;
}
.bullet li {
	position: relative;
    margin-bottom: 1.5em;
    border: 3px solid #ebebeb;
    padding: 0.6em 0.6em 0.6em 1em;
    border-radius: 4px;
}
.bullet li:before {
	position: absolute;
    top: -0.7em;
    font-size: 16px;
    font-weight: bold;
    color: #e54400;
    background: transparent;
    counter-increment: li;
    content: counter(li);
}

.vr-ico {
    position: relative;
    margin: 3em 0 3em 0;
    padding-left: 130pt;
}
.vr-ico h4 { 
    font-size: 1.3em;
    margin: 0 0 0.2em;
    line-height: 1.2em;
}
.vr-ico:before {
	content: " ";
    display: block;
    position: absolute;
	width: 115pt;
    height: 115pt;
    top: -9pt;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media (max-width: 600px) {
    .vr-ico { padding-left: 20vw; }
    .vr-ico:before { width: 18vw; height: 18vw; top: -2vw; }
}
/*.afk:before { background-image: url(../images/ico/01.png); }
.lfk:before { background-image: url(../images/ico/01.png); }
.smr:before { background-image: url(../images/ico/02.png); }
.spr:before { background-image: url(../images/ico/03.png); }
.sprr:before { background-image: url(../images/ico/04.png); }
.sbr:before { background-image: url(../images/ico/05.png); }
/*.kdr:before { background-image: url(../images/ico/06.png); }
.odp:before { background-image: url(../images/ico/07.png); }
.staxi:before { background-image: url(../images/ico/09.png); }*/





.post-wrap {
 overflow: hidden;
 margin-bottom: 40px;
 float: left;
 width: 48.2758620689655%;
 background: #f7f7f7;
}
.post-wrap:nth-child(3n+1) {
width: 100%;
}
.post-wrap:nth-child(3n+1) .imgwidth {
    height: 0;
    padding-top: 35%;
}
.post-wrap:nth-child(3n+2) {
 margin-right: 3.44827586206896%;
}
.post-wrap.post-wrap2:nth-child(3n+1) {
    clear: left;
}
.post-wrap:nth-child(3n+1) .post-title {
    font-size: 26px;
    line-height: 24px;
}
.post-wrap:nth-child(3n+1) .post-details {
	font-size: 14px;
}
.imgwidth {
    height: 0;
    overflow: hidden;
    display: block;
    margin-bottom: 22px;
    padding-top: 50%;
    border-bottom: 3px solid #0361a6;
}
.imgwidthfull {
    height: 0;
    overflow: hidden;
    display: block;
    margin: 22px 0;
    padding-top: 35%;
}
.imgwidthfull img, .imgwidth img {
    width: 100%;
    margin-top: -54%;
}
.news-table > .imgwidth img { margin-top: -60% }
.post-image {
 width: 100%;
}
.post-title {
    display: block;
    font-size: 1.3em;
    line-height: 1.2em;
    position: relative;
    font-weight: 600;
    padding: 0 15px 0 15px;
    margin-bottom: 10px;
    /* overflow: hidden; */
}
.post-wrap:hover .post-title {
    overflow: visible;
}
.post-title a {
 color: #212121;
}
.post-details {
	font-size: 13px;
    line-height: 14px;
    color: #a4acb1;
    margin: 15px 0 10px 22px;
}
.post-details span {padding-right: 15px}
.post-details span i {padding-right: 5px}
.post-details a {
 color: #a4acb1;
}
.post-message {
    font-size: 1em;
    margin: 0 1.5em 1.5em;
    color: #000;
}
.post-message ol, .post-message ul {
    list-style: disc;
}
.post-message h1,
.post-message h2,
.post-message h3,
.post-message h4,
.post-message h5,
.post-message h6 {
text-transform: none;
}

.post-message embed, .post-message object, .post-message video, .post-message iframe, .post-message frame {max-width: 100% !important;}
.post-message a {text-decoration:underline;}
.post-message a:hover {text-decoration:none;}
.post-message p {margin-bottom:15px;}
.post-message h2, .post-message h3, .post-message h4, .post-message h5 {margin:20px 0;}
.post-message ul, .post-message ol {margin:0;}
.post-message ul li {list-style:disc; margin-left:40px;}
.post-message ol li {list-style:decimal; margin-left:40px;}
.post-message table {width:100%; text-align:left;}
.post-message table tr td {padding:10px;border: 1px solid #EEE;font-size:13px; }
.post-message table tr:nth-child(1) td  {font-weight: 600;} 
.post-message table tr:nth-child(2n+1) {background-color:#f6f6f6;} 
.post-message table tr:nth-child(1) {background-color: #8B8B8B;color: #fff;}
.post-message table img {display:block; margin:0; border:0; max-width:350px}


.attach {line-height:40px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; display:inline-block; padding:0 15px;}
.attach .download-link:hover {background-color: #212121;}
.attach-info {float:right;}
.attach i {margin-right:5px;}






#sidebar {
 float: right;
 width: 23.076923075%;
}
#sidebar * {
 max-width: 100%;
}
#q_search{
 position: relative;
 margin-bottom: 30px;
}
input.search-keyword {
 height: 50px;
 padding: 0 20px;
 width: 100%;
}
input.search-submit {
 position: absolute;
 top: 0;
 right: 0;
 width: 50px;
 height: 50px;
 font-family: 'FontAwesome';
 font-size: 16px;
}
.block {
 background: #f7f7f7;
 box-sizing: border-box;
 padding: 20px;
 margin-bottom: 30px;
}
.block > h4 {
 font-size: 20px;
 line-height: 24px;
 margin-bottom: 20px;
 font-weight: 600;
}
.block > h5 {
 font-size: 15px;
 line-height: 16px;
 margin-bottom: 20px;
}
.block > p {
 margin-top: 1em;
}
.block .catsTd {
 padding: 9px 0;
 border-bottom: 1px solid #eee;
 overflow: hidden;
 line-height: 22px;
}
.block .catsTd .catNumData {
 float: right;
 padding: 0 7px;
 color: #000;
 font-weight: 600;
 font-size: 11px;
 text-align: center;
 min-width: 20px;
 background: #eee;
}
.block .catsTable tr:last-child .catsTd {
 border: none;
}
.block .catsTable {
 margin: -9px 0;
}
.tags .oh span a {
 background: #eee;
 float: left;
 margin-right: 6px;
 display: inline-block;
 line-height: 36px;
 padding: 0 20px;
 text-transform: lowercase;
 margin-bottom: 6px;
}
.tags .oh span a:hover {
 color: #fff;
}
.tags {
 border-top: 1px solid #eee;
 padding-top: 22px;
}
.tags > b {
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    color: #7a7a7a;
}
.post-tags .eTag {
 float: left;
 margin-right: 6px;
}

.bbQuoteBlock {
 margin: 22px 0;
}
.bbQuoteName {
 font-weight: 400;
 font-size: 11px;
 color: #212121;
 margin: 0 0 2px;
}
.quoteMessage {
 border-left: 3px solid #eee;
 padding: 17px 20px;
 background: #f7f7f7;
 color: #a4acb1;
 font-style: italic;
}


.offline {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: #eee url(../images/offline.jpg) center;
 background-size: cover;
}
.offline:after {
    content: '';
    background: rgba(0, 0, 0, 0.45);
    display: block;
    height: 100%;
    width: 100%;
}
.offline.more-1:hover span {
 padding-left: 0;
 padding-right: 3px;
}


.gTable {
 background: none;
 border-spacing: 0;
}
.gTable td {
 padding: 5px 20px;
}
.gTableTop {
 line-height: 40px;
 padding: 0 20px !important;
 color: #fff;
 text-decoration: none;
 font-size: 12px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
 font-family: 'at_onepage';
 letter-spacing: 1px;
 background: #474747;
}
.gTableTop a {
 color: #fff !important;
 text-decoration: none;
 font-size: 12px;
 letter-spacing: 1px;
}
.gTableSubTop {
 padding: 5px 10px;
 font-weight: 600;
 font-size: 13px;
}
.catLink {
 color: #fff !important;
 font-size: 12px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
 font-family: 'at_onepage';
 letter-spacing: 1px;
}
.catLink:hover, .gTableTop a:hover {
 color: #fff !important;
}
.funcBlock {
 padding-right: 10px;
}
.forumIcoTd {
 text-align: center;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd {
 padding: 5px 10px; 
}
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd
{
 vertical-align: middle;
 padding-left: 20px;
}
.forumNameTd {
 line-height: 24px;
}
.forumNameTd a {
 font-size: 12px;
 text-transform: uppercase;
 font-family: 'at_onepage';
 letter-spacing: 1px;
 font-weight: 700;
}
.forumNamesBar {
 padding-left: 10px !important;
}
.frmBtns {
 text-align: right;
 padding-right: 10px;
}
.legendTd {
 padding: 0 10px;
}
.threadIcoTd,
.threadIcoTd {
 text-align: center;
 vertical-align: middle;
}
.threadsDetails {
 padding: 5px;
}
.postTdTop {
 text-align: center;
 padding: 5px; 
}
.postTdInfo {
 text-align: center;
}
.posttdMessage {
 vertical-align: top;
 padding: 5px;
}

.threadsDetails,
.postTdTop {
 background: none;
}
.gTable tr {
 background: none;
}
.gDivBottomRight {
 height: 50px;
}
.pagesInfo { 
 padding: 0 10px;
 line-height: 24px;
}
.switchActive {
 padding: 0 10px;
 color: #fff;
}
.postBottom {
 padding: 0 20px !important;
}
#thread_search_form {
 position: relative;
 padding-bottom: 10px;
 overflow: hidden;
}
#thread_search_button {
 position: absolute;
 top: 0;
 right: 0;
}
.fNavLink {
 display: inline-block;
 margin-bottom: 30px;
}
#forum_filter {
 text-align: right;
 padding-bottom: 10px;
 margin-top: -32px;
}
#forum_filter form {
 display: inline-block;
}
#filter_by {
 display: inline-block;
 line-height: 34px;
}
.postPreview, #iplus, .ucoz-editor-panel input, .allUsersBtn, .uSearchFlSbm {
 width: auto !important;
}
#selectPhotosBtn, #order-button {
 width: auto !important;
 height: auto !important;
}
#thread_search_field {
 float: left !important;
 width: 165px !important;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd,
.postTdTop,
.postBottom
{
 border-bottom: 1px solid #eee;
}

.postTdTop,
.postBottom
{
 border-top: 1px solid #eee;
}

.gTableSubTop,
.pagesInfo
{
 background: #f2f2f2;
}

.gTableSubTop,
.gTableSubTop a
{
 color: #212121 !important;
}

.postTdInfo {border-right: 1px solid #eee;}
.forumNameTd {color: #7a7a7a;}
a.forum {color: #212121;}
.forumContent a:hover
{
 color: #212121;
}
.flist-item {
 padding-top: 5px;
 padding-bottom: 5px;
}
#cont-shop-invoices input, #cont-shop-invoices select {margin: 5px 2px !important;}

.eTitle {
 font-size: 18px;
 font-family: 'at_onepage';
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 700;
 color: #212121;
 margin-bottom: 15px;
}
.eTitle a {color: #212121;}
.eDetails, .eDetails1, .eDetails2 {
 padding: 8px 0;
 border-top: 1px dotted #eee;
 border-bottom: 1px dotted #eee;
 margin-top: 15px;
}
.eBlock {
 margin-bottom: 30px;
}
.shop-imgs img {
 max-width: 47%;
}


/*.menu-right {
    float: right;
    padding: 27px 0;
    margin: 0;
    margin-left: 10px;
    position: relative;
    font-size: 1.1em;
}*/
.menu-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 22px 0;
    margin: 0;
    margin-left: 10px;
    position: relative;
    font-size: 1.1em;
    float: right;
}
.menu-right a { 
    color: #ffffff;
    transition: all .5s ease;
    box-sizing: border-box;
    display: block;
    float: right;
    margin-left: 20px;
    font-size: 1.5em;
}
.menu-right a:hover { 
    color: #e54400;
    transform: scale(1.26, 1.26);
}
.uptl_container { margin-bottom: 5px; }
#__utl-buttons-1 .uptl_toolbar>ul>li>.sn-icon { margin-left: 5px !important; }

@media (min-width: 992px) {
 span.menu-icon {
 display: none;
 }
 #menu {
 float: left;
 margin-left: 2vw;
 padding: 5px 0;
 font-size: 0.9em;
 }
 
 #menu .uMenuRoot {
 padding: 0;
 margin: 0;
 list-style: none;
 }
 #menu .uMenuRoot > li {
 float: left;
 padding: 20px 0;
 margin: 0;
 margin-left: 5px;
 position: relative;
 }
 #menu .uMenuRoot > li > a {
display: inline-block;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 19px;
    color: #FFFFFF;
    padding: 0px 15px;
    /* letter-spacing: .2px; */
    border-radius: 5px 10px;
 }
 #menu .uMenuRoot > li > a:hover {
 background: #0260a6;
 }
 #menu .uMenuRoot > li > a.uMenuItemA {
 color: #fff;
 }
 #menu .uMenuRoot > li > a .fa {
 margin-left: 3px;
 }
 #menu .uWithSubmenu {
 position: relative;
 }
 #menu li.uWithSubmenu ul {
 position: absolute;
 width: 260px;
 background: #0260a6;
 color: #fff;
 top: 55px !important;
 left: -99999px;
 opacity: 0;
 margin: 0;
 padding: 0;
 list-style: none;
 }
 #menu .uMenuV .uMenuRoot > li.uWithSubmenu > ul {
 transition: top .3s ease,opacity .6s ease;
 }
 #menu .uMenuV .uMenuRoot > li.uWithSubmenu:hover > ul {
 left: 0;
 opacity: 1;
 top: 70px;
 }
 #menu .uMenuV .uMenuRoot > li.uWithSubmenu:hover > a {
 background: #0260a6;
 border-radius: 5px 10px 0 0;
 }
 #menu .uMenuV .uMenuRoot > li > ul li.uWithSubmenu ul {
 left: 290px;
 top: 0px !important;
 transition: left .3s ease,opacity .6s ease;
 border-left: 1px solid rgba(255, 255, 255, 0.05)
 }
 #menu .uMenuV .uMenuRoot > li > ul li.uWithSubmenu:hover > ul {
 left: 260px;
 opacity: 1;
 top: 0;
 }
 .uWithSubmenu ul a {
 display: block;
 color: #a4acb1;
 border-bottom: 1px solid rgba(255, 255, 255, 0.05);
 line-height: 18px;
 padding: 10px 20px;
 font-size: 16px;
 }
 .uWithSubmenu ul a:hover {
 color: #fff;
 }
 #menu .uMenuV .uMenuRoot > li > ul li.uWithSubmenu:hover > a {
 color: #fff;
 }
 .uWithSubmenu ul li ul {
 left: 200px;
 top: 0;
 }
 #menu .uMenuV .uMenuRoot > li > ul li.uWithSubmenu .fa {
 float: right;
 line-height: 20px;
 }
}






@media (max-width: 1279px) {
 .cnt {
 width: 90%;
 box-sizing: border-box;
 }
 
 #content { width: calc(100% - 340px); }
 #sidebar { width: 300px; }
}

@media (min-width: 1170px) {
    .col4:nth-child(4n) {
    width: 25%;
    }
    .col4:nth-child(4n):after {
        content: '';
    display: block;
    clear: both;}
    
}

@media (max-width: 1169px) {
 .cnt .clr { padding: 0; width: 100%; }
 .why-right {
 box-sizing: border-box;
 padding-right: 50px;
 }
 .service-image {
    left: -50px;
    width: 380px;
    height: auto;
 }
 .service-text {margin-left: 0}
 .service-text > .title-descr { margin-left: 350px; }
 .service-text > center {margin-left: 300px}
 .col4 {
 width: 48%;
 }
 .col4:nth-child(2n) {
 margin-right: 0;
 }
 .col4:nth-child(2n+1) {
    /* clear: left; */
    clear: none;
 }
 .news-table.current h3 {
 font-size: 1.8em;
 line-height: 1.4;
 }
 .speedbar {margin-top: 50px;}
 #header .logo {height: 92px; }
 #header {width: 100%;}
 #menu {font-size: 0.9em;}
  #menu .uMenuRoot > li > a {
    padding: 0 9px;
 }
 #menu .uMenuRoot > li {
    margin-left: 0;
 }
}


@media (max-width: 991px) {
 .menu-right { 
    margin-right: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 16px;
    }
 span.menu-icon {
	display: block;
    float: right;
    line-height: 70px;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    transition: all .3s ease;
    padding: 5px 15px;
    position: absolute;
    z-index: 99;
    right: 18px;
    top: 0;
 }
 #menu .uMenuRoot {
 padding: 10px 20px;
 box-sizing: border-box;
 margin: 0;
 list-style: none;
 color: #ffffff;
 position: absolute;
 right: 0;
 top: 0;
 width: 100%;
 text-align: left;
 display: none;
 background: rgb(0, 82, 111);
 }
 #menu .uMenuRoot ul {
 margin: 0;
 list-style: none;
 }
 #menu .uMenuRoot .fa {
 display: none;
 }
 #menu .uMenuRoot > li {
 padding: 7px 0;
 border-bottom: 1px solid #323232;
 }
 #menu .uMenuRoot > li > a {
 color: #fff;
 background: none !important;
 padding: 7px 0;
 font-family: 'at_onepage';
 text-transform: uppercase;
 letter-spacing: 1px;
 }
 #menu .uMenuRoot > li > ul a {
 color: #a4acb1;
 }
 #menu .uMenuRoot > li > ul a:hover {
 color: #fff;
 }
 #menu .uMenuRoot > li > ul li {
 line-height: 18px;
 padding: 8px 20px;
 }
 .service-block {
 margin-right: 0;
 float: none;
 width: auto;
 }
 .photo-wrap {
 width: 50%;
 }
 .photo-wrap:nth-child(6n-3):after, .photo-wrap:nth-child(6n-2):after {
 padding-top: 100%;
 }

 .photo:before {
 display: none;
 }
 .photo-more {
 display: none;
 }
 .mail-form, .contact-us-info {
 width: 47%;
 }
 .mail-form-col2 {
 width: 100%;
 float: none;
 margin-right: 0;
 }
 #content, #sidebar {
 float: none;
 width: 100%;
 }
 #sidebar {
 overflow: hidden;
 }
 #content {
 margin-bottom: 50px;
 }
 .block {
 width: 47%;
 margin-right: 5%;
 float: left;
 }
 .block:nth-child(2n) {
 margin-right: 0;
 }
 .block:nth-child(2n+1) {
 clear: left;
 }
 .service-image {
 display: none;
 }
 .service-text > .title-descr {margin-left: 0}
 .service-text > center {margin-left: 0}
 #footer {
 padding-left: 20px;
 padding-right: 20px;
 }
}

@media (max-width: 767px) {
 .cnt {
 padding-left: 12px;
 padding-right: 12px;
 }
 .col3 {
 width: auto;
 float: none;
 margin-right: 0;
 }
 .slide-content {
 padding-right: 30px;
 }
 .why-image-bg {
 display: none;
 }
 .why-right {
 width: 100%;
 padding-left: 30px;
 padding-right: 30px;
 margin-left: 0;
 }
 .service-image {
 display: none;
 }
 .service-text {
 margin-left: 30px;
 }
 .section.timer .special_timer {
 margin: 0 auto 30px;
 float: none;
 overflow: hidden;
 }
 .timer-text {
 margin-left: 0;
 }
 .ph_cats {
 background: none;
 height: auto;
 padding: 0 30px;
 }
 .pp_image, .pp_info {
 float: none;
 width: 100%;
 }
 .pp_image {
 margin-bottom: 50px;
 }
 .post-wrap.post-wrap2 {
 float: none;
 width: 100%;
 margin-right: 0;
 }
 .gTableSubTop,
 .forumIcoTd,
 .forumThreadTd,
 .forumPostTd,
 .forumLastPostTd,
 .threadIcoTd,
 .threadAuthTd,
 .threadLastPostTd,
 .threadPostTd,
 .threadViewTd,
 .threadsDetails,
 .forumOnlineBar,
 .legendBlock,
 .userRights,
 .fFastNavTd,
 .fFastSearchTd,
 .forumNamesBar,
 #forum_filter,
 .postTdInfo,
 .postBottom,
 #thread_search_form
 {
 display: none;
 }
 .gDivLeft {
 padding-top: 10px;
 }
 .postTdTop, .postTable, .posttdMessage {
 display: block !important;
 text-align: left;
 width: auto !important; 
 }
 .postUser {
 font-size: 16px;
 font-weight: #7a7a7a;
 }
}




@media (max-width: 567px) {
 .menu-right { display: none; }
 .logo { height: 84px !important; width: 74px;padding-top:15px;}
 .logo img { width:74px !important;height: auto !important; }
 .col2, .col4, .block {
 width: auto;
 float: none;
 margin-right: 0;
 }
 .overly {
 background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.6) 100%);
 padding: 0 10%;
 }
 .slide-title {
	line-height: 32px;
    /* padding: 0 25px; */
    font-size: 28px;
 }
 .slide-text {
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    padding-right: 26px;
    line-height: 22px;
 }
 .slide-content {
 top: 24vh;
 }
 .service-image {
 display: none;
 }
 .service-text {
 margin-left: 0;
 }
 .dplnn {
 display:none;
 }
.dplnn:after {
 display:none;
 }
 .photo-wrap, .photo-wrap:nth-child(6n-3), .photo-wrap:nth-child(6n-2) {
 width: 100%;
 }
 .footer-logo {
 padding: 0 25px;
 line-height: 50px;
 font-size: 18px;
 }
 .mail-form, .contact-us-info {
 float: none;
 width: 100%;
 }
 .mail-form {
 margin-bottom: 50px;
 }
}

#go-top {
 display: block;
 position: fixed;
 width: 40px;
 height: 40px;
 line-height: 40px;
 right: 30px;
 bottom: 30px;
 text-align: center;
 color: #fff;
 font-size: 18px;
 z-index: 99;
 cursor: pointer;
 transition: all .3s ease;
}
#go-top:hover {
 background: #212121;
}
#cat-add {height: auto; max-height: 100px;}
.u-mpanel, .u-mpanel * {max-width: none !important;}
li[class^='u-star'] a {transition: none !important;}
.uComment {
    padding: 10px;
    border: 1px solid #EEE !important;
}
.shop-imgs img {max-width: 47%;}
#cont-shop-invoices input, #cont-shop-invoices button {margin-top: 5px; margin-bottom: 5px;}
#invoice_cont, #order-table {overflow-x: auto;}
select#cat-add {width: 270px; min-height: 150px;}
.commFl, .fw {width: 99% !important;}
.flist {display: inline-block; padding-bottom: 10px;}
.manTable input[type="text"], .ucoz-forum-post-image-interface input[type="text"] {min-width: 50px;}
.pop-up {padding: 20px;}
.pop-up-title {padding-bottom: 20px; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.pop-up-body {overflow: hidden;}
hr { border: none;
    height: 10px;
    background: url(../images/hr.png) repeat-x;
    background-size: contain; }
#pagesBlock1 {text-align: left;}
.post-tags .oh {color: #fff;}


.com_online {
    color: #70bb39;
}
.inform {
	font-weight: 600;
    color: #FFFFFF;
    background: #EF3147;
    width: 100%;
    display: block;
    height: 35px;
    font-size: 15px;
    line-height: 33px;
}
.inform-1 {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 33px;
    border-bottom: 1px solid #EF3147;
    padding: 10px 0px;
}
.rate_like > a, .rate_like-dislike {
    float: left;
    padding: 2px 9px;
    border: 1px solid #eaeaea;
    text-decoration: none !important;
    font-weight: bold;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    font-size: 13px;
}
.uc-answer-link a {
    padding: 5px 10px;
    background: #eee;
}
.uc-answer-link a:hover {
    color: #fff;
}
/* login */
#ss {
    display: none;
    position: fixed;
    left: -320px;
    top: 80px;
    z-index: 999;
    width: 320px;
    border-right: 1px solid #EEE!important;
    border-top: 1px solid;
    border-bottom: 2px solid;
    background: #f8f8f8;
    color: #212121;
    font-size: 15px;
    transition: left 0.7s ease;
    box-sizing: border-box;
}
#ss.ss-opened {
    left: 0!important;
}
.ss-head {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: -1px;
    right: -40px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
}
.login-title, .log-register {
    padding: 8.5px 20px;
    font-size: 15px;
    position: relative;
    color: #fff;
    font-family: 'at_onepage';
}
.login-form ul {padding: 0px 20px 20px;}
.login-form li {
    margin: 10px 0;
    list-style: none;
}
.login-form ul li label {display:inline-block; margin-bottom:5px;}
.login-form ul li input {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 10px;
}
.login-form ul li a {float:right;}
.log-check {
    padding: 0 20px;
    line-height: 40px;
    margin-bottom: 60px;
}
.log-check input, .log-check label {float:left; display:inline-block; font-size:10px;}
.log-check input {display:none;}
.log-check input + label:before {width:20px; height:20px; margin-right:5px; cursor:pointer;border-radius:3px; border:1px solid #e3e3e3; content:""; float:left; position:relative; top:8px;}
.log-check input:checked + label:before { background-color:#D80306;}
.log-check button {float:right;}
.log-register {
    position: absolute;
    right: 0;
    top: 0;
}
.log-register a {
color:#fff;
}
.log-register a {

}
.login-avatar {display:block; background-color:#0996c9; color:#fff !important; text-align:center;}
.avatar-box {width:70px; height:70px; overflow:hidden; border-radius:35px; float:left;}
.avatar-box img {width:100%; min-height:100%;}
.name-box {float:left; padding-left:20px; line-height:70px; font-size:20px; position:relative;}
.name-box a {color:#fff; font-size:12px; border-bottom:1px dotted #fff; line-height:14px;position:absolute; left:20px; bottom:5px;}
.login-menu {margin: 0; padding: 0;} .login-menu li{list-style:none;}
.login-menu li a {display:block; height:36px; line-height:36px; padding:0 20px; border-left:5px solid transparent;color:#5c5c5c;}
.login-menu li a:hover, .login-menu li:nth-child(2n) a {background-color:#f5f5f5;}
.combo_field {
    display: inline-block;
}
.sociallogin {
    height: auto;
    margin-left: 10px;
    margin-top: 20px;
    float: left;
}
.sociallogin a { float:left; margin:0 5px 10px 5px;}

.uComment {
    margin: 30px 0 0;
}
.uc-answer-link input[type="checkbox"] {
    line-height: normal;
    margin: -2px 0px 0 0;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.uComment.cBlock1, .uComment.cBlock2 {border: 0; background: none;}
.uc-avatar {float: left;width: 50px;}
.uc-avatar img {
	vertical-align: middle;
	width: 50px;
	border-radius: 4px;
}
.uc-content {
	margin: 0 0 0 65px;
}
.uc-top {}
.uc-top img {vertical-align: middle;}
.uc-top-right {
	float: right;
	white-space: nowrap;
}
.uc-top-left a, .uc-top-left span {
    font-weight: bold;
    margin: 0 5px;
}
a.uc-profile-link {}
.uc-message {margin: 8px 0; padding: 0;}
.uc-answer {}
.uc-answer-link {
    margin: 5px 0 0;
    text-align: right;
    font-size: 8pt;
    height: 22px;
}
.uc-opacity {opacity: .6;filter: alpha(opacity = 60);}
/* --- Статистика --- */
.stats_head > ul {
	list-style: none;
	padding: 0; margin: 0;
	font-size: 1.25em;
}
	.stats_head > ul > li { margin-top: 15px; padding-left: 30px; }
	.stats_head > ul > li:before {
		content: "";
		float: left;
		margin: 2px 0 0 -30px;
		width: 16px; height: 16px;
		border-radius: 50%;
	}
	.stats_head > ul > li > b {
		display: block;
		font-size: .8em;
		opacity: .5;
		font-weight: normal;
	}
	
	.stat_group { margin-bottom: 25px; }
	.stat_group > h5 { margin-top: 0; margin-bottom: 1em; }
	.stat_group > ul { list-style: none; padding: 0; margin: 0; }
	.stat_group > ul > li { padding: .6em 0; border-top: 1px dotted #d5d5d5; }

.page_form__form .login_check > .btn {
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    margin: 2px;
}
.mass_comments_action {
    padding-bottom: 30px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 30px;
}

@media (max-width: 320px) {
   .logo img {
    width: 165px;
	}
    .slide-content {
    top: 27vh;
    }
    .slide-title {
    line-height: 24px;
    font-size: 22px;
    }
	.slide-text {
    font-size: 12px;
    line-height: 18px;
	}
    .title-2 {
    font-size: 23px;
    }
    
}


/* others */
@media screen and (max-width: 767px) {
 li.uEntryWrap {width: 50% !important;}
}
@media screen and (max-width: 567px) {
 li.uEntryWrap {width: 100% !important;}
}


@media screen and (max-width: 620px) {
.uc-answer-link a {
    padding: 5px 15px;
    width: 12px;
    height: 20px;
    overflow: hidden;
    float: right;
    margin: 0 2px;
    font-size: 15px;
	}
}
@media screen and (max-width: 360px) {
#ss {
    left: -280px;
    width: 280px;
}
.login-form ul {
    padding: 0px 20px 0px;
}
.log-check button {
    width: 100%;
}
.sociallogin a {
    margin: 0 1px 10px 2px;
}
}

.calendar {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;	
	overflow: hidden;
}

.calendar iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}

.googledoc {
	position: relative;
	padding-bottom: 56.25%;
	height: 1800px;	
	overflow: auto;
}

.googledoc iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height:100%;
}
.dlevideoplayer .imgwidthfull {height: auto !important; overflow: auto !important; margin: auto !important; padding-top: 0 !important;}
.dlevideoplayer ul li{margin-left: 0 !important;}


::-webkit-scrollbar-thumb{background-color: #e54400;}
::selection{background-color: #5694c2;}
.attach .download-link,.uc-answer-link a:hover,.login-title, .log-register, .loader-body:after,#go-top,#menu .uMenuRoot > li > a.uMenuItemA,.title-1:after,.icon-block > .fa,.button-1,.countdown-amount,.photo:before,.footer-logo,.skill-line-wrap span,input[type="button"],input[type="submit"],input[type="reset"],button,.catAll,.swchItemA,.pgSwchA,.pm_progress_bar span,.swchItemA1,.stats_head > ul > li.stats_w:before,.tags .oh span a:hover,.ss-head,.cnt .pagesBlockuz1 span{
background-color: #0260a6;
}
.post-message a,.uc-top-left a,.rate_like > a:hover,a.more-1,.logo,.why-list li .fa,.more-2,.timer-text b,.count > .fa,.news-table-details,.soc-1,span.menu-icon:hover,.current-page .title-descr a,.soc-2,.post-title a:hover{
color: #e54400;
}
#header.fixed ,.rate_like > a:hover,#ss,a.more-1,.more-2,.news-table,.current-page .title-descr a,.tabs > div > span.aTabsHeadSpanActive,input[type="text"]:focus,input[type="search"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="url"]:focus,textarea:focus,textarea:focus,.quoteMessage{
border-color: #0260a6;
}


/*--- ДИАГРАММЫ ---*/
#charts-uslugi, #charts-grajdan {
  height: 400px;
  max-width: 800px;
  margin: 0 auto;
}
/* Link the series colors to axis colors */
.highcharts-color-0 {
  fill: #7cb5ec;
  stroke: #7cb5ec;
}
.highcharts-axis.highcharts-color-0 .highcharts-axis-line {
  stroke: #7cb5ec;
}
.highcharts-axis.highcharts-color-0 text {
  fill: #7cb5ec;
}
.highcharts-color-1 {
  fill: #90ed7d;
  stroke: #90ed7d;
}
.highcharts-axis.highcharts-color-1 .highcharts-axis-line {
  stroke: #90ed7d;
}
.highcharts-axis.highcharts-color-1 text {
  fill: #90ed7d;
}




.visible--eff {
    background: #fff !important;
    color: #000 !important;
    font-size: 30px !important;
    line-height: 36px !inportant;
}


