body {
      font-family: 'Open Sans';
            font-weight: 400;
    font-size: 16px;
    color: #393939;
}
h1 {
    font-weight: bold;
}
.b-color {
    color: #ffaf11;
}
.b-color:hover {
    color: #ffaf11;
}
.contact {
   
  
}
#jGrowl {
    z-index: 100000;
}
.contact__wrap {
    background: #fff;
}
.address {
    padding: 0;
    margin: 0;
    list-style: none;
}
.address__active {
   background: #393939;
    /*  background-image: -webkit-gradient(linear, left top, right top, from(#444), to(#000));
        background-image: -webkit-linear-gradient(left, #444, #000);
        background-image: -moz-linear-gradient(left, #444, #000);
        background-image: -ms-linear-gradient(left, #444, #000);
        background-image: -o-linear-gradient(left, #444, #000);
        background-image: linear-gradient(to right, #444, #000); */
    color: #fff;
}
.calc {
    background-color: #393939; 
    color: #fff
}
.calc .btn::before{
    display: none;
}
.address__city {
    font-size: 22px;
    font-weight: 900;
}
.address li {
    padding: 20px;
    cursor: pointer;
    
}
.contact__list {
    width: 30%;
    position: relative;
}
.contact__map {
    width: 70%;
}
.address__phone {
    display: block;
    color: #444;
    font-size: 22px;
    padding: 10px 20px 0px 20px;
    font-weight: 900;
    text-decoration: none;
    position: absolute;
    bottom: 90px;
}
.address__phone2 {
    display: block;
    color: #444;
    font-size: 22px;
    padding: 10px 20px 0px 20px;
    font-weight: 900;
    text-decoration: none;
    position: absolute;
    bottom: 60px;
}
.address__email {
    display: block;
    color: #444;
    font-weight: 900;
    text-decoration: none;
    font-size: 22px;
    padding: 0px 20px;
    position: absolute;
    bottom: 20px;
}
.address__phone:hover,.address__email:hover,.address__phone2:hover {
    text-decoration: none;
    color: #444;
}
.h1 {
    font-weight: 900;
}

.contact__links {
    text-align: center;
    padding: 10px 0 0 0;
}
.contact__links a{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #393939;
    display: inline-block;
    margin: 0 10px;
}

.s-form__title {
        font-weight: 900;
}
.b-wrap {
    white-space: nowrap;
}
.header {
    background: url(../images/dock-441989_1920.jpg) 50% 50% no-repeat;
    color: #fff;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    font-weight: 400;
}
.header__bg {
    background-color: #000; 
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 0 40px 0;
}
.header__list {
   
    text-align: center;
}
.ser img {
    border: 1px solid #eee;
}
.header__list svg {
    height: 60px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.header__logo img{
    width: 300px;
}

.header__info a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

/*FORM*/
.form{
	text-align: center;
}
.form__form{
	margin-top: 25px;
}
.form__info{
	margin: 25px auto 0;
}
.input-wrap{
	margin-left: -15px;
	margin-right: -15px;
}
.input{
	position: relative;
	
	padding: 10px 15px;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
.input.input_textarea{
	max-width: 100%;
}
.input.input_recaptcha{
	max-width: 334px;
}
.input .btn{
	width: 100%;
}
button.btn{
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 31px;
}
button.btn > span{
	height: 52px;
}
.input input,
.input textarea{
    outline: none;
	height: 62px;
	max-width: 100%;
	width: 100%;
	background-color: white;
	border: 1px solid #e1e1e1;
	border-radius: 31px;
	padding: 0 10px 0 35px;
	color: #252525;
	font-size: 16px;
	font-family: "Roboto";
	font-weight: 300;
}
.input textarea{
	height: 110px;
	padding-top: 15px;
	resize: vertical;
}
.input input:focus,
.input textarea:focus{
	border-color: #ffaf11;
}
.input_error input,
.input_error textarea,
.input_error:not(.input),
.input-checkbox .input_error,
.input_error.dropdown{
	background-color: #ffeaea!important;
	border-color: #db422c!important;
}
.btn-wrap{
	margin-top: 30px;
	text-align: center;
}
.btn, .more{
	display: inline-block;
	text-align: center;
	border: none;
	white-space: normal;
	cursor: pointer;
	padding: 3px 40px;
	font-size: 16px;
	line-height: 1.2em;
	color: #252525;
	font-weight: 700;
	background-color: #ffaf11;
	border: 2px solid #ffaf11;
	border-radius: 26px;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.more {margin-top:20px;margin-right:5px;padding: 15px 30px;}
.red {background-color: #ff5411;color:#fff;}
.b-text-white .btn.btn_border:not(:hover){
	color: #fff;
}
.btn:hover{
	background-color: #ffba33;
	border-color: #ffba33;
}
.more:hover{
	background-color: #ffba33;
	border-color: #ffba33;
}
.btn.btn2{
	background-color: #fff;
	border-color: #fff;
}
.btn::before{
	content: '';
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right-color: #ffaf11;
}
.btn:hover::before{
	border-right-color: #ffba33;
}
.btn.btn_before-none::before{
	display: none;
}
.btn .icon-arrow{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 12px;
	height: 13px;
	background-image: url(../img/icons/btn-arrow.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
}
.btn.btn_max{
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.btn.btn_border:not(:hover){
	background-color: transparent;
	color: #252525;
}
.btn_border::before{
	display: none;
}
.btn:active{
	top: 2px;
	box-shadow: none;
}
.btn > span{
	height: 42px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
@media only screen and (max-width : 1199px) {
	.input-wrap{
		margin-left: -5px;
		margin-right: -5px;
	}
	.input{
		padding-left: 5px;
		padding-right: 5px;
	}
	.input.input_recaptcha{
		max-width: 304px;
	}
}
@media only screen and (max-width : 991px) {
	.input{
		display: block;
		max-width: 300px;
		width: 100%;
	}
	.form__info{
		margin-top: 10px;
	}
}
@media only screen and (max-width : 767px) {
	.form__form{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 575px) {
}
.s-form{
	background-image: url(../images/container-537724_1920.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}
.s-form__subtitle{
	font-size: 18px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.s-form__subtitle{
		font-size: 16px;
	}
}
@media only screen and (max-width : 767px) {
	.s-form__subtitle{
		font-size: 14px;
	}
}
@media only screen and (max-width : 575px) {
}

.b-text-white{
	color: #fff;
}
.b-text-white .link{
	color: #fff;
}
.b-text-white .link:hover{
	color: #ffba33;
}
.b-text-white .btn.btn_border:not(:hover){
	color: #fff;
}
 .section {
    padding: 95px 0 105px;
    position: relative;
}
.section-title_left{
	text-align: left;
}
/*SECTION*/
.b-bg-color1{
	background-color: #f6f6f6;
}
.b-bg-color2{
	background-color: #343434;
}
.popup{
	background-color: #fff;
	width: 645px;
	display: none;
	padding: 70px 75px 75px;
	text-align: center;
}
.popup__desc{
	margin-top: 5px;
}
@media only screen and (max-width : 767px) {
	.popup{
		width: 100%;
		max-width: 500px;
		padding: 30px 20px 35px;
	}
	.popup .input{
		max-width: 100%;
	}
}
.s-why{
	background-image: url(../images/belgium-1601917_1920.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: 	no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.why-items{
	margin-top: 15px;
}
.why-items__item{
	margin: 20px auto 0;
    position: relative;
    padding: 35px 15px;
    background-color: #fff;
    border-radius: 6px;
    color: #212529;
    text-align: center;
}
.why-items__item a {text-decoration:underline;}
.why-items__icon{
	line-height: 60px;
	margin-bottom: 15px;
}
.why-items .why-items__icon svg, .why-items .why-items__icon2 svg path {
        fill: #212529;
    stroke: #212529;
}
.why-items__icon{}

@media only screen and (max-width : 1199px) {
	/* .s-why{
	    background-image: none;
	} */
	.why-items{
		margin-top: 0;
	}
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
.why-items__title {
    font-weight: bold;
    margin-bottom: 10px;
}
svg {
    height: 70px;
   
}
svg g {
    fill:#FFFFFF;
}
.text-block__num {
    font-size: 60px;
    font-weight: 900;
}
b {
    font-weight: 700;
}
.text-block__title {
    font-size: 30px;
    font-weight: 900;
}

.irs {
    margin-bottom: 40px;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    background: #ffaf11;
}
.irs--big .irs-bar {
    background: #ebb54a;
    border: 1px solid #ffaf11;
}

.header__logo img {
    max-width: 300px;
    width: 100%;
}
@media(max-width: 767px){
    .section {
            padding: 55px 0 55px;
    }
    .header, .s-why{
        background-attachment: inherit;
    }
    .contact__list {
        width: 100%;
    }
    .contact__map {
        width: 100%;
        height: 500px;
    }
    .header__list svg {
        height: 40px;
    }
    .header__list {
            font-size: 12px;
        }
}
@media(max-width: 480px){
    .h1, .s-form__title, h1{
        font-size: 26px;
    }
}