* {	after word-wrap: break-word; }
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html, body{
font-family:Geneva, Arial, Helvetica, sans-serif;
height: 100%;
font-size: 13px;
}
.clearfix:after{
 content: '';
 display: table;
 width: 100%;
 clear: both;
}
.change-font-number-span{

color: #fff;

    background-color: #6eabff;
    width: 70px;
    height: 55px;
    border-radius: 70px;
    float: left;
    text-align: center;
    font-size: 36px;
    padding-top: 15px;
	

  box-shadow: 0px 8px 16px 0px rgba(0, 91, 216, 0.63);

}

.title-blc{color: #0080e2;
    font-size: 24px; margin-left: 90px;}
.blc2-wrp p{
	color: #6d6d6d;
    font-size: 16px;
    padding: 10px 0 30px 70px;
    margin-left: 20px; line-height: 1.4;
}

 

/*header-blc ONN*/

.header-blc{
 background: url(../img/bg.jpg) center no-repeat;
 min-height: 900px;
 margin-bottom: 35px;
} 
.container-main{
/* background: silver;*/
 padding-bottom: 10px;
 margin: 0 auto;
 max-width: 1195px;
 width: 100%;
 min-height: 850px; 
}
.nav-list{
float: right;
/*  width: 684px; */
 min-height: 50px;
margin-top: 15px;
}
.nav-list li{
 float: left;
 margin-top: 10px;
 margin-left: 25px;
 list-style-type: none;
}
.nav-list li:first-child{
 margin-left: 0;
}
.nav-list li:last-child{
 margin-left: 7px;
}
.nav-list li a{
 text-decoration: none;
    font-size: 15px;
    
    text-transform: uppercase;
    font-weight: 700;
}
.nav-list li a:hover{
 color: #0b82f7;
 transition: 1s ease-out;
 -webkit-transition: 1s ease-out;
 -moz-transition: 1s ease-out;
 -o-transition: 1s ease-out;
 
}

.themes-blc-blocks-one p{
	
  background-color: rgb(0, 147, 232);
  box-shadow: 0px 8px 16px 0px rgba(0, 126, 198, 0.63);
height: 85px;
    color: #fff;
    padding-top: 15px;
	padding-left: 20px;
 }


.nav-list-reg-blc{

color:#fff;
 display: inline-block;
 text-align: center;
 box-sizing: border-box;
 margin-top: -3px;
 padding-top: 11px;

 min-height: 37px;
 

  border-radius: 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(1,94,234) 0%, rgb(0,192,250) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(1,94,234) 0%, rgb(0,192,250) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(1,94,234) 0%, rgb(0,192,250) 100%);
  box-shadow: 0px 6px 16px 0px rgb(9 149 241 / 49%);
  width: 150px;
  height: 47px;
 }
 
 .nav-list-reg-blc:hover{box-shadow: 0px 6px 16px 0px rgb(9 149 241);
	 
 }
 
.nav-list-vxod-blc{

 border-radius: 5px;
 display: inline-block;
 text-align: center;
 box-sizing: border-box;
 margin-top: -3px;

 min-height: 37px;
 background-image: -moz-linear-gradient( 90deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
  box-shadow: 0px 6px 16px 0px rgb(255 129 108 / 43%);
  padding: 8px 10px;
  height: 47px;
  color:#fff;
}

.nav-list-vxod-blc:hover{box-shadow: 0px 6px 16px 0px rgb(255 129 108);}

.nav-list .nav-list-reg-blc:hover{
 color: #fff;
 transition: 0.4s;
 -webkit-transition: 0.4s;
 -moz-transition: 0.4s;
 -o-transition: 0.4s;
}
/* touch-menu style ONN*/
 #touch-menu{
 display: none;
}
/* touch-menu style OFF*/

/*popup-widnow ONN*/
.btn{
  display: block;
  padding-top: 4px;
  width: 72px;
  height: 35px;
  cursor: pointer;
  border-radius: 5px;
  transition: .3s all;
}
.btn:hover{
 color: #fff;
 transition: 0.4s;
 -webkit-transition: 0.4s;
 -moz-transition: 0.4s;
 -o-transition: 0.4s;
}
.popup{
  display: block;
    
    width: 370px;
    background-color: #ffffff;
    padding: 50px 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -999px;
    transition: .5s all linear;
    box-shadow: 0px 6px 43px 0px rgb(143 173 191 / 85%);
}
.popup h3{
 font-size: 16px;
 margin-bottom: 15px;
 text-align: center;
}
.popup input{
display: block;
    width: 95%;
    height: 54px;
    margin: 0 auto 15px auto;
    padding: 0 0 0 17px;
    box-sizing: border-box;
    outline: none;
    font-size: 15px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    background: #ffffff;
    color: #303f4e;
}
.submit{
  cursor: pointer;
  border: 0;
}
#callback{
  display: none;
}
#callback:checked ~ .popup{
  top: 207px;
}
.close{
 display: block;
    position: absolute;
    transform: rotate(45deg);
    font-size: 45px;
    top: 1px;
    right: 10px;
    cursor: pointer;
    color: #0080e2;
}
.popup .big-btn-reg{
 width: 100%;
 margin: 0 auto;
}
/*popup-widnow OFF*/

.header-blc-obut{
 padding: 112px 0 0 0;
 min-height: 300px;
}
.header-blc-obut img{
	float:left;
	
}
.ssb{font-size: 100px;
    line-height: 1;}
.header-blc-obut-won{

 margin-left: 109px;
 width: 900px;
 min-height: 150px;
}
.header-blc-obut-won img{
 margin-right: 45px;
 float: left;
 width: 190px;
 height: auto;
}
.header-blc-obut-won h1{

 font-weight: 700;
color: #002a55;
}
.header-blc-obut-won span{
    text-transform: uppercase;
    font-size: 34px;
}
.header-blc-obut-two{
padding: 15px 0;
 margin-left: 335px;
 margin-bottom: 10px;
 width: 735px;
 font-size: 20px;
 font-weight: 700;
 color: #002a55;
}
.header-blc-obut-two h3{
 line-height: 30px;
}
.header-blc-obut-two p{
 line-height: 24px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding: 0 12px;
    margin-bottom: 10px;
	width: 70%;
    float: left;
}
.header-blc-obut-two:hover{
 border-color: #fff;
 transition: 0.7s ease-out;
 -webkit-transition: 0.7s ease-out;
 -moz-transition: 0.7s ease-out;
 -o-transition: 0.7s ease-out;
}
.header-blc-obut-two h3{
 font-size: 26px;
 margin-bottom: 7px;
}
.header-blc-obut-three{
background: url(../img/dok.png) left no-repeat;
    margin-left: 325px;
    margin-bottom: 10px;
    line-height: 26px;
    padding: 9px;
    width: 520px;
    font-size: 24px;
    font-weight: 200;
    color: #002a55;
    height: 170px;
}
.header-blc-obut-three p{padding: 25px 0 0 150px;line-height: 1.4;}
.header-blc-obut-three:hover{
 border-color: #fff;
 transition: 0.7s ease-out;
 -webkit-transition: 0.7s ease-out;
 -moz-transition: 0.7s ease-out;
 -o-transition: 0.7s ease-out;
}
.big-btn-reg{
text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    width: 380px;
    height: 68px;
    font-size: 16px;
    font-weight: 700;
  
    margin-bottom: 41px;
    padding: 10px 34px;
    background-image: -moz-linear-gradient( 90deg, rgb(1,94,234) 0%, rgb(0,192,250) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(1,94,234) 0%, rgb(0,192,250) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(1,94,234) 0%, rgb(0,192,250) 100%);
    box-shadow: 0px 6px 16px 0px rgb(9 149 241 / 76%);
    padding: 20px 10px 0 0;
    color: #fff;
    text-transform: uppercase;
	margin-top: 50px;
   
    margin-left: 25px;
}
.big-btn-reg:hover{
 color: #fff;
 transition: 0.4s;
 -webkit-transition: 0.4s;
 -moz-transition: 0.4s;
 -o-transition: 0.4s;
}
.maus-gcik-img-blc{
 display: block;
 margin: 0 auto;
 width: 39px;
}
.mause-img {
 width: 46px;
 height: 52px;
}
.gcik-mause-img {
 margin-left: 15px;
}
/*header-blc OFF*/
/*obut-blc ONN*/
.obut-blc-content{
 background: #fff;
 /* padding: 34px 10px 10px 10px; */
 min-height: 700px;
 
}
.obut-img-blc{
/* background: green;*/
 display: inline-block;
 float: left;
}
.obut-img-blc img{width: 385px;
    height: 581px;
    position: absolute;
    z-index: 2;
   
    top: -50px;
    left: 60px;
    border-radius: 20px;
    box-shadow: 0px 15px 20px 5px rgb(95 131 142 / 27%);
}
.obut-medal-blc{
 background: url(../img/bg2.jpg) right no-repeat;
    display: inline-block;
    max-width: 1195px;
    min-height: 800px;
    position:relative;
    z-index: 1;
	width: 100%;
}
.obut-logo-blc{

     margin: 30px 0px 10px 350px;
    text-transform: uppercase;
}
.obut-logo-blc img{
 width: 134px;
 height: 105px;
 margin-right: 14px;
 position: absolute;
 float: left;
}
.obut-logo-blc h2{
 font-size: 38px;
 line-height: 39px;
 margin-left: 147px;
 color: #002a55;
}
.medal-list-blc{
 margin-top: 50px;

    padding-top: 30px;
    width: 600px;
    min-height: 550px;
    font-size: 20px;
    color: #002a55;
float: right;
    padding-right: 10px;
}
.small-medal-text-blc2{
	margin:70px 0 0 100px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}
.small-medal-logo-blc{
 float: left;
 margin-right: 30px;
}
.small-medal-logo-blc img{
 width: 32px;
 height:26px;
}
.small-medal-text-blc{
 /* width:600px; */
 padding-bottom: 40px;
 
}
.small-medal-text-blc p{
	    line-height: 1;
    font-size: 18px;
	
} 










/*.medal-list-blc ul li {
    margin: 0;
    padding: 8px 0;
    list-style: none;
}
.medal-list-blc ul li::before {
    content: url(images/icons8-медаль-26.png);
    width: 18px;
    height: 27px;
    float: left;
    display: block;
    position: relative;
    margin-right: 7px;
    top: -4px;
}*/
/*obut-blc OFF*/
/*one-curse-blc ONN*/
#one-curse-blc{background: url(../img/bg3.jpg) top no-repeat;}

.one-curse-blc-content{

 padding-top: 34px;
 
 min-height: 700px;
}

.one-curse-blc-content h2{
 text-align: center;
 font-size: 48px;
 font-weight: 700;
 margin-bottom: 20px;

 color: #002b54;
}
.one-curse-img-blc{
/* background: green;*/
 width: 271px;
 height: 252px;
 float: left;
 margin-left: 28px;
}
.one-curse-img-blc img{
 width: 292px;
    height: 353px;
    position: relative;
    top: -120px;
}
.one-curse-list-blc{
 padding-left: 30px;
    width: 70%;
    float: right;

}
.one-yellow-blc{
     text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 5px;
z-index: 2;
    position: relative;
    display: block;
}
.circle{width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: #6eabff;
    border-radius: 70px;}
.circle-wrp{
	position: relative;
    top: -60px;
    left: 50px;
    z-index: 1;
    margin: 0 auto;
    width: 70px;
}	
.one-curse-list-blc h3{
 font-size: 30px;
 font-weight: 700;
 line-height: 28px;
 margin-top: 11px;
 margin-bottom: 9px;
 color: #000000;
}
.one-curse-decrition{
padding-left:650px;
}
.one-curse-list-blc p{ 
 font-size: 18px;
    font-weight: 200;
    color: #303f4e;
    padding: 30px 0 0 0;
	line-height: 1.5;
}
.one-curse-list-blc2{
	float: left;
}
.blc2-wrp{
	    width: 45%;
       float: left;
	   background-color: #fff;
	  
  
  box-shadow: 0px 6px 43px 0px rgba(98, 150, 181, 0.29);
  height: 150px;
    padding: 20px 10px 10px 20px;
    margin: 10px;
 
}



/*one-curse-blc OFF*/
/*two-curse-blc ONN*/
.two-curse-blc-content{
 background: #fff;
 padding-top: 34px;
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
 min-height: 700px;
}
.two-curse-blc-content h2{
 text-align: center;
 font-size: 34px;
 font-weight: 700;
 margin-bottom: 20px;
 border-bottom: 2px solid #aaaaaa;
 color: #ffd700;
}
.two-curse-img-blc{
/* background: green;*/
 width: 271px;
 height: 252px;
 float: left;
 margin-left: 28px;

}
.two-curse-img-blc img{
 width: 271px;
 height: 252px;
}
.two-curse-list-blc{
/*border: 1px solid silver;*/
 width: 778px;
 min-height: 420px;
 float: left;
 margin-left: 19px;
}
.two-yellow-blc{
 background: #ffd700;
 display: inline-block;
 text-align: center;
 font-size: 20px;
 font-weight: 700;
 padding-bottom: 5px;
 width: 95px;
 height: 26px;
}
.two-curse-list-blc h3{
 font-size: 33px;
 font-weight: 700;
 line-height: 28px;
 margin-top: 11px;
 margin-bottom: 9px;
 color: #000000;
}
.two-curse-decrition{
 font-size: 20px;
 font-weight: 700;
 line-height: 25px;
 color: #aaaaaa;
 padding-bottom: 30px;
}
.two-curse-list-blc p{ 
 font-size: 20px;
 font-weight: 700;
 color: #aaaaaa;
 padding-bottom: 15px;
}
/*two-curse-blc OFF*/
/*three-curse-blc ONN*/
.three-curse-blc-content{
 background: #fff;
 padding-top: 34px;
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
 min-height: 700px;
}
.three-curse-blc-content h2{
 text-align: center;
 font-size: 34px;
 font-weight: 700;
 margin-bottom: 20px;
 border-bottom: 2px solid #aaaaaa;
 color: #ffd700;
}
.three-curse-img-blc{
/* background: green;*/
 width: 271px;
 height: 252px;
 float: left;
 margin-left: 28px;
}
.three-curse-img-blc img{
 width: 271px;
 height: 252px;
}
.three-curse-list-blc{
/*border: 1px solid silver;*/
 width: 778px;
 min-height: 420px;
 float: left;
 margin-left: 19px;
}
.three-yellow-blc{
 background: #ffd700;
 display: inline-block;
 text-align: center;
 font-size: 20px;
 font-weight: 700;
 padding-bottom: 5px;
 width: 95px;
 height: 26px;
}
.three-curse-list-blc h3{
 font-size: 33px;
 font-weight: 700;
 line-height: 28px;
 margin-top: 11px;
 margin-bottom: 9px;
 color: #000000;
}
.three-curse-decrition{
 font-size: 20px;
 font-weight: 700;
 line-height: 25px;
 color: #aaaaaa;
 padding-bottom: 30px;
}
.three-curse-list-blc p{ 
 font-size: 20px;
 font-weight: 700;
 color: #aaaaaa;
 padding-bottom: 15px;
}
/*three-curse-blc OFF*/
/*four-curse-blc ONN*/
.four-curse-blc-content{
 background: #fff;
 padding-top: 34px;
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
 min-height: 700px;
}
.four-curse-blc-content h2{
 text-align: center;
 font-size: 34px;
 font-weight: 700;
 margin-bottom: 20px;
 border-bottom: 2px solid #aaaaaa;
 color: #ffd700;
}
.four-curse-img-blc{
/* background: green;*/
 width: 271px;
 height: 252px;
 float: left;
 margin-left: 28px;
}
.four-curse-img-blc img{
 width: 271px;
 height: 252px;
}
.four-curse-list-blc{
/*border: 1px solid silver;*/
 width: 870px;
 min-height: 420px;
 float: left;
 margin-left: 19px;
}
.four-yellow-blc{
 background: #ffd700;
 display: inline-block;
 text-align: center;
 font-size: 20px;
 font-weight: 700;
 padding-bottom: 5px;
 width: 95px;
 height: 26px;
}
.four-curse-list-blc h3{
 font-size: 33px;
 font-weight: 700;
 line-height: 28px;
 margin-top: 11px;
 margin-bottom: 9px;
 color: #000000;
}
.four-curse-decrition{
 font-size: 20px;
 font-weight: 700;
 line-height: 25px;
 color: #aaaaaa;
 padding-bottom: 30px;
}
.four-curse-list-blc p{ 
 font-size: 20px;
 font-weight: 700;
 color: #aaaaaa;
 padding-bottom: 15px;
}
/*four-curse-blc OFF*/
/*themes-blc ONN*/
.themes-blc{
 
 padding-top: 34px;

 min-height: 700px;
}
.themes-blc h2{
 
 line-height: 35px;
 font-size: 34px;
 font-weight: 700;
margin: 40px 0;
    color: #303f4e;
    text-align: center;
}
.themes-blc-content{

 
 min-height: 500px;
 margin: 0 auto;
}
.themes-blc-blocks-one{
  float: left;

    padding: 15px;
    width: 33%;
    min-height: 340px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    box-sizing: border-box;  
}
.themes-blc-blocks-one img{ 
 width: 100%;
    height: auto;
        margin: 10px 0;
	
  box-shadow: 0px 6px 43px 0px rgba(98, 150, 181, 0.29);
 


}

/*themes-blc OFF*/
/*result-blc ONN*/
.result-blc{
padding-top: 34px;
min-height: 700px;
}
.result-blc h2{
 line-height: 35px;
    font-size: 34px;
    font-weight: 700;
    margin: 40px 0;
    color: #303f4e;
    text-align: center;
}
.result-blc-content{

 margin: 0 auto;
}
.result-blc-blocks-one{
 background: #fff;
 float: left;
 margin-bottom: 47px;
 padding: 10px;
 width: 340px;
 min-height: 340px;
 text-align: center;
 font-size: 17px;
 font-weight: 700;
 line-height: 20px;
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
 box-sizing: border-box;
}
.result-blc-blocks-one img{ 
 width: 100%;
 height: 223px;
 padding-bottom: 10px;
}
.result-blc-blocks-one p{
 margin-top: 3px;
}
.result-blc-blocks-two{
 background: #fff;
 margin-left: 47px;
 margin-bottom: 47px;
 padding: 10px;
 float: left;
 width: 340px;
 min-height: 340px;
 text-align: center;
 font-size: 17px;
 font-weight: 700;
 line-height: 20px;
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
 box-sizing: border-box;
}
.result-blc-blocks-two img{ 
 width: 100%;
 height: 223px;
 padding-bottom: 10px;
}
.result-blc-blocks-two p{
 margin-top: 3px;
}
.result-blc-wrp{background-color: #ebf2f6;
height:95px;
     padding: 20px 0 0 20px;   
    }
.change-font-number{
	    font-size:22px;
    font-weight: 600;
    color: #303f4e;
    
}

.menu{color:#000;
padding-top: 15px;
    display: block;

}
.change-font-number3{
	    font-size: 18px;
    font-weight: 600;
    color: #0072ff;
    padding: 10px;
}	
.result-blc-blocks-three{
padding: 15px;
    float: left;
    width: 33%;
    min-height: 500px;
   
    line-height: 20px;
    box-sizing: border-box;
}
.themes{background-color: #ebf2f6;}
.result-blc-blocks-three img{ 
 width: 100%;
 height:362px;
 padding-bottom: 10px;
}
.result-blc-blocks-three p{
margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #6d6d6d;
    font-style: italic;
 
}
.result-blc-blocks-four{
 background: #fff;
 margin-bottom: 47px;
 padding: 10px;
 float: left;
 width: 340px;
 min-height: 340px;
 text-align: center;
 font-size: 17px;
 font-weight: 700;
 line-height: 20px;
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
 box-sizing: border-box;
}
.result-blc-blocks-four img{ 
 width: 100%;
 height: 223px;
 padding-bottom: 10px;
}
.result-blc-blocks-four p{
 margin-top: 3px;
}
.result-blc-blocks-five{
 background: #fff;
 margin-left: 47px;
 margin-bottom: 47px;
 padding: 10px;
 float: left;
 width: 340px;
 min-height: 340px;
 text-align: center;
 font-size: 17px;
 font-weight: 700;
 line-height: 20px;
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
 box-sizing: border-box;
}
.result-blc-blocks-five img{ 
 width: 100%;
 height: 223px;
 padding-bottom: 10px;
}
.result-blc-blocks-five p{
 margin-top: 3px;
}
.font-normal{
 font-weight: 400;
}
.result-blc-blocks-six{
 background: #fff;
 margin-left: 30px;
 margin-bottom: 47px;
 padding: 10px;
 float: right;
 width: 340px;
 min-height: 340px;
 text-align: center;
 font-size: 17px;
 font-weight: 700;
 line-height: 20px;
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
 box-sizing: border-box;
}
.result-blc-blocks-six img{ 
 width: 100%;
 height: 223px;
 padding-bottom: 10px;
}
.result-blc-blocks-six p{
 margin-top: 3px;
}
/*result-blc OFF*/
/*learning-obut ONN*/
.learning-blc{

 padding-top: 34px;
 padding-bottom: 47px;

 min-height: 700px;
}
.learning{background-color: #ebf2f6;}

.learning-blc-content{

 width: 1115px;
 min-height: 500px;
 margin: 0 auto;
}
.learning-obut-blc{
padding: 3% 2% 0 3%;

    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 43px 0px rgba(98, 150, 181, 0.29);
}

.learning-blc h2{
     line-height: 48px;
    font-size: 48px;
    font-weight: 700;
    margin: 40px 0;
    color: #002b54;
    text-align: center;
}
.learning-obut-blc p{
font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    float: left;
    color: #303f4e;
    padding-bottom: 20px;
	padding-right: 20px;
	width: 80%;
}
.learning-obut-blc img{float:left;margin-right: 20px;}
.learning-obut-blc p:last-child{
 margin-bottom: 20px;
}
.learning-obut-blc-img img{
 display: block;
 width:100%;
 margin: 0 auto;padding-top: 30px;
}
/*learning-obut OFF*/
/*footer ONN*/
.footer{
 background: #fff;
 min-height: 160px;
 padding-top: 22px;
}
.footer-container-main{

 margin: 0 auto;
 width: 1108px;
 min-height: 135px;
}
.footer-blc{

 min-height: 135px;
}
.footer-blc-blocks-one{

 width:250px;
 min-height: 135px;
 float: left;
}
.footer-blc-blocks-one img{
 width: 188px;
    height: auto;
    float: left;
    margin-right: 15px;
}
.footer-blc-blocks-one h2{
 font-size: 20px;
 line-height: 23px;
 color: #fff;
}


.footer-blc-blocks-two p{
font-size: 12px;

    line-height: 22px;
    color: #000;
    padding: 40px 0 0 10px;
}
.footer-blc-blocks-two p:hover{
 color: #0072ff;
 transition: 0.4s;
 -webkit-transition: 0.4s;
 -moz-transition: 0.4s;
 -o-transition: 0.4s;
}
.footer-blc-blocks-three{
float:left;
}
.footer-blc-blocks-three li{
 list-style-type: none;
 float:left;padding: 10px;

 }
.footer-blc-blocks-three a{
 text-decoration: none;
 color: #000;
 font-size: 17px;
 font-weight: 700;
}
.footer-blc-blocks-three a:hover{
 color: #0072ff;
 transition: 0.4s;
 -webkit-transition: 0.4s;
 -moz-transition: 0.4s;
 -o-transition: 0.4s;
}
#back-to-top{
 cursor: pointer;
 position: fixed;
 bottom: 20px;
 right: 20px;
 display: none;
 z-index: 1;
}
#back-to-top img{
 border-radius: 10px;
    width: 27px;
    height: 28px;
    background-image: -webkit-linear-gradient( 90deg, rgb(1,94,234) 0%, rgb(0,192,250) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(1,94,234) 0%, rgb(0,192,250) 100%);
    box-shadow: 0px 6px 16px 0px rgb(9 149 241 / 76%);
    padding: 10px;
   margin: 0 8px 70px 0;
}
.footer-blc-blocks-three li {
 margin-bottom: 5px;
}






