/*@font-face {
    font-family: BANDERAPRO;
    src: url(../fonts/Bandera/BANDERAPRO.OTF);
}
@font-face {
    font-family: BANDERAPRO-BOLD;
    src: url(../fonts/Bandera/BANDERAPRO-BOLD.OTF);
}
@font-face {
    font-family: BANDERAPROMEDIUM;
    src: url(../fonts/Bandera/BANDERAPROMEDIUM.OTF);
}*/

body{
	padding: 0;
	margin: 0;
	font-family: BANDERAPRO, "sans-serif";
	background: #000;
}


.inst_head{
	position: relative;
    padding-bottom: 200px;
    background-image: url(../img/page.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inst_head h1{
	color: #fff;
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 60px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.inst_head::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.inst_text {
    padding: 30px 0;
}

.inst_text p {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
}

.wrap {
    width: 90%;
    margin: 0 auto;
}

.inst_btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.inst_btn a {
    color: #da842f;
    text-decoration: none;
    font-size: 25px;
}

.footer__wrap a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

footer {
    margin-top: auto;
}

.footer {
    background-image: url(../img/footer-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 48px;
}

.copiright {
    padding: 10px 0 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.col-four{
    width: 33%;
    display: inline-block;
    text-align: center;
    min-width: 200px;
    vertical-align: middle;
}

.social a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
}

.tel_block a {
    display: block;
    padding: 10px 0;
}

.link_web a {
    background: #da842f;
    padding: 20px;
}

.inst_text h1 {
    color: #fff;
    text-align: center;
}

p.text_dec {
    text-align: center;
}

p.text_dec_sec {
    text-align: center;
    color: #FF0000;
}

@media screen and (max-width: 768px) {
    .col-four{
    width: 100%;
    display: inline-block;
    text-align: center;
    min-width: 200px;
    padding: 30px 0;
    }
}