@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin,cyrillic);

html, body {
    font-family: 'Open Sans', sans-serif;
    color: #404e57;
    /*font-weight: 300;*/
}

header {
    overflow: hidden;
    padding: 20px 20px 0 20px;
}
header .logo {
    display: inline-block;
    padding-top: 7px;
}

header .top-links {}
header .top-links p {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 38px;
}

header .search-form {
    position: relative;
}
header .search-form input.form-control {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    padding: 9px 5px 9px 30px;
    float: left;
    width: 100px;
}
header .search-form button {
    position: absolute;
    left: 0; top: 0;
    height: 100%;
    width: 30px;
    border: none;
    outline: none;
    background: url("../images/search-icon.png") left top no-repeat transparent;
    text-indent: -999em;
}
header .search-form:hover input.form-control,
header .search-form input.form-control:focus {
    width: 270px;
}
header .custom-links a {
    margin-left: 8px;
}
header a.menu-toggle {
    display: none;
    height: 40px;
    width: 40px;
    background: transparent url("../images/menu-toggle.png") no-repeat scroll center -10px;
    margin: 0;
    outline: none;
}
header a.menu-toggle.active,
header a.menu-toggle:hover {
    background-position: center -70px;
}
#menu {
    margin: 20px 0 0;
}
#menu a {
    outline: none;
}
#menu .menu-dummy {
    display: none;
}
#menu .main-items {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f1e6d7;
}
#menu .main-items .menu-row {
    display: table;
    width: 100%;
    position: relative;
}
#menu .main-items .menu-row > a.btn-close {
    display: none;
}
#menu .main-items .menu-row > ul {
    display: table-row;
}
#menu .main-items .menu-row > ul > li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    line-height: 1.3em;
}
#menu .main-items .menu-row > ul > li.search-form {
    display: none;
}
#menu .main-items .menu-row > ul > li > a {
    color: #404e57;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    height: 85px;
    line-height: 85px;
    width: 100%;
    position: relative;
    padding: 0 10px;
}
#menu .main-items .menu-row > ul > li > a > span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}
#menu .main-items .menu-row > ul > li > a:before,
#menu .main-items .menu-row > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 0;
    border-left: 1px solid #f2f2f2;
    z-index: -1;
}
#menu .main-items .menu-row > ul > li > a:after {
    left: auto;
    right: 0;
}
#menu .main-items .menu-row > ul > li + li + li a:before {
    display: none;
}
#menu .main-items > ul > li > a > span {
    line-height: 1.3em;
    display: inline-block;
    vertical-align: middle;
}
#menu .main-items .menu-row > ul > li a:hover {
    color: #ba8235;
}
#menu .main-items .menu-row > ul > li.active > a {
    background: #ba8235;
    color: #FFFFFF;
}

/* Подменю */
#menu .main-items .menu-row > ul > li .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: left;
    display: none;
    background: #FFFFFF;
    border-top: 1px solid #f1e6d7;
}
#menu .main-items .menu-row > ul > li .sub-menu .btn-close {
    float: right;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/close.png") no-repeat left top transparent;
    text-indent: -999em;
    margin: 25px 0 0;
    outline: none;
}
#menu .main-items .menu-row > ul > li .sub-menu h2 a {
    color: #404e57;
    text-decoration: none !important;
}
#menu .main-items .menu-row > ul > li .sub-menu .btn-close:hover {
    background-position: left -33px;
}
#menu .main-items .menu-row > ul > li .sub-menu ul {
    list-style: none;
    margin: 20px -10px;
    padding: 0;
}
#menu .main-items .menu-row > ul > li .sub-menu ul li {
    float: left;
    width: 20%;
    margin: 10px 0;
    padding: 0 10px;
}
#menu .main-items .menu-row > ul > li .sub-menu ul li a {
    background: #f1e6d7;
    color: #404e57;
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 300;
}
#menu .main-items .menu-row > ul > li .sub-menu ul li a:hover {
    background: #ba8235;
    color: #FFFFFF;
}
#menu .main-items .menu-row > ul > li .sub-menu ul li a span {
    display: inline-block;
    line-height: 1.2em;
    vertical-align: middle;
    padding: 0 15px;
}

/*#menu ul.base-items li.active a:after {
    display: none;
}*/
/*
#menu .other-items {
    border-top: 1px solid #f1e6d7;
    overflow: hidden;
    display: none;
}
#menu .other-items .container {
    display: none;
}
#menu .other-items h2 {
    margin: 40px 0 0;
    font-size: 40px;
}
#menu .other-items ul {
    overflow: hidden;
    list-style: none;
    margin: 20px -10px;
    padding: 0;
}
#menu .other-items ul li {
    float: left;
    width: 20%;
    margin: 10px 0;
    padding: 0 10px;
}
#menu .other-items ul li a {
    background: #f1e6d7;
    color: #404e57;
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 300;
}
#menu .other-items ul li a span {
    display: inline-block;
    line-height: 1.2em;
    vertical-align: middle;
    padding: 0 15px;
}
#menu .other-items ul li a:hover {
    background: #ba8235;
    color: #FFFFFF;
}
#menu .other-items .btn-close {
    float: right;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/close.png") no-repeat left top transparent;
    text-indent: -999em;
    margin: 25px 0 0;
    outline: none;
}
#menu .other-items .btn-close:hover {
    background-position: left -33px;
}
*/



.breadcrumb {
    font-size: 13px;
    font-weight: 100;
    margin-top: 20px;
}

h1 {
    color: #ba8235;
    margin-left: -4px;
    /* padding-left: 10px; */
}

.banner-1160 {
    background: #f6f6f6;
    margin-bottom: 40px;
}
.banner-1160-container {
    position: relative;
}
.banner-1160-container img {
    max-width: 100%;
}
.banner-1160-container .btn-close {
    background: #3a454e;
    color: #FFFFFF;
    position: absolute;
    font-size: 13px;
    padding: 5px 7px 5px 10px;
    right: 0;
    top: 0;
    margin: 10px;
    line-height: 13px;
}
/*
.banner-768 {
    width: 695px;
    height: 390px;
    position: relative;
    float: left;
    color: #FFFFFF;
}
.banner-768 .banner-content {
    background-position: center center;
    position: absolute;
    width: 695px;
    height: 390px;
}
.banner-768 .banner-content .banner-shadow {
    background: url("../images/banner-768-shadow.png") left bottom repeat-x transparent;
    width: 695px;
    height: 390px;
    position: absolute;
}
.banner-768 .banner-content .banner-shadow .banner-text {
    width: 695px;
    height: 390px;
    position: absolute;
    overflow: hidden;
}
.banner-768 .banner-content .banner-shadow .banner-text .banner-t {
    padding: 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -210px;
}
.banner-768 .banner-content .banner-shadow .banner-text .banner-t h3 {
    margin: 0;
}
.banner-768 .banner-content .banner-shadow .banner-text .banner-t p {
    margin: 25px 0 75px;
    opacity: 0;
}
.banner-768 .banner-content .banner-shadow .banner-text .banner-t span {
    display: inline-block;
    padding: 18px;
    font-size: 18px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 100;
    border: 1px solid #FFFFFF;
    opacity: 0;
}
.banner-768:hover .banner-content {
    margin-left: -36px;
    margin-top: -30px;
}
.transition-element,
.banner-768 .banner-content,
.banner-768 .banner-content .banner-shadow,
.banner-768 .banner-content .banner-shadow .banner-text,
.banner-768 .banner-content .banner-shadow .banner-text .banner-t,
.banner-768 .banner-content .banner-shadow .banner-text .banner-t p,
.banner-768 .banner-content .banner-shadow .banner-text .banner-t span {
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.banner-768:hover .banner-content,
.banner-768:hover .banner-content .banner-shadow,
.banner-768:hover .banner-content .banner-shadow .banner-text {
    width: 768px;
    height: 450px;
    z-index: 100;
}
.banner-768:hover .banner-content .banner-shadow .banner-text .banner-t {
    padding: 25px 62px;
    bottom: 0;
}
.banner-768:hover .banner-content .banner-shadow .banner-text .banner-t p,
.banner-768:hover .banner-content .banner-shadow .banner-text .banner-t span {
    opacity: 1;
}
.banner-768:hover .banner-content .banner-shadow {
    background-position: left 325px;
}
.banner-768:hover .banner-content .banner-shadow .banner-text {
    background: rgba(0, 0, 0, 0.8);
}
*/

.main-right {
    overflow: hidden;
    margin-left: 699px;
}
.main-right .banner-magnus {
    display: block;
    float: left;
    height: 126px;
    overflow: hidden;
    width: 228px;
}
.main-right .widget-currency {
    background: url("../images/widget-currency-bg.jpg") right top no-repeat transparent;
    background-size: cover;
    overflow: hidden;
    color: #FFFFFF;
    padding: 10px;
    height: 260px;
    margin-top: 4px;
}
.main-right .widget-currency h3 {
    margin: 0;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
}
.main-right .widget-currency .selector {
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
}
.main-right .widget-currency .selector select {
    color: black;
    margin-left: 15px;
}
.main-right .widget-currency table.items + table.items {
    display: none;
}
.main-right .widget-currency table {
    font-size: 18px;
    width: 100%;
    margin: 15px 0 0;
    line-height: 18px;
}
.main-right .widget-currency table th {
    text-align: center;
    padding: 2px 0;
    font-weight: 600;
}
.main-right .widget-currency table td {
    text-align: center;
    padding: 2px 0;
}
.main-right .widget-currency table td.name {
    font-weight: 700;
}
.main-right .widget-currency .all-offices {
    display: none;
    text-align: right;
    margin: -2px 0 0 0;
}
.main-right .widget-currency .all-offices a {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: underline;
}
.main-right .widget-currency .curr-calc {
    text-align: center;
    margin: 5px 0 0;
}
.main-right .widget-currency .curr-calc a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
#currency-calculator {
    margin: 25px 0;
}
.main-right .corporate-video {
    background: url("https://img.youtube.com/vi/rCB23M55wwU/sddefault.jpg") center center no-repeat transparent;
    background-size: cover;
    height: 126px;
    margin: 0 0 0 232px;
    width: 229px;
    position: relative;
    display: block;
}
.main-right .corporate-video:after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    background: url("../images/play-icon.png") center center no-repeat transparent;
    position: absolute;
    left: 50%; top: 50%;
    margin: -32px 0 0 -32px;
    opacity: 0.65;
}
.main-right .corporate-video:hover:after {
    opacity: 1;
}

footer {
    background: #333b45;
    color: #FFFFFF;
    margin: 35px 0 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 100;
}
footer .row {
    /*padding-top: 45px;*/
}
footer .row .row {
    padding-top: 0;
}
footer a {
    color: #FFFFFF;
    text-decoration: none;
}
footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
footer p {
    margin: 9px 0;
}
footer p a {
    color: #FFFFFF;
}
footer .items-block,
footer .col-sn {
    position: relative;
    margin-top: 100px;
}
footer p.header {
    border-bottom: 1px solid #4e5359;
    margin: 0 30px 20px 0;
    padding: 0 0 10px;
    font-size: 16px;
    position: absolute;
    left: 15px; right: 15px;
    bottom: 100%;
}
footer p.header a {
    font-size: 16px;
}
footer p.phone {}
footer p.phone a {
    display: inline-block;
    font-size: 22px;
    line-height: 40px;
    padding: 0 0 0 40px;
    background: url("../images/phone-white.png") left center no-repeat transparent;
}
footer p.header a:hover,
footer p.phone a:hover {
    text-decoration: none;
}
footer .copyrights {
    border-top: 1px solid #4e5359;
    margin-top: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
}
footer .copyrights p {
    margin: 0;
}
footer .copyrights a {
    text-decoration: underline;
}
footer .copyrights a:hover {
    text-decoration: none;
}
footer ul.sn {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
footer ul.sn li {
    float: left;
    margin: 0 10px 0 0;
}
footer ul.sn li a {
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    background: url("../images/sn.jpg") 0 0 no-repeat #3a454e;
}
footer ul.sn li.vk a { background-position: 0 0; }
footer ul.sn li.vk a:hover { background-position: 0 -50px; }
footer ul.sn li.fb a { background-position: 0 -100px; }
footer ul.sn li.fb a:hover { background-position: 0 -150px; }
footer ul.sn li.tw a { background-position: 0 -200px; }
footer ul.sn li.tw a:hover { background-position: 0 -250px; }





.widget-last-news {
    padding: 0;
    margin: 4px 0 0;
}
.widget-last-news ul.items {
    list-style: none;
    margin: 0 -2px;
    padding: 0;
}
.widget-last-news ul.items li {
    float: left;
    width: 388px;
    height: 213px;
    padding: 0 2px;
    position: relative;
}
.widget-last-news ul.items li .item {
    position: absolute;
    overflow: hidden;
    width: 384px;
    height: 213px;
    left: 2px; top: 0;
}
.widget-last-news ul.items li .item img {
    display: block;
    position: absolute;
    /* margin: -20px; */
}
.widget-last-news ul.items li .item .item-shadow,
.widget-last-news ul.items li .item .item-blur,
.widget-last-news ul.items li .item .item-text {
    position: absolute;
    height: 100%;
    width: 100%;
}
.widget-last-news ul.items li .item .item-shadow {
    background: url("../images/banner-768-shadow.png") left bottom repeat-x transparent;
}
.widget-last-news ul.items li .item .item-blur {
    background: url("../images/blur-075.png") left top repeat transparent;
    opacity: 0;
    visibility: hidden;
}
.widget-last-news ul.items li .item .item-blur {}
.widget-last-news ul.items li .item .item-text {
    color: #FFFFFF;
}
.widget-last-news ul.items li .item .item-text > span {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px;
}
.widget-last-news ul.items li .item .item-text span .date {
    display: inline-block;
    border: 1px solid #FFFFFF;
    padding: 3px 5px;
    line-height: 1em;
}
.widget-last-news ul.items li .item .item-text span .title {
    display: block;
    margin: 10px 0 0;
}
.widget-last-news ul.items li:hover .item {
    width: 420px;
    height: 253px;
    left: -18px;
    top: -20px;
    z-index: 5;
}
.widget-last-news ul.items li:hover .item img {
    margin: 0;
}
.widget-last-news ul.items li:hover .item .item-shadow {
    opacity: 0;
}
.widget-last-news ul.items li:hover .item .item-blur {
    opacity: 1;
    visibility: visible;
}
.widget-last-news ul.items li:hover .item .item-text > span {
    padding: 35px;
}



.sub-categories {
    margin: 15px;
}
.sub-categories h2 {
    margin: 20px 0;
}
.sub-categories .item {
    overflow: hidden;
    height: 105px;
}
.sub-categories .item > a img {
    width: 75px;
    float: left;
}
.sub-categories .item .info {
    margin-left: 95px;
    margin-top: 5px;
}
.sub-categories .item .info h2 {
    margin: 0;
    font-size: 16px;
    line-height: normal;
}
.sub-categories .item .info a {
    font-weight: 600;
    font-size: 16px;
}
.sub-categories .item .info p {
    font-size: 12px;
    line-height: 14px;
    max-height: 42px;
    overflow: hidden;
    color: #404e57;
}



.magnus-gifts {
    margin: 75px 0;
}
.magnus-gifts .header {
    font-size: 20px;
    overflow: hidden;
    margin: 15px 0 45px;
}
.magnus-gifts .item {}
.magnus-gifts .item .name {
    color: #404e57;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    height: 60px;
    font-weight: 100;
    position: relative;
}
.magnus-gifts .item .info {
    position: relative;
}
.magnus-gifts .item .info .image {
    overflow: hidden;
}
.magnus-gifts .item .info .image img {
    min-width: 100%;
}
.magnus-gifts .item .info .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/magnus-gift-shadow.png") left bottom repeat-x transparent;
}
.magnus-gifts .item .info p {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 10px 10px;
    color: #FFFFFF;
}
.magnus-gifts .item:nth-child(2n) .name {
    top: 190px;
    padding-top: 10px;
}
.magnus-gifts .item:nth-child(2n) .info {
    top: -60px;
}



.closed-block {
    margin: 75px 0 0;
    position: relative;
}
.closed-block .phone-block {
    position: absolute;
    padding: 30px;
    right: 0;
    top: 0;
    background: #f5f5f5;
    z-index: 10;
}
.closed-block .phone-block .header {
    font-size: 16px;
    font-weight: 600;
}
.closed-block .phone-block .caption {
    margin: 10px 0;
}
.closed-block .phone-block .phone a {
    color: #404e57;
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
    margin-top: 6px;
    padding-left: 35px;
    background: url("../images/phone-black-30.png") left center no-repeat transparent;
}
.closed-block .phone-block .email a {
    display: inline-block;
    color: #404e57;
    font-size: 16px;
    margin-top: 6px;
    padding-left: 35px;
    background: url("../images/email-black-30.png") left center no-repeat transparent;
}
.closed-block .nav {
    width: 70%;
    margin: 0;
}
.user-content .closed-block  ul li::before {
    display: none;
}
.closed-block .nav > li > a {
    border-radius: 0;
    margin-right: 10px;
    font-size: 24px;
    font-weight: 300;
    padding: 15px;
}
.closed-block .nav > li > a {
    background: #c89b5d;
    color: #FFFFFF;
    outline: none;
    line-height: 1.5em;
}
.closed-block .nav > li.active > a {
    background: #ba8235;
    cursor: default;
}
.closed-block .nav > li > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0; height: 0;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #ba8235;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.closed-block .nav > li.active > a:before {
    bottom: -20px;
}
.closed-block ul.advantages {
    list-style: none;
    margin: 0;
    padding: 0;
}
.closed-block ul.advantages li {
    margin: 0;
    padding: 30px 0 30px 100px;
    font-size: 18px;
    font-weight: 100;
}
.closed-block ul.advantages li em {
    color: #ba8235;
    font-style: normal;
    font-weight: 600;
}
.closed-block ul.advantages li.a-24-7 { background: url("../images/24-7-90.png") left center no-repeat transparent; }
.closed-block ul.advantages li.a-display { background: url("../images/display-90.png") left center no-repeat transparent; }
.closed-block ul.advantages li.a-15-minutes { background: url("../images/time-15-90.png") left center no-repeat transparent; }
.closed-block ul.advantages li.a-phone { background: url("../images/phone-brown-90.png") left center no-repeat transparent; }

.closed-block textarea {
    resize: vertical;
    min-height: 71px;
}
.closed-block .caption {
    font-size: 18px;
    font-weight: 100;
    margin: 20px 0;
}
#callback .caption {
    width: 80%;
}
.closed-block .help-block,
.form .help-block {
    font-size: 13px;
    font-weight: 100;
    margin: 75px 0 35px;
}
.closed-block .coll {
    padding-right: 70px;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.closed-block .colr {
    padding-left: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 50px;
    margin-bottom: 15px;
    border-left: 1px solid #f1e6d7;
}
.closed-block .tt,
.form .tt {
    display: inline-block;
    width: 1.2em;
    font-size: 1em;
    line-height: 1.2em;
    vertical-align: middle;
    margin: 0 0 0 5px;
    padding: 0;
    background: #ba8235;
    border-radius: 1.2em;
    text-align: center;
    border: 2px solid #ba8235;
    box-sizing: content-box;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
}
.closed-block .tt:hover {
    background: #c89b5d;
    border-color: #c89b5d;
}



.user-content table.beeline {
    border-collapse: collapse;
    border-top: 4px double #f1e6d7;
    border-bottom: 1px solid #f1e6d7;
}
.user-content table.beeline th,
.user-content table.beeline td {
    padding: 10px 8px;
    line-height: 1.5em;
}
.user-content table.beeline th {
    font-weight: 600;
}
.user-content table.beeline td {
    border-top: 1px solid #f1e6d7;
    border-bottom: 1px solid #f1e6d7;
    font-weight: 100;
}
.user-content table.beeline tr:hover td,
.user-content table.beeline tr:hover th {
    background: rgba(186, 130, 53, 0.05);
}



.user-content h3 {
    font-size: 20px;
    margin-top: 30px;
}
.user-content ul {
    list-style: none;
    margin: 2em 0;
    padding: 0;
}
.user-content ul li {
    padding: 0;
    margin: 0.5em 0 0 3em;
    line-height: 1.5em;
    position: relative;
}
.user-content ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: url("../images/li-marker.png") center center no-repeat transparent;
    margin: 0.5em 0.75em 0 0;
    line-height: 1.5em;
    position: absolute;
    right: 100%;
}



code {
    white-space: pre;
}

.admin-update-btn {
    font-size: 65%;
}

.yandex-maps-hint {
    display: inline-block;
    padding: 7px;
    border-radius: 5px;
    box-shadow: 0 0 10px -3px #000000;
    background: #FFFFFF;
    font-size: 13px;
    white-space: nowrap;
    color: #404e57;
}
.yandex-maps-hint b {
    display: block;
}













.banner-768 {
    float: left;
    width: 695px;
    height: 390px;
    padding: 0;
    position: relative;
    z-index: 5;
}
.banner-768 .item {
    position: absolute;
    overflow: hidden;
    width: 695px;
    height: 390px;
    left: 0; top: 0;
}
.banner-768 .item img {
    display: block;
    position: absolute;
    /* margin: -30px; */
}
.banner-768 .item .item-shadow,
.banner-768 .item .item-blur,
.banner-768 .item .item-text {
    position: absolute;
    height: 100%;
    width: 100%;
}
.banner-768 .item .item-shadow {
    background: url("../images/banner-768-shadow.png") left bottom repeat-x transparent;
}
.banner-768 .item .item-blur {
    background: url("../images/blur-075.png") left top repeat transparent;
    opacity: 0;
    visibility: hidden;
}
.banner-768 .item .item-blur {}
.banner-768 .item .item-text {
    color: #FFFFFF;
}
.banner-768 .item .item-text > div {
    padding: 30px;
    position: absolute;
    top: 285px;
}
.banner-768 .item .item-text h3 {
    margin: 0;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
.banner-768 .item .item-text p {
    margin: 25px 0 55px;
    font-size: 16px;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    opacity: 0;
}
.banner-768 .item .item-text span {
    display: inline-block;
    padding: 18px;
    font-size: 18px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 100;
    border: 1px solid #FFFFFF;
    opacity: 0;
}

.banner-768:hover .item {
    width: 755px;
    height: 450px;
    left: -30px;
    top: -30px;
    z-index: 5;
}
.banner-768:hover .item img {
    margin: 0;
}
.banner-768:hover .item .item-shadow {
    opacity: 0;
}
.banner-768:hover .item .item-blur {
    opacity: 1;
    visibility: visible;
}
.banner-768:hover .item .item-text > div {
    padding: 60px;
    top: 53px;
}
.banner-768:hover .item .item-text p {
    opacity: 1;
}
.banner-768:hover .item .item-text span {
    opacity: 1;
}

.transition-element {
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


.office-list {
    font-weight: 300;
}
.office-list p {
    margin: 0;
}
.office-list .item {}
.office-list .item .block {
    margin-top: 15px;
    margin-bottom: 15px;
}
.office-list .item .name {
    background: #f8f2ea;
    font-size: 24px;
    line-height: 28px;
    padding: 20px;
    font-weight: 600;
    display: block;
    color: #404e57;
}
.office-list .item .image img {
    max-width: 100%;
}



.form-field-hint {
    background: #404e57 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
}
.form-field-hint:before {
    content: "";
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) #404e57 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    position: absolute;
    right: 100%;
    top: 10px;
}

.errorMessage {
    background: #82474c none repeat scroll 0 0;
    clear: both;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    margin: 13px 0;
    position: relative;
    text-align: center;
}
.errorMessage:before {
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;*/
    border-color: rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 0.75em;
    content: "";
    position: absolute;
}
.errors-top .errorMessage:before {
    border-top-color: #82474c;
    left: 7%;
    top: 100%;
}
.errors-bottom .errorMessage:before {
    border-bottom-color: #82474c;
    left: 7%;
    bottom: 100%;
}

.form-credit label,
.form-bank-guarantee label,
.form-feedback label.control-label {
    font-weight: 300;
    text-align: left;
    font-size: 16px;
    position: relative;
}
.form-feedback label.control-label {
    white-space: nowrap;
}

.form-bank-guarantee,
.form-credit {
    width: 100%;
    max-width: 450px;
}
.form textarea {
    resize: vertical;
    min-height: 10em;
}
.form label span {
    color: #aaaaaa;
}
.form label span.required {
    color: red;
    /*position: absolute;
    right: -13px;
    top: 0;*/
}

.popup_video {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -240px;
    display: none;
    z-index: 50;
}
.popup_video a.close {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/close.png) 0 -33px no-repeat transparent;
    position: absolute;
    right: -40px;
    top: -40px;
    z-index: 10000;
    opacity: 1;
}
#blur {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 10;
    display: none;

    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE 5.5+*/
    -moz-opacity: 0.9; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.9; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
    /*zoom: 1; /* для элемента в ИЕ, у которого не заданы width и height */
}

.form-deposit-ext {
    margin: 25px 100px;
}
.form-deposit-ext .block {}
.form-deposit-ext .block + .block {
    display: none;
}
.form-deposit-ext .block .header {
    background: #bf8d46;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 23px;
    line-height: normal;
    margin: 0 0 15px;
}
.form-deposit-ext .block label {
    font-weight: 300;
    position: relative;
}
.form-deposit-ext .block label .required {
    position: absolute;
    right: 0;
}
.form-deposit-ext ul.blocks {
    margin: 0;
    padding: 0;
}
.form-deposit-ext ul.blocks li {
    background: #f2f2f2;
    color: #CCCCCC;
    height: 66px;
    line-height: 66px;
    margin: 0 0 2px;
    padding: 0 10px;
    cursor: pointer;
}
.form-deposit-ext ul.blocks li.current {
    background: #f8f2ea url("../images/step_active.png") no-repeat scroll 97% center;
    background-size: 12px auto;
    color: #bf8d46;
}
.form-deposit-ext ul.blocks li.error {
    background: #f2f2f2 url("../images/error.png") no-repeat scroll 97% center;
    background-size: 12px auto;
    color: #d00000;
}
.form-deposit-ext ul.blocks li.current.error {
    background-color: #f8f2ea;
}
.form-deposit-ext ul.blocks li:before {
    display: none;
}
.form-deposit-ext ul.blocks li div {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    position: relative;
    margin: 0 0 0 25px;
}
.form-deposit-ext ul.blocks li div span {
    position: absolute;
    left: -15px;
}

.irs-grid-pol.small {display: none;}
.irs-grid-text {
    font-size: 12px;
    line-height: 1em;
    top: 17px;
    /*color: #404e57;*/
    color: #73818a;
}
.irs-slider {
    width: 35px;
    height: 35px;
    top: 0;
    box-shadow: none;
    border: none;
}
.irs-slider,
.irs-slider:hover {
    background: url("../images/value-picker-marker.png") center center no-repeat transparent;
}
.irs-bar-edge {
    width: 19px;
    height: 6px;
    background: #ba8235;
    border: none;
    top: 15px;
}
.irs-bar {
    height: 6px;
    background: #ba8235;
    border: none;
    top: 15px;
}
.irs-line {
    background: #dedede;
    height: 6px;
    border: none;
    top: 15px;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
    height: 6px;
}
.irs-grid {
    top: 21px;
}
.irs-grid-pol {
    background: #dedede;
    opacity: 1;
    height: 13px;
    width: 6px;
    border-radius: 0 0 3px 3px;
    margin-left: -3px;
}



.calculator-widget {}
.calculator-widget .row {
    margin-bottom: 25px;
}
.calculator-widget .header {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 25px;
}
.calculator-widget .row-header {
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
}
.calculator-widget .row-header span {
    line-height: 1em;
    vertical-align: middle;
    display: inline-block;
}
.calculator-widget .calc-results {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 100;
    margin-top: 50px;
}
.calculator-widget .calc-results .percents {
    background: #ad7676;
    height: 75px;
    line-height: 75px;
    text-align: center;
    margin: 30px 0;
}
.calculator-widget .calc-results .percents span {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    margin: 0 10px;
}
.calculator-widget .calc-results .percents span nobr {
    font-weight: bold;
}
.calculator-widget .calc-results .revenue {
    background: #88474b;
    height: 75px;
    line-height: 75px;
    text-align: center;
    margin: 30px 0;
}
.calculator-widget .calc-results .revenue span {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    margin: 0 10px;
}
.calculator-widget .calc-results .revenue span nobr {
    font-weight: bold;
}
.calculator-widget .calc-results .arrow {
    height: 135px;
    background: url("../images/calc-arrow-h.png") center center no-repeat transparent;
}
.calculator-widget .alone-period-hint {
    font-size: 18px;
    font-weight: 300;
    display: none;
    line-height: 40px;
}

#form-disclaimer {
    display: none;
}

.news-list {}
.news-list .item {
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
}
.news-list .item .image {
    position: relative;
}
.news-list .item .image img {
    max-width: 100%;
}
.news-list .item .image img.default {
    visibility: hidden;
}
.news-list .item .image img.img {
    position: absolute;
}
.news-list .item .image .shadow {
    background: rgba(0, 0, 0, 0) url("../images/banner-768-shadow.png") repeat-x scroll left bottom;
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
}
.news-list .item .image .date {
    position: absolute;
    bottom: 11%; left: 7%;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 5px;
}
.news-list .item .image > a {
    display: block;
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
}
.news-list .item .data {
    padding: 20px;
    height: 200px;
}
.news-list .item .data > a {
    font-weight: bold;
    color: #404e57;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    overflow: hidden;
    max-height: 54px;
}
.news-list .item .data .announce {
    font-weight: 100;
    margin-top: 15px;
    line-height: 18px;
    max-height: 90px;
    overflow: hidden;
}



.paginator {}
.paginator ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.paginator ul li {
    margin: 0;
    padding: 0;
}
.paginator ul li:before {
    display: none;
}
.paginator ul li {
    display: inline-block;
}
.paginator ul li.first,
.paginator ul li.previous,
.paginator ul li.next,
.paginator ul li.last {
    display: none;
}
.paginator ul li a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #eeeeee;
    font-size: 16px;
    font-weight: 100;
    border-radius: 3px;
}
.paginator ul li.selected a {
    background: #ba8235;
    color: #FFFFFF;
}



.search-results {
    overflow: hidden;
    margin: 45px 0;
}
.search-results ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 250px;
    position: relative;
    left: 1px;
    z-index: 10;
}
.search-results ul.tabs li {
    margin: 0;
    padding: 0;
}
.search-results ul.tabs li:before {
    display: none;
}
.search-results ul.tabs li a {
    display: block;
    padding: 20px 15px;
    border: 1px solid transparent;
}
.search-results ul.tabs li a:hover {
    background: #fafafa;
    border-right: 1px solid #dddddd;
}
.search-results ul.tabs li.active a,
.search-results ul.tabs li.active a:hover {
    border: 1px solid #dddddd;
    border-right-color: #FFFFFF;
    background: #FFFFFF;
}
.search-results .items {
    margin-left: 250px;
    padding: 25px;
    border: 1px solid #dddddd;
    position: relative;
    min-height: 250px;
}
.search-results .items .item {
    font-weight: 100;
    margin: 0 0 25px;
}
.search-results .items .item > a {
    font-size: 20px;
}
.search-results .items .item .crumbs {
    font-size: 13px;
}
.search-results .items .item .crumbs a {
    color: #999999;
}
.search-results .items .item .crumbs span {
    color: #999999;
}
.search-results .items .item .text {}

.search-form-standalone {
    position: relative;
    max-width: 500px;
}
.search-form-standalone .form-control {
    width: 100%;
    padding-left: 35px;
    background: url("../images/search-icon.png") left top no-repeat #FFFFFF;
}
.search-form-standalone .btn {
    padding: 10px 15px;
    position: absolute;
    right: 0; top: 0;
}

#YMapsID {
    width: 100%;
    height: 500px;
    margin: 50px 0;
}

.news-content {
    overflow: hidden;
    margin-top: 25px;
}

.social-buttons {}
.social-buttons > ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.social-buttons > ul > li {
    display: inline-block;
    padding: 0;
    margin: 0 10px;
    vertical-align: middle;
    line-height: normal;
}
.social-buttons > ul > li:before {
    display: none;
}

#offices {}
#offices .office {}
#offices .office + .office {
    display: none;
}





/***************************************************************
*
*                             RESPONSIVE
*
***************************************************************/
@media (max-width: 767px) {

    #menu .main-items {
        /*border-bottom: 1px solid #f1e6d7;*/
    }

    #menu .main-items .menu-row {
        display: block;
    }

    #menu .main-items .menu-row > ul {
        display: none;
        margin: 0;
        padding: 0;
    }
    #menu .main-items .menu-row > ul.open {
        display: block;
    }

    #menu .main-items .menu-row > ul > li {
        display: block;
        text-align: left;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        line-height: 1.3em;
    }

    #menu .main-items .menu-row > ul > li.search-form {
        padding: 25px 0 10px;
        position: relative;
    }
    #menu .main-items .menu-row > ul > li.search-form input {
        font-size: 13px;
        line-height: 20px;
        height: 40px;
        padding: 9px 5px 9px 30px;
        width: 100%;
    }
    #menu .main-items .menu-row > ul > li.search-form button {
        position: absolute;
        left: 0; top: 25px;
        height: 40px;
        width: 30px;
        border: none;
        outline: none;
        background: url("../images/search-icon.png") left top no-repeat transparent;
        text-indent: -999em;
    }

    #menu .main-items .menu-row > a.btn-close {
        display: none;
        width: 32px;
        height: 32px;
        background: url("../images/close.png") no-repeat left top transparent;
        text-indent: -999em;
        outline: none;
        position: absolute;
        top: 8px; right: 7px;
    }
    #menu .main-items .menu-row > ul.open + a.btn-close {
        display: block;
    }


    #menu .main-items .menu-row > ul > li + li {
        border-bottom: 1px solid #f2f2f2;
    }

    #menu .main-items .menu-row > ul > li > a {
        font-size: 18px;
        font-weight: 500;
        display: block;
        height: auto;
        line-height: normal;
        padding: 10px;
    }

    #menu .main-items .menu-row > ul > li > a > span {
        display: inline;
        line-height: normal;
        vertical-align: middle;
    }

    #menu .main-items .menu-row > ul > li > a:before,
    #menu .main-items .menu-row > ul > li > a:after {
        display: none;
    }

    #menu .main-items .menu-row > ul > li a:hover {
        color: #ba8235;
    }

    #menu .main-items .menu-row > ul > li.active > a {
        background: #ba8235;
        color: #FFFFFF;
    }

    #menu .main-items .menu-row > ul > li .sub-menu {
        position: relative;
        left: auto;
        width: auto;
        z-index: auto;
        display: none;
        border-top: 1px solid #f2f2f2;
    }

    #menu .main-items .menu-row > ul > li .sub-menu h2,
    #menu .main-items .menu-row > ul > li .sub-menu .btn-close {
        display: none;
    }

    #menu .main-items .menu-row > ul > li .sub-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #menu .main-items .menu-row > ul > li .sub-menu ul li {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }

    #menu .main-items .menu-row > ul > li .sub-menu ul li + li {
        border-top: 1px solid #F2F2F2;
    }

    #menu .main-items .menu-row > ul > li .sub-menu ul li a {
        background: #FFFFFF;
        color: #404e57;
        display: block;
        width: auto;
        height: auto;
        line-height: normal;
        text-align: left;
        font-weight: 300;
        font-size: 16px;
        padding: 9px 15px 9px 35px;
    }

    #menu .main-items .menu-row > ul > li .sub-menu ul li a:hover {
        background: #ba8235;
        color: #FFFFFF;
    }

    #menu .main-items .menu-row > ul > li .sub-menu ul li a span {
        display: inline-block;
        line-height: normal;
        vertical-align: inherit;
        padding: 0;
    }
}





@media (max-width: 479px) {
    header .top-links p { display: none; }
    header .search-form { display: none; }
    header .search-form input.form-control { width: 200px !important;}
    header a.menu-toggle { display: block; }
    .banner-1160-container .btn-close { background: url("../images/close.png") no-repeat scroll left top transparent; display: block; width: 32px; height: 32px; text-indent: -9999px; }
    #menu .main-items .menu-row > ul > li.search-form { display: block; }
    #menu .main-items .menu-row > a.btn-close { top: 29px; }
    .main-right { float: none; margin: 4px 0 0; }
    .main-right .banner-magnus { overflow: hidden; width: 238px; margin: 4px auto; height: 126px; float: none; }
    .main-right .widget-currency { width: 238px; margin: 4px auto; float: none; }
    .main-right .widget-currency .all-offices { display: block; }
    .main-right .corporate-video { width: 238px; margin: 4px auto; float: none; height: 126px; }

    .magnus-gifts { margin: 0; }
    .magnus-gifts .item { margin: 0 auto 35px; position: relative; height: auto; width: auto; max-width: 300px; float: none; }
    .magnus-gifts .item .name { position: relative; height: auto; bottom: auto; left: auto; right: auto; }
    .magnus-gifts .item:nth-child(2n) .name { padding-top: 0; top: auto; }
    .magnus-gifts .item .info { margin-top: 5px; }
    .magnus-gifts .item:nth-child(2n) .info { top: 0; }
    .form-deposit-ext { margin: 25px 0; }
    .form-deposit-ext .block + .block { display: block; }
    .closed-block .help-block, .form .help-block { margin-top: 20px; }
    #YMapsID { height: 300px; }

    .closed-block .nav { display: none;}
    .closed-block .phone-block { display: none; }
    .closed-block .coll { display: none; }
    .closed-block .colr { margin-top: 0; margin-bottom: 0; padding: 0 25px; }
    .closed-block .caption { margin: 0 0 10px; padding: 10px 25px; background: #ba8235; color: #FFFFFF; }
    .closed-block #callback .caption { width: auto; }
    #feedback { display: block; opacity: 1; }
    #callback { display: block; opacity: 1; margin-top: 55px;}
}
@media (min-width: 480px) and (max-width: 767px) {
    .search-form { display: none; }	
    header .top-links p { display: none; }
    header .search-form input.form-control { width: 220px !important;}
    header a.menu-toggle { display: block; }
    .banner-1160-container .btn-close { background: url("../images/close.png") no-repeat scroll left top transparent; display: block; width: 32px; height: 32px; text-indent: -9999px; }
    .main-right { float: none; margin: 4px 0 0; }
    .main-right .banner-magnus { overflow: hidden; width: 238px; margin: 4px auto; height: 126px; float: none; }
    .main-right .widget-currency { width: 238px; margin: 4px auto; float: none; }
    .main-right .widget-currency .all-offices { display: block; }
    .main-right .corporate-video { width: 238px; margin: 4px auto; float: none; height: 126px; }

    .magnus-gifts .item { margin-bottom: 35px; position: relative; height: 303px; }
    .magnus-gifts .item .name { position: absolute; height: auto; bottom: 250px; left: 15px; right: 15px; }
    .magnus-gifts .item:nth-child(2n) .name { padding-top: 0; top: auto; }
    .magnus-gifts .item .info { margin-top: 60px; }
    .magnus-gifts .item:nth-child(2n) .info { top: 0; }
    .magnus-gifts { margin: 0; }
    .magnus-gifts .item { margin: 0; }
    .form-deposit-ext { margin: 25px 0; }
    .form-deposit-ext .block + .block { display: block; }
    #YMapsID { height: 300px; }

    .closed-block .nav { margin: 0 -3px; width: 100%;}
    .closed-block .nav li { margin: 0; width: 50%; float: left; padding: 0 3px;}
    .closed-block .nav li a { margin: 0; font-size: 20px; line-height: 1.1em; }
    .closed-block .phone-block { display: none; }
    .closed-block .coll { display: none; }
    .closed-block .colr { margin-top: 0; margin-bottom: 0; padding: 0 25px; }
    /*.closed-block .caption { margin: 0 0 10px; padding: 10px 25px; background: #ba8235; color: #FFFFFF; }*/
}
@media (max-width: 767px) {
    .banner-768 { width: 100%; float: none; }
    .banner-768 .item { width: 100% !important; }
    .banner-768:hover .item { width: 720px; height: 390px; left: 0; top: 0; }
    .banner-768:hover .item img { margin: -30px; }
    .banner-768:hover .item .item-shadow { opacity: 1; }
    .banner-768:hover .item .item-blur { opacity: 0; }
    .banner-768 .item .item-text > div { padding: 35px !important; top: 53px; }
    .banner-768 .item .item-text p { opacity: 1; }
    .banner-768 .item .item-text span { opacity: 1; }

    .main-right .widget-currency { width: 238px; margin: 0 auto; float: none; height: 210px; }
    .main-right .widget-currency h3 { font-size: 14px; }
    .main-right .widget-currency .selector { display: none; }
    .main-right .widget-currency table.items { font-size: 11px; margin-top: 3px; }
    .main-right .widget-currency .all-offices { display: block; }

    .widget-last-news ul.items { margin: 0; }
    .widget-last-news ul.items li { padding: 0; width: 100% !important; max-width: 420px; height: auto; float: none; margin: 4px auto !important; }
    .widget-last-news ul.items li .item { width: 100% !important; left: 0 !important; height: auto !important; position: relative; }
    .widget-last-news ul.items li .item img { position: relative; width: 100% !important; margin: 0 !important; }
    .widget-last-news ul.items li .item .item-shadow, .widget-last-news ul.items li .item .item-blur, .widget-last-news ul.items li .item .item-text { top: 0 !important; }
    .widget-last-news ul.items li:hover .item { top: 0; }
    .widget-last-news ul.items li:hover .item .item-shadow { opacity: 1; }
    .widget-last-news ul.items li:hover .item .item-blur { opacity: 0; }
    .widget-last-news ul.items li .item .item-text > span { padding: 15px !important; line-height: 1.2em !important; }

    .popup_video a.close { right: 0; top: 0; background-color: #000000; }
    .calculator-widget .calc-results .arrow { background: transparent url("../images/calc-arrow-v.png") no-repeat scroll center center; height: 74px; }
    .calculator-widget .amount-control { margin-bottom: 10px; }
    .calculator-widget .alone-period-hint { line-height: normal; }

    .form-field-hint { margin: 13px 0 10px; }
    .form-field-hint::before {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #404e57 rgba(0, 0, 0, 0);
        bottom: auto;
        content: "";
        left: 15px;
        margin: 0;
        position: absolute;
        right: auto;
        top: -20px;
    }
    .errorMessage { float: right; }

    footer { padding-top: 10px; }
    footer .col { margin-top: 0; }
    footer .col .items { display: none; }
    footer .col.open .items { height: auto; padding: 15px; border: 1px solid #4e5359; border-top: none; }
    footer p.header { position: relative; left: 0; right: auto; margin: 0; padding: 15px; }
    footer .col p.header { cursor: pointer; border: 1px solid #4e5359; padding-right: 45px; }
    footer .col p.header::after {
        content: "";
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin: -6px 0 0;
        width: 19px;
        height: 13px;
        background: url("../images/footer-menu-arrow.png") 0 0 no-repeat transparent;
    }
    footer .col p.header:hover::after {
        background-position: 0 -13px;
    }
    footer .open p.header { border-bottom: none; }
    footer .col + .col p.header { border-top: none; }
    footer .col-sn { margin-top: 0; }
    footer .col-sn p.header { margin-top: 45px; text-align: center; border: none; }
    footer ul.sn { text-align: center; }
    footer ul.sn li { float: none; display: inline-block; }
}
@media (min-width: 768px) and (max-width: 991px) {
    header .top-links p { display: none; }
    header .top-links p:last-child { display: block; }
    header .search-form input.form-control { width: 270px;}
    .banner-768 { width: 720px; float: none; }
    .banner-768 .item { width: 720px; }
    .banner-768:hover .item { width: 720px; height: 390px; left: 0; top: 0; }
    .banner-768:hover .item img { margin: -30px; }
    .banner-768:hover .item .item-shadow { opacity: 1; }
    .banner-768:hover .item .item-blur { opacity: 0; }
    .banner-768 .item .item-text > div { padding: 35px !important; top: 53px; }
    .banner-768 .item .item-text p { opacity: 1; }
    .banner-768 .item .item-text span { opacity: 1; }
    .main-right { float: none; margin: 4px 0 0; }
    .main-right .banner-magnus { overflow: hidden; width: 238px; margin: 0; height: 126px; }
    .main-right .widget-currency { width: 238px; margin: 0; float: left; height: 126px; }
    .main-right .widget-currency h3 { font-size: 14px; }
    .main-right .widget-currency .selector { display: none; }
    .main-right .widget-currency table.items { font-size: 11px; margin-top: 3px; line-height: 12px; }
    .main-right .widget-currency .all-offices { display: block; }
    .main-right .widget-currency .curr-calc { display: none; }
    .main-right .corporate-video { width: 236px; margin: 0 4px; float: left; height: 126px; }

    .widget-last-news ul.items { margin: 0; }
    .widget-last-news ul.items li { padding: 0; width: 238px; height: auto; }
    .widget-last-news ul.items li + li { margin: 0 4px; width: 236px; }
    .widget-last-news ul.items li + li + li { margin: 0; width: 238px; }
    .widget-last-news ul.items li .item { width: 100% !important; left: 0 !important; height: auto !important; position: relative; }
    .widget-last-news ul.items li .item img { position: relative; width: 100% !important; margin: 0 !important; }
    .widget-last-news ul.items li .item .item-shadow, .widget-last-news ul.items li .item .item-blur, .widget-last-news ul.items li .item .item-text { top: 0 !important; }
    .widget-last-news ul.items li:hover .item { top: 0; }
    .widget-last-news ul.items li:hover .item .item-shadow { opacity: 1; }
    .widget-last-news ul.items li:hover .item .item-blur { opacity: 0; }
    .widget-last-news ul.items li .item .item-text > span { padding: 15px !important; line-height: 1.2em !important; }

    .magnus-gifts .item { margin-bottom: 35px; position: relative; height: 303px; }
    .magnus-gifts .item .name { position: absolute; height: auto; bottom: 250px; left: 15px; right: 15px; }
    .magnus-gifts .item:nth-child(2n) .name { padding-top: 0; top: auto; }
    .magnus-gifts .item .info { margin-top: 60px; }
    .magnus-gifts .item:nth-child(2n) .info { top: 0; }
    .form-deposit-ext .block + .block { display: block; }

    .closed-block .nav { width: 100%; }
    .closed-block .nav > li > a { font-size: 20px; padding: 10px 5px; line-height: 1.1em; }
    .closed-block .phone-block { display: none; }

    .form-feedback label.control-label { font-size: 14px; }
}
@media (min-width: 0) and (max-width: 991px) {
    .search-results ul.tabs { float: none; width: 100%; left: auto; top: 1px; z-index: 10; display: table; }
    .search-results ul.tabs li { display: table-cell; vertical-align: middle; border: 1px solid transparent; }
    .search-results ul.tabs li:before {}
    .search-results ul.tabs li a { border: none; text-align: center; }
    .search-results ul.tabs li.active a, .search-results ul.tabs li a:hover , .search-results ul.tabs li.active a:hover { background: none; border: none; }
    .search-results ul.tabs li:hover { background: #fafafa; border-bottom-color: #dddddd; }
    .search-results ul.tabs li.active {
        border: 1px solid #dddddd;
        border-bottom-color: #FFFFFF;
        background: #FFFFFF;
    }
    /*
    .search-results ul.tabs li a { display: block; padding: 20px 15px; border: 1px solid transparent; text-align: center; }
    .search-results ul.tabs li a:hover { background: #fafafa; border-right-color: transparent; border-bottom-color: #dddddd; }
    .search-results ul.tabs li.active a, .search-results ul.tabs li.active a:hover { border: 1px solid #dddddd; border-bottom-color: #FFFFFF; background: #FFFFFF; }
    */
    .search-results .items { margin-left: 0; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-768 { width: 475px; }
    .banner-768 .item { width: 475px; }
    /*.banner-768:hover .item { width: 535px; height: 450px; left: -30px; top: -30px; }*/

    .main-right { margin-left: 479px; }

    .widget-last-news ul.items { margin: 0; }
    .widget-last-news ul.items li { padding: 0; width: 310px; }
    .widget-last-news ul.items li + li { margin: 0 5px; }
    .widget-last-news ul.items li + li + li { margin: 0; }
    .widget-last-news ul.items li .item { width: 310px; left: 0; }
    .widget-last-news ul.items li:hover .item { height: 243px; width: 340px; left: -15px; top: -15px; }
    .widget-last-news ul.items li:hover .item img { margin: -5px; }
    /*.widget-last-news ul.items li:hover .item .item-shadow { opacity: 1; }
    .widget-last-news ul.items li:hover .item .item-blur { opacity: 0; }*/
    .widget-last-news ul.items li:hover .item .item-text > span { padding: 30px; }
    footer p.phone a { font-size: 18px; }
}
@media (min-width: 1200px) {}