.mob-menu__nav-item:after {
	display: none;
}

.mob-menu__nav-item.mob-menu__nav-item--angle:after {
	display: block;
}

a.mob-menu__nav-title {
	color: #000;
}

.header__menu.tblock__active {
	padding-left: 30px;
}

.header__menu.tblock__active .tblock__active-buttons {
    left: 3px;
    top: 0;
}

.header__slider {
	top: 0;
    margin-top: -90px;
}

.tblock__active .header__slider {
	top: 0;
	margin-top: 0;
}

.tblock__active header.header {
	background:  rgba(0, 0, 0, .4);
}

.header__slide-panel-name {
	line-height: 26px;
}

.header__slide-panel-text {
	line-height: 27px;
}

.header__slide-panel {
	max-width: 430px;
}

.arcticmodal-close {
	cursor: pointer;
}

.form__text a {
	display: inline-block;
	border-bottom: 1px dashed;
	line-height: 17px;
}

.wrapper {
	padding-bottom: 0;
}

.footer {
	margin-top: 0;
}

.container .container {
	width:  auto;
}

.lmenu__item-title--link {
	font-weight:  bold;
}

.cols .rcol.rcol-l {
	padding-left:  0;
	padding-right:  30px;
}

.header--in {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.about--col .about__img {
	margin-left:  35px;
	margin-bottom:  35px;
}

.form__field {
	position:  relative;
}

.form-loader {
	display: block;
	position:  absolute;
	top:  0;
	left:  0;
	right:  0;
	bottom:  0;
	z-index:  10;
	background:  rgba(0, 0, 0, .2);
}

.form-error {
    position: absolute;
    bottom: -20px;
    right: 10px;
    color: #cc0000;
}

.error-input input, .error-input textarea {
	border-color:  #cc0000;
}

.nc-demo-modal-wrapper {
	display:  none ! important;
}

.mob-top__logo {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 145;
    max-width: 165px;
    max-height: 50px;
 }

 .header__slide {
 	height:  600px;
 }

 .all_mark_block {
 	width: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
 }

 .all_mark_block-container {
 	margin:3rem 0;
 }


 .form-custom-from-services {
 	margin: 0 auto;
    background: bisque;
    padding: 4rem;
    margin-bottom: 2rem;
 }
 


@media (max-width: 500px){
	.form-custom-from-services {
	 	margin: 0 auto;
	    background: bisque;
	    padding: 2rem;
	    margin-bottom: 2rem;
	}
}

.simple-form .modal {
	position: relative;
    width: initial;
    background: bisque;
    border-radius: initial;
    padding:initial;
}

.simple-form .modal p {
	padding: 2rem;
	/*color: white;*/
}

.simple-form .modal .h1 {
	padding: 2rem;
	/*color: white;*/
}