@charset "UTF-8";
@import url("/wp-content/themes/twentyfifteen/css/animate.css");
@import url("/wp-content/themes/twentyfifteen/css/font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Roboto:400,900,700,100");
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #777777;
  font: 400 16px/24px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2 {
  color: #FFF;
}

h1 {
  font: 100 40px/40px "Roboto", sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
}
h1 strong {
  font-weight: 900;
}

h2 {
  font: 400 60px/71px "Roboto", sans-serif;
  letter-spacing: -1.5px;
}

h3 {
  font: 400 48px/57px "Roboto", sans-serif;
  letter-spacing: -1.2px;
  text-align: center;
  color: #333333;
}

h4 {
  font: 400 30px/40px "Roboto", sans-serif;
  letter-spacing: -0.75px;
  color: #ed1d25;
}

h5 {
  font: 400 25px/30px "Roboto", sans-serif;
  letter-spacing: -1px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

blockquote {
  color: #FFF;
}
blockquote cite {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #ed1d25;
}
blockquote cite a:hover {
  color: #047CCD;
}
blockquote cite a:active {
  color: #035e9b;
}
blockquote q {
  display: inline-block;
  position: relative;
  font: 400 18px/30px "Roboto", sans-serif;
  padding: 0 100px;
}
blockquote q:before {
  position: absolute;
  content: '';
  background: url("/wp-content/themes/twentyfifteen/images/page-1_img10.png");
  width: 56px;
  height: 45px;
  top: -24px;
  left: 64px;
}
blockquote p {
  font-size: 14px;
  line-height: 14px;
  margin-top: 14px;
}
blockquote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
blockquote cite, blockquote img {
  margin-top: 43px;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: solid 1px #FFF;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
                       Main Layout
=========================================================*/
h2 + .row, h4 + p, h5 + p, * + .row_off, .off {
  margin-top: 15px;
}

.row + .row {
  margin-top: 20px;
}

.row + .row_off {
  margin-top: 10px;
}

h3 + p, [class*='icon-'] + h4 {
  margin-top: 34px;
}

p + .center {
  margin-top: 50px;
}

.social-list + hr {
  margin-top: 84px;
}

* + .copyright {
  margin-top: 76px;
}

.row_off1 {
  margin-top: 0;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}

/*==================  Backgrounds  ======================*/
.bg-default {
  background: #FFF;
}

.bg-primary {
  background: #e6e6e6;
}

/*==================    Colors    ======================*/
.color-primary {
  color: #a85100;
}
.color-primary a:hover {
  color: #047CCD;
}
.color-primary a:active {
  color: #035e9b;
}

.color-secondary {
  color: #333333;
}
.color-secondary a:hover {
  color: #047CCD;
}
.color-secondary a:active {
  color: #035e9b;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  text-transform: uppercase;
  display: inline-block;
  color: #FFF;
  font: 900 24px/24px "Roboto", sans-serif;
  padding: 18px 143px;
  background: #ed1d25;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
}
.btn:hover {
  background: #047CCD;
}
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================     Center    ======================*/
.center {
  text-align: center;
}

/*==================     ToTop     ======================*/
.toTop {
  font-size: 37px;
  line-height: 37px;
  color: #ed1d25;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #047CCD;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 530px;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (max-width: 1199px) {
  .thumb img {
    width: 100%;
    height: 100%;
  }
}
.thumb_overlay {
  position: absolute;
  width: 530px;
  height: 305px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #FFF;
  background: transparent;
}
@media (max-width: 1199px) {
  .thumb_overlay {
    width: 100%;
    height: 100%;
  }
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 20px "FontAwesome";
  line-height: 20px;
  margin-top: -10px;
  text-align: center;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(237, 29, 37, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ED1D25', endColorstr='#80ED1D25')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ED1D25', endColorstr='#80ED1D25');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  font-size: 30px;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
background: rgba(228, 172, 0, 0.55);
  padding: 31px 0 25px;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well {
  padding: 210px 0 118px;
}

.well__off {
  padding-top: 91px;
}

.well-1 {
  padding: 91px 0 105px;
}

.well-2 {
  padding: 80px 0 100px;
}

.well-3 {
  padding: 165px 0 137px;
}

/*==================    Txt Wrap   ======================*/
.txt-wrap {
  text-align: center;
  padding: 0 90px;
}

.txt-wrap__md {
  padding: 0 10px;
}

/*==================    Icon box   ======================*/
.box-icon:hover [class*='icon-'] {
  background: #b0b0b0;
}

[class*='icon-'] {
  position: relative;
  width: 148px;
  height: 148px;
  top: 0;
  left: 50%;
  margin-left: -74px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #c9c9c9;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[class*='icon-']:before {
  position: absolute;
  content: '';
  height: 85px;
  top: 0;
  left: 50%;
  margin-top: 34px;
}

.icon-1:before {
  background: url("/wp-content/themes/twentyfifteen/images/page-1_img01.png");
  width: 81px;
  margin-left: -40px;
}

.icon-2:before {
  background: url("/wp-content/themes/twentyfifteen/images/page-1_img02.png");
  width: 68px;
  margin-left: -34px;
}

.icon-3:before {
  background: url("/wp-content/themes/twentyfifteen/images/page-1_img03.png");
  width: 61px;
  margin-left: -30px;
}

/*==================    Box Wrap   ======================*/
.box-wr {
  position: relative;
  padding-left: 126px;
}
.box-wr:before {
  position: absolute;
  content: '';
  width: 104px;
  height: 104px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: -3px;
  left: 0;
  z-index: -1;
}
.box-wr:after {
  position: absolute;
  content: '';
  z-index: 0;
}

.icon_wr-1:after {
  width: 70px;
  height: 36px;

  top: 33px;
  left: 16px;
}

.icon_wr-2:after {
  width: 47px;
  height: 73px;

  top: 13px;
  left: 29px;
}

.icon_wr-3:after {
  width: 60px;
  height: 67px;

  top: 16px;
  left: 16px;
}

.icon_wr-4:after {
  width: 67px;
  height: 48px;

  top: 26px;
  left: 23px;
}
.icon_wr-1:before {

  background: url("/wp-content/themes/twentyfifteen/images/2.png");

}

.icon_wr-2:before {

  background: url("/wp-content/themes/twentyfifteen/images/4.png");
}

.icon_wr-3:before {
  background: url("/wp-content/themes/twentyfifteen/images/1.png");
}

.icon_wr-4:before {
  background: url("/wp-content/themes/twentyfifteen/images/3.png");

}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #333333;
  text-align: center;
  padding: 110px 0 171px;
  color: #FFF;
}
footer .copyright span {
  text-transform: uppercase;
}

/*================== Social List ======================*/
.social-list > li {
  display: inline-block;
}
.social-list > li a {
  height: 87px;
  width: 87px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 39px;
  line-height: 87px;
  color: #333333;
  background: #FFF;
}
.social-list > li a:hover {
  color: #ed1d25;
}
.social-list > li a:active {
  color: #c71017;
}
.social-list li + li {
  margin-left: 70px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
@media (max-width: 1199px) {
  .txt-wrap, .txt-wrap__md {
    padding: 0;
  }

  .off {
    margin-top: 0;
  }

  blockquote q {
    padding: 0;
  }
  blockquote q:before {
    top: -60px;
    left: 50%;
    margin-left: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h3 {
    font-size: 38px;
    line-height: 47px;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  blockquote q {
    padding: 0;
  }
  blockquote q:before {
    top: -60px;
    left: 50%;
    margin-left: -25px;
  }
  blockquote p {
    line-height: 20px;
  }

  h2 {
    font-size: 50px;
    line-height: 60px;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }

  h3 {
    font-size: 27px;
    line-height: 40px;
  }

  .row + .row {
    margin-top: 0;
  }

  [class*='well'], footer {
    padding: 30px 0;
  }

  .well-off {
    padding-top: 110px;
  }

  .social-list + hr, * + .copyright {
    margin-top: 30px;
  }

  .btn {
    padding: 18px;
    width: 100%;
    font-size: 20px;
  }

  .social-list li a {
    height: 50px;
    width: 50px;
    font-size: 25px;
    line-height: 50px;
  }
  .social-list li + li {
    margin-left: 20px;
  }

  .copyright {
    font-size: 14px;
  }
}

a.call_callme {
	cursor: pointer;
}
.col-sm-4.wow:hover {
	border: none !important;
}

.button_close {
	background: rgb(219, 219, 219) none repeat scroll 0% 0%;
width: 25px;
border-radius: 30px;
color: white;
height: 25px;
float: right;
position: relative;
text-align: center;
margin-top: -20px;
margin-right: 20px;font-weight: bold;
cursor: pointer;
}
.block_show {
	width:950px;
background:white;
border: 1px solid rgb(234, 234, 234);
box-shadow: 9px 7px 7px -5px rgb(134, 134, 134);
-webkit-box-shadow: 9px 7px 7px -5px #5b5b5b;
padding: 31px 0px 25px;z-index: 99;
position: fixed;
height: 90%;
top:20px;
overflow-y: auto;
margin: 0 auto;
left:0;
right:0;
}

.icon-100 {
position: relative;
width: 250px;
height: 250px;
top: 0;
left: 50%;
margin-left: -74px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: none !important;
}
.form_callme, .form_order {
display: none;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    width: 500px;
    margin: 0 auto;
	color: white;
	font-size: 20px;
}

.form_callme input, .form_order input,
.form_callme label, .form_order label,
.form_callme textarea, .form_order textarea {
width: 90%;
margin-left: 5%;
}  
.form_callme input, .form_order input,
.form_callme textarea, .form_order textarea {
border: 2px solid rgba(66,96,268,0.6);
border-radius: 5px;
padding: 5px;
background: white;
-webkit-box-shadow: 3px 3px 11px 0px rgba(130,149,245,1);
-moz-box-shadow: 3px 3px 11px 0px rgba(130,149,245,1);
box-shadow: 3px 3px 11px 0px rgba(130,149,245,1);
}

.form_callme form, .form_order form {
padding-bottom: 20px;
}
.form_callme input, .form_order input {
margin-bottom: 13px;
}
.form_callme .close_div, .form_order .close_div {
	text-align: right;
    padding-right: 15px;
    padding-top: 10px;
    font-size: 30px;
}
.form_callme .close_div .form_close, .form_order .close_div .form_close {
	cursor: pointer;
} 

.form_mask{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    top: 0;
    left: 0;
    z-index: 999;
}
.form_callme .title, .form_order .title {
	font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
	margin-bottom: 15px;
    line-height: 33px;
}

.modal_btn {
    background: #facc3e;
    padding: 10px;
    border-radius: 25px;
    width: 50%;
    margin-left: 25%;
    color: white;
    font-weight: 600;
    font-size: 20px;
    border: 2px solid rgba(66,96,268,0.6);
    -webkit-box-shadow: 3px 3px 11px 0px rgba(130,149,245,1);
    -moz-box-shadow: 3px 3px 11px 0px rgba(130,149,245,1);
    box-shadow: 3px 3px 11px 0px rgba(130,149,245,1);
    margin-top: 20px;
}
.old-price {
	margin: 0px;
    margin-bottom: 15px;
    color: lightgrey;
    text-decoration: line-through;
    font-size: 24px;
}
.st .phones {
	margin-top: -10px;
	margin-left: 30px;
	color: white;
}
a.show_modal_button{
    display: block;
    cursor: pointer;
    padding: 10px 20px;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fff48f; /* Old browsers */
    background: -moz-linear-gradient(top, #fff48f 0%, #f1da36 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff48f 0%,#f1da36 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff48f 0%,#f1da36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff48f', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
}
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    z-index: 98;
    display: none;
}