/*!
 * b5st since v1.0 | Unicence
 */
body {
  font-family: 'Montserrat', sans-serif;
}
.galuzi {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.galuzi__top {
  min-height: 720px;
  background: url('../img/top.jpg') 50% 50%  no-repeat;

}
.container-fluid {
  max-width: 1300px;
}
.galuzi__slogan {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;

  color: #313030;
}
.galuzi__label {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;

  color: #313030;
}
.tel {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  color: #5181FB;
}
.btn-green {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #42d853;
  height: 35px;
  line-height: 34px;
  font-weight: 700;
  font-size: 16px;
}
.adr {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-align: center;

  color: #313030;
}
.galuzi__header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.galuzi__top__desc {
  padding-top: 60px;
}
.galuzi__top__desc h1 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 46px;
  line-height: 61px;

  color: #313030;
}
.garant {
  display: block;
  padding-bottom: 30px;
  font-weight: 600;
  font-size: 46px;
  line-height: 61px;
  color: #5181FB;
}
.galuzi__top__desc__prim {
  border-left: 2px solid #5181FB;
  border-bottom: 2px solid #5181FB;
  margin-bottom: 50px;
}
.galuzi__top__desc__prim h2 {
  display: inline-flex;
  position: relative;
  margin-bottom: 40px;
  padding: 5px 120px 5px 20px;
  align-items: center;
  background-color: #5181FB;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  text-align: left;
}
.galuzi__top__desc__prim h2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: -40px;
  right: -10px;
  width: 153px;
  height: 113px;
  background: url("../img/rul.png") 0 0 no-repeat;
}
.galuzi__top__desc__prim .row {
  padding: 0 10px 10px 10px;
  max-width: 480px;
}
.galuzi__top__desc__prim .row span {
  margin-bottom: 30px;
  align-items: center;
  background-color: #5181FB;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  height: 40px;
}
.galuzi__callback {
  width: 406px;
  margin: 0 auto;
  padding-top: 404px;
  background: url("../img/man.png") 50% 0 no-repeat;
}
.galuzi__callback__btn {
  position: relative;
  z-index: 1;
  background: #5181FB;
  border: 1px solid #5181FB;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 66px;
  text-align: center;
  line-height: 66px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 319px;
}
.galuzi__callback__btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 42px;
  right: 0;
  width: 30px;
  height: 44px;
  background: url("../img/click.png") 0 0 no-repeat;
}
.galuzi__callback__footer {
  padding-top: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #313030;
}
.galuzi__footer {
  background: #5181FB;
  padding: 40px 0 50px;
}
.galuzi__footer  .galuzi__slogan,
.galuzi__footer  .tel,
.galuzi__footer  .adr {
  color: #fff;
}

.wpcf7-submit {
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	background: #5181FB;
    border: 1px solid #5181FB;
	font-weight: bold;
	padding: 5px 15px; 
}

#menu-footer {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu-footer a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.galuzi__top__logo {
		display: block;
		margin: 0 auto;
	}
	.galuzi__slogan {
		text-align: center;
		padding: 5px 0;
	}
	.btn-green {
		max-width: 300px;
		margin: 0 auto;
	}
	.galuzi__top__desc h1,
	.garant {
		font-size: 24px;
		line-height: 30px;
		text-align: center;
	}
	.galuzi__callback {
		width: 100%;
	}
	.galuzi__callback__btn {
		font-size: 18px;
		padding: 0 15px;
		width: 100%;
	}
	.galuzi__callback {
		background-size: 300px auto;
		padding-top: 280px;
	}
	.galuzi__callback__btn::after {
		right: 0;
	}
}