* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #000000;
  background: #ffffff;
  font: 16px/20px "Gilroy-Regular", Verdana;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption {
  font: 16px/20px "Gilroy-Regular", Verdana;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #000000;
  text-decoration: none;
  font: 16px/20px "Gilroy-Regular", Verdana;
}

a:hover {
  text-decoration: none;
}

.cl:after, .materials:after, .c_content:after, .content:after, .b1_block:after {
  content: "";
  display: block;
  clear: both;
}

.g-recaptcha{
   transform:scale(0.8);
  -webkit-transform:scale(0.8);
   transform-origin:0 0;
  -webkit-transform-origin:0 0;
   
}

	.whatsap  {background: url(../images/whatsap.png) left center no-repeat;
	float: left;
    padding-left: 35px;
    width: 43px;
    height: 50px;
    margin: 14px 0 0 20px;
}

.img_plan {float: right;}

.c_head_plan {
	margin-top: 20px;
    font-size: 36px;
    line-height: 40px;
    color: #333;
    font-family: "Gilroy-Bold";
    margin-bottom: 30px;
    display: block;
    font-weight: normal;
    text-align: left;
}

.p_text_plan {
	    max-width: 519px;
    margin-bottom: 20px;
    line-height: 24px;
}


.plan_block {float: left;}


.type {
	font-family: "Gilroy-Bold";
	line-height: 24px;
}

.type2 {
	    color: #808080;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  outline: none;
  resize: none;
  oveflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
.c_content, .content, .b1_block {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

header {
  position: relative;
  z-index: 5;
}

.b1_wrap {
  height: 657px;
  background: url(../images/b1.webp) center top no-repeat;
  padding-top: 160px;
  margin-top: -20px;
}

.b1_block {
  width: 100%;
  max-width: 1000px;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 15px;
  text-align: center;
}

h1 {
  font-weight: normal;
  color: #fff;
  font-size: 50px;
  line-height: 54px;
  text-transform: uppercase;
  font-family: "Gilroy-ExtraBold";
}

.b1_text_1 {
  font-size: 50px;
  line-height: 54px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 8px;
}

.b1_text_2 {
  display: inline-block;
  max-width: 670px;
  color: #fff;
  font-size: 30px;
  line-height: 42px;

  padding-top: 15px;
  margin: 15px 0;
}
.b1_text_2:before {
  display: block;
  content: "";
  width: 126px;
  height: 1px;
  background: #FF6600;
  margin: 0 auto 15px;
}

.b2_wrap {
  height: 657px;
  background: url(../images/b2.webp) center top no-repeat;
  position: relative;
}
.b2_wrap:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 48%;
  transform: translateX(-2820px);
  top: 0;
}

.b2_block {
  max-width: 45%;
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
.b2_block p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gilroy-Light";
}

.b2_head {
  font-size: 36px;
  line-height: 40px;
  font-family: "Gilroy-Bold";
  color: #fff;
  margin-bottom: 40px;
}

.c_content {
  padding: 70px 15px;
}

/* Slider */
.slider_block {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.slider_block img {
  display: block;
}

.bx-controls {
  height: 0px;
}

/* DIRECTION CONTROLS (NEXT / PREV) for bxslider */
a.bx-prev, a.bx-next {
  display: block;
  position: absolute;
  z-index: 2;
  width: 55px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
}
a.bx-prev:hover, a.bx-next:hover {
  background: black;
}
a.bx-prev:after, a.bx-next:after {
  display: block;
  content: "";
  width: 21px;
  height: 43px;
  background: url(../images/arr.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

a.bx-prev {
  left: 0;
}

a.bx-next {
  right: 0;
}
a.bx-next:after {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}

/* end of Slider */
.c_head {
  font-size: 36px;
  line-height: 40px;
  color: #333;
  font-family: "Gilroy-Bold";
  margin-top: 70px;
  margin-bottom: 30px;
}

.a_item {
  display: table;
  width: 100%;
  min-height: 90px;
  position: relative;
  padding-left: 90px;
  margin-bottom: 10px;
}
.a_item > img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.a_item .ai_text {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 27px;
  color: #333;
}
.a_item .ai_text > span {
  font-family: "Gilroy-Bold";
}

.m_item {
  display: block;
  width: 50%;
  max-width: 567px;
  float: left;
  position: relative;
  transition: 0.3s;
}
.m_item:hover {
/*  filter: alpha(Opacity=70);
  opacity: 0.7; */
}
.m_item img {
  display: block;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 10px;
}

.mi_text {display: none !important;}

.mi_text {
  display: block;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(0, 0, 0, 0.7);
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 40px 10px 30px;
}
.mi_text:after {
  display: block;
  content: "";
  width: 1px;
  height: 22px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.mi_text > span {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #c6c6c6;
  margin-top: 14px;
}

.bot_wrap {
  height: 700px;
  background: url(../images/bot3.webp) center top no-repeat;
}

.bot_block {
  max-width: 500px;
  padding-top: 60px;
  background: rgba(0, 0, 0, 0.4);
    padding: 45px 40px;
}

.bb_head {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  font-family: "Gilroy-Bold";
}

.bb_text {
  color: #fff;
  line-height: 30px;
  margin: 15px 0;
  line-height: 24px;
  margin-bottom: 30px;
}

.bb_text a {
  color: #fff;
  line-height: 30px;
  margin: 15px 0;
  line-height: 24px;
  margin-bottom: 30px;
  text-decoration: underline;
}

.bb_text:hover a {
  text-decoration: none;
}

.bf_input {
  max-width: 458px;
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 20px;
  position: relative;
}
.bf_input > img {
  display: block;
  width: 26px;
  height: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.bf_input > input {
  display: block;
  width: calc(100% - 25px);
  height: 56px;
  padding: 0 30px;
  font-size: 17px;
  color: #fff;
  background: none;
}

.capcha {
  margin: 20px 0;
}
.capcha > img {
  display: block;
}

.bf_submit {
  display: block;
  width: 270px;
  height: 58px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  background: #f60;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 58px;
  font-family: "Gilroy-Bold";
  transition: 0.3s;
  cursor: pointer;
}
.bf_submit:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

/* MEDIA QUERIES*/

@media only screen and (max-width: 1015px) {

.plan_block {
	float: none;
    margin: 0 auto;
    width: 519px;
	margin-bottom: 20px;
	}
	
	.img_plan {float: none;
	margin: 0 auto;
	width: 519px;}
	
}

@media only screen and (max-width: 1000px) {
	
  .b2_wrap {
    height: auto;
  }
  .b2_wrap:before {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }

  .b2_block {
    max-width: 100%;
    padding: 30px 0;
  }

  .mi_text {
    width: 100%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    font-size: 33px;
    line-height: 37px;
  }

  .bot_wrap {
    height: auto;

    padding: 50px 0 50px;
  }

  .bot_block {
    margin: 0 auto;
  }
}
/*1000*/
@media only screen and (max-width: 770px) {
	
	
	.m_item img {
  display: block;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
	
  .b1_wrap {
    height: auto;
    padding: 60px 0;
  }

  h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .b1_block {
    padding: 20px 15px;
  }

  .b1_text_1 {
    font-size: 30px;
    line-height: 34px;
  }

  .b1_text_2 {
    font-size: 17px;
    line-height: 26px;
  }

  .b2_block p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .b2_head {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 15px;
  }

  .c_content {
    padding: 50px 15px;
  }

  .c_head {
    margin: 30px 0;
    font-size: 28px;
    line-height: 37px;
  }

  .a_item .ai_text {
    font-size: 14px;
    line-height: 23px;
  }
}
/*770*/
@media only screen and (max-width: 570px) {
	
	.m_item img {
  display: block;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
	
	.bot_block {
		background: none;
		padding: 0px;
	}
	
		.m_item {
  float: none;
  width: 100%;
  padding: 0px 5px 0px 5px;

}
	
	
	.plan_block {
	float: none;
    margin: 0 auto;
    width: 360px;
	margin-bottom: 20px;
	}
	
	.img_plan {float: none;
	margin: 0 auto;
	width: 360px;}
	
  .materials {
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }
  }
  

@media only screen and (max-width: 500px) {
	
  .slider_block {
    height: auto;
    width: calc(100% + 30px);
    transform: translateX(-15px);
    margin: 0 auto;
  }

  a.bx-prev, a.bx-next {
    width: 40px;
  }

  .bb_head {
    font-size: 33px;
    line-height: 38px;
  }

  .bb_text {
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0;
  }
  
  .plan_block {
    width: 100%;
	}
	
	.img_plan {
    width: 100%;
	}
  
}



/*# sourceMappingURL=style.css.map */
