@import url('https://fonts.googleapis.com/css?family=Exo+2:200,300,400,600,800');

body {
    font-size: 14px;
    background: #fff;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
	background: url(../img/wizzard.png);
}

section {
    position: relative;
    padding: 80px 0;
}

h2 {
    font-size: px;
    margin: 0 0 20px;
}

.after-h2 {
    font-size: 20px;
    margin: 0 0 40px;
	text-align: center;
}

.after-h2  span {
    color: #FF9900;
    font-weight: bold;
}

.btn {
    font-weight: 400;
    padding: 14px 20px;
    font-size: 16px;
    background: #e4e4e4;
    color: #333;
    moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn.focus,
.btn:focus,
.btn:hover {
    background: #dcdcdc;
    outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.main-btn {
    background: #FF9900;
    color: #000;
}

.main-btn:hover {
    background: #ffda57;
    color: #000;
}


.form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #666666;
    margin-bottom: 20px;
    text-align: center;
    transition: 0.3s all;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
}

.form-control:focus {
    border-color: #FF9900;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group label {
    font-weight: 300;
}

.navbar-default {
    /*background: none;*/
	background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 0;
    margin: 0;
    transition: 0.3s all;
}

.navbar-default.scroll {
    background: #fff;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.12);
}

.navbar-brand {
    height: auto;
    padding: 10px 15px;
    font-size: 14px;
}

.navbar-default .navbar-brand {
    color: #333;
}

.navbar-brand span {
    display: block;
    font-size: 24px;
    font-weight: bold;
	padding-top: 10px;
}



.navbar-default .navbar-nav>li>a {
    color: #00a4ef;
}

.navbar-default .navbar-nav>li.phone>a {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    padding: 0;
}

.navbar-default .navbar-nav>li.phone>a:hover {
    text-decoration: underline;
}

.navbar-default .navbar-nav>li.phone {
    text-align: right;
    margin-right: 20px;
    padding-top: 10px;
}

.navbar-default .navbar-nav>li>a.btn {
    padding: 8px 16px;
    margin-top: 17px;
    color: #000;
	font-weight: 600;
}

.navbar-default .navbar-nav>li>a.btn:hover,
.navbar-default .navbar-nav>li>a.btn:focus{
    background: #ffda57;
    color: #000;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .navbar-right {
        margin-right: 0;
		padding: 10px 15px;
    }
}

.navbar-default .navbar-toggle {
    border-color: #333333;
}

.navbar-toggle .icon-bar {
    height: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333333;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #FF9900;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}

@media(max-width: 768px) {
    .nav-call-btn {
        padding: 0 15px;
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar-brand {
        padding: 6px 15px;
        font-size: 14px;
    }
    .navbar-brand span {
        display: block;
        font-size: 24px;
        font-weight: bold;
    }
    .navbar-default .navbar-nav>li.phone {
        text-align: right;
        margin-right: 0;
        padding-top: 6px;
    }
}

header {
    padding: 100px 0;
    background: url(../img/header.jpg) right;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

header h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
	color: white;
	/*text-shadow: white 1px 1px 0, white -1px -1px 0, 
                 white -1px 1px 0, white 1px -1px 0;*/
}

header .after-h1 {
    margin-bottom: 60px;
    font-size: 30px;
	font-weight: 600;
	color: white;
	/*text-shadow: white 1px 1px 0, white -1px -1px 0, 
                 white -1px 1px 0, white 1px -1px 0;*/
}

header .header-box {
    padding-top: 80px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	padding-left: 15px;
}

header .header-box .btn {
    margin: 10px;
    margin-bottom: 100px;
    background: #4ed85a;
    color: #000;
	font-weight: 600;
	min-width: 200px;
}

header .header-box .btn:hover {
    background: #51e85e;
}

img.header-item-img {
    display: block;
    width: 90%;
    margin-top: -30px;
}

.plan-img{
    height: 200px;
    margin: 0 auto;
    display: block;
    border: 1px solid#efefef;
    border-radius: 6px;
}

.item-box{
    color: #2d2c2c;
    position: relative;
    padding-left: 80px;
}

.item-box img{
    position: absolute;
    top:0;
    left:-45px;
}

.item-box span{
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.item-box p{
    font-size: 14px;
    margin-bottom: 30px;
}

#otz {
    padding: 0;
}

#onas {
    padding: 0;
}

#how {
    padding: 0;
	margin-top: 40px;
}

#contacts-container {
	padding-bottom: 0px;
}

#how .how-card {
    background: #fff;
    padding: 30px;
    border-top: 5px solid#FF9900;
    margin-top: -100px;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.12);
}

.how-box {
    position: relative;
    padding-left: 100px;
}

.how-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}

#step-form {
    background: #fff;
    padding: 40px;
    border: 1px solid#f1f1f1;
    height: 450px;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.12);
}

#step-form h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

#step-form h3 span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.select-box {
    height: 75px;
    margin-bottom: 15px;
    position: relative;
}

.select-box img{
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 120px;
}

.select-box [type="radio"]:checked ~ img,
.select-box [type="checkbox"]:checked ~ img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.button-box {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid#e4e2e2;
    text-align: center;
    position: relative;
}


.select-box [type="radio"]:not(:checked),
.select-box [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
.select-box [type="radio"]:not(:checked) + label, .select-box [type="radio"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    height: 50px;
    width: 100%;
    margin: 0;
    z-index: 9;
    font-weight: 300;
}

.select-box [type="radio"]:not(:checked) + label:before,
.select-box [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 3px solid #e4e2e2;
    background: #fff;
    border-radius: 50%;
}

.select-box [type="radio"]:checked + label:before {
    border: 3px solid #FF9900;
}

.select-box [type="radio"]:not(:checked) + label:after,
.select-box [type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 1.4em;
    line-height: 0.8;
    transition: all .2s;
    width: 10px;
    height: 10px;
    display: block;
    background: #FF9900;
    border-radius: 50%;
}

.select-box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.select-box [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.select-box [type="radio"]:disabled:not(:checked) + label:before,
.select-box [type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.select-box [type="radio"]:disabled:checked + label:after {
    color: #999;
}
.select-box [type="radio"]:disabled + label {
    color: #aaa;
}




.select-box [type="checkbox"]:not(:checked),
.select-box [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.select-box [type="checkbox"]:not(:checked) + label, .select-box [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    height: 50px;
    width: 100%;
    margin: 0;
    z-index: 9;
    font-weight: 300;
}

.select-box [type="checkbox"]:not(:checked) + label:before,
.select-box [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 3px solid #e4e2e2;
    background: #fff;
    border-radius: 0;
}

.select-box [type="checkbox"]:checked + label:before {
    border: 3px solid #FF9900;
}

.select-box [type="checkbox"]:not(:checked) + label:after,
.select-box [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 1.4em;
    line-height: 0.8;
    transition: all .2s;
    width: 10px;
    height: 10px;
    display: block;
    background: #FF9900;
    border-radius: 0;
}

.select-box [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.select-box [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.select-box [type="checkbox"]:disabled:not(:checked) + label:before,
.select-box [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.select-box [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.select-box [type="checkbox"]:disabled + label {
    color: #aaa;
}

.select-box label:hover:before {
    border: 3px solid #FF9900!important;
}

.progress-bar {
    background-color: #ffcc33;
}

.stepwizard{
    display: none;
}

#wizzard {
    padding-bottom: 10px;
}

#wizzard h2{
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

#my h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

#work h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

#how h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

#otz h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

#onas h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

#timer-container h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

#wizzard #step-form .row{
    min-height: 180px;
	margin-top: 50px;
}

.contacts-container{
	position: relative;
}
.contacts-container .container{
	padding-top: 80px;
	position: relative;
	z-index: 10;
}
.contacts-container .contacts{
	background: #003399;
	color: #FFF;
	position: absolute;
	top: 0;
	width: 100%;
}
.contacts-container .contacts .item{
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 70px;
	padding-left: 60px;
	padding-top: 70px;
	position: relative;
}
.contacts-container .contacts .item:after{
	background: #ffffff;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}
.contacts-container .contacts .item .txt{
	margin-left: 60px;
}
.contacts-container .contacts .item a[href^="tel:"]{
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
}
.contacts-container .contacts .item a{
	color: #FFF;
}
.contacts-container .contacts .item:first-child:after{
	display: none;
}
.contacts-container .contacts .icon{
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.contacts-container .contacts .icon img{
	vertical-align: center;
}
.contacts-container #map{
	height: 589px;
	position: relative;
	z-index: 5;
}

.info-conainer{
	background: #F2F2F2;
	padding: 70px 0 65px;
}
.info-conainer img{
	width: 100%;
}
.info-conainer .col-md-6{
	padding-top: 20px;
}
.info-conainer .pict:first-child{
	margin-bottom: 11%;
}
.info-conainer .pict{
	moz-transition: all 200ms ease-out;
	o-transition: all 200ms ease-out;
	position: relative;
	transition: all 200ms ease-out;
	webkit-transition: all 200ms ease-out;
}
.info-conainer .pict:hover{
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.info-conainer .pict .element-content{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.info-conainer .pict .element-content .title{
	color: #003399;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
.info-conainer .pict .img-wrapper{
	margin-bottom: 30px;
}
.info-conainer .pict .img-wrapper img{
	width: auto;
}
a.absolute{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.info-conainer .akardion{
	counter-reset: list1;
}
.info-conainer .akardion .item{
	background: #FFF;
	color: #000000;
	line-height: 22px;
	margin-top: 5px;
	position: relative;
}
.info-conainer .akardion .item:first-child{
	margin: 0;
}
.info-conainer .akardion .item .head{
	color: #003399;
	cursor: pointer;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 50px;
	padding: 15px 20px;
}
.info-conainer .akardion .item:before{
	background: #003399;
	color: #FFF;
	content: '0'counter(list1);
	counter-increment: list1;
	font-size: 14px;
	font-weight: bold;
	height: 100%;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}
.info-conainer .akardion .first-open:before, .info-conainer .akardion .open:before{
	background: #003399;
}
.info-conainer .akardion .desc{
	display: none;
	line-height: 1.8;
	margin-left: 50px;
	padding: 0 20px 20px 20px;
}
.info-conainer .akardion .first-open .desc{
	display: block;
}

#work-carousel1 .owl-prev, #work-carousel1 .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #000000;
}
#work-carousel2 .owl-prev, #work-carousel2 .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #000000;
}
#work-carousel3 .owl-prev, #work-carousel3 .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #000000;
}
#work-carousel4 .owl-prev, #work-carousel4 .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #000000;
}
#work-carousel5 .owl-prev, #work-carousel5 .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #000000;
}
#work-carousel6 .owl-prev, #work-carousel6 .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #000000;
}
#work-carousel7 .owl-prev, #work-carousel7 .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #000000;
}
#work-carousel8 .owl-prev, #work-carousel8 .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #000000;
}
#work-carousel9 .owl-prev, #work-carousel9 .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #000000;
}
#work-carousel10 .owl-prev, #work-carousel10 .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #000000;
}
#work-carousel11 .owl-prev, #work-carousel11 .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #000000;
}
#work-carousel12 .owl-prev, #work-carousel12 .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #000000;
}

#work-carousel1 .owl-prev {
    left: -45px;
}
#work-carousel1 .owl-next {
    right: -45px;
}
#work-carousel2 .owl-prev {
    left: -45px;
}
#work-carousel2 .owl-next {
    right: -45px;
}
#work-carousel3 .owl-prev {
    left: -45px;
}
#work-carousel3 .owl-next {
    right: -45px;
}
#work-carousel4 .owl-prev {
    left: -45px;
}
#work-carousel4 .owl-next {
    right: -45px;
}
#work-carousel5 .owl-prev {
    left: -45px;
}
#work-carousel5 .owl-next {
    right: -45px;
}
#work-carousel6 .owl-prev {
    left: -45px;
}
#work-carousel6 .owl-next {
    right: -45px;
}
#work-carousel7 .owl-prev {
    left: -45px;
}
#work-carousel7 .owl-next {
    right: -45px;
}
#work-carousel8 .owl-prev {
    left: -45px;
}
#work-carousel8 .owl-next {
    right: -45px;
}
#work-carousel9 .owl-prev {
    left: -45px;
}
#work-carousel9 .owl-next {
    right: -45px;
}
#work-carousel10 .owl-prev {
    left: -45px;
}
#work-carousel10 .owl-next {
    right: -45px;
}
#work-carousel11 .owl-prev {
    left: -45px;
}
#work-carousel11 .owl-next {
    right: -45px;
}
#work-carousel12 .owl-next {
    right: -45px;
}

.count-ques {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #ccc;
}


.drop-zone {
    background: #fbfbfb;
    border: 2px dashed #eaeaea;
    padding: 20px;
    text-align: center;
    width: 100%;
    margin-top: 35px;
}
.drop-icon {
    height: 120px;
}
.imgupload {
    color: #dedede;
    font-size: 72px;
    transition: 0.3s all;
}
.imgupload.ok {
    display: none;
    color: #FF9900;
}
.imgupload.stop {
    display: none;
    color: red;
}
.drop-zone .main-btn {
    background: #e4e4e4;
}
.drop-zone:hover .main-btn {
    background: #FF9900;
    color: #fff;
}
#fileup {
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    width: 435px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    height: 215px;
}
.drop-info {
    margin: 10px 0 0;
    color: #ccc;
    font-size: 14px;
    line-height: 19px;
}
p.mini-next {
    text-align: center;
    margin-top: 10px;
    color: #ccc;
}

.finish-step {
    text-align: center;
}

.finish-step .title {
    font-size: 24px;
    font-weight: 600;
}

.finish-step .subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.finish-step .sub {
    font-size: 14px;
    margin-bottom: 20px;
}


.finish-step i {
    font-size: 80px;
    color: #FF9900;
    margin-bottom: 20px;
    display: block;
}

#work {
    text-align: center;
}

.work-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 30px;
}

.work-box a {
    display: block;
    position: relative;
}

.work-box a img {
    width: 100%;
}

.work-box a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(255, 199, 0, 0.38);
    transition: 0.3s all;
    color: #fff;
    font-size: 50px;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-box a:hover div {
    opacity: 1;
}

#work-carouselrab .owl-prev,
#work-carouselrab .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #000000;
}

#work-carouselrab .owl-prev {
    left: -45px;
}

#work-carouselrab .owl-next {
    right: -45px;
}

#work-carouselrab .owl-prev:hover, #work-carouselrab .owl-next:hover {
    color: #FF9900;
}

footer {
    background: #ececec;
    padding: 25px 0;
}

.footer-title {
    margin-bottom: 20px;
    font-size: 21px;
}

.footer-action {
    overflow: hidden;
}

.footer-action .btn {
    float: left;
    margin-right: 15px;
}

.footer-action .adress {
    display: block;
    font-size: 17px;
}

.footer-action .contact a {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.copyright {
    margin-top: 20px;
    color: #aba7a7;
}

.copyright a {
    font-weight: bold;
    color: inherit;
    text-decoration: underline;
}

a.link-privacy {
    float: right;
    margin-top: 20px;
    color: #aba7a7;
    font-weight: bold;
    text-decoration: underline;
}

.timer-container{
	color: #000000;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}
.timer-container .container{
	position: relative;
	z-index: 20px;
}
.timer-container .inner{
	background: #FFF;
	box-shadow: 0 1px 14px rgba(1, 16, 25, 0.1);
	border-top: 5px solid #FF9900;
	left: 0;
	margin-top: -90px;
	padding: 45px 25px 55px;
	width: 100%;
}
.timer-container .rf{
	margin: 0 auto;
	max-width: 100%;
	width: 986px;
}
.timer-container .rf .form-group{
	float: left;
	margin: 0;
	padding: 0 5px;
	width: 37%;
}
.timer-container .rf .btn{
	float: right;
	padding: 16px 5px;
	width: 20%;
}
.timer-box .form-control{
	border: 1px solid #666666;
	border-radius: 35px;
	color: #666666;
	font: normal normal 14px/17px 'PT Sans', Tahoma, sans-serif;
	height: auto;
	padding: 16px 35px;
}
.countdown-inner{
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	margin: 30px 0 40px;
}
.countdownHolder{
	position: relative;
}
.countdownHolder:after{
	background: rgba(255,255,255,0.1);
	content: "";
	display: block;
	height: 29px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.countdownHolder > span:nth-of-type(1),
.countdownHolder > span:nth-of-type(3),
.countdownHolder > span:nth-of-type(5),
.countdownHolder > span:nth-of-type(7){
	background: #222222;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	letter-spacing: 2px;
	margin-right: 22px;
	padding: 14px 12px;
	position: relative;
}
.countdownHolder > span > span{
	float: left;
}
.countdownHolder > span:nth-of-type(1):before,
.countdownHolder > span:nth-of-type(3):before,
.countdownHolder > span:nth-of-type(5):before{
	background: url(../img/colon.png) 0 0 no-repeat;
	content: "";
	display: block;
	height: 19px;
	margin-top: -9px;
	position: absolute;
	right: -13px;
	top: 50%;
	width: 5px;
}
.countdownHolder > span:nth-of-type(1):after,
.countdownHolder > span:nth-of-type(3):after,
.countdownHolder > span:nth-of-type(5):after,
.countdownHolder > span:nth-of-type(7):after{
	bottom: -20px;
	color: #666666;
	display: block;
	font-size: 13px;
	font-weight: normal;
	left: 0;
	letter-spacing: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.countdownHolder > span:nth-of-type(1):after{
	content: "дней";
}
.countdownHolder > span:nth-of-type(3):after{
	content: "часов";
}
.countdownHolder > span:nth-of-type(5):after{
	content: "минут";
}
.countdownHolder > span:nth-of-type(7):after{
	content: "секунд";
}
.info-conainer img {
    width: 100%;
}

@media(max-width: 560px) {
    .footer-action .btn {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .contact {
        text-align: center;
    }
    .copyright {
        text-align: center;
    }
    .link-privacy {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .footer-title {
        text-align: center;
    }
}

.modal-header {
    padding: 50px 20px 0;
    border: none;
    text-align: center;
    font-size: 16px;
}

.modal-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.modal-body {
    position: relative;
    padding: 20px 50px 50px;
}

.modal-body button.main-btn {
    width: 100%;
}

.modal-body .form-control {
    text-align: center;
}

#modal-thank .after-modal-title{
    margin-bottom: 40px;
}

button.close {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 2px;
    transition: 0.3s all;
    text-shadow: none;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal {
    text-align: center;
}

.privacy_text h4 {
    font-weight: bold;
}

.privacy_text p {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media(max-width: 768px) {
    .modal-body {
        position: relative;
        padding: 20px;
    }
    .modal-header {
        padding: 30px 20px 0;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    #work-carouselrab .owl-prev {
        left: 0px;
    }

    #work-carouselrab .owl-next {
        right: 0px;
    }

    .select-box img {
        height: 94px;
    }
    .drop-zone {
        padding: 20px 10px;
    }

    #step-form h3 {
        font-size: 18px;
    }

    .finish-step {
        padding-top: 30px;
    }
}

@media (max-width: 992px) {
    .how-box {
        padding-left: 0px;
    }

    .how-box img {
        position: relative;
        width: auto;
        height: 45px;
    }

    .item-info br{
        display: none;
    }

    .item-box {
        height: 120px;
        margin-bottom: 30px;
    }
	.timer-container{
		height: auto;
		padding: 25px 0 0;
	}
	.timer-container .inner{
		margin: 0;
	}
	.contacts-container .contacts .item{
		padding: 70px 5px 70px 15px;
	}
	.contacts-container .contacts .item .txt{
		margin-left: 50px;
	}	
    header .col-sm-7{
        width: 100%;
    }

    header .col-sm-5{
        display: none;
    }

    header .header-box {
        padding-top: 50px;
    }

    .navbar-right {
        margin-right: -15px;
    }
}

@media (max-width: 767px) {

	.select-box img {
		display: none;
	}

    .select-box {
        height: 35px;
		line-height: 1;
    }

	.plan-img {
		display: none;
	}	
	
	#wizzard #step-form .row
	{
		min-height: 160px;
	}	
	
	#step-form {
		height: 500px;
	}	
	
	box [type="radio"]:checked + label {
		height: 30px;
	}	
	
	.select-box [type="checkbox"]:not(:checked) + label, .select-box [type="checkbox"]:checked + label {
		height: 30px;
	}	
	
	.select-box [type="radio"]:not(:checked) + label, .select-box [type="radio"]:checked + label {
		height: 30px;
	}	
	
	.drop-icon {
		display: none;
	}	
	
	.finish-step i {
		display: none;
	}	
	
	.contacts-container{
		background: #003399;
		text-align: center;
	}
	.contacts-container .container{
		padding-top: 0;
	}
	.contacts-container .contacts{
		background: none;
		display: inline-block;
		padding: 20px 0;
		position: static;
		text-align: left;
		width: auto;
	}
	.contacts-container .contacts .item{
		padding: 15px;
	}
	.contacts-container .contacts .item:after{
		display: none;
	}
	.contacts-container #map{
		height: 300px;
	}	
	
    header .header-box {
        padding-top: 10px;
    }
	
	header h1 {
		font-size: 36px;
	}	

    header .after-h1 {
        margin-bottom: 40px;
        font-size: 20px;
    }

    header {
        padding: 100px 0 50px;
    }

    .item-box span {
        font-size: 15px;
        line-height: 16px;
    }

    .item-box {
        height: 100px;
    }

    #step-form {
        padding: 20px;
        height: auto;
    }

    #how .how-card {
        padding: 20px;
        margin-top: 50px;
    }

    .after-h2 {
        font-size: 16px;
        margin: 0 0 40px;
    }

    .navbar-default .navbar-nav>li.phone {
        text-align: center;
        margin-right: 0;
        padding-top: 6px;
        margin-bottom: 15px;
    }

    section {
        padding: 50px 0;
    }

    #wizzard {
        padding-bottom: 50px;
    }

    #wizzard .col-md-4.col-sm-4 {
        width: 50%;
        float: left;
    }

    header .col-md-4.col-sm-6 {
        width: 50%;
        float: left;
    }

    .how-box {
        padding-left: 115px;
        margin-bottom: 30px;
    }

    .how-box img {
        position: absolute;
        width: 90px;
        height: auto;
    }

    a.link-privacy {
        float: none;
    }

	#fileup {
		height: 100px;
		width: 200px;
	}
	.timer-container .inner{
		margin: 0;
	}
	.timer-container .rf .btn, .timer-container .rf .form-group{
		float: none;
		margin-bottom: 15px;
		width: auto;
	}
	.timer-container .rf .btn{
		margin: 0;
		padding: 16px 35px;
	}
	.timer-container .timer{
		overflow: hidden;
		width: 237px;
	}
	.timer-container .timer div{
		width: 48px;
	}
	.timer-container .timer .point{
		width: 15px;
	}	
	.countdown-inner{
		font-size: 18px;
	}
	.countdownHolder > span:nth-of-type(1), 
	 .countdownHolder > span:nth-of-type(3), 
	 .countdownHolder > span:nth-of-type(5), 
	 .countdownHolder > span:nth-of-type(7){
		margin-right: 12px;
		padding: 11px 9px;
	}
	.countdownHolder > span:nth-of-type(1):before, 
	 .countdownHolder > span:nth-of-type(3):before, 
	 .countdownHolder > span:nth-of-type(5):before{
		background-size: contain;
		height: 12px;
		margin-top: -6px;
		right: -9px;
		top: 50%;
		width: 5px;
	}
	.countdownHolder > span:nth-of-type(1):after, 
	 .countdownHolder > span:nth-of-type(3):after, 
	 .countdownHolder > span:nth-of-type(5):after, 
	 .countdownHolder > span:nth-of-type(7):after{
		font-size: 10px;
	}
	.action-slider .countdown-wrapper{
		text-align: left;
	}
	.action-slider-nav .item .element a{
		font-size: 16px;
		padding: 20px;
	}
	.countdownHolder:after{
		height: 21px;
	}	
	img.podarok{
		display: none;
	}
}

@media (max-height: 768px) {

	.select-box img {
		display: none;
	}

    .select-box {
        height: 35px;
		line-height: 1;
    }

	.plan-img {
		display: none;
	}	
	
	#wizzard #step-form .row
	{
		min-height: 160px;
	}	
	
	box [type="radio"]:checked + label {
		height: 30px;
	}	
	
	.select-box [type="checkbox"]:not(:checked) + label, .select-box [type="checkbox"]:checked + label {
		height: 30px;
	}	
	
	.select-box [type="radio"]:not(:checked) + label, .select-box [type="radio"]:checked + label {
		height: 30px;
	}	
	
	.drop-icon {
		display: none;
	}	
	
	.finish-step i {
		display: none;
	}	
	
    header .header-box {
        padding-top: 10px;
    }
	
	header h1 {
		font-size: 36px;
	}	

    header .after-h1 {
        margin-bottom: 40px;
        font-size: 20px;
    }

    header {
        padding: 100px 0 50px;
    }

    .item-box span {
        font-size: 15px;
        line-height: 16px;
    }

    .item-box {
        height: 100px;
    }

    #step-form {
        padding: 20px;
        height: auto;
    }

    #how .how-card {
        padding: 20px;
        margin-top: 50px;
    }

    .after-h2 {
        font-size: 16px;
        margin: 0 0 40px;
    }

    .navbar-default .navbar-nav>li.phone {
        text-align: center;
        margin-right: 0;
        padding-top: 6px;
        margin-bottom: 15px;
    }

    section {
        padding: 50px 0;
    }

    #wizzard {
        padding-bottom: 50px;
    }

    #wizzard .col-md-4.col-sm-4 {
        width: 50%;
        float: left;
    }

    header .col-md-4.col-sm-6 {
        width: 50%;
        float: left;
    }

    .how-box {
        padding-left: 115px;
        margin-bottom: 30px;
    }

    .how-box img {
        position: absolute;
        width: 90px;
        height: auto;
    }

    a.link-privacy {
        float: none;
    }

	#fileup {
		height: 100px;
		width: 200px;
	}
	.timer-container .inner{
		margin: 0;
	}
	.timer-container .rf .btn, .timer-container .rf .form-group{
		float: none;
		margin-bottom: 15px;
		width: auto;
	}
	.timer-container .rf .btn{
		margin: 0;
		padding: 16px 35px;
	}
	.timer-container .timer{
		overflow: hidden;
		width: 237px;
	}
	.timer-container .timer div{
		width: 48px;
	}
	.timer-container .timer .point{
		width: 15px;
	}	
	.countdown-inner{
		font-size: 18px;
	}
	.countdownHolder > span:nth-of-type(1), 
	 .countdownHolder > span:nth-of-type(3), 
	 .countdownHolder > span:nth-of-type(5), 
	 .countdownHolder > span:nth-of-type(7){
		margin-right: 12px;
		padding: 11px 9px;
	}
	.countdownHolder > span:nth-of-type(1):before, 
	 .countdownHolder > span:nth-of-type(3):before, 
	 .countdownHolder > span:nth-of-type(5):before{
		background-size: contain;
		height: 12px;
		margin-top: -6px;
		right: -9px;
		top: 50%;
		width: 5px;
	}
	.countdownHolder > span:nth-of-type(1):after, 
	 .countdownHolder > span:nth-of-type(3):after, 
	 .countdownHolder > span:nth-of-type(5):after, 
	 .countdownHolder > span:nth-of-type(7):after{
		font-size: 10px;
	}
	.action-slider .countdown-wrapper{
		text-align: left;
	}
	.action-slider-nav .item .element a{
		font-size: 16px;
		padding: 20px;
	}
	.countdownHolder:after{
		height: 21px;
	}	
	img.podarok{
		display: none;
	}
}

@media(max-width: 500px){
    .item-box {
		height: 80px;
    }

    header .header-box .btn {
        margin-bottom: 0;
    }

	header h1 {
		font-size: 30px;
	}	

    .button-box {
        text-align: left;
    }

}

header#thank {
    height: 100vh;
}

header#thank .header-box {
    padding-top: 45px;
}

header#thank img.header-item-img{
    margin-top: 0;
}

@media(max-width: 767px){
    header#thank {
        padding: 0;
    }

    header#thank .header-box {
        padding-top: 0;
    }

    header#thank h1 {
        font-size: 30px;
    }
}