/*============== SOCIAL BTNS =====================*/
@font-face {
    font-family: 'ALS Rubl';
    src: url('../fonts/ALSRubl.woff2') format('woff2'),
        url('../fonts/ALSRubl.woff') format('woff'),
        url('../fonts/ALSRubl.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'SFNS';
    src: url('../fonts/San-Francisco/HelveticaNeueDeskInterface-Regular.woff') format('woff'),
        url('../fonts/San-Francisco/HelveticaNeueDeskInterface-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFNS';
    src: url('../fonts/San-Francisco/HelveticaNeueDeskInterface-Thin.woff') format('woff'),
        url('../fonts/San-Francisco/HelveticaNeueDeskInterface-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SFNS';
    src: url('../fonts/San-Francisco/HelveticaNeueDeskInterface-UltraLightP2.woff') format('woff'),
        url('../fonts/San-Francisco/HelveticaNeueDeskInterface-UltraLightP2.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SFNS';
    src: url('../fonts/San-Francisco/HelveticaNeueDeskInterface-Bold.woff') format('woff'),
        url('../fonts/San-Francisco/HelveticaNeueDeskInterface-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(fonts/socicon.svg) format(svg);
    }
}

html {
    color: #0D1017;
    font-size: 1em;
    line-height: 1.4;
}

body {
    overflow-y: scroll;
}

.error-404 {
    position: absolute;
    text-align: center;
    white-space: nowrap;
    top: calc(50% - 30px);
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.error-404 h1,
.error-404 h2
{
    color: #000 !important;
}

.error-404 h1
{
    font-size: 72px;
    margin-bottom: 0;
}

.error-404 h2
{
    font-size: 40px;
    margin-top: 0;
}

.error-404__btn:hover
{
    background: #474F68;
    color: #fff;
}

.error-404__btn
{
    display: table;
    border: 1px solid #474F68;
    margin: 0 auto;
    padding: 15px;
    color: #474F68;

    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#back-to-top {
    right: auto;
    left: 20px;
    background: #474f68;
}


.fixed-back-link:hover {
    opacity: 1;
}

.fixed-back-link:before {
    content: '';
    display: inline-block;
    top: 50%;
    left: 10px;
    margin-top: -8px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAMAAABoQAyvAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGBQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fCUcugAAACB0Uk5TAF7KEE7/p1noLmTdE3DTCpexkbJn1g1c4BRR6S1GVB6jJu4UAAAAR0lEQVR4nD3KNwKAMAwEQRGWjE3O4f+/RFbBNbPFiYRFcWKmkAVzKEq1grpRW3Be7aC34wCjhUwwL1YrbLvVAedldf+/x70fY0gCcZqP6w8AAAAASUVORK5CYII=) no-repeat center center;
    height: 16px;
    width: 9px;
    margin-right: 10px;
    vertical-align: sub;
}

.fixed-back-link {
    background: #474f68;
    color: #fff;
    opacity: 1;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 75px;
    line-height: 40px;
    padding: 5px;
    padding-left: 15px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

template {
    display: none;
}

::-moz-selection {
    background: #474F68;
    color: #fff;
    text-shadow: none;
}

:selection {
    background: #474F68;
    color: #fff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

figure.f-right {
    margin-right: 0;
}
figure.f-left {
    margin-left: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #333;
}

a {
    color: #474F68;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #474f68;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
h1, h2 {
    color: #ff3f00;
}

select:active, input:active, a:active,
select:focus, input:focus, a:focus {
    outline: none;
}

input, textarea {
    background: #3F4561;
    border: 1px solid #3F4561;
    line-height: 16px;
    width: 50%;
    -webkit-transition: background-color 0.3s linear 0s;
    -moz-transition: background-color 0.3s ease-in-out 0s;
    -o-transition: background-color 0.3s ease-in-out 0s;
    -ms-transition: background-color 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #fff;
}
input:focus, textarea:focus {
    background: #fff;
    outline: none;
    color: #474f68;
}
textarea {
    width: 90%;
    height: 165px;
}

.header-center
{
    padding-top: 9px;
}

.btn {
    outline: none;
    border: none;
    padding: 5px 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1),1px 2px 3px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.orange-btn {
    color: #fff;
    background: #ff3f00;
}
.orange-btn:hover,
.orange-btn:active,
.orange-btn:focus {
    background: #1EB325;
}

.grey-btn {
    color: #333;
    background: #EAE9E9;
}
.grey-btn:hover,
.grey-btn:active,
.grey-btn:focus {
    background: #ccc;
}

.container {
    width: 90%;
    margin: 0 5%;
}

.inline-align {
    text-align: justify;
}
.inline-align > * {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.inline-align:after {
    content: "";
    display: inline-block;
    width: 100%;
}

/* ==============
    HEADER
   ============== */

#site-header {
    background: #EFF;
    font-weight: 400;
    color: #666;
}
#site-header .container {
    padding-top: 2em;
}
#site-header .container > * {
    vertical-align: middle;
}
.bordered-bottom {
    background: url(img/zig-zag.png) repeat-x left bottom;
    padding-bottom: 0.5em;
}
#site-header h1 {
    margin-top: 0;
}
#logo {
    display: block;
    height: 80px;
    width: 180px;
    background: url(../img/logo.png) no-repeat center center;
    font-size: 12px;
    position: relative;
}
#logo span {
    position: absolute;
    top: 105%;
    left: 4%;
    display: block;
    font-family: 'Open Sans', "arial narrow", sans-serif;
    font-weight: 300;
    white-space: nowrap;
    display: none;
}
.phone {
    font-size: 130%;
    color: #ff3f00;
}

/* ==============
    MAIN MENU
   ============== */

nav {
    background: #474f68;
    text-align: center;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.25),0 1px 5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.25),0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.25),0 1px 5px rgba(0, 0, 0, 0.25);
}
nav > .container
{
    overflow: visible;
}
nav ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    font-size: 0;
    height: 42px;
}
nav li {
    position: relative;
    float: left;
    margin: 0 10px;
}
nav li.active a {
    background: #1EB325;
    color: #FFF;
    padding: 23px 17px;
    z-index: 10;
    top: -10px;
    box-shadow: 2px 2px 5px #272A38;
}
nav a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #ccc;
    padding: 12px 17px;
    display: block;
    white-space: nowrap;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

nav a:hover,
nav a:visited {
    color: white;
    text-decoration: none;
}

nav a:hover {
    background: #3F4561;
    padding: 18px 17px;
    z-index: 10;
    color: #FFF;
}



/* ==============
    MOBILE: Main
   ============== */

#main-menu {
    display: none;
    font-size: 0;
    text-align: justify;
}

#main-menu:after {
    display: inline-block;
    content: ' ';
    width: 100%;
    height: 0;
}

#main-menu > li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    text-align: left;
}

nav {
    padding: 5px 0;
}
#mobilemenu {
    width: 100%;
    display: block;
    margin: 5px 0;
    border-radius: 0;
    background: #f4f4f4;
    font-size: 16px;
    padding: 10px;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ===============
    SLIDESHOW
   =============== */
.owl-carousel img {
    width: 100%;
}
#slideshow {
    padding-bottom: 1.5em;
}
#slideshow .owl-controls {
    padding: 0 7px 7px 7px; 
    margin: 0;
    z-index: 999;
    bottom: 10px;
    right: 2%;
}
#slideshow .owl-pagination {
    text-align: center;
    padding-top: 20px;
    background: none;
}
#slideshow .owl-pagination .owl-page { 
    float:none; 
    display:inline-block; 
    width:14px;
    height:14px;
    line-height:12px;
    background:#474F68; 
    text-indent:-999em;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    border-radius: 130px;
    margin:0 20px;
}
#slideshow .owl-pagination .owl-page:first-child{ margin-left:0px;}
#slideshow .owl-pagination .owl-page:last-child{ margin-right:0px;}
#slideshow .owl-pagination .owl-page.active {
    background: #DEE0EA;
}


/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
    margin-top: 2em;
    min-height: 70vh;
}
#main-spotlight {
    background: #DEE0EA;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.25),0 1px 5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.25),0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.25),0 1px 5px rgba(0, 0, 0, 0.25);
    padding: 2em 0 1em;
}
#main-spotlight h2 {
    text-align: center;
    color: #1EB325;
}
.circle {
    float: left;
}
.circle .item-img img {
    width: 100%;
}
.circle .item-img {
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.circle-view {
    width: 0%;
    height: 0%;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    background: rgba(71, 79, 104, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.circle:hover .circle-view {
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.circle .view {
    position: absolute;
    text-indent: -999em;
    top:50%;
    left:50%;
    height: 0%;
    width: 0%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.circle:hover .view {
    width: 62px;
    height: 62px;
    margin-top: -31px;
    margin-left: -31px;
}
.circle h3 a {
    display: block;
    padding: 9px 0;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}
.circle:hover h3 a {
    color: #ff3f00;
    background: url(img/line_li_menu.png) no-repeat center 10%;
}
.circle:hover h3 {
    background: url(img/line_li_menu.png) no-repeat center 86%;
}

#spotlight {
    padding: 2px 0;
}
#spotlight h2 {
    text-align: center;
}
#spotlight .misc-block {
    display: inline-block;
    position: relative;
}
#spotlight .misc-block img {
    width: 100%;
}
.misc-block:hover {
    z-index: 2;
}
.misc-inner {
    position: relative;
}
.misc-block:hover .misc-inner {
    z-index: 3;
    background: #3F4561;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.misc-block h3 {
    text-align: center;
}
.misc-block h3 a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.misc-block:hover h3 a {
    color: #ff3f00;
}
.misc-inner figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 5px solid #fff;
    border-bottom: none;
}
.misc-block:hover figure {
    border-color: #3F4561;
}
.bsn-image-shadown {
    width: 100%;
    height: 25px;
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.misc-block:hover .bsn-image-shadown {
    background: rgba(63,69,97, 0.8);
    background: -moz-linear-gradient(top, rgba(63,69,97,0.3) 0%, rgba(63,69,97,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,69,97,0.3)), color-stop(100%,rgba(63,69,97,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(63,69,97,0.3) 0%,rgba(63,69,97,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(63,69,97,0.3) 0%,rgba(63,69,97,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(63,69,97,0.3) 0%,rgba(63,69,97,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(63,69,97,0.3) 0%,rgba(63,69,97,0.8) 100%); /* W3C */
}
.shadown-image {
    height: 9px;
    position: relative;
    width: 100%;
}
.shadown-image:before, 
.shadown-image:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: 10px;
    width: 46%;
    height: 20%;
    max-width: 300px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.9);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.9);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.shadown-image:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

.info-item {
    padding: 0 15px;
    height: 0px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.misc-block:hover .info-item {
    height: auto;
    padding-bottom: 25px;
}
.misc-block .orange-btn {
    position: absolute;
    display: none;
}
.misc-block:hover .orange-btn {
    display: block;
}

.main-text figure {
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.25),0 1px 5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.25),0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.25),0 1px 5px rgba(0, 0, 0, 0.25);
}

#site-footer {
    background: #474f68;
    padding: 1em 0;
    color: #fff;
    text-align: center;
}
#site-footer address a {
    color: #fff;
    text-decoration: underline;
}
#site-footer address {
    display: inline-block;
    padding: 0 20px;
}

.soc {
    overflow:hidden;
    padding:10px 0 0 0;
    list-style:none;
    text-align:center; 
    margin:0 0 15px 30px;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    -webkit-border-radius: 53px;
    -moz-border-radius: 53px;
    border-radius: 53px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-vkontakte {
    background-color: #5a7fa6;
}
.soc-vkontakte:before {
    content:';';
}
.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'b';
}
.soc-google {
    background-color: #d93e2d;
}
.soc-google:before {
    content:'c';
}
.soc-linkedin {
    background-color: #3371b7;
}
.soc-linkedin:before {
    content:'j';
}
.soc-rss {
    background-color: #f26109;
}
.soc-rss:before {
    content:',';
}

/* ==========================================================================
   Inner Pages
   ========================================================================== */
.map-wrap {
    border: 1px solid #3F4561;
}
.map .contacts {
    padding: 0 1% 0 3%;
    background: #3F4561;
    color: #fff;
}
.map .contacts > div {
    width: 31%;
    padding-right: 1%;
}
.map .contacts > div:last-child {
    padding-right: 0;
}
.map .contacts h3 {
    color: #fff;
}
.map .contacts .fa {
    margin-right: 0.5em;
}
#map-canvas {
    width: 100%;
    height: 20em;
}
.callback-form label {
    margin-bottom: 5px;
}
.callback-form .btn {
    margin-right: 2%;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
}
.callback-form .btn-wrap {
    width: 90%;
    text-align: center;
    margin-top: -1.5em;
}
.error {
    color: #ff3f00;
    margin-left: 5px;
}


.datepicker
{
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.grid:after
{
    content: '';
    display: table;
    clear: both;
}

.grid
{
    margin-left: -4.5px;
    margin-right: -4.5px;
}

.fancybox-stage .grid
{
    margin-left: -4.5px !important;
    margin-right: -4.5px !important;
}

.feedback-form .grid
{
    margin-bottom: -20px;
}

.grid__item-3
{
    float: left;
    width: 33.3333333%;
    padding: 0 4.5px;
}

.ui-timepicker-wrapper
{
    z-index: 999999999;
}

.is-done-form-trigger,
.request-form-trigger
{
    margin-top: 15px;
    cursor: pointer;
}

.is-done-form-trigger:hover span,
.request-form-trigger:hover span,
.header-group__whatsapp:hover span
{
    text-decoration: underline;
}

.is-done-form-trigger img,
.request-form-trigger img
{
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -.2rem;
}

.is-done-form-trigger
{
    position: relative;
    top: 7px;
}




.is-done-form,
.request-form,
.checkout-form
{
    width: 500px;
}

.is-done-form__header,
.request-form__header
{
    font-size: 18px;
    font-weight: bold;
}



.feedback-form,
.feedback-form__input,
.feedback-form__input input,
.feedback-form__input textarea,
.feedback-form__placeholder,
.feedback-form__checkbox-placeholder,
.feedback-form *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feedback-form
{

}

.feedback-form a:hover
{
    text-decoration: none;
}

.feedback-form a
{
    text-decoration: underline;
}

.feedback-form__input
{
    position: relative;
}

.feedback-form__placeholder
{
    position: absolute;
    top: 8px;
    left: 10px;
    color: #fff;
}

.feedback-form__checkbox-placeholder
{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    margin-bottom: 25px;
}

.feedback-form__input input[type="checkbox"]
{
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 4px !important;
    left: 0;
    margin-bottom: 0;
}

.feedback-form__input input
{
    display: block;
    width: 100%;
    height: 35px;
    border-radius: 3px;
    padding: 0 10px;
}

.feedback-form__input textarea
{
    display: block;
    width: 100%;
    height: 100px;
    border-radius: 3px;
    resize: none;
}

.feedback-form__file
{
    display: block;
    position: relative;
    background: #3F4561;
    background-repeat: 3px;
    color: #fff !important;
    height: 35px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 9px !important;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.feedback-form__file img
{
    vertical-align: middle;
    width: 20px;
    margin-top: -3px;
    margin-right: 5px;
    height: auto;
}

.feedback-form__file-placeholder span
{
    color: #fff;
}

.feedback-form__file-placeholder
{
    text-align: center;
    padding-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.feedback-form__file input
{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 200px;
    width: 100%;
    z-index: 1;
    display: none;
}

.feedback-form__desc span,
.feedback-form__placeholder span,
.feedback-form__checkbox-placeholder span,
.feedback-form__error
{
    color: #ff3f00;
}

.feedback-form__error
{
    display: none;
}

.feedback-form button[type="submit"]
{
    display: block;
    width: 100%;
    height: 35px;
}

.feedback-form__step-1,
.feedback-form__step-2,
[data-step="1"],
[data-step="2"]
{
    display: none;
}

.feedback-form__captcha
{
    text-align: center;
}

.feedback-form .g-recaptcha
{
    display: inline-block;
}

.feedback-form__progress
{
    width: 100%;
    height: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.feedback-form__progress span
{
    display: block;
    width: 0%;
    height: 100%;
    background: #3F4561;
}
.castom_1 {
display: block;
    width: 100%;

    border-radius: 3px;
    padding: 0 10px;    background: #3F4561;
    border: 1px solid #3F4561;
   color: #fff
}

@media (max-width: 450px) {
    .fancybox-content {
        padding: 15px;
    }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 240px) {
    #site-header .inline-align {
        text-align: center;
    }
    #site-header .inline-align > h1 {
        width: 100%;
        text-align: center;
        display: block;
        margin: 1.5em 0;
    }
    #site-header .inline-align > h1 a {
        margin: 0 auto;
    }
    .circle {
        float: none;
        width: 70%;
        margin: 2em auto;
    }
    .circle h3 {
        margin-top: 0.5em;
    }
    #spotlight .misc-block {
        width: 80%;
        margin: 0 auto 3em;
        height: auto;
        display: block;
    }
    .info-item {
        display: none;
    }
}
@media only screen and (min-width: 480px) {

    
    #site-header .inline-align > h1 a {
        margin: 0 auto;
    }
    .circle {
        width: 43%;
        margin: 1em auto;
    }
    .circle h3 {
        margin-top: 0.5em;
    }
    #spotlight {
        text-align: center;
    }
    #spotlight .misc-block {
        width: 49%;
        display: inline-block;
        margin: 0 0.3% 1em;
    }
    .main {
        padding-bottom: 2em;
    }
}

@media(max-width: 768px) {
    .header-center
    {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    #site-header .inline-align {
        text-align: justify;
    }
    #site-header .inline-align > h1 {
        width: auto;
        text-align: center;
        display: inline-block;
        margin-top: 0
    }

    .circle {
        float: left;
        margin: 0.5em 3%;
    }

   #spotlight .misc-block {
        width: 30%;
        margin: 0 1%;
    }

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }
}

@media only screen and (min-width: 1024px) {

    #mobilemenu {
        display: none;
    }
    #main-menu {
        display: block;
    }
    .circle {
        width: 23%;
        margin: 0 1%;
    }

    #spotlight .misc-block {
        width: 20%;
        margin: 0 2% 0.8em;
        height: 265px;
    }
    .info-item {
        height: 0;
        display: block;
    }
    .misc-block:hover .info-item {
        height: auto;
        padding-bottom: 25px;
    }
    .misc-block .orange-btn {
        bottom: -15px;
        left: 16%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .container {
        width: 980px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

    .misc-block .orange-btn {
        left: 21%;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.f-left {
    float: left;
}
.f-right {
    float: right;
}
.responsive-image{ width: 900px; heigt: auto;}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* variant_doors */
.video-js
{
    width: 100%;
    max-height: 500px;
    margin-top: 50px;
    margin-bottom: 7px;
}

.variant-doors-gallery
{
    overflow: hidden;
}

.variant-doors-gallery__content:after
{
    display: block;
    clear: both;
    content: ' ';
}

.variant-doors-gallery__content
{
    margin-left: -7px;
    margin-right: -7px;
}

.variant-doors-gallery__item
{
    display: block;
    float: left;
    padding: 7px;
    width: 33.3333333%;
}

.variant-doors-gallery__item > img
{
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.variant-doors,
.variant-doors *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.variant-doors__header
{
    text-align: center;
    color: #474f68;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}

.variant-doors__header-desk
{
    text-align: center;
    color: #474f68;
    font-size: 14px;
    font-weight: 400;
}

.variant-doors__black-dashed:hover
{
    border-color: transparent;
}

.variant-doors__black-dashed:hover .variant-doors__black-dashed-tips
{
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.variant-doors__black-dashed
{
    position: relative;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    border-bottom: 1px dashed #000;
}

.variant-doors__black-dashed-tips:after
{
    position: absolute;
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    top: -10px;
    right: 30px;

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid rgba(0,0,0,.8);
}

.variant-doors__black-dashed-tips
{
    position: absolute;
    width: 300px;
    background: rgba(0,0,0,.8);
    color: #fff;
    right: 0;
    top: 30px;
    padding: 10px 5px;
    border-radius: 5px;
    opacity: 0;

    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.variant-doors__tabs
{
    margin-top: 30px;
}

.variant-doors__tabs-viewport:after
{
    display: table;
    content: '';
    clear: both;
}

.variant-doors__tabs-viewport
{
    margin-left: -2px;
    margin-right: -2px;
}

.variant-doors__tabs-item
{
    width: 25%;
    float: left;
    padding: 0 2px;
}

.variant-doors__tabs-item span.active,
.variant-doors__tabs-item span:hover
{
    background: #3F4561;
    padding: 13px 0;
}

.variant-doors__tabs-item span.active
{
    background: #1EB325;
    box-shadow: 2px 2px 5px #272A38;
    margin-top: -10px;
    padding: 18px 0;
}

.variant-doors__tabs-item span
{
    position: relative;
    display: block;
    background: #474f68;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 8px;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;

    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.variant-doors__h3,
.table-with-prices .colorH3
{
    text-align: center;
    color: #457505;
    font-weight: bold;
}

.variant-doors__tabs-content-item
{
    display: none;
}

.variant-doors__tabs-content-item td,
.table-with-prices td
{
    padding: 10px 10px;
    color: #9C8585;
}

.variant-doors__tabs-content-item .color_td,
.table-with-prices .color_td
{
    color: red;
}

.variant-doors__tabs-content-item .msk-shkaf,
.table-with-prices .msk-shkaf
{
    font-family: 'ALS Rubl';
}

.variant-doors__other
{}

.variant-doors__other-trigger,
.table-with-prices__other-trigger
{
    font-weight: bold;
    color: #0D8B28;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    cursor: pointer;
}

.variant-doors__other-trigger span:hover
{
    border-color: transparent;
}

.variant-doors__other-trigger span
{
    cursor: pointer;
    border-bottom: 1px dashed #0D8B28;
}

.variant-doors__other-hidden,
.table-with-prices__other-hidden
{
    display: none;
}

.content-text ul
{
    list-style-type: none;
    padding-left: 0;
}

.content-text ul li:before
{
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    content: ' ';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #474F68;
}

.content-text ul li
{
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.color-rectangles
{
    font-size: 0;
    text-align: center;
}

.color-rectangles span:hover
{
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.color-rectangles span
{
    display: inline-block;
    margin: 7px;
}

@media(max-width: 955px)
{
    .error-404 h1
    {
        font-size: 36px;
    }

    .error-404 h2
    {
        font-size: 20px;
    }
}

@media(max-width: 600px)
{
    .variant-doors-gallery__item
    {
        width: 50%;
    }

    .variant-doors-gallery__item img
    {
        height: 150px;
    }

    .variant-doors__black-dashed
    {
        white-space: nowrap;
    }

    .variant-doors__black-dashed-tips
    {
        width: 200px;
        white-space: normal;
    }

    .variant-doors__tabs-item
    {
        width: 50%;
        margin-bottom: 4px;
    }

    .variant-doors__tabs-item span
    {
        padding: 5px !important;
        margin-top: 0 !important;
    }
}

@media(max-width: 400px)
{
    .variant-doors-gallery__item
    {
        width: 100%;
    }
}

.hide-on-mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .hide-on-mobile { display: none; }}
.imgindex {
    width: 60%;
    margin-left: 20px;

}