/*
////////////////////////////////////////
////           Демо #1              ////
////////////////////////////////////////
*/

.h2 {
    font-size: 36px;
    font-family: 'ClearSansBold', sans-serif !important;
    text-transform: uppercase;
    margin: .67em 0;
    font-weight: 500;
    line-height: 1.1;
}

#form {
    margin-bottom: 10px !important;
}

.dropcontainer {
	position:relative;
	} 

.trigger {
	width: 100%;
	background: url(../images/down.png) 97.5% 17px no-repeat;
	display: block;
    font-size: 16px !important;
    height: 45px !important;
    padding-top: 9px !important;
    background-color: #202020 !important;
	border: 1px solid #fff !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    text-decoration: none !important;
    padding-left: 10px !important;
    padding-bottom: 3px !important;
    color: #fff !important;
    margin-right: 70px !important;
	}


.trigger:hover, .trigger:focus {
	background: #202020 url(../images/down.png) 97.5% 17px no-repeat;
    text-decoration: none !important;
    padding-left: 10px !important;
    padding-bottom: 3px !important;
    border: 1px solid #fff !important;
    padding-top: 9px !important;
	}

.activetrigger {
	color: #fff !important;
	width: 100%;
	background: #202020 url(../images/down.png) 97.5% 17px no-repeat;
	display: block;
    text-decoration: none !important;
    padding-left: 10px !important;
    margin: 0 auto;
    padding-top: 9px !important;
    padding-bottom: 3px !important;
    font-size: 16px !important;
    border: 1px solid #fff;
    border-bottom: 0;
    height: 45px;
	}

.activetrigger:hover, .activetrigger:focus {
    color: #fff !important;
    width: 100%;
	background: #202020 url(../images/down.png) 97.5% 17px no-repeat;
    display: block;
    text-decoration: none !important;
    padding-left: 10px !important;
    margin: 0 auto;
    padding-top: 9px !important;
    padding-bottom: 3px !important;
    font-size: 16px !important;
    text-decoration: none !important;
    margin-right: 70px !important;
    border: 1px solid #fff;
    border-bottom: 0;
    height: 45px;
	}

.activetrigger:active {
	background: #202020 url(../images/down.png) 97.5% 17px no-repeat;
	color: #202020 !important;
    text-decoration: none !important;
    padding-bottom: 3px !important;
    padding-top: 9px !important;
	}


.dropcontainer ul {
    border-left: none;
	border-top: none;
	background: #fff;
	list-style-type: none;
	margin: 0;
	width: 100%;
	z-index: 100;
    -webkit-box-shadow: 0px 0px 7px 0px #000;
    -moz-box-shadow: 0px 0px 7px 0px #000;
    box-shadow: 0px 0px 7px 0px #000;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 400px;
    overflow-y: scroll;
}

.dropcontainer ul li {
    height: 40px;
    cursor: pointer;
}

.dropcontainer ul li:hover, .dropcontainer ul li:focus {
    height: 40px;
}

.dropcontainer ul a {
	background: transparent;
    color: #202020 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    padding-left: 10px !important;
    height: 40px;
    width: 820px;  
}

.dropcontainer ul li:hover, .dropcontainer ul li:focus {
	outline: none;
    background: #e9e9e9;
    height: 40px;
	}
.dropcontainer ul li:hover a, .dropcontainer ul li:focus a {
	outline: none;
    background: #e9e9e9;
    height: 40px;
	}

.dropcontainer ul li:first-child {
	display: none;
	}

.dropcontainer ul li:last-child {
	border-bottom: none;
	}

.dropdownhidden {
	display: none;
	}

.dropdownvisible {
	height: auto;
}

/*  form  */

.form .help-block {
    display: none;
    color: #f00;
}

.form-field-group {
    position: relative;
}

.form-field-group .help-block {
    position: absolute;
    bottom: 0;
    left: 16px;
    font-size: 14px;
}

.form-field-group .error + .help-block {
    display: block;
}

.form-field-group .input_name3 {
    margin-top: -3px !important;
}

.form-field-group-ovh {
    overflow: hidden;
}

.block_question.mobile_visible .help-block {
    font-size: 10px;
    margin-bottom: 0 !important;
}

.block_question.mobile_visible textarea + .help-block {
    margin-bottom: 10px !important;
}

/*   modals  */

.modalbox {
    display: none;
}

.modal_window {
    width: 360px;
    background-color: #fff;
    padding-left: 48px;
    padding-right: 48px;
    text-align: center;
    padding-bottom: 32px;
}

.modal_window form {
    height: auto !important;
}

.modal-submit {
    width: 100%;
    height: 45px;
    border: none;
    background-color: #ff5521;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.modal-form-group {
    margin-bottom: 20px;
}

.modal-theme-white input[type="text"] {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6;
    padding: 0 15px;
    margin: 0;
    color: #333;
    border: 1px solid transparent;
}

.modal-theme-white .error {
    border-color: #f00 !important;
}

.modal-theme-white input::-webkit-input-placeholder {/* Chrome/Opera/Safari */   
    color: #333 !important;
}
.modal-theme-white input::-moz-placeholder { /* Firefox 19+ */
  color: #333 !important;
}
.modal-theme-white input:-ms-input-placeholder { /* IE 10+ */
  color: #333 !important;
}
.modal-theme-white input:-moz-placeholder { /* Firefox 18- */
  color: #333 !important;
}

.modal-theme-white .modal-title {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.modal-title {
    padding-top: 21px;
}

.modal-title h3 {
    margin-top: 0;
}

form.calc-form {
    height: auto;
}

.calc-form input.error {
    border-color: #f00 !important;
}

.dropdown.error .trigger {
    border-color: #f00 !important;
}

.form .dropdown {
    position: static;
}

.kontakti .error {
    border: 1px solid #f00 !important;
}

.zakazat_zvonok_block input.error {
    border: 1px solid #f00;
}

.modal_service_name {
    font-weight: bold;
    font-size: 0.75em;
}

.modal-calc-descr p span {
    font-weight: bold;
}

blockquote {
    text-align: center;
    padding: 20px 20px;
    margin: 35px 0 35px;
    background-color: #f6f6f6;
    font-style: italic;
    border: none;
}

blockquote p {
    font-size: 16px;
    line-height: 1.4285em;
}

.service_description_text p {
    margin: 0 0 10px;
}

.uborka_form input.error {
    border: 1px solid #f00 !important;
}

.question_form input.error {
    border: 1px solid #f00 !important;
}

.stoimost_arendy_info .greyblock_stoimost {
    padding-top: 30px;
}

.stoimost_arendy_info .greyblock_stoimost .greyblock1,
.stoimost_arendy_info .greyblock_stoimost .greyblock2,
.stoimost_arendy_info .greyblock_stoimost .greyblock3 {
    padding-top: 0;
}

.greyblock-item {
    position: relative;
}

.greyblock-item + .greyblock-item:before {
    content: "";
    background-color: #e6e6e6;
    display: block;
    width: 2px;
    height: 120px;
    position: absolute;
    top: 10px;
    left: -24px;
}

.background_tekhnika.mobile_visible .cont-tekhnika .block_in_line {
    height: auto !important;
    overflow: hidden !important;
}

.background_tekhnika.mobile_visible .machines_list {
    padding-left: 15px;
    padding-right: 15px;
}

.machines-tab-element__descr {
    padding: 10px 0;
}

.machines-tab-element__descr p {
    margin: 0 !important;
    font-size: 12px !important;
}

.machines_list__desktop {
    overflow: hidden;
    min-height: 180px;
}

.arenda-slider .section_content1.rent_slider_children3 > div + div + div .content_text1:before {
    display: none !important;
}

.arenda-slider .section_content1.rent_slider_children2 > div + div .content_text1:before {
    display: none !important;
}

.arenda-slider .section_content1.rent_slider_children1 > div .content_text1:before {
    display: none !important;
}

input,
input:active,
input:focus,
button,
button:active,
button:focus {
    outline: none;
}

@media screen and (max-width: 767px) {
    .B_crumbBox {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .modal_window {
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }
}

.sitemap-list .square_dot li {
    display: block;
}

.sitemap-list .square_dot > li > ul {
    padding-left: 20px;
}

.sitemap-list .square_dot > li > ul > li:before {
    background: #232323;
}

.sitemap-list .square_dot > li > ul > li ul {
    padding-left: 20px;
}

.sitemap-list .square_dot > li > ul > li ul li:before {
    background: #999;
}

.sitemap_link {
    margin-top: 0 !important;
}