/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
.fancybox {

}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/* all.css */
html,
body {
    height: 100%;
}

html {
    background: #edeff6 url(../images/bg-html.jpg) repeat 0 0;
}

body {
    margin: 0;
    color: #3f3f3f;
    font: 13px/18px Tahoma, Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

a {
    text-decoration: underline;
    color: #1E3090;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
select {
    font: 100% arial, sans-serif;
    vertical-align: middle;
    color: #333;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea {
    behavior: url(js/PIE.htc);
    position: relative;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* placeholder input styles */
::-webkit-input-placeholder {
    font: 100% arial, sans-serif;
    color: #999;
}

::-moz-placeholder {
    font: 100% arial, sans-serif;
    opacity: 1;
    color: #999;
}

:-moz-placeholder {
    font: 100% arial, sans-serif;
    color: #999;
}

:-ms-input-placeholder {
    font: 100% arial, sans-serif;
    color: #999;
}

.r:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0 0 0.5em;
    line-height: 20px;
}

h1,
h2,
.h2,
h3,
h4 {
    line-height: 25px;
}
table {
width: max-content;
}
.overflow{
overflow: auto;
}

/* wrapper */
#wrapper {
    background: #edeff6 url(../images/bg-html.jpg) repeat 0 0;
    min-height: 100%;
    overflow: hidden;
}

.main {
    margin: 0 auto;
    width: 100%;
    max-width: 1220px;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.main2 {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    min-width: 800px;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.main:after {
    content: "";
    display: block;
    clear: both;
}

.main-last {
    margin-bottom: 50px;
}

#header {
    background: url(../images/bg-header.png) repeat-x 0 0;
    height: 151px;
    position: relative;
    /*z-index:4;*/
}
.mobmenu {
display:none;
height: 20px;
width: 69px;
margin: 0px;
}
.mobmenu:before {
content:'МЕНЮ';
padding: 5px;
font-weight: bold;
font-size: 18px;
border: none;
background: linear-gradient(90deg, #223598, #2f47b1, #223598);
color: white;
}

/* FOOTER */
#footer {
    background: url(../images/bg-footer.png) repeat-x 0 0;
    background-size: contain;
}

#footer .main {
    padding: 35px;
}

#footer address {
    float: left;
    width: 380px;
    margin: 0 50px 0 0;
    font-style: normal;
    padding: 0;
}

#footer address .phone {
    font-size: 27px;
    color: #484848;
    line-height: 31px;
    margin: 0 0 10px;
}

#footer address .phone em {
    font-style: normal;
}

#footer address .phone em.type {
    display: none;
}

#footer address .phone span {
    color: #717171;
}

#footer address p {
    margin: 0 0 10px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #555;
}

#footer address p a {
    color: #555;
}

#footer .center {
    float: left;
}

#footer .socials {
    color: #8f8f8f;
    margin: 0 0 28px;
}

#footer .socials ul {
    display: inline-block;
    position: relative;
    margin: 0 6px 0 0;
}

#footer .socials * {
    vertical-align: middle;
    line-height: 24px;
}

#footer .socials ul:after {
    content: '';
    display: inline-block;
    /* background: url(../images/sprite.png) no-repeat -79px 0; */
    height: 24px;
    width: 30px;
    vertical-align: middle;
}

#footer .socials li {
    display: inline-block;
    margin: 0 10px 0 0;
}

#footer .socials a {
    /* background: url(../images/sprite.png) no-repeat; */
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
}

#footer .socials .vk a {
    background-position: 0 0;
}

#footer .socials .fb a {
    background-position: -26px 0;
}

#footer .socials .tw a {
    background-position: -52px 0;
}

/*search*/
.search {
    margin: 0 0 17px;
    border: 1px solid #bcbcbc;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(js/PIE.htc);
    position: relative;
    background: #fff;
    -webkit-box-shadow: inset 0 2px 4px #bcbcbc;
    -moz-box-shadow: inset 0 2px 4px #bcbcbc;
    box-shadow: inset 0 2px 4px #bcbcbc;
}

.search input[type=text] {
    float: left;
    border: 0;
    margin: 0;
    background: none;
    padding: 5px 10px;
    width: 265px;
    outline: none;
}

.search .focus,
.inline-form input.text:focus {
    outline: none;
    -webkit-box-shadow: inset 0 2px 4px #bcbcbc, 0 0 5px rgba(0, 164, 249, 1);
    -moz-box-shadow: inset 0 2px 4px #bcbcbc, 0 0 5px rgba(0, 164, 249, 1);
    box-shadow: inset 0 2px 4px #bcbcbc, 0 0 5px rgba(0, 164, 249, 1);
}

.search input[type=submit] {
    float: right;
    /* background: url(../images/sprite.png) no-repeat -118px -3px; */
    width: 18px;
    height: 18px;
    border: 0;
    padding: 0;
    overflow: visible;
    font-size: 0;
    line-height: 0;
    margin: 4px 5px 0 0;
    cursor: pointer;
}

#ajaxSearch_form {
    margin: 0 0 5px;
    border: 1px solid #bcbcbc;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(js/PIE.htc);
    position: relative;
    background: #fff;
    -webkit-box-shadow: inset 0 2px 4px #bcbcbc;
    -moz-box-shadow: inset 0 2px 4px #bcbcbc;
    box-shadow: inset 0 2px 4px #bcbcbc;
    max-width: max-content;
}

#ajaxSearch_submit {
    background: url(../images/sprite.png) no-repeat -118px -3px;
    width: 18px;
    height: 18px;
    border: 0;
    padding: 0;
    overflow: visible;
    font-size: 0;
    line-height: 0;
    margin: 4px 5px 0 0;
    cursor: pointer;
}

#ajaxSearch_input {
    float: left;
    border: 0;
    margin: 0;
    background: none;
    padding: 5px 10px;
    max-width: 265px;
    outline: none;
}

.ajaxSearch_result {
    border: 1px dotted #eee;
    padding: 5px 10px;
    margin: 0px;
}

/*                           */
.ajaxSearch_highlight {
    font-weight: bold;
}

/*                              */
.ajaxSearch_grpResultName {
    font-weight: bold;
}

.ajaxSearch_resultLink {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
}

/*                              */
.ajaxSearch_paging {
    display: block;
    padding: 10px 0;
}

/*                                                                    */
.ajaxSearch_paging .ajaxSearch_currentPage {
    color: #fff;
    background-color: #1E3090;
    border: 1px solid #6f7b1a;
    padding: 1px 3px;
    font-weight: bold;
    margin: 2px;
}

/*                                                       */
#ajaxSearch_intro {}

.by .mirpromo {
    float: left;
    /*background: url(../images/sprite.png) no-repeat -11px -31px;*/
    width: 110px;
    height: 50px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 25px 0 0;
}

.by .copy {
    color: #868686;
    padding: 6px 0 0;
}

/* HEADER */
.logo {
    background: url(../images/logo.png) no-repeat;
    width: 304px;
    height: 73px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 18px;
    left: 20px;
}

.logo:active {
    background-position: 0 1px;
    padding-bottom: 1px;
}

.slogan {
    position: absolute;
    top: 30px;
    left: 340px;
    width: 150px;
    font-size: 12px;
    line-height: 14px;
    color: #4f4f4f;
}

.your-city {
    position: absolute;
    top: 49px;
    left: 430px;
    font-size: 12px;
    color: #404040;
}

.your-city .city {
    position: relative;
}

.your-city .city:after {
    content: '';
    /*background: url(../images/sprite.png) no-repeat -151px -9px;*/
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 0 0 0 4px;
}

.your-city .city a {
    color: #404040;
    font-weight: bold;
}

.call-me {
    position: absolute;
    top: 24px;
    left: 640px;
    font-size: 18px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #223598, #2f47b1, #223598);
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.call-me:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

.call-me a {
    color: #fff;
}

.call-me:after {
    content: '';
    background: url(../images/phone.png) no-repeat;
    width: 15px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 4px;
    position: relative;
    top: -2px;
}

.phones {
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: right;
    color: #404040;
    font-size: 11px;
}

.phones span {
    display: inline-block;
    width: 218px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    vertical-align: baseline;
    position: relative;
    top: 1px;
}

.phones a {
    display: inline-block;
    width: 218px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    vertical-align: baseline;
    position: relative;
    top: 1px;
    text-decoration-line: unset;
}

.phones .orange {
    color: #1E3090;
}

.sites {
    position: absolute;
    top: 37px;
    left: 180px;
    z-index: 10;
}

.sites .opener {
    display: block;
    /*background: url(../images/sprite.png) no-repeat -134px -42px;*/
    width: 31px;
    height: 41px;
}

.sites-open .opener {
    background-position: -169px -42px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 2px 3px #999;
}

.sites .block {
    display: none;
    position: absolute;
    top: 41px;
    background: #373737;
    width: 205px;
    right: 0;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 2px 3px #999;
    color: #fcd9c7;
}

.sites-open .block {
    display: block;
}

.sites ul {
    padding: 20px 17px 0 17px;
}

.sites ul li {
    margin: 0 0 17px;
    padding: 0 0 0 18px;
    position: relative;
    line-height: 16px;
    font-size: 12px;
}

.sites ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    /*background: url('../images/sprite.png') no-repeat -296px -8px;*/
    width: 8px;
    height: 9px;
}

.sites ul li a {
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    text-decoration: none;
}

.sites ul li a:hover {
    text-decoration: underline;
}

.promote {
    position: absolute;
    right: 20px;
    top: 95px;
    width: 100%;
    max-width: 300px;
    background: url(../images/bg-promote.png) repeat 0 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.48);
    color: #fff;
    z-index: 10;
}
.dgrey_content > .promote {
right: 0px;
left: 0;
margin: auto;
}

.promote .h {
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    height: 50px;
}

.promote .h a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.promote .h a:after {
    content: '';
    display: inline-block;
    /*background: url(../images/sprite.png) no-repeat -274px -10px;*/
    width: 10px;
    height: 8px;
    vertical-align: middle;
    margin: 0 0 0 9px;
    position: relative;
    top: -1px;
}

.promote form {
    padding: 0 20px 12px;
    display: none;
}

.promote-active form {
    display: block;
}

.promote input[type="text"],
.promote input[type="tel"],
.promote input[type="email"],
.promote textarea,
.popup input[type="text"],
.popup input[type="tel"] {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 4px 10px;
    margin: 2px 0 4px;
    border: 0;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 2px 4px #999;
    -moz-box-shadow: inset 0 2px 4px #999;
    box-shadow: inset 0 2px 4px #999;
}

.promote textarea {
    height: 100px;
    resize: none;
    overflow: auto;
}

.promote input[type="text"]:focus,
.promote input[type="tel"]:focus,
.promote input[type="email"]:focus,
.promote textarea:focus,
.popup input[type="text"]:focus,
.popup input[type="tel"]:focus,
.vacation-form input[type="text"]:focus,
.vacation-form input[type="tel"]:focus,
.vacation-form input[type="email"]:focus,
.vacation-form textarea:focus,
.order-form .r input:focus,
.order-form .r textarea:focus {
    outline: none;
    -webkit-box-shadow: inset 0 2px 3px #999, 0 0 7px rgba(0, 214, 253, 0.5);
    -moz-box-shadow: inset 0 2px 3px #999, 0 0 7px rgba(0, 214, 253, 0.5);
    box-shadow: inset 0 2px 3px #999, 0 0 7px rgba(0, 214, 253, 0.5);
}

.promote .button-block {
    text-align: right;
    margin: 10px 0 0;
}

.btn,
.file-area .jcf-upload-button {
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    behavior: url(js/PIE.htc);
    position: relative;
    border: 0;
    padding: 0;
    width: 95px;
    height: 24px;
    overflow: visible;
    color: #1a1a1a;
    cursor: pointer;
    font: 12px Tahoma, Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48);
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #e5e5e5 100%);
    -pie-background: linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
}

.btn.black {
    color: #fff;
    background: #535353;
    background: -moz-linear-gradient(top, #535353 0%, #303030 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535353), color-stop(100%, #303030));
    background: -webkit-linear-gradient(top, #535353 0%, #303030 100%);
    background: -o-linear-gradient(top, #535353 0%, #303030 100%);
    background: -ms-linear-gradient(top, #535353 0%, #303030 100%);
    background: linear-gradient(to bottom, #535353 0%, #303030 100%);
    -pie-background: linear-gradient(to bottom, #535353 0%, #303030 100%);
    height: 26px;
}

#nav {
    position: absolute;
    top: 95px;
    left: 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 50px;
}

#nav>li {
    float: left;
    position: relative;
    margin: 0 12px 0 12px;
    padding: 0 12px;
}

#nav>li>a {
    text-decoration: none;
    color: #454d51;
    text-transform: uppercase;
}

#nav>li>a:hover,
#nav>li:hover a,
#nav>li.hover a {
    color: #fff;
}

#nav>li.has-drop-down:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 21px;
    /*background: url(../images/sprite.png) no-repeat -203px -7px;*/
    width: 12px;
    height: 11px;
}

#nav>li.has-drop-down:hover:after,
#nav>li.has-drop-down.hover:after {
    /*background: url(../images/sprite.png) no-repeat -321px -8px;*/
    width: 12px;
    height: 11px;
}

#nav li i {
    /*background: url(../images/sprite.png) no-repeat -225px -3px;*/
    width: 18px;
    height: 18px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    top: -4px;
    left: -8px;
}

#nav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #353535;
    width: 288px;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 18px 20px 10px;
    line-height: 18px;
    font-size: 16px;
    z-index: 99;
}

#nav>li:hover,
#nav>li.hover {
    background: #353535;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

#nav ul li {
    margin: 0 0 14px;
    position: relative;
}

#nav .drop-active ul li.percent:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: -1px;
    left: -43px;
    /*background: url(../images/sprite.png) no-repeat -204px -42px;*/
    width: 35px;
    height: 23px;
}

#nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

#nav ul li a:hover {
    color: #269ACF;
}

.overlay {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
align-items: center;
    justify-content: center;
}
.sites-show .promote {
    z-index: 8;
}

.popup {
    z-index: 99;
    display: none;
}

.call-me-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 580px;
    margin: auto;
    height: max-content;
    background: #363434;
    color: #fff;
    overflow: hidden;
    padding: 30px 35px 10px;
}

.call-me-popup .h {
    font: bold 22px Arial, Helvetica, sans-serif;
    margin: 0 0 1em;
}

.call-click {
    position: absolute;
    top: 125px;
    left: 50%;
    width: 580px;
    margin: 0 0 0 -325px;
    background: #363434;
    color: #fff;
    overflow: hidden;
    padding: 30px 35px 10px;
}

.call-click .h {
    font: bold 22px Arial, Helvetica, sans-serif;
    margin: 0 0 1em;
}

.popup label {
    width: 270px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.48);
}

.call-me-popup .r {
    margin: 0 0 22px;
display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.call-me-popup .button-block {
    margin: 3px 0 0;
}

.popup p {
    line-height: 15px;
    font-size: 12px;
}

.popup .close {
    position: absolute;
    top: 34px;
    right: 34px;
}

#cities {
    position: absolute;
    top: 146px;
    left: 50%;
    width: 450px;
    margin: 0 0 0 -258px;
    background: #fff;
    padding: 30px 33px;
    overflow: hidden;
    behavior: url(js/PIE.htc);
    -webkit-box-shadow: 0 0 8px #ccc;
    -moz-box-shadow: 0 0 8px #ccc;
    box-shadow: 0 0 8px #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#cities .h {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 1em;
}

#cities ul {
    width: 110%;
    margin: 0 -10% 0 0;
}

#cities li {
    float: left;
    width: 33.3%;
    margin: 0 0 4px;
}

#cities li a {
    color: #252525;
    text-decoration: none;
}

#cities li a:hover {
    text-decoration: underline;
}

#cities li.active a,
#cities li.active span {
    color: #ff7538;
    font-weight: bold;
}

#cities .close-big {
    position: absolute;
    top: 30px;
    right: 30px;
}

.close {
    /*background: url(../images/sprite.png) no-repeat -204px -69px;*/
    width: 14px;
    height: 14px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
}

.close:hover {
    background-position: -221px -69px;
}

.close-big {
    /*background: url(../images/sprite.png) no-repeat -243px -65px;*/
    width: 18px;
    height: 18px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
}

.close-big:hover {
    background-position: -264px -65px;
}

/* home styles */
.column-holder {
    padding-right: 364px;
}

.column-holder:after {
    content: "";
    display: block;
    clear: both;
}

.left-column {
    float: left;
    width: 100%;
}

.right-column {
    float: right;
    width: 310px;
    margin-top: 70px;
    margin-right: -364px;
}

.home-columns {
    padding: 19px 0 0 0;
}

.home-columns .column-holder {
    background: url(../images/bg-col.png) repeat-y 841px 0;
}

.home-columns .column-holder:after {
    content: "";
    display: block;
    clear: both;
}

.home-columns .left-column {
    overflow: hidden;
}

.home-columns .right-column {
    /*padding:314px 0 0 0;*/
    padding: 375px 0 0 0;
}

/* slideshow basic styles */
div.home-slideshow {
    position: relative;
    height: 284px;
    margin: 0 0 31px;
}

div.home-slideshow div.slide {
    position: absolute;
    z-index: 1;
}
div.slide img {
width: 100%;
}

div.home-slideshow div.slide.active {
    z-index: 2;
}

div.home-slideshow .text {
    position: absolute;
    top: 60px;
    left: 45px;
    right: 5px;
    max-width: 500px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-shadow: rgb(33, 24, 111) 1px 1px 2px, rgb(33, 24, 111) -1px -1px 2px, rgb(33, 24, 111) -1px 1px 2px, rgb(33, 24, 111) 1px -1px 2px;
}

div.home-slideshow .text .h {
    font-size: 30px;
    line-height: 37px;
    margin: 0 0 0.5em;
}

div.home-slideshow .pagination {
    position: absolute;
    bottom: 0px;
    z-index: 3;
    bottom: 12px;
    width: 100%;
    text-align: center;
}

div.home-slideshow .pagination li {
    display: inline-block;
    margin: 0 4px;
}

div.home-slideshow .pagination li a {
    /*background: url(../images/sprite.png) no-repeat -271px -33px;*/
    width: 21px;
    height: 21px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
}

div.home-slideshow .pagination li.active a {
    background-position: -243px -33px;
}

.tarifs {
    width: 100%;
    overflow: hidden;
}

.tab-bar {
    overflow: hidden;
    padding: 0 0 0 185px;
}

.tarifs .ttl {
    font-size: 18px;
    line-height: 36px;
    float: left;
    margin: 0 0 0 -185px;
    width: 185px;
    color: #292929;
}

.tarifs .tabset {
    float: left;
    width: 100%;
    height: 36px;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.tarifs .tabset li:first-child a {
    margin: 0;
}

.tarifs .tabset li {
    float: left;
    width: 126px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 32px;
}

.tarifs .tabset li a {
    display: block;
    border: 2px solid #d2d2d5;
    background: #fff;
    margin: 0 0 0 2px;
    text-align: center;
    text-decoration: none;
    color: #414141;
}

.tarifs .tabset li.active a {
    border: 0;
    line-height: 36px;
    padding-bottom: 2px;
    color: #fff;
}

.tarifs .tab1.active a {
    background: url(../images/bg-tab1-active.png) repeat-x 0 0;
}

.tarifs .tab2.active a {
    background: url(../images/bg-tab2-active.png) repeat-x 0 0;
}

.tarifs .tab3.active a {
    background: url(../images/bg-tab3-active.png) repeat-x 0 0;
}

.tarifs .tab4.active a {
    background: url(../images/bg-tab4-active.png) repeat-x 0 0;
}

.tarifs .tab5.active a {
    background: url(../images/bg-tab5-active.png) repeat-x 0 0;
}

.tarifs .tab {
    display: none;
    width: 100%;
    max-width: 815px;
    height: 171px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    padding: 20px 30px 0 265px;
}

.tarifs .tab .h {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .47);
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 .4em;
}

.tarifs .tab .text {
    margin: 0 0 1em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .47);
}

.tarifs .tab .more {
    color: #fff;
    margin: 0 10px 0 0;
}

.tarifs .tab .button {
    -moz-border-radius: 22px;
    border-radius: 22px;
    behavior: url(js/PIE.htc);
    position: relative;
    width: 140px;
    height: 24px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.tarifs .tab .button a {
    display: block;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #e5e5e5 100%);
    -pie-background: linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
    text-decoration: none;
    display: block;
    -moz-border-radius: 22px;
    border-radius: 22px;
    behavior: url(js/PIE.htc);
    position: relative;
    color: #010101;
}

.tarifs #tab1 {
    background: #5186b3 url(../images/tab1.jpg) no-repeat;
}

.tarifs #tab2 {
    background: #56b58c url(../images/tab2.jpg) no-repeat;
}

.tarifs #tab3 {
    background: #b6476f url(../images/tab3.jpg) no-repeat;
}

.tarifs #tab4 {
    background: #a5373b url(../images/tab4.jpg) no-repeat;
}

.tarifs #tab5 {
    background: #323232 url(../images/tab5.jpg) no-repeat;
}

.audit {
    margin: 30px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #cccccf;
    background: #f9f9f9;
    padding: 12px 12px 12px 113px;
    behavior: url(js/PIE.htc);
    position: relative;
    -webkit-box-shadow: inset 1px 1px 0 #eeeeef;
    -moz-box-shadow: inset 1px 1px 0 #eeeeef;
    box-shadow: inset 1px 1px 0 #eeeeef;
}

.audit:after {
    content: "";
    display: block;
    clear: both;
}

.audit:before {
    content: '';
    /*background: url(../images/sprite.png) no-repeat 0 -90px;*/
    width: 84px;
    height: 65px;
    position: absolute;
    bottom: -1px;
    left: 15px;
}

.inline-form .ttl {
    float: left;
    font-size: 20px;
    line-height: 22px;
    margin: 0 37px 0 0;
}

.inline-form .inputs {
    display: inline;
}

.inline-form input.text {
    width: 22%;
    float: left;
    margin: 0 2% 0 0;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(js/PIE.htc);
    position: relative;
    border: 1px solid #dadada;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 4px 10px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 1px 1px 3px #ddd;
}

.inline-form .btn {
    width: auto;
    padding: 0 3%;
    float: left;
    margin: 0 0 0 1%;
}

.home-block {
    border-top: 1px solid #cacace;
    border-bottom: 1px solid #cacace;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 10px #ddd;
    padding: 1px 0;
    position: relative;
}

.home-block:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 30px;
    width: 100%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
}

.home-block:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    height: 30px;
    width: 100%;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 100%);
}

.home-block .column-holder {
    padding-top: 37px;
    padding-bottom: 37px;
}

.heading {
    overflow: hidden;
    margin: 0 0 8px;
    line-height: 32px;
text-align: center;
}

.heading .h {
    text-transform: uppercase;
    font-size: 28px;
    color: #3f3f3f;
    display: inline-block;
}

.heading .all {
    display: inline-block;
    margin: 0 0 0 8px;
}

.heading .h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #3f3f3f;
    display: inline-block;
}

.heading .h3 {
    font-size: 18px;
    color: #3f3f3f;
    display: inline-block;
    line-height: 25px;
}

.news {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 10px;
    margin: 0 0 27px;
}

.news-list time {
    display: block;
    color: #929292;
}

.news-list p {
    margin: 0 0 6px;
}

.news-list li {
    margin: 0 0 16px;
}

div.testimonials {
    position: relative;
}

div.testimonials div.slide {
    position: absolute;
    z-index: 1;
}

div.testimonials div.slide.active {
    z-index: 2;
}

div.testimonials .btn-prev,
div.testimonials .btn-next {
    position: absolute;
    bottom: 2px;
    /*background: url('../images/sprite.png') no-repeat;*/
    width: 16px;
    height: 13px;
    z-index: 3;
    overflow: hidden;
    text-indent: -9999px;
}

div.testimonials .btn-prev {
    left: 25px;
    background-position: -339px -25px;
}

div.testimonials .btn-next {
    right: 25px;
    background-position: -339px -43px;
}

div.testimonials blockquote {
    -moz-border-radius: 12px;
    border-radius: 12px;
    behavior: url(js/PIE.htc);
    position: relative;
    color: #fff;
    background: #3b3b3b;
    margin: 0;
    padding: 18px 26px 18px 34px;
    font-size: 12px;
    font-style: oblique;
    line-height: 14px;
}

div.testimonials blockquote:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 13px;
    /*background: url('../images/sprite.png') no-repeat -290px -70px;*/
    width: 12px;
    height: 12px;
}

div.testimonials .more {
    text-align: right;
}

div.testimonials .more a {
    text-decoration: none;
    color: #c5c5c5;
    border-bottom: 1px dotted #c5c5c5;
}

div.testimonials .more a:after {
    content: '';
    /*background: url('../images/sprite.png') no-repeat -304px -76px;*/
    width: 6px;
    height: 5px;
    display: inline-block;
}

div.testimonials .author {
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 18px;
    position: relative;
}

div.testimonials .author:before {
    content: '';
    /*background: url('../images/sprite.png') no-repeat -317px -67px;*/
    width: 19px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 66px;
}

.promotion {
    margin: 0 0 45px;
}

.promotion i,
.home-tabs i {
    float: left;
    margin: 0 20px 0 0;
}

.promotion .text,
.home-tabs .text {
    display: table;
}

.text mark {
    color: #fff;
    background: #1E3090;
    font-style: italic;
    padding: 5px 11px;
    display: inline-block;
}

[class^="tiser-"],
[class*=" tiser-"] {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    background-image: url(../images/tisers.png);
    background-repeat: no-repeat;
}

.tiser-1 {
    background-position: 0 0;
}

.tiser-2 {
    background-position: 0 -100px;
}

.tiser-3 {
    background-position: 0 -200px;
}

.tiser-4 {
    background-position: 0 -300px;
}

.tiser-5 {
    background-position: 0 -400px;
}

.ptica {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    background-image: url(../images/ptica.jpg);
    background-repeat: no-repeat;
}

.home-tabs {
    margin: 0 0 -30px;
}

.home-tabs .tabset {
    overflow: hidden;
    position: relative;
    margin: 0 0 -1px;
    display: table;
}

.home-tabs .tabset li:first-child a {
    margin: 0;
}

.home-tabs .tabset li {
    display: table-cell;
    font-size: 26px;
    line-height: 22px;
}

.home-tabs .tabset li span {
    display: block;
    font-size: 19px;
}

.home-tabs .tabset li a {
    text-decoration: none;
    color: #d8d8d8;
    position: relative;
    display: block;
    padding: 0 0 20px;
    margin: 0 0 0 40px;
}

.home-tabs .tabset li.active {
    position: relative;
}

.home-tabs .tabset li.active a {
    color: #3f3f3f;
}

.home-tabs .tabset li.active a:after,
.home-tabs .tabset li.active a:before {
    bottom: -1px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.home-tabs .tabset li.active a:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 9px;
    left: 50%;
    margin-left: -9px;
}

.home-tabs .tabset li.active a:before {
    border-color: rgba(232, 232, 232, 0);
    border-bottom-color: #e8e8e8;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

.home-tabs .tabs-list {
    border-top: 1px solid #e8e8e8;
    padding: 23px 0 0;
    overflow: hidden;
}

.home-tabs .tabs-list .tab {
    margin: 0 0 0 10px;
}

.home-tabs .tabs-list li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -3px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 0 50px;
}

.home-tabs .tabs-list i {
    margin-top: 4px;
}

.home-results {
    padding: 30px 0;
}

.home-results2 {
    margin: 0;
    padding: 0;
}

.home-results-block {
    border: 1px solid #bdbdbd;
    padding: 18px 0;
    display: table;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 0 #f7f8f8, 1px 1px 1px #f9fafc;
    -moz-box-shadow: inset 0 1px 0 #f7f8f8, 1px 1px 1px #f9fafc;
    box-shadow: inset 0 1px 0 #f7f8f8, 1px 1px 1px #f9fafc;
}

.home-results-block>div {
    display: table-cell;
    background: url(../images/bg-col.png) repeat-y 0 0;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.home-results-block .company {
    background: none;
    width: 18%;
    text-align: center;
    padding: 19px;
}

.home-results-block img {
    display: block;
    margin: 0 auto;
}

.home-results-block .showing {
    width: 30%;
    padding: 24px 20px 15px 40px;
}

.home-results-block .increase {
    width: 42%;
    padding: 0 30px;
}

.home-results-block .graph {
    padding: 4px 0 0;
}

.home-results-block .reload {
    width: 10%;
    padding: 41px 0;
    vertical-align: middle;
    text-align: center;
}

.home-results-block .reload a {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
    width: 34px;
    height: 34px;
    border: 1px solid #bdbdbd;
    -webkit-box-shadow: inset 0 1px 0 #f7f8f8, 1px 1px 1px #f9fafc;
    -moz-box-shadow: inset 0 1px 0 #f7f8f8, 1px 1px 1px #f9fafc;
    box-shadow: inset 0 1px 0 #f7f8f8, 1px 1px 1px #f9fafc;
    text-align: center;
}

.home-results-block .reload i {
    display: block;
    /*background: url('../images/sprite.png') no-repeat -375px 0;*/
    width: 14px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 9px auto 0;
}

.home-results-block .reload a:hover i {
    background-position: -375px -35px;
}

.home-results-block .increase .text {
    padding: 24px 0;
}

.showing ul {
    width: 110%;
    margin: 0 -10% 0 0;
}

.showing ul li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.showing b {
    min-width: 63px;
    display: inline-block;
}

.increase .from-to {
    font-weight: bold;
    color: #2c2c2c;
}

.increase i {
    display: inline-block;
    /*background: url('../images/sprite.png') no-repeat -350px -9px;*/
    width: 12px;
    height: 7px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 10px;
}

div.carousel {
    position: relative;
    padding: 0 58px;
    margin: 20px 0 0;
}

div.carousel div.mask {
    position: relative;
    overflow: hidden;
    width: 100%;
}

div.carousel div.mask div.slideset {
    width: 99999px;
    float: left;
}

div.carousel div.mask div.slide {
    width: 100px;
    float: left;
    height: 100px;
}

.companies-logos .slide {
    margin: 0 18px 0 0;
    height: 120px;
    display: table;
}

.companies-logos .slide a,
.companies-logos .slide>span {
    display: table-cell;
    vertical-align: middle;
    vertical-align: middle;
    text-align: center;
}

.companies-logos .slide>span>img {
    cursor: default;
}

.companies-logos .btn-prev,
.companies-logos .btn-next {
    position: absolute;
    top: 33px;
    /*background: url('../images/sprite.png') no-repeat;*/
    width: 18px;
    height: 33px;
    overflow: hidden;
    text-indent: -9999px;
}

.companies-logos .btn-prev {
    left: 0;
    background-position: -395px 0;
}

.companies-logos .btn-prev:hover {
    background-position: -397px -37px;
}

.companies-logos .btn-next {
    right: 0;
    background-position: -420px 0;
}

.companies-logos .btn-next:hover {
    background-position: -420px -37px;
}

.companies-logos .mask:before,
.companies-logos .mask:after {
    content: '';
    background: url(../images/bg-logos-gal.png) no-repeat 0 0;
    width: 52px;
    height: 120px;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 2;
}

.companies-logos .mask:after {
    left: auto;
    right: -15px;
    background-position: 0 -120px;
}

.companies-logos .slide img {
    display: block;
    cursor: pointer;
}

.companies-logos .slide a:hover img,
.companies-logos .slide a:hover canvas {
    display: none;
}

.companies-logos .slide a:hover img.fly {
    display: block !important;
}

.companies-logos .slide a canvas {
    position: relative;
    top: 2px;
}

.companies-logos .all {
    text-align: right;
    margin: -10px -58px 0 0;
    position: relative;
    z-index: 4;
}

.companies-logos .all a {
    color: #7f7f7f;
}

/* inners */
.breadcrumbs {
    margin: 27px 0;
}

.breadcrumbs h1 {
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
}

.breadcrumbs li {
    position: relative;
    font-size: 26px;
    color: #3f3f3f;
    display: inline-block;
    font-weight: 700;
}

.breadcrumbs li:before {
    content: '';
    /*background: url('../images/sprite.png') no-repeat -364px -25px;*/
    width: 7px;
    height: 7px;
    display: inline-block;
    margin: 0 10px 0 8px;
}

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

.breadcrumbs a {
    font-size: 13px;
    color: #828282;
    font-weight: normal;
}

.nav-bar {
    margin: 0 0 20px;
}

.nav-bar:after {
    content: "";
    display: block;
    clear: both;
}

.nav-bar ul {
    margin: 0 -10px;
}

.nav-bar .full-width {
    width: 100%;
}

.nav-bar .full-width li {
    margin: 0 3% 0 0;
}

.nav-bar li {
    display: inline-block;
    font-size: 16px;
    margin: 0 20px 0 0;
}

.nav-bar li a,
.nav-bar li span {
    color: #343434;
    display: inline-block;
    padding: 5px 10px 6px;
    line-height: 17px;
}

.nav-bar li.active a,
.nav-bar li.active span {
    background: #1E3090;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url(js/PIE.htc);
    position: relative;
    color: #fff;
    text-decoration: none;
}

.nav-bar .rss {
    float: right;
    line-height: 38px;
    font-size: 12px;
}

.nav-bar .rss:after {
    content: '';
    display: inline-block;
    /*background: url('../images/sprite.png') no-repeat -487px -38px;*/
    width: 69px;
    height: 38px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.nav-bar .rss a {
    margin: 0 10px 0 0;
    color: #999;
    text-decoration: none;
}

.nav-bar .rss a:hover {
    text-decoration: underline;
}

section.company {
    background: #313131 url(../images/bg-company-bg.png) repeat-x 0 0;
    height: 419px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.company .fl {
    width: 28.5%;
    text-align: center;
    padding-top: 74px;
    font-style: italic;
    height: 331px;
    position: relative;
}

.company .fr {
    width: 30.1%;
    text-align: center;
}

.company .searches {
    margin: 0 0 80px;
}

.company .searches p {
    margin: 0 0 25px;
}

.company .searches .images img {
    margin: 0 21px;
}

.company .clicks {
    position: absolute;
    bottom: 36px;
    width: 100%;
    left: 0;
}

.company .clicks p {
    margin: 0 70px 0;
    line-height: 15px;
}

.company .clicks b {
    font-size: 75px;
    color: #bef31b;
    line-height: 60px;
    display: block;
    margin: 10px 0 6px;
}

.company .stat {
    background: url(../images/bg-stat.png) no-repeat;
    width: 305px;
    height: 165px;
    margin: 56px auto 0;
    padding: 145px 0 0 0;
    font-size: 15px;
}

.company .stat div {
    font-weight: bold;
    font-size: 79px;
    line-height: 70px;
    margin: 0 0 -6px;
}

.company .stat div span {
    font-size: 30px;
    position: relative;
    top: -22px;
}

.company .center {
    background: url(../images/bg-company-center.png) no-repeat 50% 123px;
    text-align: center;
    margin-left: -20px;
}

.company .years {
    padding: 54px 0 164px 0;
}

.company .years div {
    font-size: 34px;
    line-height: 45px;
}

.company .years div span {
    color: #f2b31c;
}

.company .years p {
    font-size: 17px;
    margin: 0;
}

.company .clients {
    font-size: 16px;
    font-style: normal;
}

.company .clients i {
    display: inline-block;
    vertical-align: bottom;
    font-style: normal;
    text-align: left;
}

.company .clients span {
    font-size: 90px;
    margin: 0 0 0 -7px;
    line-height: 75px;
}

.two-col-text {
    padding: 0 0 35px 0;
    width: 100%;
}

.two-col-text .col {
    display: table-cell;
    width: 50%;
}

.two-col-text .col:first-child {
    padding: 0 60px 0 0;
}

.two-col-text:after {
    content: "";
    display: block;
    clear: both;
}

.controls {
    padding: 39px 0;
    border-top: 1px solid #cbcdd1;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

.controls a {
    color: #525252;
    position: relative;
    margin: 0 52px;
}

.controls a:before {
    content: '';
    /*background: url(../images/sprite.png) no-repeat;*/
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.controls a.pdf:before {
    background-position: -444px -2px;
    width: 35px;
    height: 38px;
}

.controls a.our-testimonials:before {
    background-position: -482px -6px;
    width: 29px;
    height: 29px;
}

.controls a.our-clients:before {
    background-position: -518px -4px;
    width: 32px;
    height: 31px;
}

div.team-slider {}

div.team-slider .slideset {
    position: relative;
    border: 2px solid #e1e1e5;
    background: #fff;
}

div.team-slider div.slide {
    position: absolute;
    z-index: 1;
}

div.team-slider div.slide img {
    width: 100%;
    height: auto;
    display: block;
}

div.team-slider div.slide.active {
    z-index: 2;
}

div.team-slider .btn-prev,
div.team-slider .btn-next {
    position: absolute;
    top: 50%;
    left: 42px;
    margin-top: -18px;
    z-index: 4;
    /*background: url(../images/sprite.png) no-repeat -398px -83px;*/
    width: 17px;
    height: 36px;
    overflow: hidden;
    text-indent: -9999px;
}

div.team-slider .btn-next {
    left: auto;
    right: 42px;
    background-position: -420px -83px;
}

div.team-slider .btn-prev:hover {
    background-position: -398px -158px;
}

div.team-slider .btn-next:hover {
    background-position: -420px -158px;
}

div.team-slider .text {
    position: absolute;
    top: 40%;
    left: 57%;
}

div.team-slider .name {
    color: #373636;
    font-size: 40px;
    line-height: 30px;
    margin: 0 0 8px;
}

div.team-slider .position {
    color: #949494;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 4px 2px;
}

div.team-slider .pagination {
    display: table;
    width: 100%;
    padding: 32px 0;
}

div.team-slider .pagination .col {
    display: table-cell;
    width: 20%;
    padding: 0 10px 0 2px;
}

div.team-slider .pagination .h {
    font-size: 12px;
    color: #b8b8b8;
    margin: 0 0 4px;
}

div.team-slider .pagination li {
    margin: 0 0 5px;
    font-size: 14px;
    color: #3f3f3f;
}

div.team-slider .pagination li a {
    color: #3f3f3f;
}

div.team-slider .pagination .active {
    text-decoration: none;
    color: #fff;
    background: #e5401f;
    padding: 2px 5px;
    margin: -2px -5px;
}

.vacancies {
    margin: 0 0 50px;
}

.vacancies:after {
    content: "";
    display: block;
    clear: both;
}

.vacancies .stickers {
    float: left;
    width: 50%;
    padding: 0 0 20px;
}

.stickers h1 {
    background: url(../images/sprite-vacations.png) no-repeat 0 0;
    width: 540px;
    height: 120px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 -10px;
}

.stickers .one {
    float: left;
    color: #fff;
    position: relative;
    margin: 0 0 0 7px;
}

.stickers h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 20px 11px;
}

.stickers h2 span {
    font-weight: bold;
    display: block;
    font-size: 16px;
    margin: 0 0 0 10px;
}

.stickers p {
    margin: 0;
}

.stickers ul {
    line-height: 15px;
    font-size: 12px;
    list-style: disc;
    margin: 0 0 0 27px;
}

.stickers ul li {
    margin: 0 0 2px;
}

.stickers .yellow {
    background: url('../images/sprite-vacations.png') no-repeat 0 -181px;
    width: 202px;
    height: 197px;
    padding: 33px 28px 0 20px;
}

.stickers .blue {
    background: url('../images/sprite-vacations.png') no-repeat -283px -181px;
    width: 209px;
    height: 192px;
    padding: 33px 28px 0 20px;
}

.stickers .button {
    position: absolute;
    top: 5px;
    left: 50%;
    margin: 0 0 0 -21px;
    background: url('../images/sprite-vacations.png') no-repeat;
    width: 42px;
    height: 31px;
}

.stickers .button.red {
    background-position: 0 -136px;
}

.stickers .button.black {
    background-position: -57px -136px;
}

.vacation-form {
    float: right;
    width: 45%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-border-radius: 12px;
    border-radius: 12px;
    behavior: url(js/PIE.htc);
    position: relative;
    border: 1px solid #b7b8b9;
    padding: 34px 50px 29px 54px;
}

.vacation-form .h {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 30px;
    line-height: 20px;
}

.vacation-form .r {
    margin: 0 0 8px;
}

.vacation-form .label {
    float: left;
    width: 34%;
    padding: 6px 0 0 0;
}

.vacation-form input[type="text"],
.vacation-form input[type="tel"],
.vacation-form input[type="email"],
.file-area .jcf-fake-input,
.vacation-form textarea {
    background: none;
    margin: 0;
    float: right;
    width: 65%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #b0b0b1;
    -moz-border-radius: 12px;
    border-radius: 12px;
    behavior: url(js/PIE.htc);
    position: relative;
    padding: 5px 10px;
    outline: none;
    background: #f0f1f8;
}

.vacation-form textarea {
    resize: none;
    height: 100px;
    overflow: auto;
}

.vacation-form .button-block {
    float: right;
    width: 65%;
}

/* hide original element */
.jcf-hidden {
    display: block !important;
    position: absolute !important;
    left: -9999px !important;
    /* change to right: -9999px on RTL sites */
}

/* custom file input */
.file-area .jcf-input-wrapper {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    width: 65%;
    /*overflow: hidden;*/
    float: right;
    padding: 0 100px 0 0;
}

.file-area .jcf-upload-button {
    float: right;
    width: 90px;
    margin: 2px -97px 0 -3px;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
}

.file-area .jcf-fake-input {
    float: left;
    width: 100%;
    height: 28px;
}

.file-area .jcf-fake-input em {
    font-style: normal;
}

.file-disabled .jcf-upload-button {
    border-color: #eee;
    background-color: #eee;
    color: #777;
}

.file-disabled .jcf-fake-input {
    border-color: #eee;
    color: #aaa;
}

/* custom scrollbars styles */
.scrollable-area-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.scrollable-area-wrapper .hscrollbar,
.scrollable-area-wrapper .vscrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
}

.scrollable-area-wrapper .hscroll-left,
.scrollable-area-wrapper .vscroll-up,
.scrollable-area-wrapper .hscroll-right,
.scrollable-area-wrapper .vscroll-down {
    background: #777;
    width: 15px;
    height: 15px;
    float: left;
    display: none;
}

.scrollable-area-wrapper .hscroll-line,
.scrollable-area-wrapper .vscroll-line {
    background: url(../images/bg-hscroll-line.png) repeat-x top;
    width: 20px;
    float: left;
}

.scrollable-area-wrapper .hscroll-slider,
.scrollable-area-wrapper .vscroll-slider {
    background: url(../images/bg-hscroll-slider.png) repeat-x top;
    width: 20px;
    height: 11px;
    border-bottom: 1px solid #8c8c8d;
    border-right: 1px solid #b9b9bc;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.scrollable-area-wrapper .hscroll-slider:after {
    content: '';
    background: url(../images/bg-scrollabar.png) no-repeat;
    width: 11px;
    height: 5px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 50%;
    margin: 0 0 0 -6px;
}

.scrollable-area-wrapper .hscrollbar {
    position: static;
    height: 20px;
    top: auto;
}

.scrollable-area-wrapper .hscroll-line {
    height: 15px;
    width: auto;
}

section.actions {
    padding: 0 0 1px;
}

.actions .action {
    margin: 0 0 25px;
}

.actions .action:after {
    content: "";
    display: block;
    clear: both;
}

.actions .action .image {
    position: relative;
    border: 2px solid #e1e1e5;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

.actions img {
    width: 100%;
    height: auto;
}

.actions time {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #cacaca;
}

.action-description {
    border: 2px solid #e1e1e5;
    border-top: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    background: #f7f7f7;
    padding: 25px 25px 10px;
}

.actions .opener {
    float: right;
    width: 46px;
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    /*background: #434343 url('../images/sprite.png') no-repeat -556px 0;*/
    margin: -2px 0 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #98989b;
}

.actions .opener:hover {
    background-color: #d86023;
}

.actions .active .opener {
    background-position: -556px -35px;
}

.news-listing {
    overflow: hidden;
    margin: -20px 0 0;
}

.news-listing .list {
    margin: -1px 0 0;
}

.news-listing .list li {
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #dbdbe1;
    width: 50%;
    margin: 0 -3px 0 0;
    padding: 29px 0;
}

.news-listing .image {
    float: left;
    margin: 0 15px 0 0;
}

.news-listing img {
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
    position: relative;
}

.news-listing .text {
    font-size: 14px;
    display: table;
    padding: 0 20px 0 0;
}

.news-listing .text .h {
    font: bold 16px/20px Arial, Helvetica, sans-serif;
    margin: 6px 0 10px;
}

.news-listing .text p {
    font: 14px Arial, Helvetica, sans-serif;
}

.date {
    overflow: hidden;
}

.date .day {
    color: #797979;
    font-size: 32px;
    float: left;
    line-height: 30px;
    margin: 0 4px 0 0;
}

.date .year {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #d0d0d0;
    margin: 0 0 -3px;
    padding: 3px 0 0;
}

.date .month {
    font-size: 12px;
    line-height: 12px;
    color: #797979;
}

.news-content {
    padding: 10px 0;
}

.paging {
    border-top: 1px solid #dbdbe1;
    padding: 33px 0 28px;
    text-align: center;
}

.paging li {
    display: inline;
    font: bold 16px Arial, Helvetica, sans-serif;
    margin: 0 14px;
    color: #e7542d;
}

.paging a {
    color: #5b5b5b;
    text-decoration: none;
}

.paging a:hover {
    text-decoration: underline;
}

.paging .prev a,
.paging .next a {
    display: inline-block;
    /*background: url('../images/sprite.png') no-repeat -97px -87px;*/
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
}

.paging .prev.disabled a {
    background-position: -97px -113px;
}

.paging .prev a:hover {
    background-position: -97px -100px;
}

.paging .next a {
    background-position: -110px -87px;
}

.paging .next.disabled a {
    background-position: -110px -113px;
}

.paging .next a:hover {
    background-position: -110px -100px;
}

.text-content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 15px;
}

.newsletter {
    padding: 12px 208px 30px 0;
    overflow: hidden;
    border-top: 1px solid #d7d8df;
}

.newsletter .present {
    float: right;
    text-align: center;
    width: 208px;
    margin: 0 -208px 0 0;
}

.newsletter-form {
    margin: 20px 0 0;
}

.newsletter-form fieldset {
    background: url(../images/bg-newsletter.png) no-repeat 0 -62px;
    padding: 0 0 0 13px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.newsletter-form fieldset .holder {
    background: url(../images/bg-newsletter.png) no-repeat 100% 0;
    height: 62px;
    padding: 18px 0 0 10px;
}

.newsletter-form .ttl {
    padding: 2px 0 0 0;
    color: #4b4b4b;
    text-shadow: 1px 1px 0 #fff;
}

.newsletter-form .text {
    width: 18% !important;
    margin: 0 10px 0 0 !important;
}

.newsletter-form .btn {
    width: auto;
    padding: 0 20px 2px;
}

.info {
    color: #8c8c8c;
    font-style: italic;
    margin: -8px 0 0 13px;
}

.clients-listing {
 }

.clients-listing .list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 10px;
}

.clients-listing .list li {
    display: inline-block;
    vertical-align: top;
}

.clients-listing .image {
    width: 100%;
}

.clients-listing .image a {
    text-align: center;
}

.clients-listing .text {
    border-top: 1px solid #fff;
    padding: 25px 0;
    font: 14px/15px Arial, Helvetica, sans-serif;
}

.clients-listing .bar {
    margin: 20px 0 0;
    font-size: 16px;
    height: 1%;
}

.clients-listing .bar:after,
.testimonials-listing li:after {
    content: "";
    display: block;
    clear: both;
}

.clients-listing .url {
    float: left;
}

.clients-listing a.testimonial {
    float: right;
}

a.testimonial {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    /*background: url('../images/sprite.png') no-repeat -134px -86px;*/
    width: 28px;
    height: 19px;
}

.testimonials-listing {
    padding: 0 0 20px;
}

.testimonials-listing li {
    margin: 0 0 40px;
}

.testimonials-listing .company {
    float: left;
    margin: 0 12px;
    text-align: center;
    width: 246px;
}

.testimonials-listing .image {
    margin: 0 0 36px;
}

.testimonials-listing .url {
    font-size: 16px;
}

.testimonials-listing .document {
    float: left;
    behavior: url(js/PIE.htc);
    position: relative;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    margin: 0 80px 0 0;
}

.testimonials-listing .text {
    display: table;
    position: relative;
    line-height: 15px;
    font-size: 14px;
}

.testimonials-listing .text blockquote {
    border: 1px solid #707073;
    padding: 22px 22px 10px;
    margin: 0;
}

.testimonials-listing .text:before {
    content: '';
    position: absolute;
    left: -55px;
    top: 28px;
    /*background: url('../images/sprite.png') no-repeat 0 -164px;*/
    width: 56px;
    height: 18px;
}

/* ORDER */
.order {
    padding: 0 0 40px;
}

.order h1 {
    font-size: 20px;
    color: #191919;
    margin: 0 0 20px;
    font-weight: normal;
}

.attention {
    font-size: 14px;
    color: #838383;
}

.attention:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    /*background: url('../images/sprite.png') no-repeat -165px -86px;*/
    width: 21px;
    height: 20px;
    margin: -2px 11px 0 0;
}

.order-block {
    margin: 30px 0 0 0;
    behavior: url(js/PIE.htc);
    position: relative;
    border: 1px solid #cbcccf;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
    background: #fff url(../images/bg-order-form.png) no-repeat 50% 100%;
    background-size: 100% auto;
    padding: 0 443px 0 0;
}

.order-block:after {
    content: "";
    display: block;
    clear: both;
}

.order-block .from-phone {
    float: right;
    margin: -14px -380px 0 0;
}

.from-phone {
    color: #fff;
    background: url(../images/bg-from-phone.png) no-repeat;
    width: 306px;
    height: 146px;
    text-align: center;
    padding: 31px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.from-phone .number {
    font-weight: bold;
    font-size: 29px;
    line-height: 29px;
    margin: 12px 0 6px;
}

.from-phone .free {
    font-style: italic;
    color: #f4d6cb;
    font-size: 14px;
}

.order-form {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 43px 0 40px 40px;
}

.order-form .r {
    margin: 0 0 16px;
    padding: 0 0 0 209px;
}

.order-form .label {
    float: left;
    width: 209px;
    margin: 0 0 0 -209px;
    line-height: 34px;
    font-size: 18px;
}

.order-form .label span {
    color: #e5532c;
}

.order-form .r input,
.order-form .r textarea {
    border: 1px solid #bdbdbd;
    behavior: none;
    position: relative;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 2px #e9e9e9;
    -moz-box-shadow: inset 0 1px 2px #e9e9e9;
    box-shadow: inset 0 1px 2px #e9e9e9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 33px;
    line-height: 20px;
    padding: 5px 10px;
}

.order-form .r textarea {
    resize: none;
    height: 172px;
    overflow: auto;
}

.order-form .button-block {
    padding: 0 0 0 209px;
}

.order-form .button-block input {
    width: auto;
    padding: 0 45px;
}

/* CONTACTS */
section.contacts {
    padding: 0 0 40px;
}

section.contacts:after {
    content: "";
    display: block;
    clear: both;
}

.contacts .map {
    float: left;
    border: 1px solid #9e9e9e;
    width: 50%;
    overflow: hidden;
}

.contacts .map img {
    width: 100%;
    height: auto;
}

.contact-info {
    float: right;
    width: 46%;
}

.contact-info dl {
    margin: 0;
    padding: 20px 0 8px 90px;
    height: 1%;
    overflow: hidden;
    border-bottom: 1px solid #c5c6cd;
}

.contact-info dl dt {
    float: left;
    width: 90px;
    margin: 0 0 21px -90px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}

.contact-info dl dd {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 21px;
}

.contact-info dl a {
    color: #117ee3;
}

.contact-info dl a:hover {
    color: #e5532c;
    text-decoration: underline;
}

.contacts-gallery {
    padding: 29px 0 25px;
    border-top: 1px solid #fafbfc;
}

.contacts-gallery li:first-child {
    margin: 0;
}

.contacts-gallery li {
    display: inline-block;
    margin: 0 0 0 2%;
    width: 31%;
    vertical-align: top;
}

.contacts-gallery li img {
    behavior: url(js/PIE.htc);
    position: relative;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    width: 100%;
    height: auto;
}

.transport {
    color: #4f4f4f;
    margin: 0;
    border-bottom: 1px solid #c5c6cd;
    padding: 0 0 25px;
}

.qr {
    border-top: 1px solid #fafbfc;
    padding: 23px 0 0 0;
    width: 100%;
    overflow: hidden;
    display: table;
}

.qr .code {
    display: table-cell;
    width: 162px;
}

.qr .text {
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
}

.qr b {
    font-size: 16px;
}

.qr em {
    font-size: 14px;
    color: #5f5f5f;
}

/* A-Z */
.nav-sections {
    border-top: 1px solid #cdced2;
    border-bottom: 1px solid #fafafb;
}

.nav-sections nav {
    border-top: 1px solid #fafafb;
    border-bottom: 1px solid #cdced2;
    padding: 21px 0;
    font-size: 14px;
}

.nav-sections .h {
    margin: 0 0 15px;
    font-size: 16px;
    color: #202020;
}

.nav-sections li {
    display: inline;
    margin: 0 10px 0 0;
}

.nav-sections a {
    color: #343434;
    margin: 0 10px 0 0;
}

.az {
    padding: 21px 0 21px 0;
    margin: 0 -30px 0 0;
    overflow: hidden;
}

.az a {
    color: #343434;
}

.az .col {
    float: left;
    width: 22%;
    margin: 0 3% 0 0;
    font-size: 14px;
}

.az .letter {
    float: left;
    font-size: 24px;
    line-height: 24px;
    color: #202020;
    width: 35px;
    margin: 2px 0 0;
}

.az .one {
    overflow: hidden;
    margin: 0 0 30px;
}

.az ul {
    display: table;
}

.az ul li {
    margin: 0 0 -3px;
}

.az li a,
.az li span {
    color: #343434;
    display: inline-block;
    padding: 4px 7px;
    line-height: 17px;
}

.az li.active a,
.az li.active span {
    background: #1E3090;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url(js/PIE.htc);
    position: relative;
    color: #fff;
    text-decoration: none;
}

.two-col {
    padding: 0 312px 30px 0;
}

.two-col:after {
    content: "";
    display: block;
    clear: both;
}

.two-col .sidebar {
    float: right;
    margin: 0 -312px 0 0;
    width: 270px;
    padding: 0 0 0 42px;
}

.two-col .sidebar .ad {
    border: 1px solid #cacbd2;
    margin: 0 0 30px;
}

.two-col .sidebar .ad img {
    width: 100%;
    height: auto;
}

.two-col .text-content {
    width: 100%;
    color: #4c4b4b;
    font-size: 14px;
}

.text-content .imageleft {
    float: left;
    margin: 0 20px 0 0;
}

.text-content h2 {
    clear: left;
    font-size: 22px;
    margin: 20px 0 20px;
}

.text-content .h2 {
    clear: left;
    font-size: 16px;
}

.text-content ul,
.text-content ol {
    margin-bottom: 1.2em;
}

.text-content ul>li {
    padding: 0 0 0 33px;
    background: url(../images/bullet.png) no-repeat 9px 2px;
    margin: 0 0 8px;
}

.text-content p.mark {
    color: #fff;
    background: #e98259;
    padding: 10px;
    line-height: 20px;
    margin: 20px 0;
}

.tags {
    border: 1px solid #cacbd2;
    position: relative;
    margin: 0 0 23px;
    background: #f3f4f9 url(../images/bg-tags.jpg) repeat;
    padding: 31px 20px 20px 36px;
}

.tags:before {
    content: '';
    position: absolute;
    top: -26px;
    left: -28px;
    /*background: url('../images/sprite.png') no-repeat -209px -87px;*/
    width: 57px;
    height: 56px;
}

.tags .h {
    font-size: 16px;
    margin: 0 0 15px;
}

.tags li {
    font-size: 14px;
    margin: 0 0 4px;
}

.tags a {
    color: #363636;
}

.back {
    text-align: center;
    margin: 20px 0 0;
}

.back a:after {
    content: '';
    display: inline-block;
    /*background: url('../images/sprite.png') no-repeat -134px -111px;*/
    width: 17px;
    height: 15px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

div.services {
    position: relative;
    padding: 0 56px;
}

div.services .slideset {
    position: relative;
    border: 1px solid #bfbfbf;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

div.services div.slide {
    position: absolute;
    z-index: 1;
    height: 228px;
    width: 100%;
}

div.services div.slide img {}

div.services div.slide.active {
    z-index: 2;
}

div.services .text {
    position: absolute;
    top: 42px;
    right: 42px;
    width: 260px;
    background: #262626;
    color: #fff;
    font-size: 14px;
    padding: 15px 25px 5px;
}

div.services .h {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}

div.services .pagination {
    text-align: center;
    font: 16px Arial, Helvetica, sans-serif;
    padding: 25px 0 10px;
}

div.services .pagination li {
    display: inline;
    margin: 0 20px;
}

div.services .pagination a {
    text-decoration: none;
    color: #6b6b6b;
}

div.services .pagination a:hover {
    text-decoration: underline;
}

div.services .pagination .active a {
    color: #e5532c;
}

div.services .btn-prev,
div.services .btn-next {
    position: absolute;
    top: 92px;
    left: 0;
    /*background: url('../images/sprite.png') no-repeat -273px -87px;*/
    width: 23px;
    height: 47px;
    overflow: hidden;
    text-indent: -9999px;
}

div.services .btn-next {
    left: auto;
    right: 0;
    background-position: -299px -87px;
}

.client .h {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 20px;
}

.client-stat {
    padding: 0 0 45px;
}

.promotion-results {
    padding: 0 0 30px;
}

.promotion-results:after {
    content: "";
    display: block;
    clear: both;
}

.promotion-results .col {
    width: 49%;
}

.promotion-results .col .search-logo {
    height: 40px;
}

.promotion-results .col .box {
    background: #fff;
    behavior: url(js/PIE.htc);
    position: relative;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.20);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.20);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px;
}

.promotion-results .col li {
    padding: 5px 14px 5px 10px;
    overflow: hidden;
    height: 1%;
}

.promotion-results .col li a {
    float: left;
    color: #292929;
}

.promotion-results .col li span {
    float: right;
    font-weight: bold;
}

.promotion-results .col li:nth-child(odd) {
    background: #f5f5f5;
}

.client-info {
    border-bottom: 1px solid #f9fafc;
    margin: 0 0 30px;
}

.client-info .holder {
    border-bottom: 1px solid #cdced2;
    padding: 0 0 20px;
    overflow: hidden;
    height: 1%;
}

.client-info .image {
    float: left;
    margin: 6px 40px 0 0;
}

.client-info .text {
    display: table;
}

.client-info .url {
    font-size: 16px;
    margin: 0 0 10px;
}
.footer-tel {
position: fixed;
right: 10px;
bottom: 30px;
z-index: 12;
width: 55px;
height: 55px;
background: url(/assets/templates/site/images/phone.png) no-repeat, #24379b;
background-position: center;
border-radius: 30px;
background-size: 20px;
cursor: pointer;
}

/* styles for navigation at screen and (max-width: 1023px) and (min-width: 767px) */
@media only screen and (max-width: 1000px) and (min-width: 767px) {}

/* styles for screen and (max-width: 1023px) */
@media only screen and (max-width: 1240px) {
    .column-holder {
        background: none !important;
    }

    .tarifs .tabset li {
        width: 20%;
    }
}

@media only screen and (max-width: 1180px) {
    .logo {
        left: 10px;
    }

    .main {
        padding-left: 10px;
        padding-right: 10px;
    }

    #nav>li>a {
        font-size: 13px;
        text-wrap: nowrap;
    }
#nav>li.has-drop-down:after {
display:none;
}

    #nav>li {
        margin: 0 -0px 0 0;
        padding: 0 10px;
    }

    .slogan {
        left: 212px;
    }

    .your-city {
        left: 400px;
    }

    .call-me {
        left: 400px;
        top: 30px;
    }

    .sites {
        left: 170px;
    }

    .phones {
        right: 10px;
    }

    .promote {
        right: 10px;
    }

    #footer address {
        margin: 0 20px 0 0;
        width: auto;
    }

    #footer address .phone {
        font-size: 20px;
        line-height: 34px;
    }

    #footer address p {
        font-size: 12px;
    }

    .search input[type=text] {
        width: 245px;
    }

    #footer .mirpromo {
        margin: 0 14px 0 0;
    }

    #footer .copy {
        font-size: 12px;
    }

    .column-holder {
        background: none !important;
        padding-right: 344px;
    }

    .right-column {
        margin-right: -344px;
    }

    /*.home-columns .left-column {width:650px;}*/
    .tarifs {
        margin-top: -24px;
    }

    .tarifs .ttl {
        line-height: 24px;
        font-size: 15px;
        margin: 0 0 2px;
        text-shadow: 1px 1px 0 #fff;
        font-weight: bold;
    }

    .tarifs .tabset li {
        width: 20%;
    }

    .tarifs .tab {
        padding: 20px 15px 0 250px;
    }

    .tarifs .tabset {
        font-size: 12px;
        padding: 0;
    }

    .tab-bar {
        padding-left: 0;
    }

    .audit .inputs {
        clear: both;
        display: block;
        width: 100%;
        padding: 8px 0 0 0;
    }

    .home-tabs .tabset li a {
        font-size: 22px;
        line-height: 18px;
        margin: 0 0 0 28px;
        padding: 0 0 16px;
    }

    .home-tabs .tabset li span {
        font-size: 16px;
    }

    .home-tabs .text {
        font-size: 12px;
        line-height: 15px;
    }

    .home-results-block .showing,
    .home-results-block .increase {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-bar li {
        margin-right: 1.1% !important;
    }

    .company .clicks b {
        font-size: 70px;
    }

    .company .clicks p {
        margin: 0 40px;
    }

    .company .searches .images img {
        margin: 0 5px;
    }

    .company .center {
        background-size: 412px 134px;
        background-position: 48% 65%;
        margin: 0 -100px;
    }

    .stickers .one {
        margin: 0 -10px 0 0;
    }

    .stickers h1 {
        width: 500px;
        height: 110px;
        background-size: 500px 391px;
    }

    .newsletter-form .ttl {
        font-size: 16px;
        margin: 0 20px 0 0;
    }
}

@media only screen and (max-width: 959px) {
    .tarifs .text {
        font-size: 11px;
    }

    .home-tabs .tabset li a {
        margin: 0 0 0 18px;
    }

    .nav-bar li {
        margin-right: 0.5% !important;
    }

    div.team-slider .text {
        left: 50%;
    }
}

/* @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-ms-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {}

.cols:after {
    content: "";
    display: block;
    clear: both;
}

.cols [class^="col"],
.cols [class*=" col"] {
    float: left;
}

.col3 {
    width: 70%;
}

.col2 {
    width: 26%;
    float: right !important;
}

.col2 .testimonials-block {
    margin: 0 6px 50px;
}

.col2 .works {
    margin: 0 6px 50px;
}

.col4 {
    width: 26%;
    float: right !important;
    padding-top: 350px;
    padding-top: 395px;
}

ol.numbered {
    counter-reset: listCounter;
    list-style: none;
    padding: 0;
    margin: 0 10px 1em 0;
    font-family: Arial, Helvetica, sans-serif;
}

ol.numbered li {
    counter-increment: listCounter;
    padding: 0 0 0 45px;
    margin: 0 0 20px;
    font-style: italic;
    position: relative;
}

ol.numbered li:before {
    content: counter(listCounter);
    counter-increment: item;
    width: 38px;
    height: 38px;
    display: inline-block;
    /* background: url(../images/icons-color.png) no-repeat 0 0; */
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font: italic 20px/38px Arial, Helvetica, sans-serif;
    color: #fff;
}

ol.numbered2 {
    counter-reset: listCounter;
    list-style: none;
    padding: 0;
    margin: 0 10px 1em 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

ol.numbered2 li {
    counter-increment: listCounter;
    padding: 10px 0 0 45px;
    margin: 0 0 20px;
    font-weight: bold;
    position: relative;
}

ol.numbered2 li:before {
    content: counter(listCounter);
    counter-increment: item;
    width: 38px;
    height: 38px;
    display: inline-block;
    /* background: url(../images/icons-color.png) no-repeat 0 0; */
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font: italic 20px/38px Arial, Helvetica, sans-serif;
    color: #fff;
}

.service-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin: 0 0 1em;
}

.service-list:after {
    content: "";
    display: block;
    clear: both;
}

.service-list li {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.service-list img {
width: 100%;
}

.service-list .name {
    font: bold 15px Arial, Helvetica, sans-serif;
    margin: 0 0 1em;
}

.service-list .name a {
    color: #404040;
}

.service-list .name:before {
    margin-right: 10px;
}

.service-list.shadow {
    background: #fcfcfc url(../images/bg-texture.png) repeat;
    border-top: 1px solid #f6f8fb;
    border-bottom: 1px solid #f6f8fb;
    margin: 1em -9999px 2em;
    padding: 20px 9999px 10px;
    box-shadow: inset 0 0 10px #999;
    behavior: url(js/PIE.htc);
    position: relative;
}

/*Pagination*/
.pagination {
    padding: 5px 0px;
    list-style: none;
margin: auto;
grid-column: 1;
}

.pagination a {
    text-decoration: none;
    color: #717171;
    font: bold 16px Arial, sans-serif;
    padding: 5px;
    background: #ffffff;
}

.pagination a:hover {
    color: #ffffff;
    background: #1E3090;
}

.pagination .ditto_currentpage {
    text-decoration: none;
    color: #ffffff;
    font: bold 16px Arial, sans-serif;
    padding: 5px;
    background: #1E3090;
}

.pagination .ditto_previous_link,
.pagination .ditto_next_link {
    margin: 0 10px;
}

.pagination .ditto_page {
    text-decoration: none;
    color: #717171;
    font: bold 16px Arial, sans-serif;
    padding: 5px;
    background: #ffffff;
}

.pagination span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.lightview img {
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 100%;
}

.lightview2 img {
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    max-width: 200px;
    max-height: 200px;
}

.errors {
    margin: 10px;
    color: red;
}

#form_alert_text {
    vertical-align: middle;
    font-weight: bold;
    padding-top: 10%;
}

.address {
    display: inline-block;
}

/* .address2 {display: inline-block;margin: 0 0 0 50px;border-left: 2px solid #ccc;padding-left: 50px;} */
#nav li ul li ul {
    left: 107%;
    top: -18px;
}

/*order form*/
.form-home {}

.uni_form_order {
    width: 100%;
    margin: 0px auto;
    position: relative;
    text-align: center;
    background: #3c3c3c;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.uni_form_order .form_name {
    margin: 20px;
    text-align: left;
    padding-top: 24px;
    padding-left: 266px;
    margin-bottom: 0px;
    font: bold 22px Arial, Helvetica, sans-serif;
    margin: 0 0 1em;
}

.uni_form_order .errors {
    color: #d11e19;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    max-width: 656px;
}

.uni_form_order .fields .field label,
.form_name {
    color: #fff;
    display: block;
}

.uni_form_order .fields .field input.error,
.uni_form_order .fields .field textarea.error {
    border: 2px solid #d11e19;
}

.uni_form_order .fields {}

.uni_form_order .fields .field {
    width: 45%;
    display: inline-block;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    margin-left: 39px;
}

.uni_form_order .fields .field input {
    width: 80%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 4px 10px;
    margin: 2px 0 4px;
    border: 0;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 2px 4px #999;
    -moz-box-shadow: inset 0 2px 4px #999;
    box-shadow: inset 0 2px 4px #999;
}

.uni_form_order .fields .field textarea {
    width: 100%;
    margin: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 4px 10px;
    margin: 2px 0 4px;
    border: 0;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 2px 4px #999;
    -moz-box-shadow: inset 0 2px 4px #999;
    box-shadow: inset 0 2px 4px #999;
}

.uni_form_order input[type=submit] {
    margin-bottom: 20px;
    position: absolute;
    right: 385px;
    /*right: 77px;*/
}

.uni_form_order .fields .helper {
    color: #fff;
    position: absolute;
    left: -20px;
    bottom: 7px;
}

.uni_form_order .form_control {
    text-align: left;
    padding-left: 35px;
    min-height: 45px;
}

.uni_form_order .success {
    color: #fff;
    padding-bottom: 25px;
}

.uni_form_order .fields .cl_page_title,
.uni_form_order .fields .cl_fio {
    display: none;
}

.product_type {
    background: rgba(34, 49, 199, 0.13);
    border-top: 3px solid #1e3090;
    margin: 30px 0;
    padding: 20px 10px 3px 12px;
}

product_type:after {
    content: '';
    display: block;
    clear: both;
}

.product_type .product_img {
    float: left;
    padding: 0 15px 5px 0;
    display: inline-block;
}
.product_type .product_desc {
    display: inline-block;
    max-width: 480px;
}

.page_price {
    border: 1px solid #000;
    padding: 3px;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.page_price th {
    border: 1px solid #000;
    padding: 3px;
    background: #414141;
    color: #fff;
}

.page_price td {
    border: 1px solid #000;
    padding: 3px;
    text-align: center;
}

.page_price td:first-child {
    width: 45%;
}

.page_price ul {
    margin-top: 1.2em;
}

.bottomtext ul {
    list-style: disc;
    margin: 5px 0 15px 35px;
}

.bottomtext h1,
h2 {
    margin-top: 25px;
}

.conteiner:after,
.text-content>table:after {
    content: '';
    display: block;
    clear: both;
}

.form-home:before {
    content: '';
    display: block;
    clear: both;
}

.form-home .popup_uni_form {
    margin-top: 30px;
}

.oder-button-small {
    text-align: right;
    margin: 25px 5px 20px 0;
    display: block;
}

.oder-button-small a {
    text-align: right;
    font-size: 21px;
    text-transform: uppercase;
    background: #ffdb45;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    color: #101a4e;
}

.oder-button-small a:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

form#contact-form label:nth-of-type(2) {
    display: none;
}

.tab143 {
    width: 100%;
    border: 1px solid #1e3090;
    border-collapse: collapse;
}

.tab143 td {
    border: 1px solid #1e3090;
    border-collapse: collapse;
    padding: 3px;
}

.tab143 th {
    border: 1px solid #1e3090;
    border-collapse: collapse;
    padding: 3px;
    background: #d4d7f3;
}

.right-column>.ad>a {
    margin-bottom: 20px;
    display: block;
}

/* .service-list li:nth-child(2) { box-shadow: 0px 0px 1px 0px rgba(187, 193, 255, 0.72); border-radius: 0 50px; } .service-list li:nth-child(4) { box-shadow: 0px 0px 1px 0px rgba(187, 193, 255, 0.72); border-radius: 0 50px; } */
.main.main-last .list li {
    background: none;
}

.slideset {
    display: flex;
}

.circle {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    font-size: 20px;
    color: #000;
    line-height: 100px;
    text-align: center;
}

.ral-1014 {
    background: #decda2;
}

.ral-1015 {
    background: #e6d8be;
}

.ral-1018 {
    background: #fcd93a;
}

.ral-3003 {
    background: #850b23;
}

.ral-3005 {
    background: #571e29;
}

.ral-3009 {
    background: #6b302b;
}

.ral-3011 {
    background: #781f24;
}

.ral-5005 {
    background: #004487;
}

.ral-6002 {
    background: #27612f;
}

.ral-6005 {
    background: #0e4236;
}

.ral-7004 {
    background: #999a9e;
}

.ral-7005 {
    background: #6c706e;
}

.ral-8017 {
    background: #45302b;
}

.ral-9002 {
    background: #d8d9d4;
}

.ral-9003 {
    background: #f7f8fa;
}

.link-obj {
    font-size: 18px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #223598, #2f47b1, #223598);
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    color: #fff;
}

a link-obj {
    color: #fff;
}

.marg {
    margin-top: 35px;
}

.flex_wrap {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
}

.flex_wrap .flex_row {
    flex-basis: 31%;
    max-width: 100%;
    min-width: 230px;
    position: relative;
}

.flex_wrap .img {
    width: 100%;
    min-width: 200px;
    max-height: 150px;
    margin: 15px 0;
    overflow: hidden;
}

.img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition-duration: 2s;
    transition-property: transform;
    filter: none;
}

.flex_wrap .flex_row p {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    margin: 0;
    padding: 10px 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(#223598, #2f47b1, #223598);
    text-align: center;
    z-index: 2;
}

.flex_row p a {
    text-decoration: none;
    display: block;
    color: white;
}

.flex_wrap .flex_row:hover p {
    background: linear-gradient(#071048, #2f47b1, #050b2d);
}

.flex_wrap .flex_row:hover img {
    transform: scale(1.2);
    transition-duration: 2s;
    transition-property: transform;
    filter: none;
}

.object {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    background: linear-gradient(#223598, #2f47b1, #223598);
    text-decoration: none;
    color: white;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    width: 140px;
}

.object:hover {
    text-decoration: none;
    background: linear-gradient(#071048, #2f47b1, #050b2d);
}

.blue {
    display: block;
    padding: 15px;
    border-radius: 4px;
    width: 85%;
    text-align: center;
    margin: 20px auto 0 auto;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    background: linear-gradient(#223598, #2f47b1, #223598);
}

.blue:hover {
    background: linear-gradient(#071048, #2f47b1, #050b2d);
}

.h3 {
    font-size: medium;
    font-weight: bold;
}

.contentblockbutton-custom {
    margin: 25px 5px 20px 0;
}

.contentblockbutton-custom a {
    font-size: 21px;
    text-transform: uppercase;
    background: #ffdb45;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    color: #101a4e;
    margin-left: 10%;
}

.contentblockbutton-custom a:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

.contentblockimg-custom {
    padding-bottom: 30px;
}

.bluebutton {
    font-size: 21px;
    padding: 7px;
    background: #1c2dc7;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    color: white;
    text-decoration: none;
}

.bluebutton a {
    color: white;
    text-decoration: none;
}

.bluebuttonmar {
    margin: 20px 20px;
}

table.table_yellow {
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 15px;
}

table.table_yellow th {
    padding: 15px;
    background: linear-gradient(180deg, #E1C718, #F0E17A);
}

table.table_yellow th:first-child {
    text-align: left;
}

table.table_yellow td:not(:first-child) {
    text-align: center;
}

table.table_yellow td {
    border-bottom: 1px solid #F0C24F;
    padding: 10px 15px;
    transition: all 0.4s;
}

table.table_yellow tr:hover td {
    background: rgba(240, 225, 122, 0.5);
    transition: all 0.3s;
}

table.table_yellow tr:not(:first-child):hover {
    box-shadow: 0 0 3px 1px #f0c24f;
}

table.table_yellow tr:first-child {
    box-shadow: 0 0 3px 1px #f0c24f;
}

.ceny_block {
    border: 4px outset #f9e8bd;
    margin-top: 25px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 20px 5px 20px 5px;
}

.ceny_block>div {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.ceny_block a {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    background: radial-gradient(#ffb500, #ffd56b);
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
}

.ceny_block a:hover {
    transition: all 0.3s;
    transform: translateY(2px);
    box-shadow: 0 2px 3px 0 black;
}

ul#nav>li {
    margin: 0 !important;
    padding: 0 9px !important;
}

.link-obj {
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.marg {
    margin-top: 15px;
}

.zima_blue {
    color: #1E3090;
    font-size: medium;
    font-weight: bold;
}

.strohka {
}

.iconcaspisok {
}

.iconcaspisok .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33%;
    width: 32px;
    height: 32px;
}

.widthimgcastom img {
    width: 80px;
    margin: 5px auto;
    display: block;
}

.stroka-text {
    padding-left: 1px;
    padding-top: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #1e3090;
}

.adekpad {
    padding-bottom: 20px;
    display: flex;
}

.text_span {
    color: #1e3090;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 220px;
    line-height: 17px;
}

.adekdiv {
    width: 100%;
}

.adekdiv2 {
    display: flex;
}

.80 width {
    width: 80%;
    margin-bottom: 25px;
}

.kakh2,
.h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-top: 25px;
}

.flex_wrap2 {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
}

.flex_wrap2 .flex_row2 {
    flex-basis: 24%;
    max-width: 100%;
    min-width: 230px;
    position: relative;
}

.flex_wrap2 .img {
    width: 100%;
    min-width: 200px;
    margin: 15px 0;
    overflow: hidden;
}

.flex_wrap2 .flex_row2 p {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    margin: 0;
    padding: 10px 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(#223598, #2f47b1, #223598);
    text-align: center;
    z-index: 2;
}

.flex_row2 p a {
    text-decoration: none;
    display: block;
    color: white;
}

.flex_wrap2 .flex_row2:hover p {
    background: linear-gradient(#071048, #2f47b1, #050b2d);
}

.flex_wrap2 .flex_row2:hover img {
    transform: scale(1.2);
    transition-duration: 2s;
    transition-property: transform;
    filter: none;
}

.knop-psk a {
    padding: 7px;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 600;
    background: linear-gradient(#c1b32e, #f1de2e, #c5b624);
    margin: 5px 0px 5px 0px;
}

.knop-psk a:hover {
    padding: 8px;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 600;
    background: linear-gradient(#948a2e, #dac715, #908517);
    margin: 5px 0px 5px 0px;
}

.knop-psk p {
    margin-bottom: 20px;
    margin-left: 20px;
}

.flex_wrap3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.flex_wrap3 .flex_row3 {
    flex-basis: 24%;
    max-width: 100%;
    min-width: 230px;
    position: relative;
}

.flex_wrap3 .img {
    width: 100%;
    min-width: 200px;
    margin: 15px 0;
    overflow: hidden;
}

.flex_wrap3 .flex_row3 p {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    margin: 0;
    padding: 10px 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(#223598, #2f47b1, #223598);
    text-align: center;
    z-index: 2;
    color: white;
}

.flex_row3 p a {
    text-decoration: none;
    display: block;
    color: white;
}

.psk-icon {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 10px;
text-align: center;
}

.psk-icon p {
    color: #1e3090;
    font-weight: 700;
    margin-top: 5px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.politika {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.polictic {
    font-size: 11px;
}

.polictic a {
    color: #889bff;
}

ul.etapy {
    list-style-image: url(/assets/templates/site/images/check-list.png);
    list-style-position: inside;
}

ul.etapy li,
ul.check-list li {
    background: none;
    padding-left: 10px;
}

ul.check-list {
    list-style-image: url(/assets/templates/site/images/plus-list.png);
    list-style-position: inside;
}

/* dgrey_modal.css */
.dgrey_cnt {
    text-align: center;
}

.dgrey_cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 100;
}

.dgrey_modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 20px;
    z-index: 200;
}

.dgrey_content {
    display: flex;
    width: 100%;
    position: relative;
    background-color: #FAFAFA;
    z-index: 300;
}

.dgrey_open-modal-btn {
    visibility: collapse;
    cursor: pointer;
}

.button-style a {
    width: 50%;
    margin: 10px;
    padding: 10px;
    background: radial-gradient(#ffb500, #ffd56b);
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
    text-align: center;
}

.button-style a:hover {
    transition: all 0.3s;
    transform: translateY(2px);
    box-shadow: 0 2px 3px 0 black;
}

.button-style {
    display: flex;
}

a.knopka-table {
    width: 100%;
}

.similar-products {
    color: #212121 !important;
    font-family: Arial;
    font-size: 22px;
    margin-bottom: 22px;
    text-align: center;
    margin: revert;
    width: 100%;
}

.popular-product-all {
    display: inline-block;
    border: 1px solid #f0c24f;
}

.popular-product-all a {
    text-decoration: none;
}

.popular-product-name {
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

.popular-product-buy {
    text-align: center;
    background: linear-gradient(180deg, #E1C718, #F0E17A);
    padding: 10px;
    margin: 5px 0 0 0;
    display: block;
}

.big-table-product {

}

.big-table-one {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.big-table-two {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contacts-left {
    float: left;
}

.main__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 20px;
}

.main__list-item {
    cursor: pointer;
}

.main__list-item:hover {
    transform: scale(1.05);
    cursor: pointer;
    transition: all 0.7s ease 0s;
}

.main__list-img {
    width: 100%;
}

.slide__close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    box-shadow: 0px 0px 29px 11px rgba(34, 60, 80, 0.2);
    cursor: pointer;
}

.slide__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(45deg);
}

.slide__close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.slide__background {
    width: 110%;
    height: 100%;
    position: absolute;
    left: -60px;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}

.active__slide {
    z-index: 2;
}

.lock {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden;
}

.upButton {
    z-index: 1000;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    transform: scale(0);
    pointer-events: none;
    background: #fff;
    border-radius: 50%;
}

.upButton img {
    width: 100%;
    height: 100%;
}

.upButton.show {
    transition: all 1s ease;
    transform: scale(1);
    pointer-events: all;
}
.wrap-farmReshetkiContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.popup-galleryBigImage {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
.logo {
left: 0px;
top: 0px;
position: relative;
display: block;
margin: 5px 0px;
}
.main > .promote, .right-column{
display: none;
}
.slideset{
justify-content: center;
}
.column-holder {
padding-right: 0px;
}
.slogan {
position: relative;
left: 0px;
top: 0px;
display: block;
width: 100%;
}
.adekdiv2 {
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
.col3 {
width: 100%;
}
.col4 {
display: none;
}
}
@media (max-width: 920px) {
.phones {
display: none;
}
.mobmenu:checked ~ #nav {
transform: translateX(0%);
}
#header nav {
position: fixed;
left: 0px;
z-index: 10;
top: 10px;
/*width: 100%;
height: 100%;*/
width: 69px;
overflow-y: scroll;
}
#header nav.open {
    width: 100%;
    height: 100%;
}
#nav {
transition: transform .3s ease-in-out;
transform: translateX(-100%);
top: 25px;
display: flex;
flex-direction: column;
min-height: 100vh;
background: white;
text-align: left;
}
.mobmenu {
display:block;
}
[data-menuitem='Быстровозводимые здания'] > ul, [data-menuitem='Услуги'] > ul {
opacity: 1!important;
display: block!important;
position: relative!important;
}
}
@media (max-width: 760px) {
#footer {
text-align: center;
}
#footer .main {
display: flex;
flex-direction: column;
}
#ajaxSearch_form {
margin: auto;
}
}
@media (max-width: 620px) {
.logo {
margin: 5px auto;
}
#header {
text-align: center;
height: 200px;
}
.call-me {
position: relative;
left: 0px;
top: 25px;
max-width: max-content;
margin: 3px auto;
}
div.home-slideshow .text {
left: 5px;
}
}
@media (max-width: 500px) {
.testimonials-listing .document {
margin: 10px 0px;
}
.document img {
width: 100%;
}
}
.partners-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}  
.partner-block {
    text-align: center;
    width: 200px;
}
.obyekty-image-flex{
display:flex;
gap:45px;
flex-wrap: wrap;
overflow:hidden;
align-items: center;
width: 100%;
}
.obyekty-image-flex img{
max-width:300px;
max-height:400px;
object-fit: contain;
}
.sendvich-angar table{
width:100% !important;
}
.table-wrapper-obyekty{
width:100%;
overflow-x:auto;
}
.sklady-iz-sendvich-paneley{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sklady-iz-sendvich-paneley img{
    width: 30px;
    height: auto;
    margin: 20px 0px;
}
.sklady-iz-sendvich-paneley-info{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.gallery-img-oblozhka{
    display: flex;
    height: 400px;
    width: 600px;
}
.gallery-img-oblozhka img{
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: 10px;
}
.gallery{
    position: relative;
    margin-top: 30px;
}
.gallery-document-vertical{
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    height: auto;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 30px;
}
.gallery-document-vertical img{
    object-fit: cover;
    margin: 10px;
    width: 250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.gallery-document-gorizontal{
    width: 1100px;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.gallery-document-gorizontal img{
    object-fit: cover;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    height: 40%;
}
.gallery-document-vertical img:hover{
    margin-top: 100px;
    transform: scale(1.7);
    transition: all 0.6s ease;
}
.gallery-document-gorizontal img:hover{
    transform: scale(1.7);
    transition: all 0.6s ease;
}
    .faq-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
        }

        .faq-item {
            border: 1px solid #e1e5e9;
            border-radius: 12px;
            margin-bottom: 16px;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            overflow: hidden;
        }

        .faq-item:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.12);
            border-color: #d0d7de;
        }

        .faq-question {
            padding: 20px 60px 20px 24px;
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            cursor: pointer;
            position: relative;
            background: none;
            border: none;
            text-align: left;
            width: 100%;
            transition: background-color 0.2s ease;
            list-style: none;
        }

        .faq-question::-webkit-details-marker {
            display: none;
        }

        .faq-question:hover {
            background-color: #f8f9fa;
        }

        .faq-question::after {
            content: '+';
            position: absolute;
            right: 24px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 24px;
            font-weight: 300;
            color: #666;
            transition: all 0.3s ease;
        }

        .faq-item details[open] .faq-question::after {
            content: '−';
            color: #007bff;
        }

        .faq-answer {
            padding: 0 24px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            color: #666;
            line-height: 1.6;
        }

        .faq-item details[open] .faq-answer {
            padding: 0 24px 24px;
            max-height: 500px;
        }

        .faq-item details[open] {
            background-color: #fafbfc;
        }

        .faq-item details[open] .faq-question {
            color: #007bff;
            border-bottom: 1px solid #e1e5e9;
        }




.text-content ol li{
    margin:0 0 8px 0;
}


.socs-gif {
    position: fixed;
    right: 10px;
    bottom: 180px;
    z-index: 11;
    border-radius: 50%;
    width: 70px;
}

.iconblock {
    position: fixed;
    right: 20px;
    bottom: 280px;
    z-index: 11;
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: .3s;
    transform: translate(140%, 0);
}

.iconblock-act {
    transform: translate(0, 0);
}

/* Переключалка городов */
ul.cities-dropdown {
    position: absolute;
    cursor: pointer;
    top: 24px;
    left: 490px;
    width: 110px;
    text-align: center;
    font-size: 14px;
    padding: 15px;
    border-radius: 4px;
    background: #f7f7f7ed;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.cities-list {
	display: none;
	padding: 15px 0;
}

li.city-current:hover > .cities-list {
	display: block;
}

li.city-item {
    padding: 4px 0;
}

li.city-item a {
	text-decoration: none;
}

li.city-item a:hover {
	text-decoration: underline;
}

@media (max-width: 1180px) {
	.cities-dropdown {
		top: 100px !important;
		left: auto !important;
		right: 10px !important;
		padding: 10px 20px !important;
		width: auto !important;
		max-width: 200px !important;
	}
}

@media (max-width: 620px) {
	.cities-dropdown {
	    position: relative !important;
	    left: 0 !important;
	    top: 8px !important;
	    padding: 10px 20px !important;
	    margin: 0 auto !important;
	    font-size: 18px !important;
	}
	li.city-item {
	    padding: 10px 0 !important;
	}
}