/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*@import url(../warp/css/layout.css);*/


/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
/*
 * Layout Style Sheet - Provides a fluid grid and helper classes to create any layout and some layout defaults
 */
/* Grid and Clearing Tools
----------------------------------------------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.grid-block:before,
.grid-block:after,
.deepest:before,
.deepest:after {
	content: "";
    display: table;
}
.clearfix:after,
.grid-block:after,
.deepest:after {clear: both;}

.grid-box {float: left;}

/* Grid Units */
.width16 {width: 16.666%;}
.width20 {width: 20%;}
.width25 {width: 25%;}
.width33 {width: 33.333%;}
.width40 {width: 40%;}
.width50 {width: 50%;}
.width60 {width: 60%;}
.width66 {width: 66.666%;}
.width75 {width: 75%;}
.width80 {width: 80%;}
.width100 {width: 100%;}

[class*='width'] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Create new Block Formatting Contexts */
.bfc-o { overflow: hidden; }
.bfc-f {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
}

/* Align Boxes */
.float-left { float: left; }
.float-right { float: right; }

/* Grid Gutter */
.grid-gutter.grid-block { margin: 0 -15px; }
.grid-gutter > .grid-box > * { margin: 0 15px; }

.grid-gutter > .grid-box > * > :first-child { margin-top: 0; }
.grid-gutter > .grid-box > * > :last-child { margin-bottom: 0; }


/* Layout Defaults
----------------------------------------------------------------------------------------------------*/

/* Center Page */
.wrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
}

/* Header */
#header { position: relative; }

#toolbar .float-left .module,
#toolbar .float-left > time {
	margin: 0 15px 0 0;
	float: left;
}

#toolbar .float-right .module {
	margin: 0 0 0 15px;
	float: right;
}

#headerbar .module {
	max-width: 460px;
	margin-right: 0;
	float: left;
}

#logo, #logo > img, {float: left;}
#search {float: right;}
#menu {
    /* float: right; */
    width: 100%;
}
.menu-dropdown {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
#banner {
	position: absolute;
	top: 0;
	right: -200px;
}

/* Footer */
.footer-fon {
    background: #e6ecf8;
    margin-top: 80px;
}
#footer {
    position: relative;
    padding: 40px 10px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
}
#footer .module.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
#footer .module.footer:before,
#footer .module.footer:after {display: none;}

/* Absolute */
#absolute {
	position: absolute;
	z-index: 15;
	width: 100%;
}

.wrapper {
    width: 100% !important;
    max-width: 1200px;
}
#sidebar-a {
    width: 33% !important;
    box-sizing: border-box;
    padding: 15px 0;
}
#sidebar-a .mod-box {padding: 0px;}
#maininner {
    width: 67% !important;
    padding-left: 20px;
    padding-top: 10px;
    box-sizing: border-box;
}

.wk-slideshow .slides li .wk-content {display: flex;}
.wk-slideshow .slides li .wk-content > div {box-sizing: border-box;}
.wk-slideshow .slides li .wk-content > div:nth-child(1) {
    width: 400px;
    background: #e6ecf8;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 55px;
    font-size: 20px;
    line-height: 1.3;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}
.wk-slideshow .slides li .wk-content > div:nth-child(1) h3 {
    font-size: 30px;
    margin: 0;
    line-height: 1.3;
}
.wk-slideshow .slides li .wk-content > div:nth-child(1) p {margin: 0;}

.wk-slideshow .slides li .wk-content > div:nth-child(2) {
    width: 800px;
    backdrop-filter: blur(10px);
    text-align: center;
}
/*.wk-slideshow .slides li .wk-content > div:nth-child(2) img {
    width: 100%;
    object-fit: contain;
}*/

#headerbar .slogan {
    font-family: 'CorbelRegular';
    font-size: 17px;
    text-transform: uppercase;
    position: absolute;
    left: 400px;
    top: 50px;
}
#headerbar .slogan div {
    color: #333333;
    margin-bottom: 20px;
}
#headerbar .slogan p {
    margin: 0;
    color: #669940;
    font-size: 14px;
}
#headerbar .telefons {
    text-align: right;
    margin-top: 43px;
    margin-right: 10px;
    line-height: 27px;
    float: right;
}
#headerbar .telefons a {display: block;}
#headerbar .telefons a.tel {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    text-decoration: none;
}
/*********************************************/

/* Spacing
----------------------------------------------------------------------------------------------------*/

#logo, #logo > img {float: left;}
#breadcrumbs {margin-top: 12px;}
#menu .module { margin: 10px 5px; }
#content {margin-top: 15px;}
#footer .module { margin: 0; }
div.module.mod-box.slider.deepest {
    padding: 0;
    border-bottom: solid 3px #243e90;
}
#toolbar,
#headerbar {border-bottom: solid 1px #243e90; }
#menubar {
    /* width: 670px; */
    width: 100%;
    max-width: 800px;
    float: right;
    min-height: 45px;
    background: #243e90;
    margin-top: 40px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
}
.button001 {
	background-color:#243d90;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:100px;
	text-decoration:none;
	text-align:center;
}
.button001:hover {
	background: #669a41;
    background: -moz-linear-gradient(top, #669a41 0%, #669a41 30%, #89c64f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#669a41), color-stop(30%,#669a41), color-stop(100%,#89c64f));
    background: -webkit-linear-gradient(top, #669a41 0%,#669a41 30%,#89c64f 100%);
    background: -o-linear-gradient(top, #669a41 0%,#669a41 30%,#89c64f 100%);
    background: -ms-linear-gradient(top, #669a41 0%,#669a41 30%,#89c64f 100%);
    background: linear-gradient(to bottom, #669a41 0%,#669a41 30%,#89c64f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669a41', endColorstr='#89c64f',GradientType=0 );
    border: none;
    color: #fff;
}
.button001:active {
	position:relative;
	top:1px;
}

.rsform-block td {padding-bottom: 10px;}
.rsform-block td .formError {
    display: block;
    margin-top: -3px;
    margin-left: 5px;
    color: red;
}
input[type='text'].rsform-input-box,
textarea.rsform-text-box {
    width: 420px;
    border: 1px solid #999;
    padding: 10px;
    outline: 0;
}
textarea.rsform-text-box {margin-bottom: 0;}
.rsform-block-kap td img {
    width: 100px;
    float: left;
}
.rsform-block-kap td input {
    text-align: center;
    width: 100px;
    height: 28px;
    outline: 0;
    font-size: 32px;
}
.rsform-block-kap td a {
    float: left;
    line-height: 34px;
    margin: 0 10px;
}
.rsform-block-soglasie {
    height: 40px;
    vertical-align: top;
}
.rsform-block-send td input[type='submit'] {
    outline: 0;
    border: 0;
    cursor: pointer;
    width: 150px;
    height: 30px;
    font-size: 16px;
    margin-top: 15px;
}