/*
 Theme Name: B4Theme
 Author: by Juice - jumast@ya.ru
*/

@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Marmelad');

body {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	line-height: 1.1;
	font-size: 16pt;
	font-weight1: 400;
	background: #e6e6e6 url(/img/111.jpg) top center repeat-y !important;
	color: #000000 !important;
}

.img1 {
content:url(/img/seo.png);

}
@media screen and (max-width: 600px) {
	
	.img1 {
		width:330px;
	}
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


input, select, textarea {
	font-family: 'Marmelad', sans-serif !important;
	font-weight: 400;
}

a {
	-moz-transition: color 0.2s ease, border-bottom 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom 0.2s ease;
	transition: color 0.2s ease, border-bottom 0.2s ease;
	text-decoration: none;
	color: inherit;
}
body a {
	color: #f0484f;
}
strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

@media screen and (max-width: 736px) {

h1 {
	font-size: 2em;
}

}
.form-control {
color: #0a6786 !important;
background: rgba(255,255,255,0.3) !important;
border-color:  !important;
}
.list-group li{
color: #963a18 !important;
background: rgba(255,255,255,0.3) !important;
border-color: #0b6887 !important;

}
.input-group-text {
color: #0b6887 !important;
background: rgba(225,225,225,0.2) !important;
border-color: #bed6e0 !important;

}
.navbar-brand {font-family: 'Marmelad', sans-serif !important;font-weight: bold;backface-visibility: hidden;position: relative;z-index:19;}
.navbar {font-family: 'Marmelad', sans-serif !important;}



.bg-hefo { background-color:  !important;
border-bottom: #f6f48d 0px solid !important;}

.navbar {height: 80px;}
.navbar-light ul a{font-size: 18px;}
.navbar-brand {font-size: 22px;}

.navbar-light li a{ color: #963a18 !important;border-radius: 0em;margin: 0px 0px;padding: 0px 0px; z-index: 19 !important;position: relative;backface-visibility: hidden; z-index:19;}
.navbar-light li a:hover{ color: #f63a18 !important; z-index:19;}



.jumbotron {
	text-transform: uppercase;min-height: 300px;
}
.jumbotron h1{color: #a2c3cc !important;text-shadow: 3px 2px rgba(94, 62, 13, 1);font-weight: bold !important;letter-spacing: 1px; z-index: 0 !important;}
.jumbotron p{font-size: 130% !important;color: #ffffff;font-weight: bold; z-index: 0 !important;}

.jumbotron .atuin-btn {
	position: relative;
    font-weight: bold;
    font-size: 27px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 54px;
    max-width: 377px;
    border: 2px solid #BFE2FF;
    border-radius: 8px;
    background: ;
}




.bg-index {
background: #076585;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #076585, #c2d9e1);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #076585, #c2d9e1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
.jumbotron-page {
	background-size: cover !important;
}

.breadcrumb {
font-size: 30px;
background: none !important;
}
.breadcrumb-item{
border-bottom: #f68a38 0px solid !important;
color: #ffffff !important;
}

@media screen and (max-width: 770px) {

.breadcrumb {
	font-size: 0px;
	margin-top: -50px;
}

}

div .bg-light {
background: #f5e57c !important;
border: #d6955c 2px solid !important;
}
.table td, .table th {
border-color: #176f8d !important;
}
.table-striped td{
border-top: 2px solid #d6955c !important;
}
 .table-striped th{
color: #f5e57c;
border-top: 2px solid #c6854c !important;
border-bottom: 2px solid #c6854c !important;
}



.resp-tab {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2 ); 
	
}
.resp-tab td, .resp-tab th {
    text-align: center;
    padding: 8px;
    font-size: 15px;
    border: none;
    font-family: Verdana, sans-serif;
	
}
.resp-tab td {
    font-size: 13px;
    border-right: 1px solid #E6E4E4;
	border-radius: 5px;
}
.resp-tab th {
    color: #ffffff;
    background: #0f6a89;
	
}
.resp-tab th:nth-child(odd) {
    background: #33819b;
}
.resp-tab tr:nth-child(even) {
    background: #F8F8F8;
}
@media (max-width: 767px) {
    .resp-tab {
        display: block;
        width: 100%;
    }
    .resp-tab thead, 
    .resp-tab tbody, 
    .resp-tab thead th {
        display: block;
    }
    .resp-tab thead {
        float: left;
    }
    .resp-tab tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .resp-tab td, .resp-tab th {
        padding: 10px 2px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 160px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .resp-tab thead th {
        text-align: center;
    }
    .resp-tab tbody tr {
        display: table-cell;
    }
    .resp-tab tbody tr:nth-child(odd) {
        background: none;
    }
    .resp-tab tr:nth-child(even) {
        background: transparent;
    }
    .resp-tab tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .resp-tab tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .resp-tab td {
        display: block;
        text-align: center;
    }
}
/*** 

====================================================================
					About Us								
====================================================================

***/

.who-we-are-main-block {
    background-color1: #F4F4F4;
    padding: 40px 0;
    width: 100%;
    position: relative
}

.who-we-are-main-block .section-heading {
    margin-bottom: 5px; font-weight: 600;
}

.who-we-are-points {
    margin-top: 23px
}

.who-we-are-block {
    margin-bottom: 5px
}

.who-we-are-icon {
    width: 25px;
    height: 29px;
    font-size: 24px;
    line-height: 1.0;
    color: #f68a38;
    text-align: center;
    background-color: transparent;
    margin-right: 5px;
    display: inline-block;
    float: left;
    -webkit-transition: all .5s ease;
    transition: all .3s ease
}

.service-block,.service-heading a {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.who-we-are-block:hover .who-we-are-icon {
    color: #FFF;
    background-color: #f68a38
}

.who-we-are-dtl {
    border-bottom: 2px solid #f68a38;
    display: table
}

.who-we-are-heading {
    text-transform: none;
    line-height: 1.33;
    margin-bottom: 4px
}

.services-main-block {
    margin: 40px 0 40px
}

.service-block {
    margin-bottom: 30px;
    border-bottom: 2px solid #f68a38;
    border-radius: 3em;
    padding: 34px 14px;
    transition: all .3s ease
}

.service-block:hover {
    color: #e67a28;
    border-color:  #e67a28
}

.service-icon {
    margin-bottom: 15px
}

.service-icon img {
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0
}

.service-heading {
    line-height: 1.33;
    margin: 17px 0 10px;
    text-transform: uppercase;
    transition: all .3s ease
}

/*** 

====================================================================
			Fun Fact Section								
====================================================================

***/

.fun-fact-section{
	position: relative;
	padding: 30px 0 20px;
	background-repeat: repeat;
	background-position: center;
	background:#955525;
	border-bottom: 12px dashed #f5f58c;
}

.fun-fact-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background1:#f57525;
	opacity:.5;
	content: "";
}

.fun-fact-section h3{
	color: #fff !important;z-index: 99;
	margin-bottom: 20px;position: relative;
}
.fun-fact-section h3 span{
	color: #955525 !important;z-index: 99;
	background: #ebebeb;padding: 0 10px;
	position: relative;
}

.fun-fact-section p{
	font-size: 18px;
	color: #ffd !important;z-index: 99;
	position: relative;
}
.fun-fact-section .count-box{
	position: relative;
	margin-bottom: 30px;
}

.fun-fact-section .count-box .inner-box{
	position: relative;
	display: block;
	border: 2px solid #ffef7f;
}

.fun-fact-section .count-box .inner-box:after{
	display: table;
	clear: both;
}

.fun-fact-section .count-box .icon-box{
	position: relative;
	float: left;
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 30px;
	color: #ffef7f;
	margin-right: 5px;
}

.fun-fact-section .count-box .count-text{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 25px;
	color: #ffef7f;text-align:left;
	font-weight: 700;
	padding: 15px 0;
}

.fun-fact-section .count-box .counter-title{
	position: relative;
	display: block;
}

.fun-fact-section .count-box .counter-title h5{
	position: relative;float: left;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	color: #421;margin:0;
	padding: 6px  25px 6px 13px;
	text-transform: uppercase;
	background-color: #ebebeb;
	min-width: 145px;
}

.fun-fact-section .count-box .counter-title h5:before{
	position: absolute;
	right: -15px;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 42px solid #ffef7f;
	border-right: 15px solid transparent;
}


.stats {
	padding-top: 15px;
	text-align:center;
	font-size: 16px;
	background: rgba(223, 73, 33, 0.7) !important;
}
.stats-bg {
	margin-top: 15px;font-size: 14px;text-align:center;padding: 10px;background-color: #fff;border-radius: 0 0 4px 4px;
}

.card {
	border-width: 0;
	border-radius: 6px;
        margin-bottom: 1em;
	box-shadow: 0px 0px 16px 8px rgba(230, 230, 230, 0.2);
}

.card-header-light {
	background: #F9FAFC;
	padding: 15px 15px 5px !important;
	border-radius: 6px 6px 0 0 !important;
	border-width: 0;
}


/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}


/* Navbar */
.navbar-default a{color: #fff !important;padding-top: 16px !important;text-transform: uppercase;font-size: 18px;font-weight: bold; background: #f6f48d !important; z-index: 19;}
.navbar-default a:hover{color: #ffe16a !important; background: #f6f48d !important;}
.navbar-right .dropdown-menu {background-color: #f6f48d !important;padding: 10px;margin-right: -10px;}
.dropdown-menu li a{border: none; background: #f6f48d !important;font-size: 14px;font-weight: bold;color: #595884 !important;padding: 1px 4px;}
.dropdown-menu li a:hover{background: #f6f48d !important;}
.dropdown a:focus {color: #fff;background: #f6f48d !important;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
.dropdown a:focus,.dropdown a:hover {color: #e72202 !important;background: #f6f48d !important; text-decoration: underline;}
.navbar-default .navbar-toggle {border-color: #fdff39;color: #fdff39 !important; background: #f6f48d !important;}

#blink {color: #955525;animation:blur 2s ease-out infinite;}
@keyframes blur{from{color: #fff;}}

.fon {
	background: linear-gradient(to top, #4b5466 0%, #595894 100%);
}
#wrapper {
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.1);
}

/* Form */
.form-control {
	margin: -5px 0 10px 0;line-height: 46px;height: 46px;
	background-color: rgba(255,255,255,0.7) !important;
}
.form-control::-moz-placeholder {
 
    opacity: 1;
}
.btn {
	border-radius: 8px;
}
.btn-default {
	color: #f56; text-transform: uppercase;
	background-color: rgba(240,245,255,0) !important;
	border-width: 2px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active  {
	background-color: rgba(255,255,255,0.7) !important;
	border-width: 2px;
}
/* Footer */

.footer {
	background-color: #fafafa !important;
	padding: 0.5em 1em 1em;
	color: #5e9bb0;
}

.footer a{
	color: #0e6988;
}
.footer .copyright {
	font-size: 0.9em;
	text-align: center;
}
.copyright a{
	color: #0f9fff;
}

.iconfoot{
	opacity: 0.5;
}

@media screen and (max-width: 766px) {
.iconfoot img{
	max-width: 50px!important;
}
}

/* Wrapper */

.thumbnail {
	background-color: rgba(255,255,255,0.8);
}
#wrapper {
	width: 64em;
	max-width: calc(100% - 1em);
	margin: 0 auto;
}

/* Competition */

.competition div {
	padding: 2px;position: relative;margin: 11px 50px;background: #dde;border-radius: 4px;
}
.competition img {
	border-radius: 2em;padding: 2px 3px;border: 1px solid #ddd;background: #fff;position: absolute; left: 7px;top: -5px;
}

/* Panel Dasboard */
.profile .alert h4 {
	font-weight: bold;
	text-transform:uppercase;
	color: #2261a7;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.profile .alert p {text-transform:uppercase;
	color: #32809a; margin: 0;
}
.block {
	margin: 10px 0;
	border-radius: 6px;
	padding: 5px;
	background: rgba(215,235,255,0.7);
}
.block h3{
	margin: 0px;
	color: #3b5b64 !important;
}
.block p{
	color: #3b4b54 !important;
	margin: 5px 0;
}
.list-group-item {
	background: rgba(255,255,255,0.7);
}

.list-group-item.pnl {background: #dbebf1 !important;}

.panel-default {
	background: rgba(255,255,255,0.7);
}

/* Panel tarif */
.tarif .list-group-item {background: rgba(255,255,255,0.8);padding: 7px 15px; color: #3b4b54 !important;}
.tarif img {max-width: 99%;}
.tarif .btn {margin: 0;text-transform:uppercase;}
/* garant */

.garant-title {font-weight: bold;}
.garant-text {font-size: 90%;}


/* Surf style */

.serf {
	opacity: 1.0 !important;
	padding: 7px 15px !important;
	border-radius: 6px;
	margin-top: 10px;
}
.serf .pull-right{
color: #3b3b3b;	
height:100%;
}

.right1{
background: #076585; background: -webkit-linear-gradient(to right, #076585, #c2d9e1); background: linear-gradient(to right, #076585, #c2d9e1);
border-radius: 0 6px 6px 0px; min-height:50px; margin-top: -7px; margin-bottom: -7px; margin-roght: 1px;
padding-top: 15px;
}

.right{
color: #ffffff;	
width:100%;
font-size: 40px;
text-align: center;
}

@media screen and (max-width: 766px) {

.right {
	font-size: 30px;
}
.right1{
margin-top: 0px;
border-radius: 0px 0px 6px 6px;	
padding-top: 0px;
}
}


.serf:hover {
	opacity: 1 !important;
}
.serf a:hover {
    color: #ed4323 !important;text-decoration: none;
}
.serf-title {font-size:18px;font-weight: bold;}

.serf h4{padding:0;margin:0;}
.serf h6{font-size: 16px;padding:0;margin:0;}
.serf h6 span{padding: 0 15px 0 0;}
.serf h6 span i{padding: 0 5px 0 0;}


@media screen and (max-width: 766px) {

.serf {
	text-align: center;
}
.serf .pull-right{
margin-top: -20px;	
}
.serf h6 span{
	display: block;font-size:16px;
	}
}


/* New Style */
.account {
	background: #e6e6e6;
}
.leftbar {
	width: 250px;
	display: block;
	float: left;
	z-index: 200;
	margin-top: 0px;
	 background: #ffffff;
	 box-shadow: 0px 7px 10px 1px rgba(84, 84, 84, 0.5);  
}

.leftbar__menu {
	padding: 0;
	margin: 0;
	background: #ffffff;
	min-height: 100vh;
	
}
.leftbar__menu li {
	display: block;
	z-index: 200;
}

.leftbar__menu li a {
  display: block;
  height: 42px;
  padding-left: 50px;margin: 1px;
	border: 0px solid #f6ba38;
 
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  background: #ffffff;
  color: #2e2b36;
  z-index: 200;
}

.leftbar__menu li a:hover {
	
	color: #096687;
	z-index: 200;
}

.leftbar__menu li a i {
  position: relative; width: 25px;text-align: center;
  bottom: -1px; font-size: 23px;
  z-index: 200;
}

.content {
	float: left;
	display: block;
	width: calc(100% - 250px);
	margin-top: -300px;
	background:  ;
}
.content > div {
	margin: 15px;
}
/*MENU V KABINE*/
.divide {
	border1: 1px solid #f5f58c;
}

.menu2 {
  height: 42px;
  padding-left: 23px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
  background: #e6e6e6;
  color: #096687;
  cursor: pointer;
  
}
.menu2 i {
  position: relative;color: #096687;
  bottom: 0px; font-size: 28px;
}
.menu2 span {
  padding-left: 26px;
  opacity: 1;
}

.topbar{
  padding: 5px;
}
.topbar__top {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.topbar__top:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background: #e6e6e6;
}
.topbar__btns {
  margin-top: 15px;
}
.topbar__btn {
  margin: 0 10px;
}
.topbar__bottom {
  text-align: center;
}
.topbar__balance {
  border: 1px solid #a29ea8;
  display: block;background: #e6e6e6;padding:  5px;
}
.topbar__balance+.topbar__balance{
  margin-top: 5px;
}
.topbar__balance p {
  font-size: 16px; margin: 2px;
  color: #432;
  text-transform: uppercase;
  line-height: 1em;
}
.topbar__balance a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .75px;
  text-decoration: none;
  text-transform: uppercase;
  color: #d9f9a0;
  transition: color 0.2s ease;
}
.topbar__balance:nth-of-type(2) a {
  color: #f0d9d4;
}
.topbar__balance a:hover {
  color: #f5dc72;
  transition: color 0.2s ease;
}
.leftbar__menu li a {
  padding-left: 23px;
  position: relative;
}

.leftbar__menu li a span {
  padding-left: 23px;
}
.leftbar__menu li a b {
  font-size: 15px;
  position: relative;
  top: -8px;
  color: red;
}

html.min-menu .menu2 span {
  opacity: 0;
}
html.min-menu .leftbar {
  width: 70px;
  float: left;
  
}
html.min-menu .content {
	float: left;
	width: calc(100% - 70px);
}
html.min-menu .leftbar__menu li a span {
  display: none;
}
html.min-menu .leftbar__menu li a:hover {
  width: 265px;
}

html.min-menu .leftbar__menu li a:hover span {
  display: inline-block;
}

html.min-menu .topbar {
  display: none;
}

@media only screen and (max-width: 781px) {
  .content {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .leftbar {
    float: none;z-index:9;position: relative;margin-top: -5px;
    width: 100%;
	margin-top: 20px;
  }
  .menu__wrapper {
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease;
  }
  html.min-menu .content {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  html.min-menu .menu2 span {
    opacity: 1;
  }
  html.min-menu .leftbar {
    float: none;
    width: 100%;
  }
  html.min-menu .topbar {
    display: block;
  }
  html.min-menu .menu__wrapper {
    max-height: 1100px;
  }
  html.min-menu .leftbar__menu li a span {
    display: inline;
  }
  html.min-menu .leftbar__menu li a:hover {
    width: 100%;
  }

}

.atuin-btn {
    display: inline-flex;
    margin: 0px;
    text-decoration: none;
    border: 2px solid #BFE2FF;
    position: relative;
	
    overflow: hidden;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 10px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto Condensed', Тahoma, sans-serif;
    background: #a2c3cc;
    transition: box-shadow 0.3s, transform 0.3s;
    cursor: pointer;
	z-index: 200!important;
	border-radius: 4px;
}
.atuin-btn:hover,
.atuin-btn:active,
.atuin-btn:focus {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    color: #cf0235;
}
.atuin-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, transparent, rgba(191, 226, 255, 0.3), transparent);
    transition: left 0.7s;
}
.atuin-btn:hover:before,
.atuin-btn:active:before,
.atuin-btn:focus:before {
    left: 100%;
}

@media screen and (max-width: 756px) {
	
	.atuin-btn {
		width:100%;
		text-align: center !important;
	}
	.atuin-btn:before {
		left: -0%;
	}
}

.text3d-wrap-3 {
    margin: 0;
    padding: 0;
    background-color: #337AB7;
    position: relative;
    width: 100%;
    height: 260px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.text3d-3 {
    margin-top: -12px;
    align-self: center;
    transform: perspective(300px) rotateX(15deg) scaleY(0.8);
    transition: all 0.5s;
    font-family: Impact, Charcoal, sans-serif;
    font-size: 60px;
    letter-spacing: 3px;
    color: #FFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9), 0 10px 0 #BFE2FF;
}
.text3d-wrap-3:hover .text3d-3 {
    transform: perspective(1000px) rotateX(15deg) scale(1.07);
    text-shadow: 0 0 10px black, 0 2px 0 #BFE2FF;
}
@media (max-width:767px) {
    .text3d-3 {
        font-size: 44px;
    }
}


.round {
	color: #ffffff;
  width: 80px;
  height: 80px;
  border: 0px solid red;
  border-radius: 50%;
 background: #076585;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #076585, #e6e6e6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #076585, #e6e6e6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.iconblock-5 {
	width: 100%;
    position: relative;
    margin:60px 0 20px 0;
    border: 1px solid #ffffff;
    transition: transform 300ms ease, box-shadow 300ms ease;
    text-align:center;
	border-radius:4px;
	background: #fafafa;
	 box-shadow: 0px 7px 10px 1px rgba(84, 84, 84, 0.5);  
}
.iconblock-5 .icon {
    display: block;
    position: absolute;
    left: 50%;
    width: 80px;
    transform: translate(-50%, -50%); 
}
.iconblock-5 .icon i,
.iconblock-5 .icon img
{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 52px;
    transform: translate(-50%, -50%); 
    color: #e6e6e6;
    width: 52px;
    height: 52px;
}
.iconblock-5 .icon svg path {
    stroke-width: 8px;
    stroke: #ffffff;
    transition: stroke 300ms ease;       
}
.iconblock-5 .icon svg polygon {
    fill: white; 
}      
.iconblock-5 h3 {
    transition: all 0.7s ease 0s;
    color: #337AB7;
    font-size:20px;
    margin:50px 0 10px 0;
}    
.iconblock-5:hover h3 {
    color: #000;
}  
.iconblock-5:hover {
    transform: translateY(-10px);
    box-shadow: 0px 7px 10px 1px rgba(84, 84, 84, 0.5);         
}
.iconblock-5:hover .icon svg path {
    stroke: #337AB7; 
}


.iconblock-6 {
	width: 280px;
    position: relative;
    margin:60px 0 0px 0;
    border: 1px solid #e6e6e6;
    transition: transform 300ms ease, box-shadow 300ms ease;
    text-align:center;
	border-radius:4px;
	
	 
}
.iconblock-6 .icon {
    display: block;
    position: absolute;
    left: 50%;
    width: 80px;
    transform: translate(-50%, -50%); 
}

.iconblock-6 h3 {
    transition: all 0.7s ease 0s;
    color: #337AB7;
    font-size:20px;
    margin:60px -20px 0px 0;
}

.iconblock-6 .icon i,
.iconblock-6 .icon img
{
    position: absolute;
    top: 38%;
    left: 50%;
    font-size: 72px;
    transform: translate(-50%, -50%); 
    color: #e6e6e6;
    width: 52px;
    height: 52px;
}

.iconblock-6:hover h3 {
    color: #000;
}

.round2 {
	color: #ffffff;
  width: 100px;
  height: 100px;
  border: 0px solid red;
  border-radius: 50%;
 background: #0f6a89;  /* fallback for old browsers */


}

.list2a {
    margin-bottom: 8px;
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list2a li {
    position: relative;
    border: 2px solid #2a7b96;
    background: #EBF3FA;
    padding:16px 20px 16px 28px;
    margin:12px 0 12px 40px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.list2a li:hover {
    background: #FFF;
}
.list2a li:before {
    line-height: 32px;
    position: absolute;
    top: 12px;
    left:-40px;
    width:40px;
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #2a7b96;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.list2a li:hover:before {
    width:46px;
}
.list2a li:after {
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    height: 0;
    width: 0;
    border: 16px solid transparent;
    border-left-color: #2a7b96;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}
.list2a li:hover:after {
    margin-left: 6px;
}


.shadow2 {
	border-radius: 4px;
	padding: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
}


/* Контейнер для кнопки */
.css-modal-checkbox-container {
    height: 60px;
    display:flex;
    align-items:center;
    justify-content:center;
	text-align: center!important;
}
@media (max-width: 767px) {
    .css-modal-checkbox-container {
        align-items:center;
    justify-content:center;
	text-align: center!important;
		}
		
		
       
    }
/* Убираем флажок */
#css-modal-checkbox {
    display: none;
}
/* Кнопка для открытия */
.css-modal-checkbox {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', Тahoma, sans-serif;
    background: #337AB7;
    cursor: pointer;
    border: 2px solid #BFE2FF;
    overflow: hidden;
    z-index: 1;    
}
.css-modal-checkbox:hover,
.css-modal-checkbox:active,
.css-modal-checkbox:focus {
    color: #FFF;
}
.css-modal-checkbox:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid #2D6B9F;
    transition: transform 0.5s;
    transform: translateX(-100%);
    z-index: -1;
}
.css-modal-checkbox:hover:before,
.css-modal-checkbox:active:before,
.css-modal-checkbox:focus:before {
    transform: translateX(0);
}
 
/* Контейнер, который затемняет страницу */
#css-modal-checkbox + .cmc {
    display: none;
}
#css-modal-checkbox:checked + .cmc {
    display:flex;
    align-items:center;
    justify-content:center;    
    z-index: 400;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: bg 0.5s ease;
    background: rgba(51, 122, 183, 0.7);
}
 
/* Модальное окно */
#css-modal-checkbox:checked + .cmc .cmt {
    font-family: Verdana, sans-serif;  
    font-size: 16px;
    padding: 20px;
    width:80%;
    max-width: 600px;
    max-height: 70%;
    transition: 0.5s;
    border: 6px solid #BFE2FF;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    text-align: justify;
    overflow: auto;
    animation: scale 0.5s ease;
}
/* Кнопка с крестиком закрывающая окно */
.css-modal-close {
    content: "";
    width: 50px;
    height: 50px;
    border: 6px solid #BFE2FF;
    border-radius: 12px;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23337AB7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
    background-color: #FFF;
    background-size: cover;
    animation: move 0.5s ease;
    cursor: pointer;
}
 
/* Анимации */
@keyframes scale {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes move {
    0% {
        right: -80px;
    }
    100% {
        right: 20px;
    }
}
@keyframes bg {
    0% {
        background: rgba(51, 122, 183, 0);
    }
    100% {
        background: rgba(51, 122, 183, 0.7);
    }
}


@media (max-width: 767px) {
    .stm {
        margin-top: 25px;
		}
		
		.nwst {
        font-size: 18px;
		}
       
    }
	
.table_sort table {
    border-collapse: collapse;
}

.table_sort th {
    color: #ffffff;
    
    cursor: pointer;
}

.table_sort td,
.table_sort th {
    width: 150px;
    height: 40px;
    text-align: center;
    border: 0px solid #846868;
	
}

.table_sort tbody tr:nth-child(even) {
  
}

th.sorted[data-order="1"],
th.sorted[data-order="-1"] {
    position: relative;
}

th.sorted[data-order="1"]::after,
th.sorted[data-order="-1"]::after {
    right: 8px;
    position: absolute;
}

th.sorted[data-order="-1"]::after {
	content: "▼"
}

th.sorted[data-order="1"]::after {
	content: "▲"
}


