body {
  font-family: "Fontfabric-MullerRegular", sans-serif;
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised;
  overflow-x: hidden;
  color: #000;
}

.header {
  background-image: url(../img/1-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.header .content {
  margin-top: 107px;
}

.header .content h1 {
  font-family: "Fontfabric-MullerBlack";
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 46px;
}

.header .content h1 span {
  color: #f0b670;
}

.header .content p {
  color: #fff;
  font-size: 19px;
  margin-bottom: 37px;
}

.header .content .quote_box {
  width: 755px;
  height: 150px;
  background-color: #e8c494;
  margin-left: auto;
  margin-top: 92px;
  padding: 60px 38px 20px;
  background-repeat: no-repeat;
  background-size: 125px;
  background-position: 35px 20px;
  background-image: url(../img/guarantee-certificate.svg);
  text-transform: uppercase;
  color: #fff;
  font-family: "Fontfabric-MullerBold";
  position: relative;
}

.header .content .quote_box:after {
  content: "";
  position: absolute;
  background-image: url(../img/r1.png);
  width: 1066px;
  background-size: contain;
  height: 764px;
  right: calc(0% - 413px);
  bottom: 0;
}

.header .content .quote_box:before {
  content: "";
  border: 15px solid transparent;
  border-right: 25px solid #e8c494;
  border-bottom: 15px solid #e8c494;
  position: absolute;
  top: calc(0% - 15px);
  left: calc(39% - 12px);
}

.top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 35px;
  position: relative;
  z-index: 9;
}

.top_line .box_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top_line .box_name span {
  font-family: "Fontfabric-MullerLight";
  font-size: 18px;
  color: #fff;
}

.top_line .box_name span.bold {
  font-size: 20px;
  font-family: "Fontfabric-MullerBlack";
  line-height: 1;
}

.top_line .tel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.top_line .tel_box a.tel {
  text-decoration: none;
  color: #fff;
  font-family: "Fontfabric-MullerBold";
  font-size: 25px;
  line-height: 1;
}

.top_line .tel_box a.callback {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top_line .tel_box a.callback:hover {
  color: #f0b670;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top_line .tel_box a.callback:visited {
  outline: none;
}

.top_line .tel_box a.callback:focus {
  outline: none;
  outline-ofset: 0px;
}

a:hover {
  outline: none !important;
}

a:visited {
  outline: none !important;
}

a:focus {
  outline: none !important;
  outline-ofset: 0px !important;
}

button.btn_orange,
a.btn_orange {
  border: none;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  width: 305px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 80px;
  font-size: 19px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 56px -9px #fed190;
  box-shadow: 0px 0px 56px -9px #fed190;
  background: -webkit-linear-gradient(top, #ffd292 1%, #c58941 100%);
}

button.btn_orange:hover,
a.btn_orange:hover {
  -webkit-box-shadow: 0px 0px 38px -1px #fed190;
  box-shadow: 0px 0px 38px -1px #fed190;
  background: -webkit-gradient(linear, left top, left bottom, from(#c58941), to(#ffd292));
  background: -webkit-linear-gradient(top, #c58941 0%, #ffd292 100%);
  background: -o-linear-gradient(top, #c58941 0%, #ffd292 100%);
  background: linear-gradient(to bottom, #c58941 0%, #ffd292 100%);
}

.section1 {
  padding: 83px 0;
  background-image: url(../img/2-background.jpg);
  background-position: top center;
  background-size: cover;
}

.section1 h2 {
  font-family: "Fontfabric-MullerBlack";
  color: #333333;
  text-transform: uppercase;
  font-size: 34px;
}

.section1 .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section1 .text_wrap p {
  color: #333333;
  font-family: "Fontfabric-MullerMedium";
  font-size: 25px;
  margin-bottom: 0;
  margin-right: 45px;
}

.section1 .text_wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section1 .text_wrap .item .hr {
  width: 47px;
  height: 1px;
  background-color: #ab8c65;
  margin-right: 15px;
}

.section1 .text_wrap .item span {
  font-family: "Fontfabric-MullerLight";
  font-size: 15px;
  margin-right: 15px;
}

.section1 .text_wrap .item img {
  width: 30px;
  height: 30px;
}

.section1 .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 57px;
}

.section1 .box1 .img_box {
  width: 267px;
  height: 312px;
}

.section1 .box1 .img_box img {
  width: 100%;
  height: auto;
}

.section1 .box1 .text_box .item1 {
  padding-left: 56px;
}

.section1 .box1 .text_box .item1 p {
  padding-left: 42px;
  margin-top: 12px;
  line-height: 1.5;
}

.section1 .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section1 .box2 .item {
  width: 50%;
  position: relative;
}

.section1 .box2 .item .title {
  margin-top: 43px;
}

.section1 .box2 .item .title p {
  margin-bottom: 0;
  padding-left: 42px;
  margin-top: 17px;
}

.section1 .box2 .item .img_box {
  position: absolute;
  top: 0;
}

.section1 .box2 .item .img_box.img1 {
  top: -61px;
  left: 102px;
  width: 270px;
}

.section1 .box2 .item .img_box.img2 {
  right: 0;
  width: 270px;
  top: 33px;
}

.section1 .box2 .item .img_box.img3 {
  width: 270px;
  top: 135px;
  right: 94px;
}

.section1 .box2 .item .img_box img {
  width: 100%;
  height: auto;
}

.gradient_text {
  font-size: 30px;
  background: -webkit-linear-gradient(top, #ffd292 1%, #c58941 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.gradient_text span {
  font-size: 32px;
  font-family: "Fontfabric-MullerMedium";
}

.gradient_text span.yers {
  font-size: 70px;
  line-height: 0.9;
  font-family: "Fontfabric-MullerHeavy";
}

.list_box p {
  padding-left: 42px;
  font-size: 19px;
  margin-top: 24px;
  margin-bottom: 0;
}

.list_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list_box ul li {
  padding-left: 42px;
  margin-bottom: 4px;
  position: relative;
}

.list_box ul li:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #ab8c65;
  border-radius: 50%;
}

.item2_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
}

.item2_social .hr {
  width: 35px;
  height: 1px;
  background-color: #ab8c65;
  margin-right: 22px;
  margin-top: 9px;
}

.item2_social .text span {
  font-size: 14px;
}

.item2_social .text .soc a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.item2_social .text .soc a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 20px 1px #f8ca88;
  box-shadow: 0px 0px 20px 1px #f8ca88;
}

.item2_social .text .soc a img {
  width: 100%;
}

.section2 {
  padding-top: 93px;
  background-image: url(../img/3-background.jpg);
  background-position: top center;
  background-size: cover;
  padding-bottom: 88px;
  position: relative;
}

.section2 .content {
  padding-left: 385px;
  position: relative;
}

.section2 .content:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  left: calc(0% - 190px);
  bottom: calc(0% - 87px);
  background-image: url(../img/r2.png);
  width: 675px;
  height: 530px;
}

.section2 .content h2 {
  font-family: "Fontfabric-MullerHeavy";
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  margin-top: 0;
  line-height: 1.2;
}

.section2 .content h2 span {
  text-transform: none;
  font-size: 25px;
  font-family: "Fontfabric-MullerRegular";
}

.section2 .content .text {
  padding-left: 105px;
  margin-top: 27px;
}

.section2 .content .text span {
  color: #fff;
}

.section2 .content .text p {
  font-family: "Fontfabric-MullerBlack";
  color: #fff;
  margin-bottom: 0;
  font-size: 25px;
  margin-top: 23px;
}

.section2 div.to_bot {
  width: 200px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/to_bot.png);
  position: absolute;
  bottom: calc(0% - 280px);
  left: calc(50% - 117px);
}

.section3 {
  background-position: top center;
  padding-bottom: 62px;
  padding-top: 90px;
  overflow: hidden;
  background-color: #fff;
}

.section3 .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section3 .title_wrap .gradient_text {
  margin-right: 35px;
}

.section3 .title_wrap .gradient_text span.yers {
  font-size: 75px;
}

.section3 .title_wrap .title h2 {
  font-family: "Fontfabric-MullerHeavy";
  color: #333333;
  margin: 0;
  text-transform: uppercase;
  font-size: 34px;
}

.section3 .title_wrap .title p {
  font-family: "Fontfabric-MullerRegular";
  font-size: 24px;
  margin-bottom: 20px;
}

.section3 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  position: relative;
}

.section3 .box_wrap:after {
  content: "";
  background-image: url(../img/sad-man.png);
  width: 568px;
  height: 614px;
  position: absolute;
  background-repeat: no-repeat;
  right: -195px;
  bottom: calc(0% - 142px);
  background-size: contain;
}

.section3 .box_wrap .box_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 25px;
}

.section3 .box_wrap .box_line.line2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section3 .box_wrap .box {
  width: 90%;
  margin-bottom: 35px;
}

.section3 .box_wrap .box .title {
  font-family: "Fontfabric-MullerBold";
  font-size: 19px;
  line-height: 1.5;
}

.section3 .box_wrap .box .text {
  font-size: 14px;
  line-height: 1.4;
}

.section4 {
  padding-top: 85px;
  background-image: url(../img/5-background.jpg);
  background-position: top center;
  background-size: cover;
}

.section4 h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Fontfabric-MullerHeavy";
  margin: 0;
  font-size: 34px;
  line-height: 1.4;
}

.section4 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 14px;
  padding-left: 255px;
}

.section4 .box_wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33%;
}

.section4 .box_wrap .box .text_box {
  color: #fff;
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.2;
}

.section4 .box_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 57px;
}

.section4 .box_wrap2 .text_block {
  color: #fff;
  font-family: "Fontfabric-MullerBlack";
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 30px;
  line-height: 1.7;
  width: 290px;
  margin-right: 33px;
}

.section4 .box_wrap2 .box {
  width: 255px;
  min-height: 210px;
  margin-right: 25px;
  border: 5px solid #f5cc92;
  padding: 8px 12px;
  margin-bottom: 97px;
}

.section4 .box_wrap2 .box:last-child {
  margin-right: 0;
}

.section4 .box_wrap2 .box span.number {
  font-family: "Fontfabric-MullerHeavy";
  color: #7b7f82;
  font-size: 65px;
  line-height: 1;
}

.section4 .box_wrap2 .box p {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}

.section5 {
  background-image: url(../img/6-background.jpg);
  background-position: bottom;
  background-size: cover;
  padding-bottom: 280px;
}

.section5 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 103px;
}

.section5 .box_wrap .box {
  position: relative;
}

.section5 .box_wrap .box:after {
  content: "";
  position: absolute;
  background-image: url(../img/38.png);
  width: 900px;
  height: 464px;
  right: calc(0% - 896px);
  bottom: -159px;
  background-size: contain;
  background-repeat: no-repeat;
}

.section5 .box_wrap .box h2 {
  font-family: "Fontfabric-MullerHeavy";
  text-transform: uppercase;
  margin-top: 0;
  font-size: 34px;
  line-height: 1.2;
}

.section5 .box_wrap .box p {
  font-size: 24px;
  margin-bottom: 54px;
}

.section5 .box_wrap .box a.btn_orange {
  width: 388px;
}

.section6 {
  background-image: url(../img/7-background.jpg);
  background-position: 260px 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 55px;
}

.section6 .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section6 .title_wrap .gradient_text {
  margin-right: 35px;
}

.section6 .title_wrap .gradient_text span.yers {
  font-size: 75px;
}

.section6 .title_wrap .title h2 {
  font-family: "Fontfabric-MullerHeavy";
  color: #333333;
  margin: 0;
  text-transform: uppercase;
  font-size: 34px;
}

.section6 .title_wrap .title p {
  font-family: "Fontfabric-MullerRegular";
  font-size: 24px;
  margin-bottom: 20px;
}

.section6 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 60%;
  margin-top: 30px;
}

.section6 .box_wrap .item1 {
  margin-bottom: 40px;
}

.section6 .box_wrap .item1 .title {
  font-family: "Fontfabric-MullerBold";
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 9px;
}

.section6 .box_wrap .item1 .text {
  font-size: 15px;
  line-height: 1.3;
}

.section6 .box_wrap .item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  margin-bottom: 70px;
}

.section6 .box_wrap .item2.item_bot {
  margin-bottom: 40px;
}

.section6 .box_wrap .item2 img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.section6 .box_wrap .item2 .text {
  font-family: "Fontfabric-MullerBold";
  color: #a08159;
  text-transform: uppercase;
  font-size: 15px;
}

.container {
  position: relative;
}

.container .line_string {
  position: absolute;
  width: 1px;
  opacity: .1;
}

.container .line_string.line1 {
  top: 0px;
  height: 560px;
  background-image: url(../img/string.png);
}

.container .line_string.line2 {
  top: -50px;
  left: 283px;
  height: 560px;
  background-image: url(../img/string.png);
}

.container .line_string.line3 {
  top: -50px;
  left: 573px;
  height: 560px;
  background-image: url(../img/string.png);
}

.container .line_string.line4 {
  top: -50px;
  right: 305px;
  height: 560px;
  background-image: url(../img/string.png);
}

.container .line_string.line5 {
  top: -50px;
  right: 13px;
  height: 560px;
  background-image: url(../img/string.png);
}

.container .line_string.line6 {
  top: -65px;
  height: 520px;
  opacity: .4;
  background-color: #f8f8f8;
}

.container .line_string.line7 {
  top: -65px;
  left: 283px;
  height: 520px;
  opacity: .4;
  background-color: #f8f8f8;
}

.container .line_string.line8 {
  top: -65px;
  left: 573px;
  height: 520px;
  opacity: .4;
  background-color: #f8f8f8;
}

.container .line_string.line9 {
  top: -65px;
  right: 305px;
  height: 520px;
  opacity: .4;
  background-color: #f8f8f8;
}

.container .line_string.line10 {
  top: -65px;
  right: 13px;
  height: 520px;
  opacity: .4;
  background-color: #f8f8f8;
}

.container .line_string.line11 {
  top: 0px;
  height: 825px;
  background-image: url(../img/string.png);
}

.container .line_string.line12 {
  top: 0px;
  height: 645px;
  background-image: url(../img/string.png);
}

.container .line_string.line13 {
  top: 0px;
  left: 283px;
  height: 660px;
  background-image: url(../img/string.png);
}

.container .line_string.line14 {
  top: 0px;
  left: 573px;
  height: 660px;
  background-image: url(../img/string.png);
}

.container .line_string.line15 {
  top: 0px;
  right: 305px;
  height: 660px;
  background-image: url(../img/string.png);
}

.container .line_string.line16 {
  top: 0px;
  right: 13px;
  height: 660px;
  background-image: url(../img/string.png);
}

.section7 {
  min-height: 890px;
  background-image: url(../img/8-background.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 25px;
}

.section7 h2 {
  margin-top: 95px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Fontfabric-MullerHeavy";
  font-size: 33px;
}

.section7 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
}

.section7 .box_wrap .box {
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  padding-left: 29px;
  width: 265px;
}

.section7 .box_wrap .box:before {
  left: -37px;
  top: -18px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}

.section7 .box_wrap .box:nth-child(2) {
  margin-top: 53px;
  margin-right: 62px;
}

.section7 .box_wrap .box:nth-child(3) {
  margin-right: 18px;
}

.section7 .box_wrap .box:nth-child(4) {
  margin-top: 55px;
}

.section7 .box_wrap .box:nth-child(1):before {
  background-image: url(../img/li1.png);
  width: 80px;
  height: 220px;
}

.section7 .box_wrap .box:nth-child(2):before {
  background-image: url(../img/li2.png);
  width: 70px;
  height: 175px;
  left: -32px;
  top: -20px;
}

.section7 .box_wrap .box:nth-child(3):before {
  background-image: url(../img/li2.png);
  width: 70px;
  height: 175px;
  left: -32px;
  top: -16px;
}

.section7 .box_wrap .box:nth-child(4):before {
  background-image: url(../img/li3.png);
  width: 70px;
  height: 175px;
  left: -33px;
  top: -20px;
}

.section8 {
  padding-bottom: 96px;
}

.section8 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.section8 .content h2 {
  text-align: center;
  margin: 0;
  font-family: "Fontfabric-MullerHeavy";
  text-transform: uppercase;
  font-size: 34px;
}

.section8 .content p {
  text-align: center;
  font-size: 25px;
  margin-bottom: 60px;
}

.section8 .content a.btn_orange {
  width: 390px;
}

.section9 {
  height: 968px;
  background-image: url(../img/9-background.jpg);
  background-position: top center;
  background-size: cover;
  padding-top: 95px;
  position: relative;
}

.section9 h2 {
  margin: 0;
  color: #fff;
  font-family: "Fontfabric-MullerHeavy";
  text-transform: uppercase;
  font-size: 34px;
}

.section9 .content {
  position: relative;
}

.section9 .content .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/elips.png);
  height: 735px;
  width: 815px;
  left: 0;
  position: absolute;
  left: 4px;
  top: 57px;
  background-size: contain;
}

.section9 .content .box_wrap .line .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}

.section9 .content .box_wrap .line .box:hover .number {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 20px 1px #f8ca88;
  box-shadow: 0px 0px 20px 1px #f8ca88;
}

.section9 .content .box_wrap .line .box.one {
  right: 122px;
  top: 61px;
}

.section9 .content .box_wrap .line .box.two {
  right: 233px;
  top: 198px;
}

.section9 .content .box_wrap .line .box.three {
  right: 368px;
  top: 0px;
}

.section9 .content .box_wrap .line .box.four {
  left: 252px;
  top: 170px;
}

.section9 .content .box_wrap .line .box.five {
  left: 70px;
  top: 133px;
}

.section9 .content .box_wrap .line .box.six {
  left: 140px;
  bottom: 327px;
}

.section9 .content .box_wrap .line .box.seven {
  left: -69px;
  bottom: 186px;
}

.section9 .content .box_wrap .line .box.eight {
  left: 171px;
  bottom: 77px;
}

.section9 .content .box_wrap .line .box .number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 26px;
  color: #333333;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Fontfabric-MullerHeavy";
  background: -webkit-linear-gradient(top, #ffd292 1%, #c58941 100%);
}

.section10 {
  padding: 95px 0;
  background-image: url(../img/10-background.jpg);
  background-size: cover;
  background-position: center;
}

.section10 h2 {
  text-align: center;
  font-family: "Fontfabric-MullerHeavy";
  font-size: 34px;
  margin: 0;
  text-transform: uppercase;
}

.section10 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section10 .box_wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 28%;
  margin-bottom: 35px;
}

.section10 .box_wrap .box .img_box {
  margin-right: 12px;
}

.section10 .box_wrap .box .text {
  font-size: 18px;
}

.section11 {
  padding-top: 55px;
  padding-bottom: 80px;
}

.section11 .title h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-family: "Fontfabric-MullerHeavy";
  font-size: 34px;
}

.section11 .title .gradient_text {
/*  display: -webkit-inline-box;
  display: -ms-inline-flexbox;*/
  display: inline-block;
  font-size: 34px;
  margin: 0 11px;
}

.section11 .title p {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.8;
}

.section11 .rew_slider {
  margin-top: 57px;
  -webkit-box-shadow: 0px 0px 61.75px 3.25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 61.75px 3.25px rgba(0, 0, 0, 0.1);
}

.section11 .rew_slider .item {
  padding: 80px 95px;
  min-height: 498px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section11 .rew_slider .item .title {
  font-family: "Fontfabric-MullerBold";
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 1.4;
}

.section11 .rew_slider .item .rew {
  margin-bottom: 40px;
  font-size: 14px;
}

.section11 .rew_slider .item .bot_text {
  font-family: "Fontfabric-MullerBold";
}

.section11 .rew_slider .owl-nav {
  background: #eee;
  width: 130px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section11 .rew_slider .owl-nav .owl-prev {
  width: 50%;
  height: 100%;
  position: relative;
  background-image: url(../img/back2.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.section11 .rew_slider .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  height: 20px;
  width: 1px;
  background-color: #000;
}

.section11 .rew_slider .owl-nav .owl-prev:hover {
  background-image: url(../img/prev_hov.png);
  background-size: 11px;
}

.section11 .rew_slider .owl-nav .owl-next {
  width: 50%;
  height: 100%;
  background-image: url(../img/back2.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.section11 .rew_slider .owl-nav .owl-next:hover {
  background-image: url(../img/next.png);
  background-size: 11px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.section12 {
  background-image: url(../img/12-background.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 88px;
  padding-bottom: 68px;
}

.section12 .title {
  text-align: center;
}

.section12 .title h2 {
  font-size: 34px;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "Fontfabric-MullerHeavy";
}

.section12 .title p {
  font-size: 25px;
}

.section12 .feedback {
  margin-top: 38px;
}

.section12 .feedback .item {
  position: relative;
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
  padding: 75px 45px 25px;
  -webkit-box-shadow: 0px 0px 61.75px 3.25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 61.75px 3.25px rgba(0, 0, 0, 0.1);
}

.section12 .feedback .item:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  right: 60px;
  top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/right-quotes-symbol.svg);
}

.section12 .feedback .item .text {
  position: relative;
  z-index: 9;
  font-size: 15px;
}

.section12 .feedback .item .text.center {
  text-align: center;
}

.section12 .feedback .item .name {
  font-family: "Fontfabric-MullerBold";
  color: #a08159;
  text-align: center;
  margin-top: 30px;
}

.section12 .feedback .item .foto_box {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  top: calc(0% - 50px);
  left: calc(50% - 50px);
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.75);
}

.section12 .feedback .item .foto_box img {
  width: 100%;
  height: 100%;
  border-fit: cover;
}

.section12 .feedback.owl-carousel .owl-stage-outer {
  padding-top: 60px;
  padding-bottom: 30px;
}

.section12 .feedback .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section12 .feedback .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e5e5e5;
  margin: 0 5px;
}

.section12 .feedback .owl-dots .owl-dot.active {
  background-color: #f0b670;
}

.section12 .feedback .owl-prev {
  width: 55px;
  height: 45px;
  background-image: url(../img/arr1.png);
  position: absolute;
  top: calc(50% - 22.5px);
  left: 0;
}

.section12 .feedback .owl-prev:hover {
  background-image: url(../img/arr2.png);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.section12 .feedback .owl-next {
  width: 55px;
  height: 45px;
  background-image: url(../img/arr1.png);
  position: absolute;
  top: calc(50% - 22.5px);
  right: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.section12 .feedback .owl-next:hover {
  background-image: url(../img/arr2.png);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.section13 {
  background-image: url(../img/13-background.jpg);
  background-size: cover;
  background-position: center;
  padding: 95px 0;
}

.section13 .title {
  text-align: center;
}

.section13 .title h2 {
  font-size: 34px;
  font-family: "Fontfabric-MullerHeavy";
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.section13 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

.section13 .box_wrap .box {
  width: 40%;
}

.section13 .box_wrap .box .contacts {
  margin-top: 25px;
}

.section13 .box_wrap .box .contacts span {
  color: #fff;
  display: block;
  font-size: 21px;
  line-height: 1.2;
}

.section13 .box_wrap .box .contacts span.city {
  line-height: 1.4;
  font-family: "Fontfabric-MullerBold";
}

.section13 .box_wrap .box .info {
  margin-top: 87px;
}

.section13 .box_wrap .box .info p {
  font-family: "Fontfabric-MullerBold";
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 37px;
}

.section13 .box_wrap .box .info a.btn_orange {
  width: 388px;
}

.section13 .box_wrap .map {
  width: 57%;
  height: 385px;
  background-color: #fff;
}

.section13 .box_wrap .map #map {
  width: 100%;
  height: 100%;
}

.section14 {
  background-image: url(../img/14-background.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 95px;
  padding-bottom: 125px;
}

.section14 .title {
  text-align: center;
}

.section14 .title h2 {
  font-size: 34px;
  font-family: "Fontfabric-MullerHeavy";
  margin: 0;
  text-transform: uppercase;
}

.section14 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.section14 .wrapper .active .num {
  color: #333333;
  background: -webkit-linear-gradient(top, #ffd292 1%, #c58941 100%);
}

.section14 .wrapper .active .text {
  font-family: "Fontfabric-MullerBold";
  color: #a08159;
}

.section14 .wrapper .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 37%;
}

.section14 .wrapper .tabs .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 25px;
  position: relative;
}

.section14 .wrapper .tabs .tab:hover .num {
  background-color: #bfbfbf;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section14 .wrapper .tabs .tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #f5f2ee;
}

.section14 .wrapper .tabs .tab:last-child:after {
  display: none;
}

.section14 .wrapper .tabs .tab .num {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  margin-right: 20px;
  font-size: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "Fontfabric-MullerHeavy";
}

.section14 .wrapper .tabs .tab .text {
  text-transform: uppercase;
  font-size: 15px;
  color: #a08159;
}

.section14 .wrapper .tab_content {
  width: 60%;
  border-left: 1px solid #f5f2ee;
}

.section14 .wrapper .tab_item {
  display: none;
  padding-left: 20px;
}

.section14 .wrapper .tab_item .title_tab {
  font-family: "Fontfabric-MullerBold";
  font-size: 24px;
  line-height: 1;
}

.section14 .wrapper .tab_item .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section14 .wrapper .tab_item .img_wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.section14 .wrapper .tab_item .img_wrap .box .img_box {
  height: 80px;
}

.section14 .wrapper .tab_item .img_wrap .box .img_box img {
  display: block;
  margin: 0 auto;
}

.section14 .wrapper .tab_item .img_wrap .box .text {
  min-height: 20px;
  line-height: 1;
  font-size: 13px;
  text-align: center;
}

.section14 .wrapper .tab_item .img_wrap .hr {
  height: 1px;
  width: 50px;
  background-color: #e1c19a;
}

.section14 .wrapper .tab_item .img_wrap .hr:last-child:after {
  display: none;
}

.section14 .wrapper .tab_item:first-child {
  display: block;
}

.section14 .wrapper .tab_item .box_2 {
  margin-top: 35px;
}

.section14 .wrapper .tab_item .box_2 p.info {
  font-size: 14px;
  margin-bottom: 17px;
}

.section14 .wrapper .tab_item .box_2 p.info2 {
  font-size: 15px;
  margin-bottom: 17px;
}

.section14 .wrapper .tab_item .box_2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section14 .wrapper .tab_item .box_2 ul.list2 li {
  margin-bottom: 10px;
  font-size: 14px;
}

.section14 .wrapper .tab_item .box_2 ul li {
  padding-left: 25px;
  position: relative;
  font-size: 15px;
}

.section14 .wrapper .tab_item .box_2 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url(../img/list-ico.png);
  width: 16px;
  height: 13px;
}

.section14 .wrapper .tab_item .att_info {
  font-size: 15px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section14 .wrapper .tab_item .att_info .att_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 18px;
  border-radius: 50%;
  font-family: "Fontfabric-MullerHeavy";
  background: -webkit-linear-gradient(top, #ffd292 1%, #c58941 100%);
}

.section15 {
  background-image: url(../img/15-background.jpg);
  background-size: cover;
  background-position: top center;
  padding-top: 97px;
  padding-bottom: 95px;
}

.section15 .title {
  text-align: left;
}

.section15 .title h2 {
  font-size: 34px;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "Fontfabric-MullerHeavy";
  color: #fff;
}

.section15 .title p {
  font-size: 25px;
  color: #fff;
}

.section15 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}

.section15 .box_wrap .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section15 .box_wrap .box2 span.info {
  color: #fff;
  font-size: 13px;
  margin-bottom: 20px;
}

.section15 .box_wrap .box2 a.btn_orange {
  width: 388px;
}

.section15 .box_wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.section15 .box_wrap .box:nth-child(2) {
  margin-bottom: 0;
}

.section15 .box_wrap .box:nth-child(2) .text_box span.title {
  padding-right: 40px;
}

.section15 .box_wrap .box:nth-child(2) .text_box span.text {
  text-align: right;
}

.section15 .box_wrap .box .img_box {
  width: 255px;
}

.section15 .box_wrap .box .img_box img {
  width: 100%;
  height: auto;
}

.section15 .box_wrap .box .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section15 .box_wrap .box .text_box span.title {
  color: #f0b670;
  font-family: "Fontfabric-MullerBold";
  font-size: 19px;
  margin-bottom: 15px;
}

.section15 .box_wrap .box .text_box span.text {
  color: #fff;
  font-size: 15px;
}

.footer {
  background-color: #131a1e;
  padding-top: 25px;
  padding-bottom: 55px;
}

.footer .policy {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .policy a.privacy {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.footer .policy a.privacy:hover {
  text-decoration: underline;
}

.footer .policy a.criate {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.footer .policy a.criate:hover {
  text-decoration: underline;
}

.section_policy {
  padding-top: 40px;
}

.section_policy h3 {
  text-align: center;
  font-family: "Fontfabric-MullerBold";
  margin-bottom: 40px;
}

.section_policy p {
  font-size: 15px;
  margin-bottom: 20px;
}

.modal .modal-dialog .modal-content {
  border-radius: 0px;
  width: 470px;
  margin: 0 auto;
  padding: 20px 79px 50px;
}

.modal .modal-dialog .modal-content button.close {
  position: absolute;
  right: 26px;
  top: 18px;
  font-size: 30px;
  opacity: 1;
  color: #333333;
  font-family: "Fontfabric-MullerLight";
  outline: none;
  text-shadow: none;
}

.modal .modal-dialog .modal-content button.close:hover {
  opacity: .5;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal .modal-dialog .modal-content .modal-body .modal_title {
  text-align: center;
}

.modal .modal-dialog .modal-content .modal-body .modal_title h2 {
  text-transform: uppercase;
  font-family: "Fontfabric-MullerHeavy";
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 34px;
}

.modal .modal-dialog .modal-content .modal-body .modal_title p {
  margin-bottom: 0;
  font-size: 19px;
}

.modal .modal-dialog .modal-content .modal-body form {
  margin-top: 22px;
}

.modal .modal-dialog .modal-content .modal-body form input {
  width: 100%;
  outline: none;
  border: 1px solid #c9c9c9;
  padding: 20px 25px;
  margin-bottom: 20px;
}

.modal .modal-dialog .modal-content .modal-body form button {
  outline: none;
  margin-top: 5px;
}

#myModal3 .modal-dialog {
  width: 900px;
}

#myModal3 .modal-dialog .modal-content {
  width: 730px;
  height: 309px;
  background-image: url(../img/modal_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding: 20px 30px 50px;
}

#myModal3 .modal-dialog .modal-content .modal-body .modal_title {
  text-align: left;
}

#myModal3 .modal-dialog .modal-content .modal-body .item2_social {
  margin-top: 25px;
}

#myModal3 .modal-dialog .modal-content .modal-body .item2_social .text span {
  font-size: 15px;
  display: block;
  line-height: 1.4;
}

#myModal3 .modal-dialog .modal-content .modal-body .item2_social .text .soc {
  margin-top: 17px;
}

#myModal3 .modal-dialog .modal-content .modal-body .item2_social .text .soc a {
  width: 25px;
  height: 25px;
}

input:valid {
  border-color: green;
}

input:invalid {
  border-color: red;
}

.anchors {
  display: none;
}
