a:active {
    text-decoration: none;
    outline: medium none;
}
input:hover, input:focus, input:active {
    text-decoration: none;
    outline: medium none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header, nav, section, article, aside, footer {
    display: block;
}
body {
    min-height: 100vh;
    font-family: "Helvetica";
}
.oh {
    overflow: hidden;
}
.container {
    width: 1026px;
    margin: 0 auto;
}
.page{
    position: relative;
    z-index: 20;
    background-image:linear-gradient(to bottom, rgba(14, 46, 71, 0.6) 40%, #ffffff);
    min-height: 100vh;
    padding: 50px 0;
    overflow: hidden;
}
.page_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	display: none;
}

.page_timer{
    width: 650px;
    height: 650px;
    margin: 0 auto 200px;
    position: relative;
    text-align: center;
}
.page_timer img{
    width: 100%;
    height: 100%;
}
.pt_block{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
}
.pt_block h3{
    font: 700 85px/85px 'Helvetica';
    text-transform: uppercase;
    margin: 0;
    padding: 80px 0;
}
.pt_block h6{
    font: 500 19px/19px 'Helvetica';
    text-transform: uppercase;
    margin: 0;
}

.our_work{
    padding: 150px 0;
}
h5{
    font-family: 'HelveticaNeueCyr-Light';
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: rgba(14, 46, 71, 1);
    margin-bottom: 25px;

}

.works_list{
    display: flex;
    justify-content: space-between;

}
.work_item{
    text-align: center;
    width: 219%;
}
.work_item_image{
    margin-bottom: 20px;
    text-align: center;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work_item_image a{
    height: 100%;
    display: block;
}
.work_item_image img{
    max-height: 100%;
    max-width: 100%;
	border-radius: 50%;
}
.work_item_name{
    display: inline-block;
    font-size: 14px;
    font-family: 'HelveticaNeueCyr-Roman';
    text-align: center;
    color: rgba(14, 46, 71, 1);
    transition: 0.2s all;
    /*text-decoration: underline;*/
    line-height: 24px;
}
.work_item_name:hover{
    text-decoration: none;
    color: rgba(14, 46, 71, 1);
}
span.copywriting.bottom-c {
    font-size: 13px;
    color: #8c8b8b;
    margin-top: 0;
    padding-bottom: 30px;
}
@media (max-width: 767px){
    .works_list{
        display: block;
    }
    .work_item{
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }
    span.copywriting.bottom-c{
        padding-top: 20px;
    }

}
.subscribe_block{
    width: 530px;
    margin: 0 auto;
    padding: 150px 0 ;
}
.subscribe_block form{
    display: flex;
    justify-content: space-between;
}
.input_box{
    flex-grow: 1;
    flex-basis: 0;
}
.subscribe_input{
    height: 40px;
    border: solid rgba(14, 46, 71, 1) 1px;
    padding: 0 5px 0 20px;
    color: rgba(14, 46, 71, 1);
    width: 100%;
    border-radius: 0;
}
.subscribe_input:hover,
.subscribe_input:focus{
    border-width: 2px;
}
.btn_submit{
    height: 40px;
    width: 80px;
    background: rgba(14, 46, 71, 1);
    border: 1px solid rgba(14, 46, 71, 1) ;
    font: 16px/38px 'Helvetica';
    color: #ffffff;
    transition: 0.3s all;
    text-align: center;
    margin-left: 20px;
    cursor: pointer;
}
.btn_submit:hover,
.btn_submit:focus{
    background: #ffffff;
    color: rgba(14, 46, 71, 1);
}
.ip_link a{
    color: rgba(14, 46, 71, 1);
}
.subscribe_block h5{
    color: #ffffff;
}
.ip_links{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 650px;
	margin: 0 auto;
}
.ip_links a{
	display: block;
	width: 180px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #ffffff;
	font: 14px/38px 'Helvetica';
	text-align: center;
	color: #ffffff;
}
.ip_links a:hover{
	text-decoration: none;
}

.page_wrapper_dotts{
	display:flex;
	position: fixed;
	width: 100%;
	bottom: 10px;
	padding: 0 10px;
	z-index: 100;
	justify-content: space-between;
}
.page_dott{
	width: 24%;
	height: 8px;
	border: 1px solid #e7d9a2;
	display: block;
	
}
.page_dott span{
	width: 0;
	display: block;
	height: 100%;
	background: #e7d9a2;
	
}
.page_dott.trans span{
	transition: 8s width;
	transition-timing-function: linear;
}
.page_dott.active span{
	width: 100%;
}

@media (max-width: 1200px){
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}
@media (max-width: 767px){
    .page_timer {
        width: 350px;
        height: 350px;
        margin: 0 auto 50px;
    }
    .pt_block h3 {
        font: 700 65px/65px 'Helvetica';
        text-transform: uppercase;
        margin: 0;
        padding: 30px 0;
    }
    .pt_block h6 {
        font: 500 16px/19px 'Helvetica';
    }
    .page{
        padding: 50px 10px;
    }
    .subscribe_block {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0;
    }
    h5{
        font-size: 20px;
        color: #ffffff;
    }
    .our_work {
        padding: 50px 0;
    }
    .ip_link a {
        color: #ffffff;
    }
	.ip_links{
		display: block;
		width: auto;
	}
	.ip_links a{
		margin: 0 auto 20px;
	}
	.ip_links a:last-child{
		margin-bottom: 0;
	}
}
@media (max-width: 370px){
    .page_timer {
        width: 300px;
        height: 300px;
    }


}