@font-face {
	font-family: 'Century Gothic';
	src: local('Century Gothic Regular'), url('fonts/Century_Gothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Century Gothic';
	src: local('Century Gothic Bold'), url('fonts/Century_Gothic_Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


html {
  background: #272727;
}
body {
  font-size: 17px;
  background-color: #FFF;
  font-family: 'Century Gothic', sans-serif;
  color: #3a3a3a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a {
	color: #285f8d;
}
body a:hover, body a:focus {
    color: #000;
}
h1,
h2,
h3 {
  font-weight: normal;
  margin-bottom: 2rem;
  color: #232323;
}
h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background: url(images/vawe.png) no-repeat bottom center;
    padding-bottom: 15px;
}
@media screen and (min-width: 768px){
h1 {
    line-height: 1.2em;
}
}

body.white h1.pagetitle {
	color: #fff;
	background: url(images/vawe-white.png) no-repeat bottom center;
	margin-bottom: 50px;
}


p,
p:last-child {
  margin-bottom: 2rem;
}
.carousel-control {
  font-size: 3rem;
}
.navbar-brand {
    font-weight: normal;
    line-height: 50px;
    padding: 10px;
    position: relative;
    top: -10px;
}
@media screen and (max-width: 768px){
.navbar-brand { top: 0; height: auto; padding: 0; }
}

#side-nav, #main-container {
    -webkit-transition: .5s cubic-bezier(.73, 0, .32, 1);
    transition: .5s cubic-bezier(.73, 0, .32, 1);
}
#side-nav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 300px;
    background-color: #FFF;
    color: #282828;
    z-index: 9999;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    overflow: auto;
}
#side-nav.push-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 70px rgba(0, 120, 215, 0.5);
}
#tool-nav {
	float: right;
    line-height: 50px;
    margin-top: 49px;
}
#tool-nav a {
	color: #152aa1;
    font-size: 20px;
    padding: 0 10px;
}
.navbar-toggle {
    border: none;
    padding: 0;
    margin: 0;
    line-height: 50px;
    width: 36px;
    font-size: 24px;
    border-radius: 0;
    color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
	background-color: transparent;
}

.page_bg {
	margin: 0;
	z-index: 99;
	background-color: #3c3c3c;
    padding-top: 10px;
    padding-bottom: 20px;
}
@media screen and (min-width: 991px) {
.front .page_bg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(48, 48, 48, 0.5);
}
.front.admin-menu .page_bg {
	top: 29px;
}
}



.header_top {
	overflow: hidden;
    width: 100%;
    padding: 0 20px;
}
.header_top .block {
	color: #fff;
	float: right;
}
@media screen and (max-width: 768px) {
#block-block-20 { margin-bottom: 20px; clear: both; float: left; }
}
@media screen and (max-width: 600px){
#block-block-20 { float: none; text-align: center; }	
#block-block-20 a.tel { display: block; padding: 10px 0; text-align: center; }
}	
.header_top .block p {
	margin: 0;
}

#block-locale-language { margin-left: 20px; }
#block-locale-language .content ul li {
	display: inline-block;
}
#block-locale-language .content ul li a {
	color: #fff;
	font-size: 17px;
}
#block-locale-language .content ul li a.active {
	color: #ccc;
}

.body_top {
    padding: 0;
}

.body_top .block p,
.body_top .block p a {
	margin: 0;
}
#block-block-20 a.tel,
#block-block-20 a.tel:hover {
	color: #fff; text-decoration: none;
	border-bottom: 1px dotted;
}
a.toggle-side-menu {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px dotted;
    position: relative;
    top: -10px;
    margin-right: 5px;
    line-height: 1;
}
a.toggle-side-menu:hover,
a.toggle-side-menu:active,
a.toggle-side-menu:focus {
 text-decoration: none;
}
#main-container {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    opacity: 1;
}
#main-container.push-left {
    -webkit-transform: translate(50px, 50px) scale(.9);
    -ms-transform: translate(50px, 50px) scale(.9);
    transform: translate(50px, 50px) scale(.9);
    opacity: .5;
    overflow: hidden;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}
.region-side-nav {
	padding: 2rem;
    color: #646464;
}
.region-side-nav .block a {
    color: #121e5a;
}
.region-side-nav .block .block-title {
	color: #121e5a;
}

.breadcrumb {
    background: transparent;
    font-size: 12px;
    opacity: 1;
    margin: 0;
    padding-left: 3px;
}

.breadcrumb a {
	color: #152aa1;
}
.breadcrumb .delimiter {
	padding: 0 3px;
}
body.white .breadcrumb, body.white .breadcrumb a { color: #fff; }



.navbar.navbar-default {
	margin-bottom: 0;
	box-shadow: none;
	border: 0;
	background: transparent;
}

@media screen and (min-width: 768px) {
.menu.nav.navbar-nav { margin-top: 13px; }
}
@media screen and (min-width: 992px) {
.menu.nav.navbar-nav { margin-top: 25px; margin-right: 20px; }
}

.navbar-default .navbar-nav>li>a {
font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
}
@media screen and (max-width: 1200px) {
.navbar-default .navbar-nav>li>a { font-size: 13px; }
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: none;
    text-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.75);
    background-color: transparent;
}
@media screen and (min-width: 768px){
.navbar-default .navbar-nav>li>a {
    border-bottom: 3px solid transparent;
    cursor: pointer;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
}

}

@media screen and (min-width: 768px) {
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    background: none !important;
    border-bottom: 1px solid #ffffff;
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
    box-shadow: none;
}
.navbar-default .navbar-nav>.active {
    padding-left: 15px;
    padding-right: 15px;
}
}


@media screen and (min-width: 992px) {
.navbar-default .navbar-nav>li.dropdown .dropdown-menu {
-webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    display: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    box-shadow: none;
    position: absolute;
    border: none;
    background-color: #1a1117;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 3px solid #07638e;
}
.navbar-default .navbar-nav>li.dropdown.open>.dropdown-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block;
    margin-top: -3px !important;
    z-index: 9999;
}
}
.navbar-default .navbar-nav>li.dropdown.open>a {
	    background: transparent;
	    box-shadow: none;
}
@media screen and (max-width: 991px) {
.navbar-default .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-nav>li.dropdown.open .dropdown-menu li a {
    color: #777777;
    line-height: 20px;
        background: transparent;
}
.navbar-default .navbar-nav>li.dropdown.open .dropdown-menu li a:hover {
	background: transparent;
}
.navbar-default .open .dropdown-menu > li > a, .navbar-default .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
}
}
.navbar-default .navbar-nav>li.dropdown .dropdown-menu li a {
	color: #fff;
    z-index: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 36px;
    height: 36px;
    background: transparent;
}
.navbar-default .navbar-nav>li.dropdown .dropdown-menu li a:hover {
	background: rgb(48, 48, 48);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: rgb(70, 70, 70);
    background-image: none;
}
@media screen and (max-width: 767px) {
.navbar-default .navbar-collapse {
    background: #303030;
    border: 0;
}
.navbar-default .navbar-nav {
	margin: 0;
}
.navbar-default .navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
.highlightedrow {
    z-index: 1;	
    background: #303030;
    padding-top: 40px;
}
.front .highlightedrow {
    z-index: 100;
    background: transparent;
    margin-top: -120px;
    padding-top: 0px;
}
@media screen and (max-width: 991px) {
.front .highlightedrow {
	margin-top: 0;
    background: #3c3c3c;
    padding-top: 20px;
}
}	
.main {
  padding: 0 0 2rem 0;
}
.main-col {
  margin-bottom: 2rem;
}
.region-sidebar-first .nav {
  margin: 0 -1.9rem;
}
.region-sidebar-first .nav > li > a {
  padding: 1rem 1.9rem;
}
.bottom {
  padding: 0rem 0 4rem 0;
}
.region-share .at-share-btn {
  float: left;
  width: 20%;
  max-width: none !important;
  max-height: 5rem !important;
  margin: 0 !important;
  padding: 0.9rem;
  text-align: center;
  cursor: pointer;
}
.region-share .at_flat_counter {
  float: left;
  margin: 0.9rem 0 0.9rem -6rem !important;
}
.footer {
  margin-top: 0;
  padding: 2rem 0;
  border: none;
  background: #303030;
  color: #fff;
  padding: 15px 0 0 0;
}

.footer .block {
	margin-bottom: 10px;
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer ul li a, .footer a {
padding: 5px 0;
    background-color: transparent;
    color: #FFF;
    display: inline-block;
}
.footer ul li a:hover, .footer a:hover {
	color: #c1c1c1;
	background-color: transparent;
	text-decoration: underline;
}
#block-block-18 {
	margin-top: 5px;
}


@media screen and (max-width: 992px){
.footer .view-uslugi .view-content { max-width: 100%; margin: 0; }
}
footer.credits {
background-color: rgb(39, 39, 39);
    background-image: none;
    padding: 10px;
    color: #a2a2a2;
    font-size: 0.9em;
    margin-top: 40px;
}
footer.credits a {
color: #a2a2a2;	
}
#block-menu-menu-footer-sitemap {
  text-align: left;
}
#block-menu-menu-footer-sitemap li {
  margin-top: 0.5rem;
}
#block-menu-menu-footer-sitemap li.root {
  margin-bottom: 1.5rem;
}
#block-menu-menu-footer-sitemap li.root > a {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
}
#block-menu-menu-footer-sitemap li.root > ul {
  margin-top: 1.5rem;
}
.region-sidebar-second .block h2.block-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #152aa1;
    background-color: transparent;
    position: relative;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 5px 25px;
    padding-left: 0;
    margin-left: 0;	
}

@media screen and (max-width: 768px){
	.footer .block-menu { margin-bottom: 30px; }
	.footer .block-menu ul.menu li { text-align: center; }
	.footer .view-uslugi { margin-bottom: 30px; }
	.footer .view-uslugi .views-field-title { text-align: center; }
	#block-block-18 .content p.rteright { text-align: center; }
	#block-block-8 .content { text-align: center; }
	#block-block-8 .content span { float: none !important; }
}

.node-productpage .field-name-field-productimage a {
	position: relative;
    display: block;
    outline: none !important;
    -webkit-transition: cubic-bezier(.73, 0, .32, 1) .3s;
    transition: cubic-bezier(.73, 0, .32, 1) .3s;
}
.node-productpage .field-name-field-productimage a img {
	    margin: 0 auto;
}


.flexslider {
	margin-bottom: 0;
	border: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#carusel.flexslider { background-color: #152aa1; }
#carusel.flexslider .slides > li { opacity: 0.5; }
#carusel.flexslider .slides > li.flex-active-slide,
#carusel.flexslider .slides > li:hover { opacity: 1; }
.flex-direction-nav a {
    width: 40px;
    height: 40px;
    color: #fff;
    text-shadow: none;
}
.flex-direction-nav a:before {
    font-size: 30px;
    color: #fff;
    text-shadow: none;
}

.bottom2 {
	padding: 40px 0;
    background: #f2f2f0;
}
.bottom2 h2.block-title { margin-top: 0; }

.button-primary {
background: rgb(7,97,141); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(7,97,141,1) 0%, rgba(0,132,162,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(7,97,141,1) 0%,rgba(0,132,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(7,97,141,1) 0%,rgba(0,132,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07618d', endColorstr='#0084a2',GradientType=1 ); /* IE6-9 */
	font-size: 15px;
	color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: .15em;
    padding: 12px 50px;
    border: none;
    font-weight: 700;
    position: relative;
    -webkit-transition: cubic-bezier(.73, 0, .32, 1) .3s;
    transition: cubic-bezier(.73, 0, .32, 1) .3s;
}
.button-primary:hover { background-color: #121e5a; color: #fff; }
.webform-submit.button-primary:after {
    -webkit-transition: cubic-bezier(.73, 0, .32, 1) .3s;
    transition: cubic-bezier(.73, 0, .32, 1) .3s;
    position: absolute;
    content: "\f0e0";
    font-family: 'FontAwesome';
    width: 16px;
    text-align: center;
    opacity: 0;
    right: 53px;
    font-size: 16px;
    height: 14px;
    margin-top: -3px;
    font-weight: 300;
}
.webform-submit.button-primary:hover {
padding: 12px 60px 12px 40px;	
}
.webform-submit.button-primary:hover:after {
opacity: 1;	
right: 25px;
}
label.control-label .form-required { color: #dc0000; }

.nav-tabs > li > a {
	color: #121e5a;
}
.nav-tabs > li > a:hover {
    color: #6d6d6d;
}

.region-sidebar-first {
	background: transparent;
	background-image: none;
	box-shadow: none;
	border: 0;
	padding: 0;
}

#block-block-11 {
    text-align: right;
}
a.header-button {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
background: rgb(7,97,141); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(7,97,141,1) 0%, rgba(0,132,162,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(7,97,141,1) 0%,rgba(0,132,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(7,97,141,1) 0%,rgba(0,132,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07618d', endColorstr='#0084a2',GradientType=1 ); /* IE6-9 */
}
a.header-button:hover {
	opacity: 0.8;
	color: #fff;
}

a.social {
	display: inline-block;
    color: #303030;
    background: #e6e6e6;
    line-height: 1;
    text-align: center;
    width: 29px;
    padding-top: 2px;
    font-size: 18px;
    border-radius: 3px;
}
a.social:hover {
	background: #0084a2;
    color: #fff;	
}

ul.list-unstyled li a {
    padding: 5px 0px;
    display: inline-block;
    font-size: 1.3em;
}
ul.list-unstyled ul {
	margin-left: 20px;
}
ul.list-unstyled li ul {
	display: none;
}
ul.list-unstyled li.active-trail ul {
	display: inline-block;
}

ul.list-unstyled li ul li a {
    padding: 2px 0px;
    display: inline-block;
    font-size: 1.1em;
    opacity: 0.8;
}

.block .blocktitle {
    font-size: 28px;
    margin-bottom: 10px;
    color: #232323;
    background-color: transparent;
    position: relative;
    display: block;
    font-weight: bold;
    padding: 4px 25px;
    padding-left: 0;
    margin-left: 0;
}
.bottom .block .blocktitle {
    margin-bottom: 40px;
    font-size: 36px;
    text-transform: uppercase;
}
.bottom .block .blocktitle:before {
    content: '';
    height: 4px;
    width: 40px;
    background: #0074db;
    display: inline-block;
    position: relative;
    top: -11px;
    margin-right: 20px;
}
.bottom .block {
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer .block .blocktitle {
	font-size: 24px;
}

.view-uslugi {

}
.view-uslugi .view-content {
	overflow: hidden;
    z-index: 1;
}
@media screen and (max-width: 992px) {
.view-uslugi .view-content { max-width: 380px; margin: 0 auto; }
}
.view-uslugi .views-row {
	-moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -khtml-transition: all .4s;
    transition: all .4s;
	padding-bottom: 30px;
    max-width: 380px;
    z-index: 101;
}
.view-uslugi .views-row .views-field-title {
	text-decoration: none;
}
.view-uslugi .views-row .views-field-title a {
	text-decoration: none;
}
.view-uslugi .views-row .usl-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.view-uslugi .views-row .usl-item-title {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    display: inline-block;
}
.view-uslugi .views-row:hover .usl-item-title {
	color: #bfdfe6;
}
.view-uslugi .views-row .usl-item-icon {
    width: 100%;
    height: 40px;
    display: inline-block;
    margin-top: 10px;
    background: url(images/arr.png) no-repeat center center;
    z-index: 2;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -khtml-transition: all .4s;
    transition: all .4s;
}
.view-uslugi .views-row:hover .usl-item-icon {
transform: rotateY(360deg);
}


.block.fullwidth .blocktitle, .block.fullwidth .content {
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.view-promo .views-row {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.view-promo .views-row .views-field-title {
	    font-size: 24px;
}

.view-galleries .views-row {
	position: relative;
	margin-bottom: 30px;
}
.view-galleries .views-row .views-field-title {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 10px 15px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.view-galleries .views-row .views-field-title a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}


.field.field-name-field-photos {
	overflow: hidden;
}
.field.field-name-field-photos .field-item {
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
	width: 33.3%;
}
.field.field-name-field-photos .field-item:hover {
	opacity: 0.8;
}
@media screen and (max-width: 600px) {
.field.field-name-field-photos .field-item { width: 50%; }
}
@media screen and (max-width: 480px) {
.field.field-name-field-photos .field-item { width: 100%; }
}

.webform-client-form-295,
.webform-client-form-361,
.webform-client-form-362 { margin: 0 -15px; }
.webform-client-form-295 .webform-component-radios .form-item,
.webform-client-form-295 .webform-component-checkboxes .form-item,
.webform-client-form-361 .webform-component-radios .form-item,
.webform-client-form-361 .webform-component-checkboxes .form-item,
.webform-client-form-362 .webform-component-radios .form-item,
.webform-client-form-362 .webform-component-checkboxes .form-item  {
	display: inline-block;
    margin-right: 30px;
}
.webform-client-form-295 .form-actions,
.webform-client-form-361 .form-actions,
.webform-client-form-362 .form-actions { padding-left: 15px; }
@media screen and (max-width: 600px) {
.webform-client-form-295 .webform-component-radios .form-item,
.webform-client-form-295 .webform-component-checkboxes .form-item,
.webform-client-form-361 .webform-component-radios .form-item,
.webform-client-form-361 .webform-component-checkboxes .form-item,
.webform-client-form-362 .webform-component-radios .form-item,
.webform-client-form-362 .webform-component-checkboxes .form-item {
	display: block;
    margin-right: 0px;
}
}

.konstructor {
	position: relative;
	width: 100%;
}
.konstructor img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	-moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -ms-transition: all 1.1s;
    -khtml-transition: all 1.1s;
    transition: all 1.1s;
    border-radius: 10px;
}
.konstructor img.default {
opacity: 1;
position: relative;	
}
.konstructor img.active {
	z-index: 2;
	opacity: 1;	
	-moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -ms-transition: all 1.1s;
    -khtml-transition: all 1.1s;
    transition: all 1.1s;
}

.konstructorbuttons {
	overflow: hidden;
    position: absolute;
    z-index: 3;
    top: 20px;
    max-width: 600px;
    left: 20px;
    margin-right: 20px;
}

.konstructorbuttons img {
    float: left;
    width: 18%;
    margin: 10px 1%;
    border: 5px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.41);
}
.konstructorbuttons img.active {
border-color: #4a85be;	
}

.konstfirst,
.konstsecond {
	position: relative;
	-moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -khtml-transition: all .4s;
    transition: all .4s;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotate(0deg);
}
.konstsecond {
	top: -280px;
}
.konstfirst.showkonst {
	width: 80px;
    top: -150px;
    left: 20%;
    z-index: 0;
    transform: rotate(90deg);
    opacity: 0;
}
.konstsecond.showkonst {
    width: 80px;
    top: -150px;
    left: 80%;
    z-index: 0;
    transform: rotate(90deg);
    opacity: 0;
}



.konstfirstbtn,
.konstsecondbtn {
    display: inline-block;
    background: url(/sites/default/files/arctic.jpg) no-repeat center center;
    background-size: cover;
    width: 45%;
    margin: 2%;
    color: #fff;
    padding: 30px;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    position: relative;
    cursor: pointer;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -khtml-transition: all .4s;
    transition: all .4s;
}
.konstsecondbtn {
	background-image: url(/sites/default/files/k-arctic.jpg);
}
.konstfirstbtn:before,
.konstsecondbtn:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0px;
    top: 0;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -khtml-transition: all .4s;
    transition: all .4s;
}
.konstfirstbtn:hover:before,
.konstsecondbtn:hover:before {
background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 780px) {
.konstfirstbtn, .konstsecondbtn { width: 100%; margin: 0; font-size: 24px; }	
}



#block-block-21 .header-button {
        margin: 20px 20px 0 20px;
}



/* spoiler */
div.spoiler {
	padding: 0;
	line-height: 1.6;
	margin-bottom: 20px;
}

div.spoiler div.spoiler-title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 7px;
	border: 1px solid #bbbbbb;
	border-bottom-color: #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
	background: #cfd1cf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
	background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
div.spoiler div.spoiler-title p {
	display: inline; margin: 0;
}
div.spoiler div.spoiler-title div.spoiler-toggle {
	display: none;
	width: 11px;
	height: 11px;
	line-height: 14px;
	margin-left: 4px;
	margin-right: 6px;
	cursor: pointer;
	-webkit-user-modify: read-only;
}


div.spoiler div.spoiler-content {
	font-size: 13px;
	border: 1px solid #bbbbbb;
	border-top: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: none repeat scroll 0 0 #F5F5F5;
	padding: 4px 10px;
	display: none;
}
