body, html {
  padding: 0;
  margin: 0;
  height: 100%;
  cursor: default;
}

html {
  overflow-y: scroll;
}

body {
  font-family: 'ProximaNova';
  font-size: 16px;
  line-height: 1;
}

.modal_form {
  padding: 0;
  margin: 0;
  display: none;
}

.modal_form .fancybox-close-small {
  width: 30px;
  height: 30px;
  background: url(../img/close.png) no-repeat center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: transparent;
  top: 10px;
  right: 10px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.modal_form .politic_form{
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.modal_form .politic_form a{
  color: #444;
  text-decoration: underline;
}
.modal_form .politic_form a:hover{
  text-decoration: none;
}

.modal_form .fancybox-close-small:hover {
  background: rgba(0, 0, 0, 0.1) url(../img/close.png) no-repeat center;
}

.modal_form .form_wrapper {
  background: #cccc33;
  text-align: center;
  width: 340px;
}

.modal_form .form_title {
  height: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  background: rgba(0, 0, 0, 0.1);
}

.modal_form .form_subtitle {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding: 25px 15px;
}

.modal_form .input_wrapper {
  padding-bottom: 15px;
}

.modal_form .input_wrapper input {
  width: 263px;
  height: 45px;
  background: #fff;
  border: none;
  border-top: 2px solid #ccc;
  padding: 0 20px;
}

.modal_form .input_wrapper input:focus {
  border-color: #99cc33;
}

.modal_form .button_wrapper {
  margin-top: 15px;
  position: relative;
}

.modal_form .button_wrapper .ajax-loader{
  position: absolute !important;
  top: 50% !important;
  right: 5px !important;
  margin-top: -8px;
}

.modal_form .button_wrapper input {
  width: 100%;
  height: 70px;
  font-size: 18px;
  color: #fff;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.modal_form .button_wrapper input:hover {
  background: rgba(0, 0, 0, 0.5);
}

.main_block_page {
  overflow: hidden;
}

.btn_style a {
  height: 45px;
  display: inline-block;
  border: 2px solid transparent;
  border-top-color: #dbdb71;
  background: #cccc33;
  line-height: 45px;
  padding: 0 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  outline: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.btn_style a:hover {
  background: transparent;
  border: 2px solid #fff;
}

.section_style {
  position: relative;
  z-index: 1;
}

.section_style .section_title {
  text-align: center;
  padding-bottom: 35px;
  position: relative;
  z-index: 2;
}

.section_style .section_title:after {
  content: '';
  display: block;
  width: 150px;
  height: 5px;
  background: url(../img/text_bg.jpg) top 35% center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
  z-index: 2;
}

.section_style .section_title span {
  font-size: 36px;
  font-weight: 900;
  background: url(../img/text_bg.jpg) center;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.footer_bg {
  background: #000 url(../img/footer_bg.png) no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

/*=================================================*/
/*		[	START Header	]		*/
/*=================================================*/
.page_header {
  border-bottom: 4px solid #cccc33;
  background: #000 url(../img/section1_bg.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.page_header:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #dbdb71;
}

.page_header .main_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
}

.page_header .logo a {
  display: inline-block;
}

.page_header .logo a img {
  max-width: 100%;
}

.page_header .nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.page_header .nav #navBtn {
  display: none;
  width: 270px;
  height: 42px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background: #cccc33;
  cursor: pointer;
}

.page_header .nav #navBtn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
  left: 120px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  z-index: 3;
}

.page_header .nav #navBtn span:nth-child(1) {
  top: 10px;
}

.page_header .nav #navBtn span:nth-child(2), .page_header .nav #navBtn span:nth-child(3) {
  top: 19px;
}

.page_header .nav #navBtn span:nth-child(4) {
  top: 28px;
}

.page_header .nav #navBtn.open span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}

.page_header .nav #navBtn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page_header .nav #navBtn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page_header .nav #navBtn.open span:nth-child(4) {
  top: 13px;
  width: 0%;
  left: 50%;
}

.page_header .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_header .nav ul li {
  padding: 0 15px;
}

.page_header .nav ul li.current-menu-item a {
  color: #fff !important;
}

.page_header .nav ul li.current-menu-item a:after {
  opacity: 1;
}

.page_header .nav ul li a {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 15px 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_header .nav ul li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.page_header .nav ul li a:hover {
  color: #cccc33;
}

.page_header .contacts_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page_header .contact_info {
  padding-right: 30px;
}

.page_header .contact_info .data {
  text-align: center;
}

.page_header .contact_info .data:first-child {
  padding-bottom: 10px;
}

.page_header .contact_info .data a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  outline: 0;
}

/*=================================================*/
/*		[	END Header	]		*/
/*=================================================*/
/*=================================================*/
/*		[	START Home Sub header	]		*/
/*=================================================*/
.home_subheader {
  background: url(../img/home_top_bg.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.home_subheader .section_content {
  padding: 244px 137px 50px 0;
  text-align: right;
  min-height: 500px;
  position: relative;
  z-index: 2;
}

.home_subheader .section_content.shadow_block {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}

.home_subheader .section_content.shadow_block span {
  text-shadow: 2px 2px 3px #555;
}

.home_subheader .section_content p {
  width: 100%;
}

.home_subheader .section_content span {
  display: block;
  background: url(../img/text_bg.jpg) center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 900;
}

.home_subheader .section_content span.small {
  font-size: 36px;
}

.home_subheader .section_content span.large {
  font-size: 72px;
}

.home_subheader .section_content span:nth-child(1) {
  padding-right: 190px;
}

.home_subheader .section_content span:nth-child(2) {
  padding-right: 190px;
}

.home_subheader .section_content span:nth-child(4) {
  padding-right: 320px;
}

/*=================================================*/
/*		[	END Home Sub header	]		*/
/*=================================================*/
/*=================================================*/
/*		[	START Objects section	]		*/
/*=================================================*/
.objects_section {
  padding: 55px 0 60px;
  position: relative;
  z-index: 10;
}

.objects_section.no_polygon:before {
  display: none;
}

.objects_section:before {
  content: '';
  display: block;
  background: url(../img/ellipse.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 63px;
  position: absolute;
  top: -62px;
  left: 0;
  z-index: 5;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.objects_section .objects_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding-top: 50px;
}

.objects_section .objects_list .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.objects_section .object_wrapper {
  padding: 0 15px;
  text-align: center;
}

.objects_section .object_wrapper:hover .icon {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.objects_section .object_wrapper .icon {
  padding-bottom: 19px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.objects_section .object_wrapper .icon img {
  max-width: 100%;
}

.objects_section .object_wrapper .title {
  color: #444;
  font-size: 18px;
  font-weight: 900;
}

/*=================================================*/
/*		[	END Objects	section ]		*/
/*=================================================*/
/*=================================================*/
/*		[	START Our Tools	]		*/
/*=================================================*/
.our_tools_section {
  background: #000 url(../img/section1_bg.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 115px 0;
}

.our_tools_section:after {
  content: '';
  display: block;
  background: url(../img/ellipse2.png) no-repeat center bottom;
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 58px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 5;
}

.our_tools_section:before {
  content: '';
  display: block;
  background: url(../img/ellipse2.png) no-repeat center bottom;
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 58px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 5;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.our_tools_section .section_title {
  position: relative;
  z-index: 2;
}

.our_tools_section .section_title:after {
  background: #fff;
}

.our_tools_section .section_title span {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.our_tools_section .about_tools {
  text-align: center;
  position: relative;
}

.our_tools_section .about_tools:before, .our_tools_section .about_tools:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}

.our_tools_section .about_tools:before {
  width: 230px;
  height: 200px;
  background: url(../img/tools1.png) no-repeat center;
  left: 0;
  top: -108px;
}

.our_tools_section .about_tools:after {
  width: 242px;
  height: 230px;
  background: url(../img/tools2.png) no-repeat center;
  top: 100%;
  right: 0;
  bottom: 0;
  margin-top: -125px;
}

.our_tools_section .about_tools .text {
  padding: 40px 90px 0;
  position: relative;
  z-index: 2;
}

.our_tools_section .about_tools .text p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.our_tools_section .about_tools .button_see_more {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

/*=================================================*/
/*		[	END Our Tools	]		*/
/*=================================================*/
/*=================================================*/
/*		[	START Our prices for services	]		*/
/*=================================================*/
.services_prices_section {
  position: relative;
  padding: 43px 0 45px;
  z-index: 10;
}

.services_prices_section.clear_padding {
  padding: 95px 0;
}

.services_prices_section.clear_padding:before {
  top: 325px;
}

.services_prices_section.clear_padding:after {
  top: 100px;
}

.services_prices_section:before, .services_prices_section:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}

.services_prices_section:before {
  width: 250px;
  height: 327px;
  background: url(../img/lemon.png) no-repeat center;
  left: 0;
  top: 275px;
}

.services_prices_section:after {
  width: 256px;
  height: 419px;
  background: url(../img/lemon2.png) no-repeat center;
  top: 100%;
  right: 0;
  top: 50px;
}

.services_prices_section .prices_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding-top: 48px;
  position: relative;
  z-index: 2;
}

.services_prices_section .prices_list .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.services_prices_section .prices_list .item:nth-child(1) .service_wrapper {
  background-color: #2da5da;
}

.services_prices_section .prices_list .item:nth-child(2) .service_wrapper {
  background-color: #009999;
}

.services_prices_section .prices_list .item:nth-child(3) .service_wrapper {
  background-color: #cccc33;
}

.services_prices_section .prices_list .item:nth-child(4) .service_wrapper {
  background-color: #99cc33;
}

.services_prices_section .service_wrapper {
  margin: 0 15px;
  height: 100%;
  text-align: center;
  padding: 0 0 70px;
  position: relative;
}

.services_prices_section .service_wrapper .title {
  height: 70px;
  background: rgba(0, 0, 0, 0.1);
  line-height: 70px;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.services_prices_section .service_wrapper .btn_ordering_services {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.services_prices_section .service_wrapper .btn_ordering_services a {
  height: 70px;
  display: inline-block;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  line-height: 70px;
  color: #fff;
  font-size: 18px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.services_prices_section .service_wrapper .btn_ordering_services a:hover {
  background: rgba(0, 0, 0, 0.4);
}

.services_prices_section .service_wrapper .description {
  padding: 30px 15px;
}

.services_prices_section .service_wrapper .description p {
  color: #fff;
  line-height: 24px;
  font-size: 14px;
}

.services_prices_section .service_wrapper .price_wrapper {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services_prices_section .service_wrapper .price_wrapper span {
  color: #fff;
}

.services_prices_section .service_wrapper .price_wrapper span.word_from {
  text-transform: uppercase;
  font-size: 30px;
}

.services_prices_section .service_wrapper .price_wrapper span.number {
  font-size: 48px;
  margin: 0 8px;
}

.services_prices_section .service_wrapper .price_wrapper span.currency {
  font-size: 14px;
  padding-top: 25px;
}

/*=================================================*/
/*		[	END Our prices for services	]		*/
/*=================================================*/
/*=================================================*/
/*		[	START Price Page section	]		*/
/*=================================================*/
.price_page_section {
  background: #000 url(../img/section2_bg.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 125px 0 130px;
}

.price_page_section:after {
  content: '';
  display: block;
  background: url(../img/ellipse2.png) no-repeat center bottom;
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 58px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 5;
}

.price_page_section:before {
  content: '';
  display: block;
  background: url(../img/ellipse2.png) no-repeat center bottom;
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 58px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 5;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.price_page_section .section_title {
  position: relative;
  z-index: 2;
  padding: 0 180px;
}

.price_page_section .section_title:after {
  display: none;
}

.price_page_section .section_title span {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.price_page_section .background_elements_wrap {
  position: relative;
  text-align: center;
}

.price_page_section .background_elements_wrap:before, .price_page_section .background_elements_wrap:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}

.price_page_section .background_elements_wrap:before {
  width: 405px;
  height: 251px;
  background: url(../img/girl.png) no-repeat center;
  left: 0;
  bottom: -113px;
}

.price_page_section .background_elements_wrap:after {
  width: 350px;
  height: 184px;
  background: url(../img/tools3.png) no-repeat center;
  right: 0;
  bottom: -125px;
}

.price_page_section .link_to_price_page {
  padding-top: 41px;
  position: relative;
  z-index: 3;
}

/*=================================================*/
/*		[	END Price Page section	]		*/
/*=================================================*/
/*=================================================*/
/*		[	START Our Services List	]		*/
/*=================================================*/
.services_section {
  padding: 44px 0 60px;
}

.services_section .services_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding-top: 50px;
}

.services_section .services_list .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66666%;
  -ms-flex: 0 0 16.66666%;
  flex: 0 0 16.66666%;
}

.services_section .service_wrapper {
  padding: 0 15px;
  text-align: center;
}

.services_section .service_wrapper:hover .icon {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.services_section .service_wrapper .icon {
  padding-bottom: 17px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.services_section .service_wrapper .icon img {
  max-width: 100%;
}

.services_section .service_wrapper .title {
  color: #444;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
}

/*=================================================*/
/*		[	END	 Our Services List ]		*/
/*=================================================*/
/*=================================================*/
/*		[	START Seo Text Section	]		*/
/*=================================================*/
.seo_text_section {
  padding: 60px 0;
}

.seo_text_section .seo_text {
  padding-top: 50px;
}

.text_page {
  text-align: justify;
}

.text_page p {
  color: #666;
  line-height: 24px;
  font-size: 16px;
}

.text_page strong,
.text_page h2,
.text_page h1 {
  color: #333;
}

.text_page h1,
.text_page h2 {
  font-weight: 700;
}

.text_page h1 {
  font-size: 28px;
}

.text_page h2 {
  font-size: 24px;
}

/*=================================================*/
/*		[	END Seo Text Section	]		*/
/*=================================================*/
/*=================================================*/
/*		[	START Contact Section	]		*/
/*=================================================*/
.contact_section {
  padding: 110px 0;
}

.contact_section:before {
  content: '';
  display: block;
  background: url(../img/ellipse.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 63px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 5;
}

.contact_section .section_title {
  position: relative;
  z-index: 2;
}

.contact_section .section_title:after {
  background: #fff;
}

.contact_section .section_title span {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.contact_section .contacts_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 70px;
}

.contact_section .contact_info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 290px;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
}

.contact_section .contact_item {
  padding-bottom: 25px;
}

.contact_section .contact_item:last-child {
  padding-bottom: 0;
}

.contact_section .contact_item .title {
  font-size: 14px;
  color: #cccc33;
  padding-bottom: 10px;
}

.contact_section .contact_item .data span,
.contact_section .contact_item .data a {
  font-size: 24px;
  color: #fff;
}

.contact_section .socila_links a {
  display: inline-block;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.contact_section .socila_links a:first-child {
  background: #999;
  margin-right: 15px;
}

.contact_section .socila_links a:last-child {
  background: #507299;
}

.contact_section .socila_links a:hover {
  background: #cccc33;
}

.contact_section .feedback_form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact_section .feedback_form .politic_form{
  color: #fff;
  padding-top: 10px;
}
.contact_section .feedback_form .politic_form a{
  color: #cccc33;
  text-shadow: 1px 1px 1px #111;
  text-decoration: underline;
}
.contact_section .feedback_form .politic_form a:hover {
  text-decoration: none;
}

.contact_section .form_wrapper .inputs_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 25px;
}

.contact_section .form_wrapper .input_wrapper input,
.contact_section .form_wrapper .input_wrapper textarea {
  width: 263px;
  height: 45px;
  border: none;
  border-top: 2px solid #ccc;
  padding: 0 20px;
  color: #c1c1c1;
  font-weight: 300;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.contact_section .form_wrapper .input_wrapper input:focus,
.contact_section .form_wrapper .input_wrapper textarea:focus {
  border-color: #cccc33;
}

.contact_section .form_wrapper .input_wrapper textarea {
  width: 100%;
  height: 150px;
  padding: 20px;
  resize: none;
}

.contact_section .form_wrapper .button_wrapper {
  text-align: right;
  padding-top: 30px;
}

.contact_section .form_wrapper .button_wrapper input {
  height: 45px;
  width: 165px;
  display: inline-block;
  border: 2px solid transparent;
  border-top-color: #dbdb71;
  background: #cccc33;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.contact_section .form_wrapper .button_wrapper input:hover {
  background: transparent;
  border: 2px solid #fff;
}

/*=================================================*/
/*		[	END	Contact Section ]		*/
/*=================================================*/
/*=================================================*/
/*		[	START Footer	]		*/
/*=================================================*/
.page_footer {
  background: rgba(0, 0, 0, 0.6);
}

.page_footer .main_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0;
}

.page_footer .nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page_footer .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_footer .nav ul li {
  padding: 0 15px;
}

.page_footer .nav ul li.current-menu-item a {
  color: #fff !important;
}

.page_footer .nav ul li.current-menu-item a:after {
  opacity: 1;
}

.page_footer .nav ul li a {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 15px 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_footer .nav ul li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.page_footer .nav ul li a:hover {
  color: #cccc33;
}

.page_footer .logo a,
.page_footer .studio_link a {
  display: inline-block;
}

.page_footer .logo a img,
.page_footer .studio_link a img {
  max-width: 100%;
}

.page_footer .copyright_wrapper {
  background: #000;
}

.page_footer .copyright_wrapper .copy_text {
  height: 28px;
}

.page_footer .copyright_wrapper .copy_text p {
  line-height: 28px;
  font-size: 12px;
  font-weight: 300;
  color: #8a8f9c;
  text-align: center;
  font-family: 'Roboto';
}

/*=================================================*/
/*		[	END Footer	]		*/
/*=================================================*/
/*=================================================*/
/*		[	START Contact Page	]		*/
/*=================================================*/
.contact_page {
  padding: 95px 0 40px;
}

.contact_page .contacts_wrapper {
  background: url(../img/contact_page_bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 48px;
}

.contact_page .contact_info {
  min-height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.contact_page .callcenter_bg {
  position: relative;
}

.contact_page .callcenter_bg img {
  max-height: 90%;
  max-width: 100%;
  display: block;
}

.contact_page .contacts_list {
  margin-left: 60px;
  position: relative;
  z-index: 3;
}

.contact_page .contact_item {
  padding-bottom: 40px;
}

.contact_page .contact_item:last-child {
  padding-bottom: 0;
}

.contact_page .contact_item .title {
  font-size: 18px;
  color: #fff;
  padding-bottom: 10px;
}

.contact_page .contact_item .data span,
.contact_page .contact_item .data a {
  font-size: 30px;
  color: #cccc33;
  font-weight: 700;
}

.contact_page .socila_links a {
  display: inline-block;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 22px !important;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.contact_page .socila_links a i {
  color: #fff;
}

.contact_page .socila_links a:first-child {
  background: #999;
  margin-right: 15px;
}

.contact_page .socila_links a:last-child {
  background: #507299;
}

.contact_page .socila_links a:hover {
  background: #cccc33;
}

/*=================================================*/
/*		[	END Contact Page	]		*/
/*=================================================*/
/*=================================================*/
/*		[	START About Us Page	]		*/
/*=================================================*/
.about_us_page {
  padding: 60px 0 40px;
}

.about_us_page .citations_section {
  background: #000 url(../img/section1_bg.png) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 48px;
}

.about_us_page .citations_section .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-top: 45px;
}

.about_us_page .citations_section .subtitle {
  color: #e0e0e0;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding-top: 25px;
}

.about_us_page .citations_section .citations_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 25px;
}

.about_us_page .citations_section .citations_wrapper .citation {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 0;
}

.about_us_page .citations_section .citations_wrapper .citation .photo {
  width: 230px;
  height: 230px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 230px;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  position: relative;
  border: 4px solid #cccc33;
  margin: 0 10px;
}

.about_us_page .citations_section .citations_wrapper .citation .photo img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.about_us_page .citations_section .citations_wrapper .citation:last-child {
  padding-left: 30px;
}

.about_us_page .citations_section .citations_wrapper .citation:first-child {
  padding-right: 30px;
}

.about_us_page .citations_section .content {
  text-align: center;
  color: #fff;
}

.about_us_page .citations_section .content .text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  position: relative;
}

.about_us_page .citations_section .content .text:after, .about_us_page .citations_section .content .text:before {
  content: '';
  display: block;
  width: 20px;
  height: 16px;
  background: url(../img/quote.png) no-repeat center;
  margin: 0 auto;
}

.about_us_page .citations_section .content .text:after {
  margin-top: 15px;
}

.about_us_page .citations_section .content .text:before {
  margin-bottom: 25px;
}

.about_us_page .citations_section .content .person_position {
  font-weight: 300;
  font-size: 14px;
  padding: 30px 0 40px;
}

.about_us_page .citations_section .content .quote {
  font-size: 24px;
  font-weight: 700;
}

.about_us_page .about_us_text {
  padding-top: 60px;
}

.about_us_page .about_us_text p {
  font-size: 18px;
}

.about_us_page .about_us_text h2 {
  margin-bottom: 25px;
}

/*=================================================*/
/*		[	END About Us Page	]		*/
/*=================================================*/
/*=================================================*/
/*		[	START Equipments 	]		*/
/*=================================================*/
.equipment_about_us_page {
  padding: 45px 0 55px;
}

.equipment_about_us_page .about_equipment {
  text-align: center;
  padding: 45px 120px 0;
}

.equipment_about_us_page .about_equipment p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}

.equipment_about_us_page .equipments_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
  padding-top: 35px;
}

.equipment_about_us_page .equipments_list .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.equipment_about_us_page .equipments_list .equipment_photo {
  padding: 0 15px;
}

.equipment_about_us_page .equipments_list .equipment_photo img {
  max-width: 100%;
  width: 100%;
}

/*=================================================*/
/*		[	END Equipments	]		*/
/*=================================================*/
/*=================================================*/
/*		[	START Page 404	]		*/
/*=================================================*/
.page_404 {
  padding: 100px 0 70px;
}

.page_404 .not_found_content {
  padding-top: 50px;
  text-align: center;
}

.page_404 .number {
  padding: 0 15px;
}

.page_404 .number img {
  max-width: 100%;
}

.page_404 .word_error {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100px;
  color: #cccc33;
}

.page_404 .instruction_text {
  color: #666;
  font-size: 30px;
  font-weight: 700;
  padding-top: 25px;
}

.page_404 .instruction_text a {
  color: #cccc33;
  position: relative;
  display: inline-block;
}

.page_404 .instruction_text a:hover:after {
  opacity: 0;
}

.page_404 .instruction_text a:after {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  background: #cccc33;
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  position: absolute;
  bottom: -3px;
  left: 0;
}

/*=================================================*/
/*		[	END	Page 404 ]		*/
/*=================================================*/
/*=================================================*/
/*		[	START Price Page	]		*/
/*=================================================*/
.price_list_section .price_list_wrapper {
  padding-top: 70px;
}

.price_list_section .price_list_wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.price_list_section .price_list_wrapper::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.price_list_section .price_list_wrapper::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #cccc33;
}

.price_list_section .price_list_wrapper .table_header {
  background: #cccc33 !important;
}

.price_list_section .price_list_wrapper .table_header th {
  height: 80px;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.price_list_section .price_list_wrapper .table_header th:nth-child(2), .price_list_section .price_list_wrapper .table_header th:nth-child(3), .price_list_section .price_list_wrapper .table_header th:nth-child(4) {
  width: 140px;
  padding: 0 10px;
  border-left: 5px solid #fff;
}

.price_list_section .price_list_wrapper .table_footer {
  background: #cccc33 !important;
  color: #fff;
}

.price_list_section .price_list_wrapper .table_footer td {
  text-align: center;
  vertical-align: middle;
  height: 80px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 0 !important;
}

.price_list_section .price_list_wrapper .table_footer td:nth-child(1) {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.price_list_section .price_list_wrapper .table_footer .service_price {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.price_list_section .price_list_wrapper .table_footer .service_price span {
  line-height: 40px;
  letter-spacing: -1px;
  text-transform: none;
}

.price_list_section .price_list_wrapper .table_footer .ordering_service a {
  display: block;
  height: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 40px;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.price_list_section .price_list_wrapper .table_footer .ordering_service a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.price_list_section .price_list_wrapper table tr:nth-child(odd) {
  background: #f0f0f0;
}

.price_list_section .price_list_wrapper table tr td {
  text-align: center;
  vertical-align: middle;
}

.price_list_section .price_list_wrapper table tr td:nth-child(1) {
  text-align: left;
  padding: 15px;
  color: #999;
}

.price_list_section .price_list_wrapper table tr td:nth-child(2), .price_list_section .price_list_wrapper table tr td:nth-child(3), .price_list_section .price_list_wrapper table tr td:nth-child(4) {
  width: 140px;
  padding: 0 10px;
  border-left: 5px solid #fff;
}

.price_list_section .price_list_wrapper table tr td.section_name {
  background: #cccc33 !important;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.price_list_section .price_list_wrapper table .included i {
  line-height: 40px;
  font-size: 18px;
  color: #cccc33;
}

.title a{
  text-decoration: underline;
  color: #fff;
}

.title a:hover{
  text-decoration: none;
  color: #fff;
}

/*=================================================*/
/*		[	END  Price Page	]		*/
/*=================================================*/
/*=================================================*/
/*		[	START	]		*/
/*=================================================*/
/*=================================================*/
/*		[	END	]		*/
/*=================================================*/

.service_wrapper .title a {
  color: #fff;
}


/*=================================================*/
/*		[	START Blog Page	]		*/
/*=================================================*/
.blog_page {
  padding: 70px 0 100px;
}

.blog_page .posts_list {
  padding-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog_page .post_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.blog_page .post_wrapper {
  padding: 0 15px 65px;
}

.blog_page .post_wrapper .post_phumbnail a {
  display: block;
}

.blog_page .post_wrapper .post_phumbnail a img {
  max-width: 100%;
  width: 100%;
}

.blog_page .post_wrapper .post_title {
  padding: 25px 0;
}

.blog_page .post_wrapper .post_title a {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.blog_page .post_wrapper .post_title a:hover {
  color: #cccc33;
}

.blog_page .post_wrapper .post_excerpt {
  line-height: 20px;
  font-size: 14px;
  color: #666;
}

.blog_page .post_wrapper .post_bottom_box {
  padding-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_page .post_wrapper .publication_date {
  font-size: 14px;
  font-weight: 300;
  color: #999;
}

.blog_page .post_wrapper .reab_more a {
  color: #cccc33;
  font-size: 16px;
  text-decoration: underline;
}

.blog_page .post_wrapper .reab_more a:hover {
  text-decoration: none;
}

.blog_page .show_more_posts,
.blog_page .back_to_posts {
  text-align: center;
}

.blog_page .show_more_posts a,
.blog_page .back_to_posts a {
  width: auto;
  padding: 0 25px;
  height: 45px;
}

.blog_page .show_more_posts a:hover,
.blog_page .back_to_posts a:hover {
  background: #fff;
  border: 2px solid #cccc33;
  color: #cccc33;
}

.blog_page .back_to_posts {
  text-align: left;
}

.blog_page .post_single_page {
  padding-top: 80px;
}

.blog_page .post_single_page .post_title {
  font-size: 30px;
  font-weight: 700;
  color: #333;
}

.blog_page .post_single_page .date_publication {
  font-size: 14px;
  color: #999;
  font-weight: 300;
  padding-top: 25px;
}

.blog_page .post_content {
  padding: 50px 0 70px;
  line-height: 24px;
  color: #999;
  letter-spacing: -.25px;
}

.blog_page .post_content h2 {
  color: #666;
  font-size: 24px;
  font-weight: 700;
}

.blog_page .post_content .alignleft {
  padding: 15px 30px 15px 0;
}

.blog_page .post_content .alignright {
  padding: 15px 0 15px 30px;
}

/*=================================================*/
/*		[	END Blog Page	]		*/
/*=================================================*/