/********* ROOT *********/
body, html {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.content {
    flex: 1 0 auto;
}

.footer {
    background: #414648;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 40px;
}

:root {
    --orange: #c95230;
}

.mButton {
    background-color: #c95230;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    width: max-content;
    padding: 11px 27px;
}

.mButton:hover,
#datepicker:hover {
    box-shadow: 0px 0px 5px 0px #c95230;
    background: #f56941;
    text-decoration: none;
}

h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
}

a:hover {
    text-decoration: none;
    color: var(--orange);
}

.red {
    color: red;
}

.sl_row-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.sl_col-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.sl_row-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
}

.sl_col-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.sl_row-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.sl_col-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.fwLine {
    position: relative;
}

.fwLine:after {
    content: '';
    position: absolute;
    width: calc(100vw - 17px);
    left: 50%;
    bottom: -25px;
    height: 4px;
    background: #e3e3e3;
    transform: translateX(-50%);
}



/********* КОНЕЦ | ROOT *********/

/********* HEADER *********/

.logoBlock-img {
    width: 100%;
}

/********* КОНЕЦ | HEADER *********/

/********* МЕНЮ *********/

.modSlMenu-returnBtn {
    height: 50px;
    width: 100%;
    text-align: left;
    line-height: 1;
    padding-left: 1rem;
    border: none;
    background: none;
}

.modSlMenu-returnBtn span {
    background-color: var(--orange);
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 1.2rem;
    display: inline-block;
    border: none;
}

.modSlMenu-returnBtn:focus {
    outline: none;
}

.modMenuH {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 80vw;
    background-color: #414648;
    z-index: 10;
    transform: translateX(-100%);
    transition: all 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
}

.modMenuH.open {
    transform: translateX(0%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.modMenuH__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
}

.modMenuH__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.modMenuH__list-lvl_1 {
    height: calc(100% - 50px);
}

.modMenuH__item {
    display: block;
    width: 100%;
}

.modMenuH__item-link {
    display: inline-block;
    width: 100%;
    line-height: 1;
    padding: 0.7rem 1rem;
    color: #fff;
    transition: all 0.3s;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.modMenuH__item-link:hover,
.modMenuH__item-link:focus,
.modMenuH__item-link:active {
    color: #333;
    text-decoration: none;
}



.modMenuH__item.deeper .modMenuH__list {
    position: absolute;
    top : 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #e0e0e0;
    transition: all 0.3s;
}

.modMenuH__item-link.deeper {
    display: flex;
    align-items: center;
}

.modMenuH__item.deeper .modMenuH__list.open {
    transform: translateX(0%);
}


.modMenuH__item-link_chevron {
    flex-grow: 1;
    height: 100%;
    margin-left: 10px;
    position: relative;
    transform: translateY(8%);
}


@media (min-width: 992px) {


    .modMenuH__item-link {
        padding: 0.7rem 1rem;
        font-size: 1rem;
    }

    .modMenuH__item-link:hover,
    .modMenuH__item-link:focus,
    .modMenuH__item-link:active,
    .modMenuH__item-link.active {
        color: var(--orange);
    }


    .modMenuH {
        position: relative;
        top: unset;
        left: unset;
        height: unset;
        width: unset;
        background-color: unset;
        z-index: 10;
        transform: unset;
        overflow: visible;
    }

    .modMenuH__list {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .modMenuH__item {
        display: block;
        position: relative;
        width: auto;
    }

    .modMenuH__item:after {
        content: '';
        position: absolute;
        right: -9px;
        height: 17px;
        width: 1px;
        transform: translateY(-50%);
        top: 50%;
        background-color: #ffffff26;
    }

    .modMenuH__item:last-of-type:after {
        display: none;
    }

    .modMenuH__item:first-of-type a {
        padding-left: 0px;
    }

    .modMenuH__item:last-of-type a {
        padding-right: 0px;
    }

    .modMenuH__item.deeper {
        position: relative;
    }

    .modMenuH__item.deeper .modMenuH__list {
        position: absolute;
        top: 100%;
        left: 0;
        transform: unset;
        opacity: 0;
        pointer-events: none;
    }

    .modMenuH__item.deeper:hover >.modMenuH__list {
        transform: unset;
        top: 100%;
        left: 0;
        width: 100%;
        opacity: 1;
        pointer-events: auto;
    }


}


/*nav.menu-horizontal {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    opacity: 0.99;*/
/*    z-index: 1;*/
/*}*/

/*nav.menu-horizontal ul {*/
/*    list-style: none;*/
/*    position: relative;*/
/*    display: inline-table;*/
/*    padding: 0;*/
/*    width: 100%;*/
/*}*/

/*nav.menu-horizontal ul li {*/
/*    display: table-cell;*/
/*    -webkit-transition: all .2s ease-in-out;*/
/*    -moz-transition: all .2s ease-in-out;*/
/*    transition: all .2s ease-in-out;*/
/*}*/

/*nav.menu-horizontal ul li:hover {*/
/*    background: rgba(0, 0, 0, .15);*/
/*}*/

/*nav.menu-horizontal ul li:hover > ul {*/
/*    display: block;*/
/*    width: auto*/
/*}*/

/*nav.menu-horizontal ul li a {*/
/*    display: inline-block;*/
/*    padding: 10px 20px;*/
/*    color: #222;*/
/*    letter-spacing: 1px;*/
/*    text-decoration: none;*/
/*    width: 100%;*/
/*}*/

/*nav.menu-horizontal ul ul {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*}*/

/*nav.menu-horizontal ul ul li {*/
/*    float: none;*/
/*    position: relative;*/
/*}*/

/*nav.menu-horizontal ul ul li a {*/
/*    padding: 10px 20px;*/
/*}*/

/*nav.menu-horizontal ul ul ul {*/
/*    position: absolute;*/
/*    left: 100%;*/
/*    top: 0;*/
/*}*/


/*@media (max-width: 768px) {*/
/*    .slMobileMenu {*/
/*        position: fixed !important;*/
/*        display: block !important;*/
/*        top: 0;*/
/*        left: 0;*/
/*        bottom: 0;*/
/*        background-color: #FFEB3B;*/
/*        z-index: 100;*/
/*        width: 80% !important;*/
/*        height: 100vh;*/
/*        transform: translateX(-100%);*/
/*        transition: all 0.3s;*/
/*    }*/

/*    .slMobileMenu.open {*/
/*        transform: translateX(0);*/
/*        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);*/
/*    }*/

/*    .slMobileMenu-hideBtn {*/
/*        width: 100%;*/
/*        text-align: center;*/
/*        display: block !important;*/
/*        background: red;*/
/*        padding: 10px 0;*/
/*        font-weight: bold;*/
/*        color: #fff;*/
/*    }*/

/*    .slMobileMenu li.menu-item{*/
/*        display: block;*/
/*        position: relative;*/
/*    }*/
/*}*/


/********* КОНЕЦ | МЕНЮ *********/

.topNav {
    background-color: #414648;
    padding: 9px 0;
    position: fixed;
    z-index: 50;
    width: 100%;
    top: 0px;
}

.row.headerBlocks_row {
    justify-content: space-between;
}

.logoBlock-link {
    color: #000;
}

.headerPhoneBlock-phone {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.headerPhoneBlock {
    line-height: 27px;
}

.header_bVz_text_1 {
    font-size: 33px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px;
}

.header_bVz_text_1 i {
    font-size: 33px;
}

.header_bVz_text_2 {
    font-weight: 300;
    line-height: 23px;
    text-align: left;
    padding-left: 20px;
}

.header_bVz_text_2 i {
    color: #3c4447;
}

.header_bVz_text_1 span {
    color: var(--orange);
}

.header_bVz_text_2 div {
    padding-bottom: 0;
}

.bVzBlock {
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding-top: 26px;
    padding-bottom: 37px;
    position: relative;
}

.bVzForm {
    text-align: center;
    margin-top: 50px;
}

.bVzBlock:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 219px solid #fff;
    border-left: 123px solid #0000;
    position: absolute;
    left: -123px;
    top: 0px;
}

.bVzBlock:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 219px solid #fff;
    border-right: 123px solid transparent;
    position: absolute;
    right: -123px;
    top: 0px;
}

.header {
    background-image: url(/images/backgrounds/header-bg.jpg);
    padding-bottom: 30px;
    background-position: center center;
    background-size: cover;
    padding-top: 30px;
}

.formProj_form-content--left {
    text-align: right;
}

.formProj_form-content--right {
    text-align: left;
}

.formProj_form-content--topTitle {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    color: var(--orange);
    margin-bottom: 15px;
}

.formProj_form-content--bottomTitle {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
}

.formProj_form-content--desc {
    line-height: normal;
}

.formProj_form-content {
    margin-bottom: -30px;
    z-index: 5;
    position: relative;
}

.semniar_title {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.semninarBlock {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.semninarContent {
    background: #fff;
    padding: 40px;
}

.semniar_image {
    width: 100%;
    height: 100%;
    background-image: url(/images/seminar/seminar-bg.jpg);
    background-position: center center;
    background-size: cover;
}

.semniar_image-title {
    margin-top: 40px;
    font-weight: 700;
    background-color: #f9b957;
    display: inline-block;
    padding: 19px 30px;
    position: relative;
}

.semniar_image-title:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 65px solid #f9b957;
    border-right: 38px solid transparent;
    position: absolute;
    right: -38px;
    top: 0px;
}

.full_width.about_2 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.full_width.about_2 h3 {
    font-size: 24px;
    font-weight: 700;
}

.detailTitle {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.detailText {
    font-size: 30px;
}

.detailText a {
    color: var(--orange);
}

.detailPhone a {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.detailText {
    margin-bottom: 5px;
}

.detailContent {
    position: relative;
}

.detailContent:after {
    content: '';
    position: absolute;
    right: 0px;
    width: 364px;
    height: 342px;
    background-image: url(/images/detail/detail-girl.png);
    bottom: -63px;
}

.footerContacts-title {
    font-size: 20px;
    margin-bottom: 25px;
}

.footerContacts-title img {
    margin-right: 10px;
}

.footerContacts-content {
    min-height: 108px;
    margin-bottom: 30px;
}

.footerCopyright-site {
    font-size: 14px;
    color: #929292;
    line-height: 1.3;
}

.footerCopyright-web {
    font-size: 14px;
    float: left;
    margin-top: 10px;
}

.footerCopyright-web a {
    text-decoration: underline;
    color: #929292;
}

.footerCopyright-web a:hover {
    text-decoration: underline;
    color: #de502d;
}

@media (max-width: 991px) {
	.footerCopyright-site  {
		margin-top: 20px;
	}
	.footerCopyright-web {
		margin-top: 10px;
	}
}

.logoBlock-link:hover {
    color: #000;
    text-decoration: none;
}



.full_width.bVz {
    padding-top: 433px;
}

.full_width.about {
    margin-top: 80px;
    padding-bottom: 70px;
}

.full_width.date_pick {
    background-color: #414648;
    color: #fff;
    padding: 3rem 0 2.5rem 0;
}

.full_width.angars {
    padding: 3rem 0;
    background-image: url(/images/backgrounds/angars-bg.jpg);
    background-size: cover;
    background-position: center;
}

.full_width.explo {
    background-color: #f5f5f5;
    padding: 3rem 0;
}

.full_width.proj_geography {
    padding: 70px 0 40px 0;
}

/*@media (min-width: 1200px) {*/

    /*.container.up_width {*/
        /*max-width: 1170px;*/
    /*}*/
/*}*/


.full_width.project_price_form {
    background-image: url(/images/backgrounds/project-form-bg.jpg);
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: top center;
}

.full_width.advantages {
    padding-bottom: 60px;
}

.full_width.faq {
    padding-top: 70px;
    padding-bottom: 80px;
}

.full_width.seminar {
    background-image: url(/images/backgrounds/seminar-section-bg.jpg);
    padding-top: 80px;
    background-repeat: no-repeat;
}

.full_width.about_2 {
    padding-top: 70px;
    padding-bottom: 105px;
}

.full_width.detail {
    background-color: #f6f6f6;
    padding: 45px 0;
}

.full_width.garanties {
    padding-top: 50px;
    padding-bottom: 50px;
}

.full_width.team_work {
    padding-bottom: 90px;
    padding-top: 70px;
}

.full_width.our_clients {
    padding-bottom: 70px;
}

.full_width.angar_calc {
    padding-top: 70px;
}

#scrollup * {
    transition: 0.3s all;
}

#scrollup:hover {
    cursor: pointer;
    opacity: 0.7;
}

#scrollup {
    position: fixed;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 55;
    right: 30px;
    bottom: 30px;
    background: #fff;
}

#scrollup i {
    font-size: 50px;
    color: var(--orange);
}

.slzoom__item {
    cursor: zoom-in;
}

.slZoom__block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    /*pointer-events: none;*/
    z-index: 30;
}

.slZoom__block:before {
    display: block;
    content: '\d7';
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 60px;
    line-height: 0.5;
    cursor: pointer;
    pointer-events: auto;
}

.slZoom__block:before:hover {
    color: red;
}

img.slZoom__img {
    max-width: 90%;
    max-height: 90%;
    min-width: 30%;
    min-height: 30%;
}

.modal-content {
    color: #000;
}

.full_width.reviews {
    padding-bottom: 5rem;
    background: #c95230;
} 
.orange-top {
    background: #e7512a;
    margin-top: 58px;
}

.orange-top p:before {
  content: "\f06a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 16px;
    padding-right: 0.5em;
}

.orange-top p {
    color: white;
    text-align:center;
    margin:0;
    padding: 5px 0px 8px 0px;
    line-height: 1.2;
    font-size: 90%;
}

.orange-top a.arenda {
    text-decoration: underline;
     color: white;
}

.orange-top a:hover.arenda {
    color: #374346;
}

.orange-top a:hover.arenda {
    color: #374346;
}

.photo-opis {
    padding-top: 5px;
    font-size: 0.9rem;
    line-height: 1.3;
}

.custom_footer_contact {
    display: flex;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #e7512a;
    border-color: #e7512a;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color:#f56941;
    border-color: #f56941;
    box-shadow: 0px 0px 5px 0px #c95230 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f56941;
    border-color: #f56941;
}

/*--Cookie--*/

#cookie_notification{
	display: none;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
    background: rgb(239 239 239);
    z-index: 1000;
    color: #000000;
    line-height: 1.4;
    padding: 20px 25px 25px 25px;
    border-top: 1px solid #dfdfdf;
}

#cookie_notification a {
    text-decoration: underline;
    color: #c95230;
}

#cookie_notification div{
	margin: 0;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
}

#cookie_notification div:first-child {
    padding: 5px 0 5px 0;
}

#cookie_notification div:nth-child(2) {
    padding: 5px 0 20px 0;
}

#cookie_notification .btn{
    font-weight: 500;
    text-transform: none;
    color: #ffffff;
}

@media (min-width: 992px){
	
	#cookie_notification.show{
		display: flex;
		bottom: 40px;
		left: 40px;
		width: 350px;
		padding: 20px 25px 25px 25px;
		background: rgb(239 239 239);
		z-index: 1000;
		color: #000000;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
		flex-direction: column;
        align-items: self-start;
		border: 1px solid #dfdfdf;
	}
}

@media (max-width: 991px){
	#cookie_notification.show{
		display: block;
		text-align: left;
	}
}


