/* Reset styles
*******************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  overflow-y: scroll;
  /* 1 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
  text-decoration: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Clearfix
*******************************/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}

/* Custom
*******************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

html, body {
  font-family: 'Open Sans', sans-serif;
}

.wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.wrap {
  max-width: 815px;
  margin: 0 auto;
  padding: 0;
}

.inner {
  position: relative;
}

p {
  font-size: 14px;
  color: #333333;
}

h2 {
  font-size: 43px;
  color: #333333;
  
}

h3 {
  font-size: 16px;
  color: #333333;
}

.color {
  color: #cc3333;
}

.upper {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

section,
footer {
  position: relative;
  padding: 60px 0;
  text-align: center;
  border-bottom: 1px dashed #f5e0e0;
}

.section-title {
  font-weight: 300;
}

/*
Header Style
*/

header.top-header {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
}

.header-bg-bottom {
  height: 1px;
  width: 100%;
  background-image: url(../images/header-bottom-line.png);
}

header .inner {
  position: relative;
  z-index: 2;
}

header .bg {
  position: relative;
  background-image: url(../images/beckground.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.background-overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(51, 51, 51, 0.65);
    z-index: 1;
}

.header-logo {
  float: left;
  display: inline-block;
  padding-top: 14px;
  padding-left: 15px;
  margin-right: 30px;
  line-height: 20px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.header-logo h3, 
.header-logo a {
  color: #fff;
}

header .phone {
  float: right;
  padding-top: 16px;
}

header .phone p {
  color: #fff;
  font-size: 16px;
}

.header-title {
  padding: 140px 0 63px;
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
}

.header-title .title {
  line-height: 58px;
  color: #fff;
}

.header-title .subtitle span {
  font-size: 25px;
}

.header-title .subtitle {
  box-sizing: border-box;
  max-width: 500px;
  padding: 12px 14px;
  margin: 0 auto;
  line-height: 24px;
  color: #fff;
}

.angle-down {
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}

.angle-down a {
  color: #fff;
}
/*
Navigation
*/

nav.top-nav {
  display: inline-block;
  margin: 0 auto;
}

nav ul li {
  float: left;
  font-size: 15px;
  box-sizing: border-box;
}

nav ul li a {
  padding: 16px 5px;
  color: #ffffff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  
}
nav ul li span {
  margin-left: 5px;
  padding-bottom: 15px;
  line-height: 50px;
}

nav ul li:hover span {
  color: #cc3333;
}

.fixed-menu {
  background-color: transparent;
  position: fixed;
  z-index: 5;
  width: 100%;
}

.fixed-menu .container {
  max-width: 980px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}

.fixed-menu.dark {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px dashed rgba(51, 51, 51, .2);
}

.fixed-menu.dark .header-logo {
  margin-top: -10px;
}

.fixed-menu.dark h3,
.fixed-menu.dark a,
.fixed-menu.dark p {
  color: #333333;
}

.fixed-menu.dark li.active a {
  color: #cc3333;  
}

#fixed-menu,
nav,
a,
img,
li {
  transition: all .3s;
  -moz-transition: all .3s; /* Firefox 4 */
  -webkit-transition: all .3s; /* Safari and Chrome */
  -o-transition: all .3s; /* Opera */
}

/*
SECTION PROGRESS
*/

.progress .section-title {
  margin-bottom: 50px;
}

.progress {
  background-color: #fff;
}

.progress .items {
  position: relative;
  box-sizing: border-box;
  width: 260px;
}

.progress .items p {
 line-height: 18px;
}

.progress .item {
  box-sizing: border-box;
  height: 94px;
  padding: 0 19px 0 59px;
  margin: 0;
  position: relative;
  display: table;
}

.progress .item .v-align {
  display: table-cell;
  vertical-align: middle;
}

.progress .items .fa-check-circle {
  position: absolute;
  top: 25px;
  left: 0;
  color: #cc3333;
}

.progress .left-items {
  float: left;
  display: inline-block;
}

.progress .right-items {
  float: right;
  display: inline-block;
}

.progress .right-items .item {
  padding: 0 0 0 78px;
}

.progress .right-items .fa-check-circle {
  position: absolute;
  left: 25px;
}

.progress .bg-girl img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*
SECTION WORKS
*/

.works .slider-container {
  margin: 25px auto;
  margin-bottom: 50px;
  max-width: 765px
}
.works .slider-container .overflow {
  position: relative;
  margin: 0 auto;
  max-width: 560px;
  height: 370px;
  border: 1px solid #cc3333;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.6);
  box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.6);
  cursor: pointer;
}
.works .slider-container .overflow .carousel-inner .item {
  width: 560px;
  height: 370px;
  overflow: hidden;
}

.works .slider-container .overflow .over-tabs .tab-content {
  width: 100%;
  height: 100%;
}

.works .fa-file-text-o {
  position: absolute;
  bottom: -30px;
  right: 150px;
  font-size: 18px;
  color: #cc3333;
}

.works .slider-subtitle {
  width: 200px;
  margin: 0 auto;
  margin-top: 90px;
}

.works .slider {
  position: relative;
}

#my_works .wrapper .slider-container img {
  max-width: 660px; !important
  height: auto;
}

.works ul#myTab {
  margin: 15px 0;
}

/*.works ul#myTab li {
  margin-left: 7px;
}

.works ul#myTab li:first-child {
  margin-left: 0px;
}*/

.works .nav-tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-tabs {
  border-bottom: none;
}

.works {
  padding-bottom: 150px;
}

.works .nav-tabs:before, .works .nav-tabs:after {
  display: none;
}

.works ul.nav li {
  width: 104px;
  height: 60px;
  box-sizing: border-box;
  border: 1px dashed #cc3333;
  margin-bottom: 10px;
}
.works ul.nav li a {
  font-size: 12px;
  line-height: 12px;
  padding: 5px;
  color: #666;
  height: 100%;
}

.works ul.nav li.active {
  width: 104px;
  height: 60px;
  box-sizing: border-box;
  background-color: #c33;
}

.works ul.nav li.active a {
  font-size: 12px;
  line-height: 12px;
  background-color: #c33;
  border: none;
  color: #fff;
}

/*
slider
*/

.works .slider-container .left.carousel-control,
.works .slider-container .right.carousel-control {
  position: absolute;
}

.works .slider-container .left.carousel-control span,
.works .slider-container .right.carousel-control span {
  display: none;
}

.works .slider-container a.left.carousel-control,
.works .slider-container a.right.carousel-control {
  background-image: none;
}

.works .slider-container .left.carousel-control {
  left: -90px;
  top: 110px;
}

.works .slider-container .right.carousel-control {
  right: -90px;
  top: 110px;
}

.works .slider-container .right.carousel-control:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  color: #cc3333;
  font-size: 130px;
  cursor: pointer;
  background-color: transparent;
}

.works .slider-container .left.carousel-control:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  color: #cc3333;
  font-size: 130px;
  cursor: pointer;
  background-color: transparent;
}

/*
SECTION design-project
*/

.design-project {
  padding-bottom: 80px;
}

.design-project .slider-container {
    margin: 25px auto;
    max-width: 100%;
}

.design-project .slider-container .overflow {
    position: relative;
    margin: 0 auto;
    max-width: 85%;
    height: 100%;
    border: 1px solid #cc3333;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.6);
    box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.6);
    cursor: pointer;
}

.design-project .slider-container a.left.carousel-control, .design-project .slider-container a.right.carousel-control {
    background-image: none;
}

.design-project .slider-container .left.carousel-control {
    left: -110px;
    top: 40%;
}

.design-project .slider-container .left.carousel-control:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    color: #cc3333;
    font-size: 130px;
    cursor: pointer;
    background-color: transparent;
}

.design-project .slider-container .left.carousel-control span, .design-project .slider-container .right.carousel-control span {
    display: none;
}

.design-project .slider-container .right.carousel-control:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    color: #cc3333;
    font-size: 130px;
    cursor: pointer;
    background-color: transparent;
}


.design-project .slider-container .right.carousel-control {
    right: -110px;
    top: 40%;
}

.design-project .slider-container .left.carousel-control, .design-project .slider-container .right.carousel-control {
    position: absolute;
}

.design-project .carousel-indicators {
    bottom: -60px;
}

.design-project .carousel-indicators li {
    background-color: rgb(226, 170, 170);
}

.carousel-indicators .active {
    background-color: #d14747!important;
}











/*
SECTION PRICE
*/

.price .flex-align {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 100px;
}
.price .price-item .fa-info-circle {
  position: absolute;
  z-index: 0;
  right: 0px;
  bottom: -5px;
  cursor: pointer;
}

.price .price-item .fa-info-circle:hover {
  background-color: transparent;
  color: #000;
}

.price .price-item {
  position: relative;
  display: inline-block;
  width: 205px;
  margin-top: 65px;
}

.price .price-item-title {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(204, 51, 51, 0.43);
}

.price .price-subtitle {
  position: relative;
  z-index: <1></1>0;
  text-align: left;
}

.price .price-item .overflow {
  position: relative;
  z-index: -1;
  width: 204px;
  height: 134px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 10px;
}

.price .price-item .overflow img.item-image {
  position: relative;
  top: -2px;
  left: -1px;
  width: 206px;
  height: 137px;
}

.price a.popup.button {
  padding: 10px 15px;
  background-color: #cc3333;
  border: 1px dashed #fff;
  border-radius: none;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  cursor: pointer;
}
.price a.popup.button:hover {
  background-color: #cd4646;
}
.menu-trigger{
	display:none;
}
.price .price-item .modal-content ul.info li {
  list-style-image: url(../images/mark-info.png);
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
.price .price-item ul.info li.info-title {
  list-style-image: none;
  font-size: 24px;
  margin-bottom: 40px;
}

section.price .wrapper .inner .flex-align .price-item .fa-info-circle {
  position: absolute;
  z-index: 4;
}
section.price .wrapper .inner .flex-align .price-item .fa-info-circle .info {
  position: absolute;
  z-index: 1;
}

/*
MODAL
*/

.modal-content {
  background-color: #ffffff;
}

.modal-content .info {
  text-align: left;
  padding: 30px 30px 30px 50px;
}

/*
SECTION REVIEWS
*/

.reviews .section-title {
  margin-bottom: 50px;
}

.reviews .comment p.name {
  font-style: italic;
  padding: 15px;
}

.reviews .comment p.comm {
  max-width: 510px;
  margin: 0 auto;
}
.reviews .comment img {
  margin-top: 20px;
}
.reviews .comment {
  display: block;
  top: 0;
  z-index: 10;
  width: 100% ;
  height: 100%;
}

.reviews .owl-buttons .owl-prev,
.reviews .owl-buttons .owl-next {
  position: absolute;
}

.reviews .owl-buttons .owl-prev {
  left: -90px;
  top: 110px;
}

.reviews .owl-buttons .owl-next {
  right: -90px;
  top: 110px;
}

.reviews .slider-container {
  max-width: 710px;
  margin: 0 auto;
}

.reviews .slider-container .owl-next:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  color: #cc3333;
  font-size: 130px;
  cursor: pointer;
  background-color: transparent;
}

.reviews .slider-container .owl-prev:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  color: #cc3333;
  font-size: 130px;
  cursor: pointer;
  background-color: transparent;
}

/*
SECTION STEPS
*/

.steps .flex-align {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.steps .flex-align.bottom .steps-item {
  margin-top: 35px;
}

.steps .steps-item {
  position: relative;
  display: inline-block;
  width: 225px;
  margin-top: 65px;
  box-sizing: border-box;
  padding: 0 29px;
}

.steps .steps-item i {
  color: #cc3333;
  font-size: 72px;
}

.steps .steps-item i.fa-chevron-right {
  position: absolute;
  top: 30px;
  right: -15px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 24px;
}

.steps .steps-item p {
  margin-top: 10px;
  line-height: 18px;
}

/*
SECTION CONFIDENCE
*/

.confidence .flex-align {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 10px;
}

.confidence .confidence-item {
  max-width: 240px;
}

.confidence .confidence-item p {
  padding: 0 10px;
  margin-bottom: 5px;
}

.confidence .confidence-item a {
  text-decoration: underline;
  color: #333333;
  font-size: 14px;
}

.confidence .confidence-item .overflow {
  height: 150px;
  max-width: 240px;
  margin: 0 auto 20px;
  display: table;
}

.confidence .confidence-item .overflow img {
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  width: 175px;
  box-sizing: border-box;
}

.confidence .confidence-item:first-child .overflow img {
  margin: 20px auto;
  display: table-cell;
  vertical-align: middle;
  width: 175px;
}

.confidence .confidence-item:nth-child(2) .overflow img {
  margin: 10px auto;
  display: table-cell;
  vertical-align: middle;
  width: 190px;
}

.confidence .confidence-item:last-child .overflow img {
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  width: 115px;
}

/*
SECTION GIFTS
*/

section.gifts {
  padding-bottom: 250px;
}

.gifts .section-title, .budni .section-title, .panorama .section-title {
  margin-bottom: 30px;
}

.gifts .call-to-action {
  margin-top: 50px;
}

.gifts a.popup.button {
  padding: 10px 25px;
  background-color: #cc3333;
  border: 1px dashed #fff;
  border-radius: none;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  cursor: pointer;
}
.gifts a.popup.button:hover {
  background-color: #cd4646;
}

.gifts .wrap p {
  max-width: 660px;
  margin: 0 auto;
}

/*
FOOTER
*/

footer {
  height: 220px;
  position: relative;
  border-top: 1px dashed rgba(51, 51, 51, 0.5);
}

footer .inner {
  position: relative;
  
}
footer .footer-nav {
  position: absolute;
  top: -115px;
  width: 100%;
}
footer .footer-nav,
footer .footer-nav a {
  color: #333333;
}

footer .footer-logo {
  float: left;
}

footer .created {
  float: right;
  position: relative;
  top: -65px;
}

footer .created p {
  font-size: 10px;
}

footer .created a {
  text-decoration: underline;
  
}

footer .footer-logo h3 {
  text-align: left;
}

footer .bottom-nav {
  float: left;
  margin-left: 50px;
}

/*
FOOTER STIKERS
*/

footer .st-container {
  position: relative;
  top: -60px;
  margin: 0 auto;
  height: 222px;
  max-width: 985px;
  overflow: hidden;
}

footer .stikers {
  position: absolute;
  margin: 0 auto;
  max-width: 980px;
  top: 55px;
  left: -140px;
}

footer .stikers .stik {
  position: absolute;
  padding: 20px 40px;
  width: 305px;
  height: 60px;
}
footer .stikers .stik1 {
  left: 25px;  
}
footer .stikers .stik2 {
  left: 95px;  
}
footer .stikers .stik3 {
  left: 165px;  
}
footer .stikers .stik4 {
  left: 235px;  
}
footer .stikers .stik5 {
  left: 305px;  
}
footer .stikers .stik6 {
  left: 375px;  
}
footer .stikers .stik7 {
  left: 445px;  
}
footer .stikers .stik8 {
  left: 515px;  
}
footer .stikers .stik9 {
  left: 585px;  
}
footer .stikers .stik10 {
  left: 655px;  
}
footer .stikers .stik11 {
  left: 725px;  
}
footer .stikers .stik12 {
  left: 795px;  
}
footer .stikers .stik13 {
  left: 865px;  
}
footer .stikers .stik14 {
  left: 935px;  
}
footer .stikers .stik15 {
  left: 1005px;  
}
footer .stikers .stik16 {
  left: 1075px;  
} 

footer .stikers .stik p {
  transform: rotate(-90deg);
  font-size: 16px;
  border: 1px dashed rgba(51, 51, 51, 0.5);
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  transition: all .3s ease;
}

footer .stikers .stik p:hover {
  background-color: #c33;
  color: #fff;
  cursor: pointer;
  border: 1px dashed #fff;
}

/*
HIDDEN
*/

.hidden {
  display: none;
}

form {
  padding: 45px 20px;
  background-color: #fff;
  max-width: 350px;
  margin: auto;
  position: relative;
}

form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  box-sizing: border-box;
  color: #333333;
}

form button {
  margin: 0 auto;
  display: block;
  
  padding: 10px 25px;
  background-color: #cc3333;
  border: 1px dashed #fff;
  border-radius: none;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  cursor: pointer;
}

/*
FORM
*/

.form-footer input .formBtn {
  background-color: #fff;
  color: #333;
}
.swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
}
.swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
	  cursor: url(../highslide/graphics/zoomin.cur), pointer !important;
      height: 300px;
}
.swiper-pagination-bullet-active{
	background-color:#cc3333;
}
.swiper_prev:after{
	content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    color: #cc3333;
    font-size: 130px;
    cursor: pointer;
    background-color: transparent;
}
.swiper_next:after{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    color: #cc3333;
    font-size: 130px;
    cursor: pointer;
    background-color: transparent;
}
.swiper_prev, .swiper_next{
	opacity:0.5;
	position:absolute;
	top:50%;
	z-index:4;
	margin-top:-70px;
}
.swiper_prev{
	left:0;
}
.swiper_next{
	right:0;
}
.swiper_prev:hover, .swiper_next:hover{
	opacity:1;
}
.swiper_pre{
	position:relative;
	padding:0 50px;
}
.highslide-loading{
	display:none !important;
}
#blueimp-image-carousel.blueimp-gallery{
	display:none !important;
}