@charset "utf-8";
/* CSS Document */

/* Header */

.topBan {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #000;
    padding: 20px 14px;
    background-color: rgba(255, 255, 255, 0.76);
    margin-top: 46px;
    margin-left: 80px;
    line-height: 28px;
    border: 1px solid rgba(34, 34, 34, 0.53);
    border-radius: 20px;
}

/* Wrappers */

.img-circle {
	width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px #EFEBEB solid;
    float: none;
    margin: 0 auto 25px auto;
-webkit-box-shadow: 1px 1px 4px 1px rgba(230,227,230,1);
-moz-box-shadow: 1px 1px 4px 1px rgba(230,227,230,1);
box-shadow: 1px 1px 4px 1px rgba(230,227,230,1);
}

.transBox {
    display: block;
    overflow: hidden;
    color: #fff;
    background: rgba(0, 0, 0, 0.72);
    padding: 24px;
    border: 1px solid rgb(0, 0, 0);
	border-radius: 20px;
}

.transBox h2 {
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 10px;
}


.transBox .item {
position: relative;
text-align: center;
color: #FFF;
transition: 0.18s;
margin: 0 !important;
}

.transBox p {
	font-size:16px;
}

.transBox .contacts-widget .contacts-info-list > li > .fa, 
.whiteBox .contacts-widget .contacts-info-list > li > .fa  {
	color:#FFF;
	background: #265ABD;
	    background: rgb(109,179,242);
    background: -moz-linear-gradient(-45deg, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
    background: linear-gradient(135deg, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=1 );
}

.pageMiddle {
    color: #EFE8E0;
    
	margin: 70px -30px 70px -30px;
    padding: 55px;
    
    position: relative;
    overflow: hidden;
    background: #000 !important;
	
}

/* Misc */ 


.accord {
	width:120px;
	height:auto;
	margin-left: 12px;
}


.section-dark h2 {color:#FFF}


.tp-banner ul {
    display:none;
	list-style: none;
    padding: 0;
    margin: 0;
}

/* Footer */
.paraLast {
    float: right;
    text-align: right;
}

.widget_text, .contacts-widget {
	font-size:16px;
}

a:hover {
    text-decoration: none !important;
}

/* forms */

.checkGroup {
    padding: 12px;
    border: 1px solid #dcdcdc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 15px 0;
    box-sizing: border-box;
    font-size: 16px;
}

.secureBlock {
    position: relative;
    padding: 14px 10px 0 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 15px 30px;
    box-sizing: border-box;
    font-size: 16px;
    overflow: hidden;
    width: 80%;
}

.secureBlock img {
    margin-top: -7px;
    height: 45px;
}

.specialK {
	font-size:18px;
	padding-top:8px;
}

.specialP {
    font-size: 18px;
    margin-top: -40px;
    font-weight: 700;
    margin-bottom: 16px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 8px 0;
    margin-top: 1px \9;
    line-height: normal;
}

/* Response */


@media (max-width: 1222px) {
	.header-main {
		position: relative;
		background: #efefef;
	}
	.topBan {display:none}
}

@media (max-width: 1198px) {
	
	.secureBlock {width: 100%}
	.secureBlock img {margin-bottom:18px}
	.secureBlock .btn-primary {margin-bottom:18px}
	
}
@media (max-width: 992px) {
	.specFix {margin-top:20px}
}
@media (max-width: 767px) {
.paraLast {
    float: none;
    text-align: center;
    margin-top: 12px;
}
.header .logo img {
    position: relative;
    display: inline-block;
    z-index: 2;
    width: 80%;
}
}
