@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
	}

div.container {
    width: 1170px;
    margin: auto;
    margin-top: 20px;
	margin-bottom:20px;

}

header > .container {
    margin: 0 auto;
}

.search--block {
    display: none;
}

li.header-search {
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    background: url('/wp-content/themes/bootstrap-basic/img/icons-search.svg') no-repeat;
    cursor: pointer;
}

.search--block {
    /*display: block;*/
    position: absolute;
    top: 72px;
    width: 100%;
    background: #ffffff;
    /* height: 50px; */
    z-index: 500;
    padding: 15px 20px;
}

input.search_field {
    width: calc(100% - 190px);
}

.search--block form input[type=submit] {
    background: #A70000;
    border: none;
    height: 34px;
    width: 150px;
    color: #fff;
}

div.h1 {
    font-size: 24px;
    color: #C00505;
    font-weight: normal;
    line-height: 1.1;
    margin: .67em 0;
}
div.txt {
	margin-top: 20px;
}
div.hr {
	margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}

div.buttons-about {


    display: inline-block;
    text-decoration: none;
    padding: .5em 1.1em;
    margin-top: 5px;
    margin-right: 10px;
    border: 1px solid lightgray;
    box-shadow: 0 -3px rgb(42,100,60) inset;
    text-decoration: none;
    font-size: 18px;
    color: gray;

}

a.buttons-about {
    line-height: inherit;
}


div.buttons-about:hover {
    background: rgb(245, 245, 245);
    color: black !important;
}

div.h2-class-galery {
    color: #3b3b3b;
    color: #C00505;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0;
}

.imgs-galery {
    max-width: 365px;
    margin: 5px;
    border-radius: 5px;
}

div.h2-class-txt {
    color: #C00505;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0;
}

.a-styles {
    color: gray;
}

.a-styles:hover {
    text-decoration: none;
}

.vacancies {
    font-size: 20px;
	font-weight: normal;
	}

/* START: блок стилей форм доступа к онлайн-демо */

section.demo-access {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}
section.demo-access .h3-class {
    font-size: 26px !important;
    font-weight: 200;
    line-height: 1.3;
    color: rgb(50,50,50);
    margin-top: 5px;
    text-align: center;
}
section.demo-access .form {
    text-align: left;
    padding: 15px 35px;
    margin: 30px auto 0;
    width: 500px;
    border: 1px solid lightgrey;
    box-shadow: 0 -3px rgb(42, 100, 60) inset;
}
section.demo-access .form input, section.demo-access .form label {
    display: block;
    width: 100%;
}
section.demo-access .form input[type="text"] {
    padding: 5px 5px 5px 10px;
}
section.demo-access .form input.button {
    width: 50%;
    margin: 30px auto 0;
    padding: .7em 0;
    color: white;
    background: rgb(66,169,95);
    border-radius: 0;
    border: 1px solid rgb(42,100,60) !important;
    box-shadow: 0 -3px rgb(42,100,60) inset;
    transition: no;
    text-decoration: none;
    font-weight: 200;
    text-align: center;
}
section.demo-access .form input.button:hover {
    background: rgb(57, 146, 82);
    color: white !important;
}
section.demo-access .form input.button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
section.demo-access .form input.button:active, section.demo-access .form input.button:focus {
    background: rgb(57, 146, 82) !important;
    opacity: 0.3;
}

/* END: блок стилей форм доступа к онлайн-демо */


#form-order input[type=submit] {
    background: linear-gradient(rgb(99, 160, 70) 1%, rgb(83, 136, 57) 100%);
    box-shadow: 0 2px 1px #0a4500;
}

#form-order input[type=submit]:hover {
    opacity: 0.95;
}

#form-order input[type=submit]:active {
    opacity: 0.7;
}


li.submenu > ul {
    display: none;
    position: absolute;
    background: #fff;
    left: 0px;
    width: 150px;
    text-align: left;
    z-index: 500000;
}

li.submenu {
    position: relative;
}

li.submenu > ul > li {
    display: block;
    text-align: left;
    padding: 0 10px;
    margin: 5px !important;
}

main {
    overflow: visible !important;
}

li.submenu:hover > ul {
    /*display: block;*/
}


.search_by_cat {
    position: fixed;
    right: 0;
    top: 130px;
    padding: 10px;
    z-index: 500;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ddd;
    opacity: 0.6;
    transition: all ease 0.2s;
}

.search_by_cat-h {
    font-size: 16px;
}

a.del_cat {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    position: relative;
    bottom: -3px;
    right: -10px;
    color: #670000;
}

.search_by_cat-single.active {
}

.search_by_cat:hover {
    opacity: 1;
}

.search_by_cat-single {
    line-height: 20px;
}

a.del_cat:hover {
    color: #ff0101 !important;
}
a.to_cats:hover {
    color: #ff0000 !important;
}


.footer__modal_form-wrap {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

.footer__modal_form-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(0,0,0,0.3);
}

form#footer__modal {
    display: block;
    width: 460px;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

form#footer__modal input,form#footer__modal textarea {
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 0;
    border: 1px solid #dfdfdf;
    padding: 5px 10px;
    color: #636363;
    max-width: 100%;
}

.form__group {
    position: relative;
    margin-bottom: 20px;
}

span.novalid {
    position: absolute;
    /* top: 0; */
    width: 100%;
    left: 0;
    font-size: 14px;
    bottom: -17px;
    color: #a20505;
    display: none;
}

form#footer__modal button {
    border: 1px solid #2a633c;
    border-bottom-width: 4px;
    background-color: #42a95f;
    color: white;
    padding: 10px 80px;
    display: inline-block;
    margin-right: 25px;
    line-height: 1.2;
    margin: 0 auto;
}

form#footer__modal button:hover {
    background-color: #399252;
}

.quask {
    padding: 10px 80px;
    display: inline-block;
    margin-right: 25px;
    line-height: 1.2;
    border: 1px solid #969696;
    border-bottom-width: 4px;
    border-bottom-color: #2a633c;
    color: #464646;
    margin-top: 20px;
    margin-left: 59px;
    cursor: pointer;
    display: none !important;
    /* background: #fff; */
}

.quask:hover {
    background-color: #fff;
}

.xclose {
    position: absolute;
    top: -6px;
    right: 7px;
    font-size: 36px;
    cursor: pointer;
}
.quask.head {
    display: block;
    width: 130px;
    margin: 0 auto;
    text-align: center;
    box-sizing: content-box;
    margin: 0;
    padding: 8px 20px;
    float: right;
    margin-top: 10px;
}


.contacts__right-map {
    float: right;
    width: 630px;
}