/* font-family: "pfdintextpro-regular"; */
@font-face {
    font-family: "pfdintextpro-regular";
    src: url("../fonts/pfdintextpro-regular.eot");
    src: url("../fonts/pfdintextpro-regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/pfdintextpro-regular.woff") format("woff"),
    url("../fonts/pfdintextpro-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "pfdintextpro-bold"; */
@font-face {
    font-family: "pfdintextpro-bold";
    src: url("../fonts/pfdintextpro-bold.eot");
    src: url("../fonts/pfdintextpro-bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/pfdintextpro-bold.woff") format("woff"),
    url("../fonts/pfdintextpro-bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "pfdintextpro-medium"; */
@font-face {
    font-family: "pfdintextpro-medium";
    src: url("../fonts/pfdintextpro-medium.eot");
    src: url("../fonts/pfdintextpro-medium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/pfdintextpro-medium.woff") format("woff"),
    url("../fonts/pfdintextpro-medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body {
	font-family: 'pfdintextpro-regular' !important;
}
h1,h2,h3,h4 {
	font-family: 'pfdintextpro-medium' !important;
}
/*-----------------------------------------------------------------------------------*/
/* HEADER 
/*-----------------------------------------------------------------------------------*/

header{
	height: 800px;
	background: url('../img/bg.jpg');
	background-color: white!important;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 1600px;
  margin: 0 auto;
}

.top {
    padding-top: 20px;
}

.logo {
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 260px;
}

.phone {
    float: right;
    font-size: 20px;
    margin-top: 20px;
}

header h1 {
    width: 280px;
    float: left;
    font-size: 18px;
    margin-left: 120px;
    text-align: center;
}

.col-sm-12.col-md-7.main-txt {
    padding: 0;
    margin-top: 120px;
}
.main-title {
    text-transform: uppercase;
    color: #0e6eac;
    font-size:42px;
    line-height: 52px;
}
span.blue-bg {
    font-size: 55px;
}
span.black {
    color: #3a3a3a;
}
.main-title, .second-title{
	font-family: 'pfdintextpro-medium' !important;
}

.second-title {
    font-size: 25px;
    margin-top: 25px;
}

button.button-orange {
    margin-top: 50px;
    padding: 0px 0px 3px 0px;
    width: 283px;
    display: block;
    vertical-align: top;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: 'pfdintextpro-medium';
    height: 60px;
    letter-spacing: 0.05em;
    background: -moz-linear-gradient(top, rgb(255,240,0) 0%, rgb(255,204,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgb(251, 176, 70)), color-stop(100%,rgb(243, 98, 5)));
    background: -webkit-linear-gradient(top, rgb(251, 176, 70) 20%,rgb(243, 98, 5) 100%);
    background: -o-linear-gradient(top, rgb(255,240,0) 0%,rgb(255,204,0) 100%);
    background: -ms-linear-gradient(top, rgb(255,240,0) 0%,rgb(255,204,0) 100%);
    background: linear-gradient(to bottom, rgb(251, 176, 70) 20%,rgb(243, 98, 5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff000', endColorstr='#ffcc00',GradientType=0 );
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(198,124,37,0.74), 0px 1px 1px 0px rgba(151,122,0,0.3);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(198,124,37,0.74), 0px 1px 1px 0px rgba(151,122,0,0.3);
    box-shadow: inset 0px -3px 0px 0px rgba(136, 73, 0, 0.84), 0px 1px 1px 0px rgba(151,122,0,0.3);
}

button.button-orange:hover {
    background: -moz-linear-gradient(top, rgb(255,240,0) 0%, rgb(255,204,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgb(243, 155, 31)), color-stop(100%,c));
    background: -webkit-linear-gradient(top, rgb(243, 155, 31) 20%,rgb(243, 78, 5) 100%);
    background: -o-linear-gradient(top, rgb(255,240,0) 0%,rgb(255,204,0) 100%);
    background: -ms-linear-gradient(top, rgb(255,240,0) 0%,rgb(255,204,0) 100%);
    background: linear-gradient(to bottom, rgb(243, 155, 31) 20%,rgb(243, 78, 5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff000', endColorstr='#ffcc00',GradientType=0 );
  }

/*-----------------------------------------------------------------------------------*/
/* MAIN
/*-----------------------------------------------------------------------------------*/

.adv {
    background: #0e6eac;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 40px 0px 40px 0px;
}

.adv-text {
    font-size: 20px;
    padding-top: 10px;
}

.about-karkas h2, .price h2, .projects h2, .how-work h2 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 50px;
    font-size: 42px;
    margin-bottom: 70px;
    color: #0e6eac;
}
.about-karkas {
    min-height: 1000px;
    height:100%;
    background: url(../img/bg5.jpg);
    background-color: white!important;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    overflow: hidden;
}
.about-item {
    margin-bottom: 30px;
}
.item-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'pfdintextpro-medium';
}
.item-content {
    padding: 3px 0 0 75px;
}
.about-icon {
    background: url(../img/sprite.png) no-repeat left top;
    width: 64px;
    height: 64px;
    float: left;
}
.about-icon.icon2 {
    background-position: 0 -85px !important;
}
.about-icon.icon3 {
    background-position: 0 -168px !important;
}
.about-icon.icon4 {
    background-position: 0 -258px !important;
}

.item-description, .about-text {
    font-size: 18px;
}

.about-karkas img {
    position: absolute;
    left: -90px;
    top: 250px;
}
.adv-icon {
    background: url(../img/sprite.png) no-repeat left top;
    width: 64px;
    height: 64px;
    margin: 0 auto;

}
.adv-icon.icon1 {
	  background-position: -80px 0px !important;
}
.adv-icon.icon2 {
    background-position: -80px -72px !important;
}
.adv-icon.icon3 {
	background-position: -80px -166px !important;
}

.offer-plan {
    background-image: url(../img/bg-plan.jpg);
    min-height: 749px;
    background-color: #0e6eab;
    background-position: center 362px;
    background-repeat: no-repeat;
    height:100%;

}
.offer-plan.calc {
    background-image: url(../img/bg-calc2.jpg);
    background-position: 0;
}
.offer-title {
    text-transform: uppercase;
    padding-top: 50px;
    font-size: 42px;
    margin-bottom: 70px;
    color: #ffffff;
}
span.bg {
    font-size: 58px;
    font-weight: bold;
}
.offer-sub-title {
    font-size: 25px;
    color: #fff;
}

form {
    max-width: 458px;
    padding: 30px;
    margin: 0 auto;
    border: 4px solid #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    text-align: center;
    background: #fff;
}
.text1 {
font-size: 20px;
    line-height: 25px;
    padding-bottom: 17px;
    color: #0e6eaa;
    border-bottom: 1px solid rgb(14, 110, 170);
}
label {
    color: #6a6c6d;
    font-weight: normal!important;
    font-size: 16px;
    text-transform: uppercase;
}
button.button-orange.btn2{
	  width: 100%;
    margin-bottom: 20px;
}

.price-item {
    padding: 0px 35px;
    min-height: 340px;
    position: relative;
    overflow: hidden;
    border: 5px solid;
    margin-bottom: 35px;
}
.price-item.green {
	border-color: #4ac246;
}
.price-item.blue {
	border-color: #1199ef;
}
.price-item.gol {
	border-color: #04619c;
}
.price-item.green .price-label {
	color: #4ac246;
}
.price-item.blue .price-label {
	color: #1199ef;
}
.price-item.gol .price-label {
	color: #04619c;
}
.price-label{
	color: #000;
    font-size: 28px;
    padding: 24px 0px 15px 0px;
    position: relative;
    left: -14px;
}
.price .row {
    max-width: 1100px;
    margin: 0 auto;
}
.tiles-bline {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 17px;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    color: #fff;
}
.planky {
    display: inline-block;
    position: relative;
    left: -35px;
    padding: 2px 11px 2px 32px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #fff;
}
.price-item.blue .planky {
	background: #63cd61 url(/sites/default/files/uploads/38/icohome.png) no-repeat 6px 4px;
}
.price-item.gol .planky {
	background: #26adff url(/sites/default/files/uploads/38/icohome2.png) no-repeat 6px 4px;
}
.price-item.green .tiles-bline {
    background: #4ac246;
}
.price-item.blue .tiles-bline {
    background: #1199ef;
}
.price-item.gol .tiles-bline {
    background: #04619c;
}
.form-group {
    margin-bottom: 35px!important;
}

.projects {
    background-color: #f0f1f3;
}

.project-item {
    display: inline-block;
    min-width: 350px;
    margin-left: 5px;
}
.box {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.square {
    font-size: 18px;
    padding-top: 20px;
}
button.button-orange.btn3 {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

ul.tabs {height: 50px;list-style: none;text-align: center;/* margin: 0px 0px 0px 0px; *//* padding: 0px 8px 0px 0px; */display: block;vertical-align: top;position: relative;}
.tabs li {display: inline-block;vertical-align: top;margin: 0px 1px 0px 0px;padding: 14px 18px 14px 19px;color: #0e6eac;;cursor: pointer;text-align: center;/* height: 30px; */position: relative;font-size: 18px;line-height: 18px;border-radius: 28px;-moz-border-radius: 26px;-webkit-border-radius: 26px;border: 3px solid transparent;text-transform: uppercase;}
.tabs li.current {
background: #fff !important;
border-color: #0e6eac;
color: #000;
}
.tabs li span {
display: inline-block;
vertical-align: top;
border-bottom: 1px dashed #6e9507;
}
.tabs li.current span, .tabs li:hover span {
border-bottom-color: transparent;
}
.comp-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
}
.how-work {
    min-height: 1000px;
    height: 100%;
    background: url(../img/bg5.jpg);
    background-color: white!important;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    overflow: hidden;
}
/*ааааа*/
.step1 {
    max-width: 520px;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(14, 110, 171);
    border-image: initial;
    padding: 40px 40px 30px;
    margin: 20px auto;
}

.step1 .number {
    display: inline-block;
    vertical-align: top;
    color: rgb(14, 110, 171);
    height: 90px;
    font: 180px/180px 'pfdintextpro-regular';
    margin: 8px 0px 0px 13px;
    overflow: hidden;
}
.step1 .cont {
    display: inline-block;f
    vertical-align: top;
    margin-left: 36px;
    font-size: 16px;s
}
.steps {
    margin: 50px 0px 80px;
}
.steps .ul_block {
    max-width: 1000px;
    margin: 0 auto;
}
.steps li {
    display: inline-block;
    vertical-align: top;
    width: 175px;
    margin: 0px 0px 50px 20px;
}
.steps li .num {
    display: block;
    position: relative;
    color: rgb(14, 110, 171);s
    height: 54px;
    font: 77px 'pfdintextpro-regular';
    overflow: hidden;
}
.steps li p {
    position: relative;
    font-size: 16px; 
    margin: 15px 0px;
}
.steps li:last-child {
    width: 770px;
    padding-left: 290px;
    margin-top: 20px;
}
.steps li:last-child .num {
    height: 90px;
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
    font: 135px 'pfdintextpro-regular';
}
.steps li:last-child p {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    font-size: 20px;
}
.ul_block {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.steps li p::before {
    position: absolute;
    left: 0px;
    bottom: -18px;
    content: "";
    width: 43px;
    height: 3px;
    background: rgb(14, 110, 171);
}
.how-wrap {
	margin-top: 60px;
}

.steps li .num::before {
    position: absolute;
    right: 40px;
    top: 26px;
    content: "";
    width: 27px;
    height: 21px;
    background-image: url(../img/arrow.png);
}
.steps li:last-child .num::before  {
     background-image: none; }
/*****/
.foot.col-xs-12 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
	.container {
    width: 1300px !important; 
}
header h1  {
margin-left: 250px;
}

}
@media (max-width: 1199px) {
	.about-karkas img {
    position: absolute;
    left: -260px;
    top: 320px;
}
}
@media (max-width: 995px) {
	.about-karkas img {
    display: none;
}
.about-text {
	margin-bottom: 50px;
}

.logo, .phone, header h1  {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}
.col-sm-12.col-md-7.main-txt {
    padding: 0;
    margin-top: 50px;
}
.offer-plan, .offer-plan.calc {
    background-image: none;
  }

  .about-karkas h2, .price h2, .projects h2, .how-work h2 {
  	font-size:35px;

}
span.bg {
	font-size: 40px;
}

.works {
    max-width: 500px !important;
    margin: 0 auto;
}
.work-cont{
    width: 500px !important;
}
}
@media (max-width: 500px) {
	#clock > div, #clock2 > div {
		padding: 8px !important;
	}
	#clock div > span, #clock2 div > span {
		padding: 5px !important;
	}
	.steps li:last-child {
		padding-left: 0px !important;
		width: 200px !important;

	}
	.project-item {
		min-width: 290px!important;
	}
	.project-item img {
    width: 290px;
}
ul.tabs {
	padding:0;
	margin-bottom: 70px;
}
.second-title {
    background-color: rgba(255, 255, 255, 0.69);
    padding: 5px;
    border: 2px solid #0e6eac;
}
header {
    height: 950px;
    }
.offer-title {
	font-size: 30px;
	margin-bottom: 20px;
}
form {
	margin-bottom:40px;
}
.box-modal {
	width: 100% !important;
}
.work-cont{
    width: 100% !important;
}
.dop-img {
    left: 5px !important;
}
}

.arcticmodal-overlay,
.arcticmodal-container {position:fixed;left:0;top:0;right:0;bottom:0;z-index:1000;}
.arcticmodal-container {overflow:auto;margin:0;padding:0;border:0;border-collapse:collapse;}
*:first-child+html .arcticmodal-container {height:100%}
.arcticmodal-container_i {height:100%;margin: 0 auto;}
.arcticmodal-container_i2 {padding:24px;margin:0;border:0;vertical-align:middle;}
.arcticmodal-error {padding:20px;border-radius:10px;background:#000;color:#fff;}
.arcticmodal-loading {width: 80px;height:80px;border-radius:10px;}
.arcticmodal-overlay {background-color:#96b0de!important;opacity:0.8!important;}
.box-modal {position:relative;width:494px;padding:0px 0px 0px 0px;margin-top:15px;}
.box-modal_close {
font-size:16px;line-height:20px;color:#f7f7f7;cursor: pointer;
background-color: #ffde00;
background-repeat: no-repeat;
background-position: center center;
background-image: url(../img/modal-close.png);
width: 40px;
height: 40px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
z-index: 999;
}
.box-modal_close:hover {
background-color: #eacc00;
}
.arcticmodal-close {position:absolute;top:-20px;right:-20px;}
.hidden{opacity:0}
.visible{opacity:1;}

#clock, #clock2{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clock > div, #clock2 > div{
	padding: 10px;
	border-radius: 3px;
	background: #f13938;
	display: inline-block;
}

#clock div > span, #clock2 div > span{
	padding: 15px;
	border-radius: 3px;
	background: #ce1c1b;
	display: inline-block;
}



.smalltext{
	padding-top: 5px;
	font-size: 16px;
}
.sale-label {
    text-align: center;
    padding-top: 80px;
}
.sale-text {
    background-color: #ffffff;
    color: #080808;
    font-size: 20px;
    padding: 10px;
    border: 3px solid #f13938;
}
.sale-text span.bg {
    font-size: 30px;
}
.sale-text span.sm {
    font-size: 18px;
}


/**THANKS*/

.main-title p {
    background: #ffffff;
    display: inline-block;
    padding: 5px 15px;
    white-space: nowrap;
    margin: 0;
}

.col-sm-12.main-txt.thx {
    text-align: center;
    padding-top: 90px;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick/slick.eot');
    src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;

    opacity: .75;
    color: #0e6eaa;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -65px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*! fancyBox v2.1.5 */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('../img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url('../img/fancybox/blank.gif'); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
   overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: rgba(0,0,0,0.8);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
body.fancybox-overlay-fixed {
position: fixed;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
}
.fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent;
background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0,0,0,0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('../img/fancybox/fancybox_sprite@2x.png');
background-size: 44px 152px;
}
#fancybox-loading div {
background-image: url('../img/fancybox/fancybox_loading@2x.gif');
background-size: 24px 24px;
}
}
.fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
}
.fancybox-lock {
overflow: hidden;
} 

.fb-thumb:before {
        display: block;
          content: " ";
          position: Absolute;
         
          opacity:0;
          transform:scale(1.2);
          width: 40%;
          height: 40%;
          margin-left: -20%;
          margin-top:-20%;
          background: url('../img/zoom.png') center center no-repeat;
          background-size: contain;
          background-size: contain;
          left: 50%;
          top:50%;
          -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease
          margin-top:-20%;
    }
    .fb-thumb:hover::before {
        transform:scale(0.8);
        opacity:1;
    }

.dop-img .fb-thumb:before {
    width: 60%;
    height: 60%;
    margin-left: -30%;
    margin-top: -30%;
}

.works {
    max-width: 890px;
    margin: 0 auto;
}
.work-img {
    float: left;
    width: 500px;
    height: 375px;
    position: relative;
}

.work-cont {
    position: relative;
    float: left;
    height: 375px;
    font-size: 17px;
    line-height: 25px;
    padding: 20px 20px 0 25px;
    background: #f4e35a;
    width: 380px;
}
.work-title {
    font-size: 20px;
    text-transform: uppercase;
}
.fb-thumb img {
    width: 500px;
    height: 375px;
}

.dop-img {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.dop-img .fb-thumb {
    display: inline-block;
    border: 3px #FFF solid;
    margin: 0 10px 0 0;
    position: relative;
}
.dop-img .fb-thumb img {
    width: 60px;
    height: 60px;
}

.texxt {
    margin-top: 50px;
    font-size: 18px;
}
.our-works {
    margin-bottom: 60px;
}
.swipe {
    text-align: center;
    margin-bottom: 15px;
}

.col-sm-4.contact {
    margin-top: 20px;
    text-align: center;
}
footer {
    padding: 25px 0px 25px 0px;
}

form.form-calc {
    max-width: 600px;
    background: #fff;
    margin-bottom: 55px;
}
select.custom-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type=checkbox] {
    margin-right: 5px !important;
}