.heading .container-fluid {
    background: url(/images/fon.jpg), linear-gradient(rgba(32, 28, 235, 0.52), rgba(25, 0, 0, 0.82)), no-repeat fixed center;
    background-blend-mode: overlay;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;


}

.heading .row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.heading .middle  {
    /*//font-size: 50px;*/
    text-align: center;
   /* //margin: -95px 0px 0px 0px;*/
   /* //color: #D4AF37;
    //font-family: 'Alfa Slab One', cursive;
    //font-weight: bold;
    //text-shadow: 0px 0px 10px 10px lightgreen;*/
     
}

.socs{  //position: absolute;
        top: 125px;
        left: 445px;
    }
    .socs1{
        //background: #fff;
        border-radius: 11px;
        padding: 3px 2px 1px 3px;
        position: ;
        //top: 123px;
        z-index: 1000;
        left: 306px;
        ..width: 262px;
        ..height: 50px;
        line-height: 2rem;
    }
    .socs img {
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    }
    /* ÐŸÐ¾Ð²Ð¾Ñ€Ð¾Ñ‚ Ð½Ð° 360 Ð³Ñ€Ð°Ð´ÑƒÑÐ¾Ð² Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ ÐºÑƒÑ€ÑÐ¾Ñ€Ð°*/
    .socs img:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    .socs1 img {
        width: 42px;
        height: 42px;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    }
    /* ÐŸÐ¾Ð²Ð¾Ñ€Ð¾Ñ‚ Ð½Ð° 360 Ð³Ñ€Ð°Ð´ÑƒÑÐ¾Ð² Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ ÐºÑƒÑ€ÑÐ¾Ñ€Ð°*/
    .socs1 img:hover {
        width: 42px;
        height: 42px;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    }

    .block_icon a {
     text-decoration: none;
     font-size: 30px;
     color: #FFFFFF;
     font-family: 'Montserrat' ;
     font-weight: bold;
     
 }

@media (max-width: 1400px){
  .heading h1 {
    font-size:25px;
   }  
   .block_icon a{
    font-size: 25px;
   }
 }

 @media (max-width: 1400px){
 .heading .middle img {
    max-width: 350px;
 }
}

  .line {
    width: 100%;
    height: 3px;
    background-color: #fff;
}

 @media (max-width: 1200px){
 .heading .middle img {
    max-width: 300px;
 }
}



 }

img {
	border:0 none;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-family: 'Russo One', sans-serif;
	color: #49708a;
}


h1 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

h2 {
	color: #88abc2;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}


h3 {
	font-size: 16px;
	margin-bottom: 20px;
}

h2 + h3
{
	margin-top: -20px;
}

h3 a, h3 a:hover {
	color: #49708a;
}

p {
	margin-bottom: 2rem;
}

hr, .hr {
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:50px 0;
	overflow:hidden;
	padding:0;
	color: #49708a;
}

a, a:hover {
	color: #000000;
}

table {
	width: 100%;
}

table th, table td {
	padding: 10px;
}

table th {
	color: #333;
	text-align: center;
	font-weight: 600;
}

table tr {
	border-top: solid 1px #feeac6;
	border-bottom: solid 1px #feeac6;
}

table.border tr > td
{
	border: none
}

table.noborder td, table.noborder th, table.noborder tr {
    border: none;
}

table.noborder {
    margin-top: -10px;
}

label {
	line-height: normal;
}

.footer{
background:#000;
padding:30px 0px;
font-family: 'Play', sans-serif;
text-align:center;
}

.footer .row{
width:100%;
margin:1% 0%;
padding:0.6% 0%;
color:gray;
font-size:0.8em;
}

.footer .row a{
text-decoration:none;
color:gray;
transition:0.5s;
}

.footer .row a:hover{
color:#fff;
}

.footer .row ul{
width:100%;
}

.footer .row ul li{
display:inline-block;
margin:0px 30px;
}

.footer .row a i{
font-size:2em;
margin:0% 1%;
}

@media (max-width:720px){
.footer{
text-align:left;
padding:5%;
}
.footer .row ul li{
display:block;
margin:10px 0px;
text-align:left;
}
.footer .row a i{
margin:0% 3%;
}
}
