a, a:hover, a:active, a:visited, a:focus{
	text-decoration: none;
    /* display:inline-block; */
}

#header{
	height: 700px;
	background: url(../img/Header.png) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.header_tabs{
	background: rgba(222, 235, 247, 0.6);
	position: absolute;
	height: 75px;
	width: 100%;
	z-index: 1;
	padding-top: 25px;
}

.header_tabs ul, .ratio_ul, .detailed_info_ul, .detailed_info_text_ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.header_tabs ul li{
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #d0c9c9;
}

.header_tabs ul li a{
	color: #555555;
	font-family: 'NeoSansPro-Regular';
	font-size: 14px;
}

.header_tabs ul li a:hover{
	opacity: 0.8;
}

.header_tabs ul li:last-child{
	border-right: 0;
}

.header_tabs ul li:nth-child(1){
	padding-left: 0;
}

.subscribe{
    width: 250px;
	display: block;
	height: 45px;
	border-radius: 15px;
	line-height: 45px;
	background: #ceef32;
	text-align: center;
	font-family: 'NeoSansPro-Regular';
	font-size: 15px;
	text-transform: uppercase;
	color: #30362f;
	margin-top: -10px;
}

.subscribe:hover{
    width: 100%;
	cursor: pointer;
	opacity: 0.8;
    border: 0px;
}

.moreinfo{
	display: block;
    height: 50px;
    width: 260px;
    border-radius: 15px;
    line-height: 50px;
    background: #ceef32;
    text-align: center;
    font-family: 'NeoSansPro-Regular';
    font-size: 18px;
    text-transform: uppercase;
    color: #30362f;
    margin-top: 30px;
	box-shadow: 0 0 25px 0 #ceef32;
    -webkit-box-shadow: 0 0 25px 0 #ceef32;
    -moz-box-shadow: 0 0 25px 0 #ceef32;
}

.moreinfo:hover{
	cursor: pointer;
	opacity: 0.8;
}

#header h2{
	font-family: 'NeoSansPro-Bold';
	color: #ceef32;
	font-size: 44px;
	margin-top: 150px;
}

#header p{
	font-family: 'NeoSansPro-Regular';
	color: #ffffff;
	font-size: 35px;
	margin: 35px 0 0;
	padding-right: 140px;
}

#features{
	background: #ffffff;
	padding-top: 100px;
	padding-bottom: 20px;
}

#features h2, #cases h2, #stay_up_to_date h2{
	font-family: 'SFUIDisplay-Bold';
	color: #000000;
	text-align: center;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: bold;
}

.ratio{
	width: 100%;
	height: 800px;
}

.ratio img{
	max-width: 100%;
}

.mt50{
	margin-top: 50px;
}

.ratio_ul li, .ratio_vloc{
	margin: 50px 0;
}

.ratio_ul li:nth-child(2), .ratio_vloc:nth-child(2){
	margin: 200px 0;
}

.ratio_text{
	padding-left: 20px;
}

.ratio_text li{
	color: #000000;
	font-family: 'NeoSansPro-Regular';
	font-size: 18px;
}

.ratio_title{
	font-family: 'NeoSansPro-Bold';
	color: #ceef32;
	font-size: 26px;
}

.ratio_vloc{
	margin: 50px 0;
}

.ratio_vloc:nth-child(2){
	margin: 150px 0;
}

#detailed{
	background: url(../img/bg.png) no-repeat center center;
	background-size: cover;
	height: 600px;
	padding-top: 35px;
	padding-bottom: 50px;
}


.detailed_block_img{
	text-align: center;
}

.detailed_block p{
	font-family: 'NeoSansPro-Bold';
	color: #000000;
	text-align: center;
	font-size: 18px;	
}

.detailed_block img{
	max-width: 100%;
}

.db:before{
	position: absolute;
	content: '';
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	width: 10px;
    height: 83%;
    top: 20px;
}

.db2:before{
	position: absolute;
	content: '';
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	height: 10px;
    bottom: 60px;
    left: 50%;
    width: 60%;
    transform: translate(-50%,-50%);
}

.db3:before{
	position: absolute;
	content: '';
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	height: 10px;
    bottom: 60px;
	left: 38%;
    width: 20%;
    transform: translate(-50%,-50%);
}

#detailed_info{
	padding: 50px 0;
}

.detailed_info_ul{
	border-bottom: 1px solid #d3d3d3;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.detailed_info_ul li{
	display: inline-block;
}

.detailed_info_title{
	font-family: 'NeoSansPro-Bold';
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	width: 40%;
	vertical-align: top;
}

.detailed_info_text_ul li{
	display: block;
	font-family: 'NeoSansPro-Regular';
	font-size: 18px;
}

.radiusimg{
	margin-top: 20px;
	height: 265px;
	width: 100%;
	position: relative;
}

.radiusimg{
	max-width: 100%;
}

.radiusimg_text, .radiusimg_text2, .radiusimg_text3{
	display: none;
}

#cases{
	padding-top: 25px;
}

.cases_block_img{
	//width: 260px;
	height: 165px;
	text-align: center;
	position: relative;
}

.cases_block_img img{
	max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86%;
    transform: translate(-50%,-50%);	
}


.cases_block_text p{
	text-align: center;
	font-family: 'NeoSansPro-Regular';
	font-size: 24px;
	color: #000000;
	//text-transform: capitalize
}

.mt{
	margin-top: 20px;
}

#stay_up_to_date{
	padding: 25px 0 80px;
}

#stay_up_to_date p{
	font-size: 30px;
	font-family: 'NeoSansPro-Regular';
	color: #000000;
	text-align: center;
	margin: 0 0 20px; 
}

#stay_up_to_date span{
	font-family: 'NeoSansPro-Bold';
}

#stay_up_to_date .subscribe{
	border-radius: 5px;
	font-size: 18px;
	font-family: 'NeoSansPro-Bold';
}

.searchi{
	height: 43px;
    border: 2px solid #ceef32;
    margin-top: -8px;
}

#footer{
	height: 100px;
	background: #000000;
}

#footer p{
	color: #ffffff;
	text-align: center;
	font-family: 'OpenSans-Bold';
    margin: 0;
    line-height: 100px;	
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(67,66,66,.8);
    z-index: 2;
    display: none;
}

.img2{display:none;}

@media (max-width: 1154px)
{
	.ratio_ul img{
		max-width: 90%;
		text-align: center;
	}

	.radiusimg img{
		max-width: 100%;
	}
	
	.ratio_vloc:nth-child(2) {
		margin: 80px 0;
	}
	
	.detailed_info_title {
		width: 42%;
	}


}

@media (max-width: 1024px)
{
	.cases_block_text p {
		font-size: 20px;
	}

    .img1{
        display:none;
    }

    .img2{
        display: block;
    }

    .radiusimg_text, .radiusimg_text2, .radiusimg_text3{
        display: block;
        position: absolute;
        font-size: 11px;
        color: #000000;
        font-weight: bold;
    }

    .radiusimg_text3{
        top: -10px;
        right: 0px;
    }

    .radiusimg_text2{
        top: -3px;
        right: 40%;
    }

    .radiusimg_text{
        top: 5px;
        left: 24%;
    }

    .subscribe {
        width: 250px;
        margin: auto;
        margin-top: 10px;
    }

    .menu_ul{
        margin-bottom: 25px;
        text-align: center;
        margin: auto;
    }

    .header_tabs {
        height: 140px;
    }

    .ratio img {
        max-width: 35%;
    }

    .ratio {
        height: 600px;
        text-align: center;
    }

    .ratio_ul{
        display: none;
    }

    .ratio_vloc {
        text-align: center;
    }

    .ratio_text {
        padding-left: 0;
        list-style: none;
    }

    #detailed{
        height: auto;
    }

    .db2:before {
        width: 30%;
    }

    .db3:before {
        left: 43.5%;
        width: 10%;
    }

    .detailed_info_title {
        width: 100%;
    }

    .cases_block_img {
        width: 265px;
    }

    #cases .col-md-3{
        float: left;
        width: 49%;
        text-align: -webkit-center;
        text-align: -moz-center;
    }

    .noblock:nth-child(1), .noblock:nth-child(4){
        display: none;
    }
}

@media (max-width: 768px)
{
	.img1{
		display:none;
	}

	.img2{
		display: block;
	}
	
	.radiusimg_text, .radiusimg_text2, .radiusimg_text3{
		display: block;
		position: absolute;
		font-size: 11px;
		color: #000000;
		font-weight: bold;
	}
	
	.radiusimg_text3{
		top: -10px;
		right: 0px;
	}

	.radiusimg_text2{
		top: -3px;
		right: 40%;
	}

	.radiusimg_text{
		top: 5px;
		left: 24%;
	}
	
	.subscribe {
		width: 250px;
		margin: auto;
		margin-top: 10px;
	}
	
	.menu_ul{
		margin-bottom: 25px;
		text-align: center;
		margin: auto;
	}
	
	.header_tabs {
		height: 140px;
	}
	
	.ratio img {
		max-width: 35%;
	}
	
	.ratio {
		height: 600px;
		text-align: center;
	}
	
	.ratio_ul{
		display: none;
	}
	
	.ratio_vloc {
		text-align: center;
	}
	
	.ratio_text {
		padding-left: 0;
		list-style: none;
	}
	
	#detailed{
		height: auto;
	}
	
	.db2:before {
		width: 30%;	
	}
	
	.db3:before {
		left: 43.5%;
		width: 10%;	
	}
	
	.detailed_info_title {
		width: 100%;
	}
	
	.cases_block_img {
		width: 265px;
	}
	
	#cases .col-md-3{
		float: left;
		width: 49%;
		text-align: -webkit-center;
		text-align: -moz-center;
	}
	
	.noblock:nth-child(1), .noblock:nth-child(4){
		display: none;
	}
}

@media (max-width: 425px)
{
	#cases .col-md-3{
		float: none;
		width: 100%;
	}
	
	.noblock:nth-child(1), .noblock:nth-child(4){
		display: none;
	}
	
	.radiusimg {
		height: auto;
	}
	
	.db2:before {
		width: 54%;
		bottom: 45px;
	}
	
	.db3:before {
		left: 39%;
		width: 16%;
		bottom: 45px;
	}
	
	#header h2 {
		font-size: 32px;
		margin-top: 115px;
		text-align: center;
	}
	
	#header p {
		font-size: 30px;
		padding-right: 0;
		text-align: center;
	}
	
	.moreinfo{
		margin: auto;
		margin-top: 50px;
	}
	
	#header {
		background: url(../img/Header.png) no-repeat 38% center;
	}
}

@media (max-width: 375px)
{
	.header_tabs ul li {
		padding-right: 8px;
		padding-left: 8px;
	}
	
	.db2:before {
		width: 60%;
	}
	
	.db3:before {
		left: 38%;
		width: 18%;
		bottom: 45px;
	}
	
	.ratio {
		height: 300px;
	}
	
	#header h2 {
		font-size: 30px;
		margin-top: 80px;
		text-align: center;
	}
	
	#header p {
		font-size: 28px;
		padding-right: 0;
		text-align: center;
	}
	
	.moreinfo{
		margin: auto;
		margin-top: 50px;
	}
}

@media (max-width: 320px)
{
	.header_tabs ul li {
		padding-right: 8px;
		padding-left: 8px;
	}
	
	.db2:before {
		width: 60%;
	}
	
	.db3:before {
		left: 38%;
		width: 18%;
		bottom: 45px;
	}
	
	.ratio {
		height: 300px;
	}
	
	#header h2 {
		font-size: 30px;
		margin-top: 80px;
		text-align: center;
	}
	
	#header p {
		font-size: 28px;
		padding-right: 0;
		text-align: center;
	}
	
	.moreinfo{
		margin: auto;
		margin-top: 50px;
	}
	
	.menu_ul{
		display: none;
		position: absolute;
		left: 0;
		top: 20px;
		z-index: 25;
		width: 100%;
		background: #fff;
	}
	
	.menu_btn {
		padding: 4px 5px;
		margin-right: 0;
		margin-top: 0;
		background: none;
		position: absolute;
		top: -15px;
		left: 10px;
		background: #000000;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	
	.header_tabs ul li {
		padding-right: 0;
		padding-left: 0;
		margin: 8px 0;
		display: block;
	}

	.header_tabs ul li a{
		font-size: 16px;
	}
	
	.menu_btn .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #fff;
		height: 3px;
		margin: 3px 0;
	}
	
	.header_tabs {
		height: 100px;
	}


    /*///////всплывающе окно////////*/
    #dialog::backdrop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        color: #ceef32;
    }

    .styled {
        border: 1px solid #ceef32;
        border-radius: 6px;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    }

    .thank_text{
        margin: 20px 0 0 0;
        font-family: 'NeoSansPro-Regular';
        font-size: 20px;
    }

}




