@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,cyrillic);
body {
    margin: 0;
    color: #000;
    font: 14px/25px 'Roboto', sans-serif;
    background: #fff;
    min-width: 960px;
    position: relative;
}

input:required {
    border: none;
}

.checkbox-emulator {
    background-image: url(/templates/1.0/images/checkbox.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 4px 12px 0 0;
    width: 20px;
}

.checkbox-emulator.error {
    border: 1px solid #C33;
}

.checkbox-emulator.checked {
    background-position: 0px -20px;
}

.hidden-checkbox {
    height: 1px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    width: 1px;
}

@media screen and (max-width: 1366px) {
    #ajax-live-search-container .visual {
        max-height: 136px !important;
    }
}

.loading-form-ajax {
    background-image: url(/images/loading-special.gif);
    float: left;
    height: 32px;
    left: -4px;
    position: absolute;
    top: 3px;
    width: 32px;
}

.loading-form-ajax.hidden {
    display: none;
}

.search-el-cont {
    padding-left: 36px;
    position: relative;
}

img.no-visible {
    height: 1px;
    left: -1px;
    position: absolute;
    top: -1px;
    visibility: hidden;
    width: 1px;
    z-index: -1;
}

.special-select-container {
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    border: solid 1px #d2d2d2;
    height: auto;
    padding: 14px;
    left: 2px;
    position: absolute;
    top: 39px;
    width: 490px;
    z-index: 2;
}

.special-select-container.small {
    width: 285px;
}

.special-select-container .the-column {
    height: auto;
    float: left;
    margin-bottom: 6px;
    width: 33%;
}

.special-select-container.small .the-column {
    width: 100%;
}

.special-select-container .the-column .the-row {
    background-color: #F5F5F5;
    margin-bottom: 2px;
    padding: 3px 12px;
}

.special-select-container .the-column .the-row .children {
    font-size: 12px;
    margin-top: 2px;
}

.special-select-container .the-column .the-row .children .the-row-child {
    margin-left: 10px;
}

.special-select-container .select-all-row {
    margin: 0px 0px 8px 17px;
    ;
}

.special-select-container .select-all-row label {
    border-bottom: dashed 1px #3F3F3F;
    color: #3F3F3F;
    cursor: pointer;
    padding-bottom: 2px;
}

.special-select-container .select-all-row label:hover {
    border: none;
}

img {
    border-style: none;
}

a {
    color: #000;
    outline: none;
}

a:hover {
    text-decoration: none;
}

* {
    outline: none;
}

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

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

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
    display: block;
}

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

.visual img,
.img-holder img {
    vertical-align: top;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.container {
    width: 940px;
    margin: 0 auto;
}

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#header {
    /* background: url(/templates/1.0/images/head-bg3.jpg) no-repeat; */
    background-size: cover;
    -webkit-background-size: cover;
}

.logo {
    margin: 0 0 0 2px;
    width: 338px;
    height: 42px;
    overflow: hidden;
    display: block;
    background: url(/templates/1.0/images/logo.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    float: left;
}

.logo a {
    height: 100%;
    display: block;
}

.header-frame {
    padding: 31px 0 30px;
}

.header-frame .frame {
    float: right;
}

.header-frame .phone {
    float: left;
    color: #fff;
    padding: 5px 0 0;
}

.phone em {
    display: block;
    opacity: 0.5;
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
    margin: 0 0 1px;
}

.phone strong {
    display: block;
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
}

.callback {
    float: left;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 4px;
    font-size: 12px;
    line-height: 13px;
    text-decoration: none;
    color: #fff;
    padding: 6px 4px 6px 38px;
    position: relative;
    width: 150px;
    margin: 4px 0 0 51px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.callback:before {
    content: '';
    position: absolute;
    background: url(/templates/1.0/images/ico01.png) no-repeat;
    width: 13px;
    height: 14px;
    top: 50%;
    left: 13px;
    margin-top: -7px;
}

.callback:hover {
    border-color: #ff9000;
}

.nav {
    background: rgba(35, 41, 48, .5);
    border-radius: 4px;
    font-size: 13px;
    line-height: 25px;
}

#nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}

#nav>li {
    display: table-cell;
    vertical-align: middle;
    line-height: 17px;
}

#nav>li+li {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

#nav .holder {
    position: relative;
}

#nav .holder>a {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 30px;
    border-radius: 4px;
}

#nav li:hover .holder>a {
    background: #fff;
    color: #000;
}

#nav .hasdrop .holder>a {
    padding-right: 45px;
    border-radius: 4px 4px 0 0;
}

#nav .hasdrop .holder>a:before {
    content: '';
    position: absolute;
    right: 28px;
    top: 50%;
    background: url(/templates/1.0/images/deco01.png) no-repeat;
    width: 7px;
    height: 4px;
    margin-top: -2px;
}

#nav .hasdrop:hover .holder>a:before {
    background-position: 0 -4px;
}

#nav .drop {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    left: 0;
    display: none;
    background: #fff;
    border-radius: 0 0 4px 4px;
    right: 0;
    -webkit-box-shadow: 20px 20px 29px rgba(0, 0, 0, 0.17);
    box-shadow: 20px 20px 29px rgba(0, 0, 0, 0.17);
    padding: 5px 20px 12px;
    z-index: 12;
    font-size: 14px;
    line-height: 18px;
    min-width: 260px;
}

#nav .drop.wide {
    width: 940px;
    right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 4px 4px 4px;
    background: #fff url(/templates/1.0/images/deco02.png) no-repeat 100% 100%;
}

#nav .drop .col {
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 21px 0 4px 0;
}

#nav .drop .col+.col {
    padding-left: 30px;
}

#nav .hasdrop:hover .drop {
    display: block;
}

#nav .drop .head {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 23px;
}

#nav .drop .head .disabled-link,
#nav .drop .head a {
    cursor: pointer;
    text-decoration: none;
}

#nav .drop .head .disabled-link:after,
#nav .drop .head a:after {
    content: '';
    display: inline-block;
    margin: 0 0 3px 16px;
    background: url(/templates/1.0/images/deco14.png) no-repeat;
    width: 7px;
    height: 4px;
}

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

#nav .list span,
#nav .list a {
    color: #000 !important;
    opacity: 0.6 !important;
    text-decoration: none;
}

#nav .list a {
    color: #000 !important;
    opacity: 0.6 !important;
    text-decoration: none;
}

#nav .list li {
    margin: 0 0 10px;
}

#nav .list span:hover,
#nav .list a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.header-promo {
    display: table;
    height: 176px;
    text-align: center;
    width: 100%;
    font-size: 43px;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 0.146em;
    margin: 47px 0 8px;
    color: #fff;
    text-transform: uppercase;
}

.header-promo span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
}

.menu {
    margin: 0;
    padding: 0 0 56px;
    list-style: none;
    width: 100%;
    position: relative;
}

.menu:after {
    display: block;
    clear: both;
    content: '';
}

.menu li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.menu a {
    text-decoration: none;
    color: #fff;
}

.menu .visual {
    display: block;
    margin: 0 0 19px;
}

.menu .text {
    display: block;
}

.menu .name {
    color: #fff;
    text-decoration: underline;
}

.menu a:hover .name {
    text-decoration: none;
}

.menu .num {
    color: #ff9000;
}

.filter-row {
    background: #eaebec;
    padding: 15px 0;
}

.filter .list-item {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}

.filter .list-item>li {
    display: table-cell;
    position: relative;
    vertical-align: top;
}

.filter .list-item>li+li {
    border-left: 5px solid transparent;
}

.filter .checkbox-holder {
    display: block;
    background: #fff;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    text-decoration: none;
    height: 16px;
    padding: 11px 10px;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
}

.filter .checkbox-holder:hover {
    border-color: #0096ff;
    background-color: #dee7ed;
    -webkit-box-shadow: 0 0 5px rgba(0, 150, 255, .16);
    box-shadow: 0 0 5px rgba(0, 150, 255, .16);
}

.filter .checkbox-holder.active {
    border-color: #0096ff;
    background-color: #dee7ed;
}

.filter .checkbox-holder .check {
    display: none;
}

.textarea-holder {
    display: block;
    background: #fff;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    text-decoration: none;
    height: 45px;
    padding: 11px 10px;
    font-size: 13px;
    line-height: 16px;
}

.textarea-holder textarea {
    float: left;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    height: 45px;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    resize: none;
}

.input-holder {
    display: block;
    background: #fff;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    text-decoration: none;
    height: 16px;
    padding: 11px 10px;
    font-size: 13px;
    line-height: 16px;
}

.input-holder input {
    float: left;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    height: 16px;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
}

.input-holder.disabled,
.input-holder.disabled input {
    background-color: #F6F6F6;
}

.input-holder.parent-focus {
    border-color: #ff9000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 150, 255, .16);
    box-shadow: 0 0 5px rgba(0, 150, 255, .16);
}

.input-holder.error,
.textarea-holder.error {
    border-color: #C33;
}

.size160 {
    width: 23%;
}

.size170 {
    width: 170px;
}

.selecter {
    position: relative;
    display: block;
    z-index: 1;
}

.selecter:focus {
    box-shadow: none;
    outline: none;
}

.selecter,
.selecter * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.selecter,
.selecter *,
.selecter *:before,
.selecter *:after {
    box-sizing: border-box;
}

.selecter-element {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.selecter-element,
.selecter-element:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

.no-opacity .selecter-element {
    left: -999999px;
}

.selecter-selected {
    white-space: nowrap;
    position: relative;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    padding: 11px 25px 11px 10px;
    text-overflow: clip;
    z-index: 2;
    border-radius: 3px;
}

.selecter-selected:after {
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #cccccc;
    content: '';
    display: block;
    margin: auto 0;
}

.no-touch .selecter-selected:hover {
    color: #333333;
}

.no-touch .selecter.disabled .selecter-selected:hover {
    color: #cccccc;
}

.selecter-selected:hover {
    border-color: #0096ff;
    -webkit-box-shadow: 0 0 5px rgba(0, 150, 255, .16);
    box-shadow: 0 0 5px rgba(0, 150, 255, .16);
}

.selecter-options {
    width: 100%;
    max-height: 260px;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #cccccc;
    border-width: 0 1px 1px;
    background-color: #ffffff;
    display: none;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    z-index: 50;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.selecter-options.scroller {
    position: absolute;
}

.no-opacity .selecter-options {
    width: auto;
}

.selecter-group {
    border-bottom: 1px solid #cccccc;
    color: #999999;
    display: block;
    font-size: 11px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.selecter-item {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 10px 15px;
    text-decoration: none;
    text-overflow: ellipsis;
}

.selecter-item.placeholder {
    display: none;
}

.selecter-item.selected {
    background: #eeeeee;
}

.selecter-item.disabled {
    color: #999999;
    cursor: default;
}

.selecter-item:first-child {
    border-radius: 0;
}

.selecter-item:last-child {
    border-bottom: 0;
    border-radius: 0 0 2px 2px;
}

.no-touch .selecter-item:hover,
.no-touch .selecter-item.selected:hover {
    color: #333333;
    background-color: #cccccc;
}

.selecter-item.disabled,
.no-touch .selecter-item.disabled:hover {
    color: #cccccc;
    background-color: #ffffff;
}

.selecter.open {
    z-index: 3;
}

.selecter.open .selecter-selected {
    z-index: 51;
    border-radius: 3px 3px 0 0;
}

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.selecter.cover .selecter-options {
    border-width: 1px;
    top: 0;
    border-radius: 3px;
}

.selecter.cover .selecter-options .selecter-item.first {
    border-radius: 3px 3px 0 0;
}

.selecter.cover.open .selecter-selected {
    z-index: 49;
    border-radius: 3px 3px 0 0;
}

.selecter.bottom .selecter-options {
    top: auto;
    bottom: 100%;
    border-width: 1px 1px 0;
}

.selecter.bottom .selecter-item:last-child {
    border: none;
}

.selecter.bottom.open .selecter-selected {
    border-radius: 0 0 3px 3px;
}

.selecter.bottom.open .selecter-options {
    border-radius: 3px 3px 0 0;
}

.selecter.bottom .cover .selecter-options {
    top: auto;
    bottom: 0;
}

.selecter.bottom .cover.open .selecter-selected {
    border-radius: 3px;
}

.selecter.bottom .cover.open .selecter-options {
    border-radius: 3px;
}

.selecter.multiple .selecter-options {
    width: 100%;
    position: static;
    border-width: 1px;
    display: block;
    border-radius: 3px;
    box-shadow: none;
}

.selecter.disabled .selecter-selected {
    background: #ffffff;
    border-color: #cccccc;
    color: #cccccc;
    cursor: default;
}

.selecter.disabled .selecter-options {
    background: #ffffff;
    border-color: #cccccc;
}

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
    border-color: #cccccc;
    color: #cccccc;
    cursor: default;
}

.selecter.disabled .selecter-item.selected,
.no-touch .selecter.disabled .selecter-item.selected:hover {
    background: #fafafa;
}

.selecter.disabled .selecter-item,
.no-touch .selecter.disabled .selecter-item:hover {
    color: #cccccc;
    background-color: #ffffff;
}

.selecter-options.scroller {
    overflow: hidden;
}

.selecter-options.scroller .scroller-content {
    max-height: 260px;
    padding: 0;
}

.btn {
    display: inline-block;
    vertical-align: top;
    background: #007feb none repeat scroll 0 0;
    box-shadow: 0 5px #0077cc;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    padding: 21px 28px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    line-height: 20px;
}

.filter .send {
    display: block;
    background: #ff9000;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border: none;
    width: 105px;
}

.content-box {
    padding: 43px 0;
}

.box-title {
    text-align: center;
    margin: 0 0 52px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
}

.causes {
    margin: 0 0 3px;
    padding: 0;
    list-style: none;
}

.causes>li {
    float: left;
    width: 30%;
}

.causes>li+li {
    margin-left: 5%;
}

.causes .visual {
    margin: 0 0 37px;
    text-align: center;
}

.causes .name {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 30px;
}

.causes .info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.causes .info-list li {
    margin: 0 0 18px;
    color: #737373;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding: 0 0 0 28px;
}

.causes .info-list li:before {
    content: '';
    position: absolute;
    background: url(/templates/1.0/images/deco03.png) no-repeat;
    width: 13px;
    height: 13px;
    top: 3px;
    left: 0;
}

.tooltip-opener {
    text-decoration: none;
    background: -moz-linear-gradient(left, #000, #000 60%, transparent 60%);
    background: -ms-linear-gradient(left, #000, #000 60%, transparent 60%);
    background: -o-linear-gradient(left, #000, #000 60%, transparent 60%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#000), color-stop(0.6, #000), color-stop(0.6, transparent));
    background: -webkit-linear-gradient(left, #000, #000 60%, transparent 60%);
    background: linear-gradient(left, #000, #000 60%, transparent 60%);
    background-size: 7px 1px;
    background-repeat: repeat-x;
    background-position: 0 94%;
    position: relative;
}

.tooltip-opener:hover {
    border: none;
    background: none;
}

.content-box.gray {
    background: #f6f6f6;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 14px;
    font-weight: normal;
    visibility: visible;
    display: none;
    color: #54534f;
    width: 200px;
    left: 50%;
    top: 100%;
    margin-left: -100px;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 10px 10px 20px rgba(99, 93, 80, .11);
    box-shadow: 10px 10px 20px rgba(99, 93, 80, .11);
    line-height: 1.4em;
}

.tooltip.visible {
    display: block;
}

.tooltip-opener.active .tooltip {
    display: block;
}

.tooltip-opener:hover .tooltip {
    display: block;
}

.tooltip-opener:hover,
.tooltip-opener.active {
    border: none;
}

.tooltip-inner {
    max-width: 200px;
    padding: 13px 18px;
    color: #54534f;
    text-align: center;
    text-decoration: none;
    background-color: #f6f3e8;
    border-radius: 4px;
    border: 1px solid #e6d9b7;
}

.tooltip-arrow {
    position: absolute;
    width: 13px;
    height: 10px;
    margin: -12px 0 0 -10px;
    left: 50%;
    top: 0;
    border-color: transparent;
    border-style: solid;
    background: url(/templates/1.0/images/deco04.png) no-repeat;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    border-width: 5px 5px 0;
    border-top-color: #f6f3e8;
}

.steps-list {
    margin: 0 -30px;
    padding: 42px 0 0;
    list-style: none;
}

.steps-list>li {
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
    margin: 0 0 -34px;
}

.steps-list .num-box {
    overflow: hidden;
    position: relative;
    z-index: 4;
}

.steps-list .num {
    text-align: center;
    width: 40px;
    height: 40px;
    border: 2px solid #a8aeb3;
    font-size: 20px;
    line-height: 40px;
    border-radius: 50px;
    margin: 0 auto 26px;
    position: relative;
}

.steps-list .num:before,
.steps-list .num:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}

.steps-list .num:before {
    right: 100%;
    left: -9999px;
}

.steps-list .num:after {
    left: 100%;
    right: -9999px;
}

.steps-list .help {
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    opacity: 0.5;
    font-style: italic;
    top: -116px;
    text-align: center;
    width: 140px;
    left: 50%;
    margin-left: -70px;
}

.steps-list li:first-child .num:before {
    display: none;
}

.steps-list li:last-child .num:after {
    display: none;
}

.steps-list .text {
    padding: 0 4px;
    font-size: 14px;
    line-height: 22px;
    visibility: hidden;
}

.steps-list li:hover {
    background: #fff;
}

.steps-list li:hover .num {
    border-color: #0096ff;
}

.steps-list li:hover .text {
    display: block;
    opacity: 0.7;
    visibility: visible;
}

.steps-list .title {
    font-size: 14px;
    line-height: 18px;
    opacity: 0.6;
    margin: 0 0 18px;
    padding: 0 12px;
}

.steps-list li:hover .title {
    opacity: 1;
}

.steps-list li:hover:before {
    content: '';
    position: absolute;
    top: -68px;
    bottom: -22px;
    left: -10px;
    right: -10px;
    background: #fff;
    z-index: 2;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.08);
}

.steps-list .info {
    position: relative;
    z-index: 3;
}

.steps-list .repeat:after {
    content: '';
    position: absolute;
    background: url(/templates/1.0/images/deco05.png) no-repeat;
    width: 59px;
    height: 59px;
    top: -7px;
    left: 50%;
    margin-left: -30px;
    z-index: 3;
}

.steps-list .repeat .num {
    border-color: transparent !important;
}

.steps-list .repeat .num:before {
    margin-right: 10px;
}

.steps-list .repeat .num:after {
    margin-left: 10px;
}

.title-h3 {
    text-align: center;
    font-size: 20px;
    line-height: 18px;
    margin: 0 0 29px;
    font-weight: 300;
    opacity: 0.5;
}

.btn-holder {
    position: relative;
}

.btn-holder.center {
    text-align: center;
}

.pay-content .blue-btn,
.blue-btn {
    display: inline-block;
    vertical-align: top;
    background: #007feb none repeat scroll 0 0;
    box-shadow: 0 5px #0077cc;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    min-height: 60px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 21px;
    line-height: 20px;
    padding: 21px 28px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    line-height: 20px;
    animation: rgb 1s infinite alternate;
}

@keyframes rgb {
    /* 0% will fallback to the default background-color of #rgb*/
    50% {
        background-color: #007feb;
        /*blue*/
    }
    100% {
        background-color: #0059a5;
        /*red*/
    }
}


}
.blue-btn:hover {
    opacity: 0.7;
}
.pay-content {
    background: url(/templates/1.0/images/bg02.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 54px 0;
}
.pay-content .box-title {
    margin-bottom: 58px;
}
.pay-content .causes>li {
    width: 22%;
}
.pay-content .causes .visual {
    margin-bottom: 21px;
}
.pay-content .causes>li+li {
    margin-left: 4%;
}
.pay-content .causes .info-list li {
    color: #cfcfcf;
}
.pay-content .causes .info-list li:before {
    background: url(/templates/1.0/images/deco06.png) no-repeat;
}
.pay-content a {
    color: #f9f9f9;
    background: -moz-linear-gradient(left, #f9f9f9, #f9f9f9 60%, transparent 60%);
    background: -ms-linear-gradient(left, #f9f9f9, #f9f9f9 60%, transparent 60%);
    background: -o-linear-gradient(left, #f9f9f9, #f9f9f9 60%, transparent 60%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#f9f9f9), color-stop(0.6, #f9f9f9), color-stop(0.6, transparent));
    background: -webkit-linear-gradient(left, #f9f9f9, #f9f9f9 60%, transparent 60%);
    background: linear-gradient(left, #f9f9f9, #f9f9f9 60%, transparent 60%);
    background-size: 7px 1px;
    background-repeat: repeat-x;
    background-position: 0 94%;
}
.deco-line {
    position: relative;
    margin: 19px auto 55px;
    background: url(/templates/1.0/images/deco07.png) no-repeat;
    width: 20px;
    height: 9px;
}
.deco-line:before,
.deco-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #5d5d5d;
}
.line-box {
    position: relative;
    overflow: hidden;
}
.deco-line:after {
    left: 100%;
    right: -9999px;
}
.deco-line:before {
    right: 100%;
    left: -9999px;
}
.help-text {
    text-align: center;
    margin: 0 0 28px;
}
.pay-content .title-h3 {
    opacity: 1;
}
.title-h3.noindent {
    margin-bottom: 4px;
}
.content-gallery {
    position: relative;
    margin: 0 0 20px;
}
.content-gallery .gallery-holder {
    position: relative;
    height: 350px;
    margin: 0 0 56px;
}
.content-gallery .slide-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-gallery .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    display: none;
}
.content-gallery .slide.active {
    display: block;
}
.content-gallery .visual {
    float: left;
    width: 50%;
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.content-gallery .visual .play {
    background: url(/templates/1.0/images/play.png) no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
}
.content-gallery .frame {
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0 0 30px;
}
.content-gallery .title a,
.content-gallery .info .name a {
    text-decoration: none;
}
.content-gallery .title {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
}
.content-gallery .text {
    opacity: 0.7;
    margin: 0 0 18px;
}
.content-gallery .info {
    border-top: 1px solid #e5e5e5;
    display: table;
    width: 100%;
}
.content-gallery .info .author {
    display: table-cell;
    vertical-align: middle;
    padding: 9px 0 0 0;
}
.content-gallery .info .img-holder {
    float: left;
}
.content-gallery .info .name {
    margin-left: 69px;
    font-size: 15px;
    line-height: 15px;
    padding: 11px 0 0;
}
.content-gallery .info .city {
    display: table-cell;
    vertical-align: middle;
    font-style: italic;
    opacity: 0.5;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    padding: 0 20px;
}
.content-gallery .info .phone {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    padding: 0 20px;
}
.content-gallery .switcher {
    text-align: center;
}
.content-gallery .switcher ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-gallery .switcher li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 0 4px;
}
.content-gallery .switcher a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #2d2f31;
}
.content-gallery .switcher a img {
    opacity: .5;
}
.content-gallery img {
    vertical-align: top;
}
.content-gallery .num {
    position: absolute;
    bottom: 5px;
    right: 7px;
    color: #fff;
}
.content-gallery .switcher .active a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(20, 78, 119, .39);
}
.content-gallery .switcher .play {
    position: absolute;
    background: url(/templates/1.0/images/play2.png) no-repeat;
    width: 31px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}
.content-gallery .switcher .active .play {
    background-position: 0 -30px;
}
.content-gallery .prev,
.content-gallery .next {
    background: url(/templates/1.0/images/arrows.png) no-repeat;
    width: 26px;
    height: 51px;
    position: absolute;
    top: 50%;
    left: 30px;
    text-decoration: none;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -26px;
    z-index: 20;
}
.content-gallery .next {
    background-position: -26px 0;
    left: auto;
    right: 30px;
}
.content-gallery .prev:hover {
    background-position: 0 -51px;
}
.content-gallery .next:hover {
    background-position: -26px -51px;
}
.faq-box {
    margin: 0 0 45px;
}
.faq-box .col {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 0;
}
.faq-box .col+.col {
    padding: 0 0 0 10px;
}
.accordion {
    margin: 0;
}
.accordion .item {
    margin: 0 0 3px;
    background: #fff;
    border-radius: 4px;
    padding: 13px 51px 13px 20px;
}
.accordion .item .heading {
    display: block;
    cursor: pointer;
    position: relative;
    color: #007feb;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}
.accordion .item .heading:before {
    content: '';
    position: absolute;
    background: url(/templates/1.0/images/deco08.png) no-repeat;
    width: 11px;
    height: 6px;
    top: 8px;
    right: -36px;
}
.accordion .item .heading span {
    border-bottom: 1px dashed;
}
.accordion .item .heading:hover span,
.accordion .item.active .heading span {
    border: none;
}
.accordion .item.active .heading {
    color: #000;
    font-weight: 500;
}
.accordion .item.active .heading:before {
    background-position: 0 -6px;
}
.accordion .item .expanded {
    color: #737373;
    display: none;
    padding: 14px 0 12px;
}
.accordion .item.active .expanded {
    display: block;
}
.content-box.gray .deco-line {
    opacity: 0.2;
}
.faq-content .title-h3 {
    opacity: 1;
}
.faq-content .help-text {
    opacity: 0.5;
}
.info-content {
    background: url(/templates/1.0/images/bg03.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 54px 0 44px;
    color: #fff;
}
.info-content .box-title {
    margin-bottom: 66px;
}
.content-box.consult-content {
    padding: 30px 0;
    background: #eaebec;
}
.consult-content .box-title {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 24px;
}
.consult-form .form-row {
    width: 100%;
    display: table;
    margin: 0;
}
.consult-form .form-row .col {
    display: table-cell;
    vertical-align: top;
    width: 25%;
}
.consult-form .form-row .col+.col {
    padding-left: 10px;
}
.consult-form .later {
    padding: 6px 0 5px 36px;
    color: #757576;
    font-size: 13px;
    line-height: 14px;
    width: 140px;
    position: relative;
}
.consult-form .later:before {
    content: '';
    position: absolute;
    background: url(/templates/1.0/images/deco09.png) no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 5px;
    margin-top: -8px;
}
.consult-form .later a {
    color: #0083de;
    text-decoration: none;
    border-bottom: 1px dashed;
}
.consult-form .later a:hover {
    border: none;
}
.consult-form .send {
    display: block;
    vertical-align: top;
    background: #007feb none repeat scroll 0 0;
    box-shadow: 0 5px #0077cc;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px!important;
    line-height: 20px;
    min-height: auto;
    padding: 10px 15px!important;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer;
    border: none;
    margin: 0;
}
.contact-columns {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 0 52px;
}
.contact-columns .col {
    display: table-cell;
    vertical-align: top;
    padding: 19px 10px;
}
.contact-columns .col:first-child {
    padding-left: 0;
}
.contact-columns .col:last-child {
    padding-right: 0;
}
.contact-columns .col+.col {
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
}
.contact-content {
    padding: 55px 0;
}
.contact-columns .title {
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
    opacity: 0.5;
    margin: 0 0 5px;
}
.contact-columns .frame {
    position: relative;
    padding: 0 0 0 34px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}
.contact-columns .frame .ico {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    line-height: 20px;
}
.contact-columns .frame .ico img {
    vertical-align: middle;
}
.contact-columns .frame a {
    color: #007ed6;
}
.map-row {
    margin: 0 0 47px;
}
.map-row .map-col {
    float: left;
    width: 50%;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
}
.map-row .map-col img {
    vertical-align: top;
    width: 100%;
}
.map-row .map-gallery {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    height: 400px;
    overflow: hidden;
}
.map-row .map-gallery img {
    width: 685px;
    height: 400px;
}
.slider {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.slider img {
    visibility: hidden;
    opacity: 0;
}
.slider li {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bx-wrapper {
    position: relative;
}
.bx-pager {
    display: none;
}
.bx-prev,
.bx-next {
    background: url(/templates/1.0/images/arrows.png) no-repeat 0 -51px;
    width: 26px;
    height: 51px;
    position: absolute;
    top: 50%;
    left: 30px;
    text-decoration: none;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -26px;
    z-index: 5;
}
.bx-next {
    background-position: -26px -51px;
    left: auto;
    right: 30px;
}
.about {
    max-width: 780px;
    margin: 0 auto;
}
.about .box-title {
    margin: 0 0 26px;
}
.about .text.active h2 {
    font-weight: 300;
}
.about .text {
    overflow: hidden;
    height: 260px;
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #585858;
    margin: 0 0 9px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.about .text.active {
    height: auto;
}
.about .text p {
    margin: 0 0 28px;
}
.about .text:before {
    content: '';
    position: absolute;
    background: url(/templates/1.0/images/deco10.png) repeat-x;
    height: 75px;
    left: 0;
    right: 0;
    bottom: 0;
}
.about .text.active:before {
    display: none;
}
.about .text.active+.read-more {
    opacity: 0;
}
.about .read-more {
    text-align: center;
    color: #007ed6;
    font-size: 13px;
    line-height: 16px;
}
.about .read-more span {
    border-bottom: 1px dashed;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}
.about .read-more span:before {
    content: '';
    position: absolute;
    background: url(/templates/1.0/images/deco11.png) no-repeat;
    width: 7px;
    height: 4px;
    top: -17px;
    left: 50%;
    margin-left: -4px;
}
.up-read-more:before {
    background: url(/templates/1.0/images/deco11_.png) no-repeat !important;
}
.about .read-more span:hover {
    border-color: transparent;
}
.subscribe-content {
    background: #eaebec;
    position: relative;
    padding: 28px 0;
}
.subscribe-content:before,
.subscribe-content:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: url(/templates/1.0/images/deco12.png) repeat-x;
    height: 4px;
    top: 0;
}
.subscribe-content:after {
    top: auto;
    bottom: 0;
}
.subscribe-content .box-title {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 26px;
}
.custom-form .checkbox-holder {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
    margin: 6px 0 0 0;
    width: 180px;
}
div.check {
    float: left;
    width: 20px;
    height: 20px;
    margin: 4px 12px 0 0;
    position: relative;
    cursor: pointer;
    background: url(/templates/1.0/images/checkbox.png) no-repeat;
}
div.check.checked {
    background-position: 0 -20px;
}
.custom-form .checkbox-label {
    opacity: 0.5;
}
.custom-form .help {
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
    opacity: 0.5;
    padding: 22px 0 3px;
}
#footer {
    background: #2d2f31;
    padding: 48px 0;
    color: #fff;
}
#footer a,
#footer span.disabled-link {
    color: #fff;
    text-decoration: none;
}
#footer span.disabled-link {
    cursor: pointer;
}
.footer-nav {
    margin: 0 0 24px;
}
.footer-nav .col {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}
.footer-nav .holder {
    padding: 0 0 32px;
}
.footer-nav .head {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 19px;
}
.footer-nav .head span:after {
    content: '';
    background: url(/templates/1.0/images/deco13.png) no-repeat;
    width: 7px;
    height: 4px;
    display: inline-block;
    margin: 0 0 4px 15px;
}
.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav ul li {
    margin: 0 0 3px;
}
.footer-nav ul a,
.footer-nav ul span.disabled-link {
    opacity: 0.6;
}
.footer-nav ul a:hover,
.footer-nav ul span.disabled-link:hover {
    opacity: 1;
    text-decoration: underline !important;
}
.copy {
    float: left;
    font-style: italic;
    font-size: 13px;
    line-height: 14px;
    opacity: 0.5;
    padding: 6px 0 0;
}
.social-list {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}
.social-list li {
    float: left;
    margin: 0 23px 0 0;
}
.social-list .ico {
    float: left;
    opacity: 0.3;
    margin: 0 12px 0 0;
}
.social-list .text {
    opacity: 0.5;
}
.social-list a:hover .ico {
    opacity: 1;
}
.popup-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: none;
}
.popup-holder .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 300px;
    height: 100%;
    background: #000;
    filter: alpha(opacity=30);
    opacity: 0.8;
}
.popup {
    position: absolute;
    left: 50%;
    top: 150px;
    margin-left: -200px;
    width: 340px;
    padding: 25px 30px;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 20px 20px 29px rgba(0, 0, 0, .17);
    box-shadow: 20px 20px 29px rgba(0, 0, 0, .17);
}
.popup-title {
    margin: 0 0 27px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
}
.popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(/templates/1.0/images/close.png) no-repeat;
    width: 13px;
    height: 13px;
}
.popup-form .form-row {
    margin: 0 0 10px;
}
.warranty {
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
    color: #7f7f7f;
    padding: 0 0 0 20px;
    position: relative;
    margin: 17px 0 18px 0;
}
.warranty:before {
    content: '';
    position: absolute;
    background: url(/templates/1.0/images/deco15.png) no-repeat;
    width: 9px;
    height: 12px;
    top: 0;
    left: 0;
}
.send {
    display: block;
    vertical-align: top;
    background: #007feb none repeat scroll 0 0;
    box-shadow: 0 5px #0077cc;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    padding: 21px 28px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer;
    border: none;
    margin: auto;
}
.send:hover {
    /**
	-webkit-box-shadow: 0 1px 2px #ff9000;
	box-shadow: 0 1px 2px #ff9000;
	*/
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.nav-opener {
    display: none;
    /*float: left;*/
    
    width: 100%;
    height: 50px;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}
.nav-opener span {
    display: block;
    position: relative;
    padding: 15px 20px;
}
.nav-opener:before {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    background: url(/templates/1.0/images/deco01.png) no-repeat;
    width: 7px;
    height: 4px;
    margin-top: -2px;
}
#map-canvas {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.phone-info {
    display: none !important;
}
.nav-active .nav:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
    pointer-events: none;
}
@media screen and (min-width: 1280px) {
    .container {
        width: 1220px;
    }
    
    #nav .drop.wide {
        width: 1220px;
    }
    
    .content-gallery img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }
    
    .content-gallery .visual {
        overflow: hidden;
        height: 345px;
        border-radius: 8px;
        padding: 0;
    }
    
    .causes .info-list {
        padding-left: 30px;
    }
    /* .map-row .map-col,
	.map-row .map-gallery,
	.map-row .map-gallery img  {
		height: 600px !important;
	} */
}
@media screen and (min-width: 2000px) {
    .map-row .map-col,
    .map-row .map-gallery,
    .map-row .map-gallery img {
        height: 600px !important;
    }
}
@media screen and (max-width: 1100px) {
    .content-gallery .prev,
    .content-gallery .next {
        top: 100%;
        margin-top: -51px;
    }
}
@media screen and (max-width: 980px) {
    body {
        min-width: 320px;
    }
    
    .container {
        width: 830px;
    }
    
    #nav .drop.wide {
        width: 830px;
    }
    
    .visual img,
    .img-holder img,
    .gallery-holder img {
        max-width: 100%;
        height: auto;
    }
    
    .size170 {
        width: 140px;
    }
    
    .content-gallery .info .city,
    .content-gallery .info .phone {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .consult-form .send {
        height: auto;
    }
    
    .header-frame {
        padding: 21px 0 25px;
    }
    
    #nav>li {
        vertical-align: middle;
        position: relative;
        border-radius: 4px 4px 0 0;
    }
    
    #nav>li:last-child {
        border-radius: 4px;
    }
    
    #nav>li:hover {
        background: #fff;
        border-left: 1px solid #536983;
    }
    
    #nav .holder {
        position: static;
    }
    
    #nav .holder>a {
        padding: 11px 26px;
        line-height: 14px;
    }
    
    #nav .hasdrop .holder>a {
        padding-right: 35px;
    }
    
    #nav .hasdrop .holder>a:before {
        right: 18px;
    }
    
    #nav .drop.wide {
        width: 745px;
    }
    
    .consult-form .send {
        height: 40px;
        font-size: 13px;
        line-height: 14px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 860px) {
    .special-select-container {
        width: 295px;
    }
    
    .special-select-container #columns-container {
        height: 480px;
        overflow: auto;
    }
    
    .special-select-container .the-column {
        width: 100%;
    }
    
    .container {
        width: auto;
        padding: 0 20px;
    }
    
    .filter .list-item>li {
        float: left;
        margin: 0 0 5px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .filter .list-item .col01 {
        width: 20%;
    }
    
    .filter .list-item .col02 {
        width: 24%;
    }
    
    .filter .list-item .col03 {
        width: 43%;
    }
    
    .filter .list-item .col04 {
        width: 7%;
    }
    
    .filter .list-item .col05 {
        width: 7%;
    }
    
    .filter .list-item .col06 {
        width: 7%;
    }
    
    .filter .list-item .col07 {
        width: 9%;
    }
    
    .filter .list-item .col08 {
        width: 44%;
        border-left-width: 0;
    }
    
    .filter .list-item .col09 {
        width: 20%;
    }
    
    .filter .list-item .col10 {
        width: 20%;
    }
    
    .filter .list-item .col11 {
        width: 16%;
    }
    
    .filter .send {
        width: 100%;
    }
    
    .list-item:after {
        display: block;
        clear: both;
        content: '';
    }
    
    .size160,
    .size170 {
        width: auto;
    }
    
    .header-promo {
        margin: 0;
        display: block;
        padding: 98px 0 131px;
        height: auto;
    }
    
    .header-promo span {
        display: block;
        padding: 0;
    }
    
    .menu {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .callback {
        margin-left: 20px;
    }
    
    .phone strong {
        font-size: 20px;
        line-height: 25px;
    }
    
    .nav {
        font-size: 12px;
        line-height: 20px;
    }
    
    #nav .drop.wide {
        width: 690px;
    }
    
    .steps-list {
        margin: 0 -10px;
    }
    
    .steps-list>li {
        height: 192px;
        margin: 0;
    }
    
    .steps-list>li:hover {
        overflow: visible;
    }
    
    .steps-list li:hover:before {
        bottom: -125px;
    }
    
    .steps-list .text {
        display: none;
    }
    
    .steps-list li:hover .text {
        display: block;
    }
    
    .content-gallery .visual {
        float: none;
        width: auto;
        padding: 0;
        margin: 0 auto 20px;
        max-width: 610px;
        text-align: center;
    }
    
    .content-gallery .visual img {
        width: 100%;
        vertical-align: top;
        height: auto;
    }
    
    .content-gallery .frame {
        float: none;
        width: 100%;
        max-width: 610px;
        padding-left: 0;
        margin: 0 auto;
    }
    
    .content-gallery .gallery-holder {
        height: 740px;
    }
    
    .contact-columns {
        table-layout: auto;
    }
    
    .contact-columns .col+.col {
        padding-left: 23px;
    }
    
    .contact-columns .frame {
        font-size: 18px;
    }
    
    .map-row .map-col {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    
    .map-row .map-gallery {
        float: none;
        width: 100%;
        padding: 0 10px;
    }
    
    .map-row .map-gallery .slider li {
        /* background-size: contain; */
    }
    
    .content-gallery .prev,
    .content-gallery .next {
        top: 198px;
        margin-top: 0;
    }
    
    .about {
        max-width: 600px;
    }
    
    .footer-nav .col {
        width: 33%;
    }
    
    .tooltip.left2 .tooltip-arrow {
        margin-left: 50px;
    }
    
    .tooltip.left2 {
        margin-left: -160px;
    }
}
@media screen and (max-width: 750px) {
    .logo {
        float: none;
        margin: 0 auto;
    }
    
    .header-frame .frame {
        float: none;
        width: 100%;
        overflow: hidden;
        padding: 20px 0 0;
    }
    
    .callback {
        float: right;
    }
    
    .phone strong {
        font-size: 25px;
        line-height: 30px;
    }
    
    .nav-opener {
        display: block;
    }
    
    #nav {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        background: #fff;
        border-radius: 4px;
        padding: 5px 5px;
        -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.28);
        box-shadow: 0 5px 13px rgba(0, 0, 0, 0.28);
    }
    
    #nav>li {
        padding: 0 12px;
    }
    
    #nav>li+li .holder {
        border-top: 1px solid #e5e5e5;
        padding-top: 5px;
    }
    
    #nav>li.active+li .holder {
        border-top-width: 0;
    }
    
    #nav>li.active .holder {
        border-top-color: transparent;
    }
    
    #nav .holder>a {
        color: #000;
        padding: 10px 0;
    }
    
    #nav>li {
        border-left-width: 0 !important;
        display: block;
        text-align: left;
    }
    
    #nav .hasdrop .holder>a,
    #nav .holder>a {
        text-align: left;
        border-radius: 0;
    }
    
    #nav .drop {
        padding: 0;
    }
    
    #nav .drop.wide {
        border-radius: 0 0 4px 4px;
    }
    
    #nav>li.active .holder>a {
        border-bottom: 1px solid #e5e5e5;
    }
    
    #nav .drop .col+.col {
        padding-left: 0;
    }
    
    .phone-info {
        display: block !important;
        text-align: center;
        padding: 20px 0 0;
        color: #fff;
    }
    
    .phone-info .phone strong a {
        /*color: #000;*/
    }
    
    .header-frame .frame {
        display: none;
    }
    
    .header-frame {
        padding-bottom: 17px;
    }
    
    .nav.active #nav {
        display: block;
    }
    
    .nav {
        position: relative;
        z-index: 15;
    }
    
    #nav li:hover .holder .drop,
    #nav .holder:hover .drop {
        display: none;
    }
    
    #nav .hasdrop.active .drop {
        display: block !important;
    }
    
    #nav .phone {
        text-align: center;
        padding: 14px 0 5px;
    }
    
    #nav .hasdrop .holder>a:before {
        right: 0px;
        background-position: 0 -4px;
    }
    
    #nav .hasdrop.active {
        background: #f2f2f2;
    }
    
    #nav .hasdrop.active .holder>a {
        background: none;
    }
    
    #nav .hasdrop.active .drop {
        background: none;
        position: static;
    }
    
    #nav .hasdrop .drop {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 20px 0 10px;
        margin: 0 0 10px;
    }
    
    #nav .drop .col {
        float: none;
        width: 100%;
        padding: 0 0 0px 0;
    }
    
    #nav .drop .col+.col {
        padding-top: 20px;
    }
    
    #nav .drop .head {
        margin: 0;
    }
    
    #nav .drop .col .list {
        padding-top: 23px;
    }
    
    .copy {
        float: none;
        margin: 0 0 20px;
        text-align: center;
    }
    
    .social-list {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    
    .social-list>li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 12px;
    }
    
    .contact-columns .col {
        display: block;
        text-align: center;
    }
    
    .contact-columns .frame {
        display: inline-block;
    }
    
    .contact-columns .col+.col {
        border-left-width: 0;
        border-top: 1px solid #e5e5e5;
        padding-left: 0;
        padding-top: 30px;
    }
    
    .filter .list-item .col01 {
        width: 22%;
    }
    
    .filter .list-item .col02 {
        width: 27%;
    }
    
    .filter .list-item .col03 {
        width: 51%;
    }
    
    .filter .list-item .col04 {
        width: 10%;
        border-left-width: 0;
    }
    
    .filter .list-item .col05 {
        width: 12%;
    }
    
    .filter .list-item .col06 {
        width: 12%;
    }
    
    .filter .list-item .col07 {
        width: 15%;
    }
    
    .filter .list-item .col08 {
        width: 51%;
        border-left-width: 5px;
    }
    
    .filter .list-item .col09 {
        width: 31%;
        border-left-width: 0;
    }
    
    .filter .list-item .col10 {
        width: 33%;
    }
    
    .filter .list-item .col11 {
        width: 36%;
    }
    
    .header-promo {
        font-size: 27px;
        line-height: 35px;
        padding: 49px 0 66px;
    }
    
    .pay-content .causes>li,
    .causes>li {
        float: none;
        width: 100%;
        width: 280px;
        margin: 0 auto 52px !important;
    }
    
    .pay-content .causes>li {
        width: 205px;
    }
    
    .pay-content .causes>li+li,
    .causes>li+li {
        margin-top: 25px;
        margin-left: 0;
    }
    
    .steps-list {
        margin: 0;
        padding: 0;
    }
    
    .steps-list>li {
        float: none;
        width: 100%;
        text-align: left;
        height: auto;
        display: table;
    }
    
    .steps-list>li:after {
        display: block;
        clear: both;
        content: '';
    }
    
    .steps-list .num-box {
        display: table-cell;
        vertical-align: text-outline: ;
        width: 57px;
        padding: 0 0 0 3px;
        text-align: center;
        padding-bottom: 30px;
    }
    
    .steps-list .info {
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 30px;
    }
    
    .steps-list .num:before,
    .steps-list .num:after {
        height: auto;
        width: 2px;
        left: 50%;
        margin-left: -1px;
    }
    
    .steps-list .num:after {
        top: 100%;
        bottom: -9999px;
    }
    
    .steps-list .num:before {
        bottom: 100%;
        top: -9999px;
    }
    
    .steps-list .repeat .num:after {
        margin-left: -1px;
    }
    
    .steps-list .repeat .num:before {
        margin-right: 0;
    }
    
    .steps-list .help {
        position: static;
        margin: 0;
        margin-top: 18px;
        text-align: left;
        padding: 0 12px;
    }
    
    .steps-list .repeat:after {
        top: -8px;
        margin-left: 0;
        left: 2px;
    }
    
    .steps-list .text {
        margin-top: 18px;
        display: none !important;
    }
    
    .steps-list>li:hover {
        background: none;
    }
    
    .steps-list li:hover:before {
        display: none;
    }
    
    .steps-list .title {
        margin-bottom: 6px;
    }
    
    .steps-list .num {
        margin-bottom: 8px;
    }
    
    .steps-list .active .text {
        visibility: visible;
    }
    
    .steps-list .active .text {
        display: block !important;
        padding: 0 12px;
    }
    
    .content-gallery .frame,
    .content-gallery .visual {
        max-width: 286px;
    }
    
    .content-gallery .prev,
    .content-gallery .next {
        top: 56px;
    }
    
    .content-gallery .prev {
        background-position: 0 -51px;
    }
    
    .content-gallery .next {
        background-position: -26px -51px;
    }
    
    .content-gallery .info .phone {
        display: none;
    }
    
    .content-gallery .switcher li {
        width: 90px;
    }
    
    .content-gallery .switcher li img {
        max-width: 100%;
        height: auto;
    }
    
    .faq-box .col {
        float: none;
        width: 100%;
        padding: 0;
    }
    
    .faq-box .col+.col {
        padding: 0;
    }
    
    .consult-form .form-row .col {
        display: block;
        width: 100%;
    }
    
    .consult-form .form-row .col+.col {
        padding-left: 0;
        padding-top: 10px;
    }
    
    .consult-form .later {
        width: auto;
        display: inline-block;
        vertical-align: top;
    }
    
    .consult-form .centred-col {
        text-align: center;
    }
    
    .consult-form .send {
        display: block;
        width: 100%;
    }
    
    .content-gallery .gallery-holder {
        height: 655px;
    }
    
    .content-gallery .switcher {
        margin: 0 -20px;
    }
    
    .custom-form .checkbox-holder {
        width: auto;
    }
    
    div.check {
        margin-top: -4px;
    }
    
    .map-row .map-col,
    .map-row .map-gallery,
    .map-row .map-gallery img {
        height: 250px !important;
    }
    
    .footer-nav .col {
        float: none;
        width: auto;
        padding: 0;
    }
    
    .footer-nav .holder {
        border-bottom: 1px solid #424446;
        padding: 0;
        margin: 0 0 10px;
    }
    
    .footer-nav .head {
        position: relative;
        margin: 0 0 11px;
    }
    
    .footer-nav .head br {
        display: none;
    }
    
    .footer-nav .frame {
        display: none;
        padding: 9px 0 9px;
    }
    
    .footer-nav .holder.active .frame {
        display: block;
    }
    
    .footer-nav .head span:after {
        position: absolute;
        top: 7px;
        right: 0;
    }
    
    .footer-nav {
        margin-bottom: 39px;
    }
    
    .social-list {
        margin: 0 -20px;
        width: auto;
        padding: 10px 0 0;
    }
    
    .social-list>li {
        margin: 0 9px;
    }
    
    .footer-nav .active .head span:after {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .bx-prev,
    .bx-next {
        width: 16px;
        height: 31px;
        background: url(/templates/1.0/images/arrows2.png) no-repeat;
        margin-top: -15px;
        left: 10px;
    }
    
    .bx-next {
        background-position: -16px 0;
        left: auto;
        right: 10px;
    }
    
    .steps-list .title span {
        background: -moz-linear-gradient(left, #000, #000 60%, transparent 60%);
        background: -ms-linear-gradient(left, #000, #000 60%, transparent 60%);
        background: -o-linear-gradient(left, #000, #000 60%, transparent 60%);
        background: -webkit-gradient(linear, 0 0, 100% 0, from(#000), color-stop(0.6, #000), color-stop(0.6, transparent));
        background: -webkit-linear-gradient(left, #000, #000 60%, transparent 60%);
        background: linear-gradient(left, #000, #000 60%, transparent 60%);
        background-size: 7px 1px;
        background-repeat: repeat-x;
        background-position: 0 92%;
    }
    
    #nav .drop .col .list {
        display: none;
    }
    
    .tooltip.left .tooltip-arrow {
        margin-left: 50px;
    }
    
    .tooltip.left {
        margin-left: -160px;
    }
}
@media screen and (max-width: 520px) {
    .special-select-container {
        width: 205px !important;
    }
    
    #areas-types-container {
        left: -60px;
    }
}
@media screen and (max-width: 420px) {
    .logo {
        width: 260px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    
    .menu li {
        width: 100%;
    }
    
    .popup {
        width: 260px;
    }
}
.phone strong a {
    color: #fff;
    text-decoration: none;
}
.youtube-video {
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.youtube-video .the-loading {
    background-color: #FFF;
    background-image: url('/images/loading-2.GIF');
    background-position: center center;
    background-repeat: no-repeat;
    filter: alpha(opacity=92);
    height: 100%;
    left: 0px;
    opacity: 0.92;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
    -moz-opacity: 0.92;
    -khtml-opacity: 0.92;
}
.youtube-video .the-loading.hidden {
    display: none;
}
.youtube-video img,
.youtube-video iframe {
    width: 100%;
}
.hidden {
    display: none;
}
.clear {
    clear: both;
}
.mod-preview-info {
    display: none;
}
.slider li {
    /* background-position: left 408px; */
}
.inputs-filters-cont {
    height: 90px;
}
@media screen and (max-width: 860px) {
    .inputs-filters-cont {
        height: auto;
    }
}
#popmechanic-paranja {
    opacity: 0.9 !important;
}

/* главная страница всплывашка */
@media screen and (max-width: 420px) {
    .popup-1-1 {
        left: 50% !important;
        margin-left: -150px;
    }
}
@media (max-width: 787px) {
    html .footer-info {
        display: block;
        padding-top: 10px;
    }
    
    html .footer-info .columns {
        margin: 0px;
    }
    
    html .footer-info .col {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* вслываша_на_весь_экран_мобилок */
@media screen and (max-width: 420px) {
    .popup-holder .popup {
        width: initial;
        height: inherit;
        left: 0px !important;
        padding-top: 27%;
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .popup-holder .btn-holder {
        margin-top: 76px;
    }
    
    .popup-holder .form-row {
        margin: 0 0 32px;
    }
    
    .popup-holder .popup-title {
        margin: 0 0 101px;
        font-size: 22px;
    }
    
    .popup-holder .close {
        top: 32px;
    }
    
    .popup-holder .warranty {
        line-height: 21px;
    }
    
    .popup-holder .warranty:before {
        top: 5px !important;
    }
}
@media screen and (max-width: 375px) {
    .popup-holder .popup {
        width: initial;
        height: inherit;
        left: 0px !important;
        padding-top: 20%;
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .popup-holder .btn-holder {
        margin-top: 76px;
    }
    
    .popup-holder .form-row {
        margin: 0 0 32px;
    }
    
    .popup-holder .popup-title {
        margin: 0 0 76px;
        font-size: 22px;
    }
    
    .popup-holder .close {
        top: 32px;
    }
    
    .popup-holder .warranty {
        line-height: 21px;
    }
    
    .popup-holder .warranty:before {
        top: 5px !important;
    }
}
@media screen and (max-width: 320px) {
    .popup-holder .popup {
        width: initial;
        height: inherit;
        left: 0px !important;
        padding-top: 13%;
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .popup-holder .btn-holder {
        margin-top: 36px;
    }
    
    .popup-holder .form-row {
        margin: 0 0 32px;
    }
    
    .popup-holder .popup-title {
        margin: 0 0 56px;
        font-size: 22px;
    }
    
    .popup-holder .close {
        top: 32px;
    }
    
    .popup-holder .warranty {
        line-height: 21px;
    }
    
    .popup-holder .warranty:before {
        top: 5px !important;
    }
}
.not-margin {
    padding-top: 0px;
}
#map-canvas.load_by_image {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    cursor: pointer;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.button_init_map {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    background: #007feb none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 5px #0077cc !important;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 21px !important;
    padding: 21px 28px !important;
    height: auto !important;
    min-height: 60px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-sizing: border-box;
    max-width: 450px;
}
.products__product .product .product__location--new {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #929292;
}
.products__product .product {
    position: relative;
}
div#main ul.causes.inline-blocks.clear {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}
.search__products span.product__attr {
    display: none;
}